@charset "UTF-8";

/*
header
追加ナビゲーション
*/
header {
  overflow: auto;
}
.logo_pc {}
.logo_sp {
  display: none;
}
@media(max-width:896px) {
  .logo_pc {
    display: none !important;
  }
  .logo_sp {
    display: block !important;
  }
  header #headerWrap h1 {
    max-width: 360px !important;
  }
  header #headerWrap h1 a {
    padding-top: 4px;
  }
}
@media(max-width:499px) {
  header #headerWrap {
    justify-content: flex-end;
  }
  header #headerWrap h1 {
    max-width: 320px !important;
  }
}
@media(max-width:399px) {
header #headerWrap h1 {
  max-width: 90% !important;
}
}

.header_sub_navi {
  max-width: 1278px;
  margin: 0 auto 1rem;
  padding: 0 15px;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-end;
}
.header_sub_navi li {
  margin: 0 2px;
}
.header_sub_navi li a {
  background: #599b32;
  padding: 1rem 3rem;
  display: block;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: .5s;
}
.header_sub_navi li a:hover {
  background: #2e7d32;
}
.header_sub_navi li:nth-child(3) a {
  background: #2dbaed;
}
.header_sub_navi li:nth-child(3) a:hover {
  background: #006e9e;
}
.header_sub_navi li:nth-child(4) a {
  background: #3f51b5;
}
.header_sub_navi li:nth-child(4) a:hover {
  background: #2196f3;
}
.header_sub_navi li:last-child a {
  background: #f57c00;
}
.header_sub_navi li:last-child a:hover {
  background: #e65100;
}
@media(max-width:896px) {
  .header_sub_navi {
    display: none;
  }
}

#menu.active {
  overflow: auto;
  padding-bottom: 50px;
  background-color: rgba(86, 156, 41, 1);
  z-index: 501;
}
#menu.active ul {
  margin-top: 130px;
  padding: 0 15px;
}
#menu.active ul li {
    margin: 0 0 3px;
}
#menu.active ul li a {
  display: block;
  background-color: hsl(88deg 65% 52% / 75%);
  padding: 10px;
  border-radius: 5px;
}

/*
トップページ変更
*/
#no1 {
  text-align: center;
  margin: 50px 0;
  padding: 0 15px;
}
#no1 h3 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#no1 h3 span {
  border-bottom: 2px solid #333;
  padding-bottom: 4px;
}
#no1 h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#no1 p {
  font-size: 2rem;
  margin-bottom: 40px;
}
#no1 p strong {
  background-color: yellow;
  font-weight: normal;
}
#no1 p span {
  text-decoration: underline;
}
#no1 figure {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 50px;
}
#no1 figure.no1_figure {
  display: flex;
  justify-content: space-between;
}
.no1_figure img {
  width: 48%;
}
.no1_youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto 30px;
}
.no1_youtube iframe {
  width: 100%;
  height: 100%;
}
@media(max-width:499px) {
  #no1 h3 {
    font-size: 3rem;
  }
  #no1 h4 {
    font-size: 1.8rem;
  }
  #no1 p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #no1 figure.no1_figure {
    display: block;
    margin-bottom: 10px;
  }
  .no1_figure img {
    width: 100%;
    margin-bottom: 10px;
  }
  .no1_youtube {
    margin-bottom: 10px;
  }
}
/*リンクボタン*/
#link_btn {
  max-width: 930px;
  padding: 0 15px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#link_btn a {
  width: 24%;
}
#link_btn a img {
  width: 100%;
}
@media(max-width:839px) {
  #link_btn {
    width: 90%;
    justify-content: space-around;
  }
  #link_btn a {
    width: 48%;
    max-width: 270px;
    display: block;
    margin: 0 0 20px;
  }
}
@media(max-width:599px) {
  #link_btn {
    display: block;
  }
  #link_btn a {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*アクセス*/
