@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under .wrapper {
  padding-top: 115px;
}
.under .u_sec {
  padding: 100px 0;
}
.under p {
  font-size: 18px;
  line-height: 1.8;
}

.link {
  margin-top: -120px;
  padding-top: 120px;
}

@media only screen and (max-width: 1280px) {
  .under .wrapper {
    padding-top: 72px;
  }
  .link {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .under .wrapper {
    padding-top: 65px;
  }
  .under .u_sec {
    padding: 80px 0;
  }
  .under p {
    font-size: 15px;
  }
  .link {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .under .wrapper {
    padding-top: 64px;
  }
  .under .u_sec {
    padding: 60px 0;
  }
  .link {
    margin-top: -65px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .under .wrapper {
    padding-top: 60px;
  }
  .under .u_sec {
    padding: 40px 0;
  }
  .under p {
    font-size: 13px;
    line-height: 1.5;
  }
  .link {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 370px) {
}

/* u_title_area
----------------------------------------------- */
.under .u_title_area {
  background-image: url(../images/u_title_bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  text-align: center;
}
.under .u_title_area .u_title {
  padding: 130px 0;
}
.under .u_title_area .u_title h1 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.under .u_title_area .u_title .u_title_en {
  font-size: 55px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .under .u_title_area .u_title {
    padding: 100px 0;
  }
  .under .u_title_area .u_title h1 {
    font-size: 18px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_title_area .u_title {
    padding: 80px 0;
  }
  .under .u_title_area .u_title h1 {
    font-size: 16px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_title_area .u_title {
    padding: 50px 0;
  }
  .under .u_title_area .u_title h1 {
    font-size: 15px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 30px;
  }
}

@media only screen and (max-width: 370px) {
  .under .u_title_area .u_title h1 {
    font-size: 14px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 28px;
  }
}

/* -----------------------------------------------

	 当社のこだわり（commitment）

----------------------------------------------- */
#commitment .u_commitment_problem {
  padding-bottom: 0;
}
#commitment .u_commitment_problem .problem_area {
  /*border: 10px solid #c69c6d;*/
  background-color: #c69c6d;
  padding: 0 10px 10px 10px;
}
#commitment .u_commitment_problem .problem_area h3 {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}
#commitment .u_commitment_problem .problem_area h3 span {
  font-size: 35px;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner {
  background-color: #fff;
  padding: 40px 50px;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner ul {
  gap: 20px 0;
  margin-bottom: 30px;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner ul li {
  width: 55%;
  font-size: 29px;
  font-weight: 700;
  padding-left: 43px;
  position: relative;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner ul li:nth-of-type(2n) {
  width: 45%;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner ul li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background-image: url(../images/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 30px;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner ul li span {
  font-size: 21px;
  font-weight: normal;
}
#commitment .u_commitment_problem .problem_area .problem_area_inner span.u_line {
  background: linear-gradient(transparent 50%, #fcee21 50%);
}
#commitment .u_commitment .u_commitment_box {
  margin-bottom: 100px;
}
#commitment .u_commitment .u_commitment_box:last-of-type {
  margin-bottom: 0;
}
#commitment .u_commitment .u_commitment_box .img_area {
  width: 53%;
}
#commitment .u_commitment .u_commitment_box .text_area {
  width: 42%;
}
#commitment .u_commitment .u_commitment_box .text_area .point {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
#commitment .u_commitment .u_commitment_box .text_area .point::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 3px solid #c69c6d;
  bottom: -3px;
  width: 45%;
}
#commitment .u_commitment .u_commitment_box .text_area .point span {
  font-size: 20px;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  vertical-align: middle;
}
#commitment .u_commitment .u_commitment_box .text_area .point span.num {
  font-size: 50px;
  margin-left: 20px;
}
#commitment .u_commitment .u_commitment_box .text_area h3 {
  letter-spacing: 0;
  margin-bottom: 20px;
}
#commitment .u_commitment .u_commitment_box .text_area p:not(.point) {
  width: 90%;
  text-align: justify;
}
#commitment .u_commitment_flow h2 {
  margin-bottom: 50px;
}
#commitment .u_commitment_flow .flow_area_h {
}
#commitment .u_commitment_flow .flow_area_h .flow_box {
  width: calc(100% / 5);
  text-align: center;
}
#commitment .u_commitment_flow .flow_area_h .flow_box .flow_num {
  font-size: 50px;
  font-weight: 700;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
}
#commitment .u_commitment_flow .flow_area_h .flow_box img {
  width: unset;
  margin-bottom: 20px;
}
#commitment .u_commitment_flow .flow_area_h .flow_box .flow_text_area {
  padding: 10px 20px 20px;
  border-right: 1px solid #ccc;
}
#commitment .u_commitment_flow .flow_area_h .flow_box .flow_text_area:first-of-type {
  border-left: 1px solid #ccc;
}
#commitment .u_commitment_flow .flow_area_h .flow_box h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#commitment .u_commitment_flow .flow_area_h .flow_box .flow_p {
  text-align: justify;
  line-height: 1.7;
}
#commitment .u_commitment_flow .line_area {
  text-align: center;
  margin: 50px auto 0;
}

