/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  padding: 0;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-tel {
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 17px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../../images/common/tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
}
.header-tel-txt img {
  display: block;
}
.header-content {
  max-width: 855px;
  width: 100%;
}
.header-content a:hover {
  opacity: 0.6;
}
.header-contact {
  max-width: 200px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #ffd400, #ffa800);
}
.header-contact::before {
  content: "";
  width: 21px;
  height: 15px;
  margin-right: 12px;
  background: center/cover no-repeat url(../../images/common/mail-icon.png);
  transition: all 0.4s;
}
.header-contact:hover {
  opacity: 0.8;
}
.header-contact:hover::before {
  transform: translateY(-5px);
}
.header-official {
  max-width: 230px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #1aafff, #1a9bff);
  position: relative;
}
.header-official::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: center/cover no-repeat url(../../images/common/official-icon.png);
  transition: all 0.4s;
}
.header-official:hover {
  opacity: 0.8;
}
.header .global-nav {
  width: 100%;
  height: 50px;
  background-color: #e8f7ff;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
  justify-content: center;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 35px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .global-nav-list-item a::before {
  content: "";
  width: 7px;
  height: 11px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/nav-arrow.png);
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover {
  color: #1aafff !important;
}
.header .global-nav-list-item a:hover::before {
  transform: translateX(5px);
}
.header .main-visual {
  width: 100%;
  height: 330px;
  position: relative;
  z-index: 1;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.header .main-visual-textbox img {
  max-width: 400px;
  width: 80%;
}
.header .sub-visual {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .sub-visual-textbox img {
  height: 80px;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.header .drawer-sub-item a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top .drawer-item:first-child a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#about .drawer-item:nth-child(2) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#works .drawer-item:nth-child(3) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#staff .drawer-item:nth-child(4) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#recruit .drawer-item:nth-child(5) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#info .drawer-item:nth-child(6) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#news .drawer-sub-item:nth-child(1) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#privacy .drawer-sub-item:nth-child(2) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

#site .drawer-sub-item:nth-child(3) a::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #1aafff;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center top/cover no-repeat url(../../images/top/about-bg.png);
}
.top-about-inner {
  padding-top: 313px;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 371px;
  height: 284px;
  background: center/contain no-repeat url(../../images/top/top-about-img.png);
}
.top-about-title {
  margin-bottom: 30px;
}
.top-about-title img {
  max-width: 400px;
  width: 100%;
}
.top-about-text {
  line-height: 1.87;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about-text:last-of-type {
  margin-bottom: 30px;
}
.top-about .cmn-btn {
  margin: 0 auto 0 0;
}

.top-works {
  background: center/cover no-repeat url(../../images/top/top-works-bg.png);
}
.top-works-inner .cmn-title-en {
  font-size: 4rem;
}
.top-works-list {
  flex-direction: column;
}
.top-works-list-item {
  max-width: 510px;
  width: 100%;
  text-align: center;
}
.top-works-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-works-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.top-works-list-title .accent {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1aafff;
  margin-top: 19px;
}
.top-works-img {
  margin-bottom: 30px;
}

.link-banner {
  background: center/cover no-repeat url(../../images/top/link-banner-bg.png);
}
.link-banner-list {
  flex-direction: column;
}
.link-banner-list-item {
  max-width: 510px;
  width: 100%;
  height: 130px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.link-banner-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../../images/top/link-banner-icon02.png);
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 0 15px 0 15px;
  background-color: #fff;
  border: 5px solid #e9f7ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.link-banner-list-item a::before {
  content: "";
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/top/link-banner-icon01.png);
}
.link-banner-list-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 40px;
  height: 90%;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
  transition: all 0.4s;
}
.link-banner-list-item a:hover:after {
  right: 8px;
}
.link-banner-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.link-banner-list-title .accent {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #1aafff;
  margin-bottom: 10px;
}

.top-recruit {
  background: center/cover no-repeat url(../../images/top/top-recruit-bg.png);
}
.top-recruit-box {
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
.top-recruit-img {
  margin-bottom: 20px;
}
.top-recruit-textbox {
  flex: 1;
}
.top-recruit-textbox .header-tel {
  margin-bottom: 20px;
}
.top-recruit-title {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  padding: 9px 0;
  margin-bottom: 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.top-recruit-title .accent {
  display: inline-block;
  background: linear-gradient(0deg, #7bd1ff, #0084ff);
  background: -webkit-linear-gradient(90deg, #7bd1ff, #0084ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-recruit-text {
  line-height: 1.87;
  margin-bottom: 20px;
}
.top-recruit-sub-textbox {
  max-width: 522px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  background-color: #e8f7ff;
}

.news {
  background: center/cover no-repeat url(../../images/top/news-bg.png);
}
.news-list {
  margin-bottom: 30px;
}
.news-list-item {
  border-top: 1px solid #bbbbbb;
}
.news-list-item:last-child {
  border-bottom: 1px solid #bbbbbb;
}
.news-list-item a {
  padding: 14px 2px;
  position: relative;
}
.news-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 16px;
  background: center/contain no-repeat url(../../images/top/news-arrow.png);
  transition: all 0.4s;
}
.news-list-item a:hover {
  opacity: 0.8;
}
.news-list-item a:hover::before {
  right: 3px;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 5px 9px;
  margin-bottom: 5px;
  background-color: #ffd400;
  border-radius: 15px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-main {
  width: 100%;
  justify-content: flex-start;
}
.news-main time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #1aafff;
  margin-right: 15px;
}
.news-title {
  max-width: 700px;
  width: 67%;
  font-size: 1.6rem;
  line-height: 1;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #1aafff;
  border: 2px solid #1aafff;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #1aafff;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #1aafff;
  border-bottom: 1px solid #1aafff;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #1aafff;
  border-right: 1px solid #1aafff;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #1aafff !important;
}
.news-detail .paginated-link a:hover {
  color: #ffd400 !important;
  transform: translateY(-5px);
}

/*========================================
about
==========================================*/
.feature {
  background: center top/1920px 931px repeat url(../../images/about/feature-bg.png);
}
.feature-inner .cmn-title {
  color: #fff;
}
.feature-list {
  flex-direction: column;
}
.feature-list-item {
  max-width: 340px;
  width: 100%;
  padding: 20px 16px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 20px;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.feature-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 12px;
  background-color: #ffd400;
}
.feature-list-title .accent {
  font-size: 1.5rem;
}
.feature-icon {
  margin-bottom: 20px;
}
.feature-text {
  line-height: 1.87;
}

.career {
  background: center/cover no-repeat url(../../images/about/career-bg.png);
}
.career-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}
.career-list {
  width: 1080px;
  padding-top: 115px;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.career-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 75px;
  width: 842px;
  height: 248px;
  background: center/cover no-repeat url(../../images/about/career-illust.png);
  z-index: -1;
}
.career-list-item {
  flex: 1;
}
.career-list-item:nth-child(2) .career-list-title {
  height: 100px;
  background: center/cover no-repeat url(../../images/about/career-title-bg02.png);
}
.career-list-item:nth-child(3) .career-list-title {
  height: 150px;
  background: center/cover no-repeat url(../../images/about/career-title-bg03.png);
}
.career-list-item:nth-child(4) .career-list-title {
  height: 200px;
  background: center/cover no-repeat url(../../images/about/career-title-bg04.png);
}
.career-list-title {
  font-size: 2rem;
  height: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: center/cover no-repeat url(../../images/about/career-title-bg01.png);
}
.career-text {
  width: calc(100% - 20px);
  height: 115px;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 9px 12px;
  background-color: #e8f7ff;
}
.career-license {
  padding-bottom: 20px;
  background-color: #e8f7ff;
}
.career-license-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 25px;
  background-color: #1aafff;
}
.career-license-list {
  flex-direction: column;
}
.career-license-list-item {
  font-size: 1.8rem;
  justify-content: center;
}
.career-license-list-item::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/about/career-check.png);
}
.career-license-list-item:not(:last-child) {
  margin-bottom: 20px;
}

