@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Manrope:wght@200;400;500;800&family=Noto+Sans+JP:wght@400;700;800;900&family=Poppins:wght@400;700&display=swap");

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, html, 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
}

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

a:hover {
    cursor: pointer
}

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

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

del {
    text-decoration: line-through
}

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

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

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

input, select {
    vertical-align: middle
}

:after, :before, a, abbr, address, article, aside, audio, b, blockquote, body, button, 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, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    overflow-x: hidden
}

body {
    position: relative;
    width: calc(100vw - (100vw - 100%));
    min-width: 300px;
    -webkit-text-size-adjust: 100%;
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
    color: #333;
    overflow-x: hidden;
    letter-spacing: 0;
    height: 100%;
    font-size: 1.8rem
}

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

li {
    list-style-type: none
}

a {
    text-decoration: none;
    outline: 0;
    color: #333
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

address, em, i {
    font-style: normal;
    font-style: normal
}

button, input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    font-size: inherit;
    color: #333
}

input::-webkit-input-placeholder {
    color: #bfbfbf
}

input:-ms-input-placeholder {
    color: #bfbfbf
}

input::-moz-placeholder {
    color: #bfbfbf
}

option {
    outline: 0
}

sup {
    position: relative;
    top: -0.7em;
    font-size: 70%
}

a[href^="tel:"].tel_disable {
    pointer-events: none;
    text-decoration: none
}

img[src$=".svg"] {
    width: 100%
}

._sp {
    display: block
}

@media print, screen and (min-width:767px) {
    ._sp {
        display: none
    }
}

._pc {
    display: none
}

@media print, screen and (min-width:767px) {
    ._pc {
        display: block
    }
}

main {
    display: block;
    width: 100vw;
    position: relative;
    overflow: hidden;
    padding-top: 80px
}

@media only screen and (max-width:767px) {
    main {
        padding-top: 65px
    }
}

footer {
    display: block;
    width: 100vw;
    position: relative
}

.main_ttl {
    font-family: "Libre Baskerville", serif;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #033a40
}

@media print, screen and (min-width:767px) {
    .main_ttl {
        font-size: 6rem
    }
}

.main_ttl span {
    position: relative
}

.main_ttl span:before {
    position: absolute;
    content: "";
    background: #033a40;
    height: 1px;
    width: 40px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: -10px
}

.flowing {
    width: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: flowing-anim 1s forwards linear;
    animation: flowing-anim 1s forwards linear
}

.flowing2 {
    width: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: flowing-anim 1s forwards linear;
    animation: flowing-anim 1s forwards linear;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.more_btn {
    display: block;
    border: 1px solid #033a40;
    width: 230px;
    line-height: 45px;
    text-align: center;
    color: #033a40;
    position: relative;
    outline: none;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .more_btn {
        width: 76%;
        margin: 0 auto;
        font-size: 1.5rem
    }
}

.more_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(3, 58, 64, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(3, 58, 64, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.more_btn:hover:before {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s
}

.center {
    display: block;
    margin: 0 auto
}

@media print, screen and (min-width:767px) {
    .center {
        text-align: center
    }
}

table {
    width: 100%
}

table tr:last-of-type td, table tr:last-of-type th {
    border-bottom: none
}

table th {
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 1.6rem
}

@media only screen and (max-width:767px) {
    table th {
        font-size: 3.5vw
    }
}

table td {
    padding: 10px 0 10px 20px;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc
}

@media only screen and (max-width:767px) {
    table td {
        font-size: 3.5vw;
        padding: 10px 0 10px 3vw
    }
}

table td a {
    text-decoration: underline
}

table td a:hover {
    text-decoration: none
}

#hd {
    width: 100%;
    height: 55px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999
}

@media print, screen and (min-width:767px) {
    #hd {
        height: 85px
    }
}

#hd .inner {
    float: left;
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#hd .inner h1 img {
    height: 45px
}

#hd .inner h1 span {
    display: block;
    font-size: 80%;
    text-align: center;
}

@media print, screen and (min-width:767px) {
    #hd .inner h1 img {
        height: auto;
        width: 210px
    }
}

@media only screen and (max-width:767px) {
    #hd nav {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: 1040px;
        background: rgba(3, 58, 64, 0.95);
        z-index: 999
    }
}

#hd nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    #hd nav ul {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    #hd nav ul li {
        text-align: center
    }
}

#hd nav ul li a {
    text-decoration: none;
    padding: 1.6rem;
    color: #033a40
}

@media only screen and (max-width:767px) {
    #hd nav ul li a {
        display: block;
        color: #fff
    }
}

#hd nav ul li a:hover {
    opacity: 0.8
}

@media print, screen and (min-width:767px) {
    #hd nav ul li.bg {
        margin: 0 0 0 20px
    }
}

#hd nav ul li.bg a {
    display: block;
    border: 1px solid #fff;
    width: 66%;
    line-height: 50px;
    padding: 0;
    background: #033a40;
    color: #fff;
    margin: 15px auto;
    position: relative;
    overflow: hidden
}

@media print, screen and (min-width:767px) {
    #hd nav ul li.bg a {
        width: 150px;
        height: 50px;
        text-align: center;
        border: none;
        margin: 0 auto
    }
}

#hd nav ul li.bg a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

#hd nav ul li.bg a:hover {
    opacity: 1
}

#hd nav ul li.bg a:hover:after {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s
}

#hd nav ul li.icon img {
    width: 26px
}

@media only screen and (max-width:767px) {
    #hd nav ul li.icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }
}

#hd #nav_toggle {
    display: none
}

@media only screen and (max-width:767px) {
    #hd #nav_toggle {
        display: block;
        width: 30px;
        height: 43px;
        position: relative;
        top: 4px;
        z-index: 100
    }

    #hd #nav_toggle:before {
        position: absolute;
        content: "MENU";
        font-size: 0.8rem;
        text-align: center;
        width: 100%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        bottom: 0;
        font-family: "Libre Baskerville", serif;
        color: #033a40
    }
}

#hd #nav_toggle div {
    position: relative
}

#hd #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out
}

#hd #nav_toggle span:first-child {
    top: 0px
}

#hd #nav_toggle span:nth-child(2) {
    top: 10px;
    width: 75%
}

#hd #nav_toggle span:nth-child(3) {
    top: 20px;
    width: 50%
}

#hd.active #nav_toggle span:first-child {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#hd.active #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%
}

#hd.active #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%
}

footer {
    position: relative;
    color: #fff
}

footer .right_img {
    display: none
}

footer .map {
    background: #033a40;
    padding: 50px 0
}

