@charset "utf-8";

html {
  scroll-padding-top: 100px;
}

/*========================================================================*\

$main

\*========================================================================*/

#main {
  background: url(../images/bg_main.jpg) center 90% no-repeat;
  margin-top: 0;
  position: relative;
}

#main #mainInner {
  margin: 0 auto;
  padding: 5rem 0 0 7%;
  position: relative;
  width: 100%;
}

#main #mainInner h2 {
  max-width: 1342px;
}

@media screen and (max-width: 1460px) {
  #main #mainInner {
    margin: 0 auto;
    padding: 5rem 0 0 2rem;
    position: relative;
    transition: all 0.3s;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  #main #mainInner {
    padding: 5rem 2rem 0 2rem;
  }
}

/*========================================================================*\

$Co

\*========================================================================*/

#Co section {
  position: relative;
}

@media only screen and (max-width: 1140px) {
  #Co .sectionInner,
  #Co .page .pageInner {
    max-width: 100%;
    padding: 8rem 2rem;
  }

  footer #footerInner {
    margin: 0 auto;
    max-width: 100%;
    padding: 5rem 2rem;
  }
}
#Co .tll,
#Co .tll_02 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 8rem;
  position: relative;
  text-align: center;
}

#Co .tll {
  margin: 8rem 0;
}

#Co .tll_02 {
  color: #ffffff;
}

#Co .tll:before {
  background: url(../images/bg_title.png) no-repeat center bottom;
  background-size: contain;
  bottom: -2.5rem;
  content: ""; /*何も入れない*/
  height: 44px; /*画像の高さ*/
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  vertical-align: middle;
  width: 600px; /*画像の幅*/
  z-index: -1;
}

#Co .tll_02:before {
  background: url(../images/bg_title_02.png) no-repeat center bottom;
  background-size: contain;
  bottom: -2.5rem;
  content: ""; /*何も入れない*/
  height: 44px; /*画像の高さ*/
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  vertical-align: middle;
  width: 600px; /*画像の幅*/
  z-index: -1;
}

@media only screen and (max-width: 1100px) {
  #Co .sectionInner,
  #Co .page .pageInner {
    max-width: 100%;
    padding: 5rem 4rem;
  }
}

@media only screen and (max-width: 767px) {
  #Co .sectionInner,
  #Co .page .pageInner {
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    width: 100%;
  }
}

/*========================================================================*\

$reasonSection

\*========================================================================*/

.cp_box input {
  display: none;
}

#Co #reasonSection {
  background-image: url(../images/bg_reason_01.png),
    url(../images/bg_reason_02.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, contain;
}

#reasonSection .catch_b {
  background: #c9151e;
  margin: 0 !important;
  color: #ffffff;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

#reasonSection .reasonArea {
  background: #ffffff;
  margin-bottom: 5rem;
  padding: 5rem;
}

#reasonSection .reasonArea h3 {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin: 0 0 5rem 0;
  position: relative;
  text-align: center;
}

#reasonSection .reasonArea h3 strong {
  color: #c9151e;
}

#reasonSection .reasonArea h3::before,
#reasonSection .reasonArea h3::after {
  background-color: #000000;
  content: "";
  height: 46px;
  width: 2px;
}

#reasonSection .reasonArea h3::before {
  margin-right: 4rem;
  transform: rotate(-35deg);
}

#reasonSection .reasonArea h3::after {
  margin-left: 4rem;
  transform: rotate(35deg);
}
#reasonSection .reasonArea .reasonBox {
  margin: 0 0 5rem 0;
}

#reasonSection .reasonArea:last-child,
#reasonSection .reasonArea .reasonBox:last-child {
  margin: 0;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem {
  position: relative;
}

#reasonSection .reasonArea .reasonBox h4 {
  border-bottom: 1px dotted #cccccc;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 0 0 1.5rem 4rem;
  position: relative;
}

#reasonSection .reasonArea .reasonBox h4::before {
  background: #c9151e;
  border-radius: 30px;
  color: #ffffff;
  content: "Q";
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-right: 0.8rem;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
}

