@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
/* --- ローディング画面 --- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1s 3s forwards;
}

/* ローディングフェードアウト */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ロゴアニメーション */
.loading__logo {
  opacity: 0;
  animation: logo_fade 2.5s 0.5s forwards;
  width: 200px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20%,
    80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* --- ページ全体のフェードイン --- */
.allWrap {
  opacity: 0;
  animation: page_fadein 1s ease 3.2s forwards;
}

@keyframes page_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slicknav_menu {
  display: none;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: inline;
}

#allWrap {
  position: relative;
  overflow-x: hidden;
  min-width: 1130px;
}

header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100px;
  background-color: #fff;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
header h1,
header .logo {
  position: absolute;
  top: 18px;
  left: 30px;
}
header h1 img,
header .logo img {
  width: 275px;
  height: auto;
}
header .gnavi {
  position: absolute;
  top: 40px;
  right: 260px;
}
header .gnavi li {
  display: inline;
  padding: 0 20px;
  position: relative;
}
header .gnavi li a {
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 25px;
}
header .gnavi li a:hover {
  color: #BE2630;
}
header .gnavi li a span {
  display: none;
}
.company header .gnavi li.btn1 a, .service header .gnavi li.btn2 a, .info header .gnavi li.btn3 a, .recruit header .gnavi li.btn4 a {
  color: #BE2630;
}
header .gnavi .sub_menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  padding: 0;
}
header .gnavi .sub_menu li {
  width: 100%;
  padding: 0;
}
header .gnavi .sub_menu li:after {
  display: none;
}
header .gnavi .sub_menu li a {
  width: 220px;
  height: auto;
  display: block;
  padding: 12px 0;
  background-color: #505050;
  border-bottom: 1px #fff solid;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: relative;
}
header .gnavi .sub_menu li a:hover {
  background-color: #BE2630;
  text-shadow: none;
  top: 0;
}
header .gnavi .sub_menu li:last-child a {
  border-bottom: none;
}
header .btn_contact {
  position: absolute;
  top: 25px;
  right: 40px;
}

.btn.t1 a, #contents .btn.md.contact a, #contents .btn.hyo.t3 a, #contents .btn.hyo.md.t3_2 a {
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  padding: 12px 45px 12px 40px;
  display: inline-block;
  background-color: #505050;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.btn.t1 a span, #contents .btn.md.contact a span, #contents .btn.hyo.t3 a span, #contents .btn.hyo.md.t3_2 a span {
  position: relative;
  border-right: 1px #fff solid;
  padding-right: 20px;
}
.btn.t1 a span:after, #contents .btn.md.contact a span:after, #contents .btn.hyo.t3 a span:after, #contents .btn.hyo.md.t3_2 a span:after {
  content: "";
  width: 9px;
  height: 8px;
  background: url(../images/common/arrow1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -4px;
}
.btn.t1 a:hover, #contents .btn.md.contact a:hover, #contents .btn.hyo.t3 a:hover, #contents .btn.hyo.md.t3_2 a:hover {
  background-color: #BE2630;
}
.btn.t1.yellow a, #contents .btn.yellow.md.contact a, #contents .btn.yellow.hyo.t3 a, #contents .btn.yellow.hyo.md.t3_2 a {
  background-color: #F29812;
  position: relative;
  left: 0;
}
.btn.t1.yellow a:hover, #contents .btn.yellow.md.contact a:hover, #contents .btn.yellow.hyo.t3 a:hover, #contents .btn.yellow.hyo.md.t3_2 a:hover {
  background-color: #BE2630;
  left: 5px;
}
.btn.t1.red a, #contents .btn.red.md.contact a, #contents .btn.red.hyo.t3 a, #contents .btn.red.hyo.md.t3_2 a {
  background-color: #BE2630;
  position: relative;
  left: 0;
}
.btn.t1.red a:hover, #contents .btn.red.md.contact a:hover, #contents .btn.red.hyo.t3 a:hover, #contents .btn.red.hyo.md.t3_2 a:hover {
  background-color: #BE2630;
  left: 5px;
}