footer .map .main_ttl {
    color: #fff;
    margin-bottom: 5rem
}

@media only screen and (max-width:767px) {
    footer .map .main_ttl {
        margin-bottom: 0
    }
}

footer .map .main_ttl:before {
    background: #fff
}

footer .map p {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    footer .map p {
        font-size: 0.9rem;
        text-align: left;
        width: 92%;
        margin: 5px auto 20px
    }
}

footer .map img {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    footer .map img {
        margin: 0 4%;
        width: 92%
    }
}

footer .contact {
    background: url(../img/footer/bg.jpg) no-repeat center center/cover;
    padding: 90px 0
}

@media only screen and (max-width:767px) {
    footer .contact {
        padding: 30px 0;
        background: url(../img/footer/bg_sp.jpg) no-repeat center center/cover
    }
}

footer .contact .inner {
    background: rgba(3, 58, 64, 0.9);
    border-radius: 40px;
    max-width: 1100px;
    padding: 65px 0;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    footer .contact .inner {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 25px
    }
}

footer .contact .inner h2 {
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-size: 6rem;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    footer .contact .inner h2 {
        font-size: 3rem;
        margin-bottom: 10px
    }
}

footer .contact .inner ul {
    position: relative
}

@media print, screen and (min-width:767px) {
    footer .contact .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 5%
    }
}

footer .contact .inner ul:before {
    position: absolute;
    content: "";
    background: #fff
}

@media only screen and (max-width:767px) {
    footer .contact .inner ul:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 90%;
        height: 1px
    }
}

@media print, screen and (min-width:767px) {
    footer .contact .inner ul:before {
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%)
    }
}

@media only screen and (max-width:767px) {
    footer .contact .inner ul li {
        margin: 15px 0
    }
}

@media print, screen and (min-width:767px) {
    footer .contact .inner ul li {
        width: 49.5%
    }
}

footer .contact .inner ul li dt {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    footer .contact .inner ul li dt {
        font-size: 1.5rem;
        margin-bottom: 0
    }
}

footer .contact .inner ul li dd {
    font-size: 1.6rem;
    text-align: center
}

@media only screen and (max-width:767px) {
    footer .contact .inner ul li dd {
        font-size: 1.3rem
    }
}

footer .contact .inner .more_btn {
    color: #fff;
    border: 1px solid #fff;
    margin: 50px auto 0
}

@media only screen and (max-width:767px) {
    footer .contact .inner .more_btn {
        margin: 20px auto 0
    }
}

footer .footer_info {
    background: url(../img/footer/bg2.png) no-repeat center center/cover;
    padding: 25px 0 65px
}

@media only screen and (max-width:767px) {
    footer .footer_info {
        padding: 25px 4% 35px
    }
}

footer .footer_info h1 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: block;
    margin: 0 auto 25px;
    max-width: 250px
}

@media only screen and (max-width:767px) {
    footer .footer_info h1 img {
        width: 42%
    }
}

footer .footer_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px
}

footer .footer_info .sns img {
    width: 26px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

footer .footer_info .link {
    gap: 0 40px
}

@media only screen and (max-width:767px) {
    footer .footer_info .link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0
    }
}

footer .footer_info .link li {
    font-size: 1.6rem
}

@media only screen and (max-width:767px) {
    footer .footer_info .link li {
        font-size: 1.3rem
    }
}

footer .footer_info .link li a {
    color: #fff
}

footer .footer_info p.copy {
    font-size: 1.1rem;
    text-align: center;
    font-family: "Poppins", sans-serif
}

#index .mv {
    position: relative
}

#index .mv:after {
    position: absolute;
    content: "";
    background: #033a40;
    z-index: -1;
    width: 90%;
    top: 100px;
    left: 0;
    height: 70%;
    -webkit-animation-name: move-left;
    animation-name: move-left;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s
}

@media only screen and (max-width:767px) {
    #index .mv:after {
        height: 40%
    }
}

#index .mv .fix_bg {
    position: relative;
    scroll-behavior: smooth;
    z-index: 2;
    background-image: url("../img/index/mv_img.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top 85px left;
    top: -85px;
    background-size: cover;
    right: 0;
    margin-left: 15vw;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 100vh;
    max-height: 900px
}

@media only screen and (max-width:767px) {
    #index .mv .fix_bg {
        background-size: cover;
        background-attachment: scroll;
        background-image: url("../img/index/mv_img_sp.jpg");
        background-position: top right;
        height: 90vw;
        margin: 0 0 0 auto;
        top: 0;
        background-size: contain
    }

    #index .mv .fix_bg:before {
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        height: 90vw;
        background: url("../img/index/mv_img_sp.png") no-repeat;
        background-size: contain;
        content: ""
    }
}

#index .mv .txt {
    position: absolute;
    z-index: 10
}

@media only screen and (max-width:767px) {
    #index .mv .txt {
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        max-width: 85vw;
        width: 100%;
        top: 37%
    }
}

@media print, screen and (min-width:767px) {
    #index .mv .txt {
        min-width: 1100px;
        max-width: inherit;
        left: calc(-15vw + 50%);
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        top: 55%
    }
}

@media screen and (min-width:768px) and (max-width:1300px) {
    #index .mv .txt {
        min-width: inherit;
        width: 90%
    }
}

#index .mv .txt .inner {
    position: relative
}

#index .mv .txt .inner:before {
    position: absolute;
    content: "";
    background: url("../img/index/mv_deco.png") no-repeat;
    top: -140px;
    right: 0;
    width: 273px;
    height: 232px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4))
}

@media only screen and (max-width:767px) {
    #index .mv .txt .inner:before {
        width: 30%;
        height: 80%;
        top: -40px;
        right: -5%;
        background-size: contain
    }
}

@media screen and (min-width:768px) and (max-width:1300px) {
    #index .mv .txt .inner:before {
        right: -150px
    }
}

#index .mv .txt .mv_ttl {
    font-family: Century, serif;
    color: #fff;
    font-size: 8rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4))
}

@media only screen and (max-width:767px) {
    #index .mv .txt .mv_ttl {
        font-size: 12vw
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    #index .mv .txt .mv_ttl {
        font-size: 6.5vw
    }
}

#index .mv .txt h3 {
    font-size: 2rem;
    color: #fff;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4))
}

@media only screen and (max-width:767px) {
    #index .mv .txt h3 {
        font-size: 1rem
    }
}

#index .mv .scroll {
    position: absolute;
    left: inherit;
    bottom: 60px;
    right: 40px
}

