@charset "UTF-8";
/* SCSS Document */
/*** コンポーネント設定 ***/
/*表示設定*/
.sp-none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: inherit !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-tab-only {
    display: none !important;
  }
}

.sp-only {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .pc-only {
    display: inherit !important;
  }
}

/*position設定*/
.p-relative {
  position: relative;
}

/*font・text設定*/
.font-b {
  font-weight: bold;
}

.font-2 {
  font-size: 2rem;
}

.fs-1_1 {
  font-size: 1.1rem;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

/*flex設定*/
.flex {
  display: flex;
}

.flex-jc-sb {
  display: flex;
  justify-content: space-between;
}

/*display設定*/
.d-block {
  display: block;
}

/*margin設定*/
.m-auto {
  margin: auto !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.my-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/*padding設定*/
.p-0 {
  padding: 0 !important;
}

.p-l2 {
  padding-left: 2rem !important;
}

.p-r2 {
  padding-right: 2rem !important;
}

/*img設定*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*その他の設定*/
.border-none {
  border: none !important;
}

.border-1 {
  border: 1px solid #333;
}

.sp_br {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

/*** KEG_STYLE ***/
/*全体設定*/
* {
  font-family: '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

p {
  line-height: 1.6;
}

.brder-b {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 768px) {
  .brder-b {
    border-bottom: none;
  }
}

.w-auto {
  width: auto !important;
}

.w-414 {
  max-width: 414px;
}
@media screen and (min-width: 768px) {
  .w-414 {
    max-width: 1200px;
  }
}

.w-1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.common_box_A, .common_box_B {
  background: #c0272d;
  border-radius: 6px;
  width: 240px;
  padding: .8rem 1rem;
  color: white;
  display: inline-block;
}

.common_box_B {
  width: 160px;
  font-size: .85rem;
}
@media screen and (min-width: 768px) {
  .common_box_B {
    width: 240px;
    font-size: 1rem;
  }
}
.common_box_B i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: .8rem;
}

.m_m16px {
  margin-right: -16px;
  margin-left: -16px;
}

.warp_box {
  width: 100%;
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.warp_box .box_A, .warp_box .box_B {
  padding: 2rem 0;
}
.warp_box .box_A img, .warp_box .box_B img {
  display: block;
  margin: auto;
}
.warp_box .box_A {
  border: 1px solid #333;
}

.dl_contact {
  display: block;
  max-width: 414px;
  margin: auto;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .dl_contact {
    max-width: 560px;
  }
}
.dl_contact .text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dl_contact .text {
    text-align: left;
  }
}

.hero_box {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .hero_box {
    padding: 4rem 0;
    min-height: 240px;
  }
}
.hero_box section {
  width: 100%;
  max-width: 800px;
  padding: 0 1rem;
  margin: auto;
}
.hero_box section h1 {
  text-align: center;
  font-size: 1.6rem;
}
.hero_box section .mt {
  margin-top: 1rem;
}
.hero_box section .mb {
  margin-bottom: 1rem;
}

.cont-text-l, .cont-text-s {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cont-text-l, .cont-text-s {
    text-align: center;
  }
}
.cont-text-l span, .cont-text-s span {
  position: relative;
}
.cont-text-l span::after, .cont-text-s span::after {
  content: '';
  width: 100%;
  height: 40%;
  background: #ffcd00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cont-text-l {
  font-weight: bold;
  font-size: 1.25rem;
}

/* 個別設定 */
.service_flow, .service_flow_sp, .about_hero {
  top: 0;
  text-align: center;
  width: 100%;
  padding: 1.5rem 1rem;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  padding-top: 4rem;
}
.service_flow p, .service_flow h1, .service_flow_sp p, .service_flow_sp h1, .about_hero p, .about_hero h1 {
  text-shadow: white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px, white 3px 3px 5px, white -3px 3px 5px, white 3px -3px 5px, white -3px -3px 5px, white 5px 5px 10px, white -5px 5px 10px, white 5px -5px 10px, white -5px -5px 10px;
}
@media screen and (min-width: 768px) {
  .service_flow h1, .service_flow_sp h1, .about_hero h1 {
    font-size: 2rem;
  }
}

.service_flow_sp {
  position: static;
  padding-top: 1rem;
}

.about_hero {
  top: 50%;
  transform: translateY(-50%);
  padding: 3rem 1rem;
}

.skill_box {
  background: #e5e5e5;
}
.skill_box h1 {
  position: relative;
}
.skill_box h1::after {
  content: '';
  height: 3px;
  width: 88px;
  position: absolute;
  background: #c0272d;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

/* HEADER設定 */
header {
  width: 100%;
}

.head_top {
  color: white;
  background: #c0272d;
  padding: .4rem 1rem;
  font-size: .85rem;
}

.sp_head {
  color: white;
  background: #c0272d;
  padding: .8rem 1rem;
}
.sp_head h1 {
  font-size: 20px;
}
.sp_head h1 a {
  color: inherit;
}

.head_wrap {
  padding: 0 2rem;
}

.head_title {
  padding-right: 2rem;
}
@media screen and (min-width: 1000px) {
  .head_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .head_title h1 {
    font-size: calc(10vw - 81px);
    padding-left: 4px;
  }
  .head_title h1 a {
    color: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .head_title h1 {
    font-size: 2rem;
  }
}
.head_title img {
  width: 100%;
  max-width: 322px;
}

ul.head_nav li {
  padding: .5rem 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  min-width: 120px;
}
ul.head_nav li:hover {
  background: #4c4c4b;
  color: white;
}
ul.head_nav li:hover i::before {
  color: white !important;
}
ul.head_nav a {
  color: inherit;
  display: block;
  border-left: 1px solid #333;
  padding: 1rem;
}
ul.head_nav span {
  display: block;
  font-size: 2rem;
  margin-bottom: .3rem;
}


/*DRAWR設定*/
.sp_drawr {
  position: absolute;
  top: 11px;
  left: 20px;
}

.drawr_box {
  transition: opacity .4s, visibility 0s ease .4s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.drawr_box.active {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

ul.drawr_cont {
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
ul.drawr_cont li {
  padding: 1rem 0;
}
ul.drawr_cont a {
  color: inherit;
  font-size: 1.5rem;
}

.drawr_btn, .drawr_btn span {
  display: inline-block;
  cursor: pointer;
  transition: all .4s;
}

.drawr_btn {
  position: relative;
  width: 30px;
  height: 22px;
}
.drawr_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  border-radius: 4px;
  transition: all .5s;
}
.drawr_btn span:nth-of-type(1) {
  top: 0px;
}
.drawr_btn span:nth-of-type(2) {
  top: 10px;
}
.drawr_btn span:nth-of-type(3) {
  bottom: 0;
}
.drawr_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.drawr_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.drawr_btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(45deg);
}

.drawr_contact {
  margin-top: 2rem;
  text-align: center;
}
.drawr_contact span {
  padding-bottom: .75rem;
  display: block;
}

/*SUB HEADER設定*/
#sub_header {
  position: relative;
  width: 100%;
}
#sub_header img {
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #sub_header img {
    max-height: calc(100vh - 132px);
  }
}

#top_contact {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (min-width: 1000px) {
  #top_contact {
    display: inline;
  }
}
#top_contact ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#top_contact ul .tp_mail, #top_contact ul .tp_tell, #top_contact ul .tp_dl {
  margin-bottom: .75rem;
  width: 56px;
  min-width: 56px;
  height: 56px;
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  padding: .5rem;
}
#top_contact ul .tp_mail, #top_contact ul .tp_tell, #top_contact ul .tp_dl {
  background: white;
  transition: all .3s;
  position: relative;
}
#top_contact ul .tp_mail:hover, #top_contact ul .tp_mail.active, #top_contact ul .tp_tell:hover, #top_contact ul .tp_tell.active, #top_contact ul .tp_dl:hover, #top_contact ul .tp_dl.active {
  background: #ffcd00;
  transition: all .5s;
}
#top_contact ul .tp_mail:hover, #top_contact ul .tp_mail.active {
  width: 180px;
  justify-content: flex-start;
}
#top_contact ul .tp_dl:hover, #top_contact ul .tp_dl.active {
  width: 220px;
  justify-content: flex-start;
}
#top_contact ul .tp_mail:hover::after, #top_contact ul .tp_dl:hover::after,
#top_contact ul .tp_mail.active::after, #top_contact ul .tp_dl.active::after {
  font-size: 1.2rem;
  padding-left: 1rem;
  position: absolute;
  left: 2.5rem;
  white-space: nowrap;
}
#top_contact ul .tp_mail:hover::after, #top_contact ul .tp_mail.active::after {
  content: 'お問い合わせ';
}
#top_contact ul .tp_dl:hover::after, #top_contact ul .tp_dl.active::after {
  content: '資料ダウンロード';
}

