@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #0D2142;
    font-family: 'Noto Sans JP';
    font-size: 15px;
    line-height: 30px;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 20px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1550px) {
    body {
        font-size: 18px;
        line-height: 38px;
    }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/noto-sans-jp-v54-japanese_latin-regular.woff2') format('woff2'); 
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('../font/noto-sans-jp-v54-japanese_latin-500.woff2') format('woff2'); 
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/noto-sans-jp-v54-japanese_latin-700.woff2') format('woff2'); 
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url('../font/noto-sans-jp-v54-japanese_latin-900.woff2') format('woff2'); 
}
/* zen-kaku-gothic-antique-700 - japanese_latin */
@font-face {
    font-display: swap; 
    font-family: 'Zen Kaku Gothic Antique';
    font-style: normal;
    font-weight: 700;
    src: url('../font/zen-kaku-gothic-antique-v17-japanese_latin-700.woff2') format('woff2'); 
}
.fnt-noto-san {
    font-family: 'Noto Sans JP';
}
.fnt-zen-kaku {
    font-family: 'Zen Kaku Gothic Antique';
}
/*=============================================
 * <header>
 *=============================================*/
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}
.nav--opened #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    overflow: auto;
}
.nav--opened #pagetop, .nav--opened #ft_fixed {
    opacity: 0;
    visibility: hidden;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
