@charset "utf-8";
/* CSS Document */

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  /*font-family: YuMincho,'Yu Mincho',serif;*/
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  scroll-behavior: smooth;
}

.eng{
}

a{
	text-decoration: none;
  font-size: 15px;
  line-height: 24px;
	letter-spacing: 2px;
	transition: .2s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

img{
  max-width: 100%;
}

a:hover{
  opacity: .7;
	transition: .2s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#5a5a5a;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
	letter-spacing: 10px;
}
h2{
  font-size: 16px;
  line-height: 16px;
	letter-spacing: 0px;
  font-weight: normal;
}
h3{	
  font-size: 16px;
  line-height: 16px;
	letter-spacing: 3px;
  font-weight: normal;
}
h4{	
  font-size: 15px;
  line-height: 24px;
	letter-spacing: 2px;
}
h5{	
}
h6{	
}
p,th,td{
  font-size: 15px;
  line-height: 24px;
	letter-spacing: 2px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
.spbr{
  display: none;
}

.pc{
}

.sp{
  display: none;
}

@media screen and (max-width: 500px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 30px;
}

.titleBox h2{
  font-family: 'GFS Didot', serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #14a88e;
}

.titleBox h3{
  font-size: 18px;
  color: #9c9c9c;
}

/*==============================
nav
==============================*/
nav{
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  z-index: 99999;
}

nav > a{
  display: block;
  margin-right: auto;
}

nav > a img{
  vertical-align: bottom;
}

nav > ul{
  display: flex;
  align-items: center;
  height: 100%;
}

nav > ul > li{
  position: relative;
  height: 100%;
}

nav > ul > li:last-of-type{
}

nav > ul > li a{
  display: block;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  height: 100%;
  padding: 20px;
  padding-top: 30px;
}
/*==============================
nav > ul > li:last-of-type a{
  padding: 10px 20px;
  border-bottom: 0px solid;
}
==============================*/

nav > ul > li:last-of-type a:hover{
  opacity: .7;
	transition: .2s;
}

@media screen and (max-width: 1350px) {
  nav > ul > li a{
    padding: 10px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  nav > ul > li a{
    padding: 5px;
    padding-top: 30px;
    letter-spacing: 0;
  }
}
/*==============================
SPメニュー
==============================*/

.spnavBack{
  display: none;
}

.spLogo{
	display: none;
}

.nav-unshown {
  display:none;
}
@media screen and (max-width: 1000px){
.spnavBack{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 999998;
  background-color: rgba(255,255,255,.9)
}
  
nav{
  display: none;
  padding: 10px 0;
	margin-top: 50px;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,.9)
}

nav h1{
  display: inline-block;
  margin: 0 auto;
}

nav h1 > a{
  display: block;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top:10px;
	right: 10px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding:10px;
	z-index: 999999;
  background-color: #fff;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 0px;
  background: #42291a;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#nav-open span:after {
  bottom: -20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
nav {
  overflow: auto;
  position: fixed;
	display: block;
  top: 0;
  left: 0;
	margin: 0;
  z-index: 1000000;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background-color: rgba(66,41,26,.7);/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 50px 20px 0;
  text-align: center;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ nav {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

  nav > a{
    margin-bottom: 15px;
  }

  nav > ul{
    flex-wrap: wrap;
    height: auto;
  }

  nav > ul > li{
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  nav > ul > li a,
  nav > ul > li label{
    color: #fff;
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    text-align: left;
  }

  nav > ul > li a:hover{
    border-bottom: 2px solid #fff;    
  }
  
  /*==============================
  nav > ul > li:last-of-type a{
    background-color: rgba(0,0,0,0);
    padding: 25px;
    text-align: center;
  }
  
  nav > ul > li:last-of-type a img{
    margin: 0 auto;
  }
  
  nav > ul > li:last-of-type a:hover{
    border-bottom: none;
  }
==============================*/
}

/*==============================
ヘッダ
==============================*/
header{
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 20px;
  background-image: url("../img/headBack2.png");
  background-size: cover;
  background-position: center center;
}

header > div{
  width: 100%;
  max-width: 1000px;
  text-align: left;
}

header > div > img{
  max-width: 100%;
  display: block;
  margin-bottom: 30px;
}

header > div > p{
  text-align: left;
  color: #fff;
  font-weight: normal;
}

header > a{
  display: block;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

/*==============================
メインコンテンツ
==============================*/

#conceptWrap{
  padding: 100px 20px;
  background-color: #42291a;
  text-align: center;
  position: relative;
}

#conceptWrap > h2{
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}

#conceptWrap > p{
  position: relative;
  z-index: 3;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  text-decoration: underline;
}

#conceptWrap > p span{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #c4972f;
  font-weight: bold;
}

#conceptWrap > img{
  position: absolute;
}

#conceptWrap > img:nth-of-type(1){
  bottom: 100px;
  left: 0;
  z-index: 1;
}

#conceptWrap > img:nth-of-type(2){
  bottom: 40px;
  left: 220px;
  z-index: 2;
}

