@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================mv
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

#service,
#works,
#id1,
#id2,
#id3,
#id4,
#id5,
#id6 {
  position: relative;
  top: -93px;
}
@media screen and (max-width: 900px) {
  #service,
  #works,
  #id1,
  #id2,
  #id3,
  #id4,
  #id5,
  #id6 {
    top: -52.65px;
  }
}

body {
  font-size: 16px;
  color: #282727;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  background: #fff;
  padding-top: 93px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 52.65px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}

.inner-l {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 900px) {
  .inner-l {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}
@media screen and (max-width: 900px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
  ::-moz-placeholder {
    font-size: 13px;
  }
  :-ms-input-placeholder {
    font-size: 13px;
  }
  ::-ms-input-placeholder {
    font-size: 13px;
  }
  ::placeholder {
    font-size: 13px;
  }
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #C1C8E1;
  outline: none;
  border-radius: 3px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
}
.header .inner-l {
  padding-right: 0;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .logo {
  max-width: 260px;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .header .flex .logo {
    padding: 10px 0;
    max-width: 150px;
  }
}
.header .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .logo a:hover {
  opacity: 0.6;
}
.header .flex .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .nav .left {
  padding: 15px 0;
  margin-right: 20px;
}
.header .flex .nav .left .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .nav .left .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.header .flex .nav .left .heading .btn:nth-child(1) {
  margin-right: 7px;
}
.header .flex .nav .left .heading .btn:nth-child(2) {
  margin-right: 12px;
}
.header .flex .nav .left .heading .btn a {
  width: 91px;
  text-align: center;
  color: #DF3E23;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid #DF3E23;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.header .flex .nav .left .heading .btn a:hover {
  background: rgba(223, 62, 35, 0.2);
}
.header .flex .nav .left .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flex .nav .left .bottom ul li {
  margin-right: 30px;
}
.header .flex .nav .left .bottom ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #282727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .nav .left .bottom ul li a:hover {
  color: #DF3E23;
}
.header .flex .nav .left .tel a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .nav .left .tel a:hover {
  opacity: 0.6;
}
.header .flex .nav .left .tel a .tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .nav .left .tel a .tel-flex .icon {
  width: 24px;
  margin-right: 3px;
}
.header .flex .nav .left .tel a .tel-flex .num {
  font-family: "Outfit", sans-serif;
  color: #282727;
  font-size: 28px;
  font-weight: 600;
}
.header .flex .nav .right {
  text-align: center;
}
.header .flex .nav .right span {
  width: 32px;
  display: block;
  margin: 0 auto 5px;
}
.header .flex .nav .right a {
  color: #fff;
  background: #DF3E23;
  display: block;
  font-weight: 600;
  padding: 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header .flex .nav .right a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #bb0101;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .flex .nav .right a:hover::before {
  width: 100%;
}
.header .flex .nav .right a span {
  position: relative;
  z-index: 1;
}
.header .flex .nav .right a .text {
  position: relative;
  z-index: 1;
}

.drawer-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  background: #DF3E23;
  width: 52.65px;
  height: 52.65px;
}
@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 43%;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  top: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 43%;
}

.drawer-icon-bars {
  width: 52.65px;
  height: 52.65px;
  display: block;
  position: relative;
}

.drawer-text {
  -webkit-column-rule-color: #fff;
     -moz-column-rule-color: #fff;
          column-rule-color: #fff;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 8px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 13px;
}

.drawer-icon-bar2 {
  top: 20px;
}

