@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  color: #000;
  font-weight: 400;
}

main {
  position: relative;
  margin-top: 112.5px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
}

button {
  border: none;
  background-color: unset;
}

ul {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 45px;
  }
}

/* ====================
  header
==================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 45px 20px 28px;
  background-color: #fff;
  z-index: 100;
}

.header-logo {
  width: 35%;
  max-width: 557px;
}

.header-tel {
  display: flex;
  align-items: center;
}
.header-tel img {
  display: block;
  width: 44px;
  margin-right: 16px;
}
.header-tel p {
  font-size: 50px;
  font-weight: 700;
  color: #da0000;
}

@media screen and (max-width: 768px) {
  header {
    padding: 6px 12px 10px 9px;
  }

  .header-logo {
    width: 45%;
    max-width: 151px;
  }

  .header-tel img {
    width: 16px;
    margin-right: 5px;
  }
  .header-tel p {
    font-size: 20px;
  }
}

/* ====================
  footer
==================== */

footer {
  padding: 16px;
  text-align: center;
  background-color: #000;
}
footer p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 8px;
  }
  footer p {
    font-size: 10px;
  }
}

/* ====================
  pagetop
==================== */

.pagetop {
  position: fixed;
  bottom: 91px;
  right: 56px;
  width: 68px;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.pagetop.show {
  opacity: 1;
}
.pagetop.show:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 40px;
    right: 11px;
    width: 40px;
  }
}

/* ====================
  entry
==================== */

.entry {
  width: 70%;
  max-width: 897px;
  margin: 0 auto;
  padding: 24px;
}
.entry a {
  display: block;
}
.entry a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .entry {
    width: 90%;
    max-width: 400px;
    padding: 0;
  }
}

/* ====================
  kv
==================== */

.kv-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  background-image: url("../images/bg_kv.png");
  background-repeat: repeat-y;
  background-size: 100%, 100%;
}

.kv-top p.name {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.kv-top p.name > span {
  font-size: 70px;
}
.kv-top p.border {
  position: relative;
  padding: 16px 0;
  font-size: 70px;
  font-weight: 700;
  color: #da0000;
}
.kv-top p.border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.kv-top p.border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.kv-main {
  position: relative;
  height: 59vw;
  background-image: url("../images/kv.jpg");
  background-size: cover;
}
.kv-main .sp {
  display: none;
}
.kv-main_content {
  position: absolute;
}
.kv-main_content.img_01 {
  top: 14px;
  right: 40px;
  width: 31.6vw;
}
.kv-main_content.img_02 {
  left: 0;
  bottom: 25px;
  width: 67.7vw;
}

@media screen and (max-width: 1400px) {
  .kv-top p.name {
    font-size: 3.4vw;
  }
  .kv-top p.name > span,
  .kv-top p.border {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .kv-top {
    padding: 12px 6px 26px;
  }

  .kv-top p.name {
    font-size: 10px;
  }
  .kv-top p.name > span {
    font-size: 20px;
  }
  .kv-top p.border {
    padding: 0;
    font-size: 20px;
  }
  .kv-top p.border::before,
  .kv-top p.border::after {
    display: none;
  }

  .kv-main {
    height: 76vw;
  }
  .kv-main .pc {
    display: none;
  }
  .kv-main .sp {
    display: block;
  }
  .kv-main_content.img_01 {
    top: -20px;
    right: 15px;
    width: 42.9vw;
  }
  .kv-main_content.img_02 {
    bottom: 6px;
    width: 81vw;
  }
}

/* ====================
  pay
==================== */

.pay {
  max-width: 1280px;
  margin: 64px auto;
  padding: 0 24px;
}

.pay-title {
  width: 427px;
  height: 189px;
  margin: 0 auto;
  background-image: url("../images/bg_ttl_01.png");
  background-size: cover;
  overflow: hidden;
}
.pay-title p {
  margin-top: 10px;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  color: #2c4e9c;
}

.pay-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.pay-item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .pay {
    width: calc(100% - 40px);
    margin: 24px auto 40px;
    padding: 0;
  }

  .pay-title {
    width: 197px;
    height: 87px;
  }
  .pay-title p {
    margin-top: 13px;
    font-size: 20px;
  }

  .pay-wrap {
    display: block;
    margin-top: 0;
  }

  .pay-item {
    width: 100%;
  }
  .pay-item + .pay-item {
    margin-top: 16px;
  }
}

/* ====================
  point
==================== */

.point {
  margin-top: 76px;
  padding: 58px 24px;
  background-image: url("../images/bg_point.jpg");
  background-repeat: repeat-y;
  background-size: 100%, auto;
}

.point-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
.point-overview img {
  display: block;
  width: calc((100% / 3) - 20px);
}

.point-detail {
  max-width: 1300px;
  margin: 117px auto 0;
  padding: 80px;
  background-color: #fff;
}
.point-detail .sp {
  display: none;
}

.point-detail_head {
  display: flex;
  align-items: flex-end;
  width: calc(100% + 100px);
  margin-top: -120px;
  margin-left: -50px;
}
.point-detail_head img {
  display: block;
  width: 300px;
  margin-right: 34px;
}
.point-detail_head p {
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 700;
  color: #2c4e9c;
}
.point-detail_head p .text_red {
  color: #da0000;
}
.point-detail_head p .text_small {
  font-size: 30px;
  color: #000;
}

.point-list {
  display: flex;
  margin-top: 30px;
}
.point-list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 60px 0;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  background-color: #da0000;
}
.point-list dd {
  width: 60%;
  padding: 40px 24px;
  border: 8px solid #da0000;
}
.point-list dd p {
  font-size: 50px;
  font-weight: 700;
}
.point-list dd p.text_mid {
  font-size: 40px;
}
.point-list dd p.text_small {
  font-size: 20px;
}
.point-list dd p > span {
  font-size: 80px;
}
.point-list dd p.text_mid > span {
  font-size: 60px;
}

