.col_wrap {
  display: flex;
  justify-content: space-between;
}
.col2_01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .col2_01 {
    width: 100%;
  }
}
.contents p {
  font-size: 1.6rem;
}
.induction {
  z-index: 9999;
  position: relative;
}
.contents .induction_area_wrap.mar-style {
  margin: 70px auto 30px;
  padding-top: 60px;
}
.induction_area_wrap::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(90deg, #cf1126, #820009);
  z-index: -1;
}
.induction_area_wrap::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 58px;
  width: 328px;
  height: 373px;
  background-image: url("../images/deco_pencils.png");
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .contents .induction_area_wrap.mar-style {
    margin: 40px auto 30px;
  }
  .induction_area_wrap::after {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contents .induction_area_wrap.mar-style {
    padding-top: 0;
    margin-top: -40px;
  }
  .induction_area_wrap::before {
    height: 100px;
  }
  .induction_area_wrap::after {
    display: none;
  }
}
.induction_area {
  padding: 50px 50px 36px;
  max-width: 580px;
  background-color: #fff;
  margin: 0 0 auto auto;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.induction_area_tit {
  font-size: 2.8rem;
  color: #CF1126;
  margin-bottom: 20px;
}
.contents .induction_area .tit_02 {
  margin-bottom: 30px;
}
.induction_area p, .induction_area span {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
.induction_area p {
  margin-bottom: 30px;
}
.induction_area p span {
  font-size: 2.3rem;
  color: #CF1126;
}
.induction_area p span:first-child {
  color: #CF1126;
}
@media screen and (max-width: 810px) {
  .induction_area {
    padding: 30px 20px;
    margin: auto;
  }
  .induction {
    margin-top: -100px;
    padding-top: 100px;
    z-index: 9999;
    position: relative;
  }
  .induction_area p {
    font-size: 1.7rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .induction_area p span {
    font-size: 1.9rem;
  }
}
/*@media screen and (max-width: 580px) {
  .induction {
    background-size: 50% auto, 150%;
   background-position: left 80px, left 200px;
  }
  .induction_area p {
    text-align: left;
  }
  .induction_area p br {
    display: none;
  }
}
@media screen and (max-width:420px) {
  .induction {
    background-position: left 80px, left 260px;
  }
}*/
@media screen and (min-width:811px) {
  .induction {
    /* background-image: url("../images/deco_bar_01.svg"), url("../images/topimg_01.png");
  background-size: 534px 267px, 100%;
  background-repeat: no-repeat;
  background-position: left top, left 140px;*/
  }
  .induction_area_wrap {
    /*  background-image:none;*/
  }
}
@media screen and (min-width:1400px) {
  /*.induction {
  background-position: left top, left 50px;
    background-size: 534px 267px, 100% 800px;
    }*/
}
.tit_02 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
  position: relative;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
.tit_02 span {
  font-size: 2.6rem;
  font-weight: 400;
  /*border-bottom: 3px solid #CF1126;*/
  padding: 0 5px;
}
.tit_02 span.red {
  color: #CF1126;
  font-weight: 500;
}
.tit_02 span.en {
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 2px;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width:787px) {
  .tit_02 span {
    font-size: 2.2rem;
  }
  .tit_02 span.en {
    margin-left: 10px;
  }
}
/*h2.tit_02 span.vm::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow_01.svg");
  background-size: contain;
  position: absolute;
  right: -45px;
  top: 2px;
}*/
#about p {
  text-align: center;
  margin-bottom: 40px;
}
.about_txt_area {
  max-width: 950px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 70px auto 30px;
  padding: 80px 20px 100px;
  position: relative;
  background-image: url("../images/bg_about.jpg");
  background-size: cover;
}
.about_txt_area::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/about_deco_lt.svg");
  width: 333px;
  height: 422px;
  background-size: contain;
  top: -200px;
  left: -220px;
  z-index: -1;
  background-repeat: no-repeat;
}
.about_txt_area::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/about_deco_rb.svg");
  width: 390px;
  height: 443px;
  background-size: contain;
  bottom: 0;
  right: -220px;
  z-index: -1;
  background-repeat: no-repeat;
}
#about .txt01, #about .txt01 span {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.8;
}
#about .txt01 {
  margin-bottom: 45px;
  font-weight: 500;
}
#about .txt01 span {
  font-size: 3.2rem;
  color: #CF1126;
  position: relative;
  display: inline-block;
}
/*#about .txt01 span.under_bar::before{
	content: '';
	background-image: url("../images/bar_red.svg");
	display: block;
	width: 100%;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5px;
}*/
#about .txt01 span, #about .txt02 span {
  color: #CF1126;
}
#about .txt02 span {
  font-size: 2.2rem;
  font-weight: 500;
}
#about .txt02 {
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 40px;
}
#about .txt02:last-child {
  margin-bottom: 0;
}
#about .txt02:last-child span {
  font-size: 2.0rem;
}
.contents .col_wrap p {
  max-width: 430px
}
@media screen and (max-width: 768px) {
  .about_txt_area {
    padding: 40px 20px 50px;
  }
  #about .txt01 {
    margin-bottom: 30px;
  }
  #about p {
    text-align: left;
  }
  #about .txt01 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #about .txt01 span {
    font-size: 2.0rem;
  }
  #about .txt02 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
  #about .txt02 span {
    font-size:1.7rem;
  }
  #about .txt02 br {
    display: none;
  }
}
.contents .col_wrap.top_contents01 .col2_01:first-child {
  /*max-width: 585px;
  margin: 0 0 0 auto;*/
}
.contents .col_wrap.top_contents01 .col2_01:last-child {
  /*  background-image: url("../images/bg_st_01.svg");
  background-position: right center;
  background-repeat: no-repeat;*/
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.contents .col_wrap.top_contents01:last.col2_01:last-child {
  padding-bottom: 70px;
}
.contents .col_wrap .col2_01:last-child img {
  max-width: 300px;
  text-align: left;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
/*.contents .col_wrap.top_contents01.last .col2_01:last-child img {
  max-width: 430px;
}*/
.contents .col_wrap.top_contents01 .col2_01:first-child {
  /*  max-width: 560px;
  margin: 0 0 0 auto;*/
  width: 62%;
}
.contents .col_wrap.top_contents01 .map {
  width: 77%;
  margin: 0 0 0 auto;
  display: block;
  aspect-ratio: 2 / 1;
  background: #FCCFCF;
}
.contents .col_wrap.top_contents01 .map iframe {
  opacity: 0.7;
  filter: grayscale(100%);
  margin-bottom: -3px;
}
.contents .col_wrap.top_contents01 iframe.map {
  filter: hue-rotate(30deg);
}
.top_contents02_bg {
  /*  background-image: url("../images/deco_bar_04.svg"), url("../images/deco_bar_03.svg");
  background-repeat: no-repeat;
  background-position: left bottom, right center;
  margin: 0 0 -70px;
  padding: 0 0 70px;
  background-size: 245px 120px, 340px auto;
  position: relative;
  z-index: -10;*/
}
.contents .top_contents02_bg .mar-style {
  position: relative;
  z-index: -10;
}
/*@media screen and (max-width: 768px) {
  h2.tit_02 span {
    font-size: 2.4rem;
  }
  h2.tit_02 span.vm {
    font-size: 1.4rem;
    margin-left: 15px;
  }
  h2.tit_02 span.vm::after {
    width: 20px;
    height: 20px;
    right: -30px;
    top: 2px;
  }
  .top_contents02_bg {
    background-size: 40% auto, 60% auto;
    background-position: left 90%, right 5%;
  }
}*/
.contents .col_wrap.top_contents02 {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.contents .col_wrap.top_contents02 h2.tit_02 span {
  border-bottom: none;
}
.contents .col_wrap.top_contents02::after {
  display: block;
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 454px;
  height: 323px;
  background-image: url("../images/deco_color_sample.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
/*.contents .col_wrap.top_contents02 h2.tit_02 span.bar {
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
}*/
.contents .tit_02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #CF1126;
  border-top: 3px solid #CF1126;
  max-width: 450px;
  width: 100%;
  height: 75px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  background-color: #fff;
}
.contents h1.tit_02 {
  margin-bottom: 0;
}
.contents .col_wrap.top_contents02 h2.tit_02 {
  margin-bottom: 80px;
}
.contents .col_wrap.top_contents02 .col2_01:first-child img:first-child {
  width: 94%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.contents .col_wrap.top_contents02 .col2_01:first-child img:last-child {
  width: 60%;
  margin: -100px -24% 0 auto;
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.contents .col_wrap.top_contents02 .col2_01:first-child {
  /*  background-image: url("../images/bg_st_02.svg");
  background-repeat: no-repeat;
  background-position: bottom center;*/
  padding-bottom: 110px;
}
.contents .col_wrap.top_contents02 .col2_01:last-child {
  padding-left: 70px;
  padding-bottom: 240px;
  z-index: -1;
  position: relative;
  text-align: right;
}
.contents .top_contents03 {
  text-align: center;
  margin-top: 90px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width:1000px) {
  .contents .col_wrap.top_contents02 .col2_01:first-child img:last-child {
    width: 60%;
    margin: -100px 0 0 auto;
    display: block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  }
  .contents .col_wrap.top_contents02 .col2_01:last-child {
    text-align: center;
  }
  .contents .col_wrap.top_contents02::after {
    display: none;
  }
  .contents .col_wrap.top_contents01 .map {
    margin: auto;
  }
}
.contents .top_contents03::after {
  display: block;
  content: "";
  position: absolute;
  left: -50px;
  top: -38px;
  width: 260px;
  height: 160px;
  background-image: url("../images/deco_clip.png");
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.contents .top_contents03 .col_wrap {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}
.contents .top_contents03 img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  display: block;
  margin: auto;
}
.contents .top_contents03 .btn_r + .btn_r {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .contents .col_wrap {
    flex-wrap: wrap;
  }
  .contents h2.tit_02 {
    margin-bottom: 30px;
  }
  .contents .col_wrap.top_contents02 h2.tit_02 {
    margin-bottom: 50px;
  }
  .contents .col_wrap.top_contents01 .col2_01:first-child {
    width: 100%;
    text-align: center;
  }
  .contents .col_wrap.top_contents01 .col2_01:last-child {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .contents .col_wrap .col2_01:last-child img {
    max-width: 300px;
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .contents .col_wrap.top_contents02 .col2_01:first-child {
    order: 2;
    margin-bottom: 24px;
    padding-bottom: 0;
    text-align: left;
  }
  .contents .col_wrap.top_contents02 .col2_01:first-child img:first-child {
    width: 66%;
  }
  .contents .col_wrap.top_contents02 .col2_01:first-child img:last-child {
    width: 42%;
    margin: -40px 0 0 auto;
  }
  .contents .col_wrap.top_contents02 .col2_01:last-child {
    padding-left: 0px;
    padding-bottom: 0px;
    order: 1;
  }
  .contents .col_wrap.top_contents02 .col2_01:last-child .btn_r {
    display: none;
  }
  .contents .top_contents03 .btn_r + .btn_r {
    margin-left: 0;
    margin-top: 20px;
  }
  .contents .top_contents03 {
    margin-top: 0px;
    padding-bottom: 1px;
  }
  .contents .top_contents03 .col_wrap {
    margin: 30px auto;
  }
  .contents .top_contents03::after {
    display: none;
  }
  .contents .col_wrap.top_contents01 .map {
    width: 100%;
  }
}
.sub .contents {}
/*.sub .header_img h1 {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}
.sub .header_img h1 span {
  font-size: 1.3rem;
  display: block;
}*/
.sub .header_img {
  height: 250px;
  background-image: url("../images/bg_hero.svg");
  background-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sub .contents {
    margin-top: 56px;
  }
  .sub .header_img h1 {
    font-size: 2.0rem;
  }
  .sub .header_img {
    height: 150px;
    margin-bottom: 40px;
    background-position: center;
  }
}
#business .mar-style {
  margin-top: 40px;
  max-width: 1000px;
}
#business .mar-style + .mar-style {}
#business .mar-style:last-child {
  margin-bottom: 40px
}
#business h2 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #CF1126;
  display: inline-block;
  position: relative;
}
#business h2::before {
  content: "";
  display: block;
  width: 161px;
  height: 141px;
  top: -70px;
  left: -181px;
  background-image: url("../images/business_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
#business .sec02 h2::before {
  width: 212px;
  height: 180px;
  top: -70px;
  right: -232px;
  left: auto;
  background-image: url("../images/business_img02.png");
}
#business .sec03 h2::before {
  width: 125px;
  height: 118px;
  top: -40px;
  left: -145px;
  background-image: url("../images/business_img03.png");
}
.txt_area {
  background-color: #FAFAFA;
  background-image: url("../images/bg_paper.jpg");
  background-size: cover;
  position: relative;
  padding-top: 40px;
  align-items: end;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 12px 12px 15px;
}
/*.sec02 .txt_area {
  background-image: url("../images/bus_02.jpg");
}
.sec03 .txt_area {
  background-image: url("../images/bus_03.jpg");
}*/
.txt_area p {
  padding: 0 20px 40px;
  margin: auto auto;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .txt_area p {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .txt_area p {
    padding: 30px;
  }
  .txt_area p {
    text-align: left;
  }
  .txt_area p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #business .mar-style {
    margin-top: 0;
  }
  #business .mar-style:last-child {
    margin-bottom: 20px;
  }
  #business h2 {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
  .txt_area {
    height: auto;
    padding-top: 40px;
  }
  .txt_area p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #business h2::before {
    width: 120px;
    top: -20px;
    left: -110px;
  }
  #business .sec02 h2::before {
    width: 180px;
    top: auto;
    right: -100px;
    bottom: -20px;
  }
  #business .sec03 h2::before {
    width: 100px;
    height: 118px;
    top: -30px;
    left: -110px;
    background-image: url("../images/business_img03.png");
  }
}
#company .mar-style {
  max-width: 750px;
}
#company dl {
  display: flex;
  flex-wrap: wrap;
}
#company dt, #company dd {
  padding: 30px 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #CF1126;
}
#company dt:last-of-type, #company dd:last-child {
  border-bottom: none;
}
#company dt {
  padding-left: 10%;
  width: 45%;
  display: flex;
  align-items: center;
}
#company dd {
  width: 55%;
  line-height: 1.8;
}
#company dd a {
  display: block;
  margin-top: 20px;
}
#company dd a {
  color: #CF1126 !important;
  opacity: 1;
  transition: 0.5s;
}
#company dd a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  #company dt, #company dd {
    font-size: 1.6rem;
    width: 100%;
    padding: 20px 0 20px 10%;
  }
  #company dt, #company dt:last-of-type {
    border-bottom: 1px dotted #707070;
  }
  #company dd a {
    display: block;
    margin-top: 10px;
  }
}
#works .col_wrap {
  list-style: none;
  height: 250px;
  margin-top: 50px;
  justify-content: flex-start;
  padding-bottom: 10px;
}
#works .col_wrap li {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 8px;
  margin: 0 10px;
  width: 23.3%;
}
@media screen and (max-width: 768px) {
  #works .col_wrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #works .col_wrap li {
    width: 45%;
  }
}
#works .col_wrap img {
  width: auto;
  height: 100%;
}
#works_detail .mar-style {
  text-align: center;
}
#works_detail .tit_03 {
  font-size: 2.4rem;
  font-weight: 400;
}
#works_detail p.tit_03 {
  margin-top: 10px;
}
#works_detail .mar-style img {
  max-width: 480px;
}
.text_area {
  margin: 65px auto;
  max-width: 900px;
}
.text_area p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #works .col_wrap {
    height: auto;
  }
  #works .col_wrap li {
    margin: 10px 0;
  }
  #works .col_wrap img {
    width: 100%;
    height: auto;
  }
  #works_detail .tit_03 {
    font-size: 2.0rem;
  }
  .text_area p {
    text-align: left;
  }
}
#contact .body-title-contact {
  padding: 60px 0 60px 0;
  background: #0669B4;
  text-align: center;
  margin-bottom: 100px;
  color: #fff;
}
#contact .body-title-contact h3 {
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 2.8rem;
}
#contact .body-title-contact p {
  font-size: 1.3rem;
}
#contact .contents p {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 50px 50px;
}
@media screen and (max-width: 600px) {
  #contact p {
    font-size: 1.4rem;
    text-align: center;
    margin: 40px;
  }
  #contact .contents p {
    margin: auto auto 100px 0;
  }
}
#contact .contact-inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}
#contact form {
  width: 100%;
}
#contact form .col_wrap {
  justify-content: center;
}
#contact form div {
  margin-bottom: 60px;
}
#contact form div div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 10px 0;
}
#contact form div label {
  font-size: 1.8rem;
  width: 30%;
  color: #1A1311;
  padding-top: 10px;
}
#contact form div label span {
  margin-left: 20px;
  color: #fff;
  font-size: 1.0rem;
  background: red;
  padding: 4px;
  margin-top: -10px;
  display: inline-block;
}
#contact form div textarea {
  width: 70%;
  height: 200px;
  padding: 10px 50px;
  background: #FFFFFF;
  border: 1px solid #707070;
  float: right;
}
#contact form button {
  position: relative;
  margin: auto auto 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  display: block;
  border: none;
  opacity: 1;
  transition: all 1s;
}
#contact form button:hover {
  opacity: 0.8;
}
#contact form button input[type="submit"] {
  border: none;
  cursor: pointer;
  line-height: 1px;
}
#contact form div input[type="text"], #contact form div input[type="email"], #contact form div input[type="tel"] {
  width: 70%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #A2A2A2;
  float: right;
  padding: 10px 50px;
  font-size: 1.6rem;
  font-family: 'Open Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input[type=text] {
  font-size: 100%;
}
textarea {
  font-size: 1.6rem;
  font-family: 'Open Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 600px) {
  #contact form div label {
    font-size: 1.6rem;
  }
  #contact form div label {
    width: 100%;
  }
  #contact form div {
    margin-bottom: 40px;
  }
  #contact form div input[type="text"], #contact form div input[type="email"], #contact form div input[type="tel"] {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #contact form div textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px 30px;
  }
}
#contact #formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#contact table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
#contact table.formTable td, table.formTable th {
  border-bottom: 1px solid #ccc;
  padding: 30px;
  font-size: 1.6rem;
}
#contact table.formTable td:last-child, table.formTable th:last-child {
  border-bottom: 1px solid #ccc;
  padding: 30px;
  font-size: 1.6rem;
}
#contact table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
#contact p.error_messe {
  margin: 5px 0;
  color: red;
}
#contact #formWrap p {
  font-size: 1.6rem;
  text-align: center;
  margin: auto auto 100px 0px;
}
#contact #formWrap p.error_messe {
  margin: auto auto 30px 0px !important;
}
#contact p.thanks_p {
  font-size: 1.6rem;
  text-align: center;
  margin: auto auto 100px 0px;
}
#contact #formWrap input, #contact #formWrap select {
  /* vertical-align: middle;*/
  border: 1px;
  width: 100%;
  background-color: transparent;
  height: 100%;
  /*  width: 250px;
  background-color: #CF1126;
  color: #fff;
  height: 55px;
  margin-top: 50px;*/
  /* opacity: 1;
  transition: all 1s;*/
}
#contact #formWrap input:hover, #contact #formWrap select:hover {
  opacity: 0.8;
}
#contact iframe {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
#contact .btn {
  vertical-align: middle;
  border: 1px;
  width: 250px;
  height: 55px;
  margin-top: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 1s;
}
#contact .btn:hover {
  opacity: 0.8;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #contact #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  #contact table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  #contact table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  #contact table.formTable td:last-child, table.formTable th:last-child {
    border-bottom: none;
  }
  #contact form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #CF1126;
    background-color: #CF1126;
  }
  #contact #formWrap input + input {
    margin-top: 20px;
  }
}
#recruit .contents .mar-style {
  max-width: 980px;
}
#recruit.sub .contents {}
@media screen and (max-width: 768px) {
  #recruit.sub .contents {
    height: calc(100vh - 319px);
  }
}
@media screen and (min-width: 769px) {
  #recruit.sub .contents {
    height: calc(100vh - 353px);
    min-height: 500px;
  }
}
#contact .privacytxt {
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  height: 300px;
  overflow-y: scroll;
}
#contact .privacytxt h1 {
  font-size: 2.0rem !important;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#contact .privacytxt h1, .privacytxt h2 {
  font-size: 1.6rem;
  margin: 20px 0 10px;
}
#contact .privacytxt ol {
  margin: 10px 0 30px 0;
}
#contact .privacytxt p, .privacytxt li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 10px 1em;
}
@media screen and (max-width: 768px) {
  #contact .privacytxt {
    padding: 20px;
  }
  #contact .privacytxt h1 {
    font-size: 1.6rem !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #contact .privacytxt h1, .privacytxt h2 {
    font-size: 1.5rem;
    margin: 20px 0 10px;
  }
  #contact .privacytxt p {
    margin: 0 0 10px 0;
  }
}