#access address {
  text-align: center;
  font-size: 2rem;
}
/*YouTube*/
.home_youtube {
  text-align: center;
  margin: 80px 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.home_youtube > div {
  width: calc(50% - 15px);
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
}
.home_youtube iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
@media(max-width:767px) {
  .home_youtube {
    display: block;
    margin: 50px 0;
  }
  .home_youtube > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_youtube iframe {
    margin-bottom: 5px;
  }
}
/*お問い合わせ調整*/
.accept_filetype {
  display: none;
}

/*
追加ページ
「会社概要」「社長インタビュー」「採用情報」
*/
/*追加共通要素*/
.main_img {
  height: 500px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media(max-width:999px) {
  .main_img {
    height: 400px;
  }
}
@media(max-width:699px) {
  .main_img {
    height: 300px;
  }
}
@media(max-width:499px) {
  .main_img {
    height: 230px;
  }
}
.main_img span {
  font-size: 3rem;
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  background-color: #000;
  font-weight: normal;
  letter-spacing: 3px;
}
@media(max-width:999px) {
  .main_img span {
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media(max-width:499px) {
  .main_img span {
    font-size: 2rem;
    padding: 10px;
  }
}
.content_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.6rem;
}
.content_box p {
  margin-bottom: 20px;
}
.headline {
  text-align: center;
  margin: 80px 0 30px;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  width: 100%;
  align-items: center;
}
@media(max-width:999px) {
  .headline {
    font-size: 2.2rem;
    margin: 50px 0 20px;
  }
}
@media(max-width:399px) {
  .headline {
    font-size: 2rem;
  }
}
.headline:first-child {
  margin-top: 3rem;
}
.headline::before,
.headline::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex: 1;
}
.headline::before {
  margin-right: 15px;
}
.headline::after {
  margin-left: 15px;
}

.ta_c {
  text-align: center;
}
.btn {
  padding: 15px 30px;
  color: #fff;
  background-color: #599b32;
  border-radius: 3px;
  transition: .5s;
}
.btn:hover {
  background-color: #2e7d32;
}
@media(max-width:349px) {
  .btn {
    padding: 15px;
  }
}
.link_box {
  margin-top: 80px;
  margin-bottom: 80px !important;
  text-align: center !important;
}
.ul_dot {
  margin-left: 20px;
}
.ul_dot li {
  list-style: disc;
}

.dots_table {
  border: 1px solid #ccc;
  margin: 0 auto;
  width: 800px
}
@media(max-width:840px) {
  .dots_table {
    width: 100%;
  }
}
.dots_table th,
.dots_table td {
  padding: 15px;
}
.dots_table tr {
  border-bottom: 2px dotted #ccc;
}
.dots_table tr:last-child {
  border-bottom: 0px;
}
.dots_table th {
  background-color: #fff6db;
  text-align: center;
  border-right: 2px dotted #ccc;
}
.dots_table td {
}
@media(max-width:499px) {
  .dots_table th,
  .dots_table td {
    display: block;
    padding: 10px;
    width: 100%;
    border: 0;
  }
  .dots_table,
  .dots_table tr {
    border:0;
  }
}
.br_under329 { display: none; }
@media(max-width:329px) {.br_under329{display: block;}}
.br_under349 { display: none; }
@media(max-width:349px) {.br_under349{display: block;}}
.br_under399 { display: none; }
@media(max-width:399px) {.br_under399{display: block;}}
.br_under499 { display: none; }
@media(max-width:499px) {.br_under499{display: block;}}
.br_under639 { display: none; }
@media(max-width:639px) {.br_under639{display: block;}}
.br_under599 { display: none; }
@media(max-width:599px) {.br_under599{display: block;}}
.br_under699 { display: none; }
@media(max-width:699px) {.br_under699{display: block;}}
.br_under799 { display: none; }
@media(max-width:799px) {.br_under799{display: block;}}
.br_under899 { display: none; }
@media(max-width:899px) {.br_under899{display: block;}}
.br_under999 { display: none; }
@media(max-width:999px) {.br_under999{display: block;}}


/*
会社概要
company.php
*/
.company_main_img {
  background: url('../img/company_main.jpg') no-repeat scroll center center;
  background-size: cover;
}
.company_main_img span {
  margin-left: -45%;
}
.company_table {
  width: 100%;
}
.company_table th,
.company_table td {
  padding: 15px;
  border: 1px solid #333;
}
.company_table th {}
.company_table td {}
.company_philosophy {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  margin: 50px 0 60px !important;
  font-family: serif;
}
.company_guidline {
  text-align: center;
}
.company_guidline dt {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: #20923b;
}
.company_guidline dd {
  margin-bottom: 4rem;
}
.company_history {
  max-width: 500px;
  margin: 0 auto;
}
.company_history li {
  display: flex;
  line-height: 1.7
}
.company_history li span {
  width: 140px;
  min-width: 140px;
  background-color: #eee;
  background: url('../img/company_history_line.png') no-repeat scroll right top;
}
.company_history li:first-child span {
  background: url('../img/company_history_linetop.png') no-repeat scroll right top;
}
.company_history li:last-child span {
  background: url('../img/company_history_linebottom.png') no-repeat scroll right top;
}
.company_history li strong {
  flex: 1;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 20px;
}
.company_img {
  display: flex;
  justify-content: space-between;
}
.company_img img {
  width: 33%;
}
.company_map iframe {
  width: 100%;
  height: 400px;
}
@media(max-width:999px) {
  .company_philosophy {
    margin: 40px 0 60px !important;
  }
}
@media(max-width:767px) {
  .company_philosophy {
    font-size: 2.6rem;
  }
  .company_guidline dt {
    font-size: 2.4rem;
  }
}
@media(max-width:599px) {
  .company_philosophy {
    font-size: 2.2rem;
    margin: 30px 0 50px !important;
  }
  .company_guidline dt {
    font-size: 2.2rem;
  }
  .company_img {
    display: block;
  }
  .company_img img {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media(max-width:399px) {
  .company_philosophy {
    font-size: 2rem;
  }
}

/*
社長＆社員インタビュー
interview.php
*/
.interview_main_img {
  background: url('../img/interview_main.jpg') no-repeat scroll center 36%;
  background-size: cover;
}
.interview_main_img span {
  margin-left: 45%;
}
.interview_box h3 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 4rem;
  font-family: serif;
}
.interview_box p {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 30px;
}
@media(max-width:399px) {
  .interview_box p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.interview_inquirer {
  padding: 1rem 1rem 1rem 2rem;
  font-weight: bold;
  display: flex;
  margin-left: 79px;
}
.interview_inquirer::before {
  content: '';
  width: 10px;
  margin-left: -95px;
  margin-right: 20px;
  border-left: 10px solid #eee;
}
.interview_answerer {
  padding: 1rem 1rem 1rem 0rem;
  padding-left: 78px;
}
.interview_answerer::before {
  content: '伊藤：';
  display: inline-block;
  text-align: center;
  width: 62px;
  margin-left: -79px;
  margin-right: 10px;
}
.interview_employee .interview_answerer::before {
  content: '千葉：';
}
.interview_box strong {
  background-color: yellow;
  font-weight: normal;
}
.interview_box figure {
  width: 400px;
}
.interview_box img {
  max-width: 100%;
}
.interview_img_left {
  float: left;
  margin: 1rem 2rem 2rem 0rem;
  margin-right: 102px;
}
.interview_img_right {
  float: right;
  margin: 1rem 1rem 2rem 2rem;
}
.interview_box figure.interview_img_center {
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin: 1rem auto 2rem;
}
.interview_box p.interview_employee_data {
  text-align: center;
}
@media(max-width:799px) {
  .interview_box figure {
    width: 100%;
  }
  .interview_img_left,
  .interview_img_right,
  .interview_box figure.interview_img_center {
    float: none;
    margin: 1rem 0;
  }
}
@media(max-width:399px) {
  .interview_answerer {
    padding-left: 60px;
  }
  .interview_answerer::before {
    width: 60px;
    margin-left: -60px;
    margin-right: -5px;
  }
  .interview_inquirer::before {
    margin-right: 10px;
  }
}

.interview_box figure.interview_img_center_flex {
  width: 100%;
  text-align: center;
  margin: 1rem auto 2rem;
  display: flex;
}
.interview_box figure.interview_img_center_flex img {
  width: 50%;
}

/*社長プロフィール*/
.interview_profile picture {
  display: block;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.interview_profile img {
  width: 100%;
}
.interview_profile ul {
  max-width: 700px;
  margin: 0 auto;
}
.interview_profile ul li {
  margin-bottom: 5px;
}
.interview_profile ul li span::after {
  content: '：';
}
.interview_profile table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.interview_profile table th,
.interview_profile table td {
  padding: :0 5px;
}
.interview_profile table th {
  font-weight: normal;
}
.interview_profile table td {}
@media(max-width:799px) {
  .interview_profile {
    display: block;
  }
  .interview_profile table {
    margin: 1rem auto;
  }
  .interview_profile picture {
    width: 100%;
    margin: 1rem 0;
  }
}
@media(max-width:699px) {
  .interview_profile ul li span {
    display: block;
    background-color: #eee;
    padding: 5px;
    margin-bottom: 5px;
  }
  .interview_profile ul li span::after {
    display: none;
  }
}
@media(max-width:499px) {
  .interview_profile table th,
  .interview_profile table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .interview_profile table th {
    margin-top: 2rem;
  }
}

/*インタビューメニュー*/
.interview_menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.interview_menu > div {
  flex: 1;
  padding: 20px 20px 10px;

}
.interview_menu h1 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.interview_menu_text {
  font-size: 2.4rem;
  font-weight: bold;
}
.interview_menu_name {
}
.interview_menu_link {
  text-align: right;
}
a.interview_btn {
  color: #fff !important;
  background-color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
}
.interview_btn::before {
  content: '▶︎ ';
}
.interview_menu figure {
  width: 50%;
}
.interview_president,
.interview_employee {
  display: none;
}
.interview_close {
  text-align: right;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 20px solid #eee;
}
@media(max-width:999px) {
  .interview_menu figure {
    width: 43%;
  }
  .interview_box h3 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}
@media(max-width:799px) {
  .interview_menu {
    display: block;
    text-align: center;
  }
  .interview_menu figure {
    width: 100%;
  }
  .interview_menu > div {
    padding: 20px 0px 10px;
  }
}
@media(max-width:499px) {
  .interview_box h3 {
    font-size: 2.2rem;
  }
}
@media(max-width:399px) {
  .interview_menu_text {
    font-size: 2rem;
  }
  .interview_box h3 {
    font-size: 2.1rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

/*
採用情報
recruit.php
*/
.recruit_main_img {
  background: url('../img/recruit_main.jpg') no-repeat scroll center center;
  background-size: cover;
}
.recruit_main_img span {
  margin-left: 45%;
}
.recruit_p {
  line-height: 2;
  text-align: center;
}
@media(max-width:599px) {
  .recruit_p {
    text-align: left;
  }
  .recruit_p br {
    display: none !important;
  }
}
/*採用の流れ*/
.recruit_flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.recruit_flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.recruit_flow li span {
  width: 160px;
  height: 100px;
  padding: 20px 10px;
  color: #fff;
  background-color: #5b9a39;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
.recruit_flow li:last-child {
  padding-right: 0;
}
.recruit_flow li::after {
  content: '>';
  text-align: center;
  width: 30px;
}
.recruit_flow li:last-child::after {
  display: none;
}
@media(max-width:499px) {
  .recruit_flow {
    display: block;
  }
  .recruit_flow li {
    display: block;
    margin-bottom: 0;
  }
  .recruit_flow li span {
    margin: 0 auto;
    width: 100%;
    height: 80px;
  }
  .recruit_flow li::after {
    display: block;
    width: 100%;
    transform:rotate(90deg);
  }
}
/*FAQ*/
.recruit_faq {
  margin-bottom: 50px;
}
.recruit_faq dt {
  margin-top: 10px;
  padding: 0 15px 0 0;
  background-color: #eee;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media(max-width:543px) {
  .recruit_faq dt {
    background-color: transparent;
  }
}
.recruit_faq dt::before {
  display: inline-block;
  content: 'Q';
  width: 40px;
  text-align: center;
  color: #fff;
  background-color: #ef9a9a;
  padding: 10px;
  margin-right: 20px;
  margin-left: -60px;
  min-width: 40px;
}
.recruit_faq dd {
  padding: 15px;
  padding-left: 60px;
  margin-bottom: 20px;
}
.recruit_faq dd::before {
  display: inline-block;
  content: 'A';
  width: 40px;
  text-align: center;
  color: #fff;
  background-color: #4dd0e1;
  padding: 10px;
  margin-left: -60px;
  margin-right: 15px;
}
.recruit_welfare {}
.recruit_welfare dt {
  margin-top: 30px;
}
.recruit_welfare dd {
  padding: 15px;
}

/*ヘッダーSNS*/
.sns_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	max-width: 320px;
	width: 100%;
}
.sns_btn div {
  width: 20%;
	text-align: center;

}
.sns_btn div img {
  width: 40px;
}