/*FOOTER設定*/
#footer {
  width: 100%;
  background: #4d4d4d;
  padding: 2rem 1rem 4.25rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-bottom: .75rem;
  }
}
#footer a {
  color: inherit;
}
#footer h2 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
#footer ul.sns {
  font-size: 1.75rem;
  padding-top: 1rem;
}
#footer ul.sns li {
  margin-right: .75rem;
}

.footer_wrap {
  width: 100%;
  max-width: 1300px;
}
@media screen and (min-width: 1000px) {
  .footer_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.footer_left {
  line-height: 1.7;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer_left {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.footer_right {
  display: flex;
  width: 100%;
  font-size: 13px;
  padding-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .footer_right {
    max-width: 450px;
    justify-content: flex-end;
    padding-top: 0;
    font-size: 1rem;
  }
}
.footer_right .f_nav1 {
  width: 36%;
}
.footer_right .f_nav2 {
  width: 36%;
}
.footer_right .f_nav3 {
  width: 28%;
}
.footer_right ul li {
  margin-bottom: .75rem;
}
@media screen and (min-width: 1000px) {
  .footer_right ul li {
    margin-bottom: 1rem;
  }
  .footer_right ul li:hover::before {
    content: '－';
    display: inline-block;
  }
}

.copy {
  margin-top: 1rem;
  text-align: center;
  font-size: 12px;
}

.bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c0272d;
  display: flex;
  z-index: 300;
  padding: .75rem;
}
.bottom_nav a {
  width: calc(100% / 3);
  text-align: center;
  font-size: .75rem;
}
.bottom_nav a.tel, .bottom_nav a.home {
  width: calc((100% / 3) - 1px);
  position: relative;
}
.bottom_nav a.tel::after, .bottom_nav a.home::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: inline-block;
  border-right: 1px solid white;
  height: 100%;
  width: 1px;
}
.bottom_nav a i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
@media screen and (min-width: 768px) {
  .bottom_nav {
    display: none;
  }
}

/*INDEX*/
.tb_nav, .tb_nav_under {
  padding: 2rem 1rem;
}
.tb_nav ul, .tb_nav_under ul {
  display: flex;
  flex-wrap: wrap;
}
.tb_nav ul li, .tb_nav_under ul li {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem .5rem;
}
.tb_nav ul li a, .tb_nav_under ul li a {
  color: inherit;
  font-size: .75rem;
  text-align: center;
}
.tb_nav ul li span, .tb_nav_under ul li span {
  display: block;
  font-size: 2rem;
  margin-bottom: .6rem;
}
@media screen and (min-width: 1000px) {
  .tb_nav, .tb_nav_under {
    display: none !important;
  }
}

.tb_nav_under {
  display: none;
}

.b_arrow {
  position: relative;
}
.b_arrow span {
  background: #333;
  height: 2px;
  width: 30px;
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.b_arrow span:nth-of-type(1) {
  transform: translate(-5px, 0px) rotate(-45deg);
}
.b_arrow span:nth-of-type(2) {
  transform: translate(-25px, 0px) rotate(45deg);
}

.top_col_l {
  display: flex;
  flex-direction: column;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .top_col_l {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_col_l {
    flex-direction: row;
    margin: auto;
  }
}
.top_col_l .box_l {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .top_col_l .box_l {
    width: 45%;
  }
}
.top_col_l .box_r {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top_col_l .box_r {
    width: 55%;
    margin-top: 0;
  }
}

.top_col_r {
  display: flex;
  flex-direction: column;
  padding: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .top_col_r {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .top_col_r {
    flex-direction: row;
    margin: auto;
  }
}
.top_col_r .box_r {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 1;
}
@media screen and (min-width: 768px) {
  .top_col_r .box_r {
    order: 2;
    width: 45%;
  }
}
.top_col_r .box_l {
  order: 2;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top_col_r .box_l {
    order: 1;
    width: 55%;
    margin-top: 0;
  }
}

.top_col_l .box_l p, .top_col_l .box_r p, .top_col_r .box_l p, .top_col_r .box_r p {
  line-height: 1.5;
}
.top_col_l .box_l h2, .top_col_l .box_r h2, .top_col_r .box_l h2, .top_col_r .box_r h2 {
  font-size: 1.6rem;
  padding: 1.25rem 0;
}

.p_circle {
  border-radius: 50%;
  border: 1px solid #333;
  width: 112px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 2rem;
  font-size: .7rem;
  background: white;
}
.p_circle span {
  display: block;
  font-size: 2rem;
}
.p_circle .pc_info {
  padding-bottom: .6rem;
}

.top_col_bg1 {
  background: #f9eaeb;
}

.top_col_bg2 {
  background: #d8d8d8;
}

.info_wrap {
  position: relative;
  margin: 1rem auto;
  padding: 1rem;
}

#info_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  box-shadow: 0px 0px 6px 3px #d5d5d5;
  background: white;
  padding: 1rem;
  z-index: 5;
  transition: opacity .4s, visibility 0s ease .4s;
  opacity: 0;
  visibility: hidden;
}
#info_text span {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 4px;
}
#info_text span:nth-of-type(1) {
  transform: translateY(-3px) rotate(-45deg);
}
#info_text span:nth-of-type(2) {
  transform: translateY(-19px) rotate(45deg);
}
#info_text.active {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
#info_text.active span:nth-of-type(1) {
  transform: translateY(-3px) rotate(-45deg);
}
#info_text.active span:nth-of-type(2) {
  transform: translateY(-19px) rotate(45deg);
}

