@charset "UTF-8";

/* ************************************************************************************************

   1600px以上 / デスクトップPC

   ************************************************************************************************ */
@media screen and (min-width: 1600px){

/***** index.php @1024px *****/

}


/* ************************************************************************************************

   1024px / PC

   ************************************************************************************************ */
@media screen and (max-width: 1023px){

/***** 共通@1024px *****/

/***** index.php @1024px *****/
.header-main__txt {
  height: 36px;
  font-size: 3.6rem;
}

.header-sub{
  height: 60vh;
}

}


/* ************************************************************************************************

   960px / タブレット

   ************************************************************************************************ */
@media screen and (max-width: 959px){

/***** 共通 @960px *****/
h2 {font-size: 3.2rem;}
h3 {font-size: 2.8rem;}
h4 {font-size: 2.3rem;}

.btn1, .btn2 {font-size: 1.5rem;}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

.index__ttl{
  margin-bottom: 6rem;
}

.index__ttl--ja {
  font-size: 2.3rem;
}

.main__line {
  width: 90%;
}


/***** ヘッダー @960px *****/
header,
header .container{
  height: 70px;
}

header:hover{
  background: none;
}

.header-nav{
  display: none;
}

#nav-drawer{
  display: block;
}

#nav-content{
  background: rgba(0, 0, 0, 0.7);
}

.header-sp__list {
  margin-bottom: 5rem;
}


/***** フッター @960px *****/
.access {
  background-size: cover;
  padding: 8rem 0;
}

.access__container {
  width: 80%;
  padding: 4rem;
}

.access__contents{
  display: block;
}

.access__contents iframe{
  width: 100%;
}

.access__item {
  margin-top: 3rem;
  text-align: center;
}

.access__ttl {
  margin-bottom: 3rem;
}

.access__txt {
  margin-bottom: 4rem;
}


/***** 下層ページヘッダー @960px *****/
.header-sub {
  height: 35vh;
}

.header-sub__ttl {
  margin-bottom: 0.5rem;
}


/***** index.php @960px *****/
.works, .news{
  padding: 8rem 0;
}

.header-main__txt {
  height: 30px;
  font-size: 3rem;
  width: 100%;
}


/* index.php / メインコンテンツ @960px */
.main__img {
  width: 44%;
}

.main__item {
  width: 53%;
}


/* index.php / メニュー @960px */
.works__contents {
  width: 100%;
  margin: 0 auto 2rem;
}

figure.works__item {
  margin-bottom: 5rem;
}


/* index.php / 新着情報 @960px */
.news__contents {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.news__item {
  width: 50%;
  margin-bottom: 4rem;
}

.news__thumbnail img{
  width: 80%;
}

/* index.php / 背景画像 @960px */
.index__bg{
  height: 30vh;
}


/***** about.php @960px *****/
.concept01 {
  padding: 4rem 0 8rem;
}

.concept02 {
  padding: 8rem 0 4rem;
}

.concept__bg {
  height: 30vh;
}

.concept01__ttl .br_sp{
  display: block;
}

.concept02__container{
  width: 100%;
}

.concept02__item {
  width: 320px;
  height: 320px;
  padding: 2rem;
  margin: 0 2rem 6rem;
}

.concept02__txt {
  margin-top: 2rem;
}


/***** works.php @960px *****/
.works03{
  margin: 0 0 4rem;
}

.works02__img{
  width: 80%;
}

.works02__ttl {
    margin: 3rem 0;
}

.works02__table {
    margin: 3rem auto 0;
}


/***** recruit.php @960px *****/
.recruit01__movie {
  width: 100%;
}

.recruit02__box {
  width: 100%;
  justify-content: space-between;
  padding: 5%;
}

.recruit__bg {
  height: 30vh;
}

.recruit03__table th{
  padding: 1.5rem;
}

.recruit03__table td{
  padding: 1.5rem;
}

.recruit03__contact {
  width: 100%;
}


/***** company.php @960px *****/
.company__table{
  width: 90%;
  margin: 0 auto 6rem;
  font-size: 1.4rem;
}

.company__table th{
  padding: 1.5rem;
}

.company__table td{
  padding: 1.5rem;
}

.company__footer {
  padding: 0.5rem 0 8rem;
}

}


/* ************************************************************************************************

   560px / スマホ

   ************************************************************************************************ */
@media screen and (max-width: 559px){

/***** 共通 @560px*****/
h2 {font-size: 2.8rem;}
h3 {font-size: 2.4rem;}
h4 {font-size: 2rem;}
h5 {font-size: 1.8rem;}
p{font-size: 1.2rem;}

a{font-size: 1.2rem;}

img{
  max-width: 100%;
}

.container {
  padding: 0 5%;
}

.br_sp{display: block;}
.br_pc{display: none;}

.sub__line {
  margin: 1rem auto 2rem;
}

/* ボタン */
.btn1, .btn2{
  font-size: 1.3rem;
  width: 171px;
  height: 49px;
  line-height: 45px;
}

/* ページトップボタン */
#page_top, #page_top a{
  width: 40px;
  height: 40px;
}

#page_top a::before{
  bottom: 11px;
  right: 9px;
}

.index__ttl {
  margin-bottom: 4rem;
}

.index__ttl--ja {
  font-size: 1.8rem;
}


/***** ヘッダー @560px*****/
header,
header .container{
  height: 60px;
}

.header__ttl a {
  font-size: 3.3rem;
  font-family: 'Caveat', cursive;
}

.header__ttl img {
  width: 85%;
}

#header-sp {
  margin-top: 7rem;
}

#nav-content{
  width: 50% !important;
}

.header-sp__list {
  margin-bottom: 3rem !important;
}


/***** 下層ページヘッダー @560px*****/
.header-sub {
  height: 40vh;
}

