@charset "UTF-8";

/**************************************************
 @ RESET verHTML5
 - ALL
**************************************************/
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,
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: 0 0
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    color: #544f4f;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

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

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

/**************************************************
 @ BASE
 - ALL
**************************************************/
body {
    background-color: #fff;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #544f4f;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
object,
section,
span {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

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

#particles-js {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: -1;
}

/*---------------------------
	----------------- LINK */
a {
    color: #403f3f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0.8;
}

/*---------------------------
	----------------- CLEARFIX */
.clearfix:after,
.clearfix:before {
    content: " ";
    display: block;
    clear: both;
}

.clearfix:after {
    clear: both;
}

.animation:after,
.hvr-underline-from-left::before {
    content: "";
}

/*---------------------------
	----------------- FONT */
.jp {
    font-family: 'Noto Sans JP', sans-serif
}

@font-face {
    font-family: "Inter UI";
    font-weight: 400;
    font-style: normal;
    src: url(../font/Inter-UI/Inter-UI-Regular.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-Regular.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 400;
    font-style: italic;
    src: url(../font/Inter-UI/Inter-UI-Italic.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-Italic.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 500;
    font-style: normal;
    src: url(../font/Inter-UI/Inter-UI-Medium.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-Medium.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 500;
    font-style: italic;
    src: url(../font/Inter-UI/Inter-UI-MediumItalic.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-MediumItalic.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 700;
    font-style: normal;
    src: url(../font/Inter-UI/Inter-UI-Bold.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-Bold.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 700;
    font-style: italic;
    src: url(../font/Inter-UI/Inter-UI-BoldItalic.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-BoldItalic.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 900;
    font-style: normal;
    src: url(../font/Inter-UI/Inter-UI-Black.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-Black.woff?v=2.2) format("woff")
}

@font-face {
    font-family: "Inter UI";
    font-weight: 900;
    font-style: italic;
    src: url(../font/Inter-UI/Inter-UI-BlackItalic.woff2?v=2.2) format("woff2"),
        url(../font/Inter-UI/Inter-UI-BlackItalic.woff?v=2.2) format("woff")
}

@supports (font-variation-settings:normal) {
    html {
        font-family: 'Inter UI var alt', sans-serif;
    }
}

.en {
    font-family: 'Inter UI', "Inter", sans-serif;
}

/*---------------------------
	----------------- ANIMATION */
.animation:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #02acdd;
    animation: secondaryImageOverlayIn .6s 0s cubic-bezier(.77, 0, .175, 1), secondaryImageOverlayOut .6s .6s cubic-bezier(.77, 0, .175, 1);
    animation-fill-mode: both;
}

.animation img {
    line-height: 1;
    animation: fadeIn .1s .5s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes secondaryImageOverlayIn {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes secondaryImageOverlayOut {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(102%);
    }
}

.fadein-rise {
    opacity: 0;
    transform: translate(0, 150px);
    -webkit-transform: translate(0, 150px);
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    transition: all 1s ease;
}

.rise {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*---------------------------
	----------------- USER AGENT */
@media (min-width:767px) {
    .sp {
        display: none !important;
    }
}

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

    #wrap {
        width: 100%;
    }

    #wrap {
        min-width: 320px;
    }

    body {
        width: 100%;
        font-size: 0.9rem;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    }

    .pc {
        display: none !important;
    }
}

/*---------------------------
	----------------- BUTTON LAYOUT */
.btn a.square,
.btn-s a.square {
    position: relative;
    display: block;
    padding: 25px 0;
    background-color: #0068b7;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.08rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: 0;
    transition: all .2s;
}

.btn a.square::after,
.btn a.square::before,
.btn-s a.square::after,
.btn-s a.square::before {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}

.btn a.square::before,
.btn-s a.square::before {
    top: 0;
    left: 0;
}

.btn a.square::after,
.btn-s a.square::after {
    bottom: 0;
    right: 0;
}

.btn a.square:hover,
.btn-s a.square:hover {
    opacity: 1;
    background-color: transparent;
    font-weight: 500;
    color: #0068b7;
    letter-spacing: 0.15em;
}

.btn a.square:hover::after,
.btn a.square:hover::before,
.btn-s a.square:hover::after,
.btn-s a.square:hover::before {
    width: 100%;
    height: 100%;
}

.btn a.square:hover::before,
.btn-s a.square:hover::before {
    border-bottom-color: #0068b7;
    border-left-color: #0068b7;
    transition: height .3s, width .3s .3s;
}

.btn a.square:hover::after,
.btn-s a.square:hover::after {
    border-top-color: #0068b7;
    border-right-color: #0068b7;
    transition: height .3s, width .3s .3s;
}

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

    .btn a.square {
        padding: 20px 0;
        font-size: 0.8rem;
    }
}

/*---------------------------
	----------------- TITLE LAYOUT */
.h2_title {
    position: relative;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08rem;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 12.07588%;
    margin-right: 12.07588%;
    padding-bottom: 20px;
    min-width: 1100px;
}

.h2_title::before {
    position: absolute;
    bottom: 1px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #0068b7;
    z-index: 5;
    transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.h2_title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #2087f0;
    z-index: 5;
    transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.h2_title .en {
    display: block;
}

.h2_title .jp {
    font-size: 0.8rem;
}

.p-scroll {
    cursor: pointer;
    position: fixed;
    left: 3.125vw;
    padding-left: .625vw;
    margin-left: -.625vw;
}

.p-scroll .text {
    font-weight: 400;
    overflow: hidden;
}

.section_inner {
    position: relative;
    min-width: 1100px;
    padding-left: 12.07588%;
    padding-right: 12.07588%;
}

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

    /*---------------------------
	----------------- TITLE LAYOUT */

    .h2_title {
        position: relative;
        font-size: 1.45rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.08rem;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 7.5%;
        padding-right: 7.5%;
        padding-bottom: 20px;
        min-width: 320px;
        width: 100%;
    }

    .h2_title::before {
        position: absolute;
        bottom: 1px;
        left: -1px;
        right: 0;
        margin: 0 auto;
        content: "";
        width: 25px;
        height: 2px;
        background-color: #0068b7;
        z-index: 5;
        transform: rotate(45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .h2_title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: "";
        width: 25px;
        height: 2px;
        background-color: #2087f0;
        z-index: 5;
        transform: rotate(45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .h2_title .en {
        display: block;
    }

    .h2_title .jp {
        font-size: 0.75rem;
    }

    .section_inner {
        position: relative;
        min-width: 320px;
        padding-left: 7.5%;
        padding-right: 7.5%;
        width: 100%;
    }
}

/**************************************************
 @ header layout
**************************************************/
header {
    padding: 40px 2.66666666% 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#header .header_inner {
    position: relative;
    min-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#header .header_inner h1.logo_wrap {
    letter-spacing: .03em;
    max-width: 250px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#header .header_inner h1.logo_wrap .copyright {
    font-size: 0.58rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05rem;
    padding: 0;
    height: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

#header .header_inner h1.logo_wrap a {
    display: block;
    max-width: 104px;
    line-height: 1;
    padding: 6px 0
}

#header .header_inner h1.logo_wrap a .logo .logo_chenge {
    display: none;
}

header.fixed .header_inner h1.logo_wrap .logo {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

header.fixed .header_inner h1.logo_wrap .copyright {
    position: absolute;
    top: 26px;
    left: 9%;
    font-size: 0.07vw;
    font-weight: 400;
    letter-spacing: 0.025rem !important;
    color: #544f4f !important;
}

header.fixed .header_inner h1.logo_wrap {
    margin-top: 5px;
}

header.fixed .header_inner h1.logo_wrap a .logo {
    display: block;
}

header.fixed .header_inner h1.logo_wrap a .logo .logo_first {
    display: none !important;
}

header.fixed .header_inner h1.logo_wrap a .logo .logo_chenge {
    display: block !important;
    width: 104px;
}

@media (max-width:768px) and (min-width:320px) {

    #header .header_inner {
        position: relative;
        min-width: 320px;
        width: 100%;
    }

    #header .header_inner h1.logo_wrap .copyright {
        font-size: 1.65vw;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.025rem;
        height: auto;
        width: auto;
        padding: 0;
        margin-top: -2px;
        ;
        margin-bottom: 3px;
    }

    header.fixed .header_inner h1.logo_wrap .copyright {
        display: none;
    }

    #header .header_inner h1.logo_wrap a {
        max-width: 100px;
        line-height: 1;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

    header.fixed .header_inner h1.logo_wrap {
        margin-top: 8px;
    }

    header.fixed .header_inner h1.logo_wrap a .logo .logo_chenge {
        max-width: 90px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }
}

header nav.pc ul {
    min-width: 800px;
    display: flex;
    justify-content: flex-end;
    padding-top: 2px
}

header nav.pc ul li a {
    display: block;
    position: relative;
    font-size: .7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    letter-spacing: .01em;
}

header.fixed nav.pc ul li a {
    color: #0068b7;
}

header nav.pc ul li a span {
    display: block;
    font-size: .85rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08rem;
}

header.fixed nav.pc ul li a span {
    color: #544f4f;
}

.hvr-underline-from-left:active::before,
.hvr-underline-from-left:focus::before,
.hvr-underline-from-left:hover::before {
    right: 0;
}

.hvr-underline-from-left::before {
    background: #0068b7;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-duration: .25s;
    transition-property: right;
    transition-timing-function: ease-out;
    z-index: -1;
}

header nav.pc ul li.tel {
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-top: -8px;
    margin-right: 0;
}

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

    header {
        padding: 10px 1.66666666% 0;
        position: fixed;
        z-index: 9999;
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out
    }

    header.fixed {
        height: 55px;
        padding: 9px 1.66666666% 0;
        background-color: rgb(255, 255, 255, .95);
        border-bottom: 1px solid #e5e5e5;
    }

    header .header_inner {
        position: relative;
        min-width: 320px;
        width: 100%;
        margin: auto;
    }

    header .header_inner .sp {
        position: relative;
    }

    .sp_btn {
        display: block;
        position: absolute;
        top: -10px;
        right: -8px;
        width: 55px;
        height: 55px;
        z-index: 99999;
        box-sizing: border-box;
        background-color: #0068b7;
    }

    #sp_nav::before,
    .sp_btn span {
        position: absolute;
        background-color: #fff;
    }

    .sp_btn span {
        display: inline-block;
        left: 0;
        right: 0;
        width: 16px;
        height: 2px;
        margin: 0 auto;
        transition: all .3s;
    }

    .sp_btn span:nth-of-type(1) {
        top: 19px;
        -webkit-animation: menu-ber01 .75s forwards;
        animation: menu-ber01 .75s forwards；
    }

    .sp_btn span:nth-of-type(2) {
        top: 25px;
        bottom: 0;
        transition: all .25s .25s;
        opacity: 1；
    }

    .sp_btn span:nth-of-type(3) {
        bottom: 22px;
        -webkit-animation: menu-ber02 .75s forwards;
        animation: menu-ber02 .75s forwards;
    }

    .active span:nth-of-type(1) {
        -webkit-animation: active-menu-ber01 .75s forwards;
        animation: active-menu-ber01 .75s forwards;
    }

    .active span:nth-of-type(2) {
        opacity: 0;
    }

    .active span:nth-of-type(3) {
        -webkit-animation: active-menu-ber03 .75s forwards;
        animation: active-menu-ber03 .75s forwards;
    }

    @-webkit-keyframes menu-ber01 {
        0% {
            -webkit-transform: translateY(8px) rotate(45deg);
        }

        50% {
            -webkit-transform: translateY(8px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-ber01 {
        0% {
            transform: translateY(8px) rotate(45deg);
        }

        50% {
            transform: translateY(8px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @-webkit-keyframes menu-ber02 {
        0% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }

        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }

    @keyframes menu-ber02 {
        0% {
            transform: translateY(-8px) rotate(-45deg);
        }

        50% {
            transform: translateY(-8px) rotate(0);
        }

        100% {
            transform: translateY(0) rotate(0);
        }
    }

    @-webkit-keyframes active-menu-ber01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }

    @keyframes active-menu-ber01 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(4px) rotate(0);
        }

        100% {
            transform: translateY(4px) rotate(45deg);
        }
    }

    @-webkit-keyframes active-menu-ber03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }

        50% {
            -webkit-transform: translateY(-4px) rotate(0);
        }

        100% {
            -webkit-transform: translateY(-4px) rotate(-45deg);
        }
    }

    @keyframes active-menu-ber03 {
        0% {
            transform: translateY(0) rotate(0);
        }

        50% {
            transform: translateY(-8px) rotate(0);
        }

        100% {
            transform: translateY(-8px) rotate(-45deg);
        }
    }

    #sp_nav {
        position: fixed;
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        z-index: 99998;
        overflow: hidden;
    }

    #sp_nav::before {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-animation: upper-right .4s .4s forwards;
        animation: upper-right .4s .4s forwards;
    }

    @-webkit-keyframes upper-right {
        0% {
            -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        }

        100% {
            -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
        }
    }

    @keyframes upper-right {
        0% {
            -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        }

        100% {
            -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
        }
    }

    #sp_nav .bnr {
        position: absolute;
        bottom: 9%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 350px;
    }

    #sp_nav .sp_nav_inner {
        display: table;
        width: 100%;
        height: 100%;
        padding-top: 9%;
    }

    #sp_nav .sp_nav_inner .sp_nav_menu {
        display: table-cell;
        vertical-align: top;
    }

    #sp_nav .sp_nav_inner .sp_nav_menu li {
        min-width: 300px;
        height: 36px;
        margin: 0 auto 11px;
    }

    #sp_nav .sp_nav_inner .sp_nav_menu li a {
        display: block;
        position: relative;
        text-decoration: none;
        width: 100%;
        font-size: .825rem;
        font-weight: 600;
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
        padding: 1.5vw 0;
    }

    #sp_nav .sp_nav_inner .sp_nav_menu li a .sub {
        display: block;
        font-size: .55rem;
        font-weight: 500;
        color: #0068b7;
        width: 100%
    }

    @-webkit-keyframes rota {
        0% {
            -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }

        100% {
            -webkit-transform: rotateY(0);
            transform: rotateY(0);
        }
    }

    @keyframes rota {
        0% {
            -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
        }

        100% {
            -webkit-transform: rotateY(0);
            transform: rotateY(0);
        }
    }
}

