@charset "utf-8";

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-dl,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

@media screen and (max-width: 1140px) and (min-width: 767px) {
    html {
        font-size: 0.86vw;
        /* font-size: 0.8771929vw; */
        /* font-size: 0.8vw; */
    }
}

@media screen and (max-width:767px) and (min-width:481px) {
    html {
        font-size: 1.30208vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 55%;
        font-size: 2.35vw;
        /* font-size: 2.66667vw; */
    }
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    background: #fff;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

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

    .sp {
        display: block;
    }
}

/* .container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .container {
        width: -webkit-calc(100% - 30px);
    }
} */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 767px) {
    .container {
        width: -webkit-calc(100% - 6.0rem);
        width: calc(100% - 6.0rem);
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}



/* @media only screen and (max-width: 480px) {
    .container {
        width: -webkit-calc(100% - 15px);
    }
} */

/* .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 767px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 2.8rem;
    font-weight: bold;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.0rem;
    font-weight: bold;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 767px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 767px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 767px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 767px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 767px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 767px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

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

.three_list .list_item {
    width: -webkit-calc((100% - 4%) / 3);
    width: calc((100% - 4%) / 3);
    margin-top: 4rem;
    margin-right: 2%;
    margin-bottom: 3.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.6rem;
}

.three_list .list_item img {
    margin-bottom: 3.0rem;
}

/*
list*4カラム******************************/

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

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 2.0rem;
    margin-right: 3%;
    margin-bottom: 2.0rem;
}

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
list*5カラム******************************/

.five_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8.0rem;
}

.five_list .list_item {
    width: -webkit-calc((100% - 4%) / 5);
    width: calc((100% - 4%) / 5);
    margin-top: 1.0rem;
    margin-right: 1%;
    margin-bottom: 1.0rem;
}

.five_list .list_item .title {
    font-size: 2.0rem;
}

@media screen and (min-width: 993px) {
    .five_list .list_item:nth-child(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 6%) / 3);
        width: calc((100% - 6%) / 3);
        margin-right: 3%;
    }
}

