@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;
    margin: 0 auto;
  }
  body main .side-btn {
    position: fixed;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: #2fbedd;
    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: #e60012;
  }
  body section {
    scroll-margin-top: 80px;
  }
  body section .section-title {
    font-size: 1.2rem;
    padding-bottom: 3rem;
  }
}
@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 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
  }
  header .header_inner .logo img {
    width: 100%;
  }
  header .header_inner .siteinfo {
    display: flex;
    font-weight: bold;
  }
  header .header_inner .siteinfo li {
    padding: 0.4em 1em;
  }
  header .header_inner .siteinfo li:nth-child(1) {
    color: #fff;
    background: #2fbedd;
    border: 3px solid #2fbedd;
  }
  header .header_inner .siteinfo li:nth-child(2) {
    color: #2fbedd;
    background: #fff;
    border: 3px solid #2fbedd;
  }
  header .header_inner .menu {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    padding: 0 1rem;
    font-weight: bold;
  }
  header .header_inner .menu li {
    padding: 0 1rem;
  }
  header .header_inner .menu li a:hover {
    color: #2fbedd;
    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 .menu-list > li a .material-icons .flame {
    width: 1.2rem;
    position: relative;
    top: -2px;
    margin-right: 2px;
  }
  header .mobile-menu .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2fbedd;
    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: rgb(255, 255, 255);
  filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.4));
  transition: 0.5s;
}
.headerColor-default .menu li {
  color: #231815;
}

#kv {
  width: 100vw;
  height: 100vh;
  background: url(../images/KV_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #kv {
    background: none;
  }
  #kv h1 {
    width: 100%;
    height: 100%;
  }
  #kv h1 img {
    width: 100%;
  }
}

#message {
  width: 100%;
}
#message .wrapper {
  width: 100%;
  padding: 7rem 0;
  background-image: url(../images/bg_reasonlist.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#message .wrapper .container {
  width: 100%;
  margin: 0 auto;
}
#message .wrapper .container h2 {
  background: #231815;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.8em 1.7em;
  letter-spacing: 0.4em;
}
#message .wrapper .container .list {
  display: inline-block;
  margin: 4.5rem auto;
  font-size: 1.75rem;
  line-height: 2.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#message .wrapper .container .list li {
  text-align: left;
}
#message .wrapper .container .list li .material-icons {
  font-size: 1.3em;
  color: #e60012;
  position: relative;
  top: 7px;
  margin-right: 0.2em;
}
#message .tou {
  font-family: serif;
  font-size: 3rem;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#message .tou::before, #message .tou::after {
  display: block;
  content: "";
  width: 4em;
  height: 1px;
  background: #231815;
}
#message .tou::before {
  margin-right: 0.5em;
}
#message .tou::after {
  margin-left: 0.5em;
}
#message .message {
  width: 100%;
}
#message .message img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #message .wrapper {
    width: 100%;
    padding: 0 0 4rem 0;
    background-image: url(../images/bg_reasonlist_sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  #message .wrapper .container {
    padding: 0 1.5rem;
  }
  #message .wrapper .container h2 {
    width: 100%;
    background: #231815;
    color: #fff;
    font-size: 1.2rem;
    padding: 1em 0.5em;
    letter-spacing: 0.3em;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #message .wrapper .container .list {
    display: inline-block;
    margin: 2rem auto;
    font-size: 1.1rem;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #message .wrapper .container .list li {
    text-align: justify;
    padding-bottom: 1em;
    text-indent: -0.8em;
    padding-left: 1.8em;
  }
  #message .wrapper .container .list li .material-icons {
    font-size: 1.3em;
    color: #e60012;
    position: relative;
    top: 6px;
    margin-right: 0.2em;
  }
  #message .tou {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    line-height: 1.4em;
  }
  #message .tou::before, #message .tou::after {
    display: none;
  }
  #message .message {
    width: 100%;
  }
  #message .message img {
    width: 100%;
  }
}

