@charset "UTF-8";
/* # =================================================================
 * # BASE
 * # ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 50%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

p,
li,
h2,
h3,
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

figure {
  text-align: center;
}
figure figcaption {
  text-align: left;
  font-size: 1.7rem;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

/* # =================================================================
 * # Header
 * # ================================================================= */
.l-header {
  height: 70px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #DEDEDC;
}
.l-header__logo {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav li {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav li.-border a {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header__nav li.-border a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FF0000;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: center top;
}
.l-header__nav li.-border a:hover::after {
  transform: scale(1, 1);
}
.l-header__nav li.-border a.active::after {
  transform: scale(1);
}
.l-header__nav li.-tel {
  background-color: #FF0000;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  margin-left: 15px;
}
.l-header__nav li.-tel a {
  padding: 0 20px 0 35px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.l-header__nav li.-tel a::before {
  content: "";
  width: 18px;
  height: 21px;
  background: url(/assets/img/common/ic_tel_s.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 41%;
  left: 15px;
}
.l-header.-top {
  background-color: transparent;
  border: none;
  transition: 0.2s;
}
.l-header.-top .l-header__logo,
.l-header.-top .l-header__nav__list {
  color: #fff;
  transition: 0.2s;
}
.l-header.-top.is-white {
  background-color: #fff;
  border-bottom: 1px solid #DEDEDC;
}
.l-header.-top.is-white .l-header__logo a,
.l-header.-top.is-white .l-header__nav__list a {
  color: #333;
}
.l-header.-top.is-white .l-header__nav li.-tel a {
  color: #fff;
}
.l-header.-top.is-white .c-burgerBtn__line {
  background-color: #333;
}
.l-header.-top.is-white .c-burgerBtn__line::before {
  background-color: #333;
}
.l-header.-top.is-white .c-burgerBtn__line::after {
  background-color: #333;
}
.l-header.-top.is-white .c-burgerBtn__line.open {
  background-color: transparent;
}

/* # =================================================================
 * # Content
 * # ================================================================= */
.l-main {
  margin-top: 70px;
  position: relative;
}
.l-main.-top {
  margin-top: 0;
}
.l-main.-top .c-contact {
  margin-top: 0;
}

.l-content {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner {
  max-width: 1200px;
  padding: 50px 15px;
  margin: 0 auto;
}

/* # =================================================================
 * # Footer
 * # ================================================================= */
.l-footer__wrap {
  max-width: 1200px;
  margin: 76px auto 86px;
  display: flex;
  justify-content: space-around;
  align-items: self-end;
  padding: 0 15px;
}
.l-footer__logo {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.l-footer__address p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.45;
  padding-left: 3em;
  text-indent: -3em;
}
.l-footer__nav {
  display: flex;
}
.l-footer__nav__list {
  margin-right: 36px;
}
.l-footer__nav__list:nth-of-type(1) {
  margin-bottom: 5px;
}
.l-footer__nav__list a {
  position: relative;
  padding-left: 17px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 300ms ease all;
}
.l-footer__nav__list a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.l-footer__nav__list a:hover {
  color: #FF0000;
}
.l-footer__nav__list a:hover::before {
  border-color: #FF0000;
}
.l-footer__copy {
  background-color: #FF0000;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* # =================================================================
 * # background
 * # ================================================================= */
.c-bg__main {
  background-repeat: no-repeat;
}
.c-bg__main.-aboutus {
  background-image: url(/assets/img/aboutus/bg_sp.png);
  background-position: 36vw -4%;
  background-size: 121% auto;
}
.c-bg__main.-access {
  background-image: url(/assets/img/access/bg_sp.png);
  background-position: 27vw 4%;
  background-size: 96% auto;
}
.c-bg__main.-recruit {
  background-image: url(/assets/img/recruit/bg_sp.png);
  background-position: 35vw 2%;
  background-size: 128% auto;
}
.c-bg__main.-business {
  background-image: url(/assets/img/business/bg.png);
  background-position: 44vw 69px;
  background-size: 126% auto;
}

/* # =================================================================
 * # Breadcrumb
 * # ================================================================= */
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 0;
}
.c-breadcrumb ol li {
  position: relative;
  font-size: 1.4rem;
}
.c-breadcrumb ol li:not(:first-child) {
  margin-left: 29px;
}
.c-breadcrumb ol li:not(:first-child)::before {
  content: ">";
  font-size: 1.4rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 7px);
  left: -17px;
}
.c-breadcrumb ol li a {
  font-size: 1.4rem;
  line-height: 1.5;
  transition: 300ms ease all;
}
.c-breadcrumb ol li a:hover {
  color: #FF0000;
}
.c-breadcrumb ol li a[aria-current=page]:hover {
  color: #333;
}

/* # =================================================================
 * # Burger Menu
 * # ================================================================= */
/*burger*/
.c-burgerBtn {
  position: fixed;
  top: 17px;
  right: 16px;
  width: 35px;
  height: 35px;
  z-index: 10;
}
.c-burgerBtn__line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.2s;
}
.c-burgerBtn__line::before, .c-burgerBtn__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.5s;
}
.c-burgerBtn__line::before {
  transform: translateY(-12px);
}
.c-burgerBtn__line::after {
  transform: translateY(12px);
}
.c-burgerBtn__line.open {
  background-color: transparent;
}
.c-burgerBtn__line.open::before, .c-burgerBtn__line.open::after {
  content: "";
  background-color: #333;
  transition: 0.2s;
}
.c-burgerBtn__line.open::before {
  transform: rotate(45deg);
  background-color: #333;
}
.c-burgerBtn__line.open::after {
  transform: rotate(-45deg);
  background-color: #333;
}
.c-burgerBtn.-top .c-burgerBtn__line {
  background-color: #fff;
}
.c-burgerBtn.-top .c-burgerBtn__line::before {
  background-color: #fff;
}
.c-burgerBtn.-top .c-burgerBtn__line::after {
  background-color: #fff;
}
.c-burgerBtn.-top .c-burgerBtn__line.open {
  background-color: transparent;
}

.c-burger {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(27, 20, 20, 0.6);
  z-index: 9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.c-burger.open {
  right: 0;
}
.c-burger__list {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 100%;
  margin-left: auto;
  color: #fff;
  background-color: #fff;
  transition: 0.3s;
  z-index: 5;
}
.c-burger__list.open {
  right: 0;
}
.c-burger__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  border-top: 1px solid #DEDEDC;
}
.c-burger__item:nth-of-type(1) {
  border: none;
}
.c-burger__ttl {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 1em;
  position: relative;
  color: #333;
  transition: all 0.3s;
}
.c-burger__ttl.-parent::before, .c-burger__ttl.-parent::after {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  right: 25px;
  background-color: #333;
  transition: all 0.3s;
}
.c-burger__ttl.-parent::after {
  transform: rotate(90deg);
  right: 25px;
  top: calc(50% - 8px);
}
.c-burger__ttl.-parent.active::after {
  display: none;
}
.c-burger__ttl.-parent.active {
  background-color: #333;
  color: #fff;
}
.c-burger__ttl.-parent.active::before {
  transform: rotate(90deg);
  background-color: #fff;
}
.c-burger__underList {
  display: none;
  width: 100%;
}
.c-burger__underItem {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #DEDEDC;
}
.c-burger__underItem:last-child {
  border-bottom: none;
}
.c-burger__underItem a {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 2em;
  text-decoration: none;
  position: relative;
}
.c-burger__underItem a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  left: 14px;
  top: calc(50% - 3px);
  transition: left 0.3s;
}
.c-burger__underItem--icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.c-burger__underItem--icon:before, .c-burger__underItem--icon:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 18px;
  background: #333;
  transition: all 0.3s;
}
.c-burger__underItem--icon:after {
  transform: rotate(90deg);
  position: relative;
  right: 2px;
}