#conceptWrap > img:nth-of-type(3){
  bottom: 40px;
  right: 220px;
  z-index: 2;
}

#conceptWrap > img:nth-of-type(4){
  top: 40px;
  right: 100px;
  z-index: 1;
}

#conceptWrap > img:nth-of-type(5){
  bottom: 50px;
  right: 0;
  z-index: 1;
}

#entertainmentWrap{
  padding: 100px 20px;
  background-image: url("../img/entertainmentBack.png");
  background-size: cover;
  background-position: center center;
}

#entertainmentWrap div{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 20px;
}

#entertainmentWrap div h2{
  display: inline-block;
  position: relative;
  top: -70px;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 30px;
}

#entertainmentWrap div > ul{
  position: relative;
  top: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#entertainmentWrap div > ul li{
  width: 24%;
  margin-bottom: 20px;
}

#entertainmentWrap div > ul li h3{
  font-size: 20px;
  color: #fa754f;
  margin-bottom: 10px;
  font-weight: normal;
}

#contentWrap{
  padding: 100px 20px;
  text-align: center;
}

#contentWrap h2{
  margin-bottom: 50px;
}

.contentList{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.contentList li{
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 100px;
}

.contentList li > img{
  width: 80%;
}

.contentList li:nth-of-type(2){
  justify-content: flex-end;
}

.contentList li > div{
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 40%;
  background-color: #fff;
  text-align: left;
  padding: 35px 25px;
}

.contentList li > div::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fa744f transparent transparent transparent;
}

.contentList li:nth-of-type(2) > div{
  right: auto;
  left: 0;
}

.contentList li > div h3{
  font-size: 24px;
  font-weight: normal;
  color: #583723;
  margin-bottom: 15px;
}

.contentList li > div p{
  text-align: justify;
}

.contentList li > div img{
  position: absolute;
  top: -30px;
  right: 20px;
}

#interviewWrap{
  background-color: #2c1c12;
  text-align: center;
  padding-bottom: 1px;
}

#interviewWrap > h2{
  width: 100%;
  text-align: center;
  padding: 50px;
  background-image: url("../img/interviewHeadback.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 100px;
}

.interviewBox{  
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.interviewBox:nth-of-type(2){
  flex-flow: row-reverse;
}

.interviewBox:last-of-type{
  margin-bottom: 50px;
}

.interviewBox > img{
  width: 15%;
  align-self: flex-start;
}

.interviewBox > div:nth-of-type(1){
  width: 50%;
  text-align: left;
}

.interviewBox > div:nth-of-type(1) h3{
  width: 100%;
  text-align: left;
  background-color: #c4972f;
  padding: 10px;
  padding-top: 15px;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}

.interviewBox > div:nth-of-type(1) h3 span{
  font-size: 16px;
  margin-right: 10px;
}

.interviewBox > div:nth-of-type(1) h4{
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  color: #fa754f;
  margin-bottom: 10px;
}

.interviewBox > div:nth-of-type(1) p{
  text-align: justify;
  color: #fff;
  margin-bottom: 25px;
}

.interviewBox > div:nth-of-type(2){
  width: 30%;
}

.interviewBox > div:nth-of-type(2) img{
  width: 100%;
  margin-bottom: 10px;
}

#messageWrap{
  background-color: rgba(252,200,0,.1);
  text-align: center;
  padding: 50px 20px;
}

#messageWrap > h2{
  margin-bottom: 30px;
}

.messageBox{  
  width: 100%;
  max-width: 1100px;
  padding-bottom: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


.messageBox img{
  width: 85%;
  align-self: flex-start;
}

.messageBox div{
  margin: 10px;
}

.messageBox h3{
  width: 100%;
  text-align: left;
  background-color: #c4972f;
  padding: 10px;
  padding-top: 15px;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 20px;
}

.messageBox h3 span{
  font-size: 16px;
  margin-right: 10px;
}

.messageBox  h4{
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  color: #fa754f;
  margin-bottom: 10px;
}

.messageBox  h5{
  text-align: right;
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
  color: #2c1c12;
}

.messageBox > div  p{
  text-align: justify;
  color: #2c1c12;
  margin-bottom: 25px;
}


#flowWrap{
  text-align: center;
  padding: 100px 20px;
  background-image: url("../img/flowBack.png");
  background-size: cover;
  background-position: center center;
}