#index .mv .scroll span {
    position: absolute;
    left: -13px;
    top: -55px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

#index .mv .scroll:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0
}

#index .mv .about {
    position: relative;
    margin: 30px 0 0 auto;
    z-index: 2;
    width: 93%;
    background: #fff
}

@media only screen and (max-width:767px) {
    #index .mv .about {
        margin: 30px auto
    }
}

#index .mv .about_inner {
    margin: 0 auto;
    width: 96%;
    padding-top: 2rem
}

@media print, screen and (min-width:767px) {
    #index .mv .about_inner {
        padding: 50px 0;
        width: 92%;
        max-width: 1500px
    }
}

#index .mv .about_inner .inner {
    padding: 3% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    #index .mv .about_inner .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

#index .mv .about_inner .inner .about_txt {
    width: 60%
}

@media only screen and (max-width:767px) {
    #index .mv .about_inner .inner .about_txt {
        width: 90%;
        margin: 0 auto
    }
}

#index .mv .about_inner .inner .about_txt .main_ttl {
    text-align: right;
    padding-right: 11%
}

#index .mv .about_inner .inner .about_txt p {
    font-size: 1.8rem
}

@media only screen and (max-width:767px) {
    #index .mv .about_inner .inner .about_txt p {
        font-size: 1.3rem
    }
}

#index .mv .about_inner .inner .about_txt .more_btn {
    margin: 40px 15% 0 auto
}

#index .mv .about_inner .inner .about_img {
    margin: 50px auto 10px;
    width: 90%
}

@media print, screen and (min-width:767px) {
    #index .mv .about_inner .inner .about_img {
        width: 37%
    }
}

#index .mv .about_inner .inner .about_img figure {
    position: relative
}

#index .mv .about_inner .inner .about_img figure:before {
    position: absolute;
    content: "";
    background: #dddf06;
    width: 350px;
    height: 100%;
    top: -40px;
    left: calc(50% - 140px);
    z-index: -1
}

@media only screen and (max-width:767px) {
    #index .mv .about_inner .inner .about_img figure:before {
        width: 175px;
        height: 200px;
        left: inherit;
        right: -5%;
        top: -20px
    }
}

#index .mv .about_inner .inner .about_img img {
    margin: 0 auto
}

#index .news {
    background: #f2f2f2;
    width: 93%;
    margin: 0 0 0 auto;
    padding-bottom: 80px
}

@media only screen and (max-width:767px) {
    #index .news {
        width: 96%
    }
}

#index .news_inner {
    margin: 0 auto;
    width: 92%;
    padding: 10px 4%
}

@media print, screen and (min-width:767px) {
    #index .news_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 50px 0;
        max-width: 1500px
    }
}

@media print, screen and (min-width:767px) {
    #index .news_inner .ttl {
        width: 20%;
        min-width: 250px
    }
}

#index .news_inner .ttl .news_ttl {
    font-family: "Libre Baskerville", serif;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #033a40;
    margin-bottom: 30px
}

@media print, screen and (min-width:767px) {
    #index .news_inner .ttl .news_ttl {
        font-size: 6rem;
        text-align: left;
        line-height: 1
    }
}

#index .news_inner .ttl .news_ttl span {
    position: relative
}

#index .news_inner .ttl .news_ttl span:before {
    position: absolute;
    content: "";
    background: #033a40;
    height: 1px;
    width: 40px
}

@media print, screen and (min-width:767px) {
    #index .news_inner .ttl .news_ttl span:before {
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%)
    }
}

@media only screen and (max-width:767px) {
    #index .news_inner .ttl .news_ttl span:before {
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        bottom: -15px
    }
}

#index .news_inner a.more_btn {
    width: 200px
}

@media only screen and (max-width:767px) {
    #index .news_inner a.more_btn._pc {
        display: none
    }
}

@media print, screen and (min-width:767px) {
    #index .news_inner a.more_btn._sp {
        display: none
    }
}

@media print, screen and (min-width:767px) {
    #index .news_inner ul {
        width: 75%
    }
}

#index .news_inner ul li {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    #index .news_inner ul li {
        font-size: 1.3rem
    }
}

#index .news_inner ul li span {
    font-family: "Poppins", sans-serif;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    #index .news_inner ul li span {
        font-size: 1.4rem
    }
}

#index .news_inner ul li:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

#index .news_inner ul li:nth-of-type(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

#index .left_img {
    display: block;
    position: relative;
    margin-top: 300px
}

@media only screen and (max-width:767px) {
    #index .left_img {
        margin: 0 0 50px
    }
}

#index .left_img:before {
    position: absolute;
    content: "";
    width: 96%;
    height: 400px;
    top: -380px;
    right: 4%;
    background: url(../img/index/img02.png) no-repeat center right/cover
}

@media only screen and (max-width:767px) {
    #index .left_img:before {
        top: -60px;
        background-size: contain;
        height: 150px
    }
}

#index .segment {
    padding: 50px 0
}

#index .segment .main_ttl {
    margin-bottom: 30px
}

#index .segment .main_ttl span:before {
    bottom: -20px
}

#index .segment h3 {
    margin: 2rem 0;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    #index .segment h3 {
        font-size: 1.3rem;
        text-align: left;
        width: 92%;
        margin: 0 auto
    }
}

#index .segment p {
    font-size: 1.8rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    #index .segment p {
        font-size: 0.9rem;
        text-align: left;
        width: 92%;
        margin: 0 auto
    }
}

#index .segment .inner {
    margin: 35px auto;
    max-width: 600px
}

@media only screen and (max-width:767px) {
    #index .segment .inner {
        width: 92%;
        margin: 15px auto
    }
}

#index .segment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 3%;
    margin: 35px auto;
    max-width: 1100px
}

@media only screen and (max-width:767px) {
    #index .segment ul {
        width: 92%;
        margin: 15px auto
    }
}

#index .segment ul li {
    background: #cecece;
    width: 30%;
    height: 30%;
    border-radius: 50%
}

#index .segment ul li .circle_in {
    width: 100%;
    position: relative;
    padding-top: 100%
}

#index .segment ul li .circle_in:before {
    position: absolute;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

@media only screen and (max-width:767px) {
    #index .segment ul li .circle_in:before {
        font-size: 1.2rem
    }
}

#index .segment ul li:first-of-type .circle_in:before {
    content: "HANAMARU Auction"
}

#index .segment ul li:nth-of-type(2) .circle_in:before {
    content: "REUSE Auction"
}

#index .segment ul li:nth-of-type(3) .circle_in:before {
    content: "AUCBID"
}

