/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.footer {
  background-color: #333;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 60px;
  }
}

.footer_wrap {
  width: 80%;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 800px) {
  .footer_wrap {
    flex-direction: column;
    gap: 40px;
  }
}

.footer_logo {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .footer_logo {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

.footer_txt {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .footer_txt {
    font-size: 12px;
  }
}

.footer_link {
  display: grid;
  grid-template-columns: 180px 120px;
  font-size: 15px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .footer_link {
    font-size: 12px;
    grid-template-columns: 140px 100px;
  }
}
@media screen and (max-width: 800px) {
  .footer_link {
    row-gap: 24px;
  }
}

.footer_link a {
  transition: all 0.4s;
}
.footer_link a:hover {
  opacity: 0.6;
}

.footer_copyright {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .footer_copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer_copyright {
    line-height: 1.6;
    text-align: center;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}

.open.header {
  background-color: unset;
  box-shadow: unset;
}
.open.header .header_logo {
  opacity: 0;
}

.header_wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #48D1CC;
  letter-spacing: 0.08em;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    font-size: 16px;
  }
}

.header_menu {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .header_menu {
    display: none;
  }
}

.header_menu_item a {
  padding: 4px 24px;
  display: block;
  transition: all 0.4s;
  font-weight: 500;
}
.header_menu_item a:hover {
  color: #0097A7;
}

.header_menu_item:not(:last-child) a {
  border-right: 1px solid #3c3c43;
}

.header_hamburger_menu {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .header_hamburger_menu {
    display: block;
  }
}

.mask {
  display: none;
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .mask {
    display: block;
    position: fixed;
    opacity: 0;
    top: 0;
    right: -1000px;
    height: 100vh;
    width: 100%;
    max-width: 540px;
    background: #F7F7F7;
    z-index: -4;
    transition: all 0.5s;
  }
}

.mask .header_link {
  margin: 0 auto;
  max-width: 320px;
  width: 90%;
}

.mask .header_link a {
  font-size: 16px;
  display: block;
  margin-bottom: 40px;
  transform: all 0.3s;
  color: #0097A7;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #0097A7;
}
.mask .header_link a:hover {
  opacity: 0.6;
}

.open.mask {
  opacity: 1;
  z-index: 20;
  right: 0;
}

.toggle_btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.toggle_btn:hover {
  opacity: 0.7;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #0097A7;
  border-radius: 1000px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
  width: 100%;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
  width: 100%;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
  width: 100%;
}

.open .toggle_btn span {
  transition: all 0.5s;
}
.open .toggle_btn span:nth-child(1) {
  top: 16px;
  transform: rotate(45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 13px;
  transform: rotate(-45deg);
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FaFaFa;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c43;
  position: relative;
}

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

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

a {
  text-decoration: none;
}

.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_dokundokun {
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animation_shiny {
  background: #D96F86;
  background: linear-gradient(-45deg, #D96F86 50%, rgb(238.2967032967, 191.7032967033, 201.8131868132) 60%, #D96F86 70%);
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

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

.section_span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  color: #0097A7;
}
@media screen and (max-width: 600px) {
  .section_span {
    font-size: 14px;
    margin: 0 auto 8px;
  }
}

.section_heading {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .section_heading {
    font-size: 22px;
    margin: 0 auto 40px;
    line-height: 1.5;
  }
}

.more_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 280px;
  height: 60px;
  border: 1px solid #333;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .more_btn {
    width: 220px;
    height: 52px;
    padding: 0 32px;
  }
}
.more_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/front/arrow.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .more_btn::after {
    width: 10px;
    height: 10px;
    right: 24px;
  }
}
.more_btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .more_btn span {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .more_btn.more_btn-lg {
    width: 260px;
  }
}

.more_btn:hover::after {
  top: 42%;
  right: 24px;
}
@media screen and (max-width: 600px) {
  .more_btn:hover::after {
    right: 20px;
  }
}

.cta {
  padding: 180px 0;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 80px 0;
  }
}

.cta_wrap {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: 40px;
  row-gap: 80px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 820px;
  width: 92%;
}
@media screen and (max-width: 600px) {
  .cta_wrap {
    row-gap: 32px;
    flex-direction: column;
  }
}

.cta_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 380px;
  height: 72px;
  border: 1px solid #333;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cta_btn {
    max-width: 380px;
    width: 100%;
    height: 64px;
  }
}
@media screen and (max-width: 375px) {
  .cta_btn {
    padding: 0 24px;
  }
}
.cta_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/front/arrow.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 375px) {
  .cta_btn::after {
    right: 20px;
  }
}
.cta_btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
}

