@charset "UTF-8";

html {
    font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-behavior: auto;
}
body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
/*    background-color: #000;*/
    color: #303234;
}

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

.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.font_key {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.font_mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  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 {
    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 10px 10px;
    border: 1px solid #777;
    border: none;
    box-shadow: 0px 0px 4px 0px #aaa  ;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    background: #fff;
    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-top: 1px solid #A58C73;
    border-bottom: 1px solid #A58C73;
    margin: 60px auto;
}

tr>* {
    padding: 2em 3em;
    border-top: 1px solid #A58C73;
    font-weight: normal;
}

th {
    font-weight: normal;
    text-align: left;
}

tr>.no_bd {
    border: 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;
/*    border-radius: 2px;*/
/*    box-shadow: 0 0px 3px 1px rgb(256 256 256 / 30%);*/
}

.inner {
    max-width: 1280px;
    max-width: 1222px;
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    padding-left: 100px;
    padding-right: 100px;
}

.toggle,
.nav_tel {
    display: none;
}

#header {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
    -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%);
}
a.logo.head_logo.spview_only {
    display: none;
}

.footer {
    letter-spacing: 0px;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
}

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

.foot_logo {
    margin: 1px auto 30px;
    display: inline-block;
    text-align: center;
}
.foot_logo>a {
    display: inline-block;
}
.sns > * {
    margin-right: 16px;
    margin-top: 10px;
}
.copyright {
    margin-top: 40px;
}

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: 15px 0;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

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

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

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

ul.nav>* {
    list-style: none;
    margin: 0 0 0 10px;
/*    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>span {
    display: inline-block;
}

.footer_menu ul.nav {
    justify-content: flex-end;
}
.footer_menu ul.nav > * {
    margin: 0 0 0 2em;
}


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

/* parts */

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

.tit01 {
    font-size: 90px;
    line-height: 1.1;
    color: #231815;
    margin: 60px auto 20px;
    display: block;
}
.tit02 {
    line-height: 1.5;
}

.btn {
    text-decoration: none;
    padding: 1.2em 3em;
    margin: 1px auto 20px;
    border: 1px solid;
    display: inline-block;
    border-radius: 60px;
    min-width: 240px;
    position: relative;
    text-align: left;
}
.btn_black {
    background: #000;
    color: #fff;
    padding: 1em 20px;
    text-align: center;
    min-width: 160px;
    margin: 0;
}
.btn_submit {
    text-align: center;
    font-size: 18px;
    border: 2px solid;
    margin: 20px auto 40px;
}
.btn_noIcon:before {
    opacity: 0;
}

.btn>span {
}

.btn:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.4em;
    margin: auto;
    background: url(../img/icon_arrow.svg) no-repeat center;
    background-size: 100% auto;
    transition-property: right;
    transition-duration: .3s;
}


body.js_mouseover .ban_link:hover .btn:before,
body.js_mouseover .btn:hover:before {
    right: 1.2em;
}


.area_round {
    border-radius: 40px;
}

.bg_key {
    background-color: #FF0000;
}

.bg_white {
    background-color: #fff;
    background: transparent;
}
.on_fullScreen .bg_white {
    background-color: #fff;
}

.bg_grey {
    background-color: #F9F9F9;
}

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

.clr_key {
    color: #FF0000;
}

.clr_white {
    color: #fff;
}


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

.btnArea {
/*    text-align: center;*/
}

/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 0;
    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;
    pointer-events: none;
    width: 100%;
    height: 100%;
    /*transform: scale(0.5);*/
}

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

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

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

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

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

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

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

/*.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 */

/* ------------------------------------------------------------------------------------------------------------ */
.lead {
    margin-bottom: 40px;
}

.fullScreen_nav {
    position: fixed;
/*    display: flex;*/
    display: none;
    flex-wrap: wrap;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2em;
    color: #fff;
    align-items: center;
    width: 8em;
    z-index: 99;
}
.on_fullScreen .fullScreen_nav {
    display: flex;
}

.fullScreen_nav ul > * {
    list-style: none;
    display: block;
    margin: 20px auto;
}

.fullScreen_nav ul > * a {
    display: block;
    margin: 20px auto;
    text-decoration: none;
    font-size: 14px;
/*    cursor: default;*/
}
.fullScreen_nav ul > * a:hover {
    text-decoration: underline;
}

.is_fullScreenTop1 #fullScreen_nav1,
.is_fullScreenTop2 #fullScreen_nav2,
.is_fullScreenTop3 #fullScreen_nav3,
.is_fullScreenTop4 #fullScreen_nav4 {
    font-weight: bold;
}



/* 各背景レイヤー共通スタイル */
.bgLayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center top 27%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none; /* 背景に触れられないようにする */
}


.video-background {
  /* 画面に固定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* 他のコンテンツの下に配置 */
  z-index: -2;
  /* 画面からはみ出さないように */
  overflow: hidden;
}