#contents {
  /*確認画面*/
  /*完了画面*/
}
#contents .titleArea {
  width: 100%;
  height: 550px;
  position: relative;
}
#contents .titleArea .txt {
  position: absolute;
  bottom: -10px;
  left: 100px;
  z-index: 1;
}
#contents .titleArea .txt .txt1 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-right: 75px;
  position: relative;
  z-index: 1;
}
#contents .titleArea .txt .txt1:after {
  content: "";
  width: 47px;
  height: 1px;
  background-color: #BE2630;
  position: absolute;
  top: 50%;
  right: -60px;
}
#contents .titleArea .txt .txt2 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  background-color: #fff;
  padding: 5px 15px 5px 0;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 1;
}
#contents .titleArea .txt .txt3 {
  position: relative;
  z-index: 0;
}
#contents .titleArea .txt .txt3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  background-color: #fff;
  padding: 5px 30px 10px 0;
  border-top-right-radius: 20px;
}
#contents .titleArea .txt .txt3 span span {
  font-size: 16px;
  margin-left: 20px;
  padding: 0;
}
#contents .titleArea .pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 0;
}
#contents .titleArea .pic img {
  position: absolute;
}
#contents .titleArea .pic img.img1 {
  width: 215px;
  height: auto;
  top: 200px;
  left: 100px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#contents .titleArea .pic img.img2 {
  width: 848px;
  height: auto;
  top: 100px;
  left: 50%;
  margin-left: -350px;
  border-top-right-radius: 20px;
}
#contents .titleArea .pic img.img3 {
  width: 205px;
  height: auto;
  top: 330px;
  left: 50%;
  margin-left: 450px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.interview #contents .titleArea {
  height: 620px;
}
.interview #contents .titleArea .txt {
  bottom: -70px;
}
.interview #contents .titleArea .txt .txt2 {
  color: #BE2630;
  position: relative;
  top: -10px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.interview #contents .titleArea .txt .txt4 {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