#reasonSection .reasonArea .reasonBox h5 {
  color: #c9151e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  padding: 0 0 1rem 4rem;
  position: relative;
}

#reasonSection .reasonArea .reasonBox h5::before {
  border: 1px solid #c9151e;
  border-radius: 30px;
  color: #c9151e;
  content: "A";
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-right: 0.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem.firstBox {
  float: left;
  margin: 0 4rem 0 0;
  width: 350px;
}

#reasonSection .reasonArea .reasonBox.reverse .reasonBoxItem.firstBox {
  float: right;
  margin: 0 0 0 4rem;
  width: 350px;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem.secondBox {
  float: none;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem p.secondBox {
  margin: 0;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem figure {
  margin: 0 0 1rem 0;
}

#reasonSection .reasonArea .reasonBox .reasonBoxItem .number {
  color: #c9151e;
  font-family: "Anton", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: -4rem;
}

.cp_box .off,
.cp_box .on {
  display: none;
}

/*========================================================================*\

$contactBox

\*========================================================================*/

#Co .contactArea {
  background: url(../images/bg_contactBox.jpg);
  padding: 2rem 0;
}
#Co .contactArea .contactAreaInner {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  max-width: 1040px;
  padding: 3rem;
  position: relative;
  text-align: center;
  width: 100%;
}

#Co .contactArea .contactAreaInner h3 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

#Co .contactArea .contactAreaInner h3 strong {
  font-weight: 900;
}

#Co .contactArea .contactAreaInner h4 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

#Co .contactArea .contactAreaInner p {
  margin-bottom: 0;
}

#Co .contactArea .contactAreaInner p a {
  display: block;
  width: 100%;
}

#Co .contactArea .contactAreaInner p a:hover {
  transform: translateY(-5px);
}

#Co .contactArea .contactAreaInner h4 .extend {
  color: #c9151e;
  font-size: 2rem;
  font-weight: 700;
}

#Co .contactArea .contactAreaInner .nobunaga {
  bottom: -2rem;
  left: -10rem;
  position: absolute;
}

#Co .contactArea .contactAreaInner .catch {
  left: 10rem;
  position: absolute;
  top: -9rem;
}

#Co .contactArea .contactAreaInner .catch .woman,
#Co .womanContact .contactArea .contactAreaInner .catch .normal {
  display: none;
}

#Co .womanContact .contactArea .contactAreaInner .catch .woman {
  display: block;
}

#Co .contactArea .contactAreaInner .bas {
  bottom: 2rem;
  position: absolute;
  right: 2rem;
}

@media only screen and (max-width: 900px) {
  .tablet {
    display: block;
  }

  #Co .contactArea .contactAreaInner h3 {
    line-height: 1.6;
  }

  #Co .contactArea .contactAreaInner .nobunaga {
    left: -13rem;
  }

  #Co .contactArea .contactAreaInner {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    max-width: 100%;
    padding: 3rem 12%;
    position: relative;
    text-align: center;
    width: 100%;
  }

  #Co .contactArea .contactAreaInner h4 br.pc {
    display: none;
  }
}

/*========================================================================*\

$supportSection

\*========================================================================*/

#Co #supportSection {
  background-image: url(../images/bg_support_01.png),
    url(../images/bg_support_02.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}

#Co #supportSection .box02 .box02Inner:nth-child(n + 3) {
  margin-top: 3rem;
}

#Co #supportSection .box02 .itemBox {
  background: #ffffff;
  padding: 3rem 4rem;
  position: relative;
}

#Co #supportSection .box02 .itemBox h3,
#Co #supportSection .box02 .itemBox h3 .ss {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

#Co #supportSection .box02 .box02Inner:first-child .itemBox h3,
#Co #supportSection .box02 .itemBox h3 .ss {
  line-height: 1.1;
}

#Co #supportSection .box02 .itemBox h3 {
  margin-bottom: 2rem;
}

#Co #supportSection .box02 .itemBox h3 .sss {
  font-size: 2rem;
}