/*#commitment .u_commitment_flow .flow_area {
  border-left: 4px dotted #b3b3b3;
  margin-left: 60px;
}
#commitment .u_commitment_flow .flow_area .flow_box {
  margin-left: 60px;
  border-bottom: 1px solid #cccccc;
  padding: 50px 20px 50px 0;
  position: relative;
}
#commitment .u_commitment_flow .flow_area .flow_box:first-of-type {
  border-top: 1px solid #cccccc;
}
#commitment .u_commitment_flow .flow_area .flow_box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #c69c6d;
  border-radius: 50%;
}
#commitment .u_commitment_flow .flow_area .flow_box .flow_num {
  width: 8%;
  font-size: 50px;
  font-weight: 700;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
}
#commitment .u_commitment_flow .flow_area .flow_box h3 {
  width: 23%;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 0;
}
#commitment .u_commitment_flow .flow_area .flow_box .flow_p {
  width: 70%;
  font-size: 17px;
}*/

#commitment .u_commitment_access h2 {
  margin-bottom: 50px;
}
#commitment .u_commitment_access .access_area .map_area {
  width: 55%;
}
#commitment .u_commitment_access .access_area .map_area iframe {
  width: 100%;
  height: 400px;
}
#commitment .u_commitment_access .access_area .company_area {
  width: 39%;
}
#commitment .u_commitment_access .access_area .company_area img {
  margin-bottom: 20px;
}
#commitment .u_commitment_access .access_area .company_area .company_name {
  font-size: 20px;
  font-weight: 700;
}
#commitment .u_commitment_access .access_area .photo_area,
#company .u_company_area .photo_area {
  margin-top: 50px;
  gap: 50px;
}
#commitment .u_commitment_access .access_area .photo_area img,
#company .u_company_area .photo_area img {
  width: calc( 100% / 3 - 33.4px );
}