/**************************************************
 @ main visual layout
**************************************************/
#main_visual {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    top: 0;
    margin-bottom: 175px;
}

#main_visual .overlay {
    position: absolute;
    left: 0;
    /*background: rgba(2, 3, 39, .5);*/
    background: rgba(2, 104, 183, 0.2);
    width: 100%;
    height: 100%;
    z-index: 2;
}

#main_visual .main_copy {
    position: absolute;
    bottom: 22.5%;
    left: 5.88235%;
    font-size: 2.6vw;
    font-weight: 300;
    font-stretch: condensed;
    color: #fff;
    letter-spacing: 0.125em;
    line-height: 1.2;
    z-index: 10;
    width: 100%
}

#main_visual .main_copy .jp {
    text-shadow: 2px 2px 10px rgba(175, 220, 241, 0.25),
        -2px 2px 10px rgba(175, 220, 241, 0.25),
        2px -2px 10px rgba(175, 220, 241, 0.25),
        -2px -2px 10px rgba(175, 220, 241, 0.25);
}

#main_visual .main_copy .small {
    font-size: 1vw;
    font-weight: 500;
    letter-spacing: .295em;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0.5%;
    text-shadow: 2px 2px 10px rgba(175, 220, 241, 0.25),
        -2px 2px 10px rgba(175, 220, 241, 0.25),
        2px -2px 10px rgba(175, 220, 241, 0.25),
        -2px -2px 10px rgba(175, 220, 241, 0.25);
}