#Co #supportSection .box02 .itemBox h3 .extend {
  color: #c9151e;
  font-size: 3rem;
}

#Co #supportSection .box02 .itemBox h3 .extend.number {
  font-size: 5rem;
}

#Co #supportSection .box02 .itemBox p {
  margin: 0;
}

#Co #supportSection .box02 .itemBox p .extend {
  color: #c9151e;
}

#Co #supportSection .numberBox {
  background: url(../images/ico_support.png) no-repeat center 55%;
  background-size: contain;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  left: 4rem;
  padding: 3rem;
  position: absolute;
  top: -7rem;
}

#Co #supportSection .numberBox .number {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

/*========================================================================*\

$womanSection

\*========================================================================*/

#Co #womanSection {
  background-image: url(../images/bg_woman_02.png), url(../images/bg_woman.jpg);
  background-position: left bottom, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, 20%;
}

#Co #womanSection .main,
#Co #fromSection .main {
  margin: 0 0 5rem 0;
}

#Co #womanSection h2,
#Co #fromSection h2 {
  align-items: center;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  position: relative;
  text-align: center;
}

#Co #womanSection h2 strong,
#Co #fromSection h2 strong {
  color: #c9151e;
}

#Co #womanSection h2::before,
#Co #womanSection h2::after,
#Co #fromSection h2::before,
#Co #fromSection h2::after {
  background-color: #000000;
  content: "";
  height: 46px;
  width: 2px;
}

#Co #womanSection h2::before,
#Co #fromSection h2::before {
  margin-right: 4rem;
  transform: rotate(-35deg);
}

#Co #womanSection h2::after,
#Co #fromSection h2::after {
  margin-left: 4rem;
  transform: rotate(35deg);
}

#Co #womanSection .catch,
#Co #fromSection .catch {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 3rem 0;
  text-align: center;
}

#Co #womanSection .extend,
#Co #fromSection .extend {
  background: transparent;
  color: #c9151e;
}

#Co #womanSection .box04 figure,
#Co #fromSection .box04 figure {
  border: 4px solid #f9fe7d;
  border-image: linear-gradient(
    60deg,
    rgba(249, 254, 125, 1) 0%,
    rgba(193, 157, 4, 1) 100%
  );
  border-image-slice: 1;
  border-radius: 10px;
}

#Co #womanSection .box04 p,
#Co #fromSection .box04 p {
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
}

#Co #womanSection .box03 .box03Inner {
  background: url(../images/bg_merit.png) center center no-repeat;
  background-size: contain;
  padding: 7rem 5.5rem 5rem 4.5rem;
  text-align: center;
  width: 32%;
}

#Co #womanSection .box03 .box03Inner figure {
  margin-bottom: 1rem;
  text-align: center;
}

#Co #womanSection .box03 .box03Inner h3 {
  color: #c9151e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

#Co #womanSection .box03 .box03Inner h3 .big {
  font-size: 2.6rem;
}

#Co #womanSection .box03 .box03Inner p {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#Co #womanSection .box03 .box03Inner p.ss {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}

#Co #womanSection .ikumennBox {
  margin: 5rem 0;
}

#Co #womanSection .responsiveBox {
  margin-bottom: 3rem;
}

/*========================================================================*\

$fromSection

\*========================================================================*/

#Co #fromSection .box02Inner {
  border: 3px solid #c9151e;
  border-radius: 6px;
}

#Co #fromSection .box02Inner.ouenBox {
  background: #fefaef;
}

#Co #fromSection .box02Inner.ouenBox h3 {
  background: url(../images/bg_tokuten.png) center center no-repeat #c9151e;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.7rem 0;
  text-align: center;
}

#Co #fromSection .box02Inner.ouenBox h3 span {
  color: #ffff57;
  font-size: 2.4rem;
}

#Co #fromSection .box02Inner.ouenBox h3 .dot::before {
  background-color: #ffff57;
}

#Co #fromSection .box02Inner .itemBoxwrap {
  padding: 1rem 2rem 1.5rem 2rem;
}