#index footer {
    position: relative;
    margin-top: 300px
}

@media only screen and (max-width:767px) {
    #index footer {
        margin-top: 0
    }
}

#index footer .right_img {
    display: block
}

#index footer .right_img:before {
    position: absolute;
    content: "";
    width: 96%;
    height: 400px;
    top: -320px;
    left: 4%;
    background: url(../img/index/img03.png) no-repeat center left/cover
}

@media only screen and (max-width:767px) {
    #index footer .right_img:before {
        top: -60px;
        background-size: contain;
        height: 150px
    }
}

#index footer .map {
    padding: 150px 0 80px
}

@media only screen and (max-width:767px) {
    #index footer .map {
        padding: 80px 0 30px
    }
}

.middle .middle_mv {
    position: relative;
    height: 50vh
}

@media only screen and (max-width:767px) {
    .middle .middle_mv {
        margin-bottom: 30px;
        height: auto
    }
}

.middle .middle_mv:after {
    position: absolute;
    content: "";
    background: #033a40;
    z-index: -1;
    width: 90%;
    top: 15%;
    left: 0;
    height: 80%;
    -webkit-animation-name: move-left;
    animation-name: move-left;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s
}

@media screen and (min-width:768px) and (max-width:1360px) {
    .middle .middle_mv:after {
        height: 40vh
    }
}

@media only screen and (max-width:767px) {
    .middle .middle_mv:after {
        height: 95%
    }
}

.middle .middle_mv .fix_bg {
    position: relative;
    scroll-behavior: smooth;
    z-index: 2;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top 85px right;
    background-size: 90vw auto;
    top: 0;
    right: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 400px;
    width: auto;
    max-width: 95vw;
    margin: 0 0 0 auto;
    max-height: 45vh
}

@media screen and (min-width:768px) and (max-width:1360px) {
    .middle .middle_mv .fix_bg {
        background-size: auto 400px
    }
}

@media only screen and (max-width:767px) {
    .middle .middle_mv .fix_bg {
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
        height: 45vw;
        width: 90vw;
        margin: 0 0 0 auto;
        top: 0;
        position: inherit
    }
}

.middle .middle_mv .fix_bg h2 {
    font-family: Century, serif;
    color: #fff;
    text-align: center;
    font-size: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding-right: 5vw
}

@media only screen and (max-width:767px) {
    .middle .middle_mv .fix_bg h2 {
        font-size: 12vw
    }
}

.middle .middle_mv .fix_bg h2 span {
    -webkit-animation-name: leScaleXIn;
    animation-name: leScaleXIn
}

.middle .pankuzu {
    position: relative
}

.middle .pankuzu ul {
    width: 98%;
    max-width: 1200px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.middle .pankuzu ul li {
    color: #033a40;
    margin: 0 20px 0 0;
    letter-spacing: 0.1em;
    font-size: 1.4rem
}

.middle .pankuzu ul li br {
    display: none
}

.middle .pankuzu ul li a {
    color: #033a40;
    position: relative
}

.middle .pankuzu ul li a:after {
    content: "/";
    position: absolute;
    font-size: 1.4rem;
    right: -15px;
    color: #033a40;
    top: 0;
    line-height: 1.6
}

.middle .middle_block {
    max-width: 1200px;
    margin: 0 auto 110px;
    width: 98%
}

@media only screen and (max-width:767px) {
    .middle .middle_block {
        margin: 0 4% 50px;
        width: 92%
    }
}

.middle .middle_block .main_ttl {
    margin-bottom: 45px
}

#company.middle .middle_mv .fix_bg {
    background-image: url("../img/company/mv.jpg")
}

#company .main_ttl span:before {
    bottom: -20px
}

@media print, screen and (min-width:767px) {
    #company .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media print, screen and (min-width:767px) {
    #company .flex ul {
        width: 55%
    }
}

#company .flex ul li {
    border-bottom: 1px solid #dddddd;
    padding: 15px 0
}

@media print, screen and (min-width:767px) {
    #company .flex ul li dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#company .flex ul li dl dt {
    font-weight: bold
}

@media print, screen and (min-width:767px) {
    #company .flex ul li dl dt {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    #company .flex ul li dl dt {
        margin-bottom: 0.5rem
    }
}

@media print, screen and (min-width:767px) {
    #company .flex ul li dl dd {
        width: 60%
    }
}

@media print, screen and (min-width:767px) {
    #company .flex img {
        display: block;
        margin-left: 60px
    }
}

#contact.middle .middle_mv .fix_bg, #contact_confirmation.middle .middle_mv .fix_bg, #contact_error.middle .middle_mv .fix_bg, #contact_thanks.middle .middle_mv .fix_bg {
    background-image: url("../img/contact/mv.jpg")
}

@media print, screen and (min-width:767px) {
    #contact .contact_inner, #contact_confirmation .contact_inner, #contact_error .contact_inner, #contact_thanks .contact_inner {
        margin: 0 1%
    }
}

#contact span.must, #contact_confirmation span.must, #contact_error span.must, #contact_thanks span.must {
    display: block;
    color: #f31c6d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 900
}

#contact .txt_area, #contact_confirmation .txt_area, #contact_error .txt_area, #contact_thanks .txt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px auto
}

@media print, screen and (min-width:767px) {
    #contact .txt_area, #contact_confirmation .txt_area, #contact_error .txt_area, #contact_thanks .txt_area {
        width: 70%;
        width: 90%
    }
}

#contact .txt_area h3, #contact_confirmation .txt_area h3, #contact_error .txt_area h3, #contact_thanks .txt_area h3 {
    color: #033a40;
    text-align: center;
    font-size: 4rem;
    font-family: "Libre Baskerville", serif;
    letter-spacing: 0;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    #contact .txt_area h3, #contact_confirmation .txt_area h3, #contact_error .txt_area h3, #contact_thanks .txt_area h3 {
        font-size: 2rem
    }
}

#contact .txt_area h4, #contact_confirmation .txt_area h4, #contact_error .txt_area h4, #contact_thanks .txt_area h4 {
    font-size: 2rem;
    line-height: 2;
    color: #222222;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    #contact .txt_area h4, #contact_confirmation .txt_area h4, #contact_error .txt_area h4, #contact_thanks .txt_area h4 {
        font-size: 1.6rem
    }
}

@media print, screen and (min-width:767px) {
    #contact .layout, #contact_confirmation .layout, #contact_error .layout, #contact_thanks .layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

#contact .layout dt, #contact_confirmation .layout dt, #contact_error .layout dt, #contact_thanks .layout dt {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    padding: 0
}

