@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Roboto", sans-serif;
  font-feature-settings: "palt" 1;
  color: #1f1f1f;
}

body {
  width: 100vw;
  text-align: center;
}
body h1, body h2, body h3, body p {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body .pc {
    display: block !important;
  }
  body .sp {
    display: none !important;
  }
  body .container {
    max-width: 980px;
  }
  body main .side-btn {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #e60012;
    color: #fff;
    padding: 1.5rem;
    border-radius: 3px 0 0 3px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
  }
  body main .side-btn:hover {
    background: #f91e85;
  }
  body section {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body section {
    scroll-margin-top: 0;
  }
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  header .header_inner {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    z-index: 2;
    font-size: 0.9rem;
  }
  header .header_inner .logo {
    display: inline-block;
    width: 250px;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  header .header_inner .logo img {
    width: 100%;
  }
  header .header_inner .siteinfo {
    display: flex;
    font-weight: bold;
    margin-left: 2rem;
  }
  header .header_inner .siteinfo li {
    padding: 0.4em 1em;
  }
  header .header_inner .siteinfo li:nth-child(1) {
    color: #fff;
    background: #7a6a56;
    border: 3px solid #7a6a56;
  }
  header .header_inner .siteinfo li:nth-child(2) {
    color: #7a6a56;
    background: #fff;
    border: 3px solid #7a6a56;
  }
  header .header_inner .menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    color: #231815;
    padding: 0 1rem;
    font-weight: bold;
  }
  header .header_inner .menu li {
    padding: 0 1rem;
  }
  header .header_inner .menu li a:hover {
    color: #e60012;
    transition: 0.5s;
  }
}
@media screen and (max-width: 797px) {
  header .header_inner {
    display: none;
  }
  header .mobile-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 0 15px 5px rgba(41, 44, 52, 0.8);
    /*申込ボタン*/
  }
  header .mobile-menu .menu-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 6px 10px;
  }
  header .mobile-menu .menu-list > li {
    text-align: center;
    width: 33.3333333333%;
  }
  header .mobile-menu .menu-list > li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .mobile-menu .menu-list > li a .material-icons {
    font-size: 1.3rem;
    color: #fff;
    margin-right: 2px;
  }
  header .mobile-menu .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e60012;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.9em 0.7em;
  }
  header .mobile-menu .btn-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.headerColor-default {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}

#kv {
  width: 100vw;
  height: 100vh;
  background-image: url(../images/KV_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#kv h1 {
  height: 80%;
  position: absolute;
  bottom: 3rem;
  left: 15vw;
}
#kv h1 img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #kv {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/bg_kv_sp.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: initial;
  }
  #kv h1 {
    width: 100%;
    height: auto;
    position: initial;
    padding-top: 1rem;
  }
  #kv h1 img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

footer {
  font-size: 0.8rem;
  padding: 1em;
  background: #fff;
}

