@charset "UTF-8";
.uniquebr {
  display: none;
}

@media screen and (min-width: 1051px) and (max-width: 1164px) {
  .uniquebr {
    display: block;
  }
}

/*=============================
header
=============================*/
.l-header {
  background-color: #009c84;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header-inner {
  max-width: 1200px;
  margin: 0;
}

@media screen and (min-width: 1050px) {
  .l-header {
    padding: 0;
  }
  .l-header-inner {
    margin: 0 auto;
  }
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 1050px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

.hover--opacity:hover {
  opacity: 0.7;
  transition-duration: 0.2s;
}

.hover--color:hover {
  background-color: #fff;
  color: #009c84;
  transition-duration: 0.3s;
  opacity: 1;
}

.hover--navi:hover {
  border-bottom: none;
}

.hover--navi--sp:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1050px) {
  .hover--navi:hover {
    border-bottom: 2px solid #fff;
  }
  .hover--navi--sp:hover {
    opacity: 1;
  }
}

.c-header {
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #fff;
  z-index: 999;
  min-height: 50px;
}

.c-header__wrapp {
  display: flex;
  position: relative;
  width: 100vw;
  padding: 0.5rem 1rem 1rem;
}

.c-header__parts {
  display: flex;
  align-items: center;
  padding: 0;
}

.c-header__logo {
  position: relative;
  width: 100%;
}

.c-header__logo:hover {
  text-decoration: none;
  transition-duration: 0.3s;
  opacity: .6;
}

.c-header__logo--set {
  line-height: 0.75rem;
}

.c-header__logo--set img {
  width: 100%;
  max-width: 260px;
}

.c-header__logo--set small {
  color: #fff;
  font-size: 1rem;
  margin-top: 0.75rem;
  display: block;
  line-height: 1.25rem;
  letter-spacing: 0;
}

@media screen and (min-width: 1050px) {
  .c-header__wrapp {
    display: block;
    width: 100vw;
    padding: 0.5rem 0;
    max-width: 100%;
  }
  .c-header__parts {
    padding: 0.5rem 0;
  }
  .c-header__logo {
    width: 25%;
  }
}

