@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@media print, screen and (min-width: 768px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .no_sp {
    display: none !important;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.c_title {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #000000;
  border-left: 2px solid #F5AB00;
  border-right: 2px solid #F5AB00;
  padding: 0 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .c_title {
    font-size: 20px;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.c_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-top: 2px solid #F5AB00;
  border-bottom: 2px solid #F5AB00;
}
.c_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-top: 2px solid #F5AB00;
  border-bottom: 2px solid #F5AB00;
}

.post-meta {
  text-align: center;
  background-color: #FFFFFF;
}
.post-meta__ttl {
  font-size: 3.2rem;
  line-height: 1.625em;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 20px 10px 27px;
}
@media print, screen and (max-width: 768px) {
  .post-meta__ttl {
    font-size: 28px;
    padding: 15px 10px;
  }
}
.post-meta__tag {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.13333em;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 3px 20px;
}
@media print, screen and (max-width: 768px) {
  .post-meta__tag {
    padding-bottom: 4px;
    border-bottom: none;
  }
}
.post-meta__tag .date {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  margin-top: 1px;
}
@media print, screen and (max-width: 768px) {
  .post-meta__tag .date {
    font-size: 13px;
  }
}

.sec-content__ins {
  max-width: 820px;
  margin: 0 auto;
  color: #000000;
}

.m_main_box {
  text-align: center;
}
.m_main_box > h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 150%;
  color: #F99900;
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 768px) {
  .m_main_box > h2 {
    margin-bottom: 3rem;
  }
}
.m_main_box > h2 > span {
  display: block;
  font-size: 24px;
  color: #000000;
}
.m_main_box > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .m_main_box > p {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.m_main_box > p > span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F5AB00 0);
}
.m_main_box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .m_main_box > ul {
    row-gap: 1rem;
  }
}
.m_main_box > ul > li {
  width: 32%;
}
@media print, screen and (max-width: 768px) {
  .m_main_box > ul > li {
    width: 100%;
  }
}
.m_main_box > ul > li > img {
  width: 100%;
}

.m_about_box {
  text-align: center;
  margin-top: 6rem;
}
.m_about_box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1%;
}
.m_about_box > ul > li {
  width: 32%;
}
@media print, screen and (max-width: 768px) {
  .m_about_box > ul > li {
    width: 100%;
  }
}
.m_about_box > ul > li > img {
  width: 100%;
}

.m_reason_box {
  text-align: center;
  margin-top: 6rem;
}
.m_reason_box > .m_reason_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex {
    row-gap: 1rem;
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt {
  flex: 1;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_txt {
    flex: auto;
    width: 100%;
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt > h3 {
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_txt > h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 10px;
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt > h3 > span {
  font-style: normal;
  font-weight: 700;
}
.m_reason_box > .m_reason_flex > .m_reason_txt > h3 > span:first-child {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #F99900;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_txt > h3 > span:first-child {
    flex-shrink: 0;
    font-size: 28px;
    transform: translateY(2px);
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt > h3 > span:last-child {
  font-size: 20px;
  color: #000000;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_txt > h3 > span:last-child {
    flex: 1;
    font-size: 18px;
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.m_reason_box > .m_reason_flex > .m_reason_txt > ul {
  list-style: none;
  padding: 1.5rem 1.5rem;
  margin: 0;
  border: 1px solid #F5AB01;
  border-radius: 8px;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_txt > ul {
    padding: 1rem;
  }
}
.m_reason_box > .m_reason_flex > .m_reason_txt > ul > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}
.m_reason_box > .m_reason_flex > .m_reason_txt > ul > li::before {
  content: "";
  background-image: url(../../img/event/ico_minoh_reason.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transform: translateY(4px);
}
.m_reason_box > .m_reason_flex > .m_reason_txt > ul > li > span {
  flex: 1;
}
.m_reason_box > .m_reason_flex > .m_reason_img {
  width: 260px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_flex > .m_reason_img {
    width: 100%;
  }
}
.m_reason_box > .m_reason_slide {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_slide {
    margin-top: 3rem;
  }
}
.m_reason_box > .m_reason_slide > div {
  display: flex;
  justify-content: flex-start;
  width: 1728px;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .m_reason_box > .m_reason_slide > div {
    width: 100%;
  }
}
.m_reason_box > .m_reason_slide > div > img {
  display: inline-block;
  width: auto;
}
.m_reason_box > .m_reason_slide > div > img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.m_reason_box > .m_reason_slide > div > img:last-child {
  animation: slide2 60s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.m_reason_slide {
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .m_reason_slide {
    margin-top: 3rem;
  }
}
.m_reason_slide > div {
  display: flex;
  justify-content: flex-start;
  width: 1440px;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .m_reason_slide > div {
    width: 100%;
  }
}
.m_reason_slide > div > img {
  display: inline-block;
  width: auto;
}
.m_reason_slide > div > img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.m_reason_slide > div > img:last-child {
  animation: slide2 60s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.m_note_box {
  text-align: center;
  margin-top: 6rem;
}
.m_note_box > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 3rem;
}
.m_note_box > .m_note_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.5rem;
}
.m_note_box > .m_note_flex > div {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #FFFCF5;
  border: 1px solid #F0E0D0;
  padding: 2rem;
}
@media print, screen and (max-width: 768px) {
  .m_note_box > .m_note_flex > div {
    width: 100%;
    padding: 1.5rem;
  }
}
.m_note_box > .m_note_flex > div > div {
  margin-bottom: 1.5rem;
}
.m_note_box > .m_note_flex > div > div > h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #F99900;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .m_note_box > .m_note_flex > div > div > h3 {
    font-size: 18px;
  }
}
.m_note_box > .m_note_flex > div > div > p {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
}
.m_note_box > .m_note_flex > div > img {
  margin-top: auto;
}

.m_consultation_box {
  text-align: center;
  margin-top: 6rem;
}
.m_consultation_box > img {
  width: 690px;
}
@media print, screen and (max-width: 768px) {
  .m_consultation_box > img {
    width: 100%;
  }
}
.m_consultation_box > p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .m_consultation_box > p {
    text-align: left;
  }
}

.m_voice_box {
  text-align: center;
  margin-top: 6rem;
}
.m_voice_box > video, .m_voice_box iframe {
  width: 480px;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 768px) {
  .m_voice_box > video, .m_voice_box iframe {
    width: 100%;
  }
}

.m_flow_box {
  text-align: center;
  margin-top: 6rem;
}
.m_flow_box > .m_flow_flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex {
    row-gap: 1.5rem;
  }
}
.m_flow_box > .m_flow_flex::before {
  content: "";
  background-color: #FEF7E5;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 5px;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex::before {
    top: 50%;
    left: 14%;
    width: 5px;
    height: 90%;
  }
}
.m_flow_box > .m_flow_flex > div {
  width: 21%;
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex > div > img {
    width: 100px;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex > div > div {
    flex: 1;
    text-align: left;
  }
}
.m_flow_box > .m_flow_flex > div > div > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 170%;
  color: #333333;
  margin: 1rem 0 0.5rem;
}
@media print, screen and (max-width: 768px) {
  .m_flow_box > .m_flow_flex > div > div > h3 {
    margin: 0 0 0.5rem;
  }
}
.m_flow_box > .m_flow_flex > div > div > p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}

