@charset "UTF-8";
/*!
Theme Name: tokuzumi
Description: 全国対応の運送業者！運送・輸送のプロ！三重県鈴鹿市の運送会社『徳積』
Theme URI: https://www.tokuzumi.co.jp/
Version: 1.0
License: tokuzumi
License URL: https://www.tokuzumi.co.jp/
*/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700|Noto+Sans+JP:400,700|Noto+Serif+JP:400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

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

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;
    cursor: help;
}

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

img,
iframe {
    vertical-align: top;
}

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

input,
select {
    vertical-align: middle;
}

/****************************************

          sass関数

*****************************************/
.px {
    font-size: 16px;
}

.vw {
    font-size: 16px;
    font-size: 4.2666666667vw;
}

/****************************************

          @mixin

*****************************************/
body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background: #FFF;
    line-height: 1.7;
}

#wrapper {
    width: 100%;
    min-width: 1060px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

dd,
dt,
li,
p,
tr,
tt {
    font-size: 1.6rem;
}

#top-main dd,
#top-main dt,
#top-main li,
#top-main p,
#top-main tr,
#top-main tt {
    font-size: 1.6rem;
}

a:link,
a:visited {
    font-weight: normal;
    text-decoration: underline;
    transition: 0.2s linear;
}

a:active,
a:hover {
    font-weight: normal;
    text-decoration: none;
    transition: 0.2s linear;
}

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: 0.2s linear;
}

a img.img_opacity {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover img.img_up {
    transform: translateY(-5px);
    transition: 0.3s linear;
}

a img.img_up {
    transition: 0.3s linear;
}

@media print,
screen and (min-width: 768px) {

    #sp_navi,
    #toggle {
        display: none;
    }

    .spnone {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    #g_navi,
    .header__address,
    .header__contact {
        display: none;
    }

    #toggle {
        position: absolute;
        right: 20px;
        top: 25px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #000034;
        border-radius: 4px;
        transition: 0.35s ease-in-out;
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        -ms-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:first-of-type {
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 999;
        transform: translateY(-100%);
        transition: 0.7s ease-in-out;
    }

    .open_navi #sp_navi {
        transform: translateY(0);
        transition: 0.7s ease-in-out;
    }

    .open_navi #wrapper {
        transform-origin: left center;
        filter: blur(3px);
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border: #666 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        box-sizing: border-box;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #666 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #ccc;
        background: rgba(57, 72, 130, 0.2);
    }

    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children:before {
        content: "";
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #ddd;
        border-right: solid 3px #ddd;
        transform: rotate(135deg);
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open:before {
        transform: rotate(-45deg);
        transition: 0.2s ease-in-out;
        top: 22px;
    }
}

@media print,
screen and (min-width: 768px) {
    .header__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
        padding: 35px 0 26px;
    }

    .header__logo {
        order: 2;
        width: 253px;
        line-height: 1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .header__address {
        order: 1;
    }

    .header__address p {
        color: #000034;
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0.01em;
    }

    .header__contact {
        order: 3;
    }

    .header__contact__tel {
        background: url(images/header-tel-icon.png) no-repeat 0 6px;
        color: #000034;
        font-weight: 700;
        line-height: 1.1;
        font-size: 2.6rem;
        letter-spacing: 0.06em;
        padding-left: 19px;
    }

    .header__contact__time {
        color: #000034;
        font-size: 1.4rem;
        letter-spacing: 0.06em;
    }

    .header__contact__btn {
        width: 28px;
        height: 22px;
    }

    .catch {
        position: absolute;
        bottom: 54px;
        width: 300px;
        height: 300px;
        display: block;
        position: absolute;
        z-index: 10;
        right: 20.15625%;
        transition: all 0.3s ease;
    }

    .main-visual__catch {
        width: 300px;
        height: 300px;
        display: block;
        position: absolute;
        z-index: 10;
        right: 20.15625%;
        bottom: -86px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1330px) {
    .catch {
        width: 200px;
        height: 200px;
    }

    .main-visual__catch {
        width: 200px;
        height: 200px;
    }
}

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

    header {
        display: block;
        width: 100%;
    }

    .header__box {
        padding: 20px 5.2%;
    }

    .header__logo {
        width: 150px;
        height: 52px;
        line-height: 1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .catch {
        position: absolute;
        width: 120px;
        height: 120px;
        right: 20.15625%;
        bottom: 54px;
    }

    .main-visual__catch {
        position: absolute;
        bottom: -10px;
        right: 3%;
        width: 80px;
        height: 80px;
    }
}

#g_navi {
    background: #ffbf00;
    padding: 19px 0;
}

