@charset "UTF-8";

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  margin-bottom: 60px;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
}

#breadcrumb li:first-child {
  color: #28a1c4;
  text-align: left;
  font-weight: bold;
}

#breadcrumb li::before {
  content: "";
  margin-right: 6px;
  color: #cd9f5c;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  display: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
#tt_page {
  background: url(../about/images/tt_page.png) no-repeat center top;
}

#tt_page .container {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#tt_page .container .box {
  background: url(../about/images/tt_page_inner.png) no-repeat center top;
  width: 100%;
  height: 194px;
  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;
  margin-top: 45px;
}

#tt_page .container .box h1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 55px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

#tt_page .container .box h1::first-letter {
  color: #cd9f5c;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #tt_page {
    background-size: cover;
  }

  #tt_page .container {
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
  }

  #tt_page .container .box {
    height: auto;
    margin-top: 0;
    background-size: cover;
  }

  #tt_page .container .box h1 {
    font-size: 28px;
    padding-bottom: 40px;
  }
}

/* ========== end △ */
.cm_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 70px;
  margin-bottom: 30px;
}

.cm_ul li a {
  border: 2px solid #4d4d4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  text-decoration: none;
  margin: 0 17px 30px;
}

.cm_ul li a:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  right: 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.cm_ul li a:hover {
  background: #4d4d4c;
  color: #fff;
}

.cm_ul li a:hover:after {
  top: 20%;
  opacity: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_ul {
    padding: 0;
  }

  .cm_ul li {
    width: 48%;
    margin: 0 1% 4%;
  }

  .cm_ul li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    margin: 0;
    text-align: center;
  }
}

/* ========== end △ */
.cm_tt2 {
  font-size: 30px;
  color: #463431;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt2 {
    font-size: 22px;
  }
}

/* ========== end △ */
.cm_tt3 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #463431;
  margin-bottom: 25px;
  position: relative;
}

.cm_tt3:before {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #cd9f5c;
  position: absolute;
  bottom: -1px;
}

.cm_tt3 span {
  font-size: 16px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt3 {
    font-size: 19px;
  }
}

/* ========== end △ */
/* about sec */
.about_sec .box0 {
  margin-bottom: 60px;
}

.about_sec .box0 .container .add_bg {
  background: url(../about/images/add_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 8px;
}

.about_sec .box0 .container .add_bg .inner {
  border: 1px solid #cd9f5c;
  padding: 30px;
}

.about_sec .box0 .container .add_bg .inner h2 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.about_sec .box0 .container .add_bg .inner p {
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.about_sec .box0 .container .add_bg .inner p:last-child {
  margin-bottom: 0;
}

.about_sec .box1 {
  background: url(../about/images/bg1.png) no-repeat center bottom 700px;
  padding-bottom: 20px;
}

.about_sec .box1 .container .inner {
  border: 2px solid #463431;
  background: url(../common_img/bg3.jpg) center top;
  width: 680px;
  margin: 0 auto 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0;
}

.about_sec .box1 .container .inner ul li {
  font-size: 18px;
  font-weight: bold;
}

.about_sec .box1 .container .inner p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
}

.about_sec .box1 .container .inner p span.philo_tit {
  font-size: 22px;
}

.about_sec .box1 .container .inner p span.philo_tit:after {
  display: block;
  position: relative;
  width: 64px;
  height: 4px;
  background: #cd9f5c;
  content: "";
  margin: 5px auto 20px;
}

.about_sec .box1 .container .inner2 {
  margin-bottom: 50px;
  text-align: center;
}

.about_sec .box1 .container .inner2 .spec {
  font-size: 25px;
  font-weight: bold;
}

.about_sec .box1 .container .inner2 p {
  font-size: 16px;
  margin-bottom: 25px;
}

.about_sec .box1 .container .inner2 h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.about_sec .box2 {
  padding: 50px 0 70px;
  background: url(../about/images/bg2.png) center top;
}

.about_sec .box2 .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_sec .box2 .container .content .left p {
  margin-bottom: 30px;
}

.about_sec .box2 .container .content .left p:last-child {
  margin-bottom: 0;
}

.about_sec .box2 .container .content .left .sign {
  background: url(../about/images/bg3.png) no-repeat right top;
  text-align: right;
  margin-right: -80px;
  padding: 30px 40px 30px 80px;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 639px) {
  .about_sec .box2 .container .content .left .sign {
    background: url(../about/images/bg3.png) no-repeat center top;
    text-align: center;
    /* margin-right: -80px; */
    padding: 30px 0 30px 0;
    margin: 0 auto;
  }
}





.about_sec .box2 .container .content .left .sign p {
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 60px;
}

.about_sec .box2 .container .content .right {
  margin-left: 50px;
}

.about_sec .box2 .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

.about_sec .box2 .content2 .right {
  background: url(../about/images/add_ac2.png) no-repeat left center;
  padding-left: 30px;
}

.about_sec .box2 .content3 h3,
.about_sec .box2 .content2 .right h3 {
  font-size: 22px;
  border-bottom: 2px solid #cd9f5c;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.about_sec .box2 .content2 .right p {
  line-height: 1.9;
}
.about_sec .box2 .content3{ padding-top:80px;}
.about_sec .box2 .content3 h3 span{font-size: 16px}
.about_sec .box2 .content3 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap:30px;
}
.about_sec .box2 .content3 h4{font-size: 114%;}
.about_sec .box2 .content3 div.img{ margin-bottom:20px; }
.about_sec .box2 .content3 dl{
  display: flex;
  margin-top: 10px;
}
.about_sec .box2 .content3 dl dt{
  width: 4em;
}
.about_sec .box2 .content3 dl dd{ text-indent:-1em; }
.about_sec .box2 .content3 dl dd::before {
  content: "：";
}