html {
    min-width: auto;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
    color: #959698;
    position: absolute;
    left: 20%;
    top: 15vw;
    line-height: 25px;
}
#head-key .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    z-index: 9;
}
#head-top {
    padding: 0 0 60px;
}
.menu_toggle .nav {
    display: block;
    padding-top: 0%;
    height: auto;
}
.menu_toggle .logo-nav {
    margin: auto;
    max-width: 150px;
}
.menu_toggle a.nav-main {
    padding: 2px 22px;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
}
.menu_toggle a.nav-main.active, .menu_toggle a.nav-main:hover {
    color: #C50026;
}
.menu_toggle .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
}
.menu_toggle a.nav-main span::before, .menu_toggle .sub-nav span::before {
    width: 0%;
    height: 5px;
    background: #C50026;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    transition: all 0.4s ease;
    display: block;
}
.menu_toggle li a.nav-main.active span::before, .menu_toggle li:hover a.nav-main span::before, .menu_toggle li.sub-nav.active span::before {
    width: 100%;
}
.menu_toggle a.nav-main span {
    padding: 0;
    position: relative;
}
.menu_toggle .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
}
.menu_toggle .tel-nav {
    text-align: center;
    font-size: 31px;
}
.menu_toggle .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
}
.head-info {
    margin-right: 0px;
    display: none;
}
#key-box {
    width: 100%;
}
.header-box {
    /* display: flex; */
    position: relative;
    z-index: 101;
    height: 24vw;
}
header .logo {
    padding: 0px 0 10px 10px;
    width: 15%;
    max-width: 150px;
    position: absolute;
    left: 2%;
    top: -5px;
}
header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
}
.hamburger {
    position: fixed;
    top: 17px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 201;
    transition: none;
    overflow: hidden;
    background: #0D2142;
}
.hamburger::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.hamburger span {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 39%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
    transition: all 0.4s;
}
.hamburger span::before, .hamburger span::after {
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
}
.hamburger span::after {
    top: -8px;
}
.hamburger span::before {
    top: 8px;
}
.nav--opened .hamburger span {
    transform: rotate(360deg);
}
.nav--opened .hamburger span {
    transform: rotate(141deg) translateX(20px);
    top: 5px;
    left: 46%;
}
.nav--opened .hamburger span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
}
.nav--opened .hamburger::after {
    content: "CLOSE";
}
.nav--opened .hamburger span::before {
    opacity: 0;
}
#menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 46px 0 80px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 9;
    background: #E7EBF0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 56px;
}
.nav-header .banner {
    width: 80%;
    margin: 0 auto;
}
.nav--opened .menu_toggle {
    left: 0%;
    visibility: visible;
    overflow: auto;
    z-index: 99;
    opacity: 1;
}
.js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 150px;
}
.hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
}
header h1 {
    width: 77%;
    font-size: 2.2vw;
    padding: 5px;
}
.hamburger {
    top: 0;
}
#key-box {
    height: 100%;
}
#key-box .keyvisual li {
    height: 450px;
}
footer {
    position: relative;
    margin-top: 0;
    padding: 55px 0 170px;
    background: #121D2D;
}
footer .logo {
    max-width: 80px;
    margin: 0 auto 3vw;
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.has_nav #fixed-sp {
    opacity: 1;
}
#fixed-sp ul {
    display: flex;
}
#fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
}
#fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
}
#fixed-sp ul li a img {
    width: 16px;
}
#fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
}
#pagetop {
    bottom: 125px;
    width: 50px;
    z-index: 98;
}
footer {
    color: #fff;
}
footer .row {
    flex-direction: column;
}
footer .row .col .txt {
    margin-bottom: 5vw;
    text-align: center;
    font-weight: normal;
}
footer .row .col dl {
    line-height: 25px;
    margin-bottom: 3vw;
    font-weight: normal;
}
footer .row .col dl.tel dd {
    font-size: 6vw;
}
footer nav {
    margin-bottom: 5vw;
    font-weight: bold;
}
footer nav > a + a:before {
    content: "/";
    display: inline-block;
    margin-right: 6px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
}
footer address {
    color: #6B6C6E;
    font-weight: bold;
    font-size: 11px;
    line-height: 25px;
}
footer address a {
    border-bottom: 1px solid #6B6C6E;
}
@media only screen and (min-width: 768px) {
    footer .row {
        flex-direction: row;
        margin-bottom: 20px;
    }
    footer .row .col {
        margin-left: 20px;
        margin-top: -10px;
        font-size: 18px;
        font-weight: normal;
    }
    footer .row .col .txt {
        text-align: left;
        letter-spacing: 0px;
        margin-bottom: 5px;
    }
    footer .row .col dl {
        display: flex;
        letter-spacing: 0;
        font-size: 18px;
        margin-bottom: 11px;
        align-items: baseline;
    }
    footer .row .col dl dt {
        margin-right: 14px;
    }
    footer .row .col dl.tel dd {
        font-size: 25px;
        letter-spacing: 0px;
    }
    footer address {
        font-size: 18px;
        text-align: right;
    }
    footer address a:hover {
        border-bottom: 0;
    }
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #fff;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 25px;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    footer:after {
    background: #fff;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 25px;
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.7708333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
    footer:after {
    background: #fff;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 25px;
  }
}
.btn-cus {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 100%;
}
.btn-cus:before {
    position: absolute;
    content: "";
    border: 1px solid #cd321d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.btn-cus a {
    display: block;
    font-size: 20px;
    line-height: 64px;
    height: 67px;
    text-align: center;
}
.pc {
    display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
	footer:after{
		display: none;
	}
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    /*=============================================
 ******************** header ******************
 *=============================================*/
    .header-box {
        position: relative;
        width: 100%;
        z-index: 100;
        height: 206px;
    }
    .header-box .wrap {
        width: 1270px;
    }
    header .logo {
        text-align: center;
        font-size: 28px;
        padding: 0px 10px 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
    }
    header .logo a {
        text-decoration: none;
    }
    header h1 {
        font-size: 12px;
        padding: 10px;
        text-align: left;
        top: 85px;
        left: 90px;
    }
    html img {
        max-width: 100%;
        height: auto;
    }
    #head-key .logo {
        width: auto;
    }
    header .contact {
        position: absolute;
        right: -10px;
        top: 30px;
        width: 710px;
        z-index: 117;
    }
    .js-scroll {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 0;
        overflow: hidden;
    }
    /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
    #menu_toggle {
        top: 130px;
        right: 0;
        position: absolute;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transition: none;
        height: 76px;
        left: auto;
        padding: 0;
        z-index: 110;
    }
    .has_nav #menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 0;
    }
    .menu_toggle .logo-nav {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu_toggle .logo-nav img {
        width: 100%;
        height: auto;
    }
    .menu_toggle .tel-icon {
        font-size: 24px;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.08em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        border-left: 1px solid;
        padding-left: 10%;
        width: 210px;
    }
    .has_nav .menu_toggle {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
    .menu_toggle .nav {
        position: relative;
        display: flex;
        justify-content: flex-start;
        height: 74px;
        max-width: 1410px;
        padding-top: 0;
        width: auto;
        justify-content: center;
        margin: 0 auto;
    }
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        position: relative;
        display: flex;
        text-decoration: none;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.05em;
        font-size: 17px;
        width: 100%;
        height: 100%;
        padding: 11px 6px;
        margin: 0 6px;
        display: inline-block;
    }
    .menu_toggle a.nav-main span::before, .menu_toggle .sub-nav span::before {
        bottom: -22px;
    }
    .menu_toggle a.nav-main::after {
        content: "/";
        margin-left: 5px;
        margin-right: 5px;
        position: absolute;
        right: -8px;
        top: 13px;
    }
    .menu_toggle li:last-of-type a.nav-main::after {
        display: none;
    }
    .menu_toggle .sub-box {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50px;
        left: 0;
        width: 275px;
        background: #FFF;
        box-sizing: border-box;
        padding: 10px;
        transition: all 0.4s ease;
    }
    .menu_toggle .sub-nav::before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2px;
        transition: all 0.3s ease;
    }
    /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
    #head-key {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -2px;
    }
    #key-box {
        width: 100%;
        height: 853px;
        overflow: hidden;
        background: #000;
    }
    #key-box .keyvisual {
        width: 100%;
        height: 100%;
    }
    #key-box .keyvisual li {
        height: 800px;
    }
    .head-info {
        width: 300px;
        margin-right: 50px;
        text-align: center;
        padding-top: 65px;
    }
    .head-info dl {
        font-size: 12px;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.08em;
        padding: 30px 0 65px;
    }
    .head-info dl dt {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: -12px;
    }
    .head-info dl dt .tel-icon {
        font-size: 25px;
    }
    .head-info dl dt .tel-icon span {
        font-size: 24px;
        padding: 0 4px 0 8px;
    }
    .head-info ul li {
        display: flex;
        justify-content: center;
    }
    .head-info ul li a {
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        font-size: 18px;
        display: block;
        text-decoration: none;
        padding: 10px 0;
        width: 190px;
        position: relative;
        border-bottom: 1px dashed transparent;
    }
    .head-info ul li.active a, .head-info ul li:hover a {
        border-bottom: 1px dashed #000;
    }
    /*=============================================
 ******************* footer *******************
 *=============================================*/
    footer {
        position: relative;
        padding: 43px 0 48px;
    }
    footer nav {
        text-align: center;
        margin-bottom: 0px;
    }
    footer nav > a {
        margin-right: 2px;
        font-size: 17px;
    }
    footer nav > a:hover {
        opacity: 0.8;
    }
    footer .logo {
        text-align: center;
        width: 99px;
        margin: 0;
    }
    footer dl.tel-ft {
        padding: 10px 0 15px;
        text-align: center;
    }
    footer dl.tel-ft dt {
        font-weight: bold;
    }
    footer dl.tel-ft dt .tel-icon {
        font-size: 25px;
    }
    footer dl.tel-ft dt .tel-icon span {
        font-size: 24px;
        padding: 0 4px 0 8px;
    }
    footer .info-footer {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }
    footer .info-footer dl {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed;
    }
    footer .info-footer dl dt {
        font-weight: bold;
    }
    footer h2 {
        text-align: center;
        font-weight: bold;
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 58px;
    }
    footer .group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    footer .left {
        width: 471px;
    }
    footer .tel dt span {
        font-weight: bold;
        font-size: 30px;
        margin-left: 17px;
        vertical-align: sub;
    }
    footer .tel dd {
        font-size: 16px;
    }
    footer .banner {
        position: relative;
        margin-bottom: 30px;
    }
    footer .banner span {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        z-index: 10;
        top: 19px;
        left: 30px;
        line-height: 28px;
    }
    footer .right {
        width: 485px;
    }
    footer .right .info dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }
    footer .right .info dl dt {
        width: 150px;
    }
    footer .right .info dl dd {
        width: calc(100% - 150px);
        padding-left: 0;
    }
    /*=============================================
***************** copyright ******************
*=============================================*/
    #pagetop {
        cursor: pointer;
        transition: all 0.3s ease;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: auto;
        width: 78px;
    }
    #pagetop:hover {
        opacity: 0.9;
    }
    #socialbuttons {
        max-width: 350px;
        line-height: 1;
    }
    address {
        padding: 25px 0 10px;
    }
    address span {
        display: inline-block;
        margin-left: 30px;
    }
}
.dot_right .slick-dots {
    text-align: right;
}
.dot_left .slick-dots {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1550px) {
    .menu_toggle a.nav-main, .menu_toggle .sub-nav {
        font-size: 14px;
        letter-spacing: 0;
    }
    footer .row .col {
        font-size: 15px;
    }
    footer .row .col dl {
        font-size: 15px;
    }
    footer .row .col dl.tel dd {
        font-size: 23px;
    }
    footer nav > a {
        font-size: 13px;
    }
    footer address {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.menu_toggle a.nav-main, .menu_toggle .sub-nav{
		font-size: 13px;
	}
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate img {
    animation: rotate 10s linear infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
        opacity: 1;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
    }
    .btn {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }
    .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
        cursor: pointer;
        opacity: .8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }
    a:before {
        text-decoration: underline;
        display: inline-block;
    }
    a:before, a:hover:before {
        text-decoration: none;
    }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
    min-width: auto;
}
html a:hover {
    text-decoration: none;
}
html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
}
.sp {
    display: block;
}
.pc {
    display: none !important;
}
html #socialbuttons .social-line {
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    html #socialbuttons .social-line {
        width: auto;
        overflow: hidden;
    }
    html .wrap {
        padding: 0;
        width: 1300px;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1550px) {
    html .wrap {
        width: 1040px;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
    body {
        position: static !important;
        top: 0 !important;
        box-sizing: border-box;
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
    text-align: justify;
}
#pagetop.abo {
    position: absolute;
    top: -55px;
    visibility: visible;
    opacity: 1;
    bottom: auto;
}
@media only screen and (min-width: 768px) {
    .txt, .txt1, .txt2, .txt3 {
        text-align: inherit;
    }
    hr.line {
        height: 14px;
    }
    #pagetop.abo {
        top: -90px;
    }
}