.header-sub__item {
  width: 100%;
  height: 120px;
  top: 60px;
}

.header-sub__line {
  margin: 0.5rem 0;
  width: 70%;
}


/***** フッター @560px *****/
.access__container {
  width: 90%;
  padding: 4rem 2rem;
}

.access__contents iframe {
  width: 100%;
  height: 45vh;
}

.access__item {
  margin-top: 3rem;
}

.access__ttl {
  margin-bottom: 2rem;
}

.access__txt {
  margin-bottom: 3rem;
}

.access__tel {
  font-size: 2.3rem;
  margin-top: 1rem;
}

small {
  font-size: 1.1rem;
}


/***** index.php @560px *****/
.main, .works, .news, .access{
  padding: 5rem 0;
}

/*index.php / メインイメージ @560px*/
.header-main {
  height: auto;
}

.header-main__movie {
  width: auto;
  height: 50vh;
}

.header-main__txt {
  height: 60px;
  font-size: 3rem;
  line-height: 1.5;
}


/*index.php / メインコンテンツ @560px*/
.main {
    padding: 5rem 0 1rem;
}

.main__contents1, .main__contents2 {
  display: block;
  margin-bottom: 5rem;
}

.main__item{
  width: 100%;
  margin-bottom: 2rem;
}

.main__img {
  width: 100%;
}

.main__contents1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.main__contents1 .main__item {order: 1;}
.main__contents1 .main__img {order: 2;}


/*index.php / メニュー @560px*/
figure.works__item {
  margin-bottom: 4rem;
}

.works__contents {
  margin: 0 auto 1rem;
}


/* index.php / 新着情報 @560px */
.news__item {
  margin-bottom: 3rem;
}

.news__thumbnail img {
  width: 90%;
}

.news__date {
  font-size: 1.1rem;
}

/* index.php / 背景画像 @560px */
.index__bg{
  background-image: url(../images/sp/index_main_bg01_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 40vh;
}


/***** about.php @560px *****/
.concept01{
  padding: 3rem 0 5rem;
}

.concept02{
  padding: 5rem 0 3rem;
}

.concept01__txt{
  text-align: left;
  margin-top: 2rem;
}

.concept__bg{
  background-image: url(../images/sp/concept_main_bg01_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 40vh;
}

.concept02__item {
  padding: 4rem 2rem;
  margin: 0 0 4rem;
  border: 7px double #fff;
}

.concept02__txt {
    margin-top: 3rem;
}


/***** works.php @560px *****/
.works02{
  margin: 0 0 8rem;
}

.works03{
  margin: 0 0 3rem;
}

.works02__img{
  width: 100%;
}

.works02__ttl {
  margin: 2rem 0;
}

.works02__table,
.works03__table {
  font-size: 1.4rem;
}

.works02__table {
  width: 90%;
  margin: 2rem auto 0;
}

.works02__txt{
  text-align: left;
}

.works02__table th{
  width: 70%;
  padding: 1.5rem .5rem .5rem;
}

.works02__table td{
  width: 30%;
  padding: 1.5rem .5rem .5rem;
}

.works03__item {
  width: 300px;
  height: 300px;
  margin: 0 auto 3rem;
  padding: 2rem;
}


/***** recruit.php @560px *****/
.recruit01, .recruit02{
  padding: 0 0 5rem;
}

.recruit03{
  padding: 5rem 0;
}

.recruit01__item{
  margin-top: 3rem;
}

.recruit01__txt{
  text-align: left;
}

.recruit02__box {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 3rem 2rem;
  display: block;
  border: 7px double #fff;
}

.recruit02__item {
  width: 100%;
}

.recruit02__line {
  width: 70%;
}

.recruit02__txt {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.recruit02__box--sp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.recruit02__img--sp {order:2;}
.recruit02__item--sp {order:1;}

.recruit__bg{
  background-image: url(../images/sp/recruit_main_bg01_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 40vh;
}

.recruit03__ttl {
  margin: 0 0 3rem;
}

.recruit03__table {
  width: 85%;
  margin: 0 auto 5rem;
  font-size: 1.2rem;
}

.recruit03__table th {
  padding: 1.5rem 0 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.recruit03__table td {
  display: block;
  width: 100%;
}

.recruit03__contact{
  display: block;
  padding: 3rem;
}

.recruit03__contact--tel {
  text-align: center;
  margin-top: 4rem;
}

.recruit__tel {
  line-height: 40px;
}


/***** company.php @560px *****/
.company__img{
  margin: 0 auto 3rem;
}

.company__table {
  width: 90%;
  margin: 0 auto 5rem;
  font-size: 1.2rem;
}

.company__table th {
  padding: 1.5rem 0 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.company__table td {
  display: block;
  width: 100%;
}

.company iframe{
  height: 50vh;
}

.company__footer {
  padding: 0.5rem 0 5rem;
}


}


/* ************************************************************************************************

   320px / スマホ

   ************************************************************************************************ */
@media screen and (max-width: 320px){

/***** 共通 @320px*****/
h2 {font-size: 2.4rem;}
h3 {font-size: 2.1rem;}
h4 {font-size: 1.8rem;}
h5 {font-size: 1.5rem;}
p{font-size: 1.2rem;}


/**** フッター @320px *****/
.access__contents iframe {
  height: 40vh;
}

.access__tel {
  font-size: 2.2rem;
}


/***** index.php @320px *****/
.works__item{
  height: 180px;
}


/***** works.php @320px *****/
.works03__item {
  width: 280px;
  height: 280px;
  padding: 1.5rem;
}

.works02__table th{
  width: 50%;
}


/***** recruit.php @320px *****/
.recruit03__table {
  width: 90%;
}


}