#g_navi .menu {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

#g_navi .menu li {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 0;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

#g_navi .menu li a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: 0.2s linear;
}

#g_navi .menu span.jp {
    color: #000034;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: left;
}

#g_navi .menu span.en {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: left;
}

#g_navi>.menu>li {
    position: relative;
    text-align: center;
    line-height: 0;
}

#g_navi .menu li a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.7;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#g_navi .menu li a span {
    display: block;
    font-size: 1.3rem;
}

#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 170px;
    height: auto;
}

#g_navi .menu li ul li a {
    width: 100%;
    height: auto;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    background: #000034;
    color: #FFF;
    text-align: center;
    opacity: 0.95;
}

#g_navi .menu li ul li a:hover {
    background: #FFF;
    color: #000034;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}

#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
screen and (min-width: 768px) {
    #slider {
        width: 100%;
        position: relative;
    }

    #slider-img img {
        width: 1920px;
        position: relative;
        left: calc(50% - 960px);
    }

    #main-visual {
        width: 100%;
        position: relative;
    }

    .main-visual__box img {
        width: 1920px;
        position: relative;
        left: calc(50% - 960px);
    }
}

@media screen and (max-width: 767px) {
    main#top-main {
        padding-bottom: 100px;
    }

    #slider {
        width: 100%;
        position: relative;
    }

    /* .slider__box img {
        width: 250%;
        position: relative;
        left: -75%;
    } */

    #slider img {
        width: 100%;
        height: auto;
    }

    #main-visual {
        width: 100%;
        position: relative;
    }

    .main-visual__box img {
        width: 250%;
        position: relative;
        left: -75%;
    }
}

main#page-main {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    color: #000;
}

@media screen and (max-width: 767px) {
    main#page-main {
        padding: 0 10px 100px;
    }
}

.breadcrumb_area {
    max-width: 1020px;
    width: 100%;
    margin: 18px auto 45px;
}

.breadcrumb {
    text-align: center;
}

.breadcrumb p {
    font-size: 1.4rem;
    line-height: 1.2;
}