@media only screen and (max-width: 639px) {
.about_sec .box2 .content3{ padding-top:20px;}
  .about_sec .box2 .content3 ul,
  .about_sec .box2 .content3 h2 {
    margin-top: 30px;
  display: block;
  }
  .about_sec .box2 .content3 ul li{  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
  .about_sec .box2 .content3 div.img{ width: 45%;}
  .about_sec .box2 .content3 div.txt{ width: 50%;}

}

.about_sec .box3 {
  padding: 70px 0;
}

.about_sec .box3 .container .cm_tt {
  margin-bottom: 60px;
}

.about_sec .box3 .container .wrap_content .content {
  background: url(../about/images/bg4.png) no-repeat center top;
  padding: 30px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  /* min-height: 465px; */
  box-sizing: border-box;
}

.about_sec .box3 .container .wrap_content .content:last-child {
  margin-bottom: 0;
}

.about_sec .box3 .container .wrap_content .content .right {
  margin-left: 30px;
  min-width: 500px;

  & a {
    display: block;
  }

  & img {
    max-width: 100%;
  }
}

.about_sec .box3 .container .wrap_content .content .left {
  width: 100%;

  &>*+* {
    margin-top: 20px;
  }
}

.about_sec .box3 .container .wrap_content .content .left .inner {
  border: 1px solid #4d4d4c;
  background: url(../common_img/bg3.jpg) center top;
  padding: 20px;
  margin-top: 20px;
}

.about_sec .box3 .container .wrap_content .content .left .inner p {
  margin-bottom: 25px;
}

.about_sec .box3 .container .wrap_content .content:nth-child(odd) {
  background: url(../about/images/bg5.png) no-repeat center top;
  background-size: cover;
  padding-right: 30px;
  padding-left: 0;
}

.about_sec .box3 .container .wrap_content .content:nth-child(odd) .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 30px;
}

.about_sec .box3 .container .wrap_content .content:nth-child(odd) .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about_sec .box4 {
  padding: 50px 0;
  background: url(../common_img/bg3.jpg) center top;
}

.about_sec .box4 .container table tr th {
  border: 1px solid #463431;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #cd9f5c;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.about_sec .box4 .container table tr td {
  border: 1px solid #463431;
  padding: 20px;
  background: #fff;
}

.about_sec .box4 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about_sec .box4 .container ul li {
  margin-bottom: 20px;
  margin-right: 16px;
}

.about_sec .box4 .container ul li:nth-child(5n) {
  margin-right: 0;
}

.about_sec .box5 {
  padding: 50px 0;
}

.about_sec .box5 .container .map {
  /*width: 915px;*/
  margin: 0 auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .about_sec .box0 {
    margin-bottom: 0;
    padding: 8% 3% 0;
  }

  .about_sec .box0 .container .add_bg .inner h2 {
    margin-bottom: 4%;
    font-size: 20px;
  }
}

