@charset "UTF-8";

/* ========================================
リセット・ベーススタイル
======================================== */
html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*letter-spacing: -0.02em;*/
}

body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0px;
    margin: 0px;
    color: #212121;
    font-size: 16px;
    line-height: 1.8;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
    line-height: 1.4;
    background-color: #FFF;
}

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

body.no_scroll {
    overflow: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
}

th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

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

p {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #3a3937;
}

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

abbr,
acronym {
    border: 0;
}

#wrapper {
    width: 100%;
    margin: 0;
}

section {
    position: relative;
}

.en {
    font-family: "Raleway", sans-serif;
}

.clear {
    clear: both;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.yellow {
    color: #ffdd3d;
}

.red {
    color: #e60012;
}

.green {
    color: #54730c !important;
}

.pink {
    color: #ff0078;
}

.blue {
    color: #0079b0;
}

.skyblue {
    color: #00a0e9;
}

.medium {
    font-size: medium;
}

.smaller {
    font-size: smaller;
}

.small {
    font-size: small;
}

.x-small {
    font-size: x-small;
}

.txt-medium {
    font-size: 1.8rem;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}

.text-right {
    text-align: right;
}

.ellipsis-multi {}


img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

img.alignright {
    float: right;
    margin: 0 0 30px 30px;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover {
    opacity: .6;
    text-decoration: none;
}

a.blue {
    color: #1eb8d1 !important;
}

i {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.indent-harf {
    text-indent: -.5em;
    display: inline-block;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fixedPosition {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}


@media screen and (min-width: 751px) {

    html,
    body {
        -webkit-overflow-scrolling: touch !important;
    }

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

    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    html {
        height: 100%;
    }

    .hover {
        cursor: pointer;
    }

    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
    .tb {
        display: none !important;
    }
}


/* -------------------------------------------------------------------
ICON
------------------------------------------------------------------- */
[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class^=icon-]:before {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/* -------------------------------------------------------------------
Form
------------------------------------------------------------------- */

input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
}

/*CheckBox */
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}






/* -------------------------------------------------------------------
Header
------------------------------------------------------------------- */
/* FV Section - Common Component */
.page-fv {
    position: relative;
    width: 100%;
    height: 440px;
    padding-top: 90px;
    overflow: hidden;
    background: #000;
}

.page-fv__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

.page-fv__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 60px);
    max-width: 1400px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    opacity: 0;
}

.page-fv__title-en {
    font-family: "din-2014";
    font-size: 11rem;
    font-size: clamp(4.5rem, -2.366rem + 14.65vw, 11rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.page-fv__title-en div {}


.page-fv__title-ja {
    font-size: 3.4rem;
    font-size: clamp(2rem, 0.521rem + 3.15vw, 3.4rem);
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media screen and (min-width: 751px) {
    .page-fv__img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media screen and (max-width: 932px) {
    .page-fv {
        margin-top: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .page-fv__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media screen and (max-width: 750px) {
    .page-fv {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: calc(33.33333333333333vw + 50px);
        margin-top: 0;
        overflow: hidden;
        background: #000;
    }

    .page-fv__image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 33.33333333333333vw;
    }

    .page-fv__content {
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: calc(100% - 30px);
        height: 33.33333333333333vw;
        padding: 0;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    .page-fv__title-en {
        font-family: "din-2014";
        font-size: 4.5rem;
        font-size: clamp(4.5rem, -2.366rem + 14.65vw, 11rem);
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-bottom: 4px;
    }

    .page-fv__title-ja {
        font-size: 2rem;
        font-size: clamp(2rem, 0.521rem + 3.15vw, 3.4rem);
        font-weight: 700;
        line-height: 1em;
        letter-spacing: 0.01em;
        color: #FFFFFF;
    }
}

/* Responsive Design (SP) */
@media screen and (max-width:375px) {
    .page-fv__title-en {
        font-size: 4.5rem;
    }

    .page-fv__title-ja {
        font-size: clamp(2rem, 0.521rem + 3.15vw, 3.4rem);
    }
}


/* -------------------------------------------------------------------
Pagetitle
------------------------------------------------------------------- */
.breadcrumb {
    width: 100%;
    margin: 15px auto 85px;
    display: block;
}

.breadcrumb ul {
    max-width: 1400px;
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb a {
    color: #000;
}