#message {
  width: 100%;
  background: #231815;
}
#message .container {
  position: relative;
}
#message .container .questions {
  position: absolute;
  left: 15%;
}
#message .container .questions .q {
  writing-mode: vertical-rl;
  text-align: start;
  color: #fff;
  background: rgba(151, 159, 175, 0.7);
  padding: 3rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5em;
  transform: skewY(-20deg);
}
#message .container .questions .q > p {
  transform: skewY(20deg);
}
#message .container .questions .q01 {
  position: relative;
  right: -2rem;
}
#message .container .questions .q03 {
  position: relative;
  right: -2rem;
  top: -2rem;
  padding: 3rem 1.5rem;
}
#message .situation {
  width: 90%;
  background: #231815;
  color: #fff;
  padding: 5rem 10% 5rem 1rem;
  margin-left: auto;
}
#message .situation .wrapper {
  max-width: 980px;
  margin: 0 auto;
}
#message .situation .wrapper ul {
  display: inline-block;
  margin: 0 auto;
}
#message .situation .wrapper ul li {
  text-align: left;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2.8em;
}
#message .situation .wrapper ul li .check {
  color: #00b904;
  font-weight: 200;
  position: relative;
  top: 5px;
  margin-right: 0.4em;
}
#message .situation .wrapper h2 {
  width: 80%;
  margin: 0 auto;
  padding-top: 3rem;
}
#message .situation .wrapper h2 img {
  width: 100%;
}
#message .aboutus {
  width: 100%;
  background: #d9d4d3;
  padding: 5rem 1rem;
  background-image: url(../images/bg_situation_l.webp), url(../images/bg_situation_r.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 18%, 18%;
}
#message .aboutus .wrapper {
  max-width: 580px;
  margin: 0 auto;
}
#message .aboutus .wrapper p {
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 0.75em;
  letter-spacing: 0.1em;
  border-top: 1px solid #231815;
}
#message .aboutus .wrapper p:last-of-type {
  border-bottom: 1px solid #231815;
}
#message .aboutus h1 {
  width: 100%;
  padding: 4.5rem 0 3rem 0;
}
#message .aboutus h1 img {
  width: 50%;
  margin: 0 auto;
}
#message .aboutus .logo {
  width: 100%;
}
#message .aboutus .logo img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #message .situation {
    width: 100%;
    padding: 3rem 1rem;
  }
  #message .situation .wrapper {
    width: 98%;
    margin: 0 auto;
    padding-left: 0;
  }
  #message .situation .wrapper ul {
    display: inline-block;
  }
  #message .situation .wrapper ul li {
    text-align: justify;
    font-size: 0.9rem;
    letter-spacing: 0.07em;
    line-height: 1.8em;
    padding-bottom: 1.2em;
  }
  #message .situation .wrapper ul li .check {
    color: #00b904;
    font-weight: 200;
    position: relative;
    top: 5px;
    margin-right: 0.4em;
  }
  #message .situation .wrapper h2 {
    width: 90%;
    padding-top: 2rem;
    margin: 0 auto;
  }
  #message .situation .wrapper h2 img {
    width: 100%;
  }
  #message .aboutus {
    width: 100%;
    background: #d9d4d3;
    padding: 3rem 1rem;
    background-image: none;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom 5%, right bottom 5%;
    background-size: 25%, 25%;
  }
  #message .aboutus .wrapper {
    display: inline-block;
  }
  #message .aboutus .wrapper p {
    display: flex;
    flex-direction: column;
    font-size: 1.05rem;
    font-weight: bold;
    padding: 0.75em;
    letter-spacing: 0.05em;
    border-top: none;
    line-height: 2.5em;
    text-align: justify;
  }
  #message .aboutus .wrapper p:last-of-type {
    border-bottom: none;
  }
  #message .aboutus h1 {
    width: 100%;
    padding: 2rem 0;
  }
  #message .aboutus h1 img {
    width: 90%;
    margin: 0 auto;
  }
  #message .aboutus .logo {
    width: 100%;
  }
  #message .aboutus .logo img {
    width: 90%;
    margin: 0 auto;
  }
}

#mechanism {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 3rem;
  background-image: url(../images/bg_mechanism-l.webp), url(../images/bg_mechanism-r.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 1%;
  background-position: left center, right 3rem top 1rem;
}
#mechanism .container {
  margin: 0 auto;
}
#mechanism .container h3 {
  background: #231815;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5em;
  padding: 0.5em 1.5em;
  margin-bottom: 2em;
}
#mechanism .container .factor-wrap {
  width: 100%;
}
#mechanism .container .factor-wrap .factor-head {
  display: inline-block;
  width: 75%;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 2em 0.5em 0.7em 5em;
  background: linear-gradient(#231815, #231815) right bottom 6px/calc(100% - 12px) 1px no-repeat, radial-gradient(circle, #e6002d 0 6px, transparent 6px) left bottom/12px 12px no-repeat;
  margin-left: 0;
}
#mechanism .container .factor-wrap .factor {
  display: inline-block;
  width: 75%;
}
#mechanism .container .factor-wrap .factor li {
  padding-left: 5rem;
  text-align: left;
  font-size: 1.05rem;
  line-height: 2em;
}
#mechanism .container .factor-wrap .factor li::before {
  content: "· ";
  margin-right: 0.2em;
  color: #231815;
}
#mechanism .container h4 {
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
}
#mechanism .container h4 img {
  width: 100%;
}
#mechanism .container .txt {
  color: #231815;
  line-height: 2.2em;
  padding-top: 2em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #mechanism {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 3rem;
    background-image: none, url(../images/bg_mechanism-r.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 3%;
    background-position: left center, right 3rem top 1rem;
  }
  #mechanism .container {
    margin: 0 auto;
  }
  #mechanism .container h3 {
    background: #231815;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.5em;
    padding: 0.5em 1.5em;
    margin-bottom: 1em;
    text-align: center;
  }
  #mechanism .container .factor-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #mechanism .container .factor-wrap .factor-head {
    display: inline-block;
    width: 90%;
    text-align: justify;
    line-height: 1.5em;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 2em 0.5em 0.9em 1.3em;
    background: linear-gradient(#231815, #231815) right bottom 6px/calc(100% - 12px) 1px no-repeat, radial-gradient(circle, #e6002d 0 6px, transparent 6px) left bottom/12px 12px no-repeat;
    margin-left: 0;
  }
  #mechanism .container .factor-wrap .factor {
    display: inline-block;
  }
  #mechanism .container .factor-wrap .factor li {
    padding-left: 0;
    text-indent: -1em;
    text-align: justify;
    font-size: 1.05rem;
    line-height: 1.7em;
    padding-top: 1em;
  }
  #mechanism .container .factor-wrap .factor li::before {
    content: "· ";
    margin-right: 0.2em;
    color: #231815;
  }
  #mechanism .container h4 {
    width: 85%;
    margin: 0 auto;
    padding-top: 3rem;
  }
  #mechanism .container h4 img {
    width: 100%;
  }
  #mechanism .container .txt {
    width: 77%;
    color: #231815;
    line-height: 2.3em;
    padding-top: 2em;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}

