@charset "UTF-8";
@import url("grid.css");
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #000;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
  vertical-align: top;
}
a {
  display: block;
  color: var(--link-color);
  text-decoration-line: none;
}
a:hover {
  color: var(--linkhover-color);
}
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.indent-1 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.inline {
  display: inline;
}

.position{
	position:relative;
}


@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 801px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .white-space {
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .white-space {
    white-space: normal;
  }
}

.full-width img {
  width: 100vw;
}

.position-center{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.vertical-rl {
  /* 縦書きモード */
  writing-mode: vertical-rl;
}

.main-mess-vertical{
	font-size: calc(((100vw - 360px) / 97.5) + 20px);
	margin: 2rem auto;
	}

.shadow01{
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 218px;
	z-index: 1;
}

.shadow02{
	position: absolute;
    bottom: 0;
    left: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 240px;
	z-index: 1;
}

.shadow03 {
    position: absolute;
    bottom: -150px;
    left: -500px;
    width: 626px;
	z-index: 1;
}

.shadow04{
	position: absolute;
    bottom: 0;
    left: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 275px;
	z-index: 1;
}

.shadow05 {
    position: absolute;
    top:0;
    left: -330px;
    width: 309px;
	z-index: 1;
}

.shadow06 {
    position: absolute;
    bottom: -968px;
    right: -364px;
    width: 649px;
	z-index: 1;
}



.main-img {
  background: url("../images/main.jpg") no-repeat;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  height: 780px;
  background-position: 50% 0;
  }

.main-mess{
  position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mess-en{
color:#fff;	
font-size: calc(((100vw - 360px) / 67.8261) + 22px);
}

.mess-jp{
color:#fff;
font-size: calc(((100vw - 360px) / 195) + 18px);
}



/*ヘッダー
-------------------------------------*/
.header {
  /*background-color: #c5fcff;*/
  position: relative;
  /*padding-bottom: 4rem;*/
}

h1{
	max-width: 240px;
    margin: 2rem auto;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column--l {
    width: 20%;
  }
.column--r {
    width: 80%;
  }

.col-l-nav{
	width: 70%;
}

.col-r-tel{
	width: 30%;
}

.col-r-tel img{
	max-width:350px;
	margin: 0 auto;
}

.nav-container {
  margin: 0 auto;
  /* max-width: 1450px;*/
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #1F2127;
}
.nav {
  /*position: fixed;*/
  background-color: rgba(31, 33, 39, 1.0);
  width: 100%;
  /*z-index: 9999;
	padding: 1rem;*/
}
.nav_item a {
  /*color: #fff;*/
}
.hover_bt a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 1051px) {
  .nav_list {
    text-align: center;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
      }
	
  .nav_list li {
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .nav_list li a {
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    position: relative;
  }
  .nav_item {
    padding: 0 14px;
    display: inline-block;
  }
  .hover a:hover {
    opacity: 0.5;
  }
 /* .nav_list li + li {
    border-left: 1px solid #b1272d;
  }*/
  /*ホバーエフェクト*/
  .nav_list li a::after {
    /*マークのスタイル*/
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b1272d;
    border-radius: 50%;
    top: -15px;
    left: calc(50% - 5px);
    /*不透明度0で非表示*/
    opacity: 0;
    /*下方向へ50%移動*/
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .nav_list li a:hover::after {
    /*不透明度1で表示*/
    opacity: 1;
    /*0位置に移動*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} /* pc */
@media only screen and (max-width: 1050px) {
  .nav {
    width: 70%;
    height: 40vh;
	}
	
  .head-left-img {
    width: 15%;
  }
  .head-right-img {
    width: 15%;
  }
  .nav {
    position: fixed;
    right: -1350px;
    top: 0;
    width: 70%;
    height: 70vh;
    padding: calc(((100vw - 360px) / 14.6667) + 10px);
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  #js-hamburger {
    position: fixed;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    background-color: rgba(0, 0, 0, 1.0);
    border-radius: 10%;
  }
  .nav_list {
    margin: 0 auto;
    padding: 15% 0;
    list-style: none;
  }
  .nav_list li {
    text-align: center;
  }
  .nav_item a:hover::before {
    top: 10px;
    left: 20px;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
    display: inline-block;
    width: 48%;
  }
  .nav_item a {
    display: block;
    padding: 15px 0;
    /* border-bottom: 1px solid #000; */
    border-right: 0px solid #fff;
    text-decoration: none;
    color: #000;
    position: relative;
  }
  /*ホバーエフェクト*/
  .nav_item a::after {
    /*アンダーラインのスタイル*/
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    background-color: #b1272d;
    bottom: 0px;
    left: 0;
    /*幅を0に設定*/
    width: 0;
    /*アニメーションの速度設定*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav_item a:hover::after {
    /*幅を100%に設定*/
    width: 100%;
  }
  .nav_item2 {
    text-align: center;
  }
  /*.nav_item a:hover {
    background-color: #eee;
  }*/
  .hamburger_border {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 12px;
  }
  /* .hamburger_border_center {
    top: 20px;
  }*/
  .hamburger_border_bottom {
    top: 20px;
  }
  .hamburger_border_bottom::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 1.0rem;
    text-transform: uppercase;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
	background: #fff;  
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(25deg);
    top: 17px;
    background-color: #fff;
  }
 
  .nav-open .hamburger_border_bottom {
    transform: rotate(-25deg);
    top: 17px;
    background-color: #fff;
  }
  .nav-open .hamburger_border_bottom::after {
    content: "Close";
    transform: rotate(25deg);
    top: 7px;
    left: -9px;
    color: #fff;
  }
  .sp-nav-logo {
    text-align: center;
    margin: 4rem auto;
  }
	
.main-img {
  height: 390px;
  margin: 0;		
  }


	
.column {
  display: block;
 }	
	
.column--l,
.column--r,
.col-l-nav,
.col-r-tel	{
  width: 100%;
}	

	.vertical-rl {
    /* 縦書きモード解除 */
    writing-mode: unset;
    /* 高さ調節 */
    height: auto;
  }
	
.shadow01 {
    width: 100px;
}
	
.shadow02 {
    left: 66%;
    }	
	
.shadow03 {
    bottom: -50px;
    left: 120px;
    width: 200px;
}
	
.shadow05 {
        width: 100px;
        left: 0;
        top: -15%;
    }	
	
.shadow06 {
    width: 100px;
	right:0;
	bottom:-20%;
}	
		
	
} /* sp */
@media only screen and (max-width: 560px) {
  .nav {
    height: 100vh;
  }
  .nav_item {
    width: 100%;
  }
  .slide-txt01 {
    font-size: 22px;
  }
}
/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0 auto;
  background-color: #1F2127;
	overflow-x: hidden;
}
section {
  margin: 2em auto;
}

.area-ttl{
	font-size: calc(((100vw - 360px) / 104) + 30px);
	text-align: center;
	margin: 4rem auto;
}

.parent{
  display:flex;
  justify-content: space-between;
  margin: 8rem auto;
}



.box-ttl{
	font-size: calc(((100vw - 360px) / 156) + 26px);
	margin: 0 0 0 2rem;
}




.top-info {
  padding: 6rem;
}
/*矢印が縮む*/
.btnarrow-w {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  background: #fff;
  padding: 5px 60px 5px 30px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
  border-radius: 30px;
}
/*hoverした際のボタンの形状*/
.btnarrow-w:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
/*矢印と線の形状*/
.btnarrow-w:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #000;
}
.btnarrow-w::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 40%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  /*アニメーションの指定*/
  transition: all .2s linear;
}
/*hoverした際の矢印の形状*/
.btnarrow-w:hover::before {
  background: #fff;
  right: 25px;
}
.btnarrow-w:hover::after {
  border-left-color: #fff;
  right: 20px;
}


*/
/*矢印が縮む*/
.btnarrow-contact {
  position: relative;
  background: #fff;
  padding: 30px 40px 30px 20px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
  border-radius: 60px;
  border-color: #000;
  width: 100%;
  max-width: 410px;
  height: 124px;
}
/*hoverした際のボタンの形状*/
.btnarrow-contact:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
/*矢印と線の形状*/
.btnarrow-contact:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #000;
}
.btnarrow-contact::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 47%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  /*アニメーションの指定*/
  transition: all .2s linear;
}
/*hoverした際の矢印の形状*/
.btnarrow-contact:hover::before {
  background: #fff;
  right: 25px;
}
.btnarrow-contact:hover::after {
  border-left-color: #fff;
  right: 20px;
}
/*矢印が縮む*/
.btnarrow-tel {
  position: relative;
  background: #d8051e;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #fff;
  text-decoration: none;
  border: transparent 2px solid;
  outline: none;
  border-radius: 60px;
  /* border-color: #000; */
  width: 100%;
  max-width: 410px;
  height: 124px;
}
/*hoverした際のボタンの形状*/
.btnarrow-tel:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.top-con-bt {
  font-size: calc(((100vw - 360px) / 130) + 18px);
  text-align: center;
}
.small-text {
  font-size: calc(((100vw - 360px) / 260) + 12px);
}
#con-area {
  margin: 10rem auto;
}
.center {
  text-align: center;
  margin-bottom: 4rem;
}
.table {
  margin: 4rem 0;
  }