.info_btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.info_li {
  padding: 1rem;
  border-top: 1px solid #333;
}
.info_li:last-child {
  border-bottom: 1px solid #333;
}
.info_li a {
  display: block;
  color: inherit;
  padding: .25rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info_li a {
    display: flex;
    align-items: center;
    padding: .75rem 0;
  }
}
.info_li a time {
  display: inline-block;
  margin-bottom: 1rem;
  border: 1px solid #333;
  padding: .5rem 2rem;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .info_li a time {
    margin-bottom: auto;
    margin-right: 1rem;
  }
}
.info_li a::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .info_li a::after {
    right: 3rem;
  }
}

#text time {
  display: inline-block;
  margin-bottom: 1rem;
  background: #c0272d;
  padding: .5rem 2rem;
  border-radius: 50px;
  color: white;
}
@media screen and (min-width: 768px) {
  #text time {
    margin-right: 1rem;
    border-radius: 6px;
  }
}
#text p {
  line-height: 1.7;
}

/*SERVICE*/
.sf_wrap {
  position: relative;
  width: auto;
  max-width: 980px;
  margin: 0 auto 5rem;
  padding: 2rem 1rem;
  z-index: 5;
  background: white;
}
@media screen and (min-width: 1000px) {
  .sf_wrap {
    margin-top: -200px;
    box-shadow: 0px 0px 8px 2px #999;
  }
}
.sf_wrap img {
  display: block;
  margin: auto;
  padding-bottom: 3rem;
}