.interview #contents .titleArea .txt .txt4 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  position: relative;
  margin-right: 35px;
}
.interview #contents .titleArea .txt .txt4 span:after {
  content: "／";
  font-size: 16px;
  position: absolute;
  top: 9px;
  right: -28px;
  opacity: 0.5;
}
.interview #contents .titleArea .pic img {
  position: absolute;
}
.interview #contents .titleArea .pic img.img1 {
  width: 953px;
  height: auto;
  top: 100px;
  left: 50%;
  margin-left: -450px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.interview #contents .titleArea .pic img.img2 {
  width: 315px;
  height: auto;
  top: 460px;
  left: 50%;
  margin-left: 350px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#contents .secWrap {
  padding-top: 100px;
  margin-top: -100px;
}
#contents .sec {
  padding: 100px 0;
}
#contents .sec.bg_gray {
  background-color: #F3F1EF;
}
#contents .sec.bg_gray2 {
  background-color: #eceae8;
}
#contents .sec.subNaviWrap {
  padding-bottom: 0;
}
#contents .sec .secIn {
  width: 1287px;
  margin: 0 auto;
  position: relative;
}
#contents .sec.layout.t1 ul, #contents .sec.layout.md.contact ul, #contents .sec.layout.hyo.t3 ul, #contents .sec.layout.hyo.md.t3_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
#contents .sec.layout.t1 ul li, #contents .sec.layout.md.contact ul li, #contents .sec.layout.hyo.t3 ul li, #contents .sec.layout.hyo.md.t3_2 ul li {
  display: flex;
  flex-direction: column;
}
#contents .sec.layout.t1 ul li a, #contents .sec.layout.md.contact ul li a, #contents .sec.layout.hyo.t3 ul li a, #contents .sec.layout.hyo.md.t3_2 ul li a,
#contents .sec.layout.t1 ul li .wrap,
#contents .sec.layout.md.contact ul li .wrap,
#contents .sec.layout.hyo.t3 ul li .wrap,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  text-decoration: none;
  padding: 10px;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  top: 0;
}
#contents .sec.layout.t1 ul li a .no, #contents .sec.layout.md.contact ul li a .no, #contents .sec.layout.hyo.t3 ul li a .no, #contents .sec.layout.hyo.md.t3_2 ul li a .no,
#contents .sec.layout.t1 ul li .wrap .no,
#contents .sec.layout.md.contact ul li .wrap .no,
#contents .sec.layout.hyo.t3 ul li .wrap .no,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .no {
  width: 68px;
  height: 32px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #BE2630;
  background: url(../images/top/no3/bg_no.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -32px;
  left: 0;
  padding-top: 3px;
  padding-left: 13px;
}
#contents .sec.layout.t1 ul li a .pic, #contents .sec.layout.md.contact ul li a .pic, #contents .sec.layout.hyo.t3 ul li a .pic, #contents .sec.layout.hyo.md.t3_2 ul li a .pic,
#contents .sec.layout.t1 ul li .wrap .pic,
#contents .sec.layout.md.contact ul li .wrap .pic,
#contents .sec.layout.hyo.t3 ul li .wrap .pic,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .pic {
  position: relative;
}
#contents .sec.layout.t1 ul li a .pic img, #contents .sec.layout.md.contact ul li a .pic img, #contents .sec.layout.hyo.t3 ul li a .pic img, #contents .sec.layout.hyo.md.t3_2 ul li a .pic img,
#contents .sec.layout.t1 ul li .wrap .pic img,
#contents .sec.layout.md.contact ul li .wrap .pic img,
#contents .sec.layout.hyo.t3 ul li .wrap .pic img,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .pic img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#contents .sec.layout.t1 ul li a .pic span, #contents .sec.layout.md.contact ul li a .pic span, #contents .sec.layout.hyo.t3 ul li a .pic span, #contents .sec.layout.hyo.md.t3_2 ul li a .pic span,
#contents .sec.layout.t1 ul li .wrap .pic span,
#contents .sec.layout.md.contact ul li .wrap .pic span,
#contents .sec.layout.hyo.t3 ul li .wrap .pic span,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .pic span {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#contents .sec.layout.t1 ul li a .txt, #contents .sec.layout.md.contact ul li a .txt, #contents .sec.layout.hyo.t3 ul li a .txt, #contents .sec.layout.hyo.md.t3_2 ul li a .txt,
#contents .sec.layout.t1 ul li .wrap .txt,
#contents .sec.layout.md.contact ul li .wrap .txt,
#contents .sec.layout.hyo.t3 ul li .wrap .txt,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt {
  flex-grow: 1;
  padding: 20px 15px;
}
#contents .sec.layout.t1 ul li a .txt h3, #contents .sec.layout.md.contact ul li a .txt h3, #contents .sec.layout.hyo.t3 ul li a .txt h3, #contents .sec.layout.hyo.md.t3_2 ul li a .txt h3,
#contents .sec.layout.t1 ul li .wrap .txt h3,
#contents .sec.layout.md.contact ul li .wrap .txt h3,
#contents .sec.layout.hyo.t3 ul li .wrap .txt h3,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
#contents .sec.layout.t1 ul li a .txt h3.kako, #contents .sec.layout.md.contact ul li a .txt h3.kako, #contents .sec.layout.hyo.t3 ul li a .txt h3.kako, #contents .sec.layout.hyo.md.t3_2 ul li a .txt h3.kako,
#contents .sec.layout.t1 ul li .wrap .txt h3.kako,
#contents .sec.layout.md.contact ul li .wrap .txt h3.kako,
#contents .sec.layout.hyo.t3 ul li .wrap .txt h3.kako,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt h3.kako {
  margin-left: -10px;
}
#contents .sec.layout.t1 ul li a .txt h3 span, #contents .sec.layout.md.contact ul li a .txt h3 span, #contents .sec.layout.hyo.t3 ul li a .txt h3 span, #contents .sec.layout.hyo.md.t3_2 ul li a .txt h3 span,
#contents .sec.layout.t1 ul li .wrap .txt h3 span,
#contents .sec.layout.md.contact ul li .wrap .txt h3 span,
#contents .sec.layout.hyo.t3 ul li .wrap .txt h3 span,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt h3 span {
  color: #BE2630;
}
#contents .sec.layout.t1 ul li a .txt p, #contents .sec.layout.md.contact ul li a .txt p, #contents .sec.layout.hyo.t3 ul li a .txt p, #contents .sec.layout.hyo.md.t3_2 ul li a .txt p,
#contents .sec.layout.t1 ul li .wrap .txt p,
#contents .sec.layout.md.contact ul li .wrap .txt p,
#contents .sec.layout.hyo.t3 ul li .wrap .txt p,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt p {
  line-height: 2;
  padding-bottom: 10px;
  font-size: 13px;
}
#contents .sec.layout.t1 ul li a .txt p.lg, #contents .sec.layout.md.contact ul li a .txt p.lg, #contents .sec.layout.hyo.t3 ul li a .txt p.lg, #contents .sec.layout.hyo.md.t3_2 ul li a .txt p.lg,
#contents .sec.layout.t1 ul li .wrap .txt p.lg,
#contents .sec.layout.md.contact ul li .wrap .txt p.lg,
#contents .sec.layout.hyo.t3 ul li .wrap .txt p.lg,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt p.lg {
  font-size: 14px;
}
#contents .sec.layout.t1 ul li a .txt .detail dl, #contents .sec.layout.md.contact ul li a .txt .detail dl, #contents .sec.layout.hyo.t3 ul li a .txt .detail dl, #contents .sec.layout.hyo.md.t3_2 ul li a .txt .detail dl,
#contents .sec.layout.t1 ul li .wrap .txt .detail dl,
#contents .sec.layout.md.contact ul li .wrap .txt .detail dl,
#contents .sec.layout.hyo.t3 ul li .wrap .txt .detail dl,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt .detail dl {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: #ccc dotted;
}
#contents .sec.layout.t1 ul li a .txt .detail dl:last-child, #contents .sec.layout.md.contact ul li a .txt .detail dl:last-child, #contents .sec.layout.hyo.t3 ul li a .txt .detail dl:last-child, #contents .sec.layout.hyo.md.t3_2 ul li a .txt .detail dl:last-child,
#contents .sec.layout.t1 ul li .wrap .txt .detail dl:last-child,
#contents .sec.layout.md.contact ul li .wrap .txt .detail dl:last-child,
#contents .sec.layout.hyo.t3 ul li .wrap .txt .detail dl:last-child,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt .detail dl:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
#contents .sec.layout.t1 ul li a .txt .detail dl dt, #contents .sec.layout.md.contact ul li a .txt .detail dl dt, #contents .sec.layout.hyo.t3 ul li a .txt .detail dl dt, #contents .sec.layout.hyo.md.t3_2 ul li a .txt .detail dl dt,
#contents .sec.layout.t1 ul li .wrap .txt .detail dl dt,
#contents .sec.layout.md.contact ul li .wrap .txt .detail dl dt,
#contents .sec.layout.hyo.t3 ul li .wrap .txt .detail dl dt,
#contents .sec.layout.hyo.md.t3_2 ul li .wrap .txt .detail dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#contents .sec.layout.t1 ul li a:hover, #contents .sec.layout.md.contact ul li a:hover, #contents .sec.layout.hyo.t3 ul li a:hover, #contents .sec.layout.hyo.md.t3_2 ul li a:hover {
  top: -5px;
}
#contents .sec.layout.t1 ul.three, #contents .sec.layout.md.contact ul.three, #contents .sec.layout.hyo.t3 ul.three, #contents .sec.layout.hyo.md.t3_2 ul.three {
  gap: 60px 30px;
}
#contents .sec.layout.t1 ul.three li, #contents .sec.layout.md.contact ul.three li, #contents .sec.layout.hyo.t3 ul.three li, #contents .sec.layout.hyo.md.t3_2 ul.three li {
  width: calc((100% - 60px) / 3);
}
#contents .sec.layout.t1 ul.four, #contents .sec.layout.md.contact ul.four, #contents .sec.layout.hyo.t3 ul.four, #contents .sec.layout.hyo.md.t3_2 ul.four {
  gap: 60px 20px;
}
#contents .sec.layout.t1 ul.four li, #contents .sec.layout.md.contact ul.four li, #contents .sec.layout.hyo.t3 ul.four li, #contents .sec.layout.hyo.md.t3_2 ul.four li {
  width: calc((100% - 60px) / 4);
}
#contents .sec.layout.t1.subNavi, #contents .sec.layout.subNavi.md.contact, #contents .sec.layout.subNavi.hyo.t3, #contents .sec.layout.subNavi.hyo.md.t3_2 {
  padding-bottom: 0 !important;
}
#contents .sec.layout.t1.subNavi li a, #contents .sec.layout.subNavi.md.contact li a, #contents .sec.layout.subNavi.hyo.t3 li a, #contents .sec.layout.subNavi.hyo.md.t3_2 li a {
  background-color: #F3F1EF;
}
#contents .sec.layout.t1.subNavi li a .no, #contents .sec.layout.subNavi.md.contact li a .no, #contents .sec.layout.subNavi.hyo.t3 li a .no, #contents .sec.layout.subNavi.hyo.md.t3_2 li a .no {
  width: 68px;
  height: 32px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #BE2630;
  background: url(../images/top/no3/bg_no2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -32px;
  left: 0;
  padding-top: 3px;
  padding-left: 13px;
}
#contents .sec.layout.t1.subNavi li a .txt h3 span, #contents .sec.layout.subNavi.md.contact li a .txt h3 span, #contents .sec.layout.subNavi.hyo.t3 li a .txt h3 span, #contents .sec.layout.subNavi.hyo.md.t3_2 li a .txt h3 span {
  display: none;
}
#contents .sec.layout.t2 .bl {
  margin-bottom: 80px;
}
#contents .sec.layout.t2 .bl:last-child {
  margin-bottom: 0;
}
#contents .sec.layout.t2 .bl .blIn {
  display: flex;
}
#contents .sec.layout.t2 .bl .blIn .txt {
  width: 55%;
  padding-top: 50px;
  padding-right: 50px;
}
#contents .sec.layout.t2 .bl .blIn .txt h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 20px;
}
#contents .sec.layout.t2 .bl .blIn .txt .btn {
  margin-top: 30px;
}
#contents .sec.layout.t2 .bl .blIn .pic {
  width: 45%;
}
#contents .sec.layout.t2 .bl .blIn .pic img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#contents .sec.faq h2 {
  float: left;
  width: 300px;
}
#contents .sec.faq .faq-container {
  float: right;
  max-width: 820px;
  margin: 0 auto;
}
#contents .sec.faq .faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
#contents .sec.faq .faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
#contents .sec.faq .faq-icon {
  font-size: 24px;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BE2630;
}
#contents .sec.faq .faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}
#contents .sec.faq .faq-item.active .faq-answer-content {
  transform: translateY(0);
}
#contents .sec.faq .faq-question-text {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#contents .sec.faq .faq-answer {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  opacity: 0;
}
#contents .sec.faq .faq-answer-content {
  padding: 0 20px 20px 52px;
  font-size: 15px;
  line-height: 1.6;
  transform: translateY(-10px);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#contents .sec.interviewList ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
