@charset "UTF-8";
/*********************************************************
base
*********************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: #faf7f4;
  color: #6a676b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 2000px;
}
@media (max-width: 1024px) {
  body {
    padding-bottom: 40px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

span {
  font-weight: inherit;
}

button {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.dib {
  display: inline-block;
}

.main {
  padding-bottom: 100px;
  position: relative;
}

.content {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .content {
    margin-top: 50px;
  }
}

.content-ttl {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .content-ttl {
    letter-spacing: 6px;
  }
}
@media (max-width: 768px) {
  .content-ttl {
    font-size: 24px;
  }
}

.sticky-contact {
  z-index: 10;
}
@media (min-width: 1025px) {
  .sticky-contact {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
  }
  .sticky-contact.on {
    position: absolute;
    top: auto;
    bottom: 50px;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .sticky-contact {
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 2001px) {
  .sticky-contact {
    left: calc(50% - 1000px);
  }
}

.sticky-contact__list {
  display: flex;
}
@media (max-width: 1024px) {
  .sticky-contact__list {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .sticky-contact__item {
    width: 48%;
    max-width: 300px;
  }
}
.sticky-contact__item a {
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .sticky-contact__item a {
    font-size: 14px;
    font-size: 3.8888888889vw;
    padding: 15px 5px;
  }
}
.sticky-contact__item a::before {
  border: 1px solid #fff;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: calc(3% - 1px);
  left: calc(10% - 1px);
  width: 80%;
  height: 94%;
}
@media (max-width: 1024px) {
  .sticky-contact__item a::before {
    top: calc(15% - 1px);
    left: calc(3% - 1px);
    width: 94%;
    height: 70%;
  }
}
@media (max-width: 480px) {
  .sticky-contact__item a::before {
    left: calc(5% - 1px);
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .sticky-contact__item a {
    justify-content: center;
  }
}
.sticky-contact__item a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .sticky-contact__item a svg {
    margin-bottom: 3px;
  }
}
@media (max-width: 1024px) {
  .sticky-contact__item a svg {
    margin-right: 8px;
  }
}
@media (max-width: 300px) {
  .sticky-contact__item a svg {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sticky-contact__item.-line {
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  .sticky-contact__item.-line {
    margin-right: 5px;
  }
}
.sticky-contact__item.-line a {
  background: #00B900;
}
@media (min-width: 1025px) {
  .sticky-contact__item.-form {
    margin-top: 15px;
  }
}
.sticky-contact__item.-form a {
  background: #ffaf1a;
}

@media (max-width: 1024px) {
  .sticky-contact__zen {
    display: none;
  }
}

@media (min-width: 1025px) {
  .sticky-contact__han {
    display: none;
  }
}

.page-top {
  margin-top: 30px;
  position: fixed;
  bottom: 20px;
  left: calc(100% - 60px);
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .page-top {
    bottom: 80px;
  }
}
@media (min-width: 2001px) {
  .page-top {
    right: calc(50% - 1000px);
    left: auto;
  }
}
.page-top.on {
  position: absolute;
}

.page-top__link {
  position: relative;
}
.page-top__link img {
  padding-bottom: 15px;
}
.page-top__link::after {
  content: "戻る";
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

/*********************************************************
header
*********************************************************/
.header {
  background: #fff;
  color: #111;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 5px 0 15px;
  }
}

.mv .header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.header__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .header__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    position: relative;
  }
}

.header__ttl {
  font-size: 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  .header__ttl {
    font-size: 14px;
    text-align: center;
  }
}

.header__box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .header__box {
    justify-content: space-between;
  }
}

.header__container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .header__container {
    background: #fff;
    color: #6a676b;
    display: none;
    padding: 60px 5px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
}

.header__logo {
  margin-right: 50px;
}

@media (min-width: 1025px) {
  .gnav {
    margin-right: 30px;
  }
}

.gnav__list {
  display: flex;
}
@media (max-width: 1024px) {
  .gnav__list {
    flex-direction: column;
    margin-top: 15px;
  }
}

@media (min-width: 1025px) {
  .gnav__item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .gnav__item {
    border-top: 1px solid #000;
    padding: 10px;
    position: relative;
  }
  .gnav__item:last-child {
    border-bottom: 1px solid #000;
  }
}