/*========================================
works
==========================================*/
.works {
  background: center/1920px 1461px repeat url(../../images/works/works-bg.png);
}
.works-content-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.works-content-title::before {
  content: "";
  flex: 1;
  height: 1px;
  margin-right: 20px;
  background-color: #333;
}
.works-content-title::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 20px;
  background-color: #333;
}
.works-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.works-content:nth-of-type(2) .works-img {
  right: auto;
  left: 0;
}
.works-content:nth-of-type(2) .works-textbox {
  margin-left: auto;
}
.works-flex {
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.works-img {
  margin-bottom: 25px;
}
.works-textbox {
  max-width: 650px;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ffd400;
}
.works-text {
  line-height: 1.87;
  margin-bottom: 20px;
}
.works-sub-textbox {
  padding: 15px;
  background-color: #fbffe8;
}
.works-sub-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}
.works-sub-title::before {
  content: "";
  flex: 1;
  margin-right: 14px;
  border-bottom: 3px dashed #1aafff;
}
.works-sub-title::after {
  content: "";
  flex: 1;
  margin-left: 14px;
  border-bottom: 3px dashed #1aafff;
}
.works-sub-text {
  line-height: 1;
  text-align: center;
}
.works-sub-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.works-sub-text .accent {
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  margin-bottom: 14px;
  background-color: #1aafff;
}
.works-text-list-item {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.works-text-list-item::before {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: center/cover no-repeat url(../../images/works/works-check.png);
}
.works-text-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.works-banner {
  background: center/cover no-repeat url(../../images/works/works-banner-bg.png);
}
.works-banner-btn {
  max-width: 350px;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
  border: 5px solid #e9f7ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.works-banner-btn::before {
  content: "";
  flex: none;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/works/works-banner-icon.png);
}
.works-banner-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 90%;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
  transition: all 0.4s;
}
.works-banner-btn:hover:after {
  right: 8px;
}
.works-banner-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/*========================================
staff
==========================================*/
.greeting {
  background: center/cover no-repeat url(../../images/staff/greeting-bg.png);
}
.greeting-inner {
  text-align: center;
}
.greeting-img {
  margin-bottom: 30px;
}
.greeting-text {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-bottom: 20px;
}
.greeting-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.greeting-name .accent {
  color: #1aafff;
}

