@charset "utf-8";
@supports not (top:1lh) {
  :root {
    --leading-trim: 0px
  }
}
:root {
  --primary-color: rgba(50, 50, 50, 0.90);
  --second-color: #111216;
  --text-color: #07142e;
  --z_upper: 3000;
  --z_middle: 2000;
  --z_low: 1000;
  --leading-trim: calc((1em - 1lh) / 2)
}
:root {
  --btn-primary-bg: var(--primary-color);
  --btn-primary-arrow: rgba(74, 74, 74, 0.70);
  --btn-primary-text: #fff;
  --btn-primary-text-hover: #fff;
  --btn-second-bg: transparent;
  --btn-second-arrow: #ebebeb;
  --btn-second-text: #fff;
  --btn-second-text-hover: var(--text-color);
  --btn-third-bg: rgba(255, 255, 255, 0.1);
  --btn-third-arrow: rgba(255, 255, 255, 0.2);
  --btn-third-text: #fff;
  --btn-third-text-hover: #fff;
  --btn-forth-bg: transparent;
  --btn-forth-bg-hover: #fff;
  --btn-forth-arrow: transparent;
  --btn-forth-text: var(--text-color);
  --btn-forth-text-hover: var(--text-color)
}
/***************************************************************/
/* TOP ONLY */
/***************************************************************/
.main_img {
  position: relative;
}
.back_mov {
  position: relative;
  width: auto;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
.back_mov video {
  object-fit: cover;
  z-index: 10;
  height: 100vh;
}
.cont_box {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.navi_area {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: hsla(0, 0%, 0%, 0.70);
  color: #FFF;
}
.navi_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
.navi_area ul li {
  font-weight: 500;
  font-size: clamp(1.0rem, calc(0.25vw + 1.0rem), 1.5rem);
  line-height: 1.3em;
  padding: 30px 0;
  text-align: center;
}
.navi_area ul li p {
  font-family: var(--font-en);
  font-size: clamp(0.8rem, calc(0.10vw + 0.6rem), 1.0rem);
}
.navi_area ul li a {
  color: #FFF;
}
.navi_area ul li.fuki_base {
position: relative;
}
.navi_area ul li.fuki_base .fukikidasi {
position: absolute;
width: 100%;
max-width: 99px;
top: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width:850px){

.navi_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}
.navi_area ul li {
width: 25%;
}
}


@media screen and (max-width:470px){

.navi_area ul li.fuki_base .fukikidasi {
display: none;
position: absolute;
width: 100%;
max-width: 99px;
top: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.navi_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.navi_area ul li {
width: 33%;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.3em;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}
.navi_area ul li:nth-of-type(4) {
width: 50%;
}
.navi_area ul li:nth-of-type(5) {
width: 50%;
}
.navi_area ul li p {
  font-size: 0.6rem;
  font-family: var(--font-en);
}
.navi_area ul li a {
  color: #FFF;
}
}


/*** box_base ***/
.box02 {
  text-align: center;
  background-image: url(../img/bg_01.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: table;
/*  position: relative;*/
}
.box02 .gree_txt {
  vertical-align: middle;
display: table-cell;
  vertical-align: middle;
  margin: 0px auto;
  padding: 50px 0;
  font-size: clamp(1.0rem, calc(0.25vw + 1.0rem), 1.5rem);
  line-height: 1.6em;
/*      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.box02 .gree_txt h2 {
  font-size: clamp(1.5rem, calc(1.0vw + 1.3rem), 2.0rem);
  margin-bottom: 20px;
  line-height: 1.5em;
}
.box02 .gree_txt h1 {
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 2.5rem);
  margin: 0;
}

@media screen and (max-width:470px){
.box02 .gree_txt {
  vertical-align: middle;
  margin: 0px auto;
  padding: 50px 0;
  font-size: 1.0rem;
  line-height: 1.3em;
/*      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}
.box02 .gree_txt h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.box02 .gree_txt h1 {
  font-size:1.5rem;
  margin: 0;
}
}
.LR_auto {
  margin-left: auto;
  margin-right: auto;
}
.linkbt_box {
  margin: 2rem auto 0;
}
.linkbt_box a {
  color: #FFF;
  width: auto;
}
.linkbt_box dl {
  text-align: center;
  background-color: hsla(0, 0%, 0%, 0.70);
  box-sizing: border-box;
  font-size: clamp(1.0rem, calc(0.25vw + 1.0rem), 1.5rem);
  border-collapse: collapse;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 300px;
}
.linkbt_box dl dt {
  padding: 20px 10px;
  text-align: left;
  width: 8em;
  border: 1px solid #000;
}
.linkbt_box dl dd {
  padding: 20px 10px;
  width: 40px;
  text-align: center;
  border: 1px solid #000;
}
.linkbt_box table td {
  border: 1px solid #000;
  vertical-align: middle;
  line-height: 1px;
}

@media screen and (max-width:850px){
.linkbt_box a {
  color: #FFF;
  width: auto;
}
}
/*************************************/
.bt_link {
  z-index: 100;
  right: 3.31vw;
  bottom: 3.31vw;
}
.btn {
  background: var(--btn-primary-bg);
  border: 1px solid #999;
  color: var(--btn-primary-text);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-base);
  font-size: 1.06vw;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.25;
  min-width: 17.86vw;
  min-height: 4.63vw;
  padding-inline: 0 4.63vw;
  position: relative;
  text-align: center;
  transition: color .3s ease, background .3s ease;
  will-change: color, background;
}
.btn .btn-text {
  padding: .33vw 1.32vw;
  width: 100%
}
.btn .icon {
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 5.63vw;
  position: absolute;
  right: 0;
  top: 0
}
.btn .icon:after {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform .3s ease;
  will-change: transform
}
.btn .icon-arrow:after {
  background-image: url("../img/ic_chevron-right.svg");
  height: 1.58vw;
  width: 0.92vw
}
.btn .icon-share:after {
  background-image: url(../img/ic_share.svg);
  height: .79vw;
  width: .79vw
}
.btn .icon-share02:after {
  background-image: url(../img/ic_share.svg);
  height: .99vw;
  width: .99vw;
  filter: brightness(0) saturate(100%) invert(97%) sepia(95%) saturate(2%) hue-rotate(0deg) brightness(112%) contrast(101%);
  transform: translateZ(0)
}
.btn .icon-plus:after {
  background-image: url(../img/ic_plus.svg);
  height: .79vw;
  width: .79vw
}
@media screen and (max-width:850px){

.bt_link {
  z-index: 100;
  right: 10vw;
  bottom: 10vw;
}
.btn {
  background: var(--btn-primary-bg);
  border: 1px solid #999;
  color: var(--btn-primary-text);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-base);
  font-size: 2.0vw;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.25;
  min-width: 30.86vw;
  min-height: 8.63vw;
  padding-inline: 0 4.63vw;
  position: relative;
  text-align: center;
  transition: color .3s ease, background .3s ease;
  will-change: color, background;
}
.btn .btn-text {
  padding: .33vw 1.32vw;
  width: 100%
}
.btn .icon {
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 5.63vw;
  position: absolute;
  right: 0;
  top: 0
}
.btn .icon:after {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform .3s ease;
  will-change: transform
}
.btn .icon-arrow:after {
  background-image: url("../img/ic_chevron-right.svg");
  height: 1.58vw;
  width: 0.92vw
}
.btn .icon-share:after {
  background-image: url(../img/ic_share.svg);
  height: .79vw;
  width: .79vw
}
.btn .icon-share02:after {
  background-image: url(../img/ic_share.svg);
  height: .99vw;
  width: .99vw;
  filter: brightness(0) saturate(100%) invert(97%) sepia(95%) saturate(2%) hue-rotate(0deg) brightness(112%) contrast(101%);
  transform: translateZ(0)
}
.btn .icon-plus:after {
  background-image: url(../img/ic_plus.svg);
  height: .79vw;
  width: .79vw
}
}
@media screen and (max-width:470px){

.bt_link {
  z-index: 100;
  right: 10vw;
  bottom: 10vw;
}
.btn {
  background: var(--btn-primary-bg);
  border: 1px solid #999;
  color: var(--btn-primary-text);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-base);
  font-size: 5.0vw;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.25;
  min-width: 50.86vw;
  min-height: 12.63vw;
  padding-inline: 0 4.63vw;
  position: relative;
  text-align: center;
  transition: color .3s ease, background .3s ease;
  will-change: color, background;
}
.btn .btn-text {
  padding: .33vw 1.32vw;
  width: 100%
}
.btn .icon {
  display: block;
  flex-shrink: 0;
  height: 100%;
  width: 10.63vw;
  position: absolute;
  right: 0;
  top: 0
}
.btn .icon:after {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  transition: transform .3s ease;
  will-change: transform
}
.btn .icon-arrow:after {
  background-image: url("../img/ic_chevron-right.svg");
  height: 3.00vw;
  width: 2.00vw
}
.btn .icon-share:after {
  background-image: url(../img/ic_share.svg);
  height: .79vw;
  width: .79vw
}
.btn .icon-share02:after {
  background-image: url(../img/ic_share.svg);
  height: .99vw;
  width: .99vw;
  filter: brightness(0) saturate(100%) invert(97%) sepia(95%) saturate(2%) hue-rotate(0deg) brightness(112%) contrast(101%);
  transform: translateZ(0)
}
.btn .icon-plus:after {
  background-image: url(../img/ic_plus.svg);
  height: .79vw;
  width: .79vw
}
}
/*******************************************/
.linkbt_box table {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.70);
  box-sizing: border-box;
  font-size: clamp(1.0rem, calc(0.25vw + 1.0rem), 1.5rem);
  border-collapse: collapse;
}
.linkbt_box table td:first-of-type {
  padding: 25px 40px;
  text-align: left;
  width: 8em;
}
.linkbt_box table td:last-of-type {
  padding: 25px 40px;
}
.linkbt_box table td {
  border: 1px solid #000;
  vertical-align: middle;
  line-height: 1px;
}
/***********************/
.box03 {
  text-align: center;
  color: #fff;
  background-image: url(../img/bg_02.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.core_box ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
}
.core_box ol li {
  color: #000;
  text-align: left;
}
.core_box2 ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
}
.core_box2 ol li {
  color: #000;
  text-align: left;
}
.linkbt_box2 table {
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(1.5rem, calc(1.0vw + 1.3rem), 2.0rem);
  border-collapse: collapse;
}
.linkbt_box2 table td:first-of-type {
  padding: 50px 70px;
  text-align: left;
  width: 10em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.linkbt_box2 table td:last-of-type {
  padding: 50px 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.linkbt_box2 table td {
  vertical-align: middle;
}
.linkbt_box2 a {
  width: 500px;
  color: #000;
  padding: 0;
  margin: 0;
}

@media screen and (max-width:850px){

.core_box ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  height: 100vh;
  margin: auto;
  padding: 0;
}

.core_box ol li {
width: 90%
}

.core_box2 ol {
  display: flex;
  justify-content: space-around;
    flex-direction: column-reverse;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  height: 100vh;
  margin: auto;
  padding: 0;
}

.core_box2 ol li {
width: 90%
}

}
@media screen and (max-width:470px){

.core_box ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
}

.core_box ol li {
width: 100%
}

.core_box2 ol {
  display: flex;
  justify-content: space-around;
    flex-direction: column-reverse;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  margin: auto;
  padding: 0;
}

.core_box2 ol li {
width: 100%
}

.linkbt_box2 table {
width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(1.5rem, calc(1.0vw + 1.3rem), 2.0rem);
  border-collapse: collapse;
}
.linkbt_box2 table td:first-of-type {
  padding: 20px 20px;
  text-align: left;
  width: 10em;
}
.linkbt_box2 table td:last-of-type {
  padding: 20px 30px;
}
.linkbt_box2 a {
  width: 200px;
  color: #000;
  padding: 0;
  margin: 0;
}
}