.gnav__link {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .gnav__link {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .gnav__link {
    display: block;
    position: relative;
  }
  .gnav__link::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    color: #ef857d;
    content: "";
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 10px;
  }
}

.header-contact {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .header-contact {
    display: none;
  }
}

.header-contact__list {
  display: flex;
}

.header-contact__item:first-child {
  margin-right: 10px;
}
.header-contact__item a {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 5px;
}
.header-contact__item.-line a {
  background: #00B900;
  display: flex;
  align-items: center;
}
.header-contact__item.-line a svg {
  fill: #fff;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.header-contact__item.-form a {
  background: #ffaf1a;
  display: flex;
  align-items: center;
}
.header-contact__item.-form a svg {
  fill: #fff;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .header__tel {
    text-align: center;
  }
}
.header__tel p {
  color: #ef857d;
  font-size: 24px;
  font-weight: bold;
}
.header__tel p span {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}
.header__tel ul {
  text-align: left;
}
@media (max-width: 1024px) {
  .header__tel ul {
    display: inline-block;
  }
}
.header__tel ul li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.menu-btn {
  width: 50px;
  height: 50px;
  z-index: 12;
}
@media (min-width: 1025px) {
  .menu-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu-btn {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .menu-btn.scroll {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}
.menu-btn.open {
  top: 10px;
}

.menu-btn__inner {
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
}

.menu-btn__bar {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.menu-btn__bar::before, .menu-btn__bar::after {
  background: #000;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  transition: 0.5s;
  width: 100%;
}
.menu-btn__bar::before {
  margin-top: -8px;
}
.menu-btn__bar::after {
  margin-top: 7px;
}

.close .menu-btn__bar {
  background: transparent;
}
.close .menu-btn__bar::before, .close .menu-btn__bar::after {
  margin-top: 0;
}
.close .menu-btn__bar::before {
  transform: rotate(45deg);
}
.close .menu-btn__bar::after {
  transform: rotate(-45deg);
}

/*********************************************************
footer
*********************************************************/
.footer {
  background: #ef857d;
}

.footer__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1000px) {
  .footer__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.footer__logo {
  text-align: center;
}

.footer__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 400px) {
  .footer__txt {
    font-size: 18px;
  }
}

.footer-contact {
  margin: 30px auto 0;
  max-width: 500px;
}

.footer-contact__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .footer-contact__list {
    align-items: center;
    flex-direction: column;
  }
}

.footer-contact__item {
  width: 48%;
}
@media (max-width: 480px) {
  .footer-contact__item {
    width: 98%;
    max-width: 300px;
  }
}
.footer-contact__item:first-child {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .footer-contact__item:first-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .footer-contact__item:last-child {
    margin-top: 15px;
  }
}
.footer-contact__item a {
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
@media (max-width: 400px) {
  .footer-contact__item a {
    font-size: 16px;
  }
}
.footer-contact__item a::before {
  border: 1px solid #fff;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: calc(15% - 1px);
  left: calc(3% - 1px);
  width: 94%;
  height: 70%;
}
.footer-contact__item a svg {
  fill: #fff;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.footer-contact__item.-line a {
  background: #00B900;
}
.footer-contact__item.-form a {
  background: #ffaf1a;
}

.footer__container {
  background: #fff;
}
.footer__container .footer__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__container .footer__inner {
    flex-direction: column;
  }
}

.footer-nav__list {
  display: flex;
}
@media (max-width: 600px) {
  .footer-nav__list {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .footer-nav__item:not(:first-child) {
    margin-top: 10px;
  }
}
@media (min-width: 601px) {
  .footer-nav__item:not(:last-child) {
    margin-right: 15px;
  }
}
.footer-nav__item a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .footer-nav__link {
    display: block;
    position: relative;
  }
  .footer-nav__link::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    color: #ef857d;
    content: "";
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10px;
  }
}

.footer__copy {
  font-size: 12px;
}
@media (max-width: 600px) {
  .footer__copy {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
  }
}

/*********************************************************
index.html
*********************************************************/
.mv {
  position: relative;
  text-align: center;
}

