@charset "utf-8";

/* 課題サイトCSS -------------------- */


html {
  font-size: 62.5%;
}

/* 基準の書体をゴシックに、body背景色を#に */
body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック" "serif", "ヒラギノ明朝", "Times", "Noto Serif";
  
}


header h1,
header nav a,
footer h2 {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック" "serif", "ヒラギノ明朝", "Times", "Noto Serif";
}



h2,
h3,
.global,
th,
dt,
p {
  font-family: "serif", "ヒラギノ明朝", "Times", "Noto Serif""メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}



/* top　index.html -------------------- */

.wrapper {
  max-width: 1580px;
  margin: 0 auto;
  background-color: #fffef2;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* header ---- */

header {
  height: 100px;
  background-color: #252525;
  display: flex;
  justify-content: space-evenly;
}

header h1 {
  color: #fff;
  width: 400px;
  font-size: 4.8rem;
  font-family: Nanum Gothic;
  font-weight: 900;
  margin: 20px;
}

header h1 a {
  color: #ffffff;
  text-decoration: none;
}

/* headerここまで ---- */


/* ------nav.global ------- */



.global_local {
  margin-top: 50px;
  
}

.global_local ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

.global_local menu {
  padding: 100px;
}

.global_local li a {
display: block;
color: #fff;
font-size: 1.8rem;
font-weight: 500;
text-decoration: none;
padding: 0 2.0rem;
border-right: 1px solid #f2f3ff;
}

.global_local li:last-child a {
padding-right: 0;
border-right: none;
}



.global_local li a:hover {
  color: #f2f3ff;
  border-bottom: 1px solid #fff;
}



/* ------nav.globalここまで ----- */


/* --------visual------- */


.visual_container {  
  position: relative;
}



.visual_container img {
  object-fit: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 500px;
}

.visual_container h2 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 250px;
  color: rgba(0, 0, 0, 0.300);
  position: absolute;
  top: 15%;
  right: -0.5%;
  transform: translate(-50%, -50%);
}

.visual_container p {
  font-size: 4.0rem;
  font-weight: bold;
  padding-top: 250px;
  color: rgba(0, 0, 0, 0.300);
  position: absolute;
  top: 28%;
  right: -15%;
  transform: translate(-50%, -50%);
}


/* ------visualここまで------- */

/* ----/.info ------- */


.news_column h2 {
  font-family: serif;
  margin: 0 auto;
  width: 150px;
  height: 20px;
  text-align: left;
  margin-top: 70px;
  font-size: 2.4rem; 
  color: #252525;
}




.info_column {
  width: 100%;
  max-width: 1100px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.info_column a {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

.info_column h3 {
  font-size: 1.4rem;
  text-align: left;
  margin: 10px 0 4px;
  padding: 0 3px;
}

.info_column img {
  object-fit: cover;
  width: 210px;
  height: 205px;
}

.info_column p {
  font-size: 1.6rem;
  line-height: 22px;
  color: #333;
  width: 200px;
  text-align: left;
  padding: 3px 3px;
}

/* ----/.infoここまで ------- */



/* -------concept------- */

.concept_column,

.concept_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.concept_column img {
  flex-shrink: 0;
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 10px;
}


.concept_inner,
.join {
  font-size: 1.8rem;
  width: 100%;
  max-width: 500px;
  min-height: auto;
  text-align: left;
  line-height: 30px;
  box-sizing: border-box;
}

.concept_inner h2,
.brand_sec h2,
.sus_sec h2,
.join h2 {
  font-family: serif;
  margin: 0 auto;
  width: fit-content;
  height: 20px;
  margin-top: 60px;
  font-size: 3.5rem;
  color: #252525;
}



.concept_inner p {
  margin: 30px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 32px;  
}

.not_used {
  margin: 0 auto;
  /* padding-top: 15px; */
  /* margin-bottom: 30px; */
  width: 450px;
  text-align: center;
  color: #2c2c2f;
  background: #f2f3ff;
}

.not_used p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 20px;
  margin: 5px;
  padding-top: 5px;
}

.not_button a {
  font-size: 1.8rem;
  font-weight: 250;
  margin-top: 10px;
  color: #B00000;
}




/* ---index.conceptここまで---- */


/* -----brandとsustainable---- */

.brand_wrapper,
.sustainable {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.sustainable {
  flex-direction: row-reverse;
}

.brand_sec,
.sus_sec,
.sustainable section {
  width: 100%;
  max-width: 400px;
  padding: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

.brands,
.leaf_wrapper {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.brand,
.leaf {
  width: 350px;
  height: 250px;
  position: relative;
  cursor: pointer;
}



.brand_sec p,
.sus_sec p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 50px;

}



.brand img,
.leaf img {
  width: 350px;
  height: 250px;
  object-fit: cover;
}

.hover-mask {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .6s ease;
}

.hover-mask:hover {
  opacity: 1;
}

.hover-mask p {
  width: fit-content;
  padding: 10px;
}

.not_used a,
.brand_sec a,
.sus_sec a {
  font-size: 1.8rem;
  font-weight: 250;
  margin-top: 10px;
  color: #B00000;
}



/* brandとsustainableここまで */

/* -----join---- */


.join_wrappaer {
  margin: 0 auto;
  padding: 40px 24px;
  width: 100%;
  max-width: 1100px;
  min-height: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}



.join p {
  width: 360px;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 24px;
}

.join a {
  font-size: 1.8rem;
  font-weight: 250;
  margin-top: 10px;
  color: #B00000;
}


.join img {
  object-fit: cover;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 400px;
  margin-top: 20px;
}

.yazirusi {
  display: flex;
  justify-content: center;
}

.yazirusi::after {
  content: '';
  width: 300px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}


/* -----joinここまで---- */




/* follow */


.follow {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  min-height: 200px;
  margin-bottom: 200px;
  padding: 24px;
  box-sizing: border-box;
}

.follow img {
  margin: 0 auto;
  padding-left: 38px;
  padding-top: 30px;
}

.follow h2 {
  font-family: serif;
  margin: 0 auto;
  width: fit-content;
  height: 20px;
  /* text-align: left; */
  margin-top: 60px;
  padding-bottom: 25px;
  font-size: 3.5rem; 
  color: #252525;

}


.follow p {
  margin-top: 25px;
  font-size: 1.8rem;
}


/* followここまで */


/* -----.company.html--------- */


.company_img {
  height: 280px;
  background-image: url(../images/okinawa2.jpg);
  background-position: 0 -290px;
  background-size: cover;
}

.company_img h1 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 90px;
  color: rgba(0, 0, 0, 0.221);
}

.company_img p {
  font-size: 3.5rem;
  font-weight: bold;
  padding-top: -130px;
  padding-left: 150px;
  color: rgba(0, 0, 0, 0.221)
}

.philosophy {
  width: 100%;
  max-width: 900px;
  min-height: 500px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
}

.philosophy img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  background-repeat: no-repeat;
}


.president {
  width: 600px;
  height: 500px;
  padding: 30px;

}

.philosophy h1 {
  margin: 0 auto;
  font-size: 3.2rem;
  text-align: center;
  padding: 10px;
 }


.president h2 {
  margin: 0 auto;
  font-family: serif;
  padding: 5px;
  font-size: 3.5rem;
  text-align: center;
 }

 .president h3 {
  margin: 0 auto;
  font-family: serif;
  padding: 5px;
  font-size: 2.2rem;
  text-align: center;
 }


.president p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 35px;
  margin-top: 10px;

}


/* ---company_mapここから--- */

.company {
  width: 100%;
  max-width: 1000px;
  min-height: 600px;
  margin: 0 auto 25px;
  padding: 0 20px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.company h2 {
  border: 1px solid #000;
  margin:  100px 20px 0;
  text-align: center;
  font-size: 2.2rem;
}

p.companymessage {
  margin-top: 50px;
  font-size: 3.2rem;
  text-align: center;
}

.map {
  margin: 0 auto;
  padding-top: 100px;
}

.map iframe {
  width: 450px;
  height: 350px;
}


/* Company_table */

table  {
  width: 500px;
  height: 600px;
}

table tr {
  border-bottom: 1px solid #b5b1b1;
}

table th {
 width: 150px;
 padding: 10px 20px;
 color: #252525;
 text-align: right;
 font-size: 1.6rem;
 background-color: #f2f3ff;
}

table td {
  width: 400px;
  font-size: 1.6rem;
  color: #252525;
  text-align: left;
  padding: 10px 20px;
  /* border: none; */
}



/* ---.company.htmlここまで--- */





/* footerここから ------- */

footer {
  height: 300px;
  background-color: #252525;
  padding: 20px 40px;
  color: #fff;
}


footer .content {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

footer h2 {
  font-size: 2.2rem;
  line-height: 33px;
  padding-left: 38px;
  margin-bottom: 20px;
  
}

address {
  margin-left: 40px;
  font-size: 1.4rem;
}


/* footer.local--------------*/


.footer_local {
  margin-top: 5px;
}

.footer_local ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1000px;
  margin-right: 30px;
}

.footer_local li a {
display: flex;
color: #fff;
font-size: 1.2rem;
padding: 0 2.0rem;
border-right: 1px solid #f2f3ff;
}

.footer_local li:last-child a {
padding-right: 0;
border-right: none;
}

.footer_local li a span:hover {
color: #badcad;
border-bottom: 2px solid #f2f3ff;
}

/* small--------------*/

small {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #f2f3ff;
  margin-bottom: 20px;
}



/* footerここまで ------- */


/* --recruit.html--- */




.recruit_mv {
  height: 400px;
  background-image: url(../images/service_img.jpg);
  background-repeat: no-repeat;
  background-position: 0 -130px;
  background-size: cover;
}

.recruit_mv h1 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 300px;
  padding-left: 90px;
  color: rgba(0, 0, 0, 0.221);
}

.recruit_wrapper {
  margin: 0 auto;
}

.recruit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  min-height: 450px;
  margin: 0 auto;
  padding: 24px;
  gap: 24px;
  box-sizing: border-box;
}