#case {
  padding: 0 1rem 5rem;
  background: linear-gradient(to right, #231815 50%, transparent 100%), url(../images/bg_case-r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
#case .container02 {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#case .container02 .engage {
  width: 72%;
  color: #fff;
  text-align: left;
  font-size: 1.15rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  border-right: 2px solid #e60012;
  padding: 3rem 0;
}
#case .container02 .engage h1 {
  width: 100%;
  font-size: 1.6rem;
  padding: 2.5em 0 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#case .container02 .engage p {
  display: inline-block;
  letter-spacing: 0.1em;
}
#case .container02 .engage p span {
  border-bottom: 2px solid #e60012;
  font-weight: bold;
}
#case .container02 .logo {
  width: 28%;
  padding-bottom: 4rem;
  padding-left: 2rem;
  filter: drop-shadow(0 0 5px rgb(0, 0, 0));
}
#case .container02 .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #case {
    padding: 0 1rem 5rem;
    background: url(../images/bg_case-r.webp), #231815;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  #case .container02 {
    max-width: 767px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  #case .container02 .engage {
    width: 100%;
    color: #fff;
    text-align: justify;
    line-height: 2em;
    letter-spacing: 0.05em;
    border-right: none;
    padding: 2rem 0 3rem;
  }
  #case .container02 .engage h1 {
    width: 100%;
    font-size: 1.5rem;
    padding: 2.5em 0 1em;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #case .container02 .engage p {
    font-size: 1rem;
    display: inline-block;
    letter-spacing: 0.1em;
  }
  #case .container02 .engage p span {
    border-bottom: 2px solid #e60012;
    font-weight: bold;
  }
  #case .container02 .logo {
    width: 100%;
    padding-bottom: 4rem;
    padding-left: 0;
    filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  }
  #case .container02 .logo img {
    width: 95%;
  }
}

#jobdescription {
  width: 100%;
  padding: 5rem 1rem;
}
#jobdescription p {
  font-size: 1.2rem;
  padding-bottom: 3rem;
}
#jobdescription .recruitment {
  width: 80%;
  margin: 0 auto;
}
#jobdescription .recruitment .item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
#jobdescription .recruitment .item dt, #jobdescription .recruitment .item dd {
  line-height: 1.9em;
}
#jobdescription .recruitment .item dt {
  width: 30%;
  text-align: right;
}
#jobdescription .recruitment .item dd {
  width: 70%;
  text-align: left;
  border-left: 1px solid #231815;
  padding-left: 1em;
  margin-left: 1em;
}
#jobdescription .recruitment .item dd .list li::before {
  display: inline-block;
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: #d0cfe1;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#jobdescription .recruitment .item dd .notice {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  #jobdescription {
    padding: 5rem 1rem 3rem;
  }
  #jobdescription p {
    font-size: 1.2rem;
    padding-bottom: 2rem;
  }
  #jobdescription .recruitment {
    width: 90%;
  }
  #jobdescription .recruitment .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  #jobdescription .recruitment .item dt, #jobdescription .recruitment .item dd {
    line-height: 1.9em;
  }
  #jobdescription .recruitment .item dt {
    width: 100%;
    text-align: left;
  }
  #jobdescription .recruitment .item dd {
    width: 100%;
    text-align: left;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  #jobdescription .recruitment .item dd .list li::before {
    display: inline-block;
    content: "";
    width: 0.9em;
    height: 0.9em;
    background: #d0cfe1;
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  #jobdescription .recruitment .item dd .notice {
    font-size: 0.9rem;
    line-height: 1.4em;
    padding-top: 0.6em;
    text-align: justify;
  }
}