#main_visual .main_copy .small span {
    display: block;
}

/*---------------------------
	----------------- SCROLL BAR */
.scroll_wrap {
    padding: 0 0 70px;
    font-size: 0.55rem;
    line-height: 1;
    letter-spacing: 0.06rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transition: all .3s ease;
    z-index: 10;
}

.scroll-base {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 70px;
    width: 1px;
    background: #e5e5e5;
}

.scroll-txt {
    display: block;
    background-color: #0068b7;
    font-weight: 500;
    color: #fff;
    padding: 7px 15px 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.scroll-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 1px;
    background: #0068b7;
    animation: scroll-bar-anime 2.8s ease-in-out infinite;
}

@keyframes scroll-bar-anime {
    0% {
        top: 0;
        opacity: 0;
    }

    10% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 77%;
        opacity: 1;
    }

    70% {
        top: 77%;
        opacity: 0;
    }

    100% {
        top: 77%;
        opacity: 0;
    }
}

@media (max-width:768px) and (min-width:320px) {

    #main_visual {
        margin-bottom: 80px;
    }

    #main_visual .main_copy {
        position: absolute;
        bottom: 15.5%;
        left: 3.125%;
        font-size: 7.85vw;
        font-stretch: condensed;
        color: #fff;
        letter-spacing: .075em;
        line-height: 1.4;
        z-index: 10;
        width: 100%;
    }

    #main_visual .main_copy .jp span {
        display: block;
    }

    #main_visual .main_copy .small {
        position: static;
        bottom: 0;
        left: 0;
        font-size: 2.85vw;
        padding-left: .35em;
        text-indent: 0;
        letter-spacing: .1em;
        margin-top: 10px;
        width: 80%
    }

    #main_visual .main_copy .small span {
        display: inline;
    }
}

