@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
input,
textarea,
select,
option {
    font-size: 100%;
    margin: 0;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #040404;
    text-decoration: none;
}
a {
    transition: 0.5s;
}
a:visited {
    color: #040404;
}

a:hover {
    color: #040404;
}

a:active {
    color: #040404;
}
@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
    }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1200px;
    color: #222;
    font-size: 16px;
    line-height: 1.6;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

.container {
    margin: 0 auto 60px;
}

.inner {
    width: 950px;
    margin: 0 auto;
}

a[href^='tel:'] {
    cursor: default;
    pointer-events: none;
}

a:hover,
a:hover img {
    opacity: 0.7;
}

.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
        padding: 68px 0 0;
    }

    .container {
        width: 100%;
        margin: 0 auto 12%;
    }

    .inner {
        width: auto;
        padding: 0 5%;
    }

    a:hover,
    a:hover img {
        opacity: 1;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    a[href^='tel:'] {
        cursor: pointer;
        pointer-events: auto;
    }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
    text-align: left !important;
}
.taCenter {
    text-align: center !important;
}
.taRight {
    text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
    font-size: 1.08em !important;
}
.fsP2 {
    font-size: 1.16em !important;
}
.fsP3 {
    font-size: 1.24em !important;
}
.fsP4 {
    font-size: 1.32em !important;
}
.fsP5 {
    font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
    font-size: 0.92em !important;
}
.fsM2 {
    font-size: 0.84em !important;
}
.fsM3 {
    font-size: 0.76em !important;
}
.fsM4 {
    font-size: 0.68em !important;
}
.fsM5 {
    font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
    font-weight: normal !important;
}
.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: '.';
    display: block;
    clear: both;
}

/*------------------------------------------------------------
	header / spNavi
------------------------------------------------------------*/
#sidebar {
    background: #fff;
    padding: 20px 0 10px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-width: unset;
    max-width: unset;
    height: unset;
}

#sidebar a {
    padding-left: 5%;
}

#logo {
    float: left;
    width: auto;
    height: 72px;
}

#spMenu {
    margin: 0 auto;
    padding-right: calc(5% + 73px);
    padding-top: 40px;
}
#menu {
    display: flex;
}
.menuItem:not(:last-child) {
    padding-right: 60px;
    white-space: nowrap;
}

#sidebar #spMenu .menuItem a {
    color: #239fbb;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    display: block;
    line-height: 2.4;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
}
@media screen and (max-width: 767px) {
    #sidebar {
        background: #fff;
        padding: 14px 0;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        display: block;
        min-width: unset;
        max-width: unset;
        height: unset;
    }
    #logo {
        height: 40px;
    }
    #spMenu {
        padding-top: 0;
        margin-top: 28px;
    }
    #spNavi {
        position: relative;
    }
    #logo {
        float: left;
        width: auto;
        margin: 0 0 0 5%;
        height: 40px;
    }
    #spMenu {
        background: #fff;
        position: fixed;
        display: none;
        /* display: block;*/
        width: 100%;
        z-index: 9998;
    }

    #menu {
        margin: 0 auto;
        display: block;
    }
    .menuItem:not(:last-child) {
        padding-right: 0;
    }
    .sub_grand_menu_top {
        padding: 28px 0px;
        overflow: hidden;
    }
    .sub_grand_menu {
        position: absolute;
        top: -35px;
        right: 0px;
        z-index: 9999;
        width: 70px;
        -webkit-transition: 1s cubic-bezier(0.78, 0.18, 0.34, 0.98);
        -moz-transition: 1s cubic-bezier(0.78, 0.18, 0.34, 0.98);
        -ms-transition: 1s cubic-bezier(0.78, 0.18, 0.34, 0.98);
        -o-transition: 1s cubic-bezier(0.78, 0.18, 0.34, 0.98);
        transition: 1s cubic-bezier(0.78, 0.18, 0.34, 0.98);
    }
    .sub_grand_menu .button-navi-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 1.5px;
        margin: 0px 0 0 -18px;
        background: #239fbb;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -ms-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    .sub_grand_menu .button-navi-icon:after,
    .sub_grand_menu .button-navi-icon:before {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 1.5px;
        background: #239fbb;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
    .sub_grand_menu .button-navi-icon:before {
        margin-top: -8px;
    }
    .sub_grand_menu .button-navi-icon:after {
        margin-top: 7px;
    }
    .sub_grand_menu .button-navi-icon.close:before,
    .sub_grand_menu .button-navi-icon.close:after {
        margin-top: 0;
    }
    .sub_grand_menu .button-navi-icon.close:after {
        margin-left: 0px;
    }
    .button-navi-icon.close:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .button-navi-icon.close:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .button-navi-icon.close {
        background: transparent;
    }
    .button-close {
        position: absolute;
        padding: 25px 0px;
        width: 60px;
        top: 0;
        z-index: -9999;
    }
    #sidebar #spMenu .menuItem a {
        color: #239fbb;
        padding: 2% 0;
    }
    #sidebar #spMenu .menuItem:last-child a {
        border-bottom: 0;
    }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