#Co #fromSection .box02Inner .itemBox {
  align-items: center;
  border-bottom: 2px dotted #a1a1a1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0.7rem 0;
  padding-bottom: 1.1rem;
  position: relative;
}

#Co #fromSection .box02Inner .itemBox .point {
  position: absolute;
  top: -15px;
  left: 196px;
}

#Co #fromSection .box02Inner .itemBox .point_02 {
  position: absolute;
  top: -6px;
  left: 196px;
}

#Co #fromSection .box02Inner .itemBox:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}

#Co #fromSection .box02Inner .itemBox h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding-left: 3.6rem;
  position: relative;
}

#Co #fromSection .box02Inner .itemBox h4 .ss {
  font-size: 1.2rem;
  font-weight: 500;
}

#Co #fromSection .box02Inner .itemBox h4::before {
  background: #c9151e;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  color: #ffffff;
  content: "1";
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

#Co #fromSection .box02Inner .itemBox:nth-child(2) h4::before {
  content: "2";
}

#Co #fromSection .box02Inner .itemBox:nth-child(3) h4::before {
  content: "3";
}

#Co #fromSection .box02Inner .itemBox:nth-child(4) h4::before {
  content: "4";
}

#Co #fromSection .box02Inner .itemBox p {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

#Co #fromSection .box02Inner .itemBox p .emphasis {
  color: #c9151e;
  font-family: "Work Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

#Co #fromSection .gifuBox {
  background: url(../images/bg_gifu.png) repeat 0 0;
  background-size: contain;
  padding: 6rem 2rem 9rem 2rem;
}

#Co #fromSection .gifuBox h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 11rem;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}

#Co #fromSection .gifuBox h3 .line {
  border-bottom: 3px dotted #c9151e;
  padding-bottom: 0.5rem;
}

#Co #fromSection .gifuBox h3 span {
  color: #c9151e;
}

#Co #fromSection .gifuBox .gifuBoxInner {
  background: url(../images/bg_gifu_f.png) 0 0 repeat;
  background-size: cover;
  padding: 0 5rem;
  position: relative;
}

#Co #fromSection .gifuBox .gifuBoxInner:before,
#Co #fromSection .gifuBox .gifuBoxInner::after {
  background-image: url(../images/bg_gifu_f_t.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 70px;
  left: 0;
  position: absolute;
  top: -70px;
  vertical-align: middle;
  width: 100%;
}

#Co #fromSection .gifuBox .gifuBoxInner:after {
  background-image: url(../images/bg_gifu_f_b.png);
  bottom: -70px;
  top: auto;
}

#Co #fromSection .gifuBox .gifuBoxInner .itemBox {
  margin-bottom: 2rem;
}

#Co #fromSection .gifuBox .gifuBoxInner h4 {
  background: url(../images/ico_gifu.png) left 65% no-repeat;
  background-size: 22px 20px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
}

#Co #fromSection .gifuBox .gifuBoxInner h4 .extend {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  color: #000000;
}

#Co #fromSection .gifuBox .gifuBoxInner figure {
  float: right;
  margin: 0 0 0 4rem;
  width: 300px;
}

#Co #fromSection .gifuBox .gifuBoxInner p {
  margin-bottom: 1rem;
}

/* ============================================================

$flowSection

============================================================ */

#Co #flowSection .flowBox {
  padding: 0 0 0 90px;
  position: relative;
  z-index: 10;
}

#Co #flowSection .flowBox:after {
  background: #c9151e;
  content: "";
  display: block;
  height: 100%;
  left: 29px;
  position: absolute;
  top: 1px;
  width: 2px;
}

#Co #flowSection .flowBox .flowBoxInner {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem 0;
  padding: 3rem;
  position: relative;
}

#Co #flowSection .flowBox .flowBoxInner .itemBox {
  width: calc(100% - 340px);
}

#Co #flowSection .flowBox .flowBoxInner .itemBox:last-child {
  width: 300px;
}