.drawer-icon-bar3 {
  top: 27px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #DF3E23;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  padding: 0 20px;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 120px;
}
.drawer-icon-nav ul li a {
  position: relative;
}
.drawer-icon-nav ul li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-icon-nav ul li a {
  padding: 15px 0;
  padding-left: 12px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: block;
  border-top: 1px dashed #fff;
}
.drawer-icon-nav ul li:last-child a {
  border-bottom: 1px dashed #fff;
}
.drawer-icon-nav .d-btn {
  margin-top: 20px;
}
.drawer-icon-nav .d-btn a {
  background: #fff;
  border-radius: 50px;
  display: block;
  font-weight: 600;
  color: #282727;
  padding: 10px 10px;
  white-space: nowrap;
}
.drawer-icon-nav .d-btn .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-icon-nav .d-btn .text {
  font-size: 18px;
}
@media screen and (max-width: 370px) {
  .drawer-icon-nav .d-btn .text {
    font-size: 16px;
  }
}
.drawer-icon-nav .d-btn .num {
  font-size: 28px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 370px) {
  .drawer-icon-nav .d-btn .num {
    font-size: 24px;
  }
}
.drawer-icon-nav .d-btn1 a {
  padding: 10.19px 0;
}
.drawer-icon-nav .d-btn1 .icon {
  width: 35px;
  margin-right: 5px;
}
.drawer-icon-nav .d-btn2 .icon {
  width: 48px;
  margin-right: 10px;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.mv {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.mv .text {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mv .text {
    top: 20px;
  }
}
.mv .text span {
  display: inline-block;
  background: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .mv .text span {
    font-size: 35px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .mv .text span {
    padding: 0 10px;
    font-size: 7vw;
    white-space: nowrap;
    padding-left: 0;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  .section {
    padding: 60px 0;
  }
}

body,
html {
  overflow-x: hidden;
}

.footer {
  background: #DF3E23;
  padding-top: 100px;
  color: #fff;
}
.footer a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer .flex {
    display: block;
  }
}
.footer .flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 901px) {
  .footer .flex .left {
    margin-right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .footer .flex .left {
    display: block;
    margin-bottom: 30px;
  }
}
.footer .flex .left .text1 {
  font-size: 20px;
  font-weight: 800;
  color: #Fff;
}
.footer .flex .left .text2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer .flex .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .flex .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .footer .flex .right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.footer .flex .right ul li {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .footer .flex .right ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer .flex .right ul li:last-child {
  margin-right: 0;
}
.footer .flex .right ul li a {
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer .flex .right ul li a {
    font-size: 16px;
    padding: 0 7px;
  }
}
.footer .flex .logo {
  width: 80px;
  margin-right: 40px;
}
@media screen and (max-width: 900px) {
  .footer .flex .logo {
    margin-right: 0;
    margin-bottom: 10px;
    width: 60px;
  }
}
.footer .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .flex .logo a:hover {
  opacity: 0.6;
}
.footer .banner {
  max-width: 300px;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .footer .banner {
    margin-bottom: 0;
    margin: 0 auto;
  }
}
.footer .copyright {
  font-size: 12px;
  margin-top: 40px;
  font-weight: 300;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .footer .copyright {
    font-size: 11px;
    padding: 15px 0;
    margin-top: 30px;
  }
}

.section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title span {
  display: inline-block;
  background: #DF3E23;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .section-title span {
    margin-bottom: 8px;
  }
}
.section-title span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .section-title span {
    font-size: 22px;
  }
}

.top1 p {
  line-height: 1.8;
}
.top1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top1 .flex {
    display: block;
  }
}
.top1 .flex .left {
  width: 500px;
}
@media screen and (max-width: 900px) {
  .top1 .flex .left {
    width: 100%;
  }
}
.top1 .flex .right {
  width: calc(100% - 550px);
}
@media screen and (max-width: 900px) {
  .top1 .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}

.top2 {
  background: #EEEEEE;
}
@media screen and (min-width: 901px) {
  .top2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top2 .flex .item {
    width: 31%;
  }
  .top2 .flex .item:nth-child(1) {
    position: relative;
    top: 40px;
  }
  .top2 .flex .item:nth-child(3) {
    position: relative;
    top: -40px;
  }
}
.top2 .flex .item {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .top2 .flex .item {
    margin-bottom: 40px;
  }
  .top2 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.top2 .flex .item .num {
  font-family: "Outfit", sans-serif;
  color: #DF3E23;
  font-weight: 600;
  font-size: 50px;
  position: absolute;
  right: 20px;
  top: -40px;
}
@media screen and (max-width: 900px) {
  .top2 .flex .item .num {
    font-size: 40px;
    top: -35px;
  }
}
.top2 .flex .contents {
  padding: 20px;
  padding-bottom: 40px;
}
.top2 .flex .contents .title {
  color: #DF3E23;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top2 .flex .contents .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .top2 .flex .contents .title {
    font-size: 20px;
  }
}

@media screen and (min-width: 901px) {
  .top3 .section-title {
    text-align: right;
  }
}
.top3 p {
  line-height: 2;
}
.top3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .top3 .flex {
    display: block;
  }
}
.top3 .flex .left {
  width: 500px;
}
@media screen and (max-width: 900px) {
  .top3 .flex .left {
    width: 100%;
  }
}
.top3 .flex .right {
  width: calc(100% - 550px);
}
@media screen and (max-width: 900px) {
  .top3 .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}