#contents .sec.interviewList ul li {
  width: calc((100% - 60px) / 3);
}
#contents .sec.interviewList ul li a {
  text-decoration: none;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.interviewList ul li a:hover {
  top: -5px;
}
#contents .sec.interviewList ul li a img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 5px #fff solid;
}
#contents .sec.interviewList ul li a .txt {
  margin-top: 10px;
  padding: 0 10px;
}
#contents .sec.interviewList ul li a .txt .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  position: relative;
}
#contents .sec.interviewList ul li a .txt .txt1:before {
  content: "";
  width: 46px;
  height: 2px;
  background-color: #BE2630;
  position: absolute;
  bottom: -15px;
  left: 0;
}
#contents .sec.interviewList ul li a .txt .txt2 {
  margin-top: 25px;
}
#contents .sec.interviewList ul li a .txt .txt2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  position: relative;
  margin-right: 30px;
}
#contents .sec.interviewList ul li a .txt .txt2 span:after {
  content: "／";
  font-size: 14px;
  position: absolute;
  top: 7px;
  right: -25px;
  opacity: 0.5;
}
#contents .sec.recruit {
  position: relative;
  padding-bottom: 0 !important;
  /* 横スクロールアニメーション */
}
#contents .sec.recruit h2 {
  margin: 0 auto;
  width: 1287px;
}
#contents .sec.recruit .txtArea {
  width: 1650px;
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 10;
  background-color: #fff;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  padding: 0 0px 90px 100px;
}
#contents .sec.recruit .txtArea .expl {
  width: 520px;
  margin: 20px 0 30px;
}
#contents .sec.recruit .txtArea .md {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
#contents .sec.recruit .txtArea .btnWrap {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#contents .sec.recruit .scroll-wrap {
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}
#contents .sec.recruit .scroll-list {
  display: flex;
  width: max-content;
  animation: scroll-loop 60s linear infinite;
  gap: 0 15px;
  /* ← スピードはここで調整 */
}
#contents .sec.recruit .scroll-list li {
  flex: 0 0 auto;
}
#contents .sec.recruit .scroll-list li img {
  display: block;
  width: 374px;
  /* 適宜変更 */
  height: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#contents .sec.jobList dl {
  width: 100%;
  margin-bottom: 20px;
  border: 1px #BE2630 solid;
  background-color: #fff;
}
#contents .sec.jobList dl:last-child {
  margin-bottom: 0px;
}
#contents .sec.jobList dl dt.parent {
  padding: 20px 45px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.jobList dl dt.parent span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #BE2630;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.jobList dl dt.parent:hover {
  background-color: #BE2630;
  color: #fff;
}
#contents .sec.jobList dl dt.parent:hover span:before {
  border-left: 10px solid #fff;
}
#contents .sec.jobList dl dt.parent.active {
  background-color: #BE2630;
  color: #fff;
  font-size: 22px;
}
#contents .sec.jobList dl dt.parent.active span:before {
  transform: rotate(90deg);
  border-left: 10px solid #fff;
}
#contents .sec.jobList dl dd.parent {
  padding: 30px 30px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #fff;
}
#contents .sec.contact .secIn {
  width: 1287px;
}
#contents .sec.contact .secIn .waku {
  background-color: #BE2630;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 70px;
  color: #fff;
  position: relative;
}
#contents .sec.contact .secIn .waku p {
  font-size: 16px;
}
#contents .sec.contact .secIn .waku ul {
  width: 430px;
  position: absolute;
  top: 70px;
  right: 70px;
}
#contents .sec.contact .secIn .waku ul li {
  margin-bottom: 20px;
}
#contents .sec.contact .secIn .waku ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #9D141D;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec.contact .secIn .waku ul li a:hover {
  top: -5px;
}
#contents .sec.contact .secIn .waku ul li a span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: -5px;
}
#contents .sec.contact .secIn .waku ul li.tel a {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  padding: 20px 50px 20px 120px;
}
#contents .sec.contact .secIn .waku ul li.tel a:before {
  content: "";
  width: 58px;
  height: 58px;
  background: url(../images/common/contact/icon_tel.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -29px;
}
#contents .sec.contact .secIn .waku ul li.mail a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  padding: 25px 50px 25px 120px;
}
#contents .sec.contact .secIn .waku ul li.mail a span {
  margin-top: 5px;
}
#contents .sec.contact .secIn .waku ul li.mail a:before {
  content: "";
  width: 58px;
  height: 58px;
  background: url(../images/common/contact/icon_mail.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -29px;
}
#contents .md.t1, #contents .md.contact, #contents .md.hyo.t3, #contents .md.hyo.t3_2 {
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 90px;
}
#contents .md.t1 span, #contents .md.contact span, #contents .md.hyo.t3 span, #contents .md.hyo.t3_2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  padding-left: 40px;
  display: block;
  position: relative;
}
#contents .md.t1 span:before, #contents .md.contact span:before, #contents .md.hyo.t3 span:before, #contents .md.hyo.t3_2 span:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/flag1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#contents .md.t2 {
  margin-bottom: 30px;
}
#contents .md.t2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  padding-left: 40px;
  display: block;
  position: relative;
}
#contents .md.t2 span:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/flag1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
#contents .md.t3, #contents .md.t3_2 {
  position: relative;
  margin-bottom: 20px;
}
#contents .md.t3:before, #contents .md.t3_2:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
#contents .md.t3 span, #contents .md.t3_2 span {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #BE2630;
  font-size: 18px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