/*fixed btn */

#fixed-sp .sub-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9vw;
    line-height: 1.8;
    position: absolute;
    left: 6%;
    top: 62vw;
}
#fixed-sp .sub-ttl span {
    color: #0D2142;
    background: #DFE1E3;
    margin-bottom: 1vw;
    letter-spacing: 0.1em;
    padding: 0 2%;
    display: inline-block;
    font-size: 4.5vw;
}
#fixed-sp .contact .mail {
    text-align: center;
    margin-bottom: 3vw;
}
#fixed-sp .contact .mail a {
    display: block;
    background: #C50026;
    color: #fff;
    font-weight: 900;
    padding-top: 1px;
    padding-bottom: 2vw;
    font-size: 4.5vw;
}
#fixed-sp .contact .mail a .sub {
    margin-top: -5vw;
}
#fixed-sp .contact .mail a .sub span {
    background: #fff;
    color: #000;
    border-radius: 50px;
    border: 2px solid #C50026;
    font-weight: 500;
    margin-top: -10vw;
    padding: 1% 2%;
    font-size: 3.5vw;
}
#fixed-sp .contact .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}
#fixed-sp .contact .tel dt {
    font-weight: normal;
    font-size: 3vw;
}
#fixed-sp .contact .tel dd {
    font-weight: 900;
    width: 100%;
    text-align: center;
}
#fixed-sp .contact .tel dd .tel-icon {
    font-size: 7vw;
}
#fixed-sp .contact .tel dd .tel-icon span {
    font-size: 4vw;
    margin-right: 1%;
}