@media only screen and (max-width:767px) {
    #contact .layout dt, #contact_confirmation .layout dt, #contact_error .layout dt, #contact_thanks .layout dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print, screen and (min-width:767px) {
    #contact .layout dt, #contact_confirmation .layout dt, #contact_error .layout dt, #contact_thanks .layout dt {
        width: 30%;
        padding: 15px
    }
}

#contact .layout dd, #contact_confirmation .layout dd, #contact_error .layout dd, #contact_thanks .layout dd {
    background: #fff;
    padding: 0 0 15px
}

@media print, screen and (min-width:767px) {
    #contact .layout dd, #contact_confirmation .layout dd, #contact_error .layout dd, #contact_thanks .layout dd {
        width: 70%;
        padding: 15px
    }
}

#contact .layout dd input, #contact .layout dd select, #contact .layout dd textarea, #contact_confirmation .layout dd input, #contact_confirmation .layout dd select, #contact_confirmation .layout dd textarea, #contact_error .layout dd input, #contact_error .layout dd select, #contact_error .layout dd textarea, #contact_thanks .layout dd input, #contact_thanks .layout dd select, #contact_thanks .layout dd textarea {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    height: 65px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal
}

#contact .layout dd input.middle, #contact .layout dd select.middle, #contact .layout dd textarea.middle, #contact_confirmation .layout dd input.middle, #contact_confirmation .layout dd select.middle, #contact_confirmation .layout dd textarea.middle, #contact_error .layout dd input.middle, #contact_error .layout dd select.middle, #contact_error .layout dd textarea.middle, #contact_thanks .layout dd input.middle, #contact_thanks .layout dd select.middle, #contact_thanks .layout dd textarea.middle {
    width: 100%
}

#contact .layout dd input.big, #contact .layout dd select.big, #contact .layout dd textarea.big, #contact_confirmation .layout dd input.big, #contact_confirmation .layout dd select.big, #contact_confirmation .layout dd textarea.big, #contact_error .layout dd input.big, #contact_error .layout dd select.big, #contact_error .layout dd textarea.big, #contact_thanks .layout dd input.big, #contact_thanks .layout dd select.big, #contact_thanks .layout dd textarea.big {
    width: 100%;
    height: 200px;
    padding: 12px
}

@media only screen and (max-width:767px) {
    #contact .layout dd input.big, #contact .layout dd select.big, #contact .layout dd textarea.big, #contact_confirmation .layout dd input.big, #contact_confirmation .layout dd select.big, #contact_confirmation .layout dd textarea.big, #contact_error .layout dd input.big, #contact_error .layout dd select.big, #contact_error .layout dd textarea.big, #contact_thanks .layout dd input.big, #contact_thanks .layout dd select.big, #contact_thanks .layout dd textarea.big {
        margin: 0 auto;
        display: block;
        width: 100%
    }
}

#contact .layout dd input::-webkit-input-placeholder, #contact .layout dd textarea::-webkit-input-placeholder, #contact_confirmation .layout dd input::-webkit-input-placeholder, #contact_confirmation .layout dd textarea::-webkit-input-placeholder, #contact_error .layout dd input::-webkit-input-placeholder, #contact_error .layout dd textarea::-webkit-input-placeholder, #contact_thanks .layout dd input::-webkit-input-placeholder, #contact_thanks .layout dd textarea::-webkit-input-placeholder {
    color: #d7d7d7
}

#contact .layout dd input::-moz-placeholder, #contact .layout dd textarea::-moz-placeholder, #contact_confirmation .layout dd input::-moz-placeholder, #contact_confirmation .layout dd textarea::-moz-placeholder, #contact_error .layout dd input::-moz-placeholder, #contact_error .layout dd textarea::-moz-placeholder, #contact_thanks .layout dd input::-moz-placeholder, #contact_thanks .layout dd textarea::-moz-placeholder {
    color: #d7d7d7
}

#contact .layout dd input:-ms-input-placeholder, #contact .layout dd textarea:-ms-input-placeholder, #contact_confirmation .layout dd input:-ms-input-placeholder, #contact_confirmation .layout dd textarea:-ms-input-placeholder, #contact_error .layout dd input:-ms-input-placeholder, #contact_error .layout dd textarea:-ms-input-placeholder, #contact_thanks .layout dd input:-ms-input-placeholder, #contact_thanks .layout dd textarea:-ms-input-placeholder {
    color: #d7d7d7
}

#contact .layout dd input::-ms-input-placeholder, #contact .layout dd textarea::-ms-input-placeholder, #contact_confirmation .layout dd input::-ms-input-placeholder, #contact_confirmation .layout dd textarea::-ms-input-placeholder, #contact_error .layout dd input::-ms-input-placeholder, #contact_error .layout dd textarea::-ms-input-placeholder, #contact_thanks .layout dd input::-ms-input-placeholder, #contact_thanks .layout dd textarea::-ms-input-placeholder {
    color: #d7d7d7
}

#contact .layout dd input::placeholder, #contact .layout dd textarea::placeholder, #contact_confirmation .layout dd input::placeholder, #contact_confirmation .layout dd textarea::placeholder, #contact_error .layout dd input::placeholder, #contact_error .layout dd textarea::placeholder, #contact_thanks .layout dd input::placeholder, #contact_thanks .layout dd textarea::placeholder {
    color: #d7d7d7
}

#contact .layout dd input:-ms-input-placeholder, #contact .layout dd textarea:-ms-input-placeholder, #contact_confirmation .layout dd input:-ms-input-placeholder, #contact_confirmation .layout dd textarea:-ms-input-placeholder, #contact_error .layout dd input:-ms-input-placeholder, #contact_error .layout dd textarea:-ms-input-placeholder, #contact_thanks .layout dd input:-ms-input-placeholder, #contact_thanks .layout dd textarea:-ms-input-placeholder {
    color: #d7d7d7;
    font-weight: normal
}

#contact .check_area, #contact_confirmation .check_area, #contact_error .check_area, #contact_thanks .check_area {
    text-align: center
}

#contact .check_area input.ch_box, #contact_confirmation .check_area input.ch_box, #contact_error .check_area input.ch_box, #contact_thanks .check_area input.ch_box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none
}

#contact .check_area input.ch_box+span, #contact_confirmation .check_area input.ch_box+span, #contact_error .check_area input.ch_box+span, #contact_thanks .check_area input.ch_box+span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    #contact .check_area input.ch_box+span, #contact_confirmation .check_area input.ch_box+span, #contact_error .check_area input.ch_box+span, #contact_thanks .check_area input.ch_box+span {
        font-size: 1.3rem
    }
}