@media screen and (max-width: 992px) {
    .five_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .five_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(3n) {
        margin-right: 7%;
    }

    .five_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

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

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_890 {
    width: 890px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .inner_890 {
        width: 90%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.btn {
    padding-top: 3.6rem;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

/*
header******************************/

.header-logo {
    margin-right: 4rem;
}

.header-menu ul {
    align-items: center;
    display: flex;
    justify-content: left;
}

.header-menu ul li {
    margin-right: 1.5rem;
}

.header-btn {
    display: block;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
    border: solid 4px #fff;
    padding: 1rem 1rem;
}

.header-btn:hover {
    display: block;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
    border: solid 4px #fff;
    padding: 1rem 1rem;
    color: #000;
    background: #ffeb00;
}


.header {
    padding: 2%;
    background: #0d181b;
    position: relative;
}

@media only screen and (max-width: 1300px) {
    .header {}
}

@media only screen and (max-width: 767px) {
    .header {}
}

.title_disc {
    position: absolute;
    top: 7px;
    font-size: 1.0rem;
}

@media only screen and (max-width: 767px) {
    .title_disc {
        top: -3px;
        font-size: 0.8rem;
    }
}

.header_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: #FFF; */
    padding: 15px 25px;
    border-radius: 4px;
}

/* @media only screen and (max-width: 767px) {
    .header_inner {
        padding: 0.7rem 12px;
    }
} */

@media only screen and (max-width: 767px) {
    .logo {
        width: 130px;
    }
}

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

.header_nav .btn_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header_nav .btn_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header_nav .btn_link li {
    padding: 0 21px;
    line-height: 1.0;
}

.header_nav .btn_link li a {
    color: #000;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
}

.header_nav .btn_link li a:hover {
    opacity: 0.6;
}

.header_discription {
    position: absolute;
    top: 206px;
    left: 30px;
    z-index: 30;
    color: #fff;
    font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
    .header_discription {
        top: 147px;
        left: 19px;
    }
}

@media screen and (max-width: 767px) {
    .header_discription {
        top: 102px;
    }
}



.header_sns {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 30;
    cursor: pointer;
    background-color: transparent;
}

.header_sns .sns_wrap {
    display: inline-block;
}

.header_sns .sns_wrap ul {
    display: block;
    text-align: center;
}

.header_sns .sns_wrap ul li {
    padding: 11px 0;
}

/* nav-toggle */

.nav-toggle {
    position: relative;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .nav-toggle {
        height: 26px;
    }
}

.nav-toggle>div {
    position: relative;
    width: 31px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle>div {
        width: 26px;
    }
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.header_tanks .nav-toggle span {
    background: #000;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 14px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(2) {
        top: 10px;
    }
}

.nav-toggle span:nth-child(3) {
    top: 28px;
}

@media only screen and (max-width: 767px) {
    .nav-toggle span:nth-child(3) {
        top: 20px;
    }
}

.nav-toggle_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    z-index: 200;
    top: 4.7rem;
    right: 9.6rem;
    background-color: transparent;
}

@media screen and (max-width: 1400px) {
    .nav-toggle_box {
        top: 5rem;
        right: 5.0rem;
    }
}

@media screen and (max-width: 767px) {
    .nav-toggle_box {
        top: 2.5rem;
        right: 2.0rem;
    }
}

.menu {
    background: rgb(255 226 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 48.0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    transition: opacity .6s ease, visibility .6s ease;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .menu {
        width: 100vw;
    }
}

.menu nav {
    position: absolute;
    top: 7rem;
}

.menu__item {
    width: 100%;
    height: auto;
    text-align: center;
    color: #252525;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    text-align: left;
    margin-top: 1.5rem;
}

.menu__item a {
    font-weight: bold;
    display: block;
    color: #111111;
    transition: color .6s ease;
}

.menu__item a:hover {
    color: #666;
}

.menu__item:first-child {
    margin-top: 0;
    text-align: center;
    padding-bottom: 4rem;
}

.menu__item:last-of-type {
    margin-bottom: 10rem;
}

.menu__item {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

.menu__item i {
    margin-right: 5px;
}

/* is-active */

.menu.is-active {
    visibility: visible;
    opacity: 1;
}

.is-active .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.is-active.nav-toggle span {
    background: #fff;
}

.is-active.nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-active.nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.is-active.nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*
header*****************************/

.header-btn a {
    background: #fff;
    color: #252525;
}

.scroll {
    margin: auto;
    width: 100%;
    font-size: 100%;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    background: #0d181b;
    overflow: hidden;
}

.scroll span {
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: scrollAnime 25s linear infinite;
}

@keyframes scrollAnime {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

/*
mainvisual******************************/

.swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 45px 0;
}

.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.5);
}

/*
main******************************/



.concept {
    overflow: hidden;
}

.monomane-img {
    margin-right: 3rem;
    float: left;
}

@media only screen and (max-width: 767px) {
    .monomane-img {
        margin-bottom: 1rem;
        margin-right: 13px;
        text-align: center;
        width: 37%;
    }
}

.concept-txt {
    margin-bottom: 5rem;
    line-height: 1.7;
    font-size: 1.5rem;
}


.sagabazz-concept-title {
    margin-top: 2rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: 5rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
    .sagabazz-concept-title {
        margin-top: 1.3rem;
        line-height: 1.3;
        font-weight: bold;
        font-size: 3.5rem;
    }
}

.main {
    padding-bottom: 8rem;
    padding-top: 1.5rem;
    background: #EBE2D9;
}

.whiteback {
    border-top: solid 3px #252525;
    background: #fff;
    padding: 2%;
}

.top-h2 {
    font-size: 3rem;
}

.h2-sub {
    margin-left: 1rem;
    font-size: 1.5rem;
}


.kiji-section ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.kiji-section ul li {
    padding: 1rem;
    width: 33%;
}

@media only screen and (max-width: 767px) {
    .kiji-section ul li {
        padding: 1rem;
        width: 50%;
    }
}


.blog-title {
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: bold;
}

.blog-img {}

.kiji-section {
    margin-bottom: 3rem;
}

.top-h2 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.blog-img {
    margin-bottom: 1rem;
}

.cat-box {
    float: left;
}

.cat-box ul li {
    margin: 0 3px;
    border: solid #ccc 1px;
    padding: 0 2px;
}

.cat-btn {
    background: #f7f7f7;
    display: inline-block;
    border: solid 1px #ccc;
    padding: 0px 5px;
    font-size: 1.2rem;
}



/*
side******************************/



.header-btn a {
    text-align: center;
    color: #fff;
}

.sidebar {
    border-left: solid #000 3px;
    padding: 0 1rem;
}

@media only screen and (max-width: 767px) {
    .sidebar {
        border-left: none;
        padding: 0 1rem;
    }
}

.side-h2 {
    padding: 2rem 0;
    text-align: center;
}

/*
footer******************************/
.box-small {
    margin-bottom: 2rem;
}

.address {
    text-align: center;
    margin-bottom: 10rem;
}

.footer-s-menu i {
    font-size: 1.3rem;
    margin-right: 5px;
}

.footer-s-menu {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: solid 1px #4f4f4f;
    padding-bottom: 5px;
}

.f-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.footer-btn {
    margin-bottom: 9rem;
}

.footer-btn li {
    margin: 1rem 1rem;
}

.footer-btn li a {
    width: 250px;
    text-align: center;
    background: #000;
    border: solid 5px #fff;
    padding: 2rem;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0px 3px #fff;
    display: block;
    color: #fff;
}

.footer-btn li a:hover {
    text-align: center;
    background: #ffe000;
    border: solid 5px #fff;
    padding: 2rem;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0px 3px #fff;
    display: block;
    color: #000;
}

.footer-btn ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.footer-bg {
    padding: 5rem 0;
    background: #000;
}

.footer-logo {
    margin-bottom: 7rem;
    text-align: center;
}

.footermenu a {
    color: #fff;
}

.footermenu {
    overflow: hidden;
    color: #fff;
}


/*メニューをページ下部に固定*/
#sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child {
    background: #060606;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
    background: #f32467;
}

/*ボタンを調整*/
#sp-fixed-menu li a {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    #sp-fixed-menu li a {
        font-size: 1.6rem;
        color: #fff;
        text-align: center;
        display: block;
        width: 100%;
        padding: 20px;
    }
}