#bg-video {
  /* 動画を画面にフィットさせる */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

#bgLayer1 {
  background-image: url('/assets/img/bg0.jpg');
}

#bgLayer2 {
  background-image: url('/assets/img/bg1.jpg');
}

#bgLayer3 {
  background-image: url('/assets/img/bg2.jpg');
background-position: center bottom;
}

#bgLayer4 {
  background-image: url('/assets/img/bg3.jpg');
}

/* セクション */
.fullScreen {
  height: 100vh;
  height: calc(100vh + 40vh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
  color: #fff;
  z-index: 1;
}

.fullScreen_inner {
    width: 100%;
}
.fullScreen .fullScreen_inner {
    z-index: 9;
}
.fullScreen p {
    line-height: 2.8;
}
.fullScreen_no {
    font-size: 44px;
}

@media screen and (min-width: 1280px) {
.contact [class*="w_per"] {
    width: calc(100% / 3);
}
.contact [class*="w_per46"] {
    width: calc(100% / 3);
}
}


.contact_tit {
    margin-bottom: 40px;
}

.contact_sub {
    padding: 66px 40px 50px;
    text-align: center;
    border-left: 1px solid;
    height: 100%;
}

.contact_sub img {
    margin-bottom: 20px;
}

.contact_sub a.btn {
    background: #000;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    border-radius: 10px;
    padding: 6px 10px;
    width: 100%;
    min-width: 0;
}

.container_mainvis {
/*    background: #fff url(../img/bg_shadow.png) no-repeat top center;*/
    padding-top: 160px;
}
.mainvis_area {
/*    padding-top: 160px;*/
}
.main_txt_sub {
    margin: 20px 0 40px;
    font-size: 20px;
}
.scroll {
    display: inline-flex;
    background: #000;
    width: 180px;
    height: 180px;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    top: -90px;
    right: 50px;
    border: 10px solid;
    transition: all 0.3s ease;
}
.js_mouseover .scroll:hover {
    opacity: 1;
    top: -86px;
}

.about_lead {
    line-height: 2.2;
    margin: 40px auto;
}

.area_about {
    max-width: 900px;
    margin: auto;
}

a.link_icon {
    color: #3A7CBE;
}


/*===========================================
 radio
===========================================*/

.btnRadio input {
    opacity: 0;
    width: 0;
    position: absolute;
}

.btnRadio label {
    margin: 0 15px 10px 0;
    vertical-align: middle;
}

.btnRadio label:nth-of-type(1) {
    margin-left: 0;
}

.btnRadio label {
    cursor: pointer;
    position: relative;
    padding: 0.7em 2em 0.7em 3em;
    display: inline-block;
    display: block;
    font-weight: bold;
/*    background-color: #F0F1F3;*/
/*    border: 1px solid #F0F1F3;*/
}

.btnRadio input[type="radio"]:focus+label,
.btnRadio input[type="radio"]:checked:focus+label {
/*    border: 1px solid #0030AD;*/
}

.btnRadio label:before,
.btnRadio input[type="radio"]:checked+label:after {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.8em;
    width: 16px;
    width: 1.4em;
    height: 16px;
    height: 1.4em;
    border: 1px solid #000;
    border-radius: 100%;
    background-color: #fff;
    content: '';
}

.btnRadio label:before {
    z-index: 3;
}

.btnRadio input[type="radio"]:checked+label::after {
    z-index: 4;
    width: 1em;
    height: 1em;
    left: 0.7em;
    margin-top: -0.6em;
    background: #000;
    border: 1px solid #000;
}

.btnRadio input[type="radio"]:checked+label {
/*    background-color: #D0E0FF;*/
/*    border: 1px solid #D0E0FF;*/
}

.btnRadio input[type="radio"]:disabled+label {
    opacity: 0.8;
    cursor: default;
    background: #cccccc;
}

div#formWrap {
    border-bottom: 1px solid;
    padding-bottom: 50px;
}
div#formWrap form {
    max-width: 800px;
    margin: auto;
}




.mailform {
    margin: 9vh auto 0;
    border: none;
    max-width: 800px;
    background: #fff;
    padding-bottom: 60px;
    text-align: center;
}
.mailform table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
}
.mailform h3, .mailform h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-bottom: 60px;
}
.mailform table.formTable th {
    width: 30%;
}
.mailform p.error_messe {
    color: #ff0000;
    font-size: 18px;
    line-height: 1.4;
    margin: 5px 0;
}



.ban_txt {
    position: absolute;
    top: 7%;
    right: -14%;
    width: 50%;
    /* transform: scale(0.9); */
}
.ban_txt .tit01 {
    color: #fff;
    font-size: 50px;
}
.ban_txt .tit_sub {
    color: #fff;
}
.ban_txt .btn {
    background-color: #fff;
    border: none;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}