/* ========== end △ */
@media only screen and (max-width: 375px) {
  .about_sec .box0 .container .add_bg .inner {
    padding: 20px 6px;
  }

  .about_sec .box0 .container .add_bg .inner h2 {
    margin-bottom: 4%;
    font-size: 18px;
  }

  .about_sec .box0 .container .add_bg .inner p {
    font-size: 15px;
    padding: 0 5px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .about_sec .box2 .content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10%;
  }

  .about_sec .box2 .content2 .left {
    width: 45%;
  }

  .about_sec .box2 .content2 .right {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .about_sec .box2 .content2 .right h3 {
    font-size: 18px;
  }

  /* ▽ SP layout ========== */
  /* ========== end △ */
}

@media only screen and (max-width: 639px) and (max-width: 420px) {
  .about_sec .box2 .content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_sec .box2 .content2 .left {
    width: 100%;
    margin-bottom: 5%;
    padding: 0 15%;
  }

  .about_sec .box2 .content2 .right {
    width: 100%;
    padding-left: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .about_sec .box4 .container ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about_sec .box4 .container ul li {
    width: 48%;
    margin-bottom: 5%;
    margin-right: 0;
  }

  .about_sec .box4 .container ul li.w100 {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .about_sec .box1 {
    padding: 8% 3%;
  }

  .about_sec .box1 .container .inner {
    width: 100%;
  }

  .about_sec .box1 .container .inner p {
    padding: 0 4%;
  }

  .about_sec .box1 .container .inner2 {
    width: 100%;
  }

  .about_sec .box2 {
    padding: 8% 3%;
  }

  .about_sec .box2 .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_sec .box2 .container .content .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    padding: 0 15%;
    margin-bottom: 5%;
  }

  .about_sec .box2 .container .content .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about_sec .box2 .container .content .left .sign p {
    font-size: 16px;
  }

  .about_sec .box2 .container .content .left .sign h3 img {
    height: 25px;
    width: auto;
  }

  .about_sec .box3 {
    padding: 8% 3%;
  }

  .about_sec .box3 .container .cm_tt {
    margin-bottom: 35px;
  }

  .about_sec .box3 .container .wrap_content .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px !important;
    background: url(../about/images/bg4.png) repeat-y center top !important;
    background-size: cover !important;
  }

  .about_sec .box3 .container .wrap_content .content .left {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .about_sec .box3 .container .wrap_content .content .right {
    margin-left: 0;
    min-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .about_sec .box4 {
    padding: 8% 3%;
  }

  .about_sec .box4 .container table {
    border-bottom: 1px solid #463431;
  }

  .about_sec .box4 .container table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3%;
  }

  .about_sec .box4 .container table tr td {
    display: block;
    border-bottom: none;
    padding: 3%;
  }

  .about_sec .box5 {
    padding: 8% 3%;
  }

  .about_sec .box5 .container .map {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .about_sec .box1 .container .inner p {
    padding: 0 2%;
  }
}

/* ========== end △ */
/* case sec */
.case_sec .box1 .container .inner {
  border: 2px solid #463431;
  background: url(../common_img/bg3.jpg) center top;
  width: 645px;
  margin: 0 auto 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0;
}

.case_sec .box1 .container .inner ul li {
  font-size: 18px;
  font-weight: bold;
}

.case_sec .box1 .container .inner p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0 145px;
}

.case_sec .box1 .container .inner2 {
  margin-bottom: 50px;
  text-align: center;
}

.case_sec .box1 .container .inner2 .spec {
  font-size: 20px;
}

.case_sec .box1 .container .inner2 p {
  font-size: 16px;
  margin-bottom: 25px;
}

.case_sec .box1 .container .inner2 h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.case_sec .box2 {
  padding-bottom: 60px;
}

.case_sec .box2>p {
  text-align: center;
  margin-bottom: 45px;
}

.case_sec .box2 .wrap_content .content {
  background: url(../case/images/bg.png) no-repeat center center;
  margin-bottom: 40px;
}

.case_sec .box2 .wrap_content .content:last-child {
  margin-bottom: 0;
}

.case_sec .box2 .wrap_content .content .container h3 {
  margin-bottom: 40px;
  padding-left: 10px;
}

.case_sec .box2 .wrap_content .content .container h4 {
  margin-bottom: 20px;
}

.case_sec .box2 .wrap_content .content .container h4 span {
  display: inline-block;
  padding: 10px 60px;
  background: #463431;
  font-size: 18px;
  color: #fff;
}

.case_sec .box2 .wrap_content .content .container h4.after {
  margin-top: -30px;
}

.case_sec .box2 .wrap_content .content .container .wrap_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_sec .box2 .wrap_content .content .container .wrap_spec .left {
  width: 535px;
}

.case_sec .box2 .wrap_content .content .container .wrap_spec .left h4.after {
  margin-top: 0;
}

.case_sec .box2 .wrap_content .content .container .wrap_spec>p {
  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;
  text-align: center;
  width: 20px;
}

.case_sec .box2 .wrap_content .content .container .wrap_spec>p i {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 25px;
}

.case_sec .box2 .wrap_content .content .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case_sec .box2 .wrap_content .content .container ul li {
  display: block;
  position: relative;
  width: 535px;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  margin-bottom: 35px;
}

.case_sec .box2 .wrap_content .content .container>p {
  text-align: center;
  font-size: 70px;
  line-height: 1.3;
}

.case_sec .box3 {
  padding: 50px 0;
  background: url(../common_img/bg3.jpg) center top;
}

.case_sec .box3 .container>p {
  text-align: center;
  margin-bottom: 40px;
}

.case_sec .box3 .container .content dl {
  margin-bottom: 40px;
}

.case_sec .box3 .container .content dl:last-child {
  margin-bottom: 0;
}

.case_sec .box3 .container .content dl dt {
  position: relative;
  background: #f8f1e7;
  border: 1px solid #b7b7b7;
  font-size: 18px;
  padding: 15px 15px 15px 45px;
  margin-left: 30px;
}

.case_sec .box3 .container .content dl dt:after {
  display: block;
  width: 42px;
  height: 100%;
  background: url(../case/images/q.png) no-repeat center center;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}

.case_sec .box3 .container .content dl dd {
  position: relative;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-top: none;
  padding: 15px 30px 15px 45px;
  margin-left: 30px;
}

.case_sec .box3 .container .content dl dd:after {
  display: block;
  width: 42px;
  height: 100%;
  background: url(../case/images/a.png) no-repeat center center;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .case_sec .box1 {
    padding: 8% 3%;
  }

  .case_sec .box1 .container ul {
    margin-bottom: 0;
  }

  .case_sec .box1 .container ul li {
    margin-bottom: 0;
  }

  .case_sec .box2 {
    padding-bottom: 12%;
  }

  .case_sec .box2 .wrap_content .content {
    padding: 0 3%;
    background-size: 200% auto;
  }

  .case_sec .box2 .wrap_content .content .container .wrap_spec {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .case_sec .box2 .wrap_content .content .container .wrap_spec .left {
    width: 98%;
  }

  .case_sec .box2 .wrap_content .content .container .wrap_spec .left ul li {
    width: 100%;
  }

  .case_sec .box2 .wrap_content .content .container .wrap_spec>p i {
    font-size: 14px;
  }

  .case_sec .box2 .wrap_content .content .container h4 span {
    font-size: 15px;
    padding: 10px 40px;
  }

  .case_sec .box2 .wrap_content .content .container h4.after {
    margin-top: -20px;
  }

  .case_sec .box2 .wrap_content .content .container ul li {
    width: 48%;
  }

  .case_sec .box2 .wrap_content .content .container>p {
    font-size: 45px;
  }

  .case_sec .box3 {
    padding: 8% 3%;
  }

  .case_sec .box3 .container .content dl dt {
    font-size: 16px;
    margin-left: 15px;
  }

  .case_sec .box3 .container .content dl dd {
    margin-left: 15px;
  }

  .case_sec .box2 .wrap_content .content .container .wrap_spec {

    flex-direction: column;
    align-items: center;
  }


}

/* ========== end △ */
/* contact */
.contact_sec .cm_tt2 {
  margin-bottom: 40px;
}

.contact_sec .box1 {
  padding-bottom: 90px;
}

.contact_sec .box1 .container .cm_tt2 {
  margin-bottom: 90px;
}

.contact_sec .box1 .container .box {
  border: 5px solid #463431;
  width: 920px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../common_img/bg3.jpg) center top;
  padding: 70px 20px 35px;
  text-align: center;
  position: relative;
}

.contact_sec .box1 .container .box h3 {
  font-size: 28px;
  color: #fff;
  background: #cd9f5c;
  padding: 10px 30px;
  width: 510px;
  margin: -110px auto 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.contact_sec .box1 .container .box h3:after {
  content: "";
  display: block;
  width: 100%;
  bottom: -30px;
  background: url(../contact/images/row.png) no-repeat right 5% bottom;
  height: 34px;
  position: absolute;
  right: 0;
}

.contact_sec .box1 .container .box ul li:first-child {
  font-family: Yu Mincho, YuMincho, HG明朝B, "MS Mincho", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #261b1a;
  line-height: 1.4;
}

.contact_sec .box1 .container .box ul li:first-child a {
  display: inline-block;
  background: url(../contact/images/tell.png) no-repeat left center;
  padding-left: 60px;
  color: #261b1a;
}

.contact_sec .box1 .container .box ul li:last-child {
  font-size: 20px;
}

.contact_sec .box2 {
  padding: 50px 0;
  background: url(../about/images/bg2.png) center top;
}

.contact_sec .box2 .container>p {
  margin-bottom: 40px;
  text-align: center;
}

.contact_sec .box2 .container>p a {
  color: #cd9f5c;
}

.contact_sec .box2 .container form .wrap_color {
  display: block;
  padding: 30px;
  background: #fff;
  margin-bottom: 60px;
  background: #fff;
}

.contact_sec .box2 .container form .ninni {
  background: #fff;
  width: 44px;
  text-align: center;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  color: #cd9f5c;
  position: absolute;
  right: 20px;
  top: 0;
  border: 1px solid #cd9f5c;
}

.contact_sec .box2 .container form .hissu {
  background: #cd9f5c;
  color: #fff;
  width: 44px;
  text-align: center;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: 0%;
}

.contact_sec .box2 .container form .wrap_table {
  background: #f8f8f8;
  padding: 25px;
  margin-bottom: 50px;
}

.contact_sec .box2 .container form table {
  width: 100%;
}

.contact_sec .box2 .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_sec .box2 .container form table tr:first-child th,
.contact_sec .box2 .container form table tr:first-child td {
  padding-top: 0;
}

.contact_sec .box2 .container form table tr .inner {
  height: auto !important;
}

.contact_sec .box2 .container form table tr th {
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 20px 0;
  background: #fff;
  border-bottom: 2px solid #cd9f5c;
}

.contact_sec .box2 .container form table tr th strong {
  font-weight: normal;
}

.contact_sec .box2 .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box2 .container form table tr th .inner p {
  margin-top: -30px;
}

.contact_sec .box2 .container form table tr td {
  padding: 20px 20px 20px 20px;
  width: 770px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #463431;
}

.contact_sec .box2 .container form table tr td .list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box2 .container form table tr td .list3 li {
  width: 33%;
}

.contact_sec .box2 .container form table tr td .red {
  color: red;
}

.contact_sec .box2 .container form table tr td .wrap {
  width: 100%;
}

.contact_sec .box2 .container form table tr td .wrap .flex_spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box2 .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}

.contact_sec .box2 .container form table tr td p {
  margin-bottom: 20px;
}

.contact_sec .box2 .container form table tr td p:last-child {
  margin-bottom: 0;
}

.contact_sec .box2 .container form table tr td .w60 {
  width: 180px;
}

.contact_sec .box2 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box2 .container form table tr td .list1 li {
  width: 33%;
}

.contact_sec .box2 .container form table tr td .list1 li:last-child {
  width: 100%;
}

.contact_sec .box2 .container form table tr td .list1 li:last-child .w100 {
  width: 660px;
  margin-left: 10px;
}

.contact_sec .box2 .container form table tr td .list2 {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box2 .container form table tr td .list2 li {
  margin-bottom: 3%;
}

.contact_sec .box2 .container form table tr td .list2 li:last-child {
  margin-bottom: 0;
}

.contact_sec .box2 .container form table tr td .list2 li input {
  width: 60%;
}

.contact_sec .box2 .container form table tr td .spec_blue {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  height: 38px;
  width: 80px;
  text-align: center;
  line-height: 38px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
}

.contact_sec .box2 .container form table tr td .spec_blue:hover {
  background: #fff;
  color: #000;
}

.contact_sec .box2 .container form table tr td .spec {
  margin: 10px 0;
}

.contact_sec .box2 .container form table tr td .w360 {
  width: 480px;
  margin-left: 10px;
}

.contact_sec .box2 .container form table tr td .w370 {
  width: 360px;
}

.contact_sec .box2 .container form table tr td .w490 {
  width: 430px;
}

.contact_sec .box2 .container form table tr td .w130 {
  width: 130px;
  margin-left: 10px;
}

.contact_sec .box2 .container form table tr td .w100 {
  width: 100%;
}

.contact_sec .box2 .container form table tr td input,
.contact_sec .box2 .container form table tr td select {
  border: 1px solid #dadada;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_sec .box2 .container form table tr td textarea {
  border: 1px solid #dadada;
  height: 150px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_sec .box2 .container form table tr td .flex_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box2 .container form table tr td .zip {
  display: inline-block;
  color: #4da1ff;
  margin-left: 20px;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 20px;
}

.contact_sec .box2 .container form .box_submit {
  text-align: center;
  font-size: 14px;
}

.contact_sec .box2 .container form .box_submit a {
  color: #cd9f5c;
}

.contact_sec .box2 .container form .box_submit.confirm input {
  padding: 10px 20px;
  width: 224px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #333;
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

.contact_sec .box2 .container form .box_submit.confirm input:hover {
  background: #4d4d4c;
  color: #fff;
  border: 1px solid #4d4d4c;
}

.contact_sec .box2 .container form .link_spec {
  margin-top: 10px;
}

.contact_sec .box2 .container form .btn_sec_wrap {
  position: relative;
  width: 320px;
  margin: 20px auto 20px;
}

.contact_sec .box2 .container form .btn_sec_wrap:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 100%;
  right: 2%;
  position: absolute;
  top: 0;
  z-index: 9999;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  color: #4d4d4c;
  font-weight: bold;
  font-size: 23px;
  font-family: "FontAwesome";
}

.contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #4d4d4c;
  color: #4d4d4c;
  text-decoration: none !important;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: none;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.contact_sec .box2 .container form .btn_sec_wrap:hover .btn_confirm2 {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #fff;
  background: #4d4d4c;
}

.contact_sec .box2 .container form .btn_sec_wrap:hover:after {
  right: 0px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}

.contact_sec .box3 {
  padding: 60px 0;
}

.contact_sec .box3 .container p {
  margin-bottom: 25px;
}

.contact_sec .box3 .container p:last-child {
  margin-bottom: 0;
}

.contact_sec .box3 .container ul {
  margin-bottom: 25px;
}

.contact_sec .box3 .container ul li {
  list-style-type: disc;
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box1 {
    padding: 8% 3%;
  }

  .contact_sec .box1 .container .cm_tt2 {
    margin-bottom: 60px;
  }

  .contact_sec .box1 .container .box {
    width: 100%;
  }

  .contact_sec .box1 .container .box h3 {
    width: 100%;
    font-size: 18px;
    margin-top: -100px;
    padding: 10px;
  }

  .contact_sec .box1 .container .box ul li:first-child {
    font-size: 14px;
  }

  .contact_sec .box1 .container .box ul li:first-child a {
    font-size: 32px;
    background-size: 30px auto;
    padding-left: 40px;
  }

  .contact_sec .box1 .container .box ul li:last-child {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1169px) {
  .contact_sec .box2 .container form .ninni {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    top: auto;
    right: 20px;
    left: auto;
  }
}

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1169px) {
  .contact_sec .box2 .container form .hissu {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    top: auto;
    right: 20px;
    left: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box2 {
    padding: 8% 3% 3%;
  }

  .contact_sec .box2 .container form .wrap_color {
    padding: 15px;
    margin-bottom: 40px;
  }

  .contact_sec .box2 .container form table {
    width: 100%;
    display: block;
  }

  .contact_sec .box2 .container form table tbody {
    display: block;
  }

  .contact_sec .box2 .container form table tr {
    display: block;
  }

  .contact_sec .box2 .container form table tr th {
    width: 100%;
    padding: 1%;
    border-right: none;
    display: block;
  }

  .contact_sec .box2 .container form table tr th .inner {
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
  }

  .contact_sec .box2 .container form table tr th .inner p {
    margin-top: 0;
  }

  .contact_sec .box2 .container form table tr td {
    width: 100%;
    padding: 3% !important;
    margin-left: 0;
    display: block;
  }

  .contact_sec .box2 .container form table tr td .list1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_sec .box2 .container form table tr td .list1 li {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact_sec .box2 .container form table tr td .list1 li input[type=radio] {
    height: auto;
  }

  .contact_sec .box2 .container form table tr td .list1 li:nth-child(2n) {
    width: 100%;
  }

  .contact_sec .box2 .container form table tr td .list1 li:last-child input {
    margin-top: 10px;
    margin-left: 0 !important;
  }

  .contact_sec .box2 .container form table tr td .list1 li:last-child input[type=radio] {
    margin-top: 0;
  }

  .contact_sec .box2 .container form table tr td .wrap .flex_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_sec .box2 .container form table tr td .wrap .flex_spec input {
    width: auto;
    max-width: 170px;
  }

  .contact_sec .box2 .container form table tr td .wrap .flex_spec span {
    margin-top: 5px;
  }

  .contact_sec .box2 .container form table tr td .list1 .w100 {
    width: 100% !important;
  }

  .contact_sec .box2 .container form table tr td .list2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_sec .box2 .container form table tr td .list2 li {
    width: 100%;
  }

  .contact_sec .box2 .container form table tr td .list2 li input {
    width: 100%;
  }

  .contact_sec .box2 .container form table tr td .list3 li {
    width: 100%;
  }

  .contact_sec .box2 .container form table tr td .w370,
  .contact_sec .box2 .container form table tr td .w360,
  .contact_sec .box2 .container form table tr td .w490 {
    width: 100%;
    margin-bottom: 1%;
  }

  .contact_sec .box2 .container form table tr td .w260 {
    width: 100%;
  }

  .contact_sec .box2 .container form .btn_sec_wrap {
    width: 90%;
  }

  .contact_sec .box2 .container form .btn_sec_wrap .btn_confirm2 {
    width: 100%;
    font-size: 16px;
    cursor: pointer;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .box3 {
    padding: 8% 3%;
  }
}

/* ========== end △ */
/* recuit_sec */
.recruit_sec .wrap_content2 {
  background: url(../common_img/bg3.jpg) center top;
  padding: 80px 0 100px;
}

.recruit_sec .wrap_content2 h2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit_sec .wrap_content2 h2 span {
  margin-left: 30px;
  display: inline-block;
  height: 15px;
}

.recruit_sec .wrap_content2 h2 span img {
  max-width: 100%;
}

.recruit_sec .wrap_content2 .content {
  margin-left: -10px;
}

.recruit_sec .wrap_content2 .content dl {
  margin-bottom: 40px;
}

.recruit_sec .wrap_content2 .content dl:last-child {
  margin-bottom: 0;
}

.recruit_sec .wrap_content2 .content dl dt {
  position: relative;
  background: #f8f1e7;
  border: 1px solid #b7b7b7;
  font-size: 18px;
  padding: 15px 15px 15px 45px;
  margin-left: 30px;
}

.recruit_sec .wrap_content2 .content dl dt:after {
  display: block;
  width: 42px;
  height: 100%;
  background: url(../case/images/q.png) no-repeat center center;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}

.recruit_sec .wrap_content2 .content dl dd {
  position: relative;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-top: none;
  padding: 15px 30px 15px 45px;
  margin-left: 30px;
}

.recruit_sec .wrap_content2 .content dl dd:after {
  display: block;
  width: 42px;
  height: 100%;
  background: url(../case/images/a.png) no-repeat center center;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
}

.recruit_sec .box2 {
  padding-bottom: 80px;
}

.recruit_sec .box2 .container>p {
  text-align: center;
  margin-bottom: 50px;
}

.recruit_sec .box2 .container>p.spec {
  margin-bottom: 30px;
}

.recruit_sec .box2 .container .wrap_content .content {
  background: url(../recruit/images/bg1.png) no-repeat center top;
  padding: 30px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit_sec .box2 .container .wrap_content .content:last-child {
  margin-bottom: 0;
}

.recruit_sec .box2 .container .wrap_content .content .right {
  margin-left: 30px;
  min-width: 500px;
}

.recruit_sec .box2 .container .wrap_content .content .left {
  width: 100%;
}

.recruit_sec .box2 .container .wrap_content .content:nth-child(even) {
  background: url(../recruit/images/bg2.png) no-repeat center top;
  padding-right: 30px;
  padding-left: 0;
}

.recruit_sec .box2 .container .wrap_content .content:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 30px;
}

.recruit_sec .box2 .container .wrap_content .content:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.recruit_sec .box3 {
  padding: 50px 0;
  background: url(../about/images/bg2.png) center top;
}

.recruit_sec .box3 .container table tr th {
  border: 1px solid #463431;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #cd9f5c;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.recruit_sec .box3 .container table tr td {
  border: 1px solid #463431;
  padding: 20px;
  background: #fff;
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .recruit_sec .wrap_content2 {
    padding: 8% 3%;
    margin-top: 5%;
  }

  .recruit_sec .wrap_content2 h2 span {
    margin-left: 15px;
  }

  .recruit_sec .wrap_content2 h2 img {
    height: 10px;
    width: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .recruit_sec .box1 {
    padding: 8% 3%;
  }

  .recruit_sec .box1 .container ul {
    margin-bottom: 0;
  }

  .recruit_sec .box2 {
    padding: 0 3% 8%;
  }

  .recruit_sec .box2 .container .cm_tt {
    margin-bottom: 35px;
  }

  .recruit_sec .box2 .container .wrap_content .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px !important;
    background: url(../about/images/bg4.png) no-repeat center top !important;
  }

  .recruit_sec .box2 .container .wrap_content .content .left {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .recruit_sec .box2 .container .wrap_content .content .right {
    margin-left: 0;
    min-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .recruit_sec .box3 {
    padding: 8% 3%;
  }

  .recruit_sec .box3 .container table {
    border-bottom: 1px solid #463431;
  }

  .recruit_sec .box3 .container table tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3%;
  }

  .recruit_sec .box3 .container table tr td {
    display: block;
    border-bottom: none;
    padding: 3%;
  }
}

/* ========== end △ */
/* menu sec */
.menu_sec .box2 {
  background: url(../menu/images/bg2.jpg) no-repeat center top;
  padding: 60px 0 90px;
  background-size: cover;
}

.menu_sec .box2 .container>p {
  text-align: center;
  margin-bottom: 40px;
}

.menu_sec .box2 .container .wrap_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.menu_sec .box2 .container .wrap_content2 .content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #463431;
  background: #fff;
  margin-bottom: 35px;
}

.menu_sec .box2 .container .wrap_content2 .content h3 {
  background: #463431;
  color: #fff;
  text-align: center;
  font-size: 22px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-bottom: 2px solid #463431;
  padding: 10px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner {
  padding: 30px 150px 50px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner p {
  margin-bottom: 20px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner p:last-child {
  margin-bottom: 0;
}

.menu_sec .box2 .container .wrap_content2 .content .inner h4 {
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cd9f5c;
  text-align: center;
  width: 520px;
  margin: 0 auto 30px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner>p {
  text-align: center;
}

.menu_sec .box2 .container .wrap_content2 .content .inner h5 {
  background: #cd9f5c;
  text-align: center;
  border-radius: 50px;
  width: 520px;
  padding: 5px 0;
  margin: 0 auto 30px;
  font-size: 15px;
  font-weight: normal;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .text_right {
  text-align: right;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .text_right span {
  color: #cd9f5c;
  margin: 0 10px 0 40px;
  font-weight: bold;
  font-size: 18px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .spec2 {
  text-align: right;
  margin-bottom: 70px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table {
  width: 796px;
  margin-bottom: 70px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table:last-child {
  margin-bottom: 0;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table table {
  width: 796px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table thead th {
  border: 1px solid #463431;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  background: #cd9f5c;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table thead th.spec {
  width: 70px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table thead th:first-child {
  width: 400px;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table tbody td {
  padding: 10px 10px;
  border: 1px solid #463431;
  text-align: right;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table tbody td:first-child {
  text-align: left;
}

.menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table tbody td:first-child.spec {
  background: #f6e7cb;
  text-align: right;
}

.menu_sec .box2 .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.menu_sec .box2 .container .wrap_content .content {
  width: 530px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #463431;
  background: #fff;
  margin-bottom: 35px;
}

.menu_sec .box2 .container .wrap_content .content h3 {
  background: #463431;
  color: #fff;
  text-align: center;
  font-size: 22px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-bottom: 2px solid #463431;
  padding: 10px;
}

.menu_sec .box2 .container .wrap_content .content .inner {
  padding: 30px 20px;
}

.menu_sec .box2 .container .wrap_content .content .inner p {
  margin-bottom: 20px;
}

.menu_sec .box2 .container .wrap_content .content .inner p:last-child {
  margin-bottom: 0;
}

.menu_sec .box2 .container .wrap_content .content .inner h4 {
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cd9f5c;
  margin-bottom: 25px;
  text-align: center;
}

.menu_sec .box2 .container .wrap_content .content .inner dl dt {
  background: #cd9f5c;
  padding: 5px 0;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
}

.menu_sec .box2 .container .wrap_content .content .inner dl dd {
  padding: 10px 0px;
}

.menu_sec .box3 {
  background: url(../common_img/bg3.jpg) center top;
  padding: 80px 0 50px;
}

.menu_sec .box3 .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_sec .box3 .container .wrap_content .content .left {
  background: #f6e7cb;
  min-width: 130px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  position: relative;
}

.menu_sec .box3 .container .wrap_content .content .left:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  right: 0%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  font-size: 110px;
  line-height: 1;
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #cd9f5c;
}

.menu_sec .box3 .container .wrap_content .content .left h3 {
  text-align: center;
  color: #463431;
}

.menu_sec .box3 .container .wrap_content .content .left h3 strong {
  font-size: 22px;
}

.menu_sec .box3 .container .wrap_content .content .left h3 span {
  font-size: 30px;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 10px;
}

.menu_sec .box3 .container .wrap_content .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  width: 100%;
}

.menu_sec .box3 .container .wrap_content .content .right .inner {
  width: 100%;
  padding-top: 30px;
}

.menu_sec .box3 .container .wrap_content .content .right .inner p {
  margin-bottom: 20px;
}

.menu_sec .box3 .container .wrap_content .content .right .inner p:last-child {
  margin-bottom: 0;
}

.menu_sec .box3 .container .wrap_content .content .right .inner .btn1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu_sec .box3 .container .wrap_content .content .right .photo {
  margin-left: 35px;
  min-width: 357px;
}

.menu_sec .box3 .container .wrap_content .content:nth-child(even) .right .inner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_sec .box3 .container .wrap_content .content:nth-child(even) .right .photo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 35px;
}

.menu_sec .box3 .container .wrap_content .content:last-child .left::after {
  display: none;
}

.menu_sec .box4 {
  padding: 70px 0 100px;
}

.menu_sec .box4 .container>p {
  margin-bottom: 40px;
}

.menu_sec .box4 .container .wrap_content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.menu_sec .box4 .container .wrap_content .content:last-child {
  margin-bottom: 0;
}

.menu_sec .box4 .container .wrap_content .content .left {
  width: 100%;
}

.menu_sec .box4 .container .wrap_content .content .left .spec_ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.menu_sec .box4 .container .wrap_content .content .left .spec_ul li:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

.menu_sec .box4 .container .wrap_content .content .left .spec_ul li span {
  font-size: 18px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_left {
  margin-right: 30px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right {
  margin-right: -20px;
  width: 100%;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right tr td.spec {
  font-weight: bold;
  font-size: 16px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right tr td.spec:first-child {
  width: 10px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right tr td.spec:nth-child(2) {
  width: 96%;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right table tr td {
  padding: 5px 0;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right table tr td:nth-child(1) {
  width: 30px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right table tr td:nth-child(2) {
  width: 60px;
}

.menu_sec .box4 .container .wrap_content .content .left p {
  margin-bottom: 25px;
}

.menu_sec .box4 .container .wrap_content .content .left ul li {
  margin-bottom: 6px;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_table {
  /* width: 75%; */
  margin: 0 auto;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_table table tr th {
  border: 1px solid #463431;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #cd9f5c;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_table table tr th:nth-child(2) {
  width: 63%
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_table table tr td {
  border: 1px solid #463431;
  padding: 20px;
  background: #fff;
}

.menu_sec .box4 .container .wrap_content .content .right {
  min-width: 358px;
  margin-left: 35px;
}

.menu_sec .box4 .container .content2 h3 {
  text-align: center;
  margin-bottom: 40px;
}

.menu_sec .box4 .container .content2 h3 span {
  display: inline-block;
  background: url(../menu/images/add_paint.png) no-repeat left top;
  padding: 17px 10px 17px 20px;
  font-size: 26px;
}

.menu_sec .box4 .container .content2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_sec .box4 .container .content2 .inner .left {
  margin-right: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu_sec .box4 .container .wrap_content .content .left .wrap_table {
    width: 100%;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right {
    width: 100%;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_content2 .inner_right table tr td {
    vertical-align: top;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu_sec .box2 .container .wrap_content2 .content .inner {
    padding: 3%;
  }

  .menu_sec .box2 .container .wrap_content2 .content .inner h4 {
    width: 100%;
  }

  .menu_sec .box2 .container .wrap_content2 .content .inner h5 {
    width: 100%;
    padding: 5px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
  }

  .menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table thead tr th {
    padding: 5px;
  }

  .menu_sec .box2 .container .wrap_content2 .content .inner .wrap_table tbody tr td {
    padding: 10px 4px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu_sec .box4 .container .content2 h3 {
    margin-bottom: 30px;
  }

  .menu_sec .box4 .container .content2 h3 span {
    font-size: 22px;
    padding: 19px 10px 19px 20px;
  }

  .menu_sec .box4 .container .content2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu_sec .box4 .container .content2 .inner .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }

  .menu_sec .box4 .container .content2 .inner .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .menu_sec .box1 {
    padding: 8% 3%;
  }

  .menu_sec .box4 .container .wrap_content .content .right {
    margin: 0 auto;

  }

  .menu_sec .box1 .container ul {
    margin-bottom: 0;
  }

  .menu_sec .box2 {
    padding: 8% 3%;
  }

  .menu_sec .box2 .container .wrap_content .content {
    width: 100%;
  }

  .menu_sec .box2 .container .wrap_content .content h3 {
    font-size: 19px;
  }

  .menu_sec .box2 .container .wrap_content .content .inner h4 {
    font-size: 17px;
  }

  .menu_sec .box3 {
    padding: 8% 3%;
  }

  .menu_sec .box3 .container .wrap_content .content .left {
    min-width: 80px;
    margin-right: 20px;
  }

  .menu_sec .box3 .container .wrap_content .content .left:after {
    font-size: 50px;
    bottom: -30px;
    z-index: 9;
  }

  .menu_sec .box3 .container .wrap_content .content .left h3 strong {
    font-size: 20px;
  }

  .menu_sec .box3 .container .wrap_content .content .left h3 span {
    font-size: 25px;
  }

  .menu_sec .box3 .container .wrap_content .content .left h3 img {
    width: 70%;
  }

  .menu_sec .box3 .container .wrap_content .content .right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .menu_sec .box3 .container .wrap_content .content .right .inner {
    margin-bottom: 5%;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .menu_sec .box3 .container .wrap_content .content .right .inner .btn1 a {
    text-align: center;
  }

  .menu_sec .box3 .container .wrap_content .content .right .photo {
    min-width: 100%;
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 0 !important;
  }

  .menu_sec .box3 .container .wrap_content .content:last-child .right {
    padding-bottom: 0;
  }

  .menu_sec .box4 {
    padding: 8% 3%;
  }

  .menu_sec .box4 .container .wrap_content .content {
    margin-bottom: 7%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu_sec .box4 .container .wrap_content .content .left {
    margin-bottom: 0%;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_table table tr th,
  .menu_sec .box4 .container .wrap_content .content .left .wrap_table table tr td {
    padding: 3%;
  }

  .menu_sec .box4 .container .wrap_content .content .left {
    margin-top: 5%;
    min-width: 100%;
    margin-left: 0;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_table {
    width: 100%;
    overflow: auto;
    margin-bottom: 0;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_table thead tr th {
    padding: 5px;
  }

  .menu_sec .box4 .container .wrap_content .content .left .wrap_table tbody tr td {
    padding: 20px;
  }
}

.menu_sec .box4 .container .wrap_content .content .left .wrap_table table {
  width: 1100px;
}
}


/* ========== end △ */
/* news */
.news_sec {
  padding: 70px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news_sec {
    padding: 8% 3%;
  }
}

/* ========== end △ */
.spec_font {
  font-weight: bold;
  font-size: 16px;
}

/*.contact_sec input[type="submit"] {*/
/*  -webkit-appearance: push-button;*/
/*  user-select: none;*/
/*  white-space: pre;*/
/*  align-items: flex-start;*/
/*  text-align: center;*/
/*  cursor: default;*/
/*  color: buttontext;*/
/*  background-color: buttonface;*/
/*  box-sizing: border-box;*/
/*  padding: 1px 6px;*/
/*  border-width: 2px;*/
/*  border-style: outset;*/
/*  border-color: buttonface;*/
/*  border-image: initial;*/
/*}*/
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.qr {
  margin: 30px auto 0;
  text-align: center;
}

.qr img {
  width: 150px;
}