.cta_btn:hover::after {
  top: 42%;
  right: 24px;
}
@media screen and (max-width: 375px) {
  .cta_btn:hover::after {
    right: 16px;
  }
}

.cta_btn-black {
  background-color: #333;
  color: #fff;
}
.cta_btn-black::after {
  background-image: url(../images/front/arrow_white.webp);
}

.single .page-top {
  padding: 140px 0 40px;
}
@media screen and (max-width: 600px) {
  .single .page-top {
    padding: 120px 0 40px;
  }
}

.page-top {
  padding: 140px 0 80px;
}
@media screen and (max-width: 1000px) {
  .page-top {
    padding: 140px 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .page-top {
    padding: 120px 0 40px;
  }
}
.page-top span {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .page-top span {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .page-top span {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.page-top h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .page-top h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .page-top h2 {
    font-size: 26px;
  }
}

.page-top_wrap {
  margin: 0 auto 60px;
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 92%;
  }
}

.page-top_line {
  width: 1px;
  height: 120px;
  background-color: #333;
  margin: 0 auto;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 24px;
  padding-bottom: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .breadcrumb_list {
    font-size: 10px;
    padding-bottom: 60px;
  }
}

.breadcrumb_item:not(:last-child) {
  position: relative;
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(45deg);
  right: -13px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.back_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 40px;
  width: 380px;
  height: 72px;
  border: 1px solid #333;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .back_btn {
    width: 240px;
    height: 54px;
  }
}
@media screen and (max-width: 375px) {
  .back_btn {
    padding: 0 24px;
  }
}
.back_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/front/arrow.webp);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 375px) {
  .back_btn::after {
    right: 20px;
  }
}
.back_btn span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: 500;
}

.back_btn:hover::after {
  top: 42%;
  right: 24px;
}
@media screen and (max-width: 375px) {
  .back_btn:hover::after {
    right: 16px;
  }
}

.page-error {
  padding: 200px 0;
  width: 94%;
  margin: 0 auto;
  max-width: 1100px;
}
.page-error h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .page-error h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.page-error h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .page-error h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.page-error p {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .page-error p {
    font-size: 14px;
  }
}

.single .seminar_item {
  padding: 0;
}

.post_pagination {
  padding-top: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .post_pagination {
    gap: 24px;
    font-size: 16px;
    padding-top: 40px;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

/* --------------------------------------------------------------------- 
front
-----------------------------------------------------------------------*/
/*--------------- fv ---------------*/
.fv {
  height: calc(100vh - 60px);
  width: 100%;
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-position: left top;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .fv {
    margin-top: 48px;
  }
}
@media screen and (max-width: 800px) {
  .fv {
    background-position: center;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    background-position: right top;
    background-image: url(../images/front/fv_sp.webp);
  }
}

.fv_content {
  position: absolute;
  font-weight: 900;
  left: 6vw;
  top: 60%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .fv_content {
    left: 4vw;
    transform: none;
    top: auto;
    bottom: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .fv_content {
    position: relative;
    height: 100%;
    bottom: auto;
    left: auto;
  }
}

.fv_txt {
  color: #fff;
  font-size: 54px;
  line-height: 1.6;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .fv_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .fv_txt {
    font-size: min(10vw, 42px);
    position: absolute;
    left: 4vw;
    top: 10vw;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 600px) {
  .fv_btn {
    position: absolute;
    bottom: 6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
  }
}

.fv_btn_a {
  width: 340px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #333;
  border: 2px solid #333;
  border-radius: 100px;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 1200px) {
  .fv_btn_a {
    width: 300px;
    height: 72px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .fv_btn_a {
    width: 100%;
    height: 60px;
  }
}
.fv_btn_a:hover {
  color: #0097A7;
  border: 2px solid #0097A7;
}
.fv_btn_a:hover::after {
  border-bottom: 2px solid #0097A7;
  border-right: 2px solid #0097A7;
}
.fv_btn_a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 16px;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .fv_btn_a::after {
    right: 12px;
  }
}
.fv_btn_a:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .fv_btn_a:not(:last-child) {
    margin-bottom: 12px;
  }
}

.concept {
  padding: 120px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .concept {
    padding: 80px 0;
  }
}

.concept_wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .concept_wrap {
    width: 92%;
  }
}

.concept_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .concept_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .concept_txt {
    font-size: 14px;
    text-align: justify;
    margin: 0 auto 60px;
  }
}

.trouble {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .trouble {
    padding: 80px 0;
  }
}

.trouble_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .trouble_txt {
    font-size: 16px;
    margin: 0 auto 24px;
  }
}