.table th {
  width: 25%;
}
/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer; /* ポインターカーソルを表示 */
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.flex-check {
  display: flex;
  vertical-align: top;
  justify-content: center;
}
.button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto 4rem;
  padding: .9em 2em;
  border: 1px solid #f8e645;
  border-radius: 25px;
  background-color: #f8e645;
  color: #171c61;
  font-size: 1em;
  font-weight: bold;
}
.button-1::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #171c61;
  border-right: 2px solid #171c61;
  content: '';
}
.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto 4rem;
  padding: 0.5em 0.5em;
  border: 1px solid #97cc1d;
  border-radius: 25px;
  background-color: #97cc1d;
  font-size: 14px;
  font-weight: bold;
}
.button-2::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.white-text {
  color: #fff;
}

/*==================================================
スライダーのためのcss
===================================*/
img {
  height: auto;
  width: 100%;
}

.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 3) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
/*フッター
-------------------------------------*/
.foot-info{
	text-align:center;
	font-size: 18px;
	color: #000;
}

.foot-tel{
	max-width: 426px;
	margin: 0 auto;
}

.footer-head {
  background: url(../images/footer_bg.jpg) no-repeat;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  height: 150px;
  background-position: 50% 50%;
  padding: 6rem 0;
}

footer{
  background-color: #fff;
  padding: 6rem 0;	
}