.linkbt_box2 table:hover {
  background-color: hsla(0, 0%, 100%, 0.30);
  transition: 0.5s;
}
.sub_image {
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width:850px){
.sub_image {
  width: 100%;
  height: 45vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}
@media screen and (max-width:470px){
.sub_image {
  width: 100%;
  height: 30vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
}
.box04 {
  text-align: center;
  color: #fff;
  background-image: url(../img/bg_03.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.box05 {
  text-align: center;
  color: #fff;
  background-image: url(../img/bg_04.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.box06 {
  text-align: center;
  color: #fff;
  background-image: url(../img/bg_05.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.box07 {
  text-align: center;
  color: #fff;
  background-image: url(../img/bg_06.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
.bg_03 {
width: 100%;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/image_03.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.bg_05 {
width: 100%;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/image_05.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.bg_06 {
width: 100%;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/image_06.jpg");
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:850px){
.bg_03 {
width: 100%;
}
.bg_05 {
width: 100%;
}
.bg_06 {
width: 100%;
}
}

@media screen and (max-width:470px){
.bg_03 {
width: 100%;
}
.bg_05 {
width: 100%;
}
.bg_06 {
width: 100%;
}
}

@media screen and (max-width:470px){
.title_box {
width: 90%;
margin: 2rem auto;
}
}