#contents .md.t3_2 span {
  background-color: #F3F1EF;
}
#contents .md.t4 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
#contents .md.t4 span {
  position: relative;
}
#contents .md.t4 span:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #BE2630;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
}
#contents .md.contact {
  color: #fff;
}
#contents .md.contact span {
  color: #fff;
}
#contents .md.contact span:before {
  background: url(../images/common/flag2.svg) no-repeat;
}
#contents .catch.t1, #contents .catch.md.contact, #contents .catch.hyo.t3, #contents .catch.hyo.md.t3_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 30px;
}
#contents .catch.t2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 15px;
}
#contents .catch.t3, #contents .catch.md.t3_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  margin-bottom: 25px;
}
#contents .catch.t3 span, #contents .catch.md.t3_2 span {
  position: relative;
}
#contents .catch.t3 span:before, #contents .catch.md.t3_2 span:before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(../images/common/dash.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -20px;
}
#contents .catch.t3 span:after, #contents .catch.md.t3_2 span:after {
  content: "";
  width: 12px;
  height: 9px;
  background: url(../images/common/dash.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: -20px;
}
#contents .expl {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}
#contents .emp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .hyo.t1 dl, #contents .hyo.md.contact dl, #contents .hyo.t3 dl, #contents .hyo.md.t3_2 dl {
  display: table;
  width: 100%;
}
#contents .hyo.t1 dl dt, #contents .hyo.md.contact dl dt, #contents .hyo.t3 dl dt, #contents .hyo.md.t3_2 dl dt {
  display: table-cell;
  width: 30%;
  padding: 20px;
  background-color: #BE2630;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