@media only screen and (max-width: 1280px) {
  #commitment .u_commitment .u_commitment_box .img_area {
    width: 40%;
  }
  #commitment .u_commitment .u_commitment_box .text_area {
    width: 55%;
  }
  /*#commitment .u_commitment_flow .flow_area {
    margin-left: 0;
  }*/
  #commitment .u_commitment_flow .flow_area_h {
    gap: 30px 0;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 1024px) {
  #commitment .u_commitment_problem .problem_area h3 {
    padding: 10px 0;
  }
  #commitment .u_commitment_problem .problem_area h3 span {
    font-size: 28px;
  }
  #commitment .u_commitment .u_commitment_box .text_area .point span.num {
    font-size: 45px;
  }
  #commitment .u_commitment .u_commitment_box .text_area p:not(.point) {
    width: 100%;
  }
  /*#commitment .u_commitment_flow .flow_area .flow_box {
    margin-left: 40px;
    padding: 40px 10px 40px 0;
  }
  #commitment .u_commitment_flow .flow_area .flow_box::before {
    left: -52px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_num {
    width: 7%;
    font-size: 45px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box h3 {
    width: 24%;
    font-size: 23px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_p {
    font-size: 16px;
  }*/
  #commitment .u_commitment_flow .flow_area_h .flow_box .flow_num {
    font-size: 45px;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box h3 {
    font-size: 23px;
  }
  #commitment .u_commitment_access .access_area .company_area .company_name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  #commitment .u_commitment .u_commitment_box .img_area {
    width: 100%;
  }
  #commitment .u_commitment .u_commitment_box .text_area {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #commitment .u_commitment_problem .problem_area h3 span {
    font-size: 25px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li {
    width: 100%;
    font-size: 22px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li:nth-of-type(2n) {
    width: 100%;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li span {
    font-size: 18px;
  }
  #commitment .u_commitment .u_commitment_box {
    margin-bottom: 60px;
  }
  #commitment .u_commitment .u_commitment_box .text_area .point span {
    font-size: 16px;
  }
  #commitment .u_commitment .u_commitment_box .text_area .point span.num {
    font-size: 38px;
    margin-left: 15px;
  }
  #commitment .u_commitment_flow .line_area {
    width: 180px;
  }
  /*#commitment .u_commitment_flow .flow_area .flow_box {
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 20px 10px 25px 0;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_num {
    width: unset;
    margin-right: 20px;
    font-size: 35px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box h3 {
    width: unset;
    font-size: 20px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_p {
    width: 100%;
    font-size: 15px;
  }*/
  #commitment .u_commitment_flow .flow_area_h .flow_box {
    width: calc(100% / 2);
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box .flow_num {
    font-size: 35px;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box h3 {
    font-size: 20px;
  }
  #commitment .u_commitment_access .access_area .map_area {
    width: 100%;
    margin-bottom: 30px;
  }
  #commitment .u_commitment_access .access_area .map_area iframe {
    height: 350px;
  }
  #commitment .u_commitment_access .access_area .company_area {
    width: 100%;
  }
  #commitment .u_commitment_access .access_area .photo_area,
  #company .u_company_area .photo_area {
    gap: 30px;
  }
  #commitment .u_commitment_access .access_area .photo_area img,
  #company .u_company_area .photo_area img {
    width: calc( 100% / 3 - 20px );
  }
}

@media only screen and (max-width: 479px) {
  #commitment .u_commitment_problem .problem_area {
    padding: 0 5px 5px 5px;
  }
  #commitment .u_commitment_problem .problem_area h3 span {
    font-size: 20px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner {
    padding: 15px 10px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li {
    font-size: 16px;
    padding-left: 33px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li::before {
    left: 5px;
    width: 23px;
    height: 20px;
  }
  #commitment .u_commitment_problem .problem_area .problem_area_inner ul li span {
    font-size: 14px;
  }
  #commitment .u_commitment .u_commitment_box {
    margin-bottom: 40px;
  }
  #commitment .u_commitment .u_commitment_box .text_area {
    padding: 0;
  }
  #commitment .u_commitment .u_commitment_box .text_area h3 {
    margin-bottom: 10px;
  }
  #commitment .u_commitment .u_commitment_box .text_area .point span {
    font-size: 14px;
  }
  #commitment .u_commitment .u_commitment_box .text_area .point span.num {
    font-size: 30px;
    margin-left: 10px;
  }
  #commitment .u_commitment_flow h2 {
    margin-bottom: 30px;
  }

  /*#commitment .u_commitment_flow .flow_area .flow_box {
    margin-left: 20px;
    padding: 15px 5px 20px 5px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box::before {
    left: -30px;
    width: 15px;
    height: 15px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_num {
    margin-right: 15px;
    font-size: 26px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box h3 {
    font-size: 16px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_p {
    font-size: 13px;
  }*/
  #commitment .u_commitment_flow .flow_area_h .flow_box {
    width: 100%;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box .flow_num {
    font-size: 30px;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box img {
    width: 55%;
    margin-bottom: 0;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box h3 {
    font-size: 16px;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box h3 br {
    display: none;
  }
  #commitment .u_commitment_flow .flow_area_h .flow_box .flow_text_area {
    border: none !important;
    padding: 10px;
  }
  #commitment .u_commitment_access h2 {
    margin-bottom: 30px;
  }
  #commitment .u_commitment_access .access_area .map_area iframe {
    height: 300px;
  }
  #commitment .u_commitment_access .access_area .company_area .company_name {
    font-size: 15px;
  }
  #commitment .u_commitment_access .access_area .photo_area,
  #company .u_company_area .photo_area {
    margin-top: 30px;
    gap: 10px;
  }
  #commitment .u_commitment_access .access_area .photo_area img,
  #company .u_company_area .photo_area img {
    width: calc( 100% / 3 - 6.7px );
  }
}