.m_faq_box {
  text-align: center;
  margin-top: 6rem;
}
@media print, screen and (min-width: 768px) {
  .m_faq_box {
    max-width: 700px;
    margin: 6rem auto 0;
  }
}
.m_faq_box > div:not(:last-child) {
  border-bottom: 1px solid #F0E0D0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.m_faq_box > div > h3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > h3 {
    column-gap: 1rem;
  }
}
.m_faq_box > div > h3 > span:first-child {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  transform: translateY(-2px);
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > h3 > span:first-child {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    transform: translateY(0px);
  }
}
.m_faq_box > div > h3 > span:first-child::before {
  content: "";
  background-color: #F5AB00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m_faq_box > div > h3 > span:last-child {
  display: block;
  flex: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #333333;
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > h3 > span:last-child {
    font-size: 14px;
  }
}
.m_faq_box > div > p {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > p {
    column-gap: 1rem;
  }
}
.m_faq_box > div > p > span:first-child {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 32px;
  color: #F5AB00;
  transform: translateY(-2px);
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > p > span:first-child {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    transform: translateY(0px);
  }
}
.m_faq_box > div > p > span:first-child::before {
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #F5AB00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m_faq_box > div > p > span:last-child {
  display: block;
  flex: 1;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #333333;
}
@media print, screen and (max-width: 768px) {
  .m_faq_box > div > p > span:last-child {
    font-size: 14px;
  }
}

.m_reserve_box {
  background-color: #fffcf5;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  margin: 6rem auto 0;
  max-width: 600px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.m_reserve_box > .m_reserve_tel {
  margin-bottom: 40px;
}
.m_reserve_box > .m_reserve_tel > p {
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}
.m_reserve_box > .m_reserve_tel > a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
  background-color: #ff9900;
  color: #fff;
  text-decoration: none;
  padding: 20px 10px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(255, 102, 0, 0.3);
  transition: opacity 0.3s;
  line-height: 1.2;
}
.m_reserve_box > .m_reserve_tel > a > span {
  font-size: 0.8em;
  vertical-align: middle;
}
.m_reserve_box > .m_reserve_form > .para01 {
  margin-bottom: 30px;
}
.m_reserve_box > .m_reserve_form > .para01 > span {
  font-size: 10pt;
}
.m_reserve_box > .m_reserve_form > .para02 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}
.m_reserve_box > .m_reserve_form > a {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  color: #ff9900;
  border: 2px solid #ff9900;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s;
  word-break: break-all;
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1.4;
}