#Co #flowSection .flowBox h4 {
  border-bottom: 2px solid #d2d2d2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

#Co #flowSection .flowBox h4 .ss {
  font-size: 1.8rem;
}

#Co #flowSection .flowBox h4:after {
  background: #c9151e;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 120px;
}

#Co #flowSection .flowBox .num {
  background: #c9151e;
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  left: -90px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 11;
}

/* ============================================================

$faqSection

============================================================ */

#Co #faqSection {
  background: url(../images/bg_faq.png) no-repeat center center;
}

#Co #faqSection .sectionInner .faqwrap {
  background: #fefaef;
  padding: 5rem;
}

#Co #faqSection .sectionInner .faqwrap .faqBox {
  margin-bottom: 3rem;
  position: relative;
}

#Co #faqSection .sectionInner .faqwrap .faqBox:last-child {
  margin-bottom: 0;
}

#Co #faqSection .sectionInner .faqwrap .faqBox::after {
  background-image: url(../images/line_01.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 63px;
  left: 15px;
  position: absolute;
  top: 18px;
  width: 39px;
  z-index: 1;
}

#Co #faqSection .sectionInner .faqwrap .faqBox h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 0 0.5rem 5rem;
  position: relative;
}

#Co #faqSection .sectionInner .faqwrap .faqBox p {
  line-height: 1.6;
}

#Co #faqSection .sectionInner .faqwrap .faqBox h3::before {
  background: #c9151e;
  border-radius: 30px;
  color: #ffffff;
  content: "Q";
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-right: 0.8rem;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 3;
}

#Co #faqSection .sectionInner .faqwrap .faqBox .faqBoxInner {
  background: #fbeee5;
  margin-left: 5rem;
  padding: 2rem;
  position: relative;
  z-index: 30;
}

#Co #faqSection .sectionInner .faqwrap .faqBox .faqBoxInner p {
  padding-left: 4.5rem;
  position: relative;
}

#Co #faqSection .sectionInner .faqwrap .faqBox .faqBoxInner p::before {
  border: 1px solid #c9151e;
  border-radius: 30px;
  color: #c9151e;
  content: "A";
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin-right: 0.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

/* ============================================================

$recruitmentSection

============================================================ */

#Co #recruitmentSection .sectionInner table td p,
#Co #recruitmentSection .sectionInner table td li {
  line-height: 1.6;
  margin: 0 0 1rem 0 !important;
}

#Co #recruitmentSection .sectionInner table td p.mb0,
#Co #recruitmentSection .sectionInner table td li.mb0 {
  line-height: 1.6;
  margin: 0 !important;
}

#Co #recruitmentSection .sectionInner table td p:last-child {
  margin: 0 !important;
}

#Co #recruitmentSection .sectionInner table td .emphasis,
#Co #recruitmentSection .sectionInner table td a {
  color: #c9151e;
}

#Co #recruitmentSection .sectionInner table td .welfare {
  margin-bottom: 1rem;
}

#Co #recruitmentSection .sectionInner table td .welfare li {
  margin-bottom: 0 !important;
}

#Co #recruitmentSection .sectionInner table td .indent li {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#Co #recruitmentSection .sectionInner table td .indent strong {
  width: 90px;
}

#Co #recruitmentSection .sectionInner table td .indent span {
  width: calc(100% - 90px);
}

/* ============================================================

$recruitmentSection

============================================================ */

#contactSection {
  background: url(../images/bg_contactSection.jpg) center 50% no-repeat;
  position: relative;
}

#contactSection::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

#contactSection .sectionInner {
  margin: 0 auto;
  padding: 5rem 0;
  position: relative;
  width: 1040px;
  z-index: 30;
}

#contactSection .sectionInner h2 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}

#contactSection .sectionInner h2 .big {
  font-size: 3.6rem;
  font-weight: 900;
}

#contactSection .sectionInner h2 .dot {
  color: #ffffff;
}

#contactSection .sectionInner h2 .dot::before {
  background-color: #ffffff;
}

#contactSection .sectionInner .catch {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: center;
}