.top-news {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  .top-news {
    background: #faf7f4;
    width: 400px;
  }
}
@media (max-width: 1050px) {
  .top-news {
    width: 35vw;
  }
}
@media (max-width: 768px) {
  .top-news {
    position: static;
    margin: 15px auto 0;
    width: 98%;
    max-width: 500px;
  }
}

.top-news__header {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.top-news__ttl {
  color: #111;
  font-weight: bold;
  padding: 10px;
}

.top-news__btn {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
.top-news__btn .swiper-button-prev,
.top-news__btn .swiper-button-next {
  background: #eee;
  margin-top: 0;
  position: static;
  width: 49px;
  height: 49px;
}
.top-news__btn .swiper-button-prev::after,
.top-news__btn .swiper-button-next::after {
  color: #ef857d;
  font-size: 24px;
  font-weight: bold;
}

.top-news__list {
  padding: 30px 30px 10px;
}

.top-news__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-news__item {
  text-align: left;
}
.top-news__item div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-news__item div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-news__body {
  height: 3em;
}

.top-news__date,
.top-news__body {
  font-size: 14px;
}

.top-news__ttl2 {
  margin-top: 15px;
}

.top-news__body {
  margin-top: 10px;
}

.scroll_down {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.scroll_down p {
  letter-spacing: 0.1vw;
}

.scroll_down a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  letter-spacing: 2px;
  text-decoration: none;
}

.scroll_down .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 23px;
}

.scroll_down .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #000;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
.top-message__container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .top-message__container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-message__imges {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 400px;
  width: 33%;
}
.top-message__imges img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .top-message__imges img {
    aspect-ratio: 3/4;
  }
}
@media (max-width: 768px) {
  .top-message__imges {
    width: 25%;
  }
}
.top-message__imges:first-child picture:nth-child(2), .top-message__imges:first-child picture:nth-child(3) {
  margin-top: 2%;
  width: 49%;
}
.top-message__imges:first-child picture:nth-child(2) {
  margin-right: 2%;
}
.top-message__imges:last-child picture:nth-child(1), .top-message__imges:last-child picture:nth-child(2) {
  width: 49%;
}
.top-message__imges:last-child picture:nth-child(1) {
  margin-right: 2%;
}
.top-message__imges:last-child picture:last-child {
  margin-top: 2%;
}