@media only screen and (max-width: 370px) {
  /*#commitment .u_commitment_flow .flow_area .flow_box .flow_num {
    font-size: 22px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box h3 {
    font-size: 14px;
  }
  #commitment .u_commitment_flow .flow_area .flow_box .flow_p {
    font-size: 12px;
  }*/
}

/* -----------------------------------------------

	 会社情報（company）

----------------------------------------------- */
#company .u_company_profile dl dt {
  width: 18%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  background-color: #231815;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
#company .u_company_profile dl dd {
  width: 82%;
  font-size: 18px;
  padding: 30px 50px;
  border-bottom: 1px solid #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}
#company .u_company_profile dl dt:first-of-type,
#company .u_company_profile dl dd:first-of-type {
  border-top: 1px solid #666666;
}
#company .u_company_area h2 {
  margin-bottom: 50px;
}
#company .u_company_area .area_text {
  width: 45%;
}
#company .u_company_area .area_text h3 {
  margin-bottom: 30px;
  letter-spacing: 0;
}
#company .u_company_area .area_text p {
  margin-bottom: 30px;
}
#company .u_company_area .area_img {
  width: 50%;
  align-self: flex-start;
}
#company .u_company_area .photo_area {
  margin-bottom: 50px;
}
.vision_area {
  text-align: center;
  margin-bottom: 100px;
}
.vision_area p {
  margin-top: 20px;
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: 500;
}
.vision_area p > span {
  background: linear-gradient(transparent 70%, rgba(198,156,109,0.5) 30%);
  padding: 0 5px;
}
.vision_area p > span > span.red {
  color: #c1272d;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  #company .u_company_profile dl dt {
    width: 25%;
    font-size: 17px;
    padding: 25px 0;
  }
  #company .u_company_profile dl dd {
    width: 75%;
    font-size: 16px;
    padding: 25px 30px;
  }
}

@media only screen and (max-width: 768px) {
  #company .u_company_profile dl dt {
    width: 25%;
    font-size: 16px;
    padding: 25px 0;
  }
  #company .u_company_profile dl dd {
    width: 75%;
    font-size: 15px;
    padding: 25px 30px;
  }
  #company .u_company_area .area_text {
    background-image: url(../images/company_img01.jpg);
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 50px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #company .u_company_area .area_text img {
    display: none;
  }
  #company .u_company_area .area_img {
    width: 70%;
    margin: 30px auto 0;
  }
  .vision_area {
    margin-bottom: 50px;
  }
  .vision_area p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #company .u_company_area h2 {
    margin-bottom: 30px;
  }
  #company .u_company_profile dl dt {
    width: 25%;
    font-size: 13px;
    padding: 15px 0;
  }
  #company .u_company_profile dl dd {
    width: 75%;
    font-size: 13px;
    padding: 15px 10px;
  }
  #company .u_company_area .area_text {
    padding: 60px 20px;
  }
  #company .u_company_area .area_text h3 {
    margin-bottom: 20px;
  }
  #company .u_company_area .area_text p {
    margin-bottom: 10px;
  }
  #company .u_company_area .area_img {
    width: 100%;
    margin: 20px auto 0;
  }
  #company .u_company_area .photo_area {
    margin-bottom: 20px;
  }
  .vision_area p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .vision_area p > span {
    padding: 0;
  }
}

