@charset "UTF-8";
* {
  color: #440012;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media (max-width: 1279px) {
  .pc-none {
    display: unset;
  }
}

body.is-open {
  height: 100%;
  overflow: hidden;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.5;
}

.bullet-list {
  margin: 0;
  padding: 0;
}
.bullet-list p {
  position: relative;
  padding-left: 1.4em;
  line-height: 2;
  font-weight: 500;
}
.bullet-list p::before {
  position: absolute;
  left: 0;
  top: 0;
}
.bullet-list p.note::before {
  content: "※";
}
.bullet-list p.item::before {
  content: "・";
}
.bullet-list p.box::before {
  content: "◾";
}

h2 {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  padding-left: 50px;
}
h2::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -50px;
  left: -50px;
  background-image: url(../images/Vector.svg);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
@media (max-width: 1279px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h2 {
    margin: 0 auto 5vh;
    font-size: 30px;
    padding-right: 50px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

span.bold {
  font-weight: 900 !important;
}

span.red {
  font-size: 16px !important;
  color: #BB5B5B !important;
}

span.y-back {
  background-color: #ffff00;
}

span.nami {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #e73030;
}

.none-text {
  font-size: 24px;
  padding: 30px 0 0 50px;
}
@media (max-width: 768px) {
  .none-text {
    font-size: 20px;
    padding: 30px 0 0 0;
    text-align: center;
  }
}

h3 {
  font-size: 24px;
}

h3.list-h3 {
  padding: 0 1vw 2vh;
  margin-bottom: 2vh;
  border-bottom: 1px solid #440012;
}
h3.list-h3 span {
  font-weight: 400;
}

.list-text {
  padding-left: 1vw;
  margin-bottom: 8vh;
  font-weight: 500;
  line-height: 2;
}

.color-BB5B5B {
  color: #BB5B5B;
}

section {
  margin: 20vh 10vw;
}
section .text-box {
  margin: 7vh 0;
  line-height: 1.5;
  font-weight: 500;
}
section .text-box span {
  font-size: 40px;
  font-weight: 700;
}

section.hero {
  margin: 0 0 10vh;
}
@media (max-width: 1279px) {
  section.hero img {
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .list {
    flex-direction: column;
    align-items: center;
  }
}
.list div {
  width: 30%;
}
@media (max-width: 768px) {
  .list div {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.list div a {
  width: 85%;
  float: right;
  margin: 3vh 0;
}
@media (max-width: 768px) {
  .list div a {
    display: none;
  }
}
.list div.bullet-list {
  width: auto;
}
.list ul {
  width: 60%;
}
@media (max-width: 768px) {
  .list ul {
    width: 100%;
  }
}
.list ul li a {
  border-bottom: 1px solid #440012;
  display: block;
}
.list ul li a div {
  width: 100%;
  padding: 2vh 5vw;
  position: relative;
}
.list ul li a div p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .list ul li a div p {
    width: 90%;
  }
}
.list ul li a div::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0px;
  border-top: solid 1.5px #440012;
  border-right: solid 1.5px #440012;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
}

.number-box .text-box {
  margin: 4vh 0 5vh;
}
.number-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.number-box ul li p.number {
  background-color: #BB5B5B;
  padding: 7px 25px;
  border-radius: 0 30px 30px 0;
  color: #fff;
  margin-right: 30px;
}

.border-block {
  margin: 8vh 0;
}
.border-block h3 {
  font-size: 24px;
  margin-bottom: 3vh;
}
.border-block p.text-box-right {
  text-align: right;
  margin-top: 3vh;
}

a.link-button {
  position: relative;
  text-align: center;
  padding: 2vh 0;
  width: 100%;
  display: inline-block;
  max-width: 700px;
}
a.link-button::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 999px;
  position: absolute;
  background: linear-gradient(90deg, #480313, #af4a35);
}
a.link-button::after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 999px;
  background: #fff;
}
a.link-button span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #440012;
  border-right: solid 2px #440012;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  margin-left: 3vw;
}

a.single-button {
  margin: 5vh auto;
  display: block;
}

.border-block {
  border: 2px solid #440012;
  padding: 5vh 5vw;
}
.border-block p.text-box {
  margin: unset;
}

.accordion-box {
  margin: 8vh 3vw 15vh;
}
.accordion-box div.accordion {
  margin: 3vh 3vw;
}
.accordion-box div.accordion .accordion-title {
  font-size: 24px;
  padding: 3vh 2vw;
  border-bottom: 1px solid #440012;
  position: relative;
}
.accordion-box div.accordion .accordion-title::marker {
  content: "";
}
.accordion-box div.accordion .accordion-title::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 0px;
  border-top: solid 2px #440012;
  border-right: solid 2px #440012;
  transform: rotate(135deg);
  transition: 0.8s;
  position: absolute;
  top: 45%;
  right: 25px;
}
.accordion-box div.accordion .accordion-open::after {
  transform: rotate(315deg);
}
.accordion-box div.accordion .accordion-body {
  display: none;
}
.accordion-box div.accordion p {
  padding: 3vh 0;
  line-height: 2;
}
.accordion-box div.accordion .border-block {
  margin: unset;
  padding: 2vh 2vw;
}