#contents .hyo.t1 dl dd, #contents .hyo.md.contact dl dd, #contents .hyo.t3 dl dd, #contents .hyo.md.t3_2 dl dd {
  display: table-cell;
  width: 70%;
  padding: 20px 30px;
  vertical-align: middle;
  font-size: 14px;
  background-color: #F3F1EF;
}
#contents .hyo.t1 dl:nth-child(even) dt, #contents .hyo.md.contact dl:nth-child(even) dt, #contents .hyo.t3 dl:nth-child(even) dt, #contents .hyo.md.t3_2 dl:nth-child(even) dt {
  background-color: #a9222b;
}
#contents .hyo.t1 dl:nth-child(even) dd, #contents .hyo.md.contact dl:nth-child(even) dd, #contents .hyo.t3 dl:nth-child(even) dd, #contents .hyo.md.t3_2 dl:nth-child(even) dd {
  background-color: #e8e4e0;
}
#contents .hyo.t1 dl:first-child dt, #contents .hyo.md.contact dl:first-child dt, #contents .hyo.t3 dl:first-child dt, #contents .hyo.md.t3_2 dl:first-child dt {
  border-top-left-radius: 10px;
}
#contents .hyo.t1 dl:first-child dd, #contents .hyo.md.contact dl:first-child dd, #contents .hyo.t3 dl:first-child dd, #contents .hyo.md.t3_2 dl:first-child dd {
  border-top-right-radius: 10px;
}
#contents .hyo.t1 dl:last-child dt, #contents .hyo.md.contact dl:last-child dt, #contents .hyo.t3 dl:last-child dt, #contents .hyo.md.t3_2 dl:last-child dt {
  border-bottom-left-radius: 10px;
}
#contents .hyo.t1 dl:last-child dd, #contents .hyo.md.contact dl:last-child dd, #contents .hyo.t3 dl:last-child dd, #contents .hyo.md.t3_2 dl:last-child dd {
  border-bottom-right-radius: 10px;
}
#contents .hyo.t2 dl {
  display: table;
  width: 100%;
}
#contents .hyo.t2 dl dt {
  display: table-cell;
  width: 30%;
  padding: 20px;
  color: #fff;
  background-color: #505050;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