.c-header__freetel {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.c-header__freetel a {
  margin-left: 0.25rem;
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.25rem;
  font-weight: bold;
}

.c-header__freetel small {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: -.0rem;
  border-top: #fff 1px solid;
}

.c-header__freetel__icon {
  margin-bottom: -4px;
}

.c-header__freetel__icon img {
  max-width: 26px;
  max-height: 26px;
  display: inline;
  vertical-align: sub;
}

@media screen and (min-width: 1050px) {
  .c-header__freetel {
    width: 25%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .c-header__freetel small {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1130px) {
  .c-header__freetel small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1200px) {
  .ua_safari .c-header__freetel small {
    font-size: 1rem;
  }
}

.c-header__inquiry {
  width: 100%;
}

.c-header__inquiry--list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.c-header__inquiry--list a {
  background-color: #ffa41e;
  color: #fff;
  padding: 0.5em 1em 1rem;
  border-radius: 3em;
  font-size: 1.3rem;
}

.c-header__inquiry--item + .c-header__inquiry--item {
  margin-left: 1rem;
}

@media screen and (min-width: 1050px) {
  .c-header__inquiry {
    width: 25%;
  }
  .c-header__inquiry--list {
    margin-top: 0;
  }
}

.c-header__recruit {
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  max-width: 500px;
}

.c-header__recruit:after {
  content: "";
  position: absolute;
  right: 0;
  top: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

.c-header__recruit p {
  padding: 2% 3%;
  font-size: 1.25rem;
}

.c-header__recruit span {
  display: block;
  font-size: 1.35rem;
  color: #ed1c24;
  font-weight: bold;
}

@media screen and (min-width: 1050px) {
  .c-header__recruit {
    width: 25%;
    margin-top: 0;
  }
  .c-header__recruit:after {
    content: "";
    position: absolute;
    right: 0;
    left: 220px;
    bottom: -65px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 15px 0 15px;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1130px) {
  .c-header__recruit span {
    font-size: 1.25rem;
  }
}

[id="toggle"],
[id^="header-accordion"] {
  display: none;
}

.c-header__bg,
.c-header__hamburger {
  cursor: pointer;
  position: fixed;
}

.c-header__bg {
  top: 0;
  left: 0;
}

.c-header__hamburger {
  width: 35px;
  height: 23px;
  top: 3%;
  right: 5%;
  z-index: 20;
}

.c-header__hamburger .line {
  background: #fff;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transition: .5s ease;
  transform-origin: left;
}

.c-header__hamburger .line.-top {
  top: 0;
}

.c-header__hamburger .line.-middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-header__hamburger .line.-bottom {
  bottom: 0;
}

.c-header__hamburger .line--menu {
  font-size: 12px;
  margin-top: 75%;
  display: block;
  color: #fff;
  margin-left: -2px;
}

.p-index .c-header__hamburger .line {
  background: #fff;
}

.c-header__bg {
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.c-header__nav {
  z-index: 1;
  pointer-events: none;
  transition: transform .6s;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}

@media screen and (min-width: 1050px) {
  .c-header__nav {
    margin-left: 0;
  }
}

/* ドロワー開いたとき */
[id="toggle"]:checked + .c-header__hamburger .line {
  width: calc(22px * 1.3);
  background: #fff;
}

[id="toggle"]:checked + .c-header__hamburger .line.-top {
  transform: rotate(45deg);
  margin-left: 0.3rem;
}

[id="toggle"]:checked + .c-header__hamburger .line.-middle {
  opacity: 0;
}

[id="toggle"]:checked + .c-header__hamburger .line.-bottom {
  transform: rotate(-45deg);
  margin-left: 0.3rem;
}

[id="toggle"]:checked ~ .c-header__hamburger .line--menu {
  margin-left: -5px;
}

[id="toggle"]:checked ~ .c-header__bg {
  pointer-events: auto;
}

[id="toggle"]:checked ~ .c-header__nav {
  background: rgba(0, 156, 132, 0.95);
  padding-bottom: 25vh;
  padding-top: 3vh;
  pointer-events: all;
  opacity: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

[id="toggle"]:checked ~ .c-header__nav::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

[id="toggle"]:checked ~ .c-header__list__item:hover {
  opacity: 0.7;
}

/*-----------------------*/
.c-header__list {
  width: 100vw;
}

.c-header__list__link,
.c-header__sub-list__link,
.c-header__second-list__link {
  color: #fff;
}

.c-header__list__link {
  position: relative;
}

.c-header__list__link:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 8%;
}

@media screen and (min-width: 1050px) {
  .c-header__list__link::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transform: none;
    right: 5%;
    top: 40%;
  }
}

/*-----------------------*/
.c-header__list__link {
  cursor: pointer;
  padding: 1em 2em;
  display: block;
  position: relative;
  border-bottom: 1px solid #fff;
}

.c-header__list__item {
  text-align: center;
  border-bottom: 1px solid rgba(187, 187, 187, 0.5);
}

.c-header__list__item a {
  color: #FFF;
  font-size: 1.6rem;
  padding: 1rem 0;
  display: block;
}

@media screen and (min-width: 1050px) {
  .c-header__list__link {
    text-align: center;
  }
  .c-header__list__item {
    border-bottom: none;
  }
  .c-header__list__item a:hover {
    opacity: 1;
  }
}

/*-----------------------*/
.c-header__sub-menu {
  position: absolute;
  margin: .5em 0 1em;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.c-header__sub-list {
  margin-left: 3rem;
}

.c-header__sub-list__item {
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0;
}

.c-header__sub-list__link {
  display: block;
}

.c-header__sub-list__link:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-bottom: 1px solid #fff;
  margin-bottom: .4em;
  margin-right: 0.5rem;
}

@media screen and (min-width: 1050px) {
  .c-header__sub-menu {
    top: -25px;
  }
  .c-header__sub-list {
    margin-left: 0;
  }
}

/*-----------------------*/
@media screen and (min-width: 1050px) {
  .c-header__navi .js-head {
    margin-top: 0 !important;
  }
  .c-header__list {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .c-header__hamburger,
  .c-header__bg {
    display: none;
  }
  .c-header__list__link {
    margin-top: 0;
    border: none;
    color: #fff;
  }
  .p-index .c-header__list__link {
    color: #fff;
  }
  .c-header__nav {
    transform: translate(0);
    background: #009c84;
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    position: static;
    opacity: 1;
    pointer-events: all;
  }
  .c-header__list__item {
    position: relative;
  }
  .c-header__list__item::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    width: 1px;
    height: 22px;
    border-right: solid 1px rgba(187, 187, 187, 0.5);
    margin-top: -11px;
  }
  .afternone::after {
    content: none;
  }
  .c-header__sub-menu,
  .c-header__sub-list {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-header__sub-menu {
    top: 87%;
    width: 100vw;
  }
  .c-header__sub-list {
    top: -24px;
    padding: 1em 1.5em 1em 1em;
    min-width: 18.5%;
    background: #009c84;
    color: #fff;
    transition: .4s ease-out;
  }
  .p-index .c-header__sub-list {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .p-index .c-header__sub-list:before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.8);
  }
  .c-header__list__link:hover ~ .c-header__sub-menu,
  .c-header__sub-menu:hover {
    opacity: 1;
    visibility: visible;
  }
  .c-header__list__link:hover ~ .c-header__sub-menu .c-header__sub-list,
  .c-header__sub-menu:hover .c-header__sub-list {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .p-index .c-header__sub-list__link {
    color: #000;
  }
  .p-index .c-header__sub-list__link:before,
  .c-header__sub-list__link:before {
    margin: 0;
    border: 0;
  }
}
