.padding_adj_prepare{
    text-align: center;
    padding: 10rem 0 16rem;
    background: #fff;
    justify-content: center;
    font-size: 2.2rem;
    letter-spacing: 1rem;
}
.text_orange{
  color: #D56706;
}
.text_black {
    color: #000!important;
}
a.link_white{
  color: #fff;
}
.backgroung_gray_bg{
  background: #1E1E1E;
}
.backgroung_gray_bg2{
  background: #383838;
  padding: 8rem 10%;
}
.backgroung_bk{
  background: #000;
  padding: 8rem 5%;
}
.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}
.helvetica{
font-family: 'HelveticaNeueLTStd-MdCn', sans-serif;
}
@media(min-width: 820px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*-----------------ローダー-----------------*/
#loader{
    width: 100%;
    height: 200px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -40px;       /* heightの半分のマイナス値 */
    margin-left: -40px;      /* widthの半分のマイナス値 */
    z-index: 2;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;              /* #loaderより少ない値を入れて下さい */
}
#intro{
  top:0!important;
  margin-top: 0!important;
}
.logoload{
  margin-top: 2rem;
  width: 200px;
  margin-left: -60px;
}
.atom-spinner, .atom-spinner * {
      box-sizing: border-box;
    }
    .atom-spinner {
      height: 60px;
      width: 60px;
      overflow: hidden;
    }
    .atom-spinner .spinner-inner {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
    }
    .atom-spinner .spinner-circle {
      display: block;
      position: absolute;
      color: rgba(5,21,88,1);
      font-size: calc(60px * 0.24);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .atom-spinner .spinner-line {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      animation-duration: 1s;
      border-left-width: calc(60px / 25);
      border-top-width: calc(60px / 25);
      border-left-color: rgba(94,160,247,1);
      border-left-style: solid;
      border-top-style: solid;
      border-top-color: transparent;
    }
    .atom-spinner .spinner-line:nth-child(1) {
      animation: atom-spinner-animation-1 1s linear infinite;
      transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
    }
    .atom-spinner .spinner-line:nth-child(2) {
      animation: atom-spinner-animation-2 1s linear infinite;
      transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
    }
    .atom-spinner .spinner-line:nth-child(3) {
      animation: atom-spinner-animation-3 1s linear infinite;
      transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
    }
    @keyframes atom-spinner-animation-1 {
      100% {
        transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
      }
    }
    @keyframes atom-spinner-animation-2 {
      100% {
        transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
      }
    }
    @keyframes atom-spinner-animation-3 {
      100% {
        transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
      }
    }
/* -----------------ヘッダーメニュー-----------------*/
.menu_pc{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
ul.menu_pc {
  list-style: none;
}
.logo_bg{
  z-index: 20;
  position: absolute;
  width: 350px;
  height: 150px;
}
.menu_pc li a{
  display: block;
  width: 134px;
  font-size: 1.6rem;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
  list-style: none;
  transition: 0.8s;
}
.menu_pc li:last-child{
  background:#D56706;
  color: #fff!important;
  position: relative;
  opacity: 1;
  transition: 0.8s;
}
.menu_pc li:last-child:hover{
  opacity: 0.6;
}
.menu_pc li:last-child::before{
  content: '';
  background: url(/images/icon_rev.png);
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 24px;
  left: 18px;
}
.menu_pc li a:hover{
  display: block;
  background:#D56706;
}
.menu_white {
background: transparent;
/* Note: currently only Safari supports backdrop-filter */
backdrop-filter: blur(16px);
--webkit-backdrop-filter: blur(16px);
background-color: rgba(0, 0, 0, 0.07);
/* (plus shape's fill blended on top as a separate layer with 41% opacity) */
}
.tophead_color a:hover{
  /*color: #fff!important;*/
}
.menu_bk{
  background: #ffffff;
}
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
.logo img{
  height: 68px;
  padding: 2px 0;
  transition: 0.8s;
}
.logo img:hover{
  opacity: 0.6;
}
.background_orange_menu_sm{
  background: #D56706;
}
a.background_orange_menu_sm{
  color: #fff!important;
}
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a{
    color: #fff;
    text-decoration: none;
}
.tophead_color a{
}
.tophead_color a:hover{
  /*color: #fff!important;*/
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    width: 220px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.6rem;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

#global-nav ul li:last-child::before{
  content: '';
  background: url(/images/icon_rev.png);
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 14px;
left: calc(50% - 50px);
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 55px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #D56706;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 1190px) {
ul.menu_pc{
    display: none;
}
#nav-toggle{
  display: block!important;
}
#mobile-head{
  height: 54px;
}
.logo img{
    height: 54px;
}
}
@media screen and (max-width: 10000px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background:#000000;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        margin: 0 auto;
        z-index: 999;
        position: relative;
    }
    #mobile-head .head_wrapper{
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 2%;
    }
    #top-head.fixed .logo,
    #top-head .logo {
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -572px;
        background:#ffffff;
        width: 100%;
        text-align: center;
        /*padding: 10px 0;*/
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        padding-top: 100px;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 18px 0;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
        background: #000!important;
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
        background: #000!important;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
        background: #000!important;
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
@media screen and (max-width: 767px) {
#nav-toggle{
  top:14px;
  margin-top:
}
#mobile-head .logo a{
    width: 160px;
}
}
.bg_black{
  background: #000000;
}
/* -----------------ヘッダーメニュー end-----------------*/