#contents .hyo.t2 dl dd {
  display: table-cell;
  width: 70%;
  padding: 20px 30px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 16px;
}
#contents .hyo.t2 dl:first-child dt {
  border-top-left-radius: 10px;
}
#contents .hyo.t2 dl:first-child dd {
  border-top-right-radius: 10px;
}
#contents .hyo.t2 dl:last-child dt {
  border-bottom-left-radius: 10px;
}
#contents .hyo.t2 dl:last-child dd {
  border-bottom-right-radius: 10px;
}
#contents .hyo.t3 dl:first-child dt, #contents .hyo.md.t3_2 dl:first-child dt {
  border-top-left-radius: 0px;
}
#contents .hyo.t3 dl:first-child dd, #contents .hyo.md.t3_2 dl:first-child dd {
  border-top-right-radius: 0px;
}
#contents .hyo.t3 dl:last-child dt, #contents .hyo.md.t3_2 dl:last-child dt {
  border-bottom-left-radius: 0px;
}
#contents .hyo.t3 dl:last-child dd, #contents .hyo.md.t3_2 dl:last-child dd {
  border-bottom-right-radius: 0px;
}
#contents .hyo_form {
  width: 100%;
  margin-top: 50px;
  background-color: #fff;
  padding: 50px 150px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #333;
  /* エラー文を行として下に出す */
  /* ラジオ・チェックの並び調整（任意） */
}
#contents .hyo_form dl {
  display: table;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px #ccc dotted;
}
#contents .hyo_form dl dt {
  display: table-cell;
  width: 35%;
  padding: 20px 30px;
  text-align: left;
  font-weight: normal !important;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
#contents .hyo_form dl dt .hissu {
  border: 1px #BE2630 solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #BE2630;
  padding: 0px 3px;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#contents .hyo_form dl dd {
  display: table-cell;
  padding: 20px 30px;
  border: 1px #fff solid;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
