@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', source-han-sans-japanese, 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 300;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    line-height: 2.125;
    color: #222;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.load_hide,
.spview_only,
.tabsp_only {
    display: none;
}

body .hide {
    display: none !important;
}

.font_serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    line-height: 2.2;
    font-weight: 400;
    font-style: normal;
}

.font_key {
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



.pagetop a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagetop {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

img {
    border: none;
    max-width: 100%;
}

a,
button {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #777;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.7;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

/* ------------------------------------------------------------------------------------------------------------ */

/* layout ↓ */

/* ------------------------------------------------------------------------------------------------------------ */

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
}


.container {
    width: 100%;
    /*padding-bottom: 40px;*/
    /*    margin-bottom: 40px;*/
}

.cont {
    margin-left: auto;
    margin-right: auto;
    /*    padding-bottom: 40px;*/
    /*    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);*/
}

.inner {
    max-width: 1280px;
    max-width: 1159px;
    margin-left: auto;
    margin-right: auto;
    /*    padding-left: 100px;*/
    /*    padding-right: 100px;*/
}
.inner.inner1128 {
    max-width: 1128px;
}

.outer_nav.inner {
    max-width: 1920px;
    padding-left: 40px;
    padding-right: 40px;
    padding-right: 0px;
}


.toggle {
    display: none;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
    /*    background: #fff;*/
    /*    background: rgba(0, 0, 0, .3);*/
    /*    color: #fff;*/
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#header.fixed {
    width: 100%;
    position: fixed;
}


.js_mouseover .head_logo:hover,
.head_logo:hover {
    opacity: .96;
    box-shadow: 0 0px 70px 0px rgb(0 0 0 / 16%);
}

.footer {
    letter-spacing: 0px;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
    background: #424242;
}

.footer_inner.inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.foot_logo {
    margin: 40px auto;
    text-align: center;
}

.foot_logo>a {
    display: inline-block;
}

body.nav_show {
    overflow: hidden;
    height: 100vh;
}

body.nav_show #main {
    opacity: 0;
}

body.js_mouseover .pagetop a:hover {
    opacity: .9;
    height: 84px;
    width: 84px;
}

div#navi {
    margin-bottom: 0;
    padding: 10px 0;
    padding: 2px 2px 2px 0;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

div#navi {
    background: #fff;
}

div#navi {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}

.outer_nav {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

a.head_logo {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

ul.nav>* {
    list-style: none;
    margin: 0 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

ul.nav>li:nth-of-type(1),
ul.nav>li:nth-of-type(4) {
    /*    white-space: nowrap;*/
}

.js_mouseover ul.nav>li>a:hover {
    text-decoration: underline;
    opacity: .6;
}

ul.nav>li>a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #000;
    /*font-family: "Noto Sans JP";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

ul.nav>li>a>span {
    display: inline-block;
}
ul.nav>li>a i {
    font-style: normal;
    font-size: 12px;
    color: #0762BA;
    display: none;
    text-decoration: none;
}
ul.nav>li.nav_contact {
    margin-right: 0;
}

ul.nav>li.nav_contact>a {}


ul.nav.nav_footer {
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 30px;
    max-width: 820px;
    margin: auto;
    justify-content: center;
}

ul.nav.nav_footer>* {
    border-right: 1px solid #fff;
    margin: 0 0px;
}

ul.nav.nav_footer>*:last-of-type {
    border-right: 0;
}

ul.nav.nav_footer>* a {
    color: #fff;
    padding: 0 20px;
}


/* ------------------------------------------------------------------------------------------------------------ */

/* parts */

/* ------------------------------------------------------------------------------------------------------------ */

/*.btn {
    background: #FFBA00;
    color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    padding: 1.1em 60px 1.1em 60px;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);
    font-weight: bold;
}*/
.btn {
    border: 1px solid #C6D7D8;
    padding: 13px 40px 13px 50px;
    border-radius: 40px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0863BA;
    background: #000;
    border-radius: 100%;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    /*    -webkit-transition: right 0.5s ease;*/
    /*    transition: right 0.5s ease;*/
}

body.js_mouseover .btn:hover:before {
    /*    right: -40px;*/
}


i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_black {
    color: #000;
    color: #09142E;
}

.clr_white {
    color: #fff;
}

.clr_gold {
    color: #C5A47E;
}

.clr_red {
    color: #EB2727;
}

.clr_blue {
    color: #062C83;
}

.clr_blue2 {
    color: #0863BA;
}

.bg_white {
    background-color: #fff;
}

.bg_grey {
    background-color: #dadadb;
}

.bg_blue {
    background-color: #062C83;
    background: #062C83 url(../img/bg_blue.png) repeat-y center top;
    background-size: 100% auto;
}

.bg_blue2 {
    background: var(--2, #0863BA);
}

.break {
    word-break: break-all;
}

.btnArea {
    text-align: center;
}



/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 60px;
    height: 60px;
    /*    box-sizing: content-box;*/
    padding: 14px;
    margin: 0 0 0;
    z-index: 999;
    /*    background: none;*/
    display: none;
}

.toggle:after {
    /*content: "";*/
    display: block;
    width: 80px;
    height: 88px;
    position: absolute;
    top: -15px;
    right: 0;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

.menu_label {
    display: block;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: -13px auto 0;
    margin: -23px auto 0;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.toggle>a,
.toggle>a span {
    display: inline-block;
    cursor: default;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle>a {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
}

.toggle>a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    background-color: #000;
}

.toggle>a span:nth-of-type(1) {
    top: 9px;
    top: 4px;
}

.toggle>a span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
/*    opacity: 0;*/
}

.toggle>a span:nth-of-type(3) {
    bottom: 9px;
    bottom: 4px;
}

/* menu option ------------------------------------------ */
.toggle>a.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
}

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

.toggle>a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
}

/*.menu_sec {
    position: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
}*/



/* ------------------------------------------------------------------------------------------------------------ */

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
.fig_position {
    position: absolute;
    margin: auto;
    z-index: 9;
}

.tit01 {
    font-family: Inter;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: Arial;
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 9;
}
.tit01_mini {
    font-size: 120px;
}
.tit02 {
    font-family: Inter;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 9;
}

.sub {
    display: block;
    line-height: 1.2;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.sub>* {
    display: inline-block;
    padding: 4px 10px;
    font-family: "Noto Sans JP";
    border: 1px solid;
    font-size: 16px;
    font-style: normal;
}

.tit_catch {
    margin: 50px auto 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
}

.tit_catch i {
    font-style: normal;
    font-size: 22px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid;
    line-height: 44px;
}

.tit_catch_sub {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}

img#mainvis_2_txt {
    position: absolute;
    width: 29vw;
    right: 9vw;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 19vw;
}

img#mainvis_3_fig {
    position: absolute;
    width: 29vw;
    left: 9vw;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 1vw;
}

img#mainvis_o_fig {
    position: absolute;
    width: 29vw;
    width: 38vw;
    right: 9vw;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 8vw;
    padding-bottom: 14vw;
}

section#mainvis_o_sec {
    padding: 130px 0 220px;
    padding: 130px 0 260px;
}

section#mainvis_o_sec {
    padding: 12vw 0 220px;
    /*    margin-top: 5vw;*/
}

.business {
    margin: 40px auto 20px;
    z-index: 9;
    position: relative;
    background: #fff;
}

.business_itm {
    color: #000;
    background: #fff;
    text-decoration: none;
}


.business {
    margin-bottom: 80px;
}

.business_itm {
    display: block;
}

.business_itm img {
    width: 100%;
}

.business_dtl {
    padding: 25px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 8em;
}

.business_dtl>* {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: YuGothic;
    font-size: 22px;
    line-height: 1.8;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
}

.business_itm~.business_itm {
    border-left: 1px solid #C6D7D8;
}

.business_itm~.business_itm img {
    border-left: 1px solid #fff;
}

img#fig_person2 {
    right: -8.5vw;
    top: -150px;
    z-index: 0;
    max-width: 50vw;
}

.vm_net {
    margin-bottom: 170px;
}

.address {
    margin: 100px auto 20px;
    margin: 56px auto 20px;
}


.box {
    padding: 60px;
    border-radius: 30px;
    margin-bottom: 100px;
    overflow: hidden;
}

.box>* {
    position: relative;
    z-index: 1;
}


.vm_net:before {
    content: "Coming soon";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 24px;
    font-weight: bold;
}

.vm_net:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    z-index: 9;
}

.lead_catch {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px;
    /* 155.172% */
    letter-spacing: 5.8px;
}

.lead_txt {
    margin-top: 58px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 230.769% */
}

section#message_sec {
    padding-top: 118px;
}
section#access {
    padding-bottom: 120px;
}
section#about_sec {
    background: #f5f5f5;
    margin-top: -430px;
    padding-top: 460px;
}
section#philosophy_sec {
    background: #f5f5f5;
    margin-top: 300px;
    padding-top: 160px;
    padding-bottom: 160px;
}
section#philosophy_sec .tit_wrap {
    margin-top: -395px;
}
section#business_sec {
    padding-top: 210px;
}

.mainvis {
    position: relative; /* 動画を絶対配置するための基準 */
    height: calc(100vh - 94px);
    margin-top: 94px;
    overflow: hidden;   /* はみ出た動画をカット */
}

.mainvis video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 真ん中に配置 */
    width: 100%;
    height: 100%;
    object-fit: cover; /* アスペクト比を保ったまま領域を埋める（重要！） */
    z-index: -1;       /* コンテンツより背面に送る */
}

.philosophy_area {
    margin-top: 100px;
    max-width: 1100px;
}

.philosophy_catch1 {
color: #15171B;
font-family: Arial;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
letter-spacing: 1px;
}
.philosophy_catch2 {
color: #15171B;
font-family: Arial;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 70px; /* 116.667% */
letter-spacing: 0.3px;
margin: 20px auto;
}
.philosophy_txt {
 {
color: var(--4, #09142E);
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
}