#gnav ul > li > a.active + .c-burger__underItem--icon:after {
  display: none;
}

#gnav ul > li > a.active + .c-burger__underItem--icon:before {
  transform: rotate(90deg);
  background: #fff;
}

/* # =================================================================
 * # Ttl
 * # ================================================================= */
.c-ttlWrap {
  min-height: 39vw;
}
.c-ttlWrap__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.c-ttlWrap__img {
  padding: 25px 15px 15px;
  max-width: 630px;
  margin: 0 auto;
}
.c-ttlWrap__img__inner.-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}
.c-ttlWrap__img__inner.-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-ttlLv1 {
  font-size: 6.5rem;
  font-weight: 700;
  color: #FF0000;
  line-height: 1.8;
}
.c-ttlLv1__sub {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.c-ttlLv1__sub::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -117px;
  transform: translateY(-50%);
  background-color: #333;
}

.c-ttlLv2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
  margin-bottom: 35px;
  line-height: 1em;
}
.c-ttlLv2::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #FF0000;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
}

.c-ttlLv3 {
  font-size: 2.8rem;
  font-weight: 500;
  padding-left: 20px;
  border-left: 3px solid #FF0000;
  line-height: 1.4;
}

.c-ttl__l2 {
  background: url(/assets/img/products/ttl_bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 48.229167%;
  position: relative;
}
.c-ttl__l2.-company {
  background-image: url(/assets/img/company/ttl_bg.png);
}
.c-ttl__l2__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-ttl__l2__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-ttl__l2__box {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.c-ttl__l2__ttlWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.c-ttl__l2__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c-ttl__l2__sub {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #FF0000;
  display: inline-block;
  padding: 0 25px;
  margin-top: 5px;
}
.c-ttl__l2__sub::before {
  content: "";
  width: 15px;
  height: 24px;
  background: url(/assets/img/common/ic_border_g.svg) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.c-ttl__l2__sub::after {
  content: "";
  width: 15px;
  height: 25px;
  background: url(/assets/img/common/ic_border_g.svg) no-repeat;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

/* # =================================================================
 * # Txt
 * # ================================================================= */
/* # =================================================================
 * # Table
 * # ================================================================= */
.c-tableWrap {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px 15px;
  max-width: 1520px;
  margin: 0 auto;
}
.c-tableWrap__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.c-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-table th, .c-table td {
  border-collapse: collapse;
  border-top: 1px solid #DEDEDC;
  border-bottom: 1px solid #DEDEDC;
  padding: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.875;
}
.c-table th {
  background-color: #F1F1F1;
  font-weight: 400;
  border-top: none;
}
.c-table tr:first-child th:nth-of-type(1) {
  border-top: 1px solid #DEDEDC;
}
.c-table td {
  border-top: none;
  background-color: #fff;
}

/* # =================================================================
 * # Lead
 * # ================================================================= */
.c-lead {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
  margin-top: 30px;
  max-width: 440px;
}
.c-lead.-recruit {
  font-weight: 700;
  font-size: 2.8rem;
}
.c-lead__txt {
  margin-top: 25px;
  max-width: 420px;
}
.c-lead__access {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin: 30px 0 15px;
  max-width: 442px;
}
.c-lead__access--list {
  max-width: 442px;
}
.c-lead__access--list li {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 8px;
}

/* # =================================================================
 * # Link
 * # ================================================================= */
.c-link__listBlock {
  padding-top: 25px;
}
.c-link__listBlock .c-link__txt {
  margin-bottom: 8px;
}
.c-link__listBlock li:last-of-type .c-link__txt {
  margin-bottom: 0;
}
.c-link__btn a {
  max-width: 350px;
  border: 1px solid #FF0000;
  background-color: #fff;
  color: #FF0000;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 30px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  transition: 300ms ease all;
}
.c-link__btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  right: 33px;
  top: calc(50% - 5px);
}
.c-link__btn a:hover {
  background-color: #FF0000;
  color: #fff;
}
.c-link__btn a:hover::before {
  border-color: #fff;
}
.c-link__btn.-square a {
  border-radius: 0;
}
.c-link__btn.-square a::before {
  transform: rotate(135deg);
}
.c-link__btn.-h80 a {
  height: 80px;
}
.c-link__txt {
  position: relative;
  padding-left: 23px;
  line-height: 1.5;
}
.c-link__txt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.c-link__txt a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FF0000;
  text-decoration: underline;
  transition: 300ms ease all;
}
.c-link__txt a[target=_blank] {
  padding-right: 23px;
  display: inline-block;
  vertical-align: top;
  background: url(/assets/img/common/ic_blank.svg) no-repeat right center;
  background-size: 15px auto;
}
.c-link__txt a:hover {
  text-decoration: none;
}

/* # =================================================================
 * # List
 * # ================================================================= */
.c-list__link {
  display: flex;
  flex-wrap: wrap;
}
.c-list__link li {
  margin: 0 2% 2% 0;
  width: 49%;
}
.c-list__link li:nth-of-type(2) {
  margin-right: 0;
}
.c-list__link li:last-child {
  margin-right: 0;
}
.c-list__link li a {
  max-width: 100%;
  line-height: 1.4;
}
.c-list__link li a.-small {
  font-size: 1.6rem;
  padding-right: 18px;
}
.c-list__link li a.-small::before {
  right: 6px;
}
.c-list__link li a::before {
  right: 11px;
}
.c-list__disc li {
  padding-left: 1em;
  position: relative;
}
.c-list__disc li::before {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

/* # =================================================================
 * # Nav
 * # ================================================================= */
.c-nav__local {
  border: 1px solid #575757;
  padding: 20px 20px 20px 30px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 15px;
}
.c-nav__local h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.c-nav__local a {
  position: relative;
  padding-left: 26px;
  transition: 300ms ease all;
}
.c-nav__local a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
}
.c-nav__local a:hover {
  color: #FF0000;
}

/* # =================================================================
 * # Contact
 * # ================================================================= */
.c-contact {
  background-color: #575757;
  padding: 43px 0 50px;
  margin-top: 100px;
}
.c-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.c-contact__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}
.c-contact__txt {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.c-contact__tel {
  font-size: 5.6rem;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.c-contact__tel::before {
  content: "";
  width: 30px;
  height: 32px;
  background: url(/assets/img/common/ic_tel.svg) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
.c-contact__tel span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1em;
  display: block;
  margin-top: 10px;
}

/* # =================================================================
 * # Swiper
 * # ================================================================= */
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 6秒かけて拡大させる */
  -webkit-animation: zoomUp 6s linear 0s;
  animation: zoomUp 6s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slide-img {
  background-size: cover;
  background-position: -98px center;
  /* 背景画像は中央を軸に表示させる */
  padding-top: 105%;
}
.slide-img.-slide01 {
  background-image: url("/assets/img/top/slide_01_sp.png");
}
.slide-img.-slide02 {
  background-image: url("/assets/img/top/slide_02_sp.png");
}
.slide-img.-slide03 {
  background-image: url("/assets/img/top/slide_03_sp.png");
}

.slide-text {
  position: absolute;
  z-index: 10;
  font-size: 4rem;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  font-weight: bold;
}

.swiper-pointer-events {
  position: relative;
}

.swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.c-swiper__inner {
  margin: 29vw auto 8.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-swiper__box {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.c-swiper__ttl {
  width: 97%;
  margin-bottom: 4.9vw;
}
.c-swiper__txt {
  font-size: 3.05vw;
  line-height: 1.9;
  letter-spacing: 0.06em;
}

/* # =================================================================
 * # Page top
 * # ================================================================= */
.c-pageTop__wrap {
  position: relative;
}

.c-pageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #FF0000;
  transition: all 0.3s;
}
.c-pageTop:hover {
  opacity: 0.7;
}
.c-pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-pageTop a::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 7px;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

/* # =================================================================
 * # Delighters js
 * # ================================================================= */
.delighter {
  transition: all 0.45s ease-out;
  transform: translatey(50px);
  opacity: 0;
}

.delighter.started {
  transform: none;
  opacity: 1;
}

/* # =================================================================
 * # TOP
 * # ================================================================= */
.p-top__sub {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.p-top__sub::before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -117px;
  transform: translateY(-50%);
  background-color: #333;
}
.p-top__ttl {
  font-size: 6.5rem;
  font-weight: 700;
  color: #FF0000;
  line-height: 1.8;
}
.p-top__txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
  margin: 15px 0 45px;
}
.p-top__btn a {
  font-size: 16px;
  letter-spacing: 0.1em;
  height: 70px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background-color: #333;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  transition: 300ms ease all;
}
.p-top__btn a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
}
.p-top__btn a:hover {
  background-color: #FF0000;
}
.p-top__aboutus {
  background: url(/assets/img/top/bg_aboutus_sp.png) no-repeat;
  background-size: 160% auto;
  background-position: right 0%;
  padding: 75px 0;
}
.p-top__aboutus__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-top__aboutus__box__img {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.p-top__aboutus__img {
  padding: 15px;
  margin-bottom: 50px;
}
.p-top__business {
  background: url(/assets/img/top/bg_business.png) no-repeat top left;
  background-color: #F1F1F1;
  background-size: cover;
  background-position-x: center;
  padding: 75px 0;
}
.p-top__business__inner {
  padding: 0 15px;
}
.p-top__business__left {
  margin-bottom: 50px;
}
.p-top__business__item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
}
.p-top__business__item:last-child {
  margin-bottom: 0;
}
.p-top__business__item figcaption {
  padding: 5px 0 0 22px;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
}
.p-top__business__item figcaption::before {
  content: "";
  width: 2px;
  height: 135%;
  background-color: #FF0000;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.p-top__recruit {
  background: linear-gradient(90deg, #F1F1F1 100%, #F1F1F1 0%);
  padding-bottom: 100px;
}
.p-top__recruit__inner {
  background: url(/assets/img/top/bg_recruit.png) no-repeat;
  background-size: auto 198px;
  background-position-x: left;
  position: relative;
  padding-top: 198px;
}
.p-top__recruit__box {
  padding: 20px 10px 30px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.p-top__recruit__boxInner {
  width: 100%;
  padding: 0 15px;
}

/* # =================================================================
 * # Business
 * # ================================================================= */
.p-business {
  margin-top: 65px;
}
.p-business__innerWrap {
  background-color: #575757;
}
.p-business__inner {
  padding: 40px 15px;
}
.p-business__sub {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 31px;
}
.p-business__sub span {
  display: inline-block;
  position: relative;
  padding-right: 90px;
}
.p-business__sub span::before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: #fff;
}
.p-business__ttl {
  font-size: 3.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
.p-business__bottom {
  margin: 0 auto;
  padding: 0 15px;
}
.p-business__lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.96;
  margin: 45px 0 15px;
}
.p-business__txt {
  margin-bottom: 55px;
  max-width: 600px;
}
.p-business__list li {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
.p-business__list li figcaption {
  font-weight: 1.6rem;
}

/* # =================================================================
 * # Privacy
 * # ================================================================= */
.p-privacy {
  padding-bottom: 100px;
  border-bottom: 1px solid #DEDEDC;
}
.p-privacy__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-privacy__ttlLv1 {
  font-size: 4.8rem;
  font-weight: 700;
  padding: 50px 0;
}
.p-privacy__ttlLv2 {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-privacy__sec {
  margin-bottom: 35px;
}
.p-privacy__sec:last-of-type {
  margin-bottom: 0;
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}

.tabBlock {
  display: none;
}

.tabOnly {
  display: none;
}

/* Txt */
.fcW {
  color: #fff;
}

.fwB {
  font-weight: 700;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

/* margin */
.mt0 {
  margin-top: 0;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb140 {
  margin-bottom: 70px;
}

/* padding */
.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 20px !important;
}

.pb80 {
  padding-bottom: 40px !important;
}

/* border */
.bt {
  border-top: 1px solid #DEDEDC;
}

.bb {
  border-top: 1px solid #DEDEDC;
}

/* background */
.bgG {
  background-color: #F1F1F1;
}

.bgDot {
  background: url(/assets/img/common/bg_dot.png) no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 50%;
  }
  .c-bg__main.-aboutus {
    background-position: 36vw -9%;
    background-size: 113% auto;
  }
  .c-bg__main.-access {
    background-position: 24vw 4%;
    background-size: 83% auto;
  }
  .c-bg__main.-recruit {
    background-position: 35vw 2.5%;
    background-size: 134% auto;
  }
  .c-bg__main.-business {
    background-position: 43vw 68px;
    background-size: 103% auto;
  }
  .c-ttlLv1 {
    font-size: 8.5rem;
  }
  .c-ttl__l2 {
    padding-top: 30.229167%;
  }
  .c-list__link li a.-small {
    font-size: 1.8rem;
    padding-right: 0;
  }
  .c-list__link li a.-small::before {
    right: 33px;
  }
  .slide-img {
    background-position: center center;
    /* 背景画像は中央を軸に表示させる */
    padding-top: 56.354167%;
  }
  .slide-img.-slide01 {
    background-image: url("/assets/img/top/slide_01.png");
  }
  .slide-img.-slide02 {
    background-image: url("/assets/img/top/slide_02.png");
  }
  .slide-img.-slide03 {
    background-image: url("/assets/img/top/slide_03.png");
  }
  .swiper-pagination {
    bottom: 35px;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 17px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .c-swiper__inner {
    margin: 11.5vw 0 8.2vw 0;
    justify-content: flex-end;
  }
  .c-swiper__box {
    width: 60%;
  }
  .c-swiper__ttl {
    width: 76%;
    margin-bottom: 3.9vw;
  }
  .c-swiper__txt {
    font-size: 2.05vw;
  }
  .p-top__ttl {
    font-size: 8.5rem;
  }
  .p-top__btn {
    display: flex;
    justify-content: center;
  }
  .p-top__btn a {
    max-width: 380px;
  }
  .p-top__aboutus {
    background-position: right -37%;
  }
  .p-top__aboutus__box {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-top__aboutus .p-top__btn {
    display: block;
  }
  .p-top__aboutus .p-top__btn a {
    margin: 0;
  }
  .p-top__business__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-top__business__item figcaption {
    padding: 15px 0 0 47px;
    font-size: 2.4rem;
  }
  .p-top__business__item figcaption::before {
    left: 23px;
  }
  .p-top__business .p-top__btn {
    display: block;
  }
  .p-top__business .p-top__btn a {
    margin: 0;
  }
  .p-top__recruit__inner {
    padding-top: 64%;
    background-size: 190% auto;
    background-position-x: center;
  }
  .p-top__recruit__box {
    position: absolute;
    right: 9%;
    bottom: 0;
    max-width: 800px;
    padding: 6% 9% 7%;
  }
  .p-top__recruit__boxInner {
    min-width: 350px;
    padding: 0;
  }
  .p-business__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-business__list li {
    width: 47%;
    margin: 0 0 20px;
  }
  .tabNone {
    display: none;
  }
  .tabBlock {
    display: block;
  }
  .tabOnly {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  html {
    font-size: 62.5%;
    /* 1rem = 10px */
  }
  p,
li,
h2,
h3,
h4 {
    font-size: 1.6rem;
  }
  figure figcaption {
    font-size: 1.5rem;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .l-header {
    position: static;
    padding: 0 0 0 50px;
    height: 100px;
  }
  .l-header.-top {
    position: absolute;
  }
  .l-main {
    margin-top: 0;
  }
  .l-inner {
    padding-top: 120px;
  }
  .c-bg__main {
    background-size: 100% auto;
  }
  .c-bg__main.-aboutus {
    background-image: url(/assets/img/aboutus/bg.png);
    background-position: 0 18%;
    background-size: 100% auto;
  }
  .c-bg__main.-access {
    background-image: url(/assets/img/access/bg.png);
    background-position: 50% 87%;
    background-size: 100% auto;
  }
  .c-bg__main.-recruit {
    background-image: url(/assets/img/recruit/bg.png);
    background-position: 50% 27%;
    background-size: 100% auto;
  }
  .c-bg__main.-business {
    background-position: 0 9.8%;
    background-size: 100% auto;
  }
  .c-ttlWrap {
    position: relative;
  }
  .c-ttlWrap__img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1000px;
    width: 55%;
    padding: 0;
    margin: 0;
  }
  .c-ttlLv1__sub {
    margin-top: 100px;
  }
  .c-ttl__l2 {
    padding-top: 18.2291666667%;
  }
  .c-tableWrap {
    padding: 55px;
  }
  .c-table th, .c-table td {
    font-size: 1.6rem;
    display: table-cell;
    vertical-align: middle;
    padding: 30px 45px;
  }
  .c-table th {
    width: 33.3%;
    border-top: 1px solid #DEDEDC;
  }
  .c-table td {
    border-top: 1px solid #DEDEDC;
    width: 80%;
  }
  .c-table.-w20 th {
    width: 20%;
  }
  .c-lead {
    margin-top: 60px;
  }
  .c-lead__access {
    margin: 60px 0 15px 0;
  }
  .c-link__listBlock {
    padding-top: 50px;
  }
  .c-list__link {
    flex-wrap: nowrap;
  }
  .c-list__link li {
    margin: 0 12px 0 0;
    width: 100%;
  }
  .c-list__link li:nth-of-type(2) {
    margin-right: 12px;
  }
  .c-list__link li a.-small::before {
    right: 33px;
  }
  .c-list__link li a::before {
    right: 33px;
  }
  .c-nav__local {
    padding: 45px 36px 45px 64px;
  }
  .c-contact {
    padding: 86px 0 100px;
    margin-top: 150px;
  }
  .c-contact__ttl {
    font-size: 4.5rem;
  }
  .c-contact__tel {
    padding-left: 56px;
  }
  .c-contact__tel::before {
    font-size: 7.6rem;
    width: 44px;
    height: 57px;
    top: 11px;
  }
  .slide-img {
    padding-top: 46.3541666667%;
  }
  .c-swiper__inner {
    margin: 11.5vw 7.5vw 8.2vw 0;
  }
  .c-swiper__box {
    width: 33%;
  }
  .c-swiper__ttl {
    width: 100%;
    margin-bottom: 4.9vw;
  }
  .c-swiper__txt {
    font-size: 1.05vw;
  }
  .c-pageTop {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  .c-pageTop a::before {
    top: 26px;
    right: 11px;
    width: 18px;
    height: 18px;
  }
  .delighter {
    transform: translatey(100px);
  }
  .p-top__txt {
    margin: 30px 0 90px;
    max-width: 440px;
  }
  .p-top__btn {
    display: block;
  }
  .p-top__btn a {
    font-size: 1.8rem;
    margin: 0;
  }
  .p-top__aboutus {
    background: url(/assets/img/top/bg_aboutus.png) no-repeat;
    background-size: cover;
    background-position-x: right;
    padding: 150px 0;
  }
  .p-top__aboutus__wrap {
    position: relative;
    height: 33.8541666667%;
  }
  .p-top__aboutus__inner {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .p-top__aboutus__box {
    max-width: 440px;
    margin: 0;
  }
  .p-top__aboutus__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1000px;
    width: 55%;
    padding: 0;
    margin-bottom: 0;
  }
  .p-top__business {
    padding: 150px 0;
    background-size: auto 100%;
    background-position-x: 0;
  }
  .p-top__business__inner {
    padding: 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .p-top__business__left {
    margin-bottom: 0;
    max-width: 440px;
    width: 100%;
  }
  .p-top__business__right {
    max-width: 560px;
  }
  .p-top__business__item {
    margin-bottom: 100px;
  }
  .p-top__recruit {
    padding-bottom: 150px;
  }
  .p-top__recruit__inner {
    padding-top: 845px;
    background-size: auto 62%;
  }
  .p-top__recruit__box {
    width: 50%;
    top: 13%;
    bottom: auto;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .p-business {
    position: relative;
    padding-top: 333px;
    margin-top: 130px;
  }
  .p-business::before {
    content: "";
    max-width: 1726px;
    width: 98%;
    height: 333px;
    background-color: #575757;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-business::after {
    content: "";
    width: 8.3%;
    height: 41vw;
    background-color: #575757;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-business__img {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
    max-width: 817px;
    width: 40%;
  }
  .p-business__innerWrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
  }
  .p-business__inner {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 80px auto 0;
    padding: 0;
  }
  .p-business__box {
    width: 600px;
    padding-right: 15px;
  }
  .p-business__bottom {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 1200px;
  }
  .p-business__lead {
    margin: 90px 0 30px;
    width: 600px;
  }
  .p-business__lead.-line1 {
    width: 607px;
  }
  .p-business__txt {
    margin-bottom: 111px;
  }
  .p-business__list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .p-business__list li {
    width: 23.5%;
    margin: 0 0 40px 2%;
  }
  .p-business__list li:first-child {
    margin-left: 0;
  }
  .p-privacy {
    padding-bottom: 150px;
  }
  .p-privacy__inner {
    padding: 0;
  }
  .p-privacy__ttlLv1 {
    padding: 100px 0;
  }
  .p-privacy__sec {
    margin-bottom: 70px;
  }
  .spNone {
    display: block;
  }
  .pcNone {
    display: none;
  }
  .tabOnly {
    display: none;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb80 {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1201px) {
  html {
    font-size: 62.5%;
    /* 1rem = 10px */
  }
  figure figcaption {
    font-size: 1.7rem;
  }
  .l-header__nav li.-border a {
    font-size: 1.8rem;
    margin: 0 30px;
  }
  .l-header__nav li.-tel {
    margin-left: 30px;
    font-size: 2.9rem;
  }
  .l-header__nav li.-tel a {
    padding: 0 40px 0 65px;
  }
  .l-header__nav li.-tel a::before {
    width: 19px;
    height: 24px;
    left: 40px;
  }
  .l-inner {
    padding: 120px 0;
  }
  .l-footer__wrap {
    padding: 0;
  }
  .c-breadcrumb ol {
    padding: 15px 0 15px 50px;
  }
  .c-ttlWrap__inner {
    padding: 0;
  }
  .c-ttl__l2__box {
    padding: 0;
  }
  .c-nav__local {
    margin: 0 auto;
  }
  .p-business__img {
    width: 43%;
  }
  .p-business__box {
    padding-right: 0;
  }
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 62.5%;
    /* 1rem = 10px */
  }
}