.point-dorm_text {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 700;
}

.point-dorm_img {
  display: block;
  margin-top: 32px;
}


@media screen and (min-width: 769px) {
  .point-overview img + img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1323px) {
  .point-list dt,
  .point-list dd p {
    font-size: 3.4vw;
  }
  .point-list dd p > span {
    font-size: 5.5vw;
  }
  .point-list dd p.text_mid {
    font-size: 2.7vw;
  }
  .point-list dd p.text_mid > span {
    font-size: 4.2vw;
  }
  .point-list dd p.text_small {
    font-size: 1.3vw;
  }

  .point-detail_head {
    margin-top: -10vw;
  }
  .point-detail_head img {
    width: 20.9vw;
  }
  .point-detail_head p {
    font-size: 5vw;
  }
  .point-detail_head p .text_small {
    font-size: 2vw;
  }

  .point-dorm_text {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .point {
    margin-top: 40px;
    padding: 32px 0;
  }

  .point-overview {
    display: block;
    width: calc(100% - 40px);
  }
  .point-overview img {
    width: 100%;
  }
  .point-overview img + img {
    margin-top: 32px;
  }

  .point-detail {
    width: calc(100% - 40px);
    margin: 32px auto 0;
    padding: 6px 19px 23px;
  }
  .point-detail .pc {
    display: none;
  }
  .point-detail .sp {
    display: block;
  }

  .point-detail_head {
    align-items: center;
    width: 106%;
    margin-top: 0;
    margin-left: 0;
  }
  .point-detail_head img {
    width: 77px;
    margin-right: 15px;
  }
  .point-detail_head p {
    margin-bottom: 0;
    font-size: 20px;
  }
  .point-detail_head p .text_small {
    display: block;
    font-size: 10px;
  }

  .point-list {
    margin-top: 8px;
  }
  .point-list .pc {
    display: none;
  }
  .point-list dt {
    width: 34%;
    padding: 16px 0;
    font-size: 16px;
  }
  .point-list dd {
    width: 70%;
    padding: 8px;
    border: 4px solid #da0000;
  }
  .point-list dd p {
    font-size: 20px;
  }
  .point-list dd p.text_mid {
    font-size: 10px;
  }
  .point-list dd p.text_small {
    font-size: 10px;
  }
  .point-list dd p > span {
    font-size: 30px;
  }
  .point-list dd p.text_mid > span {
    font-size: 20px;
  }

  .point-dorm_text {
    margin-top: 10px;
    font-size: 20px;
  }

  .point-dorm_img {
    margin-top: 25px;
  }
}

/* ====================
  menu
==================== */

.menu {
  margin-top: 52px;
}

.menu-title {
  width: 653px;
  height: 191px;
  margin: 0 auto;
  background-image: url("../images/bg_ttl_02.png");
  background-size: cover;
  overflow: hidden;
}
.menu-title p {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #2c4e9c;
}

.menu-wrap {
  max-width: 1300px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 60px 60px;
  margin: 50px auto 0;
  background-image: url("../images/bg_menu.png");
  background-size: cover;
}
.menu-item {
  width: calc(50% - 60px);
}
.menu-item:nth-child(n + 3) {
  margin-top: 30px;
}
.menu-item > img {
  display: block;
  max-width: 354px;
  margin: 0 auto;
}
.menu-item p > img {
  max-width: 100%;
  margin: 30px 0 0;
}

@media screen and (min-width: 769px) {
  .menu-item:nth-child(n + 3) > img {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    margin-top: 32px;
  }

  .menu-title {
    width: 309px;
    height: 87px;
  }
  .menu-title p {
    margin-top: 15px;
    font-size: 20px;
  }

  .menu-wrap {
    width: 100%;
    padding: 20px;
    margin: 10px auto 0;
  }
  .menu-item {
    width: calc(50% - 10px);
  }
  .menu-item:nth-child(n + 3) {
    margin-top: 16px;
  }
  .menu-item > img {
    max-width: 200px;
  }
  .menu-item:nth-child(n + 3) > img {
    max-width: 120px;
  }
  .menu-item p > img {
    margin: 16px 0 0;
  }
}

/* ====================
  treatment
==================== */

.treatment {
  max-width: 1300px;
  margin: 32px auto 0;
  padding: 60px 24px;
  background-image: url("../images/bg_treatment.png");
  background-size: cover;
}

.treatment-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatment-title .cross {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 276px;
  height: 276px;
  margin-right: 57px;
  background-image: url("../images/bg_cross.png");
  background-size: cover;
}
.treatment-title .cross span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.treatment-title .cross span .sp {
  display: none;
}
.treatment-title > p {
  font-size: 90px;
  font-weight: 700;
  color: #2c4e9c;
}
.treatment-title > p span {
  color: #da0000;
}

.treatment-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 73px;
}