/**************************************************
 @ information layout
**************************************************/
.information_title_area {
    /*position: absolute;
    top: 0;
    right: 12.07588%;*/
}

h2.information_title {
    position: relative;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1rem;
    padding-left: 20px;
    margin-bottom: 80px;
}

h2.information_title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #0068b7;
}

h2.information_title::after {
    position: absolute;
    top: 0;
    left: 2px;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #2087f0;
}

h2.information_title .jp {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    margin-top: 8px;
}

#information_wrap {
    margin-bottom: 150px;
}

#information_wrap .section_inner {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}

#information_wrap .information_list {
    max-width: 780px;
    width: 71.25%;
    border-top: 1px solid #e7ebf0;
}

#information_wrap .information_list li {
    line-height: 1;
    border-bottom: 1px solid #e7ebf0;
    margin-bottom: 10px;
}

#information_wrap .information_list li a {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 40px 0;
}

#information_wrap .information_list li a span:nth-child(1) {
    display: inline-block;
    font-weight: 500;
    color: #0068b7;
    letter-spacing: 0.05rem;
    margin-bottom: 12px;
}

#information_wrap .information_list li a span:nth-child(1) time {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
}

#information_wrap .information_list li a span:nth-child(1) time::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0068b7;
}

#information_wrap .information_list li a span:nth-child(2) {
    display: block;
}