.top3 .btn {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top3 .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .section-btn {
    text-align: center;
  }
}
.section-btn a .section-btn-flex,
.section-btn .submit-link .section-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-btn a,
.section-btn .submit-link {
  font-size: 18px;
  color: #DF3E23;
  border: 1px solid #DF3E23;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 50px;
}
@media screen and (max-width: 900px) {
  .section-btn a,
  .section-btn .submit-link {
    padding: 10px 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 370px) {
  .section-btn a,
  .section-btn .submit-link {
    font-size: 14px;
    white-space: nowrap;
  }
}
.section-btn a .section-btn-arrow,
.section-btn .submit-link .section-btn-arrow {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  display: inline-block;
  background: #DF3E23;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .section-btn a .section-btn-arrow,
  .section-btn .submit-link .section-btn-arrow {
    margin-right: 14px;
  }
}
.section-btn a .section-btn-arrow::before,
.section-btn .submit-link .section-btn-arrow::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background: #fff;
  width: 10px;
  height: 1.5px;
  left: 50%;
}
.section-btn a .section-btn-arrow::after,
.section-btn .submit-link .section-btn-arrow::after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 4px;
  height: 4px;
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
}
.section-btn a,
.section-btn .submit-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn a:hover,
.section-btn .submit-link:hover {
  color: #fff;
  background: #DF3E23;
}
.section-btn a:hover .section-btn-arrow,
.section-btn .submit-link:hover .section-btn-arrow {
  background: #fff;
}
.section-btn a:hover .section-btn-arrow::before,
.section-btn .submit-link:hover .section-btn-arrow::before {
  background: #DF3E23;
}
.section-btn a:hover .section-btn-arrow::after,
.section-btn .submit-link:hover .section-btn-arrow::after {
  border-left: 1.5px solid #DF3E23;
  border-top: 1.5px solid #DF3E23;
}

@media screen and (max-width: 900px) {
  .top4 .section-title {
    margin-bottom: 50px;
  }
}
.top4 .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap {
    display: block;
  }
}
.top4 .flex-wrap .left {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .left {
    width: 100%;
  }
}
.top4 .flex-wrap .right {
  width: 70%;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .right {
    width: 100%;
  }
}
.top4 .flex-wrap .right .box {
  margin-bottom: 40px;
  border: 1px solid #DF3E23;
  padding: 30px 40px;
  position: relative;
  background: #EEEEEE;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .right .box {
    margin-bottom: 0;
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.top4 .flex-wrap .right .box .num {
  position: absolute;
  left: -30px;
  top: 10px;
  color: #DF3E23;
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .right .box .num {
    top: -30px;
    left: 10px;
  }
}
.top4 .flex-wrap .right .box:last-child {
  margin-bottom: 0;
}
.top4 .flex-wrap .row {
  margin-bottom: 10px;
}
.top4 .flex-wrap .row:last-child {
  margin-bottom: 0;
}
.top4 .flex-wrap .row .item {
  padding: 15px 30px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .row .item {
    padding: 10px 20px;
  }
}
.top4 .flex-wrap .row .item .text1 {
  color: #DF3E23;
  padding: 0 10px;
  border-right: 1px solid #989898;
  white-space: nowrap;
}
.top4 .flex-wrap .row .item .text2 {
  padding: 0 10px;
}
.top4 .flex-wrap .row .item span {
  width: 40px;
  margin-left: 30px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .row .item span {
    display: none;
  }
}
.top4 .flex-wrap .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .row-flex {
    display: block;
  }
}
.top4 .flex-wrap .row-flex .item {
  width: 49.5%;
}
@media screen and (max-width: 900px) {
  .top4 .flex-wrap .row-flex .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top4 {
  position: relative;
}
.top4 .inner {
  position: relative;
  z-index: 2;
}
.top4 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
}
@media screen and (max-width: 900px) {
  .top4 .bg {
    width: 100%;
  }
}

.top5 {
  background: #DF3E23;
}
.top5 .section-title {
  text-align: center;
}
.top5 .section-title span {
  background: #fff;
  color: #DF3E23;
}
.top5 .box {
  background: #fff;
  padding: 20px 60px;
}
@media screen and (max-width: 900px) {
  .top5 .box {
    padding: 0px 20px;
  }
}
.top5 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.top5 .row:nth-child(1) {
  border-bottom: 1px dashed #D9D9D9;
}
@media screen and (max-width: 900px) {
  .top5 .row:nth-child(1) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top5 .row {
    display: block;
    padding: 20px 0;
  }
}
.top5 .row .left {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .top5 .row .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top5 .row .right {
  width: 48%;
}
@media screen and (max-width: 900px) {
  .top5 .row .right {
    width: 100%;
  }
}
.top5 .row .title {
  color: #DF3E23;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .top5 .row .title {
    font-size: 20px;
  }
}