.trouble_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .trouble_list {
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .trouble_list {
    flex-wrap: wrap;
    max-width: 400px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_list {
    margin: 0 auto 40px;
  }
}

.trouble_item {
  width: 180px;
  height: 180px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  background: linear-gradient(180deg, #fff 0%, #eee 100%);
  border: 1px solid #333;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .trouble_item {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_item {
    font-size: 14px;
    width: 140px;
    height: 140px;
  }
}

.trouble_note {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .trouble_note {
    font-size: 14px;
  }
}

.effort {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .effort {
    padding: 80px 0;
  }
}

.effort_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .effort_txt {
    font-size: 16px;
    margin: 0 auto 24px;
  }
}

.effort_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  gap: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .effort_list {
    max-width: 900px;
    gap: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .effort_list {
    max-width: 720px;
    grid-template-columns: 1fr;
    width: 92%;
  }
}

.effort_item {
  background-color: #f5f5f5;
  padding: 60px 40px;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .effort_item {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .effort_item {
    padding: 32px 16px;
  }
}

.effort_item img {
  margin-bottom: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .effort_item img {
    margin-bottom: 24px;
  }
}

.effort_item span {
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .effort_item span {
    font-size: 16px;
  }
}

.certify {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .certify {
    padding: 80px 0;
  }
}

.certify_wrap {
  max-width: 92%;
  margin: 0 auto;
}

.certify_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .certify_txt {
    font-size: 16px;
    margin: 0 auto 24px;
  }
}

.certify_des {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .certify_des {
    margin: 0 auto 24px;
  }
}

.certify_des p {
  text-align: center;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .certify_des p {
    font-size: 14px;
    text-align: justify;
  }
}
.certify_des p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .certify_des p:not(:last-child) {
    margin-bottom: 16px;
  }
}

.certify_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .certify_list {
    width: 100%;
    gap: 12px;
  }
}

.certify_item {
  width: 280px;
  background-color: #fff;
  padding: 40px 0;
  border: 1px solid #333;
  height: 320px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 120px;
}
@media screen and (max-width: 800px) {
  .certify_item {
    width: 220px;
    border-radius: 90px;
  }
}
@media screen and (max-width: 600px) {
  .certify_item {
    border-radius: 60px;
    width: calc((100% - 12px) / 2);
    height: 234px;
    padding: 24px 0;
  }
}

.certify_item img {
  width: 110px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 800px) {
  .certify_item img {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .certify_item img {
    width: 54px;
  }
}

.certify_item h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  background: linear-gradient(transparent 60%, rgba(72, 209, 204, 0.5) 60%);
}
@media screen and (max-width: 800px) {
  .certify_item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .certify_item h3 {
    font-size: 16px;
  }
}

.certify_item span {
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .certify_item span {
    font-size: 14px;
  }
}

.rank {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .rank {
    padding: 80px 0;
  }
}

.rank_wrap {
  max-width: 92%;
  margin: 0 auto;
}

.rank_txt {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .rank_txt {
    font-size: 16px;
    margin: 0 auto 24px;
  }
}

