@charset "utf-8";

@media screen and (max-width: 480px) {
/*---------------------- 全体 -----------------------------*/
.ALL-WRAPPER{
  max-width: 480px;
  min-width: 320px;
}
.center{
  width: 94%;
  max-width: 480px;
}
body{
 font-size: 16px;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
/*-------------------------- 全体...end ------------------*/

/* ハンバーガー */
.hamburger{
  display: block;
}
.hamburger .navigation {
  position: absolute;
  z-index: 11;
  top:0;
  left:0;
  background: white;
  color:#41210a;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 80%;
  position: fixed;
  opacity: 0.9;
}
.hamburger .navigation ul {
  background: white;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
.hamburger .navigation ul li {
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.hamburger .navigation ul li a {
  display: inline-block;
  color: #41210a;
  padding: 3.1vw 0;
  text-decoration: none;
}
.hamburger .navigation ul li a:hover {
  display: block;
  color: #585858;
  text-decoration: none;
}
.hamburger .navigation.active {
  transform: translateY(0%);
}
.hamburger .navigation img{
  width: 50%;
  height: auto;
}
.nav-toggle {
  display: block;
  position: fixed;
  right: 15px;
  top: 16px;
  width: 50px;
  height: 34px;
  cursor: pointer;
  z-index: 12;
  text-align: center;
  opacity: 0.7;
}
.nav-toggle span {
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: solid 6px #41210a;
  -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: 14px;
}
.nav-toggle span:nth-child(3) {
  top: 28px;
}
.nav-toggle.active span:nth-child(1) {
  top: 14px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-toggle.active span:nth-child(2),
.nav-toggle.active span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ハンバーガー...end */

/* ---------------- header ------------------------ */
header{
  height: 64px;
}
header .center{
  position: static;
  max-width: 480px;
  width: 100%;
  height: 64px;
}
header .center ul{
  position: static;
  top: 0;
  left: 0;
  -webkit-transform : translateX(0%);
  transform : translateX(0%);
  max-width: 480px;
  min-width: 300px;
  height: 64px;
}
/* logo */
header .center ul li:first-of-type{
  left:16px;
}
header .center ul li:first-of-type img{
  width: 200px;
}
/* --------------------- header...end ------------------- */

/*------------------------- fv ----------------------------*/
.fv{

}
.fv .center{
  width: 100%;
}
/* ------------------------------ fv...end----------------- */

/* cv */
.cv{
  margin: 24px 0;
}
.cv .center a img{
  width: 100%;
}
.cv .center a:nth-of-type(2){
  width: 88%;
  margin: 0 auto;
  margin-top: 24px;
}
/* cv...end */

/*------------------------ mi-ryo-ku ---------------------*/
.mi-ryo-ku{
  padding: 20px 0 40px 0;
}
.mi-ryo-ku h2{
  margin-bottom:24px;
  font-size: 21px;
  line-height: 1.2;
}
.mi-ryo-ku h2 span{
  font-size: 32px;
}
.mi-ryo-ku h2 span:nth-of-type(3){
  font-size: 40px;
}
.mi-ryo-ku .center ul{
  margin-bottom: 0px;
}
.mi-ryo-ku .center ul li{
  width: 100%;
  margin-bottom: 24px;
}
.mi-ryo-ku .center ul li:first-of-type{
  margin-right: 0;
}
.mi-ryo-ku .center ul li h3{
  font-size: 30px;
  line-height: 1.2;
}
.mi-ryo-ku .center ul li h3 span{
  font-size: 48px;
}
.mi-ryo-ku .center ul:nth-of-type(3) li:nth-of-type(2) h3{
  font-size: 28px;
  position: static;
  text-align: center;
}
.mi-ryo-ku .center ul:nth-of-type(3) li:nth-of-type(2) h3 span{
  margin-right:0;
  position: static;
}
.mi-ryo-ku .center ul:nth-of-type(3) li:nth-of-type(2) img{
  margin-bottom: 24px;
}
.mi-ryo-ku .center ul:nth-of-type(4) li h3,.mi-ryo-ku .center ul:nth-of-type(5) li h3{
  font-size: 30px;
  padding-left: 0;
  position: static;
  text-align: center;
}
.mi-ryo-ku .center ul:nth-of-type(5) li:first-of-type h3{
  position: static;
}
.mi-ryo-ku .center ul:nth-of-type(4) li h3 span:first-of-type,.mi-ryo-ku .center ul:nth-of-type(5) li h3 span:first-of-type{
  position: static;
  margin-right: 0;
}
.mi-ryo-ku .center ul:nth-of-type(5) li:first-of-type h3 span:first-of-type{
  position: static;
}
.mi-ryo-ku .center ul:nth-of-type(4) li h3 span:nth-of-type(2){
  font-size: 30px;
  position: static;
}
.mi-ryo-ku .center ul:nth-of-type(5) li h3 span:nth-of-type(2){
  font-size: 30px;
}
.mi-ryo-ku .center ul li p{
  font-size: 16px;
  text-align: center;
  padding: 16px 0 0 0;
  margin: 0 auto;
  margin-top: 24px;
  width: 88%;
}
.mi-ryo-ku .center ul li img{
  margin: 24px 0;
  width: 88%;
}
/*----------------- mi-ryo-ku...end ----------------------*/

/*------------------------------- kou-za -----------------*/

.kou-za h2{
  font-size:32px;
  margin-bottom: 40px;
}
.kou-za .center ul{
  position: static;
  height: auto;
  margin-bottom: 32px;
}
.kou-za .center ul:first-of-type{

}
.kou-za .center ul:nth-of-type(2){

}
.kou-za .center ul:nth-of-type(3){

}
.kou-za .center ul:nth-of-type(4){

}
.kou-za .center ul:nth-of-type(5){

}
.kou-za .center ul:nth-of-type(6){

}
.kou-za .center ul:nth-of-type(7){

}
.kou-za .center ul li:first-of-type{
  position: static;
  width: 100%;
}
.kou-za .center ul li:first-of-type img{
  width: 100%;
}
.kou-za .center ul:first-of-type li:last-of-type{
  position: static;

}
.kou-za .center ul:nth-of-type(2) li:last-of-type{
  position: static;
}
.kou-za .center ul:nth-of-type(3) li:last-of-type,.kou-za .center ul:nth-of-type(4) li:last-of-type{
  position: static;
}
.kou-za .center ul:nth-of-type(5) li:last-of-type{
  position: static;
}
.kou-za .center ul:nth-of-type(6) li:last-of-type{
  position: static;
}
.kou-za .center ul:nth-of-type(7) li:last-of-type{
position: static;
}
.kou-za .center ul li:last-of-type h3{
  font-size: 24px;
  margin: 16px 0;
}
.kou-za .center ul:nth-of-type(6) li:last-of-type h3,.kou-za .center ul:nth-of-type(7) li:last-of-type h3{
  font-size: 24px;
}
/*-------------------------- kou-za...end -----------------*/

  /*---------------------------- shi-ka-ku -----------------*/
  .shi-ka-ku{
    padding: 40px 0;
    background-color: #ebf1d3;
  }
  .shi-ka-ku h2{
    margin-bottom: 40px;
  }
.shi-ka-ku h2 img{
  width: 100%;
}
.shi-ka-ku .center ul li:first-of-type,.shi-ka-ku .center ul li:last-of-type{
  margin-right: 0px;
  width: 100%;
}
.shi-ka-ku .center ul li:first-of-type img,.shi-ka-ku .center ul li:last-of-type img{
  width: 100%;
}
/* shi-ka-ku...end */

/*------------------------- shi-ka-ku__2 -----------------*/
.shi-ka-ku__2{
  padding: 40px 0;
}
.shi-ka-ku__2 h2{
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 40px;
}
.shi-ka-ku__2 h2 span:nth-of-type(2){
  font-size: 32px;
}
.shi-ka-ku__2 h3 img{
  width: 100%;
}
.shi-ka-ku__2 .center p{
  margin-top: 12px;
}
/*------------------ shi-ka-ku__2...end ----------------*/

/*---------------------------- qa -----------------*/
.qa{
  padding: 40px 0;
}
.qa h2 img{
  width: 100%;
}
.qa .center p{
  margin: 40px 0;
  text-align: left;
  font-size: 14px;
}
.qa .center p span{
  font-size: 24px;

}
.qa .center ul li h3{
  font-size: 20px;

  text-align: left;
}
.qa .center ul li h3 span{
  font-size:24px;
}
.qa .center ul li h4{
  padding-top: 8px;
}
.qa .center ul li{

  padding: 8px;
  margin-bottom: 10px;
}
.qa .center ul li:first-of-type{
  margin-right: 12px;
}
/*----------------------- qa...end ----------------*/

/*---------------------------- voice -----------------*/

.voice .ttl-wrapper h2{
  font-size: 24px;

}
.voice .center ul{
  margin-top: 12px;
}
.voice .center ul li{

  padding: 16px 24px;
}
.voice .center ul li h3{

  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 32px;
}
.voice .center ul li h4{
  text-align: center;
  padding-right: 0;
}
.voice .center ul li h4 span{
  font-size: 24px;
}
.voice .center ul li h4 span i{
  margin-right: 8px;
  font-size: 32px;
}
.voice .center ul li h5 img{

    width: 100%;
    position: static;

}
.voice .center ul:nth-child(3) li h5 img{
  width: 100%;
}
.voice .center ul li p{
  margin-top: 24px;
}
.voice .center ul:nth-child(2) li p,.voice .center ul:nth-child(3) li p,.voice .center ul:nth-child(5) li p{
  margin-top: 24px;
}
/*----------------------- voice...end ----------------*/

/* ----------------- toku-chow --------------------- */
.toku-chow{
  margin-top: 64px;
}
.toku-chow h2{
  font-size: 24px;

}
.toku-chow .center h3{
  font-size: 24px;

}
.toku-chow .center h4{
  font-size: 20px;

}
.toku-chow .center h5{
  font-size: 20px;
  line-height:1.2;
  margin-top: 12px;

}
.toku-chow .center h5 span{

  font-size: 32px;
}
.toku-chow-item{
  display: block;
  margin-top: 0px;
}
.toku-chow-item ul{
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
}
.toku-chow-item ul li{
  width: 100%;
  padding: 0px;
}
.toku-chow-item ul li:nth-child(1){

  font-size: 18px;
}
.toku-chow-item ul li:nth-child(2){
  font-size: 15px;
  padding: 4px;
}
/* ----------------- toku-chow...end ------------------- */

/* -----------------last-cv----------------- */
.last-cv{
  margin: 40px 0;
}
.last-cv .center{
  padding: 40px;

}
.last-cv h2{
  font-size: 24px;
  line-height: 1.2;

}
.last-cv h3{
  font-size: 32px;
  line-height: 1.2;

}
.last-cv h3 span{
  font-size: 32px;

  padding-left: 0px;
}
.last-cv h3 span i{
  margin-left: 0px;
}
/* -----------------last-cv...end----------------- */

/* --------------------------- form ----------------------- */

/* --------------------------- form...end ----------------- */

}
/*--------------- メディアクエリ 480px...end ----------------*/

/* -------------------メディアクエリ 375px ----------------- */
@media screen and (max-width: 375px) {

}
/* --------------- メディアクエリ 375px...end ---------------*/

/* -------------------メディアクエリ 360px ----------------- */
@media screen and (max-width: 360px) {

}
/* --------------- メディアクエリ 360px...end ---------------*/

/* -------------------メディアクエリ 320px ----------------- */
@media screen and (max-width: 320px) {
  /* mi-ryo-ku */
  .mi-ryo-ku h2{
    font-size: 17px;
  }
  .mi-ryo-ku h2 span{
    font-size: 25px;
  }
  /* mi-ryo-ku...end */

/* kou-za */
  .kou-za h2{
    font-size: 30px;
  }
/* kou-za...end */

}
/* --------------- メディアクエリ 320px...end ---------------*/