.top-news .flex-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-news .flex-main {
    display: block;
  }
}
.top-news .left {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .top-news .left {
    width: 100%;
  }
}
.top-news .right {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .top-news .right {
    width: 100%;
  }
}
.top-news .btn {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-news .btn {
    margin-top: 30px;
  }
}

.news-ul .news-li:nth-child(1) a {
  border-top: 1px dashed #D9D9D9;
}
.news-ul .news-li a {
  padding: 20px 0;
  display: block;
  border-bottom: 1px dashed #D9D9D9;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .news-ul .news-li a {
    padding: 15px 0;
  }
}
.news-ul .news-li a .news-li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-ul .news-li a .news-li-flex .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .news-ul .news-li a .news-li-flex .contents {
    display: block;
  }
}
.news-ul .news-li a .news-li-flex .contents .time {
  width: 130px;
  color: #DF3E23;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .news-ul .news-li a .news-li-flex .contents .time {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-ul .news-li a .news-li-flex .contents .title {
  color: #282727;
  width: calc(100% - 130px);
}
@media screen and (max-width: 900px) {
  .news-ul .news-li a .news-li-flex .contents .title {
    width: 100%;
  }
}
.news-ul .news-arrow {
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.news-ul .news-arrow span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 1px solid #DF3E23;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-ul .news-arrow span::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  background: #DF3E23;
  width: 10px;
  height: 1.5px;
  left: 50%;
}
.news-ul .news-arrow span::after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 4px;
  height: 4px;
  border-left: 1.5px solid #DF3E23;
  border-top: 1.5px solid #DF3E23;
}
.news-ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-ul a:hover .news-arrow span {
  background: #DF3E23;
}
.news-ul a:hover .news-arrow span::before {
  background: #fff;
}
.news-ul a:hover .news-arrow span::after {
  border-left: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
}

.section-btn a .section-btn-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-recruit {
  background: #DF3E23;
  overflow: hidden;
  position: relative;
}
.top-recruit .inner {
  position: relative;
  z-index: 1;
}
.top-recruit .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  max-width: 900px;
}
@media screen and (max-width: 900px) {
  .top-recruit .bg {
    position: initial;
    width: 100%;
    margin-top: -40px;
  }
}
.top-recruit .box {
  background: #fff;
  padding: 40px;
  max-width: 750px;
}
@media screen and (max-width: 900px) {
  .top-recruit .box {
    padding: 30px 20px;
  }
}
.top-recruit .btn {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .top-recruit .btn {
    margin-top: 30px;
  }
}