.infomation_btn a {
    position: relative;
    display: block;
    color: #0068b7;
    letter-spacing: 0.08rem;
    text-align: right;
    width: 80%;
    margin-left: 20%;
}

.infomation_btn a::before {
    position: absolute;
    top: 43.5%;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #0068b7;
}

.infomation_btn a::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 1px;
    width: 100px;
    background-color: #0068b7;
}

@media (max-width:768px) and (min-width:320px) {

    .information_title_area {
        /*position: static;*/
    }

    h2.information_title {
        position: relative;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.1rem;
        padding-left: 20px;
        margin-bottom: 40px;
    }

    h2.information_title .jp {
        display: block;
        font-size: 0.75rem;
        font-weight: 500;
        text-align: left;
        margin-top: 5px;
    }

    #information_wrap {
        margin-bottom: 80px;
    }

    #information_wrap .section_inner {
        display: block;
        flex-flow: row-reverse;
        justify-content: space-between;
    }

    #information_wrap .information_list {
        max-width: 780px;
        width: 100%;
        border-top: 1px solid #e7ebf0;
    }

    #information_wrap .information_list li {
        line-height: 1.2;
        border-bottom: 1px solid #e7ebf0;
        margin-bottom: 10px;
    }

    #information_wrap .information_list li a {
        display: block;
        font-size: 0.825rem;
        letter-spacing: 0.05rem;
        padding: 20px 0 22px;
    }

    #information_wrap .information_list li a span:nth-child(1) {
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 500;
        color: #0068b7;
        letter-spacing: 0.05rem;
        margin-bottom: 12px;
    }

    #information_wrap .information_list li a span:nth-child(1) time {
        position: relative;
        display: inline-block;
        padding-right: 6px;
        margin-right: 6px;
    }

    #information_wrap .information_list li a span:nth-child(1) time::after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #0068b7;
    }

    #information_wrap .information_list li a span:nth-child(2) {
        display: block;
    }

    .infomation_btn a {
        position: relative;
        display: block;
        font-size: 0.8rem;
        color: #0068b7;
        letter-spacing: 0.08rem;
        text-align: right;
        width: 40%;
        margin-top: 25px;
        margin-left: 60%;
    }

    .infomation_btn a::before {
        position: absolute;
        top: 42.5%;
        left: 0;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100px;
        background-color: #0068b7;
    }

    .infomation_btn a::after {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        height: 1px;
        width: 40%;
        background-color: #0068b7;
    }
}

/**************************************************
 @ concept layout
**************************************************/
#concept_wrap {
    position: relative;
    margin-bottom: 175px;
}

.loop_text_wrap .loop_text {
    position: absolute;
    top: 18.5%;
    display: block;
    background: url("../images/top/loop-text.svg") center no-repeat;
    background-size: 110%;
    width: 600%;
    height: 100px;
    z-index: -1;
}

.loop_text_wrap .loop_text {
    animation: loop01 200s 0s linear infinite;
}

@keyframes loop01 {
    0% {
        transform: translateX(0%);
    }

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

#concept_wrap .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#concept_wrap .section_inner div:nth-child(1) {
    padding-top: 120px;
    min-width: 440px;
    width: 38.88888%;
}

#concept_wrap .section_inner div:nth-child(1) p {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

#concept_wrap .section_inner div:nth-child(1) p span {
    display: block;
}

#concept_wrap .section_inner div:nth-child(2) {
    max-width: 678px;
    width: 56.5%;
}

#concept_wrap .section_inner div:nth-child(2) ul.btn_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 35px;
}

#concept_wrap .section_inner div:nth-child(2) ul.btn_list li {
    max-width: 320px;
    width: 47.1976%;
}

#concept_wrap .section_inner div:nth-child(2) ul.btn_list li:nth-child(1) {
    margin-right: 3.68731%;
}

h2.concept_title {
    font-size: 1.65rem;
    font-weight: 400;
    color: #0068b7;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 50px;
}