#contents .hyo_form dl dd input,
#contents .hyo_form dl dd select,
#contents .hyo_form dl dd textarea {
  background-color: #F8F9FA;
  padding: 14px 16px;
  font-size: 16px;
  border: none;
  color: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#contents .hyo_form dl dd .chui {
  font-size: 14px;
  background-color: rgba(190, 38, 48, 0.1);
  padding: 20px;
  color: #941e25;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px #941e25 dashed;
}
#contents .hyo_form dl dd.checkFm .wpcf7-list-item {
  display: block;
}
#contents .hyo_form dl.tel input {
  width: 20% !important;
}
#contents .hyo_form .checkFm input {
  padding: 0;
  width: initial;
  margin-right: 10px;
}
#contents .hyo_form .privacy-check {
  text-align: center;
  margin-top: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline {
  width: 680px;
  margin: 0 auto 20px;
  padding: 20px 30px;
  background-color: #F8F9FA;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  text-align: left;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk {
  margin-bottom: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk:last-child {
  margin-bottom: 0;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .expl {
  font-size: 14px !important;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc dotted;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .hyo_form .privacy-check .mwform-checkbox-field-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .hyo_form .btnArea {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
#contents .hyo_form .btnArea input {
  background-color: #333;
  color: #fff;
  font-size: 24px;
  padding: 18px 130px 22px 130px;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: 0 20px;
}
#contents .hyo_form .btnArea input:hover {
  background: linear-gradient(to right, #ff3636, #ff6839);
}
#contents .hyo_form .cf7-field {
  margin-bottom: 20px;
}
#contents .hyo_form .wpcf7 .wpcf7-form-control {
  display: block;
  width: 100%;
}
#contents .hyo_form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #BE2630;
}
#contents .hyo_form .checkFm .wpcf7-list-item {
  display: inline-block;
  margin-right: 12px;
}
#contents .reCAPTCHA {
  background-color: #f5f5f5;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 14px;
}
#contents .mw_wp_form_confirm .reCAPTCHA,
#contents .mw_wp_form_confirm .hissu,
#contents .mw_wp_form_confirm .input-show,
#contents .mw_wp_form_confirm .zip-button,
#contents .mw_wp_form_confirm .privacy-check,
#contents .mw_wp_form_confirm .bl.no1,
#contents .mw_wp_form_confirm .bl.no2 h3,
#contents .mw_wp_form_confirm .bl.no2 .expl,
#contents .mw_wp_form_confirm .link,
#contents .mw_wp_form_confirm h3 {
  display: none;
}
#contents .mw_wp_form_confirm .hyo_form dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-right: 5px;
}
#contents .mw_wp_form_complete .thanks_msg {
  font-size: 30px;
  color: #78BC4A;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
#contents .mw_wp_form_complete .expl {
  text-align: center;
  padding: 20px 0 50px;
}
#contents ul.dot li {
  position: relative;
  padding-left: 20px;
  line-height: 2;
}
#contents ul.dot li:before {
  content: "・";
  font-size: 14px;
  color: #BE2630;
  position: absolute;
  top: 0;
  left: 0;
}
#contents ul.dot.lg li {
  font-size: 16px;
}
#contents ul.dot.lg li:before {
  font-size: 16px;
}

footer {
  padding: 70px 0 100px;
  background-color: #363636;
}
footer .footerIn {
  margin: 0 auto;
  width: 1287px;
  position: relative;
}
footer .footerIn .txt {
  width: 300px;
  color: #fff;
}
footer .footerIn .txt .logo {
  width: 300px;
}
footer .footerIn .txt .logo img {
  width: 100%;
  height: auto;
}
footer .footerIn .txt p {
  font-size: 14px;
  margin-top: 20px;
}
footer .footerIn .txt .footerBadge {
  margin-top: 25px;
  width: 140px;
}
footer .footerIn .txt .footerBadge img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
footer .footerIn .txt .copyright {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 30px;
}
footer .footerIn .sitemap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 70px;
}
footer .footerIn .sitemap .bl a {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  left: 0;
}
footer .footerIn .sitemap .bl a:hover {
  left: 3px;
}
footer .footerIn .sitemap .bl ul.parent li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
footer .footerIn .sitemap .bl ul.child {
  margin-top: 15px;
}
footer .footerIn .sitemap .bl ul.child li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
  opacity: 0.6;
}

.bn_side {
  position: fixed;
  bottom: 200px;
  right: 0px;
  z-index: 100000;
}
.bn_side li {
  margin-bottom: 3px;
}
.bn_side li a {
  width: 58px;
  height: 300px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  text-decoration: none;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  display: flex;
  padding-right: 22px;
  justify-content: center;
  /* 横方向の中央揃え */
  text-align: center;
  /* 念のためテキスト中央寄せ */
  border-radius: 5px 0 0 5px;
  /* 左上・左下だけ角丸 */
  position: relative;
  right: -10px;
}
.bn_side li a:hover {
  right: -5px;
}
.bn_side li.btn1 a {
  background-color: #78BC4A;
}
.bn_side li.btn2 a {
  background-color: #F29812;
}
.bn_side li.btn3 a {
  background-color: #BE2630;
}

.bn_posting {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 10000000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  opacity: 1;
  width: 250px;
}
.bn_posting:hover {
  bottom: 35px;
}
.bn_posting img {
  width: 100%;
  height: auto;
  border: 5px #fff solid;
}
.fixed .bn_posting {
  opacity: 1;
}

#page-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
  opacity: 0.5;
}