#flowWrap h2{
  margin-bottom: 50px;
}

#flowWrap > ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#flowWrap > ul li{
  width: 18%;
}

#flowWrap > ul li img{
  width: 100%;
}

#faqWrap{
  padding: 100px 20px;
  text-align: center;
  background-color: rgba(252,200,0,.5);
}

#faqWrap h2{
  margin-bottom: 50px;
}

.faqBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #fff;
  border: 3px solid rgba(196,151,47,.3);
}

.faqLabel{
  position: relative;
  display: block;
  width: 100%;
  background-color: #fcc800;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: .2s;
  margin-bottom: 15px;
}

.faqLabel:hover{
  transition: .2s;
}

.faqLabel span{
  width: 30px;
  height: 30px;
  font-size: 22px;
  margin-right: 10px;
  background-color: #fff;
  color: #fcc800;
  border-radius: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transition: .2s;
}

.faqLabel p{
  width: 70%;
  text-align: left;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #583723;
  transition: .2s;
}

.faqLabel::before{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.faqLabel::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(90deg);
  transition: .2s;
}

.faqCheck{
  display: none;
}

.anserBox{
  display: none;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  margin-bottom: 10px;
}

.anserBox span{
  display: block;
  width: 30px;
  height: 30px;
  font-size: 22px;
  margin-right: 10px;
  background-color: #fa754f;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.anserBox p{
  width: calc(100% - 40px);
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
}

.faqCheck:checked + div .anserBox{
  display: flex;
}

.faqCheck:checked + div .faqLabel{
  background-color: #fa754f;
}

.faqCheck:checked + div .faqLabel span{
  color: #fa754f;
}

.faqCheck:checked + div .faqLabel p{
  color: #fff;
}

.faqCheck:checked + div .faqLabel::after{
  opacity: 0;
  transform: rotate(0deg);
  transition: .2s;
}

#aboutWrap{
  padding: 50px 20px;
  text-align: center;
}

#aboutWrap h2{
  margin-bottom: 30px;
}

.aboutBox{
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin: 0 auto 50px;
}

.aboutBox > img{
  align-self: flex-start;
  margin-right: 50px;
  width: 50%;
}

.aboutTable td{
  text-align: left;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 10px;
}

.aboutTable td h3{
  color: #c4972f;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.aboutTable td p{
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 5px;
}

#aboutWrap > ul{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#aboutWrap > ul li{
  width: 50%;
  padding: 20px;
  border-left: 2px solid rgba(196,151,47,.3);
  text-align: left;
  margin-bottom: 30px;
}

#aboutWrap > ul li > h3{
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 15px;
  font-family: monospace;
}

#aboutWrap > ul li > h3 span{
  font-weight: normal;
  font-size: 15px;
  margin-right: 5px;
  font-family: monospace;
}

#aboutWrap > ul li > div{
  display: flex;
}

#aboutWrap > ul li > div .aboutTable{
  width: 45%;
}

#aboutWrap > ul li > div iframe{
  border: none;
  width: 50%;
  height: 200px;
}

#recruitWrap{
  padding: 50px 20px;
  text-align: center;
  background-color: rgba(252,200,0,.1);
}

#recruitWrap > h2{
  margin-bottom: 30px;
}

#recruitWrap > div{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#recruitWrap > div table{
  width: 48%;
  text-align: left;
}

#recruitWrap > div table h3{
  color: #c4972f;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;  
}

#recruitWrap > div table p{
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 20px;
}

#entryWrap{
  padding: 50px 20px;
  background-image: url("../img/entryBack.png");
  background-position: center center;
  background-size: cover;
  text-align: center;
}

#entryWrap h2{
  margin-bottom: 30px;
}

.entryBox{
  width: 100%;
  max-width: 900px;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
}

.entryBox > p{
  font-weight: bold;
  color: #583723;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 20px;
}

.entryBox table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.entryBox table th{
  width: 20%;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
  color: #583723;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;  
}

.entryBox table td{
  width: 80%;
  padding-bottom: 10px;
}

.entryBox table input,
.entryBox table textarea{
  width: 100%;
  padding: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;  
  background-color: rgba(196,151,47,.07);
  border: 2px solid rgba(196,151,47,.3);
}