#copyright {
    text-align: center;
    font-size: 11px;
    margin: 10px auto;
}
@media screen and (max-width: 767px) {
    #copyright {
        margin: 2% auto;
        padding: 0 3%;
    }
}

/*------------------------------------------------------------
 common
------------------------------------------------------------*/
.page {
    width: 1200px;
    margin: 168px auto;
    position: relative;
}
.pageInner {
    width: 930px;
    margin: 0 auto;
}
.pageTtl {
    margin: 0 auto 105px;
}
.secWrap02 .box01,
.secWrap03 .box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.secWrap02 .box01 > div {
    width: 50%;
    max-width: 448px;
}
.secWrap03 .box02 > div {
    width: 33%;
    max-width: 284px;
}

/* title */
.comTtl01 {
    font-size: 54px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-bottom: 6px;
    line-height: 1;
    letter-spacing: 10px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
}
.comTtl0101 {
    color: #239fbb;
}

.ttl01 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.ttl02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding: 2px 0 2px 24.5px;
    border-left: 4px solid #239fbb;
}

@media screen and (max-width: 767px) {
    .page {
        width: auto;
        margin: 15% auto 25%;
        right: 0;
        padding: 0 5%;
    }
    .pageInner {
        width: 100%;
        margin: 0 auto;
    }
    .pageTtl {
        margin: 0 auto 12%;
    }
    .secWrap02 .box01 > div,
    .secWrap03 .box02 > div {
        width: 100%;
        max-width: 100%;
    }
    .comTtl01 {
        font-size: 26px;
        margin: 0;
        letter-spacing: 8px;
        text-align: center;
    }
    .ttl01 {
        font-size: 18px;
    }
    .ttl02 {
        padding: 2px 0 2px 20.5px;
        font-size: 16px;
    }
}

/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#logo_top {
    position: absolute;
    top: 108px;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    min-width: 290px;
    max-height: 100%;
    width: 26%;
    height: 350px;
}

#logo_top img {
    width: 100%;
}

.videoArea {
    position: fixed;
    z-index: -1; /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.videoArea .video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.videoArea .logo_top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    min-width: 290px;
    max-height: 100%;
    width: 26%;
    height: auto;
    object-fit: contain;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    #logo_top {
        padding-top: 100px;
    }

    #logo_top img {
        min-width: unset;
    }
}

/*------------------------------------------------------------
	OurValues
------------------------------------------------------------*/
#pageOurValues .secWrap02 .box01 .lBox {
    margin: auto 0;
    text-align: center;
}
#pageOurValues .secWrap02 .box01 .lBox .logoWrap img {
    width: auto;
    max-width: 296px;
}
#pageOurValues .secWrap02 .box01 .lBox .txt01 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 0.8;
}
.txtBox p {
    line-height: 2;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}
.txtBox.last p {
    line-height: 2;
    margin-bottom: 0;
    letter-spacing: 0.8px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .secWrap02 .box01 .lBox {
        margin: 0 auto 10%;
    }
    .secWrap02 .box01 .lBox .logoWrap img {
        max-width: 200px;
    }
    .secWrap02 .box01 .lBox .txt01 {
        font-size: 16px;
        font-weight: bold;
        margin: 5% 0;
    }
    .txtBox p {
        line-height: 1.8;
        margin-bottom: 6%;
        letter-spacing: 0.8px;
        font-size: 15px;
    }
    .txtBox p.spCenter {
        text-align: center;
        line-height: 1.6;
    }
}
/*------------------------------------------------------------
	Solutions
------------------------------------------------------------*/

.box03 p {
    line-height: 2;
    font-size: 16px;
}
.solutions_img {
    margin-top: 60px;
}
.solutions_img img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #pageSolutions .ttl01 {
        font-size: 18px;
        margin-bottom: 8%;
    }
    .solutions_img {
        margin-top: 40px;
    }
    .box03 p {
        font-size: 1em;
    }
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#pageAbout .ttl01 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 55px;
    text-align: left;
}
.list01 {
    line-height: 1.9;
}
.list01 dl {
    margin-bottom: 20px;
}
.list01 dt {
    width: 30%;
    float: left;
}
.aboutTable dt {
    padding: 0px 0px 0px 12px;
    border-left: 4px solid #239fbb;
}
.list01 dd {
    width: 65%;
    float: right;
}
.gmap {
    position: relative;
    padding-bottom: 772px;
    height: 0;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 767px) {
    #pageAbout .ttl01 {
        font-size: 18px;
        margin-bottom: 8%;
    }
    .list01 {
        font-size: 15px;
    }
    .gmap {
        padding-bottom: 90vw;
    }
    .gmap iframe,
    .gmap object,
    .gmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	Policy
------------------------------------------------------------*/
#pagePolicy .ttl01 {
    margin-bottom: 58px;
}

#pagePolicy .ttl02 {
    margin-bottom: 28px;
}

#pagePolicy .txtBox p {
    margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
    #pagePolicy .ttl01 {
        margin-bottom: 8%;
    }
}
/*------------------------------------------------------------
	フェードアウト
------------------------------------------------------------*/
#fadeOutBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
}