#contactSection .sectionInner .catch span {
  font-size: 2rem;
  font-weight: 700;
}

#contactSection .sectionInner p a {
  display: block;
  width: 100%;
}

#contactSection .sectionInner p a:hover {
  transform: translateY(-5px);
}

/* ============================================================

$footer

============================================================ */

footer {
  background: url(../images/bg_footer.png) center 50% no-repeat;
  position: relative;
}

footer #footerInner {
  margin: 0 auto;
  padding: 4rem 0 29rem 0;
  position: relative;
  text-align: center;
  width: 1040px;
  z-index: 30;
}

footer #footerInner h2 {
  margin-bottom: 1rem;
}

footer #footerInner .tel {
  line-height: 1.2;
  margin-bottom: 3.5rem;
}

footer #footerInner .tel a {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-size: 5rem;
  text-decoration: none;
}

footer #footerInner .tel .ss {
  font-size: 1.6rem;
}

footer #footerInner h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

footer #footerInner address {
  font-size: 1.8rem;
}

#copy {
  background: #c9151e;
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 101px;
  padding: 1rem 0;
  text-align: center;
}

/*========================================================================*\

$footetMenu

\*========================================================================*/

#footetMenu {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: block;
  left: 0;
  padding: 2rem 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#footetMenu #footetMenuInner {
  margin: 0 auto;
  max-width: 900px;
}

#footetMenu #footetMenuInner ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#footetMenu #footetMenuInner li {
  width: 440px;
}

#footetMenu #footetMenuInner li a {
  background: #c9151e;
  border-radius: 8px;
  box-shadow: 0 5px 0 #8f0f15;
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 61px;
  margin: 0 auto;
  padding: 1rem 1rem 0.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}

#footetMenu #footetMenuInner li a:hover {
  box-shadow: 0 0 0 #8f0f15;
  transform: translateY(5px);
}

#footetMenu #footetMenuInner li a .bus {
  position: absolute;
  right: 10px;
  top: 10px;
}

#footetMenu #footetMenuInner li p {
  align-items: center;
  color: #ffe400;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;
}

#footetMenu #footetMenuInner li p::before,
#footetMenu #footetMenuInner li p::after {
  background-color: #ffe400;
  content: "";
  height: 14px;
  width: 2px;
}

#footetMenu #footetMenuInner li p::before {
  margin-right: 2rem;
  transform: rotate(-35deg);
}

#footetMenu #footetMenuInner li p::after {
  margin-left: 2rem;
  transform: rotate(35deg);
}

#footetMenu #footetMenuInner li:nth-child(2) a {
  background: #02913f;
  box-shadow: 0 5px 0 #01672d;
  font-size: 1.6rem;
  line-height: 1;
}

#footetMenu #footetMenuInner li:nth-child(2) a:hover {
  box-shadow: 0 5px 0 #01672d;
  transform: translateY(0);
}

#footetMenu #footetMenuInner li:nth-child(2) a .ss {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
}

#footetMenu #footetMenuInner li:nth-child(2) a span.tel {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 2.1rem;
  line-height: 1.8;
}

#footetMenu #footetMenuInner li:nth-child(2) a .ico_tel {
  display: none;
}

#btnLine {
  position: fixed;
  bottom: 18px;
  height: 60px;
  opacity: 0;
  position: fixed;
  right: 90px;
  visibility: hidden;
  width: 60px;
  z-index: 2000;
}

#btnLine.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 900px) {
  #footetMenu {
    padding: 2rem;
  }

  #footetMenu #footetMenuInner {
    margin: 0 auto;
    max-width: 100%;
  }

  #footetMenu #footetMenuInner li a .bus {
    position: absolute;
    right: -5px;
    top: -15px;
    width: 21%;
  }

  #footetMenu #footetMenuInner li {
    width: 48.5%;
  }
  #btnTop,
  #btnLine {
    display: none !important;
  }
}

.responsiveBox {
  margin-top: 10rem;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.responsiveBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Co #womanSection .responsiveBox {
  margin-top: 0;
}