@media only screen and (max-width: 370px) {
  #company .u_company_profile dl dt {
    width: 30%;
  }
  #company .u_company_profile dl dd {
    width: 70%;
  }
  #company .u_company_area .area_text {
    padding: 40px 15px;
  }
  #company .u_company_area .area_text h3 {
    font-size: 14.5px;
  }
}

/* -----------------------------------------------

	 お問い合わせ（contact）

----------------------------------------------- */
.form form#mail_form {
  width: 100%;
  border: none;
  border-top: 1px solid #666666;
  border-radius: 0;
  box-shadow: unset;
  padding: 30px 0 0;
}
.form form#mail_form dl {
  width: 100%;
  border-bottom: none;
  padding: 20px 0;
}
.form form#mail_form dl dt,
.form form#mail_form dl dd {
  font-size: 18px;
  padding: 0;
}
.form form#mail_form textarea {
  font-size: 18px;
  height: 300px;
}
.form form#mail_form dl dt {
  width: 28%;
  float: unset;
  border-top: none;
  padding: 0 2.5%;
  text-align: left;
  font-weight: 700;
}
.form form#mail_form dl dd {
  width: 67%;
  border-top: none;
}
.form form#mail_form dl dd.bb {
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}
.form form#mail_form dl dt i {
  float: right;
  position: unset;
  line-height: 1.6;
}
.form form#mail_form dl dt span.required,
.form form#mail_form dl dt span.optional {
  float: unset;
  font-size: 14px;
  padding: 1px 15px 0px;
  font-style: normal;
  border-radius: 5px;
}
.form form#mail_form dl dt span.required {
  background: #c1272d;
  border: 1px solid #c1272d;
}
.form form#mail_form dl dt span.optional {
  background: #666;
  border: 1px solid #666;
  display: none;
}
.form form#mail_form dl dt .small {
  font-size: 85%;
  display: inline-block;
}
.form form#mail_form input {
  background-color: #fff;
  font-size: 18px;
}
.form form#mail_form input[type="text"],
.form form#mail_form input[type="email"],
.form form#mail_form input[type="tel"] {
  padding: 0px 2%;
  width: calc(100% - 4% - 2px);
  border: 1px solid #999;
  height: 50px;
}
.form form#mail_form input[name="name_1"],
.form form#mail_form input[name="name_2"],
.form form#mail_form input[name="read_1"],
.form form#mail_form input[name="read_2"],
.form form#mail_form input[name="postal"] {
  width: calc(100% / 2 - 5%);
}
.form form#mail_form input[name="postal"] + a {
  background: #34372a;
  border-color: #34372a;
}
.form form#mail_form input[name="postal"] + a:hover {
  background: #34372a;
  border-color: #34372a;
  opacity: 0.8;
}
.form form#mail_form ul li label {
  background-color: unset;
  padding: 0;
}
.form form#mail_form input[type="radio"] {
  accent-color: #231815;
  transform: scale(1.5);
}
.form form#mail_form textarea {
  background-color: #fff;
}
.form form#mail_form .contact_privacy {
  margin: 20px auto;
}
.form form#mail_form p#form_submit {
  width: 100%;
  text-align: center;
}
.form form#mail_form input[type="button"] {
  max-width: 500px;
  width: 80%;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 0;
}

.form form#mail_form input[type="submit"] {
  max-width: 500px;
  width: 80%;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s ease;
  margin-left: 0;
}

.form .btn_inner {
  position: relative;
}
.form form#mail_form p#form_submit i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s ease;
}
.form form#mail_form input[type="button"]:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
  transition: 0.3s ease;
}
.form form#mail_form input[type="button"]:hover + i {
  color: #000 !important;
  transition: 0.3s ease;
}