#contact .check_area input.ch_box+span:before, #contact_confirmation .check_area input.ch_box+span:before, #contact_error .check_area input.ch_box+span:before, #contact_thanks .check_area input.ch_box+span:before {
    position: absolute;
    content: "";
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    left: -40px;
    top: calc(50% - 15px)
}

#contact .check_area input.ch_box:checked+span:before, #contact_confirmation .check_area input.ch_box:checked+span:before, #contact_error .check_area input.ch_box:checked+span:before, #contact_thanks .check_area input.ch_box:checked+span:before {
    background: #d7d7d7
}

#contact .check_area input.ch_box:checked+span:after, #contact_confirmation .check_area input.ch_box:checked+span:after, #contact_error .check_area input.ch_box:checked+span:after, #contact_thanks .check_area input.ch_box:checked+span:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: calc(50% - 15px);
    width: 32px;
    height: 15px;
    border-left: 4px solid #033a40;
    border-bottom: 4px solid #033a40;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#contact .send_btn button, #contact_confirmation .send_btn button, #contact_error .send_btn button, #contact_thanks .send_btn button {
    font-family: "Manrope", sans-serif;
    border: 1px solid #033a40;
    color: #033a40;
    text-align: center;
    background: none;
    width: 300px;
    display: block;
    line-height: 60px;
    margin: 40px auto;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

@media only screen and (max-width:767px) {
    #contact .send_btn button, #contact_confirmation .send_btn button, #contact_error .send_btn button, #contact_thanks .send_btn button {
        width: 92%;
        line-height: 40px;
        border: 1px solid #033a40
    }
}

#contact .send_btn button:hover, #contact_confirmation .send_btn button:hover, #contact_error .send_btn button:hover, #contact_thanks .send_btn button:hover {
    background: #033a40;
    color: #fff
}

#contact .send_btn button.sub_button, #contact_confirmation .send_btn button.sub_button, #contact_error .send_btn button.sub_button, #contact_thanks .send_btn button.sub_button {
    background: #033a40;
    color: #fff
}

#contact .send_type_fix button, #contact_confirmation .send_type_fix button, #contact_error .send_type_fix button, #contact_thanks .send_type_fix button {
    font-family: "Manrope", sans-serif;
    border: 1px solid #033a40;
    color: #033a40;
    text-align: center;
    background: none;
    width: 300px;
    display: block;
    line-height: 60px;
    margin: 40px auto;
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.8s;
    transition: 0.8s
}

@media only screen and (max-width:767px) {
    #contact .send_type_fix button, #contact_confirmation .send_type_fix button, #contact_error .send_type_fix button, #contact_thanks .send_type_fix button {
        width: 92%
    }
}

#contact .send_type_fix button:hover, #contact_confirmation .send_type_fix button:hover, #contact_error .send_type_fix button:hover, #contact_thanks .send_type_fix button:hover {
    opacity: 0.7
}

#contact .send_type_fix.type_fix button, #contact_confirmation .send_type_fix.type_fix button, #contact_error .send_type_fix.type_fix button, #contact_thanks .send_type_fix.type_fix button {
    background: #ccc
}

#contact footer .map, #contact_confirmation footer .map, #contact_error footer .map, #contact_thanks footer .map {
    display: none
}

#contact_confirmation .layout dd .kibou_wrap .kibou_calender_box:before, #contact_confirmation .layout dd .kibou_wrap .kibou_time_box:before {
    display: none
}

#contact_confirmation .form_area {
    margin: 50px auto 0
}

#contact_confirmation .check_area, #contact_confirmation .note {
    display: none !important
}

#contact_confirmation .send_btn button {
    margin: 70px auto 20px
}

@media only screen and (max-width:767px) {
    #contact_confirmation .send_btn button {
        margin: 30px auto 20px
    }
}

#contact_thanks .contact_inner .center {
    margin: 30px auto;
    text-align: center
}

#contact_thanks .contact_inner .more_btn {
    margin: 40px auto 0
}

#news.middle .middle_mv .fix_bg, #news_detail.middle .middle_mv .fix_bg {
    background-image: url("../img/news/mv.jpg")
}

#news footer .map, #news_detail footer .map {
    display: none
}

@media print, screen and (min-width:767px) {
    #news .news_block, #news_detail .news_block {
        width: 98%
    }
}

#news .news_block aside ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 898px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 0 auto 35px
}

#news .news_block aside ul li {
    width: 23%
}

@media only screen and (max-width:767px) {
    #news .news_block aside ul li {
        margin-bottom: 5px;
        width: 100%
    }
}

#news .news_block aside ul li a {
    display: block;
    background: #033a40;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 500
}

#news .news_block aside ul li a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#news .news_block aside ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

#news .news_block aside ul li a:hover {
    opacity: 1
}

#news .news_block aside ul li a:hover:before {
    right: -15px;
    background: #fff
}

#news .news_block aside ul li a:hover:after {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s
}

#news .news_block aside ul li:first-of-type a {
    background: #fff;
    color: #033a40;
    border: 1px solid #033a40
}

#news .news_block aside ul li:first-of-type a:before {
    background: #033a40
}

#news .news_block aside ul li:first-of-type a:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(3, 58, 64, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(3, 58, 64, 0.3) 100%)
}

#news .news_block aside ul li:first-of-type a:hover:before {
    background: #033a40
}

#news .news_block .news_list li {
    padding: 10px 4%;
    border-bottom: 1px solid #efefef
}

@media print, screen and (min-width:767px) {
    #news .news_block .news_list li {
        padding: 23px 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0 30px
    }
}

#news .news_block .news_list li:first-of-type {
    border-top: 1px solid #efefef
}

#news .news_block .news_list li .spanwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px
}

@media only screen and (max-width:767px) {
    #news .news_block .news_list li .spanwrap {
        gap: 0 10px
    }
}

#news .news_block .news_list li .spanwrap span.date {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    width: 80px
}

#news .news_block .news_list li .spanwrap a {
    display: block;
    background: #abb8c3;
    color: #fff;
    width: 140px;
    text-align: center;
    line-height: 28px;
    font-size: 1.2rem
}

@media only screen and (max-width:767px) {
    #news .news_block .news_list li .spanwrap a {
        width: 110px;
        font-size: 1.1rem;
        line-height: 22px
    }
}

#news .news_block .news_list li p {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.6rem
}

#news .news_block .news_list li p a {
    color: #221815
}

#news .news_block .news_list li p a:hover {
    color: #033a40
}

