@charset "UTF-8";

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}

/* ========== end △ */
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

/* ========== end △ */
#breadcrumb li {
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  padding-left: 25px;
}

#breadcrumb li:first-child {
  color: #000;
  text-align: left;
  font-weight: bold;
  padding-left: 0;
}

#breadcrumb li::before {
  content: "ー";
  margin-right: 6px;
  color: #000;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#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;
}

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

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

/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

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

/* ==================================================
	List:
    Common CSS
    About
    Company
    Contact
================================================== */
/* ==================================================
    Common Css
================================================== */
#tt_page {
  background: url(../images/about/tt_page_bg.png) no-repeat center top;
  background-size: cover;
}

#tt_page .container {
  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;
  height: 244px;
}

#tt_page .container h1 {
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
}

#tt_page .container h1 span {
  display: block;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
}

#tt_page .container h1 strong {
  font-size: 20px;
  font-weight: 400;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #tt_page .container {
    height: 180px;
  }

  #tt_page .container h1 span {
    font-size: 40px;
  }

  #tt_page .container h1 strong {
    font-size: 17px;
  }
}

/* ========== end △ */
.cm_sec {
  margin-top: 0;
}

.cm_sec .twitter {
  display: none;
}

.cm_tt4 {
  text-align: center;
  font-size: 40px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  background: url(../images/about/line.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt4 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}

/* ========== end △ */
.cm_nav {
  margin: 50px 0;
}

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

.cm_nav .container ul li a {
  background: #000;
}

.cm_nav .container ul li.left a:before {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.cm_nav .container ul li.left a:hover:before {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.cm_nav .container ul li.left a:after {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_nav {
    margin: 40px 0;
  }

  .cm_nav .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm_nav .container ul li {
    width: 48%;
  }

  .cm_nav .container ul li:last-child {
    margin-bottom: 0;
  }

  .cm_nav .container ul li a {
    min-width: 100%;
    width: 100%;
  }
}

/* ========== end △ */
.cm_tt6 {
  background: url(../images/recruit/bg.png) repeat-y left center;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.35;
}

.cm_tt6 span {
  font-size: 24px;
  font-weight: bold;
}

.cm_tt5 {
  font-size: 24px;
  color: #21957f;
  margin-bottom: 20px;
}

.cm_table1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 160px;
}

.cm_table1 table {
  width: 100%;
}

.cm_table1 table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cm_table1 table tr th {
  border-bottom: 2px solid #009c84;
  padding: 20px;
  font-weight: bold;
  color: #009c84;
  min-width: 200px;
}

.cm_table1 table tr td {
  width: calc(100% - 203px);
  border-bottom: 2px solid #cbeae4;
  padding: 20px;
}

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

  .cm_table1 table tr th {
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .cm_table1 table tr td {
    width: 100%;
    padding: 10px;
  }
}

/* ========== end △ */
.cm_table2 table {
  width: 100%;
}

.cm_table2 table tr th {
  background: #cbeae4;
  min-width: 245px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

.cm_table2 table tr td {
  padding: 20px;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_table2 table {
    border-bottom: 1px solid #b9b9b9;
  }

  .cm_table2 table tr th {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 10px;
    text-align: left;
    border-bottom: none;
  }

  .cm_table2 table tr td {
    padding: 10px;
    width: 100%;
    display: block;
    border-bottom: none;
  }

  .cm_table2 table tr td ul li span {
    color: #009c84;
    margin-right: 5px;
  }
}

/* ========== end △ */
#formEnd {
  margin: 40px 0;
}

#formEnd p {
  text-align: center;
  margin-bottom: 15px;
}

#formEnd a {
  color: #009c84;
}

#formEnd .error {
  color: red;
  text-align: center;
  display: block;
  margin: 10px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd {
    font-size: 14px;
  }
}

/* ========== end △ */
#formEnd .confirm_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#formEnd .confirm_spec .box_submit {
  margin: 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #formEnd .confirm_spec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #formEnd .confirm_spec .box_submit {
    margin: 10px 0;
    width: 90%;
  }

  #formEnd .confirm_spec .box_submit .prev:before {
    left: 15px;
  }

  #formEnd .confirm_spec .box_submit .btn_sec_wrap:before {
    right: 15px;
  }
}

/* ========== end △ */
.box_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
}

.box_submit .btn_sec_wrap {
  position: relative;
  width: 360px;
  overflow: hidden;

  background: #fff;
  border-radius: 50px;
}

.box_submit .btn_sec_wrap.active {
  background: #009c84;
}

.box_submit .btn_sec_wrap.active:after {
  display: block;
}

.box_submit .btn_sec_wrap:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #e60057;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}

.box_submit .btn_sec_wrap:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  font-weight: normal;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
  font-size: 16px;
  background-size: 100% auto;
}