.recruit_wrapper h2 {
  width: 200px;
  height: 20px;
  margin-top: 50px;
  margin-left: 115px;
  font-size: 2.0rem; 
  color: #252525;
}


.recruit_box p {
  width: 500px;
  height: 400px;
  margin: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline dotted #A6672B;
}


.recruit_box img {
  object-fit: cover;
  width: 500px;
  height: 400px;
  border-radius:5%;
}



/* --recruit.htmlここまで--- */


/* 水平線 */

.cp_hr06 {
	position: relative;
	height: 1px;
  margin: 30px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#283593 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#283593 50%,transparent 100%);
}

/* 水平線ここまで */





/*----contact.htmlここから----*/

.contact_mv {
  height: 300px;
  background-image: url(../images/mv.jpg);
  background-position: 0 -250px;
  background-size: cover;
}

.contact_mv h1 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 90px;
  color: rgba(0, 0, 0, 0.500);
}

.contact_mv p {
  font-size: 3.5rem;
  font-weight: bold;
  padding-top: -130px;
  padding-left: 110px;
  color: rgba(0, 0, 0, 0.500)
}




.contact-ttl{
  font-size: 50px;
  font-family: serif;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}

.contact-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-item,
.contact-body {
  padding: 20px;
  border: 1px solid #6d5e5e;
}

.contact-item {
  text-align: left; 
  font-size: 2.0rem;
  width: 250px; 
  background-color: #f2f3ff;
}

.contact-body {
  width: 600px; 
}

.form-text {
  font-size: 2.0rem;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  max-width: 400px;
}


.contact-sex-txt {
  margin-right: 5px;
}

.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-textarea {
  width: 500px;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 2.0rem;
  box-sizing: border-box;
  resize: none;

}

.contact-submit {
  margin: 0 auto;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #252525;
  padding: 15px; 
  margin: 25px 10px;
  display: inline-block;
  border-radius: 100px;
  align-items: center;
  border: none;
}

.tel_box {
  margin: 0 auto;
  padding-top: 30px;
  width: 350px;
  font-size: 1.8rem;
  text-align: center;
 
}

.submit_wrap {
  width: fit-content;
  margin: 40px auto 50px;
}

/*----contact.htmlここまで----*/


/* ----concept.htmlここから---- */

.concept_img {
  height: 280px;
  background-image: url(../images/top8.jpg);
  background-position: 0 -330px;
  background-size: cover;
}

.concept_img h1 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 90px;
  color: rgba(0, 0, 0, 0.300);
}

.concept_img p {
  font-size: 3.5rem;
  font-weight: bold;
  padding-top: -130px;
  padding-left: 150px;
  color: rgba(0, 0, 0, 0.221)
}



.story {
  margin: 0 auto;
}

.miyakojima {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  min-height: 450px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.story h2 {
  width: fit-content;
  height: 20px;
  margin-top: 50px;
  margin-left: 260px;
  font-size: 2.0rem; 
  color: #252525;
line-height: 1.3;
}

.miyakojima p,
.miyako_soap p {
  width: 500px;
  height: 400px;
  margin: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  /* text-decoration: underline dotted #A6672B; */
}

.miyako_soap a,
.miyakojima a {
  font-size: 1.6rem;
  color: #B00000;
}


.miyakojima img,
.miyako_soap img {
  object-fit: cover;
  width: 500px;
  height: 400px;
  border-radius:5%;
}

.miyako_soap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  min-height: 450px;
  margin: 0 auto;
  box-sizing: border-box;
}



.top {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 200px;

}

 .top h3 {
  font-size: 1.8rem;
  line-height: 33px;
  color: #252525;
  text-align: center;
  border-bottom: solid 3px #252525;
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-top: 5px;

  
}

.top a {
  text-decoration: none;
  color: #000;
}


/* ----concept.htmlここまで---- */






/* ----.product.htmlここから---- */


.product_mv {
  height: 280px;
  background-image: url(../images/pro_mv.jpg);
  background-position: 0 -180px;
  background-size: cover;
}

.product_mv h1 {
  font-size: 6.2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 90px;
  color: rgba(0, 0, 0, 0.221);
}

.product_mv p {
  font-size: 3.5rem;
  font-weight: bold;
  padding-top: -130px;
  padding-left: 170px;
  color: rgba(0, 0, 0, 0.221)
}


.product_amorna,
.product_ludina,
.product_nalutia,
.product_withearth {
  margin: 0 auto;
  padding: 24px 16px;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
}

.product_amo h2,
.product_lud h2,
.product_nal h2,
.product_wit h2 {
  width: fit-content;
  margin: 0 auto;
  height: 20px;
  margin-top: 100px;
  font-family: serif;

  font-size: 2.2rem;
  color: #252525;


}


.product_amo p,
.product_lud p,
.product_nal p,
.product_wit p {
  width: 440px;
  margin-top: 40px;
  padding: 10px;
  text-align: left;
  font-size: 1.8rem;
  /* font-weight: bold; */
  line-height: 24px;
}


.amo_box,
.lud_box,
.nal_box,
.wit_box { 
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
}

/* product.html 画像を統一サイズで表示 */
.amo_img,
.nal_img,
.lud_img,
.wit_img,
.product_img {
  width: 280px;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.amo_img img,
.lud_img img,
.nal_img img,
.wit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ========== レスポンシブ（タブレット・スマホ） ========== */

@media screen and (max-width: 1024px) {
  header {
    flex-wrap: wrap;
    height: auto;
    min-height: 100px;
    padding: 10px 16px;
  }

  header h1 {
    width: auto;
    font-size: 3.6rem;
    margin: 10px 0;
  }

  .global_local {
    margin-top: 0;
    width: 100%;
  }

  .global_local ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    padding: 10px 0;
  }

  .global_local li a {
    font-size: 1.4rem;
    padding: 0 1rem;
  }

  .visual_container h2 {
    font-size: 4.5rem;
    top: 12%;
  }

  .visual_container p {
    font-size: 3rem;
    top: 24%;
  }

  .visual_container img {
    height: 400px;
  }

  .not_used {
    width: 100%;
    max-width: 450px;
  }

  .brand,
  .leaf {
    width: calc(50% - 10px);
    min-width: 200px;
  }

  .brand img,
  .leaf img {
    width: 100%;
    height: 220px;
  }

  .philosophy img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .president {
    width: 100%;
    max-width: 600px;
  }

  .company {
    flex-direction: column;
    align-items: center;
  }

  .company h2 {
    margin: 20px 0 0;
  }

  .map iframe {
    width: 100%;
    max-width: 450px;
  }

  table {
    width: 100%;
    max-width: 500px;
  }

  .contact-table,
  .contact-table tbody,
  .contact-table tr {
    display: block;
  }

  .contact-table tr {
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
  }

  .contact-table th.contact-item,
  .contact-table td.contact-body {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }

  .contact-table th.contact-item {
    padding-bottom: 4px;
  }

  .form-textarea {
    width: 100%;
    max-width: 500px;
  }

  .recruit_wrapper h2 {
    margin-left: 24px;
  }

  .story h2 {
    margin-left: 24px;
  }

  footer {
    height: auto;
    min-height: 300px;
    padding: 24px 16px;
  }

  footer .content {
    flex-wrap: wrap;
    gap: 24px;
  }

  .footer_local ul {
    justify-content: center;
    margin-right: 0;
  }
}


@media screen and (max-width: 768px) {
  header h1 {
    font-size: 3rem;
  }

  .global_local li a {
    font-size: 1.2rem;
    padding: 0 0.6rem;
  }

  .visual_container h2 {
    font-size: 3.2rem;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .visual_container p {
    font-size: 2.2rem;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .visual_container img {
    height: 300px;
  }

  .info_column a {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .info_column img {
    width: 100%;
    max-width: 210px;
    height: auto;
    min-height: 180px;
  }

  .info_column p {
    width: 100%;
    max-width: 280px;
  }

  .concept_column img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .brand_sec,
  .sus_sec {
    width: 100%;
    max-width: 400px;
  }

  .brand,
  .leaf {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .join p {
    width: 100%;
    max-width: 360px;
  }

  .company_img h1,
  .concept_img h1,
  .product_mv h1,
  .contact_mv h1,
  .recruit_mv h1 {
    font-size: 4rem;
    padding-left: 24px;
  }

  .company_img p,
  .concept_img p,
  .product_mv p,
  .contact_mv p {
    font-size: 2.4rem;
    padding-left: 24px;
  }

  .contact-ttl {
    font-size: 2.8rem;
  }

  .miyakojima p,
  .miyako_soap p,
  .recruit_box p {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 10px auto;
  }

  .miyakojima img,
  .miyako_soap img,
  .recruit_box img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .product_amo,
  .product_nal,
  .product_lud,
  .product_wit {
    width: 100%;
    max-width: 400px;
  }

  .product_amo p,
  .product_nal p,
  .product_lud p,
  .product_wit p {
    width: 100%;
    max-width: 400px;
  }

  .amo_img,
  .nal_img,
  .lud_img,
  .wit_img,
  .product_img {
    width: calc(50% - 8px);
    max-width: 280px;
    height: 200px;
  }
}


@media screen and (max-width: 480px) {
  header h1 {
    font-size: 2.4rem;
  }

  .global_local li a {
    font-size: 1.1rem;
    padding: 0 0.4rem;
  }

  .visual_container h2 {
    font-size: 2.6rem;
  }

  .visual_container p {
    font-size: 1.8rem;
  }

  .visual_container img {
    height: 240px;
  }

  .news_column h2,
  .concept_inner h2,
  .brand_sec h2,
  .sus_sec h2,
  .join h2,
  .follow h2 {
    font-size: 2.6rem;
    margin-top: 40px;
  }

  .follow {
    margin-bottom: 80px;
  }

  .follow img {
    padding-left: 16px;
  }

  footer h2 {
    font-size: 1.8rem;
    padding-left: 0;
  }

  address {
    margin-left: 0;
    font-size: 1.2rem;
  }

  .footer_local li a {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .amo_img,
  .nal_img,
  .lud_img,
  .wit_img,
  .product_img {
    width: 100%;
    max-width: 280px;
    height: 200px;
    margin: 0 auto;
  }
}




/* -----------product-------- */