.entryBox input[type="image"]{
  max-width: 100%;
}

/*==============================
フッタ
==============================*/

footer{
  padding: 50px 20px;
  background-color: #42291a;
  text-align: center;
}

footer > img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 40px;
}

footer > p{
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
  #conceptWrap > img:nth-of-type(2){
    left: 150px;
  }
  
  #conceptWrap > img:nth-of-type(3){
    right: 100px;
  }
  
  #conceptWrap > img:nth-of-type(4){
    right: 50px;
  }
}

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

@media screen and (max-width: 1200px) {
  #conceptWrap > img:nth-of-type(2){
    width: 150px;
    left: 150px;
    top: 50px;
    bottom: auto;
  }
  
  #conceptWrap > img:nth-of-type(3){
    right: 0px;
    bottom: 150px;
  }
  
  #conceptWrap > img:nth-of-type(4){
    width: 200px;
    right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .contentList li > img{
    width: 50%;
  }
  
  .contentList li > div{
    width: 60%;
  }
}

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

@media screen and (max-width: 800px) {
  header{
    height: 600px;
  }
  
  header > a{
    width: 150px;
    bottom: 20px;
    right: 20px;
  }
  
  header > a img{
    width: 100%;
  }
  
  #conceptWrap > img:nth-of-type(1){
    width: 200px;
  }
  
  #conceptWrap > img:nth-of-type(2),
  #conceptWrap > img:nth-of-type(3){
    display: none;
  }
  
  #entertainmentWrap div > ul li{
    width: 48%;
  }
  
  .contentList{
    max-width: 600px;
  }
  
  .contentList li{
    display: block;
    margin-bottom: 50px;
  }
  
  .contentList li > img{
    width: 100%;
    vertical-align: bottom;
  }
  
  .contentList li > div{
    width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
  
  .interviewBox:nth-of-type(2){
    flex-flow:wrap;
  }
  
  .interviewBox{
    flex-wrap: wrap;
    width: calc(100% - 40px)
  }
  
  .interviewBox > div:nth-of-type(1){
    width: 80%;
  }
  
  .interviewBox > div:nth-of-type(2){
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .interviewBox > div:nth-of-type(2) > img{
    width: 48%;
  }

  
  #interviewWrap > a{
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 40px)    
  }

  .messageBox:nth-of-type(2){
    flex-flow:wrap;
  }
  
  .messageBox{
    flex-wrap: wrap;
    width: calc(100% - 40px)
  }
  
  .messageBox > div:nth-of-type(1){
    width: 100%;
  }
  
  .messageBox > div:nth-of-type(2){
    width: 100%;
    justify-content: space-between;
  }
  
  .messageBox > div:nth-of-type(2) > img{
    width: 48%;
  }

  .messageBox img{
    width: 100%;
  }

  
  #flowWrap > ul{
    max-width: 600px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #flowWrap > ul li{
    width: 30%;
    margin-right: 3.3333%;
    margin-bottom: 20px;
  }
  
  .aboutBox{
    display: block;
  }
  
  .aboutBox > img{
    margin-right: 0;
  }
  
  .aboutBox > table{
    margin: 0 auto;
  }
  
  #aboutWrap > ul{
    max-width: 600px;
  }
  
  #aboutWrap > ul li{
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px){
  
  p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  
  .titleBox h2{
    font-size: 40px;
    line-height: 40px;
  }
  
  header{
    height: 500px;
  }
  
  header > div{
    margin-bottom: 100px;
  }
    
  header > a{
    width: 100px;
    bottom: 20px;
    right: 20px;
  }
  
  
  #conceptWrap > img{
    display: none;
  }
  
  h2 > img{
    max-width: 100%;
  }
  
  #entertainmentWrap div > ul li{
    width: 100%;
  }
  
  #flowWrap > ul{
    max-width: 600px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  #flowWrap > ul li{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  
  #aboutWrap > ul li > div{
    display: block;
  }
  
  #aboutWrap > ul li > div .aboutTable,#aboutWrap > ul li > div iframe{
    width: 100%;
  }
  
  #recruitWrap > div{
    display: block;
  }
  
  #recruitWrap > div table{
    width: 100%;
  }

  .location01 {
    font-size: 12px;
}
  
  .entryBox table tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .entryBox table tr th,
  .entryBox table tr td{
    width: 100%;
  }
  
  .entryBox table tr th{
    padding-bottom: 5px;
  }
}

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

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


/*==============================
ローディングアニメーション
==============================*/