.rank_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.rank_item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .rank_item {
    grid-template-columns: 200px 1fr;
    max-width: 720px;
    gap: 60px;
  }
}
@media screen and (max-width: 800px) {
  .rank_item {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .rank_item {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.rank_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .rank_item img {
    max-width: 160px;
    margin: 0 auto;
  }
}

.rank_des > span {
  display: block;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .rank_des > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .rank_des > span {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .rank_des > span {
    font-size: 18px;
  }
}
.rank_des > span:nth-child(1) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .rank_des > span:nth-child(1) {
    margin-bottom: 8px;
  }
}
.rank_des > span span {
  font-size: 44px;
  font-weight: 700;
  color: #CC3333;
}
@media screen and (max-width: 1000px) {
  .rank_des > span span {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .rank_des > span span {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .rank_des > span span {
    font-size: 22px;
  }
}

.flow {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 80px 0;
  }
}

.flow_list {
  display: flex;
  gap: 80px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .flow_list {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .flow_list {
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 auto 40px;
  }
}

.flow_item {
  width: 160px;
}
@media screen and (max-width: 600px) {
  .flow_item {
    width: 120px;
  }
}
.flow_item img {
  margin-bottom: 8px;
}
.flow_item span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .flow_item span {
    font-size: 16px;
  }
}

.flow_item:not(:last-child) {
  position: relative;
}
.flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: -44px;
}
@media screen and (max-width: 1000px) {
  .flow_item:not(:last-child)::after {
    right: -26px;
  }
}
@media screen and (max-width: 600px) {
  .flow_item:not(:last-child)::after {
    width: 8px;
    height: 16px;
    right: -16px;
  }
}

.flow_txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .flow_txt {
    font-size: 16px;
    margin: 0 auto 40px;
  }
}

.flow_content {
  width: 92%;
  max-width: 1100px;
  background-color: #fff;
  margin: 0 auto 80px;
  padding: 60px;
}
@media screen and (max-width: 600px) {
  .flow_content {
    margin: 0 auto 40px;
    padding: 40px 16px;
  }
}
.flow_content img {
  width: 320px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  .flow_content img {
    width: 90%;
    margin: 0 auto 24px;
  }
}
.flow_content p {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 2;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .flow_content p {
    font-size: 16px;
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .flow_content p {
    font-size: 14px;
  }
}
.flow_content p span {
  color: #41ccCa;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .flow_content p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .flow_content p span {
    font-size: 16px;
  }
}

.merit {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .merit {
    padding: 80px 0;
  }
}

.merit_figure {
  max-width: 700px;
  margin: 0 auto 100px;
  width: 94%;
}
@media screen and (max-width: 600px) {
  .merit_figure {
    margin: 0 auto 60px;
  }
}

.merit_list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto 80px;
  max-width: 1200px;
  width: 92%;
}
@media screen and (max-width: 800px) {
  .merit_list {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .merit_list {
    margin: 0 auto 40px;
    flex-direction: column;
  }
}

.merit_item {
  width: 340px;
  border: 1px solid #333;
  padding: 24px;
}
@media screen and (max-width: 800px) {
  .merit_item {
    width: 280px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .merit_item {
    width: 100%;
  }
}

.merit_icon {
  width: 128px;
  margin: 0 auto 8px;
  border-radius: 50%;
  overflow: hidden;
  padding: 16px;
}
@media screen and (max-width: 800px) {
  .merit_icon {
    width: 80px;
    margin: 0 auto;
    padding: 8px;
  }
}

.merit_ttl {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 800px) {
  .merit_ttl {
    height: 54px;
  }
}
@media screen and (max-width: 600px) {
  .merit_ttl {
    height: auto;
  }
}
.merit_ttl h3 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .merit_ttl h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .merit_ttl h3 {
    font-size: 16px;
  }
}
.merit_ttl h3 span {
  color: #CC3333;
  font-weight: 600;
}

.merit_des {
  line-height: 2;
  font-size: 15px;
  text-align: justify;
  padding-top: 16px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .merit_des {
    font-size: 14px;
    padding-top: 12px;
  }
}

.news {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .news {
    padding: 80px 0;
  }
}

.news_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 92%;
}

.news .section_span {
  margin-left: 0;
}

.news .section_heading {
  margin-left: 0;
}

.news_list {
  margin: 0 auto 60px;
  width: 100%;
}