.thanks h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 16px;
  }
  .form form#mail_form dl dt {
    width: 33%;
  }
  .form form#mail_form dl dd {
    width: 62%;
  }
  .form form#mail_form input {
    font-size: 16px;
  }
  .form form#mail_form textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .form form#mail_form {
    margin: 30px auto;
  }
  .form form#mail_form dl {
    width: 100%;
    padding: 15px 0;
  }
  .form form#mail_form dl dt {
    width: auto;
    padding: 0;
  }
  .form form#mail_form dl dt i {
    margin-left: 30px;
  }
  .form form#mail_form dl dd {
    width: 100%;
    padding: 10px 0 0;
  }
  .form form#mail_form dl dt span.required,
  .form form#mail_form dl dt span.optional {
    margin-bottom: 0;
    font-size: 11px;
  }
  .form form#mail_form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form form#mail_form ul li {
    width: 50%;
    padding: 6px 0;
  }
  .form form#mail_form ul li label {
    margin-top: 0;
  }
  .form form#mail_form input[type="radio"] {
    transform: scale(1.2);
  }
  .form form#mail_form input[type="button"] {
    font-size: 18px;
  }
  .form form#mail_form p#form_submit i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 650px) {
  .form form#mail_form dl dt,
  .form form#mail_form dl dd {
    font-size: 14px;
  }
  .form form#mail_form input {
    font-size: 14px;
  }
  .form form#mail_form textarea {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .form form#mail_form dl {
    padding: 5px 0;
  }
  .form form#mail_form dl dt i {
    margin-left: 10px;
  }
  .form form#mail_form dl dt span.required,
  .form form#mail_form dl dt span.optional {
    font-size: 10px;
    padding: 1px 8px 0px;
    line-height: 1.3;
  }
  .form form#mail_form dl dd {
    padding: 3px 0 0;
  }
  .form form#mail_form dl dd.bb {
    padding-bottom: 10px;
  }
  .form form#mail_form p#form_submit {
    margin: 10px auto 0;
  }
  .form form#mail_form input[type="button"] {
    font-size: 16px;
  }
  .form form#mail_form p#form_submit i {
    font-size: 16px;
  }
  .form form#mail_form input[type="text"],
  .form form#mail_form input[type="email"],
  .form form#mail_form input[type="tel"] {
    height: 35px;
  }
  .form form#mail_form input[name="name_1"],
  .form form#mail_form input[name="name_2"],
  .form form#mail_form input[name="read_1"],
  .form form#mail_form input[name="read_2"],
  .form form#mail_form input[name="postal"] {
    width: calc(100% / 2 - 6%);
  }
  .form form#mail_form textarea {
    height: 200px;
  }
}

/* -----------------------------------------------

	 個人情報保護方針（privacy）

----------------------------------------------- */
#privacy .privacy_box {
  margin-bottom: 30px;
}
#privacy .privacy_box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
#privacy .privacy_box p {
  line-height: 1.8;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  #privacy .privacy_box h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  #privacy .privacy_box {
    margin-bottom: 20px;
  }
  #privacy .privacy_box h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/* -----------------------------------------------

	 協力企業募集（partnership）

----------------------------------------------- */
#partnership .u_title_area,
#partnership_send .u_title_area {
  background-image: url(../images/partnership_title_bg.jpg);
}
#partnership .partnership_bosyu p {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 50px auto;
}
#partnership .partnership_img_wrap {
  gap: 20px;
  margin-top: 20px;
}
#partnership .partnership_img_wrap img {
  width: calc(100% / 3 - 13.4px);
}
#partnership .partnership_form h2 {
}