/*FLOW*/
.w_flow_contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .w_flow_contact {
    width: auto;
  }
}

/*DOCUMENT*/
.document_wrap {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.document_wrap section {
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .document_wrap section {
    width: 33.333%;
    padding: 2rem;
  }
}
.document_wrap section img {
  display: block;
  margin: auto;
  padding: 1rem;
  width: 100;
  max-width: 100%;
  max-height: 243px;
  overflow: hidden;
}
.document_wrap section h2 {
  text-align: center;
  padding: 1rem 0;
}

/*RECRUITMENT*/
#recrut_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding-top: 2rem;
}
#recrut_wrap section {
  display: flex;
  width: 100%;
  min-height: 0%;
  margin: 1rem 0 2rem;
  position: relative;
  padding: 1rem;
  border-top: 1px solid #999;
}
#recrut_wrap section:last-child {
  border-bottom: 1px solid #999;
}
#recrut_wrap section:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #recrut_wrap section {
    margin: 1rem 1rem 2rem;
    border: 1px solid #999;
    flex-direction: column;
    max-width: calc((100% / 2) - 2rem);
    padding-bottom: calc(1rem + 51.2px);
  }
  #recrut_wrap section:first-child {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  #recrut_wrap section {
    max-width: calc((100% / 3) - 2rem);
  }
}

.industry {
  background: #ffcd00;
  display: inline-block;
  font-size: .8rem;
  padding: .25rem 2rem;
  border-radius: 6px;
  margin: .5rem 0;
}

.rw_l {
  min-height: 0%;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .rw_l {
    margin-right: 0;
  }
}
.rw_l img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .rw_l img {
    max-width: 90%;
    margin: auto;
    display: block;
  }
}

.rw_r {
  min-height: 0%;
}