.banner {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
  }
}
.banner a {
  width: 30%;
}
@media (max-width: 768px) {
  .banner a {
    width: 100%;
  }
}
.banner a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

header {
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5vw;
  position: fixed;
}
header img {
  max-width: 300px;
}
@media (max-width: 1279px) {
  header img {
    max-width: 200px;
  }
}
header nav {
  display: flex;
  gap: 15px;
}
header nav a {
  padding: 10px;
}
@media (max-width: 1279px) {
  header nav {
    display: none;
  }
}
header button {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
}
header button span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: #440026;
  transition: transform 0.25s, top 0.25s, opacity 0.25s, background 0.25s;
}
header button span:nth-child(1) {
  top: 14px;
}
header button span:nth-child(2) {
  top: 21px;
}
header button span:nth-child(3) {
  top: 28px;
}
header button.is-open span {
  background: #fff;
}
header button.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
header button.is-open span:nth-child(2) {
  opacity: 0;
}
header button.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}
@media (max-width: 1279px) {
  header button {
    display: block;
  }
}

header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgb(44, 0, 26);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
}
.overlay-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.overlay-menu nav {
  padding: 120px 24px 24px;
  display: grid;
  gap: 20px;
}
.overlay-menu nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
}

footer {
  background-color: #440012;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 14px;
  padding: 10vh 15vw;
}
@media (max-width: 1279px) {
  footer {
    padding: 10vh 3vw;
  }
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 10vh 10vw;
  }
}
footer nav {
  color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 3;
}
@media (max-width: 768px) {
  footer nav {
    margin-bottom: 5vh;
    line-height: 2.5;
  }
}
footer nav a {
  font-weight: 300;
}
footer div p {
  color: #fff;
  text-align: right;
  line-height: 3;
  font-weight: 300;
}
@media (max-width: 768px) {
  footer div p {
    text-align: left;
    line-height: 2.5;
  }
}

.blog-box ul {
  margin: 10vh 0;
}
.blog-box ul .two-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .blog-box ul .two-block {
    flex-direction: column;
    align-items: center;
  }
}
.blog-box ul .two-block img {
  width: 30%;
  min-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .blog-box ul .two-block img {
    margin: 5vh 0;
  }
}
.blog-box ul .two-block div {
  width: 65%;
}
@media (max-width: 768px) {
  .blog-box ul .two-block div {
    width: 100%;
  }
}