.news_item {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1000px) {
  .news_item {
    gap: 0;
  }
}
@media screen and (max-width: 800px) {
  .news_item {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .news_item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.news_item:not(:last-child) {
  margin-bottom: 24px;
}

.news_top {
  display: grid;
  grid-template-columns: 200px 120px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news_top {
    grid-template-columns: 140px 100px;
  }
}
@media screen and (max-width: 600px) {
  .news_top {
    grid-template-columns: 100px 100px;
  }
}

.news_tag {
  background-color: #666;
  color: #fff;
  width: 160px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .news_tag {
    width: 110px;
    height: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .news_tag {
    height: 24px;
    font-size: 12px;
    width: 90px;
  }
}

@media screen and (max-width: 800px) {
  .news_date {
    font-size: 14px;
  }
}

.news_ttl {
  line-height: 1.5;
}

.news .more_btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .news .more_btn {
    margin: 0 auto;
  }
}

.column {
  padding: 40px 0 120px;
}
@media screen and (max-width: 600px) {
  .column {
    padding: 20px 0 80px;
  }
}

.column .section_span {
  margin-left: 0;
}

.column .section_heading {
  margin-left: 0;
  margin-bottom: 40px;
}

.column_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .column_wrap {
    width: 92%;
  }
}

.column_txt {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .column_txt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.column_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .column_list {
    gap: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .column_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .column_list {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

.column_item {
  border: 1px solid #aaa;
  padding: 32px 24px;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .column_item {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .column_item {
    padding: 24px 16px;
  }
}

.column_item img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

.column_item p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 8px;
}

.column_item span {
  color: #888;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .column_item span {
    font-size: 12px;
  }
}

.salon {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .salon {
    padding: 80px 0;
  }
}

.salon_wrap {
  max-width: 900px;
  margin: 0 auto;
  width: 92%;
}

.salon_top {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .salon_top {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.salon_txt {
  line-height: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .salon_txt {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.salon_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .salon_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .salon_list {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}

.salon_item {
  box-shadow: 0 0 6px #aaa;
  width: 100%;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.about_txt {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .about_txt {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.about_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .about_content {
    padding-bottom: 80px;
  }
}

.about_mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about_mission {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}

.about_mission_txt {
  padding: 0 120px;
}
@media screen and (max-width: 1200px) {
  .about_mission_txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .about_mission_txt {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}
.about_mission_txt h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .about_mission_txt h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .about_mission_txt h3 {
    font-size: 18px;
  }
}
.about_mission_txt p {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .about_mission_txt p {
    font-size: 14px;
  }
}

.about_mission_img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .about_mission_img {
    order: -2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .about_mission_img {
    margin-bottom: 24px;
  }
}

.about_vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .about_vision {
    grid-template-columns: 1fr;
  }
}

.about_vision_txt {
  padding: 0 120px;
  order: 2;
}
@media screen and (max-width: 1200px) {
  .about_vision_txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .about_vision_txt {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}
.about_vision_txt h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .about_vision_txt h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .about_vision_txt h3 {
    font-size: 18px;
  }
}
.about_vision_txt p {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .about_vision_txt p {
    font-size: 14px;
  }
}

.about_vision_img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .about_vision_img {
    order: -2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .about_vision_img {
    margin-bottom: 24px;
  }
}

.purpose {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .purpose {
    padding: 80px 0;
  }
}

.purpose_wrap {
  width: 92%;
  margin: 0 auto;
}

.purpose_txt {
  font-size: 18px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-weight: 500;
  padding: 4px 8px;
}
@media screen and (max-width: 600px) {
  .purpose_txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 24px;
  }
}

.purpose_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 40px 80px;
}
@media screen and (max-width: 800px) {
  .purpose_list {
    padding: 40px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .purpose_list {
    padding: 24px 16px;
    margin: 0 auto 24px;
  }
}

.purpose_item {
  padding: 0 8px;
}

.purpose_item:not(:last-child) {
  margin-bottom: 24px;
  padding: 0 8px 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) {
  .purpose_item:not(:last-child) {
    margin-bottom: 16px;
    padding: 0 8px 16px;
  }
}

.purpose_item span {
  display: block;
}
.purpose_item span:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .purpose_item span:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .purpose_item span:nth-child(1) {
    font-size: 16px;
  }
}
.purpose_item span:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .purpose_item span:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .purpose_item span:nth-child(2) {
    font-size: 14px;
  }
}

.purpose_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .purpose_note {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .purpose_note {
    font-size: 16px;
  }
}
.purpose_note span {
  font-size: 28px;
  color: #41ccCa;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .purpose_note span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .purpose_note span {
    font-size: 18px;
  }
}

.about-page .rank_list {
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .about-page .rank_list {
    margin: 0 auto 40px;
  }
}

.rank_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .rank_note {
    font-size: 14px;
  }
}

.about-page .flow_list {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
  gap: 80px;
  width: 92%;
}
@media screen and (max-width: 800px) {
  .about-page .flow_list {
    gap: 60px;
  }
}
@media screen and (max-width: 600px) {
  .about-page .flow_list {
    gap: 40px;
  }
}

.about-page .flow_item {
  width: 100%;
}
.about-page .flow_item p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .about-page .flow_item p {
    font-size: 14px;
  }
}
.about-page .flow_item p a {
  text-decoration: underline;
  transition: all 0.3s;
  color: #0097A7;
}
.about-page .flow_item p a:hover {
  opacity: 0.7;
}

.about-page .flow_ttl {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid #333;
  background-color: #efefef;
  margin-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .about-page .flow_ttl {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .about-page .flow_ttl {
    font-size: 16px;
    height: 52px;
    margin-bottom: 8px;
  }
}

.about-page .flow_item:not(:last-child) {
  position: relative;
}
.about-page .flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 16px;
  background-color: #333;
  top: auto;
  bottom: -40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .about-page .flow_item:not(:last-child)::after {
    bottom: -32px;
  }
}
@media screen and (max-width: 600px) {
  .about-page .flow_item:not(:last-child)::after {
    width: 24px;
    height: 12px;
    bottom: -24px;
  }
}

.benefit {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .benefit {
    padding: 80px 0;
  }
}

.benefit_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 92%;
}

.benefit .section_span {
  margin-left: 0;
}

.benefit .section_heading {
  margin-left: 0;
}

.benefit_item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .benefit_item {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .benefit_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .benefit_item {
    gap: 16px;
  }
}
.benefit_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .benefit_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .benefit_item img {
    max-width: 240px;
  }
}