.common-mv {
  position: relative;
}
.common-mv .contents {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .common-mv .contents {
    top: 20px;
  }
}
.common-mv .contents .h1-text {
  display: inline-block;
  background: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .common-mv .contents .h1-text {
    font-size: 35px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .common-mv .contents .h1-text {
    padding: 0 10px;
    font-size: 7vw;
    white-space: nowrap;
  }
}

.bread {
  padding: 10px 0;
}
.bread a,
.bread span {
  display: inline-block;
  font-size: 13px;
  color: #555555;
}
@media screen and (max-width: 900px) {
  .bread a,
  .bread span {
    font-size: 9px;
  }
}
.bread .center {
  margin: 0 5px;
}
@media screen and (max-width: 900px) {
  .bread .center {
    margin: 0 3px;
  }
}
.bread a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bread a:hover {
  color: #DF3E23;
}

.single .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .single .btn {
    margin-top: 30px;
  }
}
.single .inner {
  max-width: 900px;
}
.single .inner .time {
  color: #DF3E23;
  font-family: "Outfit", sans-serif;
  margin-bottom: 5px;
  line-height: 1;
}
.single .inner p {
  margin-bottom: 10px;
}
.single .inner h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .single .inner h1 {
    font-size: 22px;
  }
}
.single .inner .eyecatch {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .single .inner .eyecatch {
    margin-bottom: 20px;
  }
}
.single .inner h2 {
  color: #DF3E23;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .single .inner h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.single .inner h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #DF3E23;
  line-height: 1.3;
  padding-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .single .inner h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.single .inner h4,
.single .inner h5 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .single .inner h4,
  .single .inner h5 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.single .inner .contents a {
  color: #282727;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.single .inner .contents a:hover {
  color: #DF3E23;
}

.track1 {
  padding-bottom: 0;
}
.track1 .section-title {
  text-align: center;
}

.section-title-3 {
  color: #DF3E23;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .section-title-3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e5e5e5;
  background: #fff;
}

/* テーブル */
.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* 900px以下は幅1000px維持（横スクロール） */
@media (max-width: 900px) {
  .spec-table {
    width: 900px;
    /* 指定通り維持 */
    min-width: 900px;
    /* 念のため */
  }
}
/* 共通セル */
.spec-table th,
.spec-table td {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* 左端・上端のボーダー調整 */
.spec-table th:first-child,
.spec-table td:first-child {
  border-left: 1px solid #e5e5e5;
}

.spec-table thead th {
  background: #EEEEEE;
  font-size: 18px;
  padding: 30px 10px;
}
@media screen and (max-width: 900px) {
  .spec-table thead th {
    font-size: 16px;
  }
}

.spec-table tbody td {
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .spec-table tbody td {
    font-size: 16px;
  }
}

/* 1列目だけ少し太め＆余白 */
.spec-table tbody td:first-child {
  font-weight: 600;
}

/* 行の高さ感を揃える */
.spec-table tbody tr:last-child td {
  border-bottom: 0;
}

/* ScrollHintの表示が上に乗るので、角丸が欲しければここ */
.table-scroll {
  border-radius: 2px;
}

@media screen and (max-width: 900px) {
  .inner-right {
    padding-right: 0;
  }
}
/* ScrollHintの左右シャドウを消す */
.scroll-hint-icon-wrap:before,
.scroll-hint-icon-wrap:after {
  display: none !important;
}

.track3 {
  background: url(../img/track3-bg.webp) no-repeat center center/cover;
}
.track3 .section-title-3 {
  color: #fff;
}
.track3 .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .track3 .ul {
    padding-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .track3 .ul .li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    position: relative;
  }
  .track3 .ul .li:nth-child(3n) {
    margin-right: 0;
  }
  .track3 .ul .li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .track3 .ul .li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    position: relative;
  }
  .track3 .ul .li:nth-child(2n) {
    margin-right: 0;
  }
  .track3 .ul .li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.track3 .ul .li .title {
  color: #DF3E23;
  background: #fff;
  line-height: 1;
  padding: 7px 15px;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (max-width: 900px) {
  .track3 .ul .li .title {
    font-size: 16px;
    padding: 5px 12px;
    top: -13px;
  }
}

.cta {
  color: #fff;
}
.cta .box {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  padding: 60px 20px;
}
@media screen and (max-width: 900px) {
  .cta .box {
    padding: 30px 20px;
  }
}
.cta .section-title-3 {
  color: #fff;
  text-align: center;
}
.cta .lead {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .cta .lead {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: left;
  }
}
.cta .flex {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .cta .flex {
    display: block;
  }
}
.cta .flex .left {
  width: 50%;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .cta .flex .left {
    width: 100%;
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.cta .flex .left .text1 {
  font-size: 14px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.cta .flex .left a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta .flex .left a:hover {
  opacity: 0.6;
}
.cta .flex .left .tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .flex .left .num {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .cta .flex .left .num {
    font-size: 28px;
  }
}
.cta .flex .left .icon {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .cta .flex .left .icon {
    width: 30px;
    margin-right: 5px;
  }
}
.cta .flex .right {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .cta .flex .right {
    width: 100%;
    padding: 20px 0;
  }
}
.cta .flex .right .section-btn a {
  background: #fff;
  border: 1px solid #fff;
}
.cta .flex .right .section-btn a:hover {
  background: #DF3E23;
}

.company1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .company1 .flex {
    display: block;
  }
}
.company1 .flex p {
  line-height: 2;
}
.company1 .flex .left {
  width: 57%;
  background: #EEEEEE;
}
@media screen and (min-width: 901px) {
  .company1 .flex .left {
    padding: 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .company1 .flex .left {
    width: 100%;
    padding: 20px 0 10px;
  }
}
.company1 .flex .left {
  position: relative;
}
.company1 .flex .left::before {
  position: absolute;
  content: "";
  width: 1000px;
  background: #EEEEEE;
  top: 0;
  left: -1000px;
  height: 100%;
}
.company1 .flex .left::after {
  position: absolute;
  content: "";
  width: 1000px;
  background: #EEEEEE;
  top: 0;
  left: 100%;
  height: 100%;
}
.company1 .flex .right {
  width: 39%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .company1 .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}
.company1 .bottom {
  margin-top: 30px;
}
.company1 .bottom .name {
  font-size: 22px;
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .company1 .bottom .name {
    font-size: 18px;
  }
}

.common-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .common-table .row {
    font-size: 14px;
  }
}
.common-table .row:last-child .dd {
  border-bottom: 1px solid #D9D9D9;
}
.common-table .row:last-child .dt {
  border-bottom: 1px solid #fff;
}
.common-table .row .dt {
  width: 300px;
  padding: 20px 40px;
  background: #EEEEEE;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .common-table .row .dt {
    width: 120px;
    padding: 20px 10px;
  }
}
.common-table .row .dd {
  width: calc(100% - 300px);
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 20px 40px;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .common-table .row .dd {
    width: calc(100% - 120px);
    padding: 20px 10px;
  }
}

@media screen and (max-width: 900px) {
  .spec-table thead th {
    font-size: 14px;
    padding: 20px 10px;
  }
  .spec-table tbody td {
    font-size: 14px;
  }
}
.single .section-btn a .section-btn-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recruit1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .recruit1 .flex {
    display: block;
  }
}
.recruit1 .flex .left {
  width: 600px;
}
@media screen and (max-width: 900px) {
  .recruit1 .flex .left {
    width: 100%;
  }
}
.recruit1 .flex .right {
  width: calc(100% - 650px);
}
@media screen and (max-width: 900px) {
  .recruit1 .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}
.recruit1 .flex p {
  line-height: 2;
}

.recruit2 {
  padding-top: 0;
}
.recruit2 .box {
  padding: 40px 40px;
  background: #EEEEEE;
}
@media screen and (max-width: 900px) {
  .recruit2 .box {
    padding: 30px 20px;
  }
}
.recruit2 .box .title {
  font-size: 24px;
  color: #DF3E23;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .recruit2 .box .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.recruit2 .box .section-btn a {
  white-space: nowrap;
  padding: 10px 30px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #282727;
}
.recruit2 .box .section-btn a .section-btn-arrow {
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .recruit2 .box .section-btn a .section-btn-arrow {
    margin-left: 10px;
  }
}
.recruit2 .box .section-btn a .section-btn-arrow {
  margin-right: 0;
}
.recruit2 .box .section-btn a:hover {
  background: #DF3E23;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .recruit2 .box .section-btn a {
    font-size: 14px;
  }
}
.recruit2 .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit2 .box ul li {
  padding: 10px;
}

.cta .flex .right .section-btn a {
  color: #282727;
}
.cta .flex .right .section-btn a:hover {
  color: #fff;
}

.recruit3 .flex .item .num {
  position: initial;
}
.recruit3 .flex .item {
  background: transparent;
}
.recruit3 .flex .contents {
  padding: 15px 0 0;
  margin: 0;
}
.recruit3 .num {
  text-align: right;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .recruit3 .num {
    line-height: 1;
  }
}
.recruit3 .num .wrap {
  display: inline-block;
  position: relative;
}
.recruit3 .num .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -810px;
  width: 800px;
  height: 1px;
  content: "";
  background: #DF3E23;
}