#news .news_block .wp-pagenavi {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

#news .news_block .wp-pagenavi span.current {
    background: #033a40;
    color: #fff;
    width: 22px;
    border: 1px solid #033a40;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem
}

#news .news_block .wp-pagenavi a.prav {
    display: none
}

#news .news_block .wp-pagenavi a.page {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    background: #fff;
    color: #033a40;
    width: 22px;
    border: 1px solid #033a40;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-family: "Poppins", sans-serif
}

#news .news_block .wp-pagenavi a.nextpostslink {
    border: 1px solid #033a40;
    padding: 0;
    width: 22px;
    line-height: 22px;
    text-indent: -9999px;
    position: relative
}

#news .news_block .wp-pagenavi a.nextpostslink:before {
    position: absolute;
    top: 7px;
    left: 4px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #033a40;
    border-right: 2px solid #033a40;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#news .news_block .wp-pagenavi a.previouspostslink {
    border: 1px solid #033a40;
    padding: 0;
    width: 22px;
    line-height: 22px;
    text-indent: -9999px;
    position: relative
}

#news .news_block .wp-pagenavi a.previouspostslink:before {
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #033a40;
    border-right: 2px solid #033a40;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#news_detail .news_block {
    margin-top: 40px
}

#news_detail .news_block .news_block_top {
    border-bottom: 1px solid #033a40;
    padding-bottom: 20px;
    margin-bottom: 50px
}

#news_detail .news_block .news_block_top .news_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#news_detail .news_block .news_block_top .news_data span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    margin-right: 15px
}

#news_detail .news_block .news_block_top .news_data a {
    background: #abb8c3;
    color: #fff;
    line-height: 28px;
    padding: 0 15px;
    font-size: 12px
}

#news_detail .news_block .news_block_top .news_data a:hover {
    opacity: 0.8
}

#news_detail .news_block .news_block_top h1 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_top h1 {
        font-size: 3rem
    }
}

#news_detail .news_block .news_block_bottom {
    max-width: 1084px;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
    margin-bottom: 35px
}

#news_detail .news_block .news_block_bottom img {
    display: block;
    margin: 0 auto
}

#news_detail .news_block .news_block_bottom h2 {
    font-size: 3rem;
    font-weight: bold;
    background: #d7d7d7;
    border-left: #033a40 solid 5px;
    padding: 15px 20px;
    line-height: 1.33;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_bottom h2 {
        font-size: 2.6rem
    }
}

#news_detail .news_block .news_block_bottom h3 {
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    border-bottom: 3px solid #d7d7d7
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_bottom h3 {
        padding-left: 0;
        line-height: 1.5;
        font-size: 2.2rem;
        margin-bottom: 10px;
        padding-bottom: 10px
    }
}

#news_detail .news_block .news_block_bottom h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 200px;
    height: inherit;
    border-bottom: 3px solid #033a40
}

#news_detail .news_block .news_block_bottom h4 {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0;
    border-bottom: 1px solid #033a40;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_bottom h4 {
        padding-left: 0;
        line-height: 1.5;
        font-size: 2.1rem;
        padding-bottom: 10px
    }
}

#news_detail .news_block .news_block_bottom h5 {
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #033a40;
    padding: 0 0 0 15px;
    line-height: 1.8;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_bottom h5 {
        line-height: 1.5;
        font-size: 1.8rem
    }
}

#news_detail .news_block .news_block_bottom h6 {
    font-size: 2rem;
    font-weight: bold;
    color: #033a40
}

@media only screen and (max-width:767px) {
    #news_detail .news_block .news_block_bottom h6 {
        font-size: 1.8rem
    }
}

#news_detail .news_block .news_block_bottom p {
    font-size: 1.6rem
}

#news_detail .news_block .news_block_bottom p+h2 {
    margin-top: 3rem
}

#news_detail .news_block .news_block_bottom p+h3 {
    margin-top: 3rem
}

#news_detail .news_block .news_block_bottom p+h4 {
    margin-top: 3rem
}

#news_detail .news_block .news_block_bottom p+h5 {
    margin-top: 3rem
}

#news_detail .news_block .news_block_bottom p+h6 {
    margin-top: 3rem
}

#news_detail .news_block a.btn.gray {
    border: 1px solid #d7d7d7;
    color: #777777
}

#news_detail .news_block a.btn.gray:before {
    background: #d7d7d7
}

#news_detail .news_block a.btn.gray:hover {
    background: #d7d7d7;
    color: #fff
}

#news_detail .news_block a.btn.gray:hover:before {
    background: #fff
}

#about.middle .middle_mv .fix_bg {
    background-image: url("../img/about/mv.jpg")
}

#about .middle_block.sec01 {
    max-width: 1080px
}

#about .middle_block.sec01 figure {
    margin-bottom: 30px
}

#about .middle_block.sec01 p {
    margin-bottom: 30px
}

#about .middle_block.sec01 a.btn {
    margin-top: 30px
}

#about .middle_block.sec01 a.btn:before {
    display: none
}

#about .bg_gray {
    background: #f0f0f0;
    padding: 70px 0
}

#about .bg_gray .flex {
    margin: 50px auto;
    width: 92%
}

@media screen and (min-width:1200px) {
    #about .bg_gray .flex {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#about .bg_gray .flex figure {
    margin: 0
}

#about .bg_gray .flex figure img {
    display: block;
    margin: 0 auto
}

@media screen and (min-width:1200px) {
    #about .bg_gray .flex figure {
        position: relative
    }

    #about .bg_gray .flex figure:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        right: 0;
        top: 0
    }
}

@media screen and (min-width:1200px) {
    #about .bg_gray .flex dl {
        width: 50%;
        position: relative;
        padding: 0 3%
    }
}

#about .bg_gray .flex dl dt {
    color: #033a40;
    font-size: 4rem;
    font-family: "Libre Baskerville", serif;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    #about .bg_gray .flex dl dt {
        font-size: 2.6rem
    }
}

#about .bg_gray .flex dl dt a {
    color: #033a40
}

#about .bg_gray .flex dl dd {
    font-size: 1.6rem
}

@media screen and (min-width:1200px) {
    #about .bg_gray .flex.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 50px 0 0 auto
    }
}

#about .bg_gray .flex.reverse figure:before {
    right: inherit;
    left: 0
}

@media screen and (min-width:1200px) {
    #about .bg_gray .flex.reverse dl {
        width: 50%
    }
}

#about .bg_gray .flex:first-of-type figure:before {
    background: url("../img/about/img_ser01.jpg") no-repeat center center/cover
}