/*footer h4 {
    border-bottom: 3px solid var(--border-color);
}*/
.foot-info table {
  width: 100%;
  color: #000;
  font-size: 16px;
 }

.foot-info table th {
  /*position: relative;*/
  text-align: left;
  /*width: 25%;*/
  color: #000;
  padding: 0 0 2px;
  font-weight: 400;
  /*vertical-align: top;*/
}

.foot-info table td {
  text-align: left;
  padding: 0 0 10px 30px;
  /*width: 75%;*/
  color: #000;
  /*font-size: calc(((100vw - 360px) / 780) + 16px);*/
}
.foot-info table td a {
  color: #000;
}
.nowrap {
  white-space: nowrap;
}
.foot-nav {
  /*init*/
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-nav {
  display: flex;
  align-items: center;
  margin: 2rem auto 4rem;
}
.foot-nav li {
  flex-grow: 1;
  text-align: center;
}
.foot-nav li a {
  color: #fff;
}
/*.foot-nav li:hover{
  background-color: #ff9a9a;
}*/
.foot-nav li + li {
  border-left: 2px solid #fff;
}
.foot-flex {
  display: flex;
  vertical-align: top;
  justify-content: flex-start;
}

.foot-logo{
	max-width: 180px;
	margin: 4rem auto;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #000;
  color: var(--white-color);
  font-size: 12px;
  /*position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);*/
  width: 100%;
}

/*ページトップへ戻るボタン
-------------------------------------*/

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.site-header {
    background: #1F2127;
    /*display: flex;
    justify-content: space-between;*/
    /* padding: 20px; */
    /* position: relative; */
    width: 100%;
    /* max-width: 1150px; */
    /*align-items: center;*/
    margin: 0 0 0 0;
    padding-top: 2rem;
}

.header-change {
  background: #1F2127;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: -1000px;
  transition: .5s;
  width: 100%;
}
.header-change.show {
  top: 0;
}
.header-change .gnav__menu__item a {
  color: #fff;
  text-decoration: none;
}

.area-box {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10rem 2rem 2rem;
}

.white-box {
  max-width: 1000px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0;
  margin: 2rem auto;
}
/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
#table01 th, #table01 td {
  padding: 24px 0;
  border: none;
}
#table01 th {
  width: 30%;
}
.business-info {
  margin: 2rem;
  list-style: none;
}
.business-info-ttl {
  font-size: 16px;
}




