@charset "UTF-8";
/**
 * Setting
 * -----------------------------------------------------------------------------
 */
/**
 * Mixin
 * -----------------------------------------------------------------------------
 */
/**
 * Setting
 * -----------------------------------------------------------------------------
 */
/**
 * Mixin
 * -----------------------------------------------------------------------------
 */
.c-btn_more {
  margin-bottom: 80px;
}
.c-btn_more a {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn_more a {
    font-size: 11px;
  }
}
.c-btn_more a:after {
  content: ">";
  position: absolute;
  top: 0;
  right: -1em;
}

.c-btn_button {
  width: 80%;
  margin: 0 auto 20px auto;
}
.c-btn_button + .c-btn_button {
  margin-top: -10px;
}
.c-btn_button button,
.c-btn_button a {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 26px 6px;
  text-align: center;
  background-color: #001f33;
  border-radius: 2px;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn_button button,
  .c-btn_button a {
    font-size: 13px;
    padding: 16px 6px;
  }
}
.c-btn_button button:before,
.c-btn_button a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent; /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
.c-btn_button.button--red a,
.c-btn_button .button--red a {
  background-color: #e06e4f;
}
.c-btn_button.button--bloodred a,
.c-btn_button .button--bloodred a {
  background-color: #be1c10;
}
.c-btn_button.button--yellow a,
.c-btn_button .button--yellow a {
  background-color: #f6bd4e;
}
.c-btn_button.button--pink a,
.c-btn_button .button--pink a {
  background-color: #f09087;
}
.c-btn_button.button--border_pink a,
.c-btn_button .button--border_pink a {
  background-color: #fff;
  border: solid 1px #f09087;
  color: #f09087;
}
.c-btn_button.button--border_pink a:before,
.c-btn_button .button--border_pink a:before {
  border-left: solid 5px #f09087;
}
.c-btn_button.long--button a,
.c-btn_button.long--button button {
  display: block;
}

input[type=submit] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  border: none;
}

.main-box {
  position: relative;
}
.main-box img {
  width: 100%;
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-box .concept_box {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 60px));
          transform: translate(-50%, calc(-50% - 60px));
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-box .concept_box {
    width: 95%;
  }
}
.main-box .concept_box h1 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: normal;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .main-box .concept_box h1 {
    font-size: 13px;
    line-height: 1.4;
  }
}
.main-box p {
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .main-box p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.main-box .bg {
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.ph-prof {
  text-align: center;
  margin-top: 20px;
}
.ph-prof img {
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
}

.box1 .c-txt_c {
  padding: 10px 0 0 0;
}

.box3 p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .box3 p {
    margin-bottom: 30px;
  }
}

.c-list_dot,
.number_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list_dot li,
.number_list li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .c-list_dot li,
  .number_list li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .c-list_dot li,
  .number_list li {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .number_list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .number_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-btn_button_white {
  margin-top: 50px;
}
.c-btn_button_white a {
  width: 100%;
  color: #fff;
  display: inline-block;
  padding: 20px;
  border: solid 1px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-btn_button_white a {
    font-size: 12px;
    line-height: 1.8;
    padding: 10px 20px;
  }
}