@charset "UTF-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

section.dark .social {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
}

section.dark .social a {
    color: #fff;
    font-size: 50px;
    margin: 0 0.5rem;
}

section.dark .social a:hover {
    color: rgba(34, 146, 159, 0.9);
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline;
    /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
    text-decoration: underline dotted;
    /* Firefox 40+ */
}

audio:not([controls]) {
    display: none;
    /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
    font-weight: bolder;
    /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
    -webkit-appearance: button;
    /* iOS 8+ */
    overflow: visible;
    /* Internet Explorer 11- */
    cursor: pointer;
}

button,
input {
    outline: 0;
}

input:focus,
textarea:focus {
    outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    /* Firefox 4+ */
    padding: 0;
    /* Firefox 4+ */
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 0 dotted ButtonText;
    /* Firefox 4+ */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

details {
    display: block;
    /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Edge 12+, Internet Explorer 11- */
    /*overflow-y: scroll;*/
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+, Windows Phone 8.1+ */
    height: 100%;
}

hr {
    overflow: visible;
    /* Internet Explorer 11-, Edge 12+ */
}

input {
    -webkit-border-radius: 0
        /* iOS 8+ */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* iOS 8+ */
}

input[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Chrome 45+, Safari 9+ */
}

main {
    display: block;
    /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
    overflow: auto;
    /* Internet Explorer 11- */
}

progress {
    display: inline-block;
    /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
    display: block;
    /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

template {
    display: none;
    /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
    overflow: auto;
    /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
    display: none;
    /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */

*,
:before,
:after {
    box-sizing: inherit;
}

* {
    font-size: inherit;
    line-height: inherit;
}

:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}



/*
 * Opinionated defaults
 */

/* specify the margin and padding of all elements */
* {
    margin: 0;
    padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
    border-style: solid;
    border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
    -moz-appearance: none;
    /* Firefox 40+ */
    -webkit-appearance: none
        /* Chrome 45+ */
}

select::-ms-expand {
    display: none;
    /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
    color: currentColor;
    /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
    fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden="false"]:focus {
    clip: auto;
}



/*
 * Configurable defaults
 */

/* specify the background repeat of all elements */
* {
    background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
    background-color: #ffffff;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: default;
    font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
    list-style: none;
}

/* specify the font size of small elements */
small {
    font-size: 75%;
}

/* specify the border styling of tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
    resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
    background-color: #b3d4fc;
    /* required when declaring ::selection */
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* required when declaring ::selection */
    color: #ffffff;
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

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


/* custom */

body {
    color: rgb(17, 19, 20);
    cursor: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    font-family: 'Noto Sans Japanese', serif;
    letter-spacing: 0.05em;
}

section {
    padding: 3rem 12%;
    line-height: 1.5;
    text-align: left;
}

section.feat-wrap {
    padding: 0 0 3rem;
    text-align: left;
}

footer {
    padding: 4rem 12%;
    line-height: 1.65;
    font-size: 13px;
    letter-spacing: 0.1em;
    background: #fafafa;
    color: #333;
    margin-top: 1.5rem;
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
}

section.fix {
    padding: 3rem 12% 3rem;
}

.feat {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-image: url(../img/feat.jpg);
    position: relative;
    padding: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}

.feat:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.feat h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding: 0 8%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 600;
    z-index: 2;
    color: #fff;
    line-height: 1.35;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.feat h1 span {
    display: block;
    font-size: 30px;
    margin-top: 1rem;
    font-weight: 200;
    line-height: 0.5;
}

section h3 {
    position: relative;
    padding: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}

section.fix h3 {
    margin-bottom: 1.5rem;
    z-index: 10;
}

section b {
    display: block;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}

hr {
    display: block;
    height: 1px;
    background: #ddd;
    margin-top: 3em;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 2.25rem 0 0;
    width: 100%;
    height: 250px;
    flex-wrap: wrap;
}

.flex .grid {
    flex-basis: 23.5%;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 100%;
    position: relative;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

.flex .grid span {
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    width: 100%;
    padding: 0.5rem 0;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
}

p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

p b {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 30px;
}

p a {
    color: #fff;
}

p a:hover {
    color: #fff;
    text-decoration: underline;
}

.feat h1 small {
    font-weight: 300;
    font-size: 14px;
}

.mt-4rem {
    margin-top: -3rem !important;
}

section.grey {
    background: #f8f8f8;
}

section h3 span {
    font-weight: 100;
    color: #888;
    margin-left: 1rem;
}

section div {
    background: rgb(255, 255, 255);
    margin-bottom: 1rem;
    padding: 2rem;
    box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #222;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

section.dark {
    background: rgb(24, 24, 24);
    color: #fff;
    font-weight: 300;
}

section.dark p {
    color: rgb(255, 255, 255);
    font-weight: 300;
    z-index: 10;
    position: relative;
    text-shadow: 0 0 20px rgb(0, 0, 0);
}

section.dark h3 {
    color: #fff;
}

section.fix.bgimg {
    background-image: url(../img/feat2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.fix.bgimg:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    z-index: 9;
}

.mgt3 {
    margin-top: 3rem;
}

section.fix.bgimg-2 {
    background-image: url(../img/feat3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.fix.bgimg-2:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    left: 0;
    top: 0;
    z-index: 9;
}

section.fix.bgimg-2 b {
    color: #fff;
    position: relative;
    z-index: 10;
}

section.fix.bgimg-3 {
    /* background-image: url(../img/feat4.jpg); */
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

section.fix.bgimg-3:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(34, 146, 159, 0.9);
    left: 0;
    top: 0;
    z-index: 9;
}

section.fix.bgimg-3 b {
    color: #fff;
    position: relative;
    z-index: 10;
}

section div.ll {
    background: rgb(255, 255, 255);
    margin-bottom: 1rem;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    width: 50%;
    float: left;
    border: 0;
    box-shadow: none;
}

section div.rr {
    background: rgb(255, 255, 255);
    margin-bottom: 1rem;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    width: 50%;
    float: right;
    border: 0;
    box-shadow: none;
    margin-top: 4.75rem;
}

p a.btn {
    padding: 1rem 2rem;
    background: rgb(20, 96, 105);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 1rem;
    display: inline-block;
    font-size: 18px;
    border: 1px solid rgb(20, 96, 105);
}

p a.btn:hover {
    padding: 1rem 2rem;
    background: rgb(13, 63, 69);
    text-decoration: none;
    border: 1px solid rgb(13, 63, 69);
}

.feat .logo {
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 11;
    bottom: -3.6rem;
    left: 50%;
    transform: translate(-50%, 0%);
}




/* end */



/*/************************** responsive *************************/
@media (min-width: 1px) {
    .flex {
        height: auto;
    }

    .flex .grid {
        flex-basis: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }

    section h3 {
        font-size: 21px;
    }

    .feat h1 {
        font-size: 38px;
    }

    .feat {
        height: 60vh;
    }

    section b {
        font-size: 18px;
    }

    section {
        padding: 3rem 1.5rem;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.65;
        color: #080808;
    }

    section.fix {
        padding: 3rem 1.5rem;
    }

    footer {
        padding: 4rem 1.5rem;
    }

    hr {
        margin-top: 2em;
        margin-bottom: 1rem;
    }

    .feat h1 span {
        font-size: 13px;
        line-height: 0.5;
    }

    section div.ll {
        width: 100%;
    }

    section div.rr {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .feat .logo {
        width: 80px;
        height: auto;
        position: absolute;
        z-index: 11;
        bottom: -2.3rem;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

@media (min-width: 320px) {}

@media (min-width: 360px) {}

@media (min-width: 370px) {}

@media (min-width: 375px) {}

@media (min-width: 400px) {}

@media (min-width: 414px) {}

/* more than iPhone 6 plus */
@media (min-width: 440px) {}

@media (min-width: 480px) {}

@media (min-width: 555px) {}

@media (min-width: 600px) {}

@media (min-width: 640px) {
    .flex {
        height: auto;
    }

    .flex .grid {
        flex-basis: 48%;
        height: 250px;
        margin-bottom: 1rem;
    }

    section h3 {
        font-size: 35px;
    }

    .feat h1 {
        font-size: 60px;
    }

    .feat {
        height: 75vh;
    }

    section b {
        font-size: 20px;
    }

    section {
        padding: 5rem 12%;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.65;
        color: #080808;
    }

    section.fix {
        padding: 5rem 12%;
    }

    footer {
        padding: 4rem 12%;
    }

    hr {
        margin-top: 3em;
        margin-bottom: 0;
    }

    .feat h1 span {
        font-size: 18px;
        line-height: 0.5;
    }

    .feat .logo {
        width: 150px;
        height: auto;
        position: absolute;
        z-index: 11;
        bottom: -3.6rem;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

@media (min-width: 700px) {}

@media (min-width: 710px) {}

@media (min-width: 768px) {}

@media (min-width: 801px) {}

@media (min-width: 898px) {}

@media (min-width: 950px) {}

/* break point */
@media (min-width: 992px) {
    .flex {
        height: 250px;
    }

    .flex .grid {
        flex-basis: 23.5%;
        height: 100%;
        margin-bottom: 0;
    }

    section h3 {
        font-size: 40px;
    }

    .feat h1 {
        font-size: 120px;
    }

    section b {
        font-size: 22px;
    }

    .feat h1 span {
        font-size: 30px;
        line-height: 0.5;
    }

    section.fix {
        padding: 5rem 17%;
    }

    footer {
        padding: 4rem 17%;
    }

    section div.ll {
        width: 50%;
    }

    section div.rr {
        width: 50%;
        margin-top: 4.75rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1051px) {}

@media (min-width: 1105px) {}

@media (min-width: 1200px) {}

@media (min-width: 1270px) {}

@media (min-width: 1280px) {}

@media (min-width: 1410px) {}

@media (min-width: 1460px) {}

@media (min-width: 1920px) {}