.recruit4 {
  background: url(../img/suuji.webp) no-repeat center center/cover;
}
.recruit4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit4 ul li {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media screen and (min-width: 901px) {
  .recruit4 ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .recruit4 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .recruit4 ul li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .recruit4 ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .recruit4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .recruit4 ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .recruit4 ul li {
    padding: 0 10px 10px;
  }
}
.recruit4 ul li .img {
  height: 140px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit4 ul li .img {
    height: 100px;
  }
}
.recruit4 ul li .img .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit4 ul li .img .wrap img {
  width: auto;
  height: 120px;
}
@media screen and (max-width: 900px) {
  .recruit4 ul li .img .wrap img {
    height: 70px;
  }
}
.recruit4 ul li .title {
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .recruit4 ul li .title {
    font-size: 18px;
  }
}
.recruit4 ul li .text {
  font-family: "Outfit", sans-serif;
  color: #DF3E23;
  font-size: 60px;
  line-height: 1;
  margin-top: 10px;
  padding-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .recruit4 ul li .text {
    font-size: 40px;
  }
}
.recruit4 ul li .text span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .recruit4 ul li .text span {
    font-size: 14px;
  }
}

.voice .section-title {
  text-align: center;
}
.voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.voice ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .voice ul li {
    margin-bottom: 40px;
  }
}
.voice ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice ul li .img {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .voice ul li .img {
    margin: 0 auto 10px;
    width: 50%;
  }
}
.voice ul li .contents {
  width: 65%;
  font-size: 18px;
  background: #EEEEEE;
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .voice ul li .contents {
    width: 100%;
    padding: 20px 20px;
  }
}
.voice ul li .contents .icon {
  position: absolute;
  left: 20px;
  top: -15px;
  max-width: 40px;
}
@media screen and (max-width: 900px) {
  .voice ul li .contents .icon {
    max-width: 25px;
  }
}
@media screen and (max-width: 900px) {
  .voice ul li .contents {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .voice ul li {
    display: block;
  }
}

.flow {
  background: url(../img/flow-bg.webp) no-repeat top center/cover;
}
.flow .section-title {
  text-align: center;
}
.flow .section-title span {
  color: #DF3E23;
  background: #fff;
}
.flow .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #fff;
}
.flow .ul .li {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .flow .ul .li {
    width: 100%;
    margin-bottom: 40px;
  }
  .flow .ul .li:last-child {
    margin-bottom: 0;
  }
}
.flow .ul .li:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li:nth-child(n+3) {
    margin-top: 0;
  }
}
.flow .ul .li {
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li {
    padding-left: 0;
  }
}
.flow .ul .li:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li:nth-child(2n) {
    padding-right: 0;
  }
}
.flow .ul .li .title {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.flow .ul .li .num {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .flow .ul .li .num {
    font-size: 36px;
    margin-bottom: 0px;
  }
}
.flow .ul .li .num .wrap {
  display: inline-block;
  position: relative;
}
.flow .ul .li .num .wrap::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 800px;
  height: 1px;
  background: #fff;
  left: -810px;
}
.flow .ul .li:nth-child(2n) {
  position: relative;
  top: 250px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li:nth-child(2n) {
    position: initial;
  }
}
.flow .ul .li:nth-child(2n) .num {
  text-align: left;
}
.flow .ul .li:nth-child(2n) .num .wrap::before {
  left: initial;
  right: -810px;
}
.flow .ul .li p {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .flow .ul .li p {
    margin-bottom: 10px;
  }
}
.flow {
  position: relative;
}
.flow .zero {
  max-width: 20px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.flow .zero::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  content: "";
  background: #fff;
  height: 2000px;
}
@media screen and (max-width: 900px) {
  .flow .zero::after {
    display: none;
  }
}
.flow .inner {
  overflow: hidden;
}