h2.concept_title .en {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

h2.concept_title .en::before {
    position: absolute;
    top: 46.5%;
    left: 100%;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #0068b7;
}

h2.concept_title .jp {
    display: block;
    font-size: 0.8rem;
    margin-top: 8px;
}

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

    #concept_wrap {
        position: relative;
        width: 100%;
        margin-bottom: 80px;
    }

    .loop_text_wrap {
        position: absolute;
        top: 30.5%;
        z-index: -1;
        height: 110px;
        width: 100%;
        overflow-x: hidden;
    }

    .loop_text_wrap .loop_text {
        position: absolute;
        top: 0;
        display: block;
        background: url("../images/top/loop-text.svg") center no-repeat;
        background-size: 250%;
        width: 600%;
        height: 110px;
        z-index: -1;
    }

    .loop_text_wrap .loop_text {
        animation: loop01 200s 0s linear infinite;
    }

    @keyframes loop01 {
        0% {
            transform: translateX(0%);
        }

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

    #concept_wrap .section_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    #concept_wrap .section_inner div:nth-child(1) {
        padding-top: 0;
        min-width: 320px;
        width: 100%;
    }

    #concept_wrap .section_inner div:nth-child(1) p {
        font-size: 0.8rem;
        font-weight: 500;
        letter-spacing: 0.1rem;
        margin-bottom: 25px;
    }

    #concept_wrap .section_inner div:nth-child(1) p span {
        display: inline;
    }

    #concept_wrap .section_inner div:nth-child(2) {
        max-width: 767px;
        width: 100%;
    }

    #concept_wrap .section_inner div:nth-child(2) ul.btn_list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 15px;
    }

    #concept_wrap .section_inner div:nth-child(2) ul.btn_list li {
        max-width: 320px;
        width: 49.1976%;
    }

    #concept_wrap .section_inner div:nth-child(2) ul.btn_list li:nth-child(1) {
        margin-right: 3.58731%;
    }

    h2.concept_title {
        font-size: 1.45rem;
        font-weight: 400;
        color: #0068b7;
        line-height: 1;
        letter-spacing: 0.1rem;
        text-align: left;
        margin-bottom: 25px;
    }

    h2.concept_title .en {
        position: relative;
        display: inline-block;
        padding-right: 5px;
    }

    h2.concept_title .en::before {
        position: absolute;
        top: 46.5%;
        left: 100%;
        content: "";
        width: 140%;
        height: 1px;
        background-color: #0068b7;
    }

    h2.concept_title .jp {
        display: block;
        font-size: 0.75rem;
        margin-top: 8px;
    }

}

/**************************************************
 @ business layout
**************************************************/
#business_wrap {
    margin-bottom: 150px;
}

.business_field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.business_field li {
    width: 50%;
    text-align: center;
    border-top: 1px solid #cee6f8;
    border-bottom: 1px solid #cee6f8;
    padding: 65px 0;
    background-color: #fff;
}

.business_field li:nth-child(1),
.business_field li:nth-child(2) {
    border-bottom: none;
}

.business_field li:nth-child(odd) {
    border-right: 1px solid #cee6f8;
}

.business_field li figure {
    width: 48px;
    margin: 0 auto 15px;
}

.business_field li:nth-child(5) figure {
    width: 58px;
    margin: 0 auto 5px;
}

.business_field li h3 {
    position: relative;
    padding-bottom: 20px;
}

.business_field li h3::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #0068b7;
    margin: auto;
}

.business_field li h3 .en {
    display: inline-block;
    font-size: 0.825rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08rem;
    line-height: 1;
    background-color: #0068b7;
    border-radius: 50px;
    min-width: 160px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

.business_field li h3 .jp {
    display: block;
    font-size: 0.825rem;
    font-weight: 400;
    letter-spacing: 0.08rem;
}

#business_wrap .btn {
    width: 300px;
    margin: 50px auto 0;
}

@media (max-width:768px) and (min-width:320px) {
    #business_wrap {
        margin-bottom: 80px;
    }

    .business_field {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .business_field li {
        width: 100%;
        text-align: center;
        border-top: 1px solid #cee6f8;
        border-bottom: none;
        padding: 45px 0 50px;
        background-color: #fff;
    }

    .business_field li:nth-child(odd) {
        border-right: none;
    }

    .business_field li:last-child {
        border-bottom: 1px solid #cee6f8;
    }

    .business_field li figure {
        width: 48px;
        margin: 0 auto 15px;
    }

    .business_field li h3 {
        position: relative;
        padding-bottom: 20px;
    }

    .business_field li h3::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        content: "";
        height: 1px;
        width: 30px;
        background-color: #0068b7;
        margin: auto;
    }

    .business_field li h3 .en {
        display: inline-block;
        font-size: 0.825rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.08rem;
        line-height: 1;
        background-color: #0068b7;
        border-radius: 50px;
        min-width: 160px;
        padding: 5px 15px;
        margin-bottom: 5px;
    }

    .business_field li h3 .jp {
        display: block;
        font-size: 0.85rem;
        font-weight: 400;
        letter-spacing: 0.08rem;
    }
}

/**************************************************
 @ footer layout
**************************************************/
#footer {
    position: relative;
    background-color: #0068b7;
    color: #fff;
}

#footer .footer_inner,
#footer .foot {
    width: 75vw;
    max-width: 1600px;
    padding: 9.375vw 0 6.25vw;
    margin: auto;
}

#footer .foot {
    padding: 1.375vw 0 4.25vw;
}