#partnership .partnership_line {
  text-align: center;
  margin: 80px auto 0;
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  #partnership .partnership_bosyu p {
    font-size: 22px;
    margin: 30px auto;
  }
  #partnership .partnership_img_wrap {
    gap: 10px;
  }
  #partnership .partnership_img_wrap img {
    width: calc(100% / 3 - 6.7px);
  }
  #partnership .partnership_line {
    width: 180px;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 479px) {
  #partnership .u_title_area,
  #partnership_send .u_title_area {
    background-position: left -100px center;
  }
  #partnership .partnership_main h2 {
    line-height: 1.5;
  }
  #partnership .partnership_bosyu p {
    font-size: 17px;
  }
  #partnership .partnership_img_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #partnership .partnership_img_wrap img {
    width: calc(100% / 2 - 5px);
  }
}


/* -----------------------------------------------

	 採用情報（recruit）

----------------------------------------------- */
.catchcopy_area {
  text-align: center;
  margin-bottom: 100px;
}
#recruit .recruit_area h2 {
  margin-bottom: 50px;
}
#recruit .recruit_box {
  margin-bottom: 100px;
}
#recruit .recruit_box dl dt {
  width: 18%;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  background-color: #231815;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #666666;
  line-height: 1.5;
}
#recruit .recruit_box dl dd {
  width: 82%;
  font-size: 18px;
  padding: 30px 50px;
  border-bottom: 1px solid #666666;
  line-height: 1.5;
  white-space: pre-wrap;
}
#recruit .recruit_box dl dt:first-of-type,
#recruit .recruit_box dl dd:first-of-type {
  border-top: 1px solid #666666;
}
#recruit .recruit_tit {
  margin-bottom: 10px;
}
#recruit .recruit_box .recruit_tit::before {
  content: '■ ';
  color: #c69c6d;
}
#recruit .entry_btn a {
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 25px 0;
  width: 500px;
  margin: 50px auto 0;
}
#recruit .entry_btn a:hover {
  background-color: #c69c6d;
}


@media only screen and (max-width: 1024px) {
  #recruit .recruit_box dl dt {
    width: 25%;
    font-size: 17px;
    padding: 25px 0;
  }
  #recruit .recruit_box dl dd {
    width: 75%;
    font-size: 16px;
    padding: 25px 30px;
  }
  #recruit .entry_btn a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .catchcopy_area {
    margin-bottom: 50px;
  }
  #recruit .recruit_box {
    margin-bottom: 60px;
  }
  #recruit .recruit_box dl dt {
    font-size: 16px;
  }
  #recruit .recruit_box dl dd {
    font-size: 15px;
  }
  #recruit .entry_btn a {
    font-size: 18px;
    padding: 20px 0;
    width: 350px;
  }
}

@media only screen and (max-width: 479px) {
  #recruit .recruit_area h2 {
    margin-bottom: 30px;
  }
  #recruit .recruit_box {
    margin-bottom: 40px;
  }
  #recruit .recruit_tit {
    margin-bottom: 5px;
  }
  #recruit .recruit_box dl dt {
    font-size: 13px;
    padding: 15px 0;
  }
  #recruit .recruit_box dl dd {
    font-size: 13px;
    padding: 15px 10px;
  }
  #recruit .entry_btn a {
    font-size: 15px;
    width: 300px;
    margin: 30px auto 0;
  }
}



@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}




/* -----------------------------------------------

	 ワードプレス共通

----------------------------------------------- */
.vk-mobile-nav-menu-btn {
  display: none;
}
#info .container {
  padding-right: 0;
  padding-left: 0;
}
#info dl,
#info ol,
#info ul {
  margin: 0;
  padding: 0;
}
#info li {
  margin: 0;
  line-height: unset;
}
#info h1,
#info h2,
#info h3,
#info h4 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
}
#info p {
  margin: 0;
  font-size: 16px;
}
#info footer {
  border: none;
}
#info a:hover {
  color: #c69c6d;
  text-decoration: none;
}
#info a:focus {
  outline: none;
  text-decoration: none;
}
h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}
#info .widget .subSection-title {
  margin-bottom: 20px;
}
#info .widget .subSection-title::after {
  width: 100%;
  bottom: -5px;
  border-width: 2px;
}
#info ul.pager li {
  width: 45%;
}
#info ul.pager::before,
#info ul.pager::after {
  display: none;
}
#info ul.pager {
  margin-top: 100px;
}
#info ul.pager li > a {
  padding: 15px;
  font-size: 16px;
}
#info ul.pager li > a:hover {
  color: #fff;
}
#info .back_area {
  padding-top: 150px;
}
#info .postNextPrev {
  display: none;
}