.breadcrumb a {
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #262626;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.breadcrumb a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.top-subhead {
    font-size: 3.4rem;
    color: #000034;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.18em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}

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

.headline {
    text-align: center;
    font-size: 2.8rem;
    color: #000033;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
    .headline {
        font-size: 2.6rem;
    }
}

.subhead {
    padding: 18px 10px 18px 40px;
    background: url(images/subhead-icon.png) no-repeat 15px 21px, #000034;
    font-size: 2rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.sub-title {
    font-size: 2.4rem;
    color: #1F1813;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 20px;
}

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

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.pt8 {
    padding-top: 8px;
}

.contents__txt {
    flex: 0 0 54%;
    max-width: 54%;
}

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

    .contents__img {
        max-width: 420px;
        width: 100%;
        margin: 20px auto 0;
    }
}

.contents02__txt {
    flex: 0 0 76.9%;
    max-width: 76.9%;
}

/* .contents02__img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
} */

@media screen and (max-width: 767px) {

    .contents02__img {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .ontents02__img {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .contents02__txt {
        order: 2;
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.contents02__inner:not(:first-of-type) {
    margin-top: 40px;
}

.top-bg {
    position: relative;
    background: url(images/top-bg.jpg) no-repeat center top;
    z-index: 2;
}

.top-main__bg {
    padding: 95px 0 80px;
    background: url(images/top-main01-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .top-main__bg {
        padding: 70px 5%;
        background: url(images/top-main01-bg.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

.top-main__box01 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.top-main__box01__title {
    font-size: 3.4rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 50px;
}

.top-main__box01__btn {
    width: 240px;
    margin: 65px auto 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .top-main__box01__title {
        font-size: 2.8rem;
        text-align: left;
    }
}

.top-main__box01__txt {
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .top-main__box01__txt {
        text-align: left;
    }
}

.top-main__box02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 100px 24% 100px 13%;
}

.top-main__box02:nth-of-type(2) {
    flex-direction: row;
    padding: 0 13% 0 24%;
}

.top-main__box02__txt {
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 767px) {
    .top-main__box02 {
        flex-direction: column;
        padding: 70px 10%;
    }

    .top-main__box02:nth-of-type(2) {
        flex-direction: column;
        padding: 0 10%;
    }
}

.top-main__box02__img {
    width: 63%;
    margin-right: 8%;
}

.top-main__box02__img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .top-main__box02__img {
        width: 100%;
        max-width: 630px;
        margin: 20px auto 0;
    }

    .top-main__box02__img img {
        width: 100%;
        height: auto;
    }
}

.top-main__box02__img02 {
    width: 63%;
    margin-left: 8%;
}

.top-main__box02__img02 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .top-main__box02__img02 {
        width: 100%;
        max-width: 630px;
        margin: 20px auto 0;
    }
}

.top-main__box02__right {
    display: flex;
    flex-direction: column;
    width: 49%;
}

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

.top-main__box02__btn {
    width: 240px;
    margin: auto 0 0 auto;
}

.top-main__box02__btn__top {
    margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
    .top-main__box02__btn {
        max-width: 240px;
        width: 100%;
        margin: 20px auto 0;
    }
}

.top-main__box02__btn--left {
    width: 240px;
    margin: auto auto 0 0;
}

@media screen and (max-width: 767px) {
    .top-main__box02__btn--left {
        max-width: 240px;
        width: 100%;
        margin: 20px auto 0;
    }
}

.txt-main__box {
    padding: 100px 0 130px;
    text-align: center;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.txt-main__box>p {
    font-size: 1.6rem;
    color: #333;
}

@media screen and (max-width: 767px) {
    .txt-main__box {
        padding: 80px 5%;
    }

    .txt-main__box>p {
        text-align: left;
    }
}

.top-main__box03 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .top-main__box03 {
        flex-direction: column;
    }
}

.concept {
    margin-top: 70px;
}

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

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

.overview__txt {
    padding: 10px 0 0 10px;
}

.overview__txt02 {
    padding-left: 10px;
}

.overview {
    margin-top: 50px;
}

.overview__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 48.5%;
    width: 100%;
    border: 1px solid #666;
    padding: 19px;
}

@media screen and (max-width: 767px) {
    .overview__list {
        max-width: 100%;
        flex-direction: column;
    }

    .overview__list:not(:first-child) {
        margin-top: 40px;
    }

    .overview__list__img {
        max-width: 120px;
        width: 100%;
        margin: 20px auto 0;
    }

    .overview__list__img02 {
        max-width: 155px;
        width: 100%;
        margin: 20px auto 0;
    }
}

.overview__txt>p {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
}

.overview__txt02>p {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
}

#access {
    margin-top: 70px;
}

@media print,
screen and (min-width: 768px) {
    .table01 {
        width: 100%;
    }

    .table01 th {
        background: #FFEFBF;
        width: 300px;
        padding: 16px 10px 16px 18px;
        border: 1px solid #000034;
        text-align: left;
    }

    .table01 td {
        background: #fff;
        width: 700px;
        padding: 16px 20px 16px 20px;
        border: 1px solid #000034;
    }
}

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

    .table01 tr {
        display: block;
        width: 100%;
    }

    .table01 th {
        padding: 16px 10px 16px 18px;
        background: #FFEFBF;
        display: block;
        width: 100%;
        border-top: 1px solid #000034;
        border-left: 1px solid #000034;
        border-right: 1px solid #000034;
    }

    .table01 td {
        padding: 16px 20px 16px 20px;
        background: #fff;
        display: block;
        width: 100%;
        border-top: 1px solid #000034;
        border-left: 1px solid #000034;
        border-right: 1px solid #000034;
    }

    .table01 .last-td {
        border-bottom: 1px solid #000034;
    }
}

.about-tel {
    margin-top: 120px;
    background: #eee;
    padding: 31px 30px 30px;
}

.about-tel__title {
    color: #000033;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin-bottom: 12px;
}

.about-tel>p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.recruit-img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#accesss {
    margin-top: 60px;
}

.flow,
.flow05,
.flow04,
.flow03,
.flow02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: url(images/step01-b.png) no-repeat 0 0;
    padding-top: 20px;
}

.flow::before,
.flow05::before,
.flow04::before,
.flow03::before,
.flow02::before {
    position: absolute;
    content: "";
    background: #000034;
    width: 3px;
    height: 100%;
    bottom: -127px;
    left: 6.25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.flow__title {
    font-size: 2.4rem;
    color: #000033;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px dotted #000034;
    margin-bottom: 12px;
    line-height: 1.5;
    padding-bottom: 1px;
}

.flow__left {
    width: 62%;
    padding-left: 15em;
}

.flow__txt {
    width: 480px;
}

.flow__txt p {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {

    .flow,
    .flow05,
    .flow04,
    .flow03,
    .flow02 {
        flex-direction: column;
    }

    .flow:not(:first-of-type),
    .flow05:not(:first-of-type),
    .flow04:not(:first-of-type),
    .flow03:not(:first-of-type),
    .flow02:not(:first-of-type) {
        margin-top: 40px;
    }

    .flow__title {
        font-size: 2.2rem;
    }

    .flow::before,
    .flow05::before,
    .flow04::before,
    .flow03::before,
    .flow02::before {
        background: none;
    }

    .flow__img {
        max-width: 340px;
        width: 100%;
        margin: 20px auto 0;
    }

    .flow__left {
        width: 100%;
        padding: 120px 0 0;
    }

    .flow__txt {
        width: 100%;
    }
}

.flow01 {
    margin-bottom: 10px;
}

.flow02 {
    margin-bottom: 30px;
    background: url(images/step02-b.png) no-repeat 0 0;
}

.flow03 {
    margin-bottom: 26px;
    background: url(images/step03-b.png) no-repeat 0 0;
}

.flow04 {
    margin-bottom: 30px;
    background: url(images/step04-b.png) no-repeat 0 0;
}

.flow05 {
    background: url(images/step05-b.png) no-repeat 0 0;
}

.flow05::before {
    background: none;
}

.faq__title {
    position: relative;
    color: #000033;
    font-size: 2rem;
    border-bottom: 2px dotted #000034;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.04em;
    padding: 12px 0 27px 69px;
}

.faq__title::before {
    content: "";
    position: absolute;
    background: url(images/q-icon.jpg) no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}

.faq__txt {
    position: relative;
    padding: 25px 0 0 69px;
}

.faq__txt::before {
    content: "";
    position: absolute;
    background: url(images/a-icon.jpg) no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 10px;
}

.faq__txt p {
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

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

.txt-link a {
    color: #000;
}

.news__txt a:hover {
    color: #e6ac00;
    text-decoration: underline;
}

.faq:not(:first-of-type) {
    margin-top: 39px;
}

.day,
.day06,
.day05,
.day04,
.day03,
.day02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: url(images/step01-y.png) no-repeat 0 0;
    padding-top: 20px;
}

.day::before,
.day06::before,
.day05::before,
.day04::before,
.day03::before,
.day02::before {
    position: absolute;
    content: "";
    background: #FFBE00;
    width: 3px;
    height: 100%;
    bottom: -127px;
    left: 6.25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.day__title {
    font-size: 2.4rem;
    color: #000033;
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px dotted #000034;
    margin-bottom: 12px;
    line-height: 1.5;
    padding-bottom: 1px;
}

.day__left {
    width: 63%;
    padding-left: 15em;
}

.day__txt {
    width: 480px;
}

.day__txt p {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {

    .day,
    .day06,
    .day05,
    .day04,
    .day03,
    .day02 {
        flex-direction: column;
    }

    .day:not(:first-of-type),
    .day06:not(:first-of-type),
    .day05:not(:first-of-type),
    .day04:not(:first-of-type),
    .day03:not(:first-of-type),
    .day02:not(:first-of-type) {
        margin-top: 40px;
    }

    .day::before,
    .day06::before,
    .day05::before,
    .day04::before,
    .day03::before,
    .day02::before {
        background: none;
    }

    .day__left {
        width: 100%;
        padding: 130px 0 0;
    }

    .day__txt {
        width: 100%;
    }

    .day__img {
        max-width: 340px;
        width: 100%;
        margin: 20px auto 0;
    }
}

.day01 {
    margin-bottom: 10px;
}

.day02 {
    margin-bottom: 30px;
    background: url(images/step02-y.png) no-repeat 0 0;
}

.day03 {
    margin-bottom: 26px;
    background: url(images/step03-y.png) no-repeat 0 0;
}

.day04 {
    margin-bottom: 30px;
    background: url(images/step04-y.png) no-repeat 0 0;
}

.day05 {
    background: url(images/step05-y.png) no-repeat 0 0;
}

.day06 {
    background: url(images/step06-y.png) no-repeat 0 0;
}

.day06::before {
    background: none;
}

.blog-post {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.blog-post:not(:first-of-type) {
    margin-top: 30px;
}

.blog-post__txt {
    flex: 0 0 54%;
    max-width: 54%;
}

.blog-post__title {
    padding: 10px 0 7px;
    color: #000033;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px dotted #000034;
    margin-bottom: 20px;
}

.blog-post__img {
    width: 420px;
}

.blog-post__img img {
    width: 100%;
    height: auto;
}

.blog-post__btn {
    width: 200px;
    margin: 12px 0 0 auto;
}

@media screen and (max-width: 767px) {
    .blog-post {
        flex-direction: column;
    }

    .blog-post__txt {
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }

    .blog-post__btn {
        width: 200px;
        margin: 10px auto 0;
    }

    .blog-post__img {
        width: 100%;
    }
}

.service {
    margin-top: 50px;
}

a.btn01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    padding: 13px 0 16px;
    font-size: 1.8rem;
    color: #000034;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-decoration: none;
}

a.btn01:hover {
    background: #e6ac00;
    color: #fff;
}

a.btn01::after {
    position: absolute;
    content: "";
    background: url(images/btn01-arrow-off.png);
    width: 6px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn01:hover::after {
    position: absolute;
    content: "";
    background: url(images/btn01-arrow-on.png);
    width: 6px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 0 16px;
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    background: #e6ac00;
    color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    text-decoration: none;
    text-align: center;
}

a.btn02:hover {
    background: #000034;
    color: #fff;
}

a.btn02::after {
    position: absolute;
    content: "";
    background: url(images/btn01-arrow-on.png);
    width: 6px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn02:hover::after {
    position: absolute;
    content: "";
    background: url(images/btn01-arrow-on.png);
    width: 6px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px 0;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    background: #e6ac00;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.btn03:hover {
    background: #000034;
    color: #fff;
}

a.btn03::after {
    position: absolute;
    content: "";
    background: url(images/btn01-arrow-on.png);
    width: 6px;
    height: 9px;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 0;
    font-size: 1.4rem;
    background: #fff;
    font-weight: 700;
    color: #000034;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-decoration: none;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.btn04:hover {
    background: #e6ac00;
    color: #fff;
}

a.btn04::after {
    position: absolute;
    content: "";
    background: url(images/btn04-arrow-off.png);
    width: 6px;
    height: 10px;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn04:hover::after {
    position: absolute;
    content: "";
    background: url(images/btn04-arrow-on.png);
    width: 6px;
    height: 10px;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

a.btn05 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 0 13px;
    background: #FFBE00;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a.btn05:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a.btn05::after {
    position: absolute;
    content: "";
    background: url(images/btn05-icon-off.png);
    width: 17px;
    height: 18px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.news {
    width: 42%;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.news__post {
    border: 1px solid #ccc;
    padding: 18px 0 18px 15px;
    overflow-y: scroll;
    height: 303px;
}

.news__txt {
    line-height: 1;
}

.news__txt a {
    color: #333333;
}

.news__txt a:hover {
    color: #e6ac00;
    text-decoration: underline;
}

.news__list {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding: 23px 0 17px;
}

.news__btn {
    width: 180px;
    margin-top: 19px;
}

@media screen and (max-width: 767px) {
    .news {
        width: 100%;
        padding: 0 5%;
        margin: 0 auto 40px;
    }

    .news:last-of-type {
        margin: 0 auto;
    }

    .news__btn {
        margin: 15px auto 0;
    }
}

.date {
    font-weight: bold;
    background: url(images/news-list-icon.png) no-repeat 0 5px;
    padding-left: 22px;
}

.news__title {
    position: relative;
    font-size: 2.4rem;
    color: #000034;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.news__title::before {
    content: "";
    position: absolute;
    background: #000034;
    width: 100px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news__title--right::before {
    content: "";
    position: absolute;
    background: #000034;
    width: 54px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.recruit {
    position: relative;
    background: url(images/recruit-bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 100px;
    padding: 0 0 85px;
    z-index: 1;
}

.recruit::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -255px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
}

.recruit__btn {
    display: flex;
    justify-content: space-between;
    padding: 0 11%;
    margin-top: 85px;
}

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

    .recruit__btn__list {
        max-width: 200px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .recruit__btn__list:last-child {
        margin: 0 auto;
    }
}

.recruit__title {
    position: relative;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    color: #000034;
    font-family: "Noto Serif JP", serif;
    z-index: 2;
    font-weight: bold;
    padding: 19px 0 15px;
    line-height: 1;
}

.rectuit__txt {
    position: relative;
    text-align: center;
    z-index: 2;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.recruit__box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .site-policy {
        background: #F2F1EC;
        max-height: 100%;
        text-align: center;
        padding: 40px 30px;
    }

    .site-policy dd>p {
        text-align: left;
    }
}

.cooperation__box {
    margin-top: 28px;
}

.cooperation__box02 {
    margin-top: 66px;
}

.cooperation__box02__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
}

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

    .cooperation__box02__inner {
        flex-direction: column;
    }
}

.cooperation__box02__txt .tel {
    font-size: 2.2rem;
    color: #C4110C;
    font-weight: bold;
    line-height: 1.5;
}

.overview02 {
    margin-top: 116px;
}

@media screen and (max-width: 767px) {
    .breadcrumb_area {
        width: auto;
        height: auto;
        padding: 10px 0 40px;
        margin: 0 auto;
    }

    .breadcrumb {
        width: 100%;
        margin: 0 auto;
    }

    .breadcrumb p {
        font-size: 1.2rem;
        text-align: center;
    }

    main#top_main {
        width: 100%;
        padding: 0 10px;
    }

    main#page_main {
        width: 100%;
        padding: 0 10px;
    }

    .btn,
    .btn02 {
        width: 100%;
    }
}

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

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

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

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

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

#single_box {
    width: 100%;
    margin: 0 auto 80px;
}

.single-txt {
    width: 100%;
}

.single-txt img {
    max-width: 100%;
    height: auto;
}

.pager {
    clear: both;
    text-align: center;
    padding: 0;
    margin: 30px 0 80px;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

.nav-below a {
    color: #333;
    margin: 0 10px;
}

.nav-below a:hover {
    color: #ffbf00;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        padding: 0 10px;
    }
}

p.line_break,
span.line_break {
    padding-top: 20px;
}

p.line_break02 {
    padding-top: 25px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #FF0000;
}

#footer {
    background: #000034;
    padding: 45px 0;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 767px) {
    #footer {
        background: #000034;
        padding: 45px 0 115px;
        font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    }
}

.footer-logo {
    width: 268px;
}

.footer__info {
    color: #fff;
}

.footer__info__address {
    font-size: 1.4rem;
}

.footer__info__tel {
    background: url(images/footer-tel-icon.png) no-repeat 0 center;
    font-size: 2.6rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.06em;
    padding-left: 18px;
}

.footer__time {
    color: #fff;
}

.footer__time p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.footer__btn {
    width: 190px;
}

.footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

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

.copyright {
    margin-top: 26px;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sp-footer__btn {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        z-index: 9999;
    }

    .sp-footer__btn ul {
        display: flex;
        height: 70px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #fff;
    }

    .sp-footer__btn ul li {
        position: relative;
        width: 33.3%;
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.1rem;
    }

    .sp-footer__btn ul li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.8);
    }

    .sp-footer__btn ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #fff;
        text-decoration: none;
    }

    .sp-footer__btn ul li a {
        background: #000034;
    }

    .sp-footer__btn ul li a span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 32px;
        line-height: 1.4;
        text-align: center;
    }

    .sp-footer__btn ul li a span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: calc(50% - 12px);
        top: 0;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .tel-icon::after {
        background-image: url(images/sp-tel-icon.png);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

    .mail-icon::after {
        background-image: url(images/mail-icon.png);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

    .pagetop-icon::after {
        background-image: url(images/pagetop-icon.png);
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 0.8;
    }
}

@media screen and (max-width: 374px) {

    .sp-footer__top,
    .sp-footer__bottom {
        max-width: 320px;
    }

    .sp-footer__top .tel {
        line-height: 1.2;
    }

    .sp-footer__top .tel .address {
        font-size: 1.3rem;
        letter-spacing: 0.02em;
    }

    .sp-footer__top .tel .number {
        background: url(images/tel-icon.png) no-repeat 0 center;
        font-size: 2.4rem;
        font-weight: bold;
        padding-left: 35px;
        letter-spacing: 0.08em;
    }
}

@media print,
screen and (min-width: 768px) {
    #sp-footer {
        display: none;
    }

    .sp-footer__btn {
        display: none;
    }

    .pagetop {
        display: none;
        position: fixed;
        right: 60px;
        bottom: 60px;
    }

    #pc-footer {
        background: #f3f3f3;
    }

    .footer__logo {
        width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .footer__logo {
        width: 150px;
        height: 52px;
        margin-bottom: 20px;
    }

    .footer__info {
        margin-bottom: 10px;
    }

    .footer__info__tel {
        background: url(images/footer-tel-icon.png) no-repeat 30px center;
        text-align: center;
    }

    .footer__time {
        margin-bottom: 20px;
    }
}

#contact {
    margin-top: 70px;
}

.site-policy {
    margin-top: 30px;
    padding: 20px;
    background: #F4F4F4;
}

.site-policy dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form textarea {
    width: 650px;
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
}

.wpcf7 p {
    line-height: 2;
    padding-top: 3px;
}

.wpcf7-form input {
    width: auto !important;
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
    }

    .wpcf7-form input {
        max-width: 100% !important;
    }
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.dn {
    display: none;
}

@media screen and (max-width: 767px) {
    .gmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .gmap iframe,
    .gmap object,
    .gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .spnone {
        display: none;
    }
}

.greeting {
    margin-top: 70px;
}

.daihyo {
    text-align: center;
    margin-top: 20px;
    font-size: 1.8rem;
}

.safty {
    margin-top: 70px;
}

.safty02 {
    margin-top: 70px;
}

.safty__box {
    margin-top: 50px;
}

.safty__box:first-of-type {
    margin-top: 0;
}

.safty__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.safty__box__txt {
    margin-bottom: 20px;
}

.safty__item__list {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:767px) {

    .safty__item__list {
        width: 49%;
        margin-bottom: 15px
    }

}

.safty02__img {
    margin-top: 20px;
}

.safty02__img figcaption {
    font-size: 1.4rem;
    margin-top: 10px;
}

.safty__item__list__title {
    order: 2;
    padding: 10px 0 7px;
    color: #000033;
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 2px dotted #000034;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {

    .safty__item__list__title {
        font-size: 1.8rem;
    }

}

.health {
    margin-top: 70px;
}

.health__box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

@media screen and (max-width:767px) {

    .health__box {
        flex-direction: column;
    }

}

.health__box__right {
    max-width: 660px;
    width: 100%;
}

.health__inner {
    padding-top: 10px;
}

.health__inner dl {
    margin-top: 20px;
}

.health__box02 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

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

.helath__box__img:nth-child(2) {
    margin-top: 20px;
}

@media screen and (max-width:767px) {

    .helath__box__img {
        max-width: 270px;
        width: 100%;
        margin: 15px auto 0;
    }

}

.helath__box__img figcaption {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

.health__box03 {
    margin-top: 70px;
}

.health__box03__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {

    .health__box03__title {
        font-size: 2rem;
    }

}

.health__box03__title .red03 {
    font-size: 2.6rem;
    text-decoration: underline;
    color: #FF0000;
}

@media screen and (max-width:767px) {

    .health__box03__title .red03 {
        font-size: 2.4rem;
    }
}

.health__box03__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.health__box03__list li {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {

    .health__box03__list li {
        width: 49%;
    }
}

.health__box03__list figcaption {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

.health__box04 {
    margin-top: 40px;
}

.health__box04__inner {
    margin-top: 30px;
    padding: 20px;
    background: #F4F4F4;
}

.health__box04__list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

@media screen and (max-width:767px) {

    .health__box04__list02 {
        flex-direction: column;
    }

    .health__box04__list02 li {
        margin: 0 auto 20px;
    }

    .health__box04__list02 li:last-child {
        margin: 0 auto;
    }

}

.health__box02__img {
    padding: 20px 0;
}

.training {
    margin-top: 70px;
}

.training__box {
    position: relative;
}

.training__box::after {
    position: absolute;
    content: "";
    background: url(images/under-arrow.png) no-repeat;
    width: 48px;
    height: 31px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}

.training__box {
    margin-bottom: 70px;
}

.training__box02 {
    margin-top: 70px;
}

.training__box__item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.training__box__img {
    margin-top: 20px;
}

/****************************************

          フッターを一番下に固定

*****************************************/
body,
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}