.hero-FV {
  position: relative;
  display: flex;
  align-items: center;
  margin: unset;
}
.hero-FV::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}
@media (max-width: 1279px) {
  .hero-FV {
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 1279px) {
  .hero-FV img {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% center;
       object-position: 80% center;
  }
}
.hero-FV div {
  position: absolute;
  margin-left: 8vw;
  letter-spacing: 5px;
  z-index: 1;
}
@media (max-width: 1279px) {
  .hero-FV div {
    text-align: center;
    margin-left: unset;
  }
}
.hero-FV div h1 {
  font-size: 54px;
  color: #af413e;
}
@media (max-width: 1279px) {
  .hero-FV div h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hero-FV div h1 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
.hero-FV div h1 a {
  font-size: 16px;
  letter-spacing: 3px;
}
.hero-FV div h1 span {
  font-size: 30px;
  color: #FFF;
}
@media (max-width: 1279px) {
  .hero-FV div h1 span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero-FV div h1 span {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 3;
  }
}
.hero-FV div a {
  font-size: 20px;
  color: #FFF;
  display: inline-block;
  margin: 30px 0;
  padding: 20px 80px;
  background: linear-gradient(90deg, #480313, #af4a35);
  border-radius: 999px;
}
.hero-FV div a:hover {
  scale: 1.1;
  opacity: 1;
}

.message {
  background-image: url(../images/Vector.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 5vh 0 0;
  padding: 10vh 0 5vh;
}
@media (max-width: 1279px) {
  .message {
    margin: 5vh 5vw;
  }
}
.message h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.3vw;
  padding-left: 0;
  margin-bottom: 1vh;
  line-height: 2;
}
.message h2::before {
  display: none;
}
@media (max-width: 1279px) {
  .message h2 {
    padding: unset;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .message h2 {
    font-size: 20px;
  }
}
.message p {
  max-width: 1000px;
  margin: 60px auto;
  line-height: 2;
}
@media (max-width: 768px) {
  .message p {
    margin: 5vh auto 0;
    font-size: 14px;
  }
}

.imgbox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10vh;
}
.imgbox img {
  width: 24%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .list {
  gap: 5vw;
  padding-top: 10vh;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .profile .list {
    padding-top: 2vh;
    gap: 3vh;
  }
}
.profile .list img {
  width: 30%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .profile .list img {
    width: 100%;
  }
}
.profile .list div {
  width: -moz-fit-content;
  width: fit-content;
  width: 50%;
}
@media (max-width: 768px) {
  .profile .list div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.profile .list div h3 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .profile .list div h3 span {
    font-size: 18px;
  }
}
.profile .list div p {
  font-size: 20px;
  font-weight: 500;
}
.profile .list div a {
  float: left;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 768px) {
  .profile .list div a {
    display: unset;
  }
}

.advisor-box .advisor-content {
  display: flex;
  justify-content: space-between;
  margin: 8vh 0;
}
@media (max-width: 768px) {
  .advisor-box .advisor-content {
    flex-direction: column-reverse;
  }
}
.advisor-box .advisor-content .advisor-about {
  width: 60%;
}
@media (max-width: 768px) {
  .advisor-box .advisor-content .advisor-about {
    width: 100%;
  }
}
.advisor-box .advisor-content .advisor-photo {
  width: 30%;
}
@media (max-width: 768px) {
  .advisor-box .advisor-content .advisor-photo {
    margin-bottom: 8vh;
    width: 100%;
  }
}
.advisor-box .advisor-content .advisor-photo img {
  max-width: 350px;
}
.advisor-box .advisor-content .advisor-photo .job {
  font-size: 24px;
  margin: 2vh 0;
  font-weight: 500;
}
.advisor-box .advisor-content .advisor-photo .name {
  font-size: 48px;
}

.privacy-ul {
  margin-top: 10vh;
}

.archive-list {
  flex-direction: column;
}
.archive-list ul {
  width: 100%;
}
.archive-list nav.navigation .nav-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.archive-list nav.navigation a {
  width: unset;
  opacity: 0.5;
}
.archive-list nav.navigation a.next, .archive-list nav.navigation a.prev {
  opacity: 1;
}
.archive-list nav.navigation .page-numbers {
  padding: 0 15px;
  margin: 3vh 5px;
}

.single_content {
  line-height: 1.8;
}
.single_content p {
  margin: 0 0 1.5em;
}
.single_content h1 {
  font-size: 40px;
  font-weight: bold;
}
.single_content h2 {
  font-size: 32px;
  margin: 2em 0 0.8em;
  padding-left: 0;
  font-weight: bold;
}
.single_content h2::before {
  content: none;
}
.single_content h3 {
  font-size: 24px;
  margin: 1.8em 0 0.8em;
  font-weight: bold;
}
.single_content ul, .single_content ol {
  margin: 0 0 1.5em 1.5em;
}
.single_content li {
  margin-bottom: 0.5em;
}
.single_content a {
  text-decoration: underline;
}
.single_content img {
  height: auto;
}

section .single-box {
  margin-bottom: 3vh;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404 h2 {
  font-size: 97px;
}
.error-404 p {
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}
.error-404 p.subtitle {
  font-size: 28px;
  margin: 3vh 0;
}

.contact-page h2 {
  margin-bottom: 10vh;
}
.contact-page .wpcf7-response-output {
  border: solid 1px #440012 !important;
  padding: 30px !important;
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto !important;
}
.contact-page .contact-form {
  max-width: 900px;
  margin: auto;
  margin-bottom: 5vh;
}
.contact-page .contact-form label {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.contact-page .contact-form .required {
  color: #ff4b4b;
  margin-left: 5px;
}
.contact-page .contact-form input,
.contact-page .contact-form textarea,
.contact-page .contact-form select {
  width: 100%;
  padding: 18px 20px;
  border: none;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  color: #5f5f5f;
}
.contact-page .contact-form textarea {
  min-height: 250px;
  resize: vertical;
}
.contact-page .contact-form .wpcf7-list-item {
  margin: unset;
  width: 100%;
}
.contact-page .contact-form .wpcf7-list-item label {
  display: flex;
  margin-top: 10px;
  gap: 20px;
}
.contact-page .contact-form .wpcf7-list-item label input {
  width: 15px;
}
.contact-page .contact-form .wpcf7-list-item label span {
  width: 90%;
}
.contact-page .contact-form .submit-wrap {
  margin-top: 40px;
  text-align: center;
}
.contact-page .contact-form .submit-button {
  height: 75px;
  display: flex;
  position: relative;
}
.contact-page .contact-form .submit-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #480313, #af4a35);
  z-index: 0;
}
.contact-page .contact-form .submit-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 999px;
  background: #fff;
  z-index: 1;
}
.contact-page .contact-form .submit-button input[type=submit] {
  max-width: 900px;
  background: transparent;
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  padding: unset;
  font-size: 20px;
  font-weight: 700;
  color: #440012;
  letter-spacing: 10px;
}
.contact-page .contact-form .submit-button input[type=submit]:hover {
  opacity: 0.5;
}
@media (max-width: 1279px) {
  .contact-page .contact-form .submit-button input[type=submit] {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.contact-page .contact-form .contact_text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.contact-page .contact-form .contact_text a {
  border-bottom: 1px solid #000000;
}
.contact-page .contact-form .wpcf7-spinner {
  display: none !important;
}
.contact-page .contact-form .wpcf7-not-valid-tip {
  color: red;
}
.contact-page .wpcf7-response-output {
  line-height: 1.5;
  background-color: #440012;
  color: #fff;
  font-size: 20px;
  padding: 3vh 0 !important;
}/*# sourceMappingURL=style.css.map */