.staff {
  background: center top/1920px 931px repeat url(../../images/about/feature-bg.png);
}
.staff-inner {
  padding-bottom: 40px;
}
.staff-inner .cmn-title {
  color: #fff;
}
.staff-list {
  flex-direction: column;
}
.staff-list-item {
  max-width: 510px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: 3px solid #e9f7ff;
  border-radius: 10px;
}
.staff-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.staff-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  flex: 1;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
.staff-flex {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 4px dotted #1aafff;
}
.staff-age {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  background-color: #ffd400;
}
.staff-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  padding: 10px 15px;
  background-color: #e8f7ff;
}
.staff-body img {
  max-width: 100%;
}

/*========================================
recruit
==========================================*/
.person {
  background: center/cover no-repeat url(../../images/recruit/person-bg.png);
}
.person-inner {
  text-align: center;
}
.person-inner .cmn-title img {
  height: 40px;
}
.person-img {
  margin-bottom: 30px;
}
.person-list {
  flex-direction: column;
}
.person-list-item {
  max-width: 250px;
  width: 100%;
  height: 250px;
  justify-content: center;
  background-color: #1aafff;
  border: 5px solid #fff;
  border-radius: 50%;
}
.person-list-item::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
  background: center/cover no-repeat url(../../images/recruit/person-check.png);
}
.person-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.person-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.recruit {
  background: center/1920px 768px repeat url(../../images/recruit/recruit-bg.png);
}
.recruit-table {
  width: 100%;
  border: 1px solid #1aafff;
}
.recruit-table tr th {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 17px 0;
  background-color: #1aafff;
}
.recruit-table tr td {
  display: block;
  padding: 11px;
  background-color: #fff;
  vertical-align: middle;
}

.flow {
  background: center top/1920px 931px repeat url(../../images/about/feature-bg.png);
}
.flow-inner .cmn-title {
  color: #fff;
}
.flow-list {
  flex-direction: column;
}
.flow-list-item {
  max-width: 310px;
  width: 100%;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 30px;
  height: 40px;
  background: center/cover no-repeat url(../../images/recruit/flow-arrow.png);
}
.flow-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 14px 0 11px 0;
  background-color: #ffd400;
}
.flow-textbox {
  text-align: center;
  padding: 12px 15px 15px 15px;
  background-color: #fff;
}
.flow-textbox .header-tel {
  width: fit-content;
  margin: 16px auto 20px auto;
}
.flow-textbox .header-contact {
  margin: 0 auto;
}
/*========================================
info
==========================================*/
.info {
  background: center/cover no-repeat url(../../images/info/info-bg.png);
}
.info-table {
  width: 100%;
  margin-bottom: 80px;
}
.info-table tr {
  border-top: 1px solid #bbbbbb;
}
.info-table tr:last-of-type {
  border-bottom: 1px solid #bbbbbb;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 5px;
}
.info-table tr td {
  display: block;
  font-weight: 500;
  line-height: 1.87;
  padding: 9px 0;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #1aafff;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #1aafff;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #1aafff;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1aafff;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #1aafff;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #1aafff;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #333 !important;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #1aafff;
  border-right: 1px solid #1aafff;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #1aafff !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background-color: #e8f7ff;
}
.footer-inner {
  text-align: center;
  padding: 35px 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 220px;
  width: 100%;
}
.footer-textbox {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 30px auto;
  flex-direction: column;
  padding: 15px;
  background-color: #fff;
}
.footer-textbox a:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-sns-list {
  max-width: 105px;
  width: 100%;
  margin: 0 auto;
}
.footer-sns-list a:hover {
  opacity: 0.6;
}
.footer-nav-list {
  justify-content: center;
  margin-bottom: 19px;
}
.footer-nav-list-item {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav-list-item::before {
  content: "|";
  line-height: 1;
  margin-right: 18px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 18px;
}
.footer-nav-list-item:last-child::after {
  content: "|";
  line-height: 1;
  margin-left: 18px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #333 !important;
}
.footer-nav-list-item a:hover {
  color: #1aafff !important;
}
.footer-sub-nav-list {
  justify-content: center;
}
.footer-sub-nav-list-item {
  line-height: 1;
}
.footer-sub-nav-list-item:not(:last-child) {
  margin-right: 16px;
}
.footer-sub-nav-list-item a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: #333 !important;
}
.footer-sub-nav-list-item a:hover {
  color: #1aafff !important;
}
.footer-bottom {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 12px 0;
  background-color: #1aafff;
}
.footer-bottom a {
  color: #fff !important;
}/*# sourceMappingURL=style-sp.css.map */