.intr_box {
  width: 100%;
}
.intr_box .intr {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

@media screen and (min-width: 768px) {
  .posi_wrb {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
}
.posi_wrb .wrb {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .posi_wrb .wrb {
    width: 100%;
  }
}

/*ABOUT*/
.about_wrap {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1000px) {
  .about_wrap {
    padding-bottom: 32rem;
  }
}
.about_wrap .desc {
  width: 100%;
  max-width: 1030px;
  margin: 1rem auto 2rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 1000px) {
  .about_wrap {
    background: url(../images/about_bottom.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
}

.a_border {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .a_border {
    display: flex;
    flex-direction: row-reverse;
  }
}

.desc_l h2 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .desc_l h2 {
    font-size: 1.65rem;
  }
}

.desc_r {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .desc_r {
    min-width: 40%;
    margin-right: 3rem;
    margin-left: 0;
    margin-top: 0;
  }
}
.desc_r p {
  font-size: .7rem;
  text-align: left;
  padding-top: .25rem;
}
.desc_r h2 {
  font-size: 1.2rem;
  padding: .25rem 0;
  text-align: left;
}
.desc_r h2 span {
  font-size: .8rem;
  margin-right: 1rem;
}
.desc_r img {
  display: block;
}

.dr_center {
  display: inline-block;
}

.about_cont {
  position: relative;
  width: auto;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 1rem;
  z-index: 5;
  background: white;
}
@media screen and (min-width: 1000px) {
  .about_cont {
    box-shadow: 0px 0px 8px 2px #999;
  }
}
.about_cont img {
  display: block;
  margin: auto;
  padding-bottom: 3rem;
}

/*CONTACT*/
input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

.ct_sp {
  text-align: center;
  margin: 1rem 1rem 2rem;
}
.ct_sp p {
  font-size: .8rem;
}
.ct_sp__bg {
  background: #c0272d;
  color: white;
  margin-bottom: .5rem;
}
.ct_sp__bg a {
  color: inherit;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  padding: 1.5rem 0 .5rem;
}
.ct_sp__bg p {
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}

.ct_pc {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  border: 1px solid #333;
  padding: 2rem;
}
.ct_pc__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_pc__box h2 {
  font-size: 1.75rem;
  margin-right: 2rem;
}
.ct_pc__box .tel {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
}

.fw_att {
  font-size: .85rem;
  padding-left: 1rem;
  color: red;
}

#formWrap {
  width: 100%;
  max-width: 1000px;
  padding: 1rem;
  margin: 0 auto;
}
#formWrap .required {
  color: red;
}
#formWrap h3 {
  padding-bottom: .5rem;
  font-size: 1.2rem;
}
#formWrap dl {
  border-bottom: 1px solid #999;
}
#formWrap dl:first-child {
  border-top: 1px solid #999;
}
#formWrap dl:nth-of-type(odd) {
  background: #ededed;
}
#formWrap dt {
  padding-top: 1rem;
  padding-bottom: .3rem;
  padding-left: 1rem;
  font-weight: bold;
}
#formWrap dd {
  padding: .3rem 1rem 1rem;
}
#formWrap dd input, #formWrap dd textarea {
  width: 100%;
  margin-bottom: .5rem;
  height: 2.5rem;
  font-size: 16px;
}
#formWrap dd textarea {
  height: 9rem;
}
#formWrap .postal {
  width: 35%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  #formWrap .postal_2 {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  #formWrap dl {
    display: flex;
  }
  #formWrap dl:nth-of-type(odd) {
    background-color: inherit;
  }
  #formWrap dt {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    width: 25%;
    background-color: #ededed;
  }
  #formWrap dd {
    width: 75%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #formWrap dd input {
    width: 70%;
  }
  #formWrap dd textarea {
    height: 20rem;
  }
}

.mail_check input[type="submit"], .mail_check input[type="button"] {
  background-color: #c0272d;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 20px;
}
.mail_check input[type="submit"] {
  margin-right: 20px;
}
.mail_check input[type="button"] {
  border: none;
}

/*thanks*/
.thanks-wrap {
  width: 100%;
  max-width: 718px;
  margin: auto;
  padding: 0 1rem 5rem;
}
.thanks-wrap h2 {
  font-size: 20px;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks-wrap h2 {
    font-size: 24px;
  }
}
.thanks-wrap p {
  margin-bottom: 1rem;
}
.thanks-wrap .thanks_red {
  color: red;
  margin-top: 2rem;
  margin-bottom: 3rem;
}


/*　24/09/06追記部分　*/
ul.head_nav .select-job img{
  max-width: 61.5px;
}
.job-h1{
  margin-bottom: 1rem;
}
.job-title{
  border: 3px solid #c0272d;
  border-radius: 16px;
  padding: 1rem;
  font-size: 18px;
}
.job-title p{
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
  .job-title{
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
.form-job{
  width: 100%;
  background-color: #f4f1e9;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.form-job-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 100%;
  min-height: 3158px;
}
@media screen and (min-width: 768px){
  .form-job-wrap{
    min-height: 2850px;
  }
}
.responsive-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tb_nav ul li:nth-of-type(10),.tb_nav_under ul li:nth-of-type(10) {
  margin-right: auto;
  margin-left:  auto;
}