.recruit5 .box {
  background: #EEEEEE;
  padding: 60px;
}
@media screen and (max-width: 900px) {
  .recruit5 .box {
    padding: 10px;
  }
}
.recruit5 .box .dt {
  background: #DF3E23 !important;
  color: #fff;
}
.recruit5 .tel-link {
  color: #282727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit5 .tel-link:hover {
  opacity: 0.6;
}
.recruit5 .btn {
  margin: 10px 0;
}
.recruit5 .section-btn a {
  padding: 0;
  border: none;
}
@media screen and (max-width: 900px) {
  .recruit5 .section-btn a {
    font-size: 14px;
    white-space: initial;
  }
}
@media screen and (max-width: 370px) {
  .recruit5 .section-btn a {
    font-size: 10px;
  }
}
.recruit5 .section-btn a:hover {
  background: #fff;
  color: #DF3E23;
}
.recruit5 .section-btn a .section-btn-arrow {
  border: 1px solid #DF3E23;
}
@media screen and (max-width: 900px) {
  .recruit5 .section-btn a .section-btn-arrow {
    display: none;
  }
}
.recruit5 .small {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .recruit5 .small {
    font-size: 14px;
  }
}

.qa {
  background: #EEEEEE;
}
.qa .flex-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .qa .flex-main {
    display: block;
  }
}
.qa .flex-main .left {
  width: 300px;
}
@media screen and (max-width: 900px) {
  .qa .flex-main .left {
    width: 100%;
  }
}
.qa .flex-main .right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 900px) {
  .qa .flex-main .right {
    width: 100%;
  }
}
.qa .box {
  padding: 0 20px;
  border-radius: 4px;
  background: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.qa .box:last-child {
  margin-bottom: 0;
}
.qa .box .heading {
  padding: 20px 0;
  position: relative;
  padding-right: 40px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .qa .box .heading {
    font-size: 16px;
    padding-right: 30px;
  }
}
.qa .box .heading.active::after {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .box .heading::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 2px;
  background: #DF3E23;
}
.qa .box .heading::after {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 17px;
  background: #DF3E23;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa .box .bottom {
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
  display: none;
}
.qa .box .icon {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  color: #DF3E23;
  margin-right: 15px;
}
.qa .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv .text span {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.mv .text span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #bb0101;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* activeになったら右に向かって消える（＝左→右へ箱が移動したように見える） */
.mv .text span.active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.section-title span {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.section-title span::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: #bb0101;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.section-title span.active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.section-title span {
  display: inline-block;
  vertical-align: bottom;
  /* or baseline */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* 描画を安定させる */
}

.common-mv .contents .h1-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.common-mv .contents .h1-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #bb0101;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.7s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.7s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.7s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.7s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* active の時だけ消す */
.common-mv .contents .h1-text.active::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.flow .section-title span {
  display: inline-block;
}

.contact1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .contact1 .flex {
    display: block;
  }
}
.contact1 .flex .left {
  width: calc(100% - 400px);
}
@media screen and (max-width: 900px) {
  .contact1 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact1 .flex .right {
  width: 350px;
  background: #EEEEEE;
  padding: 50px 20px;
}
@media screen and (max-width: 900px) {
  .contact1 .flex .right {
    width: 100%;
    padding: 20px 20px;
  }
}
.contact1 .flex .right .lead {
  font-size: 14px;
  text-align: center;
  color: #DF3E23;
}
.contact1 .flex .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact1 .flex .right a:hover {
  opacity: 0.6;
}
.contact1 .flex .right a .num {
  font-family: "Outfit", sans-serif;
  color: #282727;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .contact1 .flex .right a .num {
    font-size: 28px;
  }
}
.contact1 .flex .right a .icon {
  width: 35px;
  margin-right: 5px;
}

.contact2 .form-box {
  background: #EEEEEE;
  padding: 40px 60px;
}
@media screen and (max-width: 900px) {
  .contact2 .form-box {
    padding: 20px;
  }
}
.contact2 .form-box .title {
  font-size: 22px;
  color: #DF3E23;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .contact2 .form-box .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.privacy-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: 14px;
  line-height: 1.7;
}

.privacy-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.privacy-scroll {
  height: 180px;
  /* ← 指定どおり */
  overflow-y: auto;
  /* 縦スクロール */
  padding-right: 10px;
  /* スクロールバー分の余白 */
  font-size: 14px;
}

/* 任意：スマホでスクロールが気持ちよくなる */
.privacy-scroll {
  -webkit-overflow-scrolling: touch;
}

.submit {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .submit {
    margin-top: 30px;
  }
}
.submit label {
  cursor: pointer;
}
.submit .section-btn .submit-link {
  padding: 15px 20px;
  width: 100%;
  max-width: 300px;
  background: #fff !important;
}
.submit .section-btn .submit-link:hover {
  background: #DF3E23 !important;
}
.submit .section-btn .section-btn-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact2 {
  padding-top: 0;
}
.contact2 .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .contact2 .row {
    margin-bottom: 20px;
  }
}
.contact2 .row .dt {
  margin-bottom: 5px;
}