#member {
  width: 100%;
  padding: 8rem 0 5rem;
  background: url(../images/bg_bluered03.webp), linear-gradient(to bottom, #dcdddd 5%, transparent 28%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 400px center, top center;
}
#member .banner {
  width: 100%;
  padding: 2rem 0 5rem;
}
#member .banner img {
  max-width: 980px;
  margin: 0 auto;
}
#member .container {
  width: 100%;
  margin: 0 auto;
}
#member .container .interview-wrap {
  width: 100%;
  margin-top: 3rem;
  letter-spacing: 0.05em;
}
#member .container .interview-wrap .question-wrap {
  width: 100%;
  position: relative;
  top: 20px;
}
#member .container .interview-wrap .question-wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
}
#member .container .interview-wrap .question-wrap ul li:first-child {
  width: 6rem;
  font-size: 2rem;
  font-family: serif;
  color: #e60012;
  border-right: 1px solid #231815;
  padding: 1em 1em 1.5em;
  margin-right: 1em;
}
#member .container .interview-wrap .question-wrap ul li:nth-child(2) {
  text-align: left;
  font-size: 1.45rem;
  padding-bottom: 0.6em;
  font-weight: 500;
  color: #595757;
  flex-grow: 1;
}
#member .container .interview-wrap .answer-wrap {
  width: 100%;
  padding: 3rem 3rem;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: -1;
}
#member .container .interview-wrap .answer-wrap .answer, #member .container .interview-wrap .answer-wrap .answer02 {
  width: 68%;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.8em;
}
#member .container .interview-wrap .answer-wrap .answer span, #member .container .interview-wrap .answer-wrap .answer02 span {
  color: #e60012;
  font-weight: bold;
}
#member .container .interview-wrap .answer-wrap .answer {
  width: 68%;
}
#member .container .interview-wrap .answer-wrap .answer02 {
  width: 100%;
}
#member .container .interview-wrap .answer-wrap .fig01 {
  background: url(../images/fig01.webp);
}
#member .container .interview-wrap .answer-wrap .fig02 {
  background: url(../images/fig02.webp);
}
#member .container .interview-wrap .answer-wrap .fig03 {
  background: url(../images/fig03.webp);
}
#member .container .interview-wrap .answer-wrap .fig04 {
  background: url(../images/fig04.webp);
}
#member .container .interview-wrap .answer-wrap .photo-image {
  align-content: stretch;
  width: 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#member .container .interview-wrap .point {
  background: #efefef;
  width: 100%;
  display: flex;
  padding-right: 3rem;
}
#member .container .interview-wrap .point > p {
  width: 100%;
  background: #120e6a;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.8em 3rem;
}
@media screen and (max-width: 767px) {
  #member {
    width: 100%;
    padding: 4rem 0 0;
    background: url(../images/bg_bluered03.webp), linear-gradient(to bottom, #dcdddd 5%, transparent 15%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 120px center, top center;
  }
  #member .banner {
    width: 100%;
    padding: 2rem 0 0;
  }
  #member .banner img {
    width: 100%;
    margin: 0 auto;
  }
  #member .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #member .container .interview-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
  #member .container .interview-wrap .question-wrap {
    width: 100%;
    position: relative;
    top: 10px;
  }
  #member .container .interview-wrap .question-wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }
  #member .container .interview-wrap .question-wrap ul li:first-child {
    width: auto;
    font-size: 1.5rem;
    border-right: 1px solid #231815;
    padding: 1em 0.5em 1.5em;
    margin-right: 0.5em;
  }
  #member .container .interview-wrap .question-wrap ul li:nth-child(2) {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.5em;
    text-align: justify;
    padding-bottom: 0.6em;
    font-weight: 500;
    color: #595757;
    flex-grow: 1;
  }
  #member .container .interview-wrap .answer-wrap {
    width: 100%;
    padding: 2rem 1.2rem;
    background: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    z-index: -1;
  }
  #member .container .interview-wrap .answer-wrap .answer, #member .container .interview-wrap .answer-wrap .answer02 {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.9em;
  }
  #member .container .interview-wrap .answer-wrap .answer span, #member .container .interview-wrap .answer-wrap .answer02 span {
    color: #e60012;
    font-weight: bold;
  }
  #member .container .interview-wrap .answer-wrap .answer {
    width: 100%;
  }
  #member .container .interview-wrap .answer-wrap .answer02 {
    width: 100%;
  }
  #member .container .interview-wrap .answer-wrap .fig01_sp {
    background: url(../images/fig01_sp.webp);
  }
  #member .container .interview-wrap .answer-wrap .fig02_sp {
    background: url(../images/fig02_sp.webp);
  }
  #member .container .interview-wrap .answer-wrap .fig03_sp {
    background: url(../images/fig03_sp.webp);
  }
  #member .container .interview-wrap .answer-wrap .fig04_sp {
    background: url(../images/fig04_sp.webp);
  }
  #member .container .interview-wrap .answer-wrap .photo-image {
    align-content: stretch;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 1rem;
  }
  #member .container .interview-wrap .point {
    background: #efefef;
    width: 100%;
    display: flex;
    padding-right: 1rem;
  }
  #member .container .interview-wrap .point > p {
    width: 100%;
    background: #120e6a;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.8em 1em;
    line-height: 1.6em;
    text-align: justify;
  }
}