.treatment-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc((100% / 3) - 25px);
}

@media screen and (max-width: 768px) {
  .treatment {
    width: 100%;
    padding: 20px;
  }

  .treatment-title .cross {
    width: 140px;
    height: 140px;
    margin-right: 16px;
  }
  .treatment-title .cross span {
    font-size: 20px;
  }
  .treatment-title .cross span .sp {
    display: inline-block;
  }
  .treatment-title > p {
    font-size: 20px;
  }

  .treatment-wrap {
    display: block;
    margin-top: 16px;
  }

  .treatment-item {
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .treatment-item + .treatment-item {
    margin-top: 20px;
  }
}

/* ====================
  recruit
==================== */

.recruit {
  max-width: 1320px;
  margin: 32px auto 68px;
  padding: 0 24px;
}

.recruit-title {
  width: 425px;
  height: 188px;
  margin: 0 auto;
  background-image: url("../images/bg_ttl_03.png");
  background-size: cover;
  overflow: hidden;
}
.recruit-title p {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #2c4e9c;
}

.recruit table {
  width: 100%;
  margin-top: 17px;
  border-collapse: collapse;
  border: 2px solid #2c4e9c;
}
.recruit tr {
  border-bottom: 1px solid #2c4e9c;
}
.recruit th {
  width: 25%;
  font-size: 40px;
  font-weight: 700;
  color: #2c4e9c;
  background-color: #d8eaea;
}
.recruit td {
  width: 75%;
  padding: 46px;
}
.recruit td .text_big {
  font-size: 40px;
}
.recruit td .text_small {
  font-size: 20px;
}
.recruit td .text_red {
  color: #da0000;
}
.recruit td p {
  font-size: 30px;
  font-weight: 700;
}
.recruit td p + p {
  margin-top: 16px;
}
.recruit td .border {
  padding-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #151515;
}
.recruit td div + div {
  margin-top: 42px;
}
.recruit td h3 {
  font-size: 40px;
}
.recruit td h3 .blue {
  color: #5a9ee5;
}
.recruit td h3 a {
  color: #5a9ee5;
}
.recruit td h3 a:hover {
  text-decoration: underline;
}

.recruit td .area p {
  font-size: 30px;
}

@media screen and (max-width: 1320px) {
  .recruit th {
    font-size: 2.7vw;
  }

  .recruit td p,
  .recruit td .area p {
    font-size: 2.2vw;
  }
  .recruit td .text_big,
  .recruit td h3 {
    font-size: 2.7vw;
  }
  .recruit td .text_small {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    width: calc(100% - 48px);
    margin: 20px auto;
    padding: 0;
  }
  
  .recruit-title {
    width: 199px;
    height: 88px;
  }
  .recruit-title p {
    margin-top: 15px;
    font-size: 20px;
  }
  
  .recruit table {
    margin-top: 10px;
    border: 2px solid #2c4e9c;
  }
  .recruit tr {
    display: block;
    border: none;
  }
  .recruit th {
    display: block;
    width: 100%;
    padding: 7px 16px;
    text-align: left;
    font-size: 20px;
  }
  .recruit td {
    width: 100%;
    padding: 16px 14px;
  }
  .recruit td .text_big {
    font-size: 20px;
  }
  .recruit td .text_small {
    font-size: 10px;
  }
  .recruit td p {
    font-size: 20px;
  }
  .recruit td p + p {
    margin-top: 12px;
  }
  .recruit td .border {
    padding-top: 21px;
  }
  .recruit td div + div {
    margin-top: 22px;
  }
  .recruit td h3 {
    font-size: 20px;
  }
  
  .recruit td .area p {
    font-size: 10px;
  }
}

/* ====================
  faq
==================== */

.faq {
  margin: 66px 0;
}

.faq-title {
  width: 426px;
  height: 188px;
  margin: 0 auto;
  background-image: url("../images/bg_ttl_03.png");
  background-size: cover;
  overflow: hidden;
}
.faq-title p {
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #2c4e9c;
}

.faq-wrap {
  margin-top: 40px;
  padding: 60px 24px;
  background-image: url("../images/bg_faq.png");
  background-repeat: repeat-y;
  background-size: 100%, auto;
}

.faq-item {
  max-width: 1325px;
  margin: 0 auto;
  padding: 40px 67px 47px;
  background-color: #fff;
}
.faq-item + .faq-item {
  margin-top: 48px;
}

.faq-item > div {
  display: flex;
  align-items: flex-start;
}
.faq-item > div span {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.faq-item .question {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2c4e9c;
}
.faq-item .question span {
  color: #2c4e9c;
}
.faq-item .question p {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
}
.faq-item .answer span {
  margin-right: 109px;
  color: #da0000;
}
.faq-item .answer p {
  font-size: 30px;
}

@media screen and (max-width: 1325px) {
  .faq-item > div span {
    font-size: 4.5vw;
  }
  .faq-item .question p {
    font-size: 3vw;
  }
  .faq-item .answer p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    margin: 32px 0;
  }

  .faq-title {
    width: 199px;
    height: 88px;
  }
  .faq-title p {
    margin-top: 15px;
    font-size: 20px;
  }

  .faq-wrap {
    margin-top: 20px;
    padding: 24px;  
  }

  .faq-item {
    padding: 23px 12px;
  }
  .faq-item + .faq-item {
    margin-top: 19px;
  }

  .faq-item > div span {
    margin-right: 8px;
    font-size: 30px;
  }
  .faq-item .question {
    margin-bottom: 18px;
    padding-bottom: 20px;
  }
  .faq-item .question p {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #2c4e9c;
  }
  .faq-item .answer span {
    margin-right: 8px;
  }
  .faq-item .answer p {
    font-size: 20px;
  }
}

/* ====================
  about
==================== */

.about {
  max-width: 1324px;
  margin: 110px auto 71px;
  padding: 46px 10px 10px;
  background-image: url("../images/bg_kv.png");
  background-repeat: repeat-y;
  background-size: 100%, auto;
}

.about-top {
  margin: 0 36px 25px;
}
.about-top .border {
  padding: 13px 0;
  text-align: center;
  background-image: url("../images/paling.png");
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}
.about-top .border p {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.about-top .border p span {
  color: #da0000;
}

.about-top .detail {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.about-top .detail img {
  width: 118px;
}
.about-top .detail p {
  margin-left: 28px;
  font-size: 13px;
  color: #fff;
}
.about-top .detail p + p {
  margin-left: 56px;
}
.about-top .detail p .sp {
  display: none;
}

.about .sp {
  display: none;
}

@media screen and (max-width: 1324px) {
  .about-top .border {
    padding: 1vw;
  }
  .about-top .border p {
    font-size: 3.3vw;
    font-weight: 700;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .about {
    width: calc(100% - 24px);
    margin: 24px auto 12px;
    padding: 14px 8px;
  }

  .about-top {
    margin: 0 0 16px;
  }
  .about-top .border p {
    font-size: 3.4vw;
  }
  
  .about-top .detail {
    position: relative;
    display: block;
    margin-top: 11px;
  }
  .about-top .detail img {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 100px;
  }
  .about-top .detail p {
    margin-left: 10px;
    font-size: 10px;
  }
  .about-top .detail p + p {
    margin-left: 10px;
  }
  .about-top .detail p .sp {
    display: inline-block;
  }

  .about .pc {
    display: none;
  }
  .about .sp {
    display: block;
  }
}

/* ====================
  maker
==================== */

.maker {
  max-width: 1327px;
  margin: 63px auto 169px;
  padding: 24px;
}

.maker-title {
  width: 100%;
}

.maker-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 37px;
}
.maker-wrap a {
  display: block;
  max-width: calc(50% - 20px);
}
.maker-wrap a:hover {
  opacity: .6;
}

@media screen and (min-width: 769px) {
  .maker-wrap a:nth-child(n + 3) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .maker {
    width: calc(100% - 24px);
    margin: 10px auto 80px;
    padding: 0;
  }

  .maker-wrap {
    display: block;
    margin-top: 13px;
  }
  .maker-wrap a {
    max-width: 100%;
  }
  .maker-wrap a + a {
    margin-top: 8px;
  }
}