/* 幅1050px以下の表示
-------------------------------------*/
@media screen and (max-width: 1050px) {
  .site-header {
    width: 100%;
    display: block;
    text-align: center;
	margin: 0;  
  }
	
.box-ttl{
	margin: 0 0 2rem 0;
}	
	
.shadow04 {
   left: 75%;	
	}
	

 
  .header-change {
    display: none;
  }
  
}
/* 幅1000px以下の表示
-------------------------------------*/
@media screen and (max-width: 1000px) {
  .nav-open .nav {
    width: 100%;
  }
  .features-list li {
    width: 100%;
    margin-bottom: 40px;
  }
	

	
  .q-a {
    height: 550px;
  }
  .foot-nav {
    display: block;
  }
  .foot-nav li + li {
    border-left: 0px;
  }
}
/* 幅800px以下の表示
-------------------------------------*/
@media screen and (max-width: 800px) {
  /*ヘッダー
-------------------------------------*/
  .header-box {
    display: none;
  }
	
.parent{
  flex-direction: column; /* スマホ用に縦一列に並べる*/
}
	
.child,.child01{
	margin: 2rem auto;
}	

/*orderの順番で配置してくれる*/
.order1{
  order: 1;
}
.order2{
  order: 2;
}
	
.shadow04 {
    bottom: -100px;
    left: 50%;
    }	
	
	

  
  #con-area {
    margin: 20rem auto;
  }
  .btnarrow-contact {
    height: 100px;
  }
  .btnarrow-tel {
    height: 100px;
  }
 
  /*お問い合わせ
-------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
}
/* 幅560px以下の表示
-------------------------------------*/
@media screen and (max-width: 560px) {
 
  main {
    margin: 0 auto;
    padding: 2rem 0;
     }
	

	
.case-bar {
   -webkit-background-size: cover;
    background-size: cover;
	font-size: 1.7rem;
    }	
	
	
	
	
	
  
  .padding10 {
    padding: 5px;
  }
  .padding20 {
    padding: 10px;
  }
  .pgs1000bg {
    height: 200px;
  }
  .q-a {
    height: 420px;
    padding: 3rem 0;
  }
  .notes {
    padding: 2rem;
  }
  .head-page-ttl img {
    bottom: -10px;
  }
  .area-box {
    padding: 4rem 2rem 2rem;
  }
  .sub-ttl {
    font-size: 0.8em;
  }
 
  #table01 th, #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }
  .foot-info table {
    font-size: 16px;
  }
  .foot-info table td {
    display: block;
    width: 100%;
  }
  .foot-info table th {
    display: block;
    width: 100%;
  }
 /* footer {
    height: 1100px;
  }*/
	
#page-top {
    bottom: 50px;
   }	
	
}
/* 幅400px以下の表示
-------------------------------------*/
@media screen and (max-width: 400px) {
  .environ {
    height: 1300px;
  }
  .glass_bg {
    height: 650px;
  }
}
@media only screen and (min-width: 1921px) {
  
	.main-mess-vertical{
		font-size: 36px;
	}	

	.mess-en{
		font-size: 45px;
}
	
	.mess-jp{
		font-size: 26px;
}

	.area-ttl{
		font-size: 45px;
	}
	
	.box-ttl{
		font-size: 36px;
	}
 
}