#aboutus {
  padding: 7rem 0 5rem;
  background: url(../images/dot.webp);
}
#aboutus .container {
  width: 100%;
}
#aboutus .container .list-head, #aboutus .container .list {
  width: 100%;
}
#aboutus .container .list-head img, #aboutus .container .list img {
  width: 100%;
}
#aboutus .container .list-head {
  padding-top: 2rem;
}
#aboutus .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #dcdddd 35%, #d0cfe1 100%);
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  #aboutus {
    padding: 3rem 0 2rem;
    background: url(../images/dot.webp);
  }
  #aboutus .container {
    width: 100%;
  }
  #aboutus .container .list-head {
    display: none;
  }
  #aboutus .container .list {
    width: 100%;
    padding-top: 1rem;
  }
  #aboutus .container .list img {
    width: 100%;
  }
  #aboutus .line {
    display: none;
  }
}

#firststep {
  width: 100%;
  padding-top: 7rem;
}
#firststep .firststep {
  width: 100%;
}
#firststep .firststep img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #firststep {
    width: 100%;
    padding-top: 3rem;
  }
  #firststep .firststep {
    width: 100%;
  }
  #firststep .firststep img {
    width: 100%;
  }
}

#jobdescription {
  width: 100%;
  padding: 5rem 1rem 1rem;
  background: url(../images/bg_bluered03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -220px center;
}
#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;
}
#jobdescription footer {
  font-size: 0.8rem;
  padding: 5rem 0 7rem;
  color: #120e6a;
}
#jobdescription footer .footer-logo {
  width: 500px;
  margin: 0 auto;
}
#jobdescription footer .footer-logo img {
  width: 100%;
}
#jobdescription footer .copyright {
  padding: 1rem 0 0 3em;
}
#jobdescription footer .copyright .c-mark {
  font-size: 1.3rem;
}
@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;
  }
  #jobdescription footer {
    font-size: 0.8rem;
    padding: 2rem 0 6rem;
    color: #120e6a;
  }
  #jobdescription footer .footer-logo {
    width: 300px;
    margin: 0 auto;
  }
  #jobdescription footer .footer-logo img {
    width: 100%;
  }
  #jobdescription footer .copyright {
    font-size: 0.7rem;
    padding: 1rem 0 0 0;
  }
  #jobdescription footer .copyright .c-mark {
    font-size: 1.3rem;
  }
}