.benefit_des h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .benefit_des h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .benefit_des h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.benefit_des p {
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .benefit_des p {
    font-size: 14px;
  }
}

.price {
  padding: 80px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .price {
    padding: 40px 0 80px;
  }
}

.price_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 92%;
}

.price_txt {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 60px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .price_txt {
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.price_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .price_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.price_item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .price_item h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.price_table {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .price_table {
    margin-bottom: 12px;
  }
}

.price_table_tr {
  display: grid;
  grid-template-columns: 340px 1fr;
  border: 1px solid #333;
  height: 78px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .price_table_tr {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .price_table_tr {
    grid-template-columns: 1fr;
    height: auto;
    font-size: 16px;
  }
}
.price_table_tr:not(:last-child) {
  border-bottom: none;
}

.price_table_th {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #333;
  background-color: #efefef;
}
@media screen and (max-width: 600px) {
  .price_table_th {
    border-right: none;
    padding: 12px 0;
    border-bottom: 1px solid #aaa;
  }
}

.price_table_td {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .price_table_td {
    padding: 12px 0;
  }
}

.price_note {
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .price_note {
    font-size: 14px;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.merit_txt {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .merit_txt {
    font-size: 14px;
    margin-bottom: 80px;
  }
}

.merit_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .merit_content {
    padding-bottom: 80px;
  }
}

.merit_detail {
  max-width: 900px;
  margin: 0 auto;
  padding: 200px 0 0;
  width: 92%;
}
@media screen and (max-width: 600px) {
  .merit_detail {
    padding: 80px 0 0;
  }
}
.merit_detail .section_heading {
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  .merit_detail .section_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .merit_detail .section_heading {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}

.merit_detail:last-child .merit_detail_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .merit_detail:last-child .merit_detail_list {
    margin-bottom: 0;
  }
}

.merit_detail_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .merit_detail_list {
    margin-bottom: 40px;
  }
}

.merit_detail_item {
  border-top: 1px solid #333;
  padding: 24px 16px 0;
  display: grid;
  grid-template-columns: 260px 1fr;
}
@media screen and (max-width: 1000px) {
  .merit_detail_item {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .merit_detail_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .merit_detail_item {
    padding: 16px 8px 0;
  }
}
.merit_detail_item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .merit_detail_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.merit_detail_item:last-child {
  border-bottom: 1px solid #333;
  padding-bottom: 24px;
}

.merit_detail_item h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  width: 100%;
  padding-top: 6px;
}
@media screen and (max-width: 1000px) {
  .merit_detail_item h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .merit_detail_item h3 {
    padding-top: 0;
    margin-bottom: 10px;
  }
}

.merit_detail_item p {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .merit_detail_item p {
    font-size: 14px;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.salon_content span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .salon_content span {
    font-size: 16px;
  }
}

.salon_content p {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .salon_content p {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.salon_bg {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .salon_bg {
    padding: 80px 0;
  }
}

.salon_archive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .salon_archive {
    gap: 24px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 800px) {
  .salon_archive {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .salon_archive {
    row-gap: 40px;
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}

.salon_post_img {
  margin-bottom: 12px;
  aspect-ratio: 330/154;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 4px #aaa;
}

.salon_post_ttl {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .salon_post_ttl {
    font-size: 16px;
  }
}

.salon_post_detail {
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .salon_post_detail {
    font-size: 12px;
  }
}

.salon_post_detail span {
  display: block;
  line-height: 1.6;
}

.salon_post_link {
  color: #0097A7;
  transition: all 0.4s;
}
.salon_post_link:hover {
  opacity: 0.6;
}

.salon_note {
  line-height: 2.2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .salon_note {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.news_content p {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .news_content p {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.news_bg {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .news_bg {
    padding: 80px 0;
  }
}

.news_archive {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .news_archive {
    margin-bottom: 80px;
  }
}

.news_post {
  display: grid;
  grid-template-columns: 400px 1fr;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  align-items: center;
  transition: all 0.4s;
}
.news_post:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .news_post {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .news_post {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.news_post:not(:last-child) {
  margin-bottom: 24px;
}

.news_post_top {
  display: grid;
  grid-template-columns: 240px 160px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .news_post_top {
    grid-template-columns: 140px 100px;
  }
}

.news_post_tag {
  background-color: #666;
  color: #fff;
  width: 160px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .news_post_tag {
    width: 110px;
    height: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .news_post_tag {
    height: 28px;
  }
}

@media screen and (max-width: 800px) {
  .news_post_date {
    font-size: 14px;
  }
}

.news_post_ttl {
  line-height: 1.5;
}

.news_article_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .news_article_top {
    margin-bottom: 24px;
  }
}

.news_article_heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .news_article_heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.news_article_date {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .news_article_date {
    font-size: 14px;
  }
}

.news_article_category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .news_article_category {
    font-size: 14px;
    gap: 8px;
  }
}

.news_article_category span {
  display: block;
  color: #fff;
  background-color: #666;
  padding: 4px 12px;
  border-radius: 10px;
}

.news_article_content {
  margin-bottom: 200px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .news_article_content {
    margin-bottom: 100px;
    font-size: 14px;
  }
}
.news_article_content p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .news_article_content p {
    font-size: 14px;
  }
}

.news-page.single .seminar_heading {
  margin-left: 0;
}

.news-page.single .seminar_img {
  margin-bottom: 0;
}

.seminar_heading {
  font-size: 28px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .seminar_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .seminar_heading {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}

.seminar_txt {
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .seminar_txt {
    font-size: 14px;
    margin: 0 auto 40px;
  }
}

.seminar_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .seminar_list {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .seminar_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .seminar_list {
    margin-bottom: 60px;
  }
}

.seminar_item {
  box-shadow: 0 0 6px #aaa;
  padding: 40px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .seminar_item {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .seminar_item {
    padding: 24px 16px;
  }
}

.seminar_img {
  margin-bottom: 20px;
}

.seminar_ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .seminar_ttl {
    font-size: 16px;
  }
}

.seminar_info {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .seminar_info {
    font-size: 14px;
  }
}
.seminar_info span {
  display: block;
  margin-bottom: 8px;
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.column_content p {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .column_content p {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.column_bg {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .column_bg {
    padding: 80px 0;
  }
}

.column_archive {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .column_archive {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .column_archive {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .column_archive {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.column_post {
  padding: 24px;
  border: 1px solid #aaa;
}
@media screen and (max-width: 600px) {
  .column_post {
    padding: 24px 16px;
  }
}

.column_post_img {
  margin-bottom: 8px;
  aspect-ratio: 3/2 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
}

.column_post_name {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .column_post_name {
    font-size: 12px;
  }
}

.column_post_date {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #888;
}
@media screen and (max-width: 600px) {
  .column_post_date {
    font-size: 12px;
  }
}

.column_post_ttl {
  line-height: 1.5;
}

.column-page.single .seminar_heading {
  margin-left: 0;
}

.column-page.single .seminar_img {
  margin-bottom: 0;
}

.column_article_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .column_article_top {
    margin-bottom: 24px;
  }
}

.column_article_heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .column_article_heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.column_article_date {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .column_article_date {
    font-size: 14px;
  }
}

.column_article_category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .column_article_category {
    font-size: 14px;
    gap: 8px;
  }
}

.column_article_category span {
  display: block;
  color: #fff;
  background-color: #666;
  padding: 4px 12px;
  border-radius: 10px;
}

.column_article_content {
  margin-bottom: 200px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .column_article_content {
    margin-bottom: 100px;
    font-size: 14px;
  }
}
.column_article_content p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .column_article_content p {
    font-size: 14px;
  }
}

.related_columns {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .related_columns {
    margin-bottom: 60px;
  }
}

.related_columns_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .related_columns_list {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .related_columns_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .related_columns_list {
    grid-template-columns: 1fr;
  }
}

/* mediaquery
----------------------------------------------------------------- */
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 430px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.tab_hidden {
  display: block;
}
@media screen and (max-width: 800px) {
  .tab_hidden {
    display: none;
  }
}

.sp_LL_hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sp_LL_hidden {
    display: none;
  }
}

.seminar_content p {
  line-height: 2;
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .seminar_content p {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.seminar_bg {
  background-color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .seminar_bg {
    padding: 80px 0;
  }
}

.seminar_archive {
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .seminar_archive {
    margin-bottom: 120px;
  }
}

.seminar_post {
  display: grid;
  grid-template-columns: 400px 1fr;
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  align-items: center;
  transition: all 0.4s;
}
.seminar_post:hover {
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .seminar_post {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .seminar_post {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.seminar_post:not(:last-child) {
  margin-bottom: 24px;
}

.seminar_post_top {
  display: grid;
  grid-template-columns: 240px 160px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .seminar_post_top {
    grid-template-columns: 140px 100px;
  }
}

.seminar_post_tag {
  background-color: #666;
  color: #fff;
  width: 160px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  .seminar_post_tag {
    width: 110px;
    height: 32px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .seminar_post_tag {
    height: 28px;
  }
}

.seminar_post_ttl {
  line-height: 1.5;
}

.seminar_article_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .seminar_article_top {
    margin-bottom: 24px;
  }
}

.seminar_article_heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .seminar_article_heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.seminar_article_content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .seminar_article_content {
    font-size: 14px;
  }
}
.seminar_article_content p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .seminar_article_content p {
    font-size: 14px;
  }
}

.seminar_main_img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.seminar-page.single .seminar_heading {
  margin-left: 0;
}

.seminar-page.single .seminar_img {
  margin-bottom: 0;
}

.seminar_heading {
  font-size: 28px;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 800px) {
  .seminar_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .seminar_heading {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}

.seminar_txt {
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .seminar_txt {
    font-size: 14px;
    margin: 0 auto 40px;
  }
}

.seminar_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .seminar_list {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .seminar_list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .seminar_list {
    margin-bottom: 60px;
  }
}

.seminar_item {
  box-shadow: 0 0 6px #aaa;
  padding: 40px;
  height: 100%;
  transition: all 0.4s;
}
@media screen and (max-width: 1000px) {
  .seminar_item {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .seminar_item {
    padding: 24px 16px;
  }
}
.seminar_item:hover {
  opacity: 0.6;
}

.seminar_img {
  width: auto;
  height: auto;
  max-width: 100%;
  aspect-ratio: 3/2;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.seminar_ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .seminar_ttl {
    font-size: 16px;
  }
}

.seminar_info {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .seminar_info {
    font-size: 14px;
  }
}
.seminar_info span {
  display: block;
  margin-bottom: 8px;
}

.seminar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
  margin: 100px auto 200px;
}
@media screen and (max-width: 600px) {
  .seminar_btn {
    width: 220px;
    font-size: 16px;
    height: 50px;
    margin: 60px auto 100px;
  }
}
.seminar_btn:hover {
  background-color: #fff;
  color: #333;
}

.detail_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .detail_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.detail_item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .detail_item h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.detail_item_img {
  max-width: 540px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 600px) {
  .detail_item_img {
    margin-bottom: 24px !important;
  }
}

.detail_table {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .detail_table {
    margin-bottom: 12px;
  }
}

.detail_table_tr {
  display: grid;
  grid-template-columns: 260px 1fr;
  border: 1px solid #333;
  min-height: 60px;
}
@media screen and (max-width: 1000px) {
  .detail_table_tr {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .detail_table_tr {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.detail_table_tr:not(:last-child) {
  border-bottom: none;
}

.detail_table_th {
  padding: 16px 40px;
  border-right: 1px solid #333;
  background-color: #efefef;
}
@media screen and (max-width: 600px) {
  .detail_table_th {
    border-right: none;
    padding: 12px 24px;
    border-bottom: 1px solid #aaa;
  }
}

.detail_table_td {
  display: flex;
  align-items: center;
  padding: 16px 40px;
}
@media screen and (max-width: 600px) {
  .detail_table_td {
    padding: 12px 24px;
  }
}

.detail_note {
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .detail_note {
    font-size: 14px;
  }
}

.seminar_form {
  padding-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .seminar_form {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.seminar_form .wpcf7-spinner {
  display: none !important;
}

.seminar_form_item.seminar_form_hidden {
  display: none;
}

.seminar_form_heading {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .seminar_form_heading {
    font-size: 20px;
    margin: 0 auto 24px;
  }
}

.seminar_form_list {
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 600px) {
  .seminar_form_list {
    margin: 0 auto 24px;
  }
}

.seminar_form_item {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .seminar_form_item {
    grid-template-columns: 1fr;
  }
}
.seminar_form_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .seminar_form_item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.seminar_form_item span {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 600px) {
  .seminar_form_item span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.seminar_form_item input {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #333;
  background-color: #fafafa;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .seminar_form_item input {
    padding: 12px 16px;
  }
}

.seminar_form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 320px;
  height: 60px;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  .seminar_form_btn {
    width: 220px;
    font-size: 16px;
    height: 50px;
    margin: 0 auto 40px;
  }
}
.seminar_form_btn:hover {
  background-color: #fff;
  color: #333;
}

.seminar_form_note {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .seminar_form_note {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */