@charset "UTF-8";
/**
 * テーマカラー(オレンジ) : #f39800
 *
 * グリッドシステムブレークポイント : [768px] [992px] [1200px]
 *
 */

/*
INTRO
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.intro h1 {
  background-image: url('/images/about/about-main.jpg');
}


/*
HELLO
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#hello {
  margin-bottom: 50px;
}

.hello_title {
  font-size: 3rem;
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .hello_title {
    font-size: 2.8rem;
    line-height: 4rem;
    margin: 40px 0;
  }
}

.hello_content {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .hello_content {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}

.hello_sign {
  margin-top: 30px;
  width: 120px;
}
.sign_president {
  font-size: 1.6rem;
  margin: 0;
}
.sign_name {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .5rem;
}
.hello_box {
  margin:30px auto;
  width: 700px;
}

/*
CONCEPT
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#concept3 {
  margin-bottom: 50px;
}
.concept {
  border: solid 1px #d2d2d2;
  border-radius: 6px;
  margin: 10px auto 10px;
  padding: 20px;
}
.concept_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .concept {
    width: 98%;
  }
  .concept_img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .concept {
    width: 98%;
  }
  .concept_img {
    height: 160px;
    width: 160px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .concept {
    width: 98%;
  }
  .concept_img {
    height: 170px;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .concept {
    width: 100%;
  }
  .concept_img {
    height: 200px;
    width: 200px;
  }
}
.concept_img#concept_img01 { background-image: url('/images/products/fried.jpg');}
.concept_img#concept_img02 { background-image: url('/images/handmade/handmade-img04.jpg');}
.concept_img#concept_img03 { background-image: url('/images/handmade/handmade-img02.jpg');}
.concept h4 {
  color: #f39800;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 15px;
}
.concept p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .concept h4 {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .concept p {
    margin-left: 0;
  }
}


/*
OVERVIEW
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#overview {
  margin-bottom: 50px;
}
#overview .table {
  letter-spacing: .1rem;
  margin: 20px auto;
  width: 80%;
}
@media (max-width: 767px) {
  #overview .table {
    width: 100%;
  }
}
.table>tbody>tr>th,
.table>tbody>tr>td {
  border-top: 0;
  border-bottom: solid 1px #d2d2d2;
  font-size: 1.6rem;
  padding: 20px 0 6px 2px;
}
.table>tbody>tr>th {
  color: #f39800;
  font-weight: bold;
}


/*
ADDRESS
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#address {
  margin-bottom: 50px;
}
.factory {
  border: solid 1px #d2d2d2;
  border-radius: 6px;
  margin: 10px auto 10px;
  padding: 20px;
  width: 98%;
}
.factory h4 {
  border-bottom: solid 1px #959595;
  color: #f39800;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.factory_address {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media (min-width: 1200px) {
  .factory_map iframe {
    width: 380px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 991px) and (min-width: 768px) {
}
@media (max-width: 767px) {
  .factory_map iframe {
    width: 100%;
  }
}


/*
HISTORY
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#history {
  margin-bottom: 50px;
}
#history .table {
  letter-spacing: .1rem;
  margin: 20px auto;
}
.table>tbody>tr>td {
  border-top: 0;
  border-bottom: solid 1px #d2d2d2;
  font-size: 1.6rem;
  padding: 20px 0 6px 2px;
}
.table>tbody>tr>td.history_month {
  width: 20%;
}
@media (max-width: 767px) {
  .table>tbody>tr>td {
    font-size: 1.4rem;
    padding-left: 10px;
  }
  .table>tbody>tr>td.history_month {
    font-size: 1.2rem;
    padding-top: 22px;
    text-align: center;
    width: 25%;
  }
}


/*
RECRUIT
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#recruit {
  margin-bottom: 50px;
}
#recruit>h3+p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.requirement {
  border: solid 1px #d2d2d2;
  border-radius: 6px;
  margin: 10px auto 10px;
  padding: 20px;
  width: 98%;
}
.requirement h4 {
  border-bottom: solid 1px #959595;
  color: #f39800;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
.requirement_summary {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 40px;
}
.requirement_hellowork {
  font-size: 1.6rem;
  text-align: center;
}
.requirement .more {
  width: 200px;
}