.top-message__ttl {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
@media (max-width: 980px) {
  .top-message__ttl {
    font-size: 30px;
    font-size: 3.0612244898vw;
  }
}
@media (max-width: 768px) {
  .top-message__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media (max-width: 480px) {
  .top-message__ttl {
    font-size: 22px;
    font-size: 4.5833333333vw;
  }
}

.top-message2 {
  background-image: url(image.php?id=005);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .top-message2 {
    background-size: cover;
    padding: 30px 0;
  }
}

.top-message2__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .top-message2__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.top-message2__inner p {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 601px) {
  .top-message2__inner p {
    line-height: 1.8;
  }
}
.top-message2__inner p:not(:first-child) {
  margin-top: 1em;
}

@media (min-width: 481px) {
  .top-message2__pcblock {
    display: block;
  }
}

.top-reason__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .top-reason__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 768px) {
  .top-reason__slide {
    max-width: 400px;
  }
}

.top-reason__list {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .top-reason__list {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 981px) {
  .top-reason__item {
    width: 30%;
    max-width: 200px;
  }
  .top-reason__item:nth-child(2) {
    margin: 0 90px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .top-reason__item {
    width: 30%;
    max-width: 300px;
  }
  .top-reason__item:nth-child(2) {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .top-reason__item {
    padding: 0 2%;
  }
}

.top-reason__img {
  border-radius: 50%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.top-reason__num {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .top-reason__num {
    text-align: center;
  }
}

.top-reason__ttl {
  color: #ef857d;
  font-weight: bold;
}
@media (min-width: 769px) {
  .top-reason__ttl {
    height: 48px;
  }
}
@media (max-width: 480px) {
  .top-reason__ttl {
    text-align: center;
  }
}

.top-reason__txt {
  font-size: 14px;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .top-reason .swiper-container {
    overflow: visible;
  }
  .top-reason .swiper-wrapper {
    flex-wrap: wrap;
  }
  .top-reason .swiper-slide {
    width: 30%;
  }
  .top-reason .swiper-button-prev,
  .top-reason .swiper-button-next,
  .top-reason .swiper-pagination {
    display: none;
  }
}
@media (max-width: 400px) {
  .top-reason .swiper-button-prev,
  .top-reason .swiper-button-next {
    top: 35%;
  }
}

.top-reason-map {
  background-image: url(image.php?id=006);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  max-width: 1200px;
  padding: 180px 0;
  position: relative;
}
@media (max-width: 768px) {
  .top-reason-map {
    margin-top: 50px;
    padding: 30% 0 15%;
  }
}
@media (max-width: 600px) {
  .top-reason-map {
    background-size: cover;
    padding: 300px 0 15%;
  }
}

.top-reason-map__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  position: relative;
  padding-top: 250px;
}
@media (max-width: 1000px) {
  .top-reason-map__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-reason-map__point {
  border: 8px solid #ef857d;
  border-radius: 50%;
  color: #ef857d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 50px;
  transform: rotate(-15deg);
  width: 150px;
  height: 150px;
  z-index: 4;
}
@media (max-width: 768px) {
  .top-reason-map__point {
    top: -100px;
  }
}
@media (max-width: 600px) {
  .top-reason-map__point {
    top: -150px;
  }
}
@media (max-width: 400px) {
  .top-reason-map__point {
    font-size: 48px;
    font-size: 12vw;
    border: 4px solid #ef857d;
    top: -200px;
    left: 10px;
    width: 37.5vw;
    height: 37.5vw;
  }
}

.top-reason-map__box {
  background-image: url(image.php?id=045);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  padding: 50px;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  max-width: 1200px;
}
@media (max-width: 600px) {
  .top-reason-map__box {
    padding: 30px 15px;
  }
}
.top-reason-map__box::before {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-reason-map__img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -250px;
  right: 0;
  width: 300px;
  height: 400px;
}
@media (max-width: 1024px) {
  .top-reason-map__img {
    display: none;
    top: -80%;
    width: 200px;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .top-reason-map__img {
    right: 5%;
    width: 41vw;
    height: 72vw;
  }
}
@media (max-width: 400px) {
  .top-reason-map__img {
    top: -50%;
  }
}

.top-reason-map__ttl {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 601px) {
  .top-reason-map__ttl {
    letter-spacing: 6px;
  }
}
@media (max-width: 600px) {
  .top-reason-map__ttl {
    font-size: 24px;
  }
}

.top-reason-map__txt {
  position: relative;
  z-index: 3;
}
.top-reason-map__txt p {
  font-weight: bold;
  margin-top: 15px;
}

.top-secret__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .top-secret__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-secret__img {
  display: block;
  margin-top: 30px;
}

.top-flow__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .top-flow__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-flow__img {
  display: block;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .top-referral {
    padding-bottom: 50px;
  }
}

.top-referral__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .top-referral__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.top-slider {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .top-slider {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .top-slider {
    flex-direction: column-reverse;
    position: relative;
  }
}
.top-slider .swiper {
  margin-right: 3%;
  width: 60%;
}
@media (max-width: 768px) {
  .top-slider .swiper {
    margin-top: 3%;
    margin-right: 0;
    width: 100%;
  }
}
.top-slider .swiper .swiper-slide img {
  aspect-ratio: 4/3;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-slider .swiper .swiper-slide p {
  counter-increment: num;
  font-size: 14px;
  padding: 5px;
}
.top-slider .swiper .swiper-slide p span {
  border: 1px solid #6a676b;
  border-radius: 50%;
  display: block;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 1px;
  text-align: center;
  width: 25px;
  height: 25px;
}

.top-slider__txt {
  position: relative;
  width: 32%;
}
@media (max-width: 768px) {
  .top-slider__txt {
    position: static;
    width: 100%;
  }
}
.top-slider__txt p {
  font-size: 14px;
  margin-top: 15px;
}
.top-slider__txt p:first-of-type {
  margin-top: 50px;
}
.top-slider__txt p:last-of-type {
  background: #999;
  color: #000;
  padding: 10px;
}
.top-slider__txt p strong {
  color: #ef857d;
  font-size: 120%;
  font-weight: bold;
}

.top-slider__control {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (min-width: 769px) {
  .top-slider__control {
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .top-slider__control {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .top-slider__control {
    margin-top: 0;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
  }
}

.top-slider__pagination {
  width: 160px;
  height: 30px;
}
@media (max-width: 980px) {
  .top-slider__pagination {
    margin: 0 auto;
  }
}
.top-slider__pagination span {
  background: #ef857d;
}
.top-slider__pagination span:not(:last-child) {
  margin-right: 5px;
}

.top-slider__button {
  position: relative;
  width: 130px;
  height: 50px;
}
@media (max-width: 980px) {
  .top-slider__button {
    margin: 0 auto;
    width: 170px;
  }
}
@media (max-width: 768px) {
  .top-slider__button {
    width: calc(100% - 120px);
  }
}
.top-slider__button .swiper-button-prev,
.top-slider__button .swiper-button-next {
  background: #ffe7e6;
  padding: 10px;
  width: 50px;
  height: 50px;
}
.top-slider__button .swiper-button-prev::after,
.top-slider__button .swiper-button-next::after {
  color: #ef857d;
  font-size: 24px;
}
.top-slider__button .swiper-button-prev {
  margin-right: 10px;
}

/*********************************************************
下層ページ共通
*********************************************************/
.page-header {
  padding: 150px 0;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.page-header::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
}
.page-header.-company::after {
  background-image: url(image.php?id=041);
}
.page-header.-recruit::after {
  background-image: url(image.php?id=042);
}
.page-header.-privacy::after {
  background-image: url(image.php?id=043);
}
.page-header.-sitemap::after {
  background-image: url(image.php?id=044);
}
.page-header.-news::after {
  background-image: url(image.php?id=046);
}

.page-header__ttl {
  background: #fff;
  color: #111;
  font-weight: bold;
  padding: 10px 30px 10px 20px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 3;
}
@media (max-width: 980px) {
  .page-header__ttl {
    left: 30%;
  }
}
@media (max-width: 768px) {
  .page-header__ttl {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 250px) {
  .page-header__ttl {
    width: 98%;
    max-width: 250px;
  }
}

.page-header__en,
.page-header__jp {
  display: block;
}

.page-header__en {
  font-size: 30px;
}

.page-header__jp {
  font-size: 18px;
}

.breadcrumbs {
  background: #ef857d;
  display: flex;
  padding: 5px 80px 5px 15px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 4;
}
@media (max-width: 350px) {
  .breadcrumbs {
    padding: 5px 30px 5px 10px;
  }
}

.breadcrumbs__item {
  font-size: 14px;
  color: #fff;
}
.breadcrumbs__item a {
  color: #106cf5;
}
.breadcrumbs__item.-link {
  padding-right: 30px;
  position: relative;
}
.breadcrumbs__item.-link::after {
  color: #6a676b;
  content: "/";
  position: absolute;
  top: 0;
  right: 10px;
}

/*********************************************************
company.html
*********************************************************/
.company__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .company__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 600px) {
  .company__inner {
    flex-direction: column;
  }
}

.company-list {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
@media (max-width: 600px) {
  .company-list {
    flex-direction: column;
    width: 100%;
  }
  .company-list:last-child {
    margin-top: 1em;
  }
}

.company-list__ttl,
.company-list__txt {
  font-size: 14px;
}
@media (max-width: 600px) {
  .company-list__ttl,
  .company-list__txt {
    font-size: 16px;
  }
}
@media (min-width: 601px) {
  .company-list__ttl:nth-of-type(n + 2),
  .company-list__txt:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}

.company-list__ttl {
  color: #111;
  font-weight: bold;
  width: 8em;
}
@media (max-width: 600px) {
  .company-list__ttl {
    width: 100%;
  }
  .company-list__ttl:not(:first-child) {
    margin-top: 1em;
  }
}

.company-list__txt {
  width: calc(100% - 8em);
}
@media (max-width: 600px) {
  .company-list__txt {
    margin-top: 0.5em;
    width: 100%;
  }
}
.company-list__txt li:not(:first-child) {
  margin-top: 10px;
}

/*********************************************************
recruit.html
*********************************************************/
.recruit__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .recruit__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 600px) {
  .recruit__inner {
    flex-direction: column;
  }
}

.recruit-list {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
}
@media (max-width: 600px) {
  .recruit-list {
    flex-direction: column;
    width: 100%;
  }
  .recruit-list:last-child {
    margin-top: 1em;
  }
}

.recruit-list__ttl,
.recruit-list__txt {
  font-size: 14px;
}
@media (max-width: 600px) {
  .recruit-list__ttl,
  .recruit-list__txt {
    font-size: 16px;
  }
}
@media (min-width: 601px) {
  .recruit-list__ttl:nth-of-type(n + 2),
  .recruit-list__txt:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}

.recruit-list__ttl {
  color: #111;
  font-weight: bold;
  width: 11em;
}
@media (max-width: 600px) {
  .recruit-list__ttl {
    width: 100%;
  }
  .recruit-list__ttl:not(:first-child) {
    margin-top: 1em;
  }
}

.recruit-list__txt {
  width: calc(100% - 11em);
}
@media (max-width: 600px) {
  .recruit-list__txt {
    margin-top: 0.5em;
    width: 100%;
  }
}
.recruit-list__txt li:not(:first-child) {
  margin-top: 10px;
}

/*********************************************************
privacy.html
*********************************************************/
.privacy__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .privacy__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.privacy-list__ttl {
  color: #111;
  font-weight: bold;
  margin-top: 50px;
}

.privacy-list__content {
  font-size: 14px;
  margin-top: 20px;
}

.privacy-list__txt:not(:first-child) {
  margin-top: 1em;
}

.privacy-ol {
  counter-reset: num;
  margin: 1em 0 0 1em;
}

.privacy-ol__item {
  counter-increment: num;
  margin-left: 1em;
  position: relative;
  text-indent: -1em;
}
.privacy-ol__item:not(:first-child) {
  margin-top: 1em;
}
.privacy-ol__item::before {
  content: counter(num) ".";
}

.privacy__end {
  margin-top: 30px;
  text-align: right;
}

/*********************************************************
sitemap.html
*********************************************************/
.sitemap__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .sitemap__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.sitemap-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 981px) {
  .sitemap-list__item {
    width: 23%;
  }
  .sitemap-list__item:not(:nth-child(4n)) {
    margin-right: 2.4%;
  }
  .sitemap-list__item:nth-child(n+5) {
    margin-top: 2.4%;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .sitemap-list__item {
    width: 31%;
  }
  .sitemap-list__item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
  .sitemap-list__item:nth-child(n+4) {
    margin-top: 3.5%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .sitemap-list__item {
    width: 48%;
  }
  .sitemap-list__item:nth-child(odd) {
    margin-right: 4%;
  }
  .sitemap-list__item:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media (max-width: 480px) {
  .sitemap-list__item {
    width: 100%;
  }
  .sitemap-list__item:nth-child(n+2) {
    margin-top: 4%;
  }
}

.sitemap-list__link {
  background: #6a676b;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 8px 12px 45px;
  position: relative;
}
.sitemap-list__link::before {
  background-color: #fff;
  background-image: url(image.php?id=007);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  content: "";
  padding: 2px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 18px;
}

/*********************************************************
news.html
*********************************************************/
.news__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .news__inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.news__ttl {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.news__date {
  color: #111;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

.news__body {
  margin-top: 30px;
}
.news__body p:not(:first-child) {
  margin-top: 1em;
}

.pagination {
  border-top: 3px solid #CCC;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  padding-top: 30px;
}

.pagination li {
  display: inline-block;
  margin-top: 5px;
}

.pagination a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}
.pagination a.active {
  background: #333;
  color: #fff;
}

.pagination a:hover {
  background: #FFF;
}

#pagination li {
  margin-left: 5px;
  margin-right: 5px;
  width: 30px;
}

#prevpage,
#nextpage {
  white-space: nowrap;
}

#prevpage {
  margin-right: 5px;
}

#nextpage {
  margin-left: 5px;
}