#footer .contact_wrap {
    width: 100%;
}

#footer .footer_inner,
#footer .contact_wrap .contact {
    position: relative;
    display: flex;
    justify-content: space-between;
}

#footer .contact_wrap .contact {
    width: 90%;
    height: 12.5vw;
    padding-bottom: 1.25vw
}

#footer .contact_wrap .contact:nth-child(1) {
    border-bottom: 1px solid #015da3;
    margin-bottom: 75px;
}

#footer .contact-link {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#footer .contact-inner .title {
    display: flex;
    line-height: 1;
}

#footer .contact-inner .title .en {
    font-size: 2.45rem;
    font-weight: 400;
    letter-spacing: 0.285rem;
}

#footer .contact-inner .title .jp {
    display: flex;
    align-items: flex-end;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-left: 2.5vw;
    padding-bottom: .3125vw;
}

#footer .contact-inner .text {
    line-height: 2.125;
    letter-spacing: .1em;
    font-size: 0.95rem;
    margin-top: 2.5vw;
}

#footer .contact .btn {
    position: absolute;
    top: 2.6375rem;
    right: 7.5625rem;
}

.c-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 4.25vw;
    height: 4.25vw;
    border-radius: 100%;
    background-color: #015da3;
    transform: translate(0px);
}

.c-btn::before {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    content: "";
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

#footer .list {
    flex-shrink: 0;
    border-left: 1px solid #015da3;
    margin-left: 7.1875vw;
    padding: 2.5vw 0 2.5vw 5vw;
}

#footer .list>:first-of-type {
    margin-top: 0;
}

#footer .list-inner:last-of-type {
    margin-left: 5.625rem;
}

#footer .item {
    display: block;
    font-size: 0.75vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03rem;
    margin-top: 1.25vw;
}

#footer .item a {
    color: #fff;
}

#footer .item.-under {
    opacity: .8;
}

#footer .foot {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 1.375vw;
}

#footer .foot .data {
    display: flex;
}

#footer .foot .data .data_box {
    margin-bottom: 25px;
}

#footer .logo {
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    margin-top: 20px;
    margin-right: 1.25vw;
}

#footer .logo img {
    width: 100px;
}

#footer .location {
    float: left;
    font-size: .8125vw;
    line-height: 1.84615;
    letter-spacing: 0.05rem;
    margin-right: 2.5vw;
}

#footer .data_inner .data_box:nth-child(3) .location {
    margin-right: -15px;
}

#footer .location span {
    display: block;
    font-weight: 600;
}

#footer .map {
    float: left;
    font-size: 0.75vw;
    font-weight: 400;
    margin-top: 3.0825vw;
}

#footer .map-inner {
    display: inline-block;
}

#footer .map-inner .text-animation {
    letter-spacing: 0;
}

#footer .map-inner .text-animation .link {
    line-height: 1.25;
    display: block;
    color: #fff;
    overflow: hidden;
}

#footer .map .line {
    display: block;
    height: 1px;
    margin-top: -.195vw;
    width: 100%;
    background-color: #dadfe6
}

#footer .copy {
    font-size: 0.625vw;
    font-weight: 500;
    letter-spacing: 0.03rem;
}

#footer .scroll {
    display: inline-block;
    position: absolute;
    left: -10%;
    bottom: 4.0625rem
}

#footer .scroll .icon {
    margin-left: 0.35rem;
    margin-bottom: 0.46875rem;
}

#footer .scroll .icon img {
    width: 0.75rem;
    height: 3.4375rem;
}