/*
blog******************************/

.blog-img img {
    width: 250px;
    height: 150px;
    object-fit: cover;
}

.cat-boxlist {
    overflow: hidden;
}

.box-cat {
    float: left;
}

.box-cat a {
    padding: 0 0.2rem;
    font-size: 1.2rem;
    border: solid 1px #ccc;
    margin: 0.1rem;
    background: #efefef;
}

.date-craft-blog {
    font-size: 1.2rem;
}

.title-craft-blog {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.top-kv {
    background: url(../images/main-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 2rem 0;
}

.archive-main {
    padding: 2rem 0;
}

.archive-title {
    text-align: center;
    padding: 3rem 0 1rem 0;
}

.archive-kiji-section ul {
    justify-content: left;
    flex-wrap: wrap;
    display: flex;
}

.archive-kiji-section ul li {
    padding: 1rem;
    margin-bottom: 2rem;
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .archive-kiji-section ul li {
        padding: 1rem;
        width: 50%;
    }
}

.catname {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}



/*
サブページテンプレート******************************/

.sub-main {
    padding: 2rem 0;
    background: #EBE2D9;
}

.c-maincontents {
    border-radius: 15px;
    background: #fff;
    padding: 2rem;
}

.infomation {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.c-img {
    padding: 2rem;
}

.c-name {
    border-bottom: solid 2px #252525;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
    .c-name {
        font-size: 3rem;
        font-weight: bold;
    }
}

.c-img-sellection ul {
    display: flex;
    justify-content: left;
}

.c-img-sellection ul li {
    margin: 1rem;
}

.c-img-sellection img {
    border-radius: 15px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.recruite-otoku {
    border-radius: 15px;
    padding: 2rem;
    background: #ffffff7d;
    margin-bottom: 2rem;
}

.kyujin-title {
    font-weight: bold;
    font-size: 1.8rem;
}

.otoku-title {
    font-weight: bold;
    font-size: 1.8rem;
}

.post {
    margin-bottom: 5rem;
    font-size: 1.8rem;
}

.date {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.post h2 {
    border: solid 3px #00c4ff;
    border-radius: 30px;
    padding: 10px 17px;
    background: #ffe000;
    color: #00adef;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media only screen and (max-width: 767px) {
    .post h2 {
        border: solid 3px #00c4ff;
        border-radius: 30px;
        padding: 6px 17px;
        background: #ffe000;
        color: #00adef;
        font-size: 2rem;
        font-weight: bold;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF, 0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
}

.toukousya {
    margin-top: 3rem;
    text-align: right;
}

.bosyu-btn {
    text-align: center;
    margin-bottom: 2rem;
}

.side-btn a {
    text-align: center;
    background: #fff;
    border: solid 5px #000;
    padding: 2rem;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0px 3px;
    display: block;
}

.side-btn a:hover {
    color: #000;
    background: #ffeb00;
    border: solid 5px #000;
    padding: 2rem;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0px 3px;
    display: block;
}

.side-btn {
    margin-bottom: 1rem;
}

.cat-list-side {
    padding: 0.5rem;
    background: #ededed;
    overflow: hidden;
}


.cat-list-side ul li {
    float: left;
}

.cat-list-side ul li a {
    background: #fff;
    font-size: 1.2rem;
    border: solid #ccc 1px;
    margin: 0 0.3rem;
    padding: 0.2rem 0.3rem;
}

.side-btn-link {
    margin-bottom: 1.5rem;
}

/*
アコーディオン******************************/


.accordion-001 {
    max-width: 100%;
    background-color: #f0f5f9;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}


@media only screen and (max-width: 767px) {
    .sp-reverse {
        flex-direction: column-reverse;
    }
}

/* search area */
.mt-site-search-form {
    width: 300px;
    margin: 16px auto;
    display: flex;
}

.mt-site-search-form__query {
    width: 204px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #cccccc;
    font-size: 1rem;
}

.mt-site-search-form__button {
    width: 80px;
    height: 32px;
    font-size: 1rem;
    margin-left: 18px;
}

/*
テーブル******************************/

.table-dl dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #000;
}

.table-dl dl:first-of-type {
    border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .table-dl dl {
        display: block;
    }
}

.table-dl dl dt {
    width: 25%;
    padding: 2.1rem 3.0rem 2.1rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .table-dl dl dt {
        width: 100%;
        padding: 2.1rem 1.5rem 2.1rem;
    }
}

.table-dl dl dd {
    width: 75%;
    padding: 2.1rem 0px 2.1rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .table-dl dl dd {
        width: 100%;
        padding: 0 1.5rem 2.1rem;
    }
}

/* Google Map */

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.815578%;
    position: relative;
    z-index: 2;
    clear: both;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .google_map {
        width: 100%;
    }
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}