/* 一覧ページ */
.page-header {
  display: none;
}
.breadSection {
  display: none;
}
#info .pagination {
  width: 100%;
}
#info ul.page-numbers li span.page-numbers.current,
#info .page-link dl .post-page-numbers.current {
  background-color: #000;
}
ul.page-numbers li:last-child > .page-numbers,
ul.page-numbers li:first-child > .page-numbers {
  border-radius: 0;
}

/* 詳細ページ */
.entry-header .entry-meta .entry-meta_updated,
.entry-header .entry-meta .entry-meta_items_author {
  display: none;
}
.entry-meta .entry-meta_items_term a {
  pointer-events: none;
}
.entry-footer {
  display: none;
}
.veu_postList {
  margin-bottom: 50px;
}
.veu_postList .postList_title {
  margin: 0 0 10px;
}
.veu_postList .postList_meta_items {
  font-size: 13px;
}

#info.single .entry-body p {
  margin-bottom: 1.2em;
}

@media only screen and (max-width: 1024px) {
  #info p {
    font-size: 15px;
  }
  #info .media .media-body h1.entry-title {
    font-size: 18px;
  }
  .sideSection {
    width: 30%;
    margin-left: 3%;
  }
  #info ul.pager li > a {
    font-size: 15px;
  }
  h1.entry-title {
    font-size: 25px;
  }
  #info .back_area {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .sideSection {
    width: unset;
    margin: 100px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  h1.entry-title {
    font-size: 20px;
  }
  #info ul.pager {
    margin-top: 80px;
  }
  #info ul.pager li {
    width: 100%;
    margin-bottom: 30px;
  }
  #info ul.pager li:last-of-type {
    margin-bottom: 0;
  }
  .entry-meta .entry-meta_items_term {
    float: right;
    margin-top: 0;
  }
}

@media only screen and (max-width: 479px) {
  #info p {
    font-size: 13px;
  }
  #info .media .media-body h1.entry-title {
    font-size: 16px;
  }
  h1.entry-title {
    font-size: 17px;
  }
  #info ul.pager {
    margin-top: 50px;
  }
  #info ul.pager li {
    margin-bottom: 20px;
  }
  #info ul.pager li > a {
    font-size: 13px;
  }
  .sideSection {
    margin: 60px auto 0;
  }
  .entry-meta .entry-meta_items_term a {
    font-size: 11px;
  }
  .sideSection .veu_postList .postList_meta_items {
    font-size: 12px;
  }
  #info .back_area {
    padding-top: 0;
  }
}

/* -----------------------------------------------

	 お知らせ（info）※wp

----------------------------------------------- */
.fa_v6_css .entry-meta_items.published::before {
  display: none;
}
#info.home .media .media-body .media-heading {
  margin-bottom: 10px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}

/* -----------------------------------------------

	 施工事例（works）※wp

----------------------------------------------- */
.post-type-works .entry-meta .published {
  display: none;
}

/* 一覧ページ */

/* 詳細ページ */
.single.post-type-works .entry-header {
  border-bottom: none;
  margin-bottom: 50px !important;
}
.single.post-type-works .entry-header .entry-meta_items_term {
  float: unset;
  display: none;
}
.single.post-type-works h1.entry-title {
  font-size: 35px;
  font-weight: 700;
}
.single.post-type-works .siteContent {
  padding: 0;
}
.single.post-type-works .siteContent p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .single.post-type-works h1.entry-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .single.post-type-works h1.entry-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .single.post-type-works .entry-header {
    margin-bottom: 30px !important;
  }
  .single.post-type-works h1.entry-title {
    font-size: 20px;
  }
}

/* -----------------------------------------------

	 （****）

----------------------------------------------- */

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}