#footer .scroll-text {
    font-weight: 400;
    font-size: 0.725rem;
    color: #fff;
    letter-spacing: 0.08rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media (max-width:767px) and (min-width:320px) {
    #footer {
        position: relative;
        background-color: #0068b7;
        color: #fff;
    }

    #footer .footer_inner {
        display: block;
    }

    #footer .footer_inner,
    #footer .foot {
        width: 85vw;
        max-width: 767px;
        padding: 9.375vw 0 6.25vw;
        margin: auto;
    }

    #footer .foot {
        padding: 1.375vw 0 4.25vw;
    }

    #footer .contact_wrap {
        width: 100%;
    }

    #footer .contact_wrap .contact {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    #footer .contact_wrap .contact {
        width: 100%;
        height: auto;
        padding-bottom: 4.65vw
    }

    #footer .contact_wrap .contact:nth-child(1) {
        border-bottom: 1px solid #015da3;
        margin-bottom: 35px;
    }

    #footer .contact-link {
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #footer .contact-inner .title {
        display: flex;
        line-height: 1;
    }

    #footer .contact-inner .title .en {
        font-size: 1.75rem;
        font-weight: 400;
        letter-spacing: 0.265rem;
    }

    #footer .contact-inner .title .jp {
        display: flex;
        align-items: flex-end;
        font-size: 0.75rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding-left: 2.5vw;
        padding-bottom: 0.3125vw;
    }

    #footer .contact-inner .text {
        line-height: 1.825;
        letter-spacing: .1em;
        font-size: 0.8rem;
        margin-top: 2.5vw;
    }

    #footer .contact .btn {
        position: absolute;
        top: 2.2375rem;
        right: 3.5625rem;
    }

    .c-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 10.25vw;
        height: 10.25vw;
        border-radius: 100%;
        background-color: #015da3;
        transform: translate(0px);
    }

    .c-btn::before {
        position: absolute;
        top: 38%;
        left: 55.5%;
        margin-left: -10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        content: "";
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
    }

    #footer .list {
        display: flex;
        border-top: 1px solid #015da3;
        border-bottom: 1px solid #015da3;
        border-left: none;
        margin-left: 0;
        padding: 1.8125rem 1.25rem 2.3625rem;
    }

    #footer .list>:first-of-type {
        margin-top: 0;
    }

    #footer .list-inner:last-of-type {
        margin-left: 5.625rem;
    }

    #footer .item {
        display: block;
        font-size: 0.825rem;
        font-weight: 600;
        letter-spacing: 0.05rem;
        line-height: 1.8;
        margin-top: 0.9rem;
    }

    #footer a.item {
        color: #fff;
    }

    #footer .item.-under {
        opacity: .8;
    }

    #footer .foot {
        display: block;
        margin-top: 0;
    }

    #footer .foot .data {
        display: block;
        margin-bottom: 50px;
    }

    #footer .foot .data .data_box {
        margin-bottom: 35px;
    }

    #footer .logo {
        display: inline-block;
        transition-property: all;
        transition-duration: .6s;
        transition-timing-function: cubic-bezier(.23, 1, .32, 1);
        margin-top: 0;
        margin-right: 0;
    }

    #footer .logo img {
        width: 100px;
        margin-bottom: 15px;
    }

    #footer .location {
        float: left;
        font-size: 0.8rem;
        line-height: 1.84615;
        letter-spacing: 0.03rem;
        margin-right: 2.85vw;
    }

    #footer .data_inner .data_box:nth-child(3) .location {
        margin-right: -45px;
    }

    #footer .location span {
        display: block;
        font-weight: 600;
    }

    #footer .map {
        float: left;
        font-size: 0.75rem;
        font-weight: 400;
        margin-top: 0.85rem;
    }

    #footer .map .link {
        line-height: 1.25;
        display: block;
        color: #fff;
        overflow: hidden;
    }

    #footer .map .line {
        display: block;
        height: 1px;
        margin-top: -.195vw;
        width: 100%;
        background-color: #dadfe6
    }

    #footer .copy {
        font-size: 0.6rem;
        ;
        font-weight: 500;
        letter-spacing: 0.03rem;
    }

    #footer .scroll {
        display: inline-block;
        position: absolute;
        left: auto;
        right: -5%;
        bottom: 4.0625rem;
    }

    #footer .scroll .icon {
        margin-left: 0.35rem;
        margin-bottom: 0.46875rem;
    }

    #footer .scroll .icon img {
        width: 0.75rem;
        height: 3.4375rem;
    }

    #footer .scroll-text {
        font-weight: 600;
        font-size: 0.675rem;
        color: #fff;
        letter-spacing: 0.08rem;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

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

    /*.btn a {
  position: relative;
  display: block;
  padding: 20px 0;
  background-color: #0068b7;
  border: 1px solid #0068b7;
  width: 100%;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  outline: 0;
  transition: all .2s
}
.btn a::after, .btn a::before {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent
}
.btn a::before {
  top: 0;
  left: 0
}
.btn a::after {
  bottom: 0;
  right: 0
}
.btn a:hover {
  opacity: 1;
  background-color: #fff;
  font-weight: 500;
  color: #02acdd;
  letter-spacing: .15em;
  border: 1px solid #fff
}
.btn a:hover::after, .btn a:hover::before {
  width: 100%;
  height: 100%
}
.btn a:hover::before {
  border-bottom-color: #02acdd;
  border-left-color: #02acdd;
  transition: height .3s, width .3s .3s
}
.btn a:hover::after {
  border-top-color: #02acdd;
  border-right-color: #02acdd;
  transition: height .3s, width .3s .3s
}*/
    @media (max-width:736px) and (min-width:320px) {
        .btn01 {
            width: 90%;
            text-align: center;
            margin: auto
        }
    }

    .fadein-rise {
        opacity: 0;
        transform: translate(0, 150px);
        -webkit-transform: translate(0, 150px);
        -moz-transition-delay: 250ms;
        -webkit-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        -ms-transition-delay: 250ms;
        transition: all 1s ease
    }

    .rise {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
}