.main_wrapper {
  width: 100%;
  background: #000000;
}
.main_bg {
  width: 100%;
  height:70vh;
  min-height: 500px;
  max-height: 700px;
  margin-bottom: 4rem;
  background: url("/images/main_bg.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_contents{

}
.main_logo{
  width: 36%;
  max-width: 540px;
}
.h1_fontadj1{
 font-size: calc(2.1rem + ((1vw - 0.32rem)*0.3571));
 line-height: calc(2.8rem + ((1vw - 0.32rem)*0.7143));
 font-family: "Sawarabi Mincho";
}
.h1_fontadj2{
 font-size: calc(2.4rem + ((1vw - 0.32rem)*2.6190));
}
h1{
text-align: center;
font-weight: normal;
}
.h1_p{
 font-size:calc(2.8rem	+	((1vw	-	0.32rem	)*3.4524));
 text-align: center;
 position: relative;
 margin-bottom: 3vmin;
 font-family: "Georgia";
 border-bottom: 1px solid #D56706;
 width: 56%;
 padding-bottom: 2vmin;
 margin-left: 22%;
}
/*
.h1_p::after{
 content:"";
 display: inline-block;
 height: 1px;
 background-color: #D56706;
 position:absolute;
 bottom:calc(-2.4rem	+	((1vw	-	0.32rem)*	0.9524));
 left: 20%;
 width:60%;
}*/
ul.four_menu{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4rem;
  padding-bottom: 9rem;
  list-style: none;
}
ul.four_menu li{
  width: 49.6%;
  height: 380px;
  border: 1px solid #575757;
  margin: 0 0.2% 0.2% 0;
  color: #ffffff;
  position: relative;
  transition: 0.8s;
  opacity: 0.5;
}
ul.four_menu li:hover{
    border: 1px solid #D56706;
    opacity: 0.9;
}
ul.four_menu li:hover h3{
  opacity: 1;
}
ul.four_menu li:nth-child(even){
  margin: 0 0 0.4% 0;
}
ul.four_menu li a{
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
ul.four_menu h3{
  font-size: calc(1.8rem + ((1vw - 0.32rem)*0.4762 ));
  font-weight: normal;
  margin-bottom: 1.6rem;
  position: absolute;
  top: 32%;
  z-index: 2;
  opacity: 0;
  transition: 1.2s;
  text-shadow: 1px 1px 2px rgba(11,11,11,0.8);
}
ul.four_menu h4{
  font-size: calc(3.2rem + ((1vw - 0.32rem)*1.9048));
  font-family: 'HelveticaNeueLTStd-MdCn', sans-serif;
  font-weight: normal;
  position: absolute;
  z-index: 2;
  text-shadow: 1px 1px 2px rgb(11 11 11 / 80%);
}
.hover_cover{
  width: 100%;
  height: 378px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background: #000000;
}
.fourmenu_insut{
  width: 100%;
  height: 380px;
  background: url(/images/fourmenu_1.png)no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position:-3rem center;
}
.fourmenu_plan{
  width: 100%;
  height: 380px;
  background: url(/images/fourmenu_2.png)no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.fourmenu_facility{
  width: 100%;
  height: 380px;
  background: url(/images/fourmenu_3.png)no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.fourmenu_rev{
  width: 100%;
  height: 380px;
  background: url(/images/fourmenu_4.png)no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
/* -----------------top about_box -----------------*/
.about_index{
  width: 100%;
  height: 80rem;
  background: url(/images/about_img.jpg)no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about_index .left{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80rem;
  z-index: 2;
}
.about_index .right{
  width: 70%;
  height: 80rem;
  position: absolute;
  background: url(/images/about_img2.png)no-repeat;
  background-position: center center;
  background-size: cover;
  right: 0;
  z-index: 1;
}
.h3_title_orange{
  font-size: 22px;
  color: #D56706;
  margin-bottom: 1.6rem;
  font-weight: normal;
}
.h4_title_white{
  font-size: calc(3.2rem + (( 1vw - 0.32rem)*1.4286));
  font-family: 'HelveticaNeueLTStd-MdCn', sans-serif;
  font-weight: normal;
  color: #ffffff;
  position: relative;
}
.h4_title_black{
  font-size: calc(3.6rem + ((1vw - 0.32rem)*1.1905));
  font-family: 'HelveticaNeueLTStd-MdCn', sans-serif;
  font-weight: normal;
  color:#000;
  position: relative;
}
.h4_title_white::before{
  content: "";
  width: 3vmin;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 50%;
  left: -4vmin;
}
.h4_title_black::before{
  content: "";
  width: 3vmin;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 50%;
  left: -4vmin;
}
.h4_title_white::after{
  content: "";
  width: 3vmin;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 50%;
  right: -4vmin;
}
.h4_title_black::after{
  content: "";
  width: 3vmin;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 50%;
  margin-left: 1vmin;
}
.about_index p{
  width: 90%;
  font-size: 18px;
  line-height: 32px;
  margin-top: 12vmin;
}
.btn_white{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 12px 10px;
  border: 1px solid #fff;
  transition: 0.8s;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 5% 0 auto;
}
.btn_orange{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 380px;
  height: 48px;
  padding: 12px 10px;
  border: 1px solid #D56706;
  transition: 0.8s;
  text-align: center;
  font-size: 18px;
  color: #D56706;
  margin: 0 auto 5rem auto;
}
a.btn_white,
a.btn_orange{
  text-decoration: none;
}
.btn_white:hover{
  background: #fff;
  color: #4F4F4F;
}
.btn_orange:hover{
  background: #D56706;
  color: #ffffff;
}
.btn_pxg{
  display: block;
  min-width: 200px;
  height: 48px;
  padding: 12px 10px 0 10px;
  border: 1px solid #fff;
  transition: 0.8s;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 5% 0 auto;
}
.btn_pxg:hover{
  background: #B50707;
  color: #ffffff;
  border: 1px solid #000;
}
.btn_baise{
  display: block;
  min-width: 200px;
  padding: 12px 20px;
  border: 1px solid #3dab7e;
  background: #014c67;
  transition: 0.8s;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0 5% 0 auto;
}
.btn_baise > span{
  font-size: 14px;
}
a.btn_pxg,
a.btn_baise,
a.btn_white,
a.btn_white2{
  text-decoration: none;
}
.btn_baise:hover{
  background: #3dab7e;
}
.btn_white2{
  display: block;
  width: 200px;
  height: 48px;
  padding: 12px 10px 0 10px;
  border: 1px solid #fff;
  transition: 0.8s;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 5% 0 auto;
  position: relative;
  z-index: 2;
}
.btn_white2:hover{
  background: #fff;
  color: #4F4F4F;
}
/* -----------------top access_box -----------------*/
.access_box{
  background: #fff;
}
.access_box .right50{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right50 .p_margin_adj{
  margin-top: 13vmin;
  margin-bottom: 3vmin;
}
.access_box .right50{
  padding: 8rem 5% 0;
}
.access_box .right50 p{
  font-size: 22px;
  line-height: 32px;
}
.access_box .right50 h5{
  font-size: 42px;
  margin-top: 2.4rem;
  font-weight: normal;
}
.access_tel a{
  color: #000;
  text-decoration: none;
}
#map_index{
  position: relative;
  width: 100%;
  padding: 5%;
}
#map_index iframe{
  -webkit-filter: grayscale(95%);
  -moz-filter: grayscale(95%);
  -ms-filter: grayscale(95%);
  -o-filter: grayscale(95%);
  filter: grayscale(95%);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#map_index iframe:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* -----------------top news_box -----------------*/
.news_box{
  background: #000;
  height: 100%;
  min-height: 40rem;
  position: relative;
}
.news_box .left50{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*height: 100%;*/
  min-height: 40rem!important;
}
.news_box .right50{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 6rem 0;
  min-height: 40rem!important;
}
.inner_gray1{
  display: none;
}
.inner_gray2{
  background: #1E1E1E;
  width: 50.4%;
  height: 100%;
  min-height: 40rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.inner_gray2_kasou{
  background: #1E1E1E;
  width: 25.25%;
  height: 100%;
  min-height: 40rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.news_box ul{
  width: 100%;
  list-style: none;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 5% ;
}
.news_box ul li{
  border-bottom: 1px solid #4E4D4D;
  padding-bottom: 1rem;
  margin-bottom: 2.6rem;
}
.news_box li a{
  text-decoration: none;
  color: #fff;
  transition: 0.8s;
}
.news_box li a:hover{
  opacity: 0.6;
}
.news_box .date{
  margin-bottom: 0.5rem;
}
.news_box p{
  font-size: 18px;
}
/* -----------------top footer -----------------*/
ul.address_list{
  font-size: 1.4rem;
  margin-top: 3rem;
}
ul.address_list li{
  margin-bottom: 1.4rem;
  list-style: none;
  position: relative;
}
.address_list li::before{
  content: "";
  left: -14px;
  width: 8px;
  height: 8px;
  top: 3px;
	border-top: 1px solid #D56706;
	border-right: 1px solid #D56706;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  position: absolute;
}
.footer_wrapper{
  height: 25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footer_wrapper .left{
  width: 77%;
  background: #242424;
  z-index: 0;
  position: relative;
}
.footer_wrapper .right{
  width: 26%;
  background: #2D2C2C;
  z-index: 0;
  position: relative;
}
.footer_wrapper .inner{
  height: 25rem;
  width: 100%;
  padding: 1.5rem 3rem;
  position: absolute;
  z-index: 3;

  display: flex;
  align-items: center;
}
ul.menu_footer{
  width:45%;
  font-size: 1.6rem;
  display:flex ;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
ul.menu_footer li{
  width: 25%;
  margin-bottom: 2rem;
}
ul.menu_footer li a{
  color: #BBBBBB;
  text-decoration: none;
  list-style: none;
}
.footer_wrapper a{
  transition: 0.8s;
}
.footer_wrapper a:hover{
  opacity: 0.6;
}
ul.sns_menu{
  display:flex ;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  width: 15%;
}
ul.sns_menu li{
  display: flex;
  align-items: center;
}
ul.sns_menu li img{
  width: 3.8rem;
}
ul.link_menu{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 23%;
  margin-left: 17%;
  list-style: none;
}
ul.link_menu li{
  margin-left: 2rem;
}
@media screen and (min-width: 2000px) {
.h1_p{
 font-size:86px;
}
.h1_fontadj1{
  font-size: 46px;
}
.h1_fontadj2{
   font-size: 68px;
}
.h4_title_black,
.h4_title_white,
.h4_title_black_header,
.h4_title_white_header{
  font-size: 56px;
}
ul.four_menu h4{
  font-size: 64px;
}
ul.four_menu h3{
  font-size: 28px;
}
.h4_title_white{
  font-size: 100px;
}
}
@media screen and (max-width: 1100px) {
.main_logo{
    width: 62%;
  }
ul.four_menu li{
  opacity: 0.8;
}
.fourmenu_insut{
}
.about_index{
  flex-direction: column;
  height: auto;
  background: #2D2D2D;
}
.about_index .left{
  width: 100%;
  height: 60rem;
}
.about_index .right{
  width: 100%;
  height: 50rem;
  position: unset;
  background-position: center;
}
.access_box .right50{
}
.insut_box_kasou .right50{
}
.news_box .left50{
  height: 10rem;
  padding-top: 5rem;
  min-height: unset!important;
}
.news_box .right50{
}
.news_box .h4_title_white,
.news_box .h3_title_orange{
  position: relative;
  z-index: 2;
}
.inner_gray1{
  display: block;
  background: #1E1E1E;
  width: 46%;
  height: 20rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.inner_gray2,
.inner_gray2_kasou{
  height: 100%;
}
.inner_gray2{
  width: 46%;
}
.footer_wrapper{
  height:100%;
}
.footer_wrapper .inner{
  height:56rem;
}
.footer_wrapper .left{
  width: 54%;
}
.footer_wrapper .right{
  width: 46%;
  height:56rem;
}
.inner_gray2_kasou{
  width: 46%;
}
.footer_wrapper .inner{
  padding: 4rem 4rem;
  flex-direction: column;
}
ul.menu_footer li{
  width: 50%;
  margin-bottom: 5rem;
  text-align: center;
}
ul.menu_footer{
  width: 60%;
}
ul.sns_menu{
  width: 100%;
}
ul.link_menu{
  width:50%;
  max-width: 400px;
  justify-content: center;
  margin-left: 0;
  margin-top: 5rem;
}
}
@media screen and (max-width: 767px) {
ul.four_menu{
    padding-bottom: 6rem;
}
ul.menu_footer{
    width: 100%;
}
ul.four_menu li{
    width: 100%;
    height: 300px;
    margin: 0 0 1rem 0;
}
ul.four_menu li:nth-child(even){
    margin: 0 0 1rem 0;
}
.access_box .right50 p{
    text-align: center;
    font-size: 20px;
}
.news_box p{
  font-size: 18px;
}
ul.link_menu{
  width:90%;
  min-width: 300px;
}
ul.link_menu li:first-child{
  margin-left: 0;
}
}
@media screen and (max-width: 767px) {
ul.four_menu{
    padding-bottom: 6rem;
}
.h1_p{
width: 90%;
margin-left: 5%;
}
.menu_white {
  background: transparent;
/* Note: currently only Safari supports backdrop-filter */
backdrop-filter: blur(30px);
--webkit-backdrop-filter: blur(30px);
background-color: rgba(0, 0, 0, 0.07);
/* (plus shape's fill blended on top as a separate layer with 41% opacity) */
}
}
/* [ backdrop-filter ] が効かないブラウザへの対応*/
@supports not (backdrop-filter: blur(30px)) {
  .menu_white {
    background: rgba(0,0,0,0.5);
  }
}
/* 上の [ @supports ] はie11には効かないので、ie11は個別に対応*/
@media all and (-ms-high-contrast: none) {
  .menu_white {
    background: rgba(0,0,0,0.4));
}
}
@media screen and (max-width: 414px) {
.main_bg{
  height: 100vh;
  min-height: 50rem;
}
.h1_fontadj2{
 font-size: 9.4vw;
 line-height: 10vmin;
}
.fourmenu_insut{
  background-position: -20rem center ;
}
ul.four_menu h3{
  opacity: 1;
}
.btn_white,
.btn_white2,
.btn_pxg,
.btn_baise{
  width: 90%;
  margin: 0 5% ;
}
.inner_gray1,
.inner_gray2,
.inner_gray2_kasou,
.footer_wrapper .left,
.footer_wrapper .right{
  width: 50%!important;
}
.padding_100_adj_sm{
  width: 100%!important;
}
}