.required {
  background: #DF3E23;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 4px;
}
.required.no {
  background: #ADA9A9;
}

textarea {
  resize: none;
  height: 150px;
}

.p-text {
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .p-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .p-text {
    font-size: 13px;
  }
}

.thanks .btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .thanks .btn {
    margin-top: 30px;
  }
}

.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .next,
.pagination .prev {
  display: none;
}
@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination span {
  color: #DF3E23;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #DF3E23;
  color: #fff;
  background: #DF3E23;
  padding: 12.2px 15px;
  border-radius: 50%;
  line-height: 1;
}
.pagination a {
  color: #282727;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  background: #fff;
  padding: 12.2px 15px;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid #282727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  background: #DF3E23;
  border: 1px solid #DF3E23;
  color: #fff;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .p-text {
    text-align: center;
  }
}

input[type=submit] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

@media screen and (max-width: 900px) {
  .table-scroll {
    margin-right: 20px;
  }
}
.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .wpcf7-radio .wpcf7-list-item-label {
    margin-bottom: 5px !important;
  }
}
.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #282727;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #DF3E23;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-text .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  .p-text .wpcf7-list-item-label {
    margin-bottom: 7px;
    display: block;
  }
}
.p-text .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid #282727;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-text .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 5px;
  border-left: 4px solid #DF3E23;
  border-bottom: 4px solid #DF3E23;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 0;
  opacity: 0;
}
.p-text input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-text input[type=checkbox] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}