.box_submit .btn_sec_wrap .btn_confirm2 {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  padding: 0 30px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 30px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.box_submit .btn_sec_wrap:hover .btn_confirm2 {
  color: #fff;
}

.box_submit .btn_sec_wrap:hover:before {
  color: #fff;
}

.box_submit .btn_sec_wrap:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.box_submit .btn_sec_wrap.prev {
  background: #aaa;
}

.box_submit .btn_sec_wrap.prev.finish {
  background: #3f3f3f;
}

.box_submit .btn_sec_wrap.prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: 30px;
}

.box_submit .btn_sec_wrap.prev:after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.box_submit .btn_sec_wrap.prev:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box_submit .btn_sec_wrap {
    min-width: 90%;
  }

  .box_submit .btn_sec_wrap:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}

/* ========== end △ */
/* ==================================================
    About
================================================== */
.about_sec {
  padding-bottom: 100px;
}

.about_sec .box1 .container h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.about_sec .box1 .container .banner {
  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-bottom: 80px;
}

.about_sec .box1 .container .banner h3 {
  font-family: 'M PLUS 1p', sans-serif;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

.about_sec .box1 .container .banner h3 span {
  display: block;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

.about_sec .box1 .container .banner h3 strong {
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
  margin: 0 -50px;
}

.about_sec .box2 {
  margin-bottom: 70px;
}

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

.about_sec .box2 .container .banner {
  text-align: center;
}

.about_sec .box2 .container .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.about_sec .box2 .container .content2 .right {
  width: 65%;
}

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

.about_sec .box3 .container>figure {
  margin-bottom: 60px;
  text-align: center;
}

.about_sec .box3 .container .content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.about_sec .box3 .container .content2 .right {
  width: 65%;
}

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

  .about_sec .box1 .container .banner {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .about_sec .box1 .container .banner figure {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .about_sec .box1 .container .banner figure:last-child {
    top: auto;
    bottom: 20px;
  }

  .about_sec .box1 .container .banner figure img {
    height: 90px;
  }

  .about_sec .box1 .container .banner h2 span {
    font-size: 3.5vw;
  }

  .about_sec .box1 .container .banner h2 strong {
    position: relative;
    margin: 0;
    font-size: 3.5vw;
  }

  .about_sec .box1 .container .content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_sec .box1 .container .content2 figure {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
    min-width: 100%;
  }

  .about_sec .box1 .container .content2 .right {
    width: 100%;
  }

  .about_sec .box2 {
    margin-bottom: 40px;
  }

  .about_sec .box2 .container p {
    text-align: left;
  }

  .about_sec .box2 .container p br {
    display: none;
  }

  .about_sec .box2 .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about_sec .box2 .container ul li {
    width: 48%;
    margin: 0 1% 2%;
  }

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

  .about_sec .box2 .container .content2 figure {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
    min-width: 100%;
  }

  .about_sec .box2 .container .content2 .right {
    width: 100%;
  }

  .about_sec .box3 .container p {
    text-align: left;
  }

  .about_sec .box3 .container p br {
    display: none;
  }

  .about_sec .box3 .container .content2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_sec .box3 .container .content2 figure {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
    min-width: 100%;
  }

  .about_sec .box3 .container .content2 .right {
    width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
    Company
================================================== */
.company_sec {
  padding-bottom: 100px;
}

.company_sec .box1 {
  padding: 0 0 90px;
}

.company_sec .box1 .container {
  position: relative;
}

.company_sec .box1 .container .decor1 {
  position: absolute;
  left: -200px;
  bottom: -200px;
}

.company_sec .box1 .container .decor2 {
  position: absolute;
  right: -200px;
  bottom: -200px;
}

.company_sec .box2 .container .map {
  margin-bottom: 60px;
}

.company_sec .box2 .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company_sec .box2 .container .content .left {
  width: 120px;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #009c84;
  border-radius: 100px;
  position: relative;
  margin-right: 30px;
}

.company_sec .box2 .container .content .left:after {
  content: "";
  width: 10px;
  height: 100%;
  right: -10px;
  top: 0;
  position: absolute;
  display: block;
  background: url(../images/company/arrow.png) no-repeat center center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .company_sec .box1 {
    padding-bottom: 50px;
  }

  .company_sec .box1 .container .decor1 {
    position: absolute;
    width: 100px;
    background-size: 100%;
    left: auto;
    bottom: 150px;
    right: 0;
  }

  .company_sec .box1 .container .decor2 {
    position: absolute;
    width: 100px;
    background-size: 100%;
    left: auto;
    bottom: 000px;
    right: 0;
  }

  .company_sec .box2 .container .map iframe {
    height: 300px;
  }

  .company_sec .box2 .container .content .left {
    min-width: 120px;
    height: 120px;
  }
}

/* ========== end △ */
/* ==================================================
    Contact
================================================== */
.contact_sec .box1 {
  padding: 0px 0 70px;
}

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

.contact_sec .box1 .container>p a {
  color: #009c84;
}

.contact_sec .box1 .container form .two_ul {
  width: 100%;
}

.contact_sec .box1 .container form .two_ul li {
  width: 100%;
  margin-bottom: 10px;
}

.contact_sec .box1 .container form .two_ul li p {
  margin-bottom: 0;
}

.contact_sec .box1 .container form .two_ul li input {
  width: 100%;
}

.contact_sec .box1 .container form.rental01 table tr th .inner {
  padding-left: 110px;
}

.contact_sec .box1 .container form .ninni {
  background: #000;
  width: 50px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box1 .container form .hissu {
  background: #e60057;
  color: #fff;
  width: 50px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  float: right;
  font-size: 13px;
  position: absolute;
  right: 20px;
  height: 25px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.contact_sec .box1 .container form table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_sec .box1 .container form table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contact_sec .box1 .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 .box1 .container form table tr:first-child th {
  border-top: 1px solid #cccccc;
}

.contact_sec .box1 .container form table tr:first-child td {
  border-top: 1px solid #cccccc;
}

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

.contact_sec .box1 .container form table tr th {
  min-width: 300px;
  width: 350px;
  -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;
  padding: 20px 0 20px 0;
  height: auto;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
}

.contact_sec .box1 .container form table tr th.spec .inner {
  padding-left: 105px;
}

.contact_sec .box1 .container form table tr th em {
  font-size: 12px;
  font-weight: normal;
}

.contact_sec .box1 .container form table tr th strong {
  font-weight: bold;
}

.contact_sec .box1 .container form table tr th .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.contact_sec .box1 .container form table tr td .error {
  color: red;
  display: block;
  width: 100%;
  margin: 5px 0;
}

.contact_sec .box1 .container form table tr td .name_ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact_sec .box1 .container form table tr td .name_ul li {
  width: 49%;
}

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

.contact_sec .box1 .container form table tr td {
  padding: 20px 30px;
  width: 900px;
  -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 dashed #ccc;
}

.contact_sec .box1 .container form table tr td .w70 {
  width: 70%;
}

.contact_sec .box1 .container form table tr td .w30 {
  width: 15%;
}

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

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

.contact_sec .box1 .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 .box1 .container form table tr td .wrap .flex_spec .w100 {
  width: 35%;
}

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

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

.contact_sec .box1 .container form table tr td .w40 {
  width: 45%;
}

.contact_sec .box1 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.contact_sec .box1 .container form table tr td .list1 li:last-child input[type=text] {
  width: 80%;
  margin-left: 20px;
}

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

.contact_sec .box1 .container form table tr td .list2 li {
  width: 33%;
}

.contact_sec .box1 .container form table tr td .list2 li:first-child {
  margin-right: 30px;
}

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

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

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

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

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

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

.contact_sec .box1 .container form table tr td input,
.contact_sec .box1 .container form table tr td select,
.contact_sec .box1 .container form table tr td option,
.contact_sec .box1 .container form table tr td optgroup {
  border: 1px solid #f1f1f1;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_sec .box1 .container form table tr td textarea {
  border: 1px solid #f1f1f1;
  height: 220px;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: auto;
}

.contact_sec .box1 .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 .box1 .container form table tr td .zip {
  display: inline-block;
  color: #f89b00;
  margin-left: 20px;
  background: url(../common_img/side_row.png) no-repeat left center;
  padding-left: 20px;
}

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

.contact_sec .contact-intro__items {
  counter-reset: introNum;
  width: fit-content;
  max-width: 96%;
  margin-block: 1.5em 3em;
  margin-inline: auto;
}

.contact_sec .contact-intro__head {
  counter-increment: introNum;
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  &::before {
    content: counter(introNum)".";
    flex-shrink: 0;
  }
  .contact-intro__desc + & {
    margin-block-start: 0.75em;
  }
}


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

  .contact_sec .box1 .container>p {
    text-align: left;
  }
}

/* ========== end △ */
.contact_sec .box2 {
  background: #fff;
  padding: 0px 0 70px;
}

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

.contact_sec .box2 .container .content {
  margin-bottom: 60px;
  padding: 50px;
  background: #ffffff;
  border: 1px solid #009c84;
  border-radius: 30px;
}

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

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

.contact_sec .box2 .container .content .wrap_line {
  margin-bottom: 30px;
}

.contact_sec .box2 .container .content ul li {
  list-style-type: disc;
  margin-left: 30px;
  color: #009c84;
}

.contact_sec .box2 .container .content ul li span {
  color: #333;
  font-weight: normal;
}

.contact_sec .box2 .container .content ul.number li {
  color: #333;
  list-style-type: decimal;
  font-weight: bold;
}

.contact_sec .box2 .container .content a {
  color: #009c84;
}

.contact_sec .box2 .container .content p:last-child a {
  color: #333;
}

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

  .contact_sec .box2 .container>p {
    text-align: left;
  }

  .contact_sec .box2 .container>p br {
    display: none;
  }

  .contact_sec .box2 .container .content {
    margin-bottom: 40px;
    padding: 20px;
  }

  .contact_sec .box2 .container .content p,
  .contact_sec .box2 .container .content ul {
    margin-bottom: 20px;
  }

  .contact_sec .box2 .container .content .wrap_line {
    padding: 0px 0px;
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 0 0 50px;
  }
}

/* ========== end △ */
@media only screen and (max-width: 639px) and (max-width: 460px) {
  .contact_sec .box1 .container .banner .inner .line ul li {
    font-size: 22px;
  }

  .contact_sec .box1 .container .banner .inner .line ul li span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 639px) {
  /* ========== end △ */
}

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

/* ========== end △ */
/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 768px) {

  .contact_sec .box1 .container form .hissu,
  .contact_sec .box1 .container form .ninni2 {
    float: right;
    margin-left: 0;
    margin-right: 0%;
    right: 0;
    left: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 768px) {
  .contact_sec .box1 .container form table {
    width: 100%;
    display: block;
  }

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

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

  .contact_sec .box1 .container form table tr:first-child th {
    border-top: none;
  }

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

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

  .contact_sec .box1 .container form table tr th .inner strong {
    display: block;
    text-align: left;
  }

  .contact_sec .box1 .container form table tr th .inner strong br {
    display: none;
  }

  .contact_sec .box1 .container form table tr th .inner .hissu,
  .contact_sec .box1 .container form table tr th .inner .ninni {
    right: 0;
  }

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

  .contact_sec .box1 .container form table tr td {
    width: 100%;
    padding: 10px 0 15px 0px !important;
    margin-left: 0;
    display: block;
  }

  .contact_sec .box1 .container form table tr td span {
    display: inline-block;
  }

  .contact_sec .box1 .container form table tr td span.ml10 {
    display: inline-block;
  }

  .contact_sec .box1 .container form table tr td #state {
    width: 80%;
    display: block;
    margin-top: 10px;
  }

  .contact_sec .box1 .container form table tr td .w60 {
    width: 100%;
    margin-bottom: 8px;
  }

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

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

  .contact_sec .box1 .container form table tr td .list1 li input[type=radio] {
    height: auto;
    margin-left: 0;
  }

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

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

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

  .contact_sec .box1 .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 .box1 .container form table tr td .wrap .flex_spec input {
    width: auto;
    max-width: 170px;
  }

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

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

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

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

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

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

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

/* ==================================================
    Recruit
================================================== */
.recruit_sec .box1 {
  padding: 50px 0;
}

.recruit_sec .box1 .container {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 50px;
}

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

  .recruit_sec .box1 .container {
    padding: 30px;
  }
}

/* ========== end △ */
/* ==================================================
    Recruit
================================================== */
.news_sec .container .content .title {
  background: url(../images/news/bg.png) repeat-x center bottom;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.news_sec .container .content .title p {
  display: block;
  font-weight: 400;
  color: #009c84;
}

.news_sec .container .content .title h2 strong {
  font-size: 20px;
}

.news_sec .container .content .title h2 strong a {
  text-decoration: none;
  font-size: 20px;
}

.news_sec .container .content .title h2 strong a:hover {
  color: #009c84;
}

.news_sec .container .content .inner h2 {
  position: relative;
  margin-bottom: 20px;
}

.news_sec .container .content .inner h2:after {
  display: none;
  width: 100%;
  height: 100%;
  bottom: -3px;
  background: #3fb8a9;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}

.news_sec .container .content .inner h2 {
  position: relative;
  background: #cbeae4;
  border-bottom: 2px solid #3fb8a9;
  display: block;
  padding: 5px 20px;
  border-radius: 10px;
  z-index: -2;
  font-size: 21px;
}

.news_sec .container .content .inner h3 {
  margin-bottom: 30px;
  font-size: 18px;
  background: url(../images/news/bg2.png) repeat-x center bottom;
  padding-bottom: 15px;
}

.news_sec .container .content .inner p {
  margin-bottom: 20px;
}

.news_sec .container .content .inner figure {
  margin-bottom: 40px;
}

.news_sec .container .content .inner .video {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_sec .container .content .inner h4 {
  margin-bottom: 20px;
  color: #21957f;
  position: relative;
  padding-left: 20px;
}

.news_sec .container .content .inner h4:after {
  display: block;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #009c84;
  position: absolute;
  border-radius: 10px;
}

.news_sec.detail .container .content .title {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news_sec.detail .container .content .inner h2 span {
  font-size: 18px;
  /* padding: 5px 15px; */
}