#about .bg_gray .flex:nth-of-type(2) figure:before {
    background: url("../img/about/img_ser02.jpg") no-repeat center center/cover
}

#about .bg_gray .flex:nth-of-type(3) figure:before {
    background: url("../img/about/img_ser03.jpg") no-repeat center center/cover
}

#about .bg_gray .flex:nth-of-type(4) figure:before {
    background: url("../img/about/img_ser04.png") no-repeat center center/cover
}

#about .sec02 {
    padding: 70px 0 0
}

#about .sec02 .box {
    margin-bottom: 50px
}

#about .sec02 .box h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 20px;
    font-family: "Libre Baskerville", serif;
    color: #033a40;
    font-size: 4rem;
    font-weight: bold
}

@media only screen and (max-width:767px) {
    #about .sec02 .box h3 {
        gap: 0 10px;
        font-size: 2.6rem
    }
}

#about .sec02 .box h3 strong {
    position: relative;
    color: #fff;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    width: 107px;
    line-height: 115px;
    font-family: "Manrope", sans-serif
}

@media only screen and (max-width:767px) {
    #about .sec02 .box h3 strong {
        font-size: 3rem;
        line-height: 70px;
        width: 60px;
        min-width: 60px
    }
}

#about .sec02 .box h3 strong:before {
    position: absolute;
    content: "";
    background: url(../img/about/icon.png) no-repeat;
    width: 106px;
    height: 106px;
    top: 0;
    left: 0;
    z-index: -1
}

@media only screen and (max-width:767px) {
    #about .sec02 .box h3 strong:before {
        width: 60px;
        height: 60px;
        background-size: contain
    }
}

#about .sec02 .box h3 span {
    display: block;
    color: #033a40;
    font-family: "Libre Baskerville", serif;
    font-size: 4rem;
    font-weight: bold;
    width: calc(100% - 110px)
}

@media only screen and (max-width:767px) {
    #about .sec02 .box h3 span {
        font-size: 2.4rem;
        width: calc(100% - 70px)
    }
}

#privacy.middle .middle_mv .fix_bg {
    background-image: url("../img/privacy/mv.png")
}

#privacy.middle .middle_block {
    max-width: 1084px
}

#privacy.middle .middle_block h3 {
    background: #f0f0f0;
    border-left: #033a40 solid 5px;
    padding: 20px;
    color: #221815;
    font-size: 3rem;
    margin: 50px 0 30px;
    text-align: left;
    font-family: "Manrope", sans-serif;
    font-weight: bold;
    letter-spacing: -0.01em
}

@media only screen and (max-width:767px) {
    #privacy.middle .middle_block h3 {
        font-size: 1.8rem;
        padding: 12px
    }
}

#privacy.middle .middle_block h4 {
    border-bottom: 3px solid #f0f0f0;
    padding: 0 0 13px 15px;
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 45px 0 20px
}

@media only screen and (max-width:767px) {
    #privacy.middle .middle_block h4 {
        font-size: 1.6rem
    }
}

#privacy.middle .middle_block h4:before {
    position: absolute;
    content: "";
    background: #033a40;
    width: 200px;
    height: 3px;
    bottom: -3px;
    left: 0
}

#privacy.middle .middle_block h5 {
    font-weight: bold;
    font-size: 2.4rem;
    margin: 20px 0 0 0
}

@media only screen and (max-width:767px) {
    #privacy.middle .middle_block h5 {
        font-size: 1.6rem
    }
}

#privacy.middle .middle_block ul {
    margin: 10px 0 0 20px
}

#privacy.middle .middle_block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

#privacy.middle .middle_block ul li span {
    display: inline-block;
    width: 50px
}

#privacy.middle .middle_block ul li p {
    width: calc(100% - 50px)
}

#privacy.middle .middle_block ul li div {
    width: calc(100% - 50px)
}

#privacy.middle .middle_block ul li div p {
    width: auto
}

#privacy.middle .middle_block ul li div ul {
    width: 100%;
    margin: 10px 0 0 0
}

#privacy.middle .middle_block ul li div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#privacy.middle .middle_block ul li div ul li span {
    display: inline-block;
    width: 50px
}

#privacy.middle .middle_block ul li div ul li p {
    width: calc(100% - 50px)
}

#privacy.middle .middle_block p {
    font-size: 1.6rem
}

#privacy.middle .middle_block p+p {
    margin-top: 30px
}

#privacy.middle .middle_block p.right {
    text-align: right
}

#privacy.middle .middle_block p.indent_note {
    padding-left: 5.5rem;
    text-indent: -5.5rem
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes leScaleXIn {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes leScaleXIn {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

@-webkit-keyframes move-left {
    0% {
        -webkit-transform: translatex(-1000px);
        transform: translatex(-1000px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes move-left {
    0% {
        -webkit-transform: translatex(-1000px);
        transform: translatex(-1000px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }

    to {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
}

@-webkit-keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0
    }

    30% {
        height: 30px;
        opacity: 1
    }

    to {
        height: 0;
        top: 50px;
        opacity: 0
    }
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0
    }

    30% {
        height: 30px;
        opacity: 1
    }

    to {
        height: 0;
        top: 50px;
        opacity: 0
    }
}

@-webkit-keyframes flowing-anim {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes flowing-anim {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

.loader_wrap {
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible
}

.loader_wrap.on {
    opacity: 0;
    visibility: hidden
}

.loader_wrap .loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    perspective: 800px
}

.loader_wrap .loader .inner {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.loader_wrap .loader .inner.one {
    left: 0%;
    top: 0%;
    -webkit-animation: rotate-one 1s linear infinite;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #033a40
}

.loader_wrap .loader .inner.two {
    right: 0%;
    top: 0%;
    -webkit-animation: rotate-two 1s linear infinite;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #033a40
}

.loader_wrap .loader .inner.three {
    right: 0%;
    bottom: 0%;
    -webkit-animation: rotate-three 1s linear infinite;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #033a40
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@-webkit-keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@-webkit-keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

@keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    to {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

a.btn {
    display: block;
    width: 300px;
    line-height: 60px;
    margin: 0 auto 105px;
    border: 1px solid #033a40;
    text-align: center;
    color: #033a40;
    font-size: 1.8rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

a.btn:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #033a40;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

a.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(3, 58, 64, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(3, 58, 64, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

a.btn:hover {
    background: #033a40;
    color: #fff
}

a.btn:hover:before {
    left: -15px;
    background: #fff
}

a.btn:hover:after {
    -webkit-animation: shine 0.7s;
    animation: shine 0.7s
}