@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@400;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2f363d;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

.flex_r {
  flex-direction: row-reverse;
}

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

.sec-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
  text-align: center;
  color: #2f363d;
}
.sec-title.is-orange,
.sec-title .is-orange {
  color: #e96b2c;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 768px) {
  .sec-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.sec-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.sec-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #e96b2c;
}
.sec-label span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #e96b2c;
  flex-shrink: 0;
}
.sec-label.is-center {
  justify-content: center;
}
.sec-label.is-gray {
  color: #6b7280;
}

.sec-btn {
  display: flex;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
}
.btn i {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 14px 20px;
  }
}
.btn.btn-orange {
  background: #e96b2c;
  color: #fff;
}
.btn.btn-orange:hover {
  opacity: 0.8;
}
.btn.btn-dark {
  background: #2f363d;
  color: #fff;
}
.btn.btn-dark:hover {
  opacity: 0.8;
}
.btn.btn-outline {
  background: #fff;
  color: #e96b2c;
  border: 1px solid #e96b2c;
}
.btn.btn-outline:hover {
  background: #e96b2c;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  color: #e96b2c;
}
.btn.btn-white:hover {
  opacity: 0.8;
}

.tag {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
}
.tag.tag-green {
  background: #e9f1e6;
  color: #5f7f63;
}
.tag.tag-red {
  background: #ffe3de;
  color: #ea220c;
}

.seminar-card-body .tag.tag-green,
.seminar-item-body .tag.tag-green {
  background: #e96b2c;
  color: #fff;
}

.meta-label {
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  color: #e96b2c;
}
.text-link i {
  font-size: 14px;
}
.text-link:hover {
  opacity: 0.7;
}

.btn i,
.text-link i,
.news-nav-btn i {
  transform: translateY(0.125em);
}

.is-cardlink {
  position: relative;
}
.is-cardlink .text-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.is-cardlink:hover {
  border-color: #e96b2c;
}
.is-cardlink:hover .text-link {
  opacity: 0.7;
}

.icn {
  display: block;
  fill: currentColor;
  flex-shrink: 0;
}

.icn-newtab {
  width: 14px;
  height: 14px;
}

.icn-sns {
  width: 26px;
  height: 26px;
}
.icn-sns.icn-youtube {
  height: 18px;
}

.icn-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.icn-toggle .ic-plus {
  width: 28px;
  height: 28px;
}
.icn-toggle .ic-minus {
  display: none;
  width: 28px;
  height: 4px;
}

.is-open > .icn-toggle .ic-plus,
.is-open .icn-toggle .ic-plus {
  display: none;
}
.is-open > .icn-toggle .ic-minus,
.is-open .icn-toggle .ic-minus {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-bottom: 1px solid #e8dfd1;
  backdrop-filter: blur(10px);
  z-index: 100;
}

html.overflow-hidden header {
  height: 100vh;
  border-bottom: none;
}

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

html {
  scroll-padding-top: 133px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 63px;
  }
}

.header-top .l-inner {
  max-width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}
.header-top h1 {
  line-height: 1;
}
.header-top .header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top .header-logo .logo-mark {
  width: 38px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.header-top .header-logo .logo-text {
  display: flex;
  flex-direction: column;
}
.header-top .header-logo .logo-text .logo-org {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  color: #2f363d;
}
.header-top .header-logo .logo-text .logo-name {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  color: #2f363d;
}
.header-top .header-logo .logo-text .logo-en {
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.088em;
  color: #e96b2c;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-right .header-tel .tel-label {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #6b7280;
}
.header-right .header-tel .tel-num {
  font-size: 21px;
  font-weight: 900;
  line-height: 24px;
  color: #e96b2c;
}
.header-right .header-tel .tel-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #6b7280;
}
.header-right .btn-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e96b2c;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  padding: 9px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
}
.header-right .btn-note:hover {
  opacity: 0.8;
}

.header-bottom .l-inner {
  padding-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .header-bottom .l-inner {
    padding: 0 10px 21px;
  }
}

.header-nav > ul {
  display: flex;
  justify-content: space-between;
}
.header-nav > ul > li {
  position: relative;
}
.header-nav > ul > li > a,
.header-nav > ul > li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 39px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #2f363d;
  padding: 7px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.header-nav > ul > li > a i,
.header-nav > ul > li > p i {
  font-size: 8px;
  color: #374151;
}
.header-nav > ul > li > a:hover, .header-nav > ul > li:hover > p {
  color: #e96b2c;
}
.header-nav .down-c .down-b {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  padding: 14px 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.header-nav .down-c .down-b ul {
  display: block;
}
.header-nav .down-c .down-b ul li a {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.header-nav .down-c .down-b ul li a:hover {
  background: #fffaf2;
  color: #e96b2c;
}
.header-nav .down-c:hover .down-b {
  opacity: 1;
  visibility: visible;
}

.hum-inner .header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.hum-inner .header__hamburger div {
  display: flex;
  flex-direction: column;
  gap: 2.25px;
}
.hum-inner .header__hamburger div span {
  display: block;
  width: 24px;
  height: 3px;
  background: #ea580c;
  border-radius: 99px;
  transition: 0.3s;
}
.hum-inner .header__hamburger p {
  font-size: 10px;
  font-weight: 700;
  line-height: 16.5px;
  color: #ea580c;
}
.hum-inner .header__hamburger.active div span:nth-of-type(1) {
  transform: translateY(5.25px) rotate(45deg);
}
.hum-inner .header__hamburger.active div span:nth-of-type(2) {
  opacity: 0;
}
.hum-inner .header__hamburger.active div span:nth-of-type(3) {
  transform: translateY(-5.25px) rotate(-45deg);
}

.sp-menu {
  display: none !important;
  background: #fff;
  padding: 30px 16px 60px;
}
.sp-menu .sp-nav > li {
  padding-top: 14px;
  border-top: 1px solid #e8dfd1;
}
.sp-menu .sp-nav > li:first-child {
  padding-top: 0;
  border-top: none;
}
.sp-menu .sp-nav > li:last-child {
  padding-bottom: 14px;
  border-bottom: 1px solid #e8dfd1;
}
.sp-menu .sp-nav > li + li {
  margin-top: 20px;
}
.sp-menu .sp-nav > li > a,
.sp-menu .sp-nav > li > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #2f363d;
}
.sp-menu .sp-nav > li > a i,
.sp-menu .sp-nav > li > p i {
  font-size: 16px;
  color: #e96b2c;
  flex-shrink: 0;
}
.sp-menu .sp-nav > li > a .icn-newtab,
.sp-menu .sp-nav > li > p .icn-newtab {
  color: #2f363d;
}
.sp-menu .sp-nav > li > p {
  cursor: pointer;
}
.sp-menu .sp-nav > li .icn-toggle {
  width: 30px;
  height: 30px;
  color: #e96b2c;
}
.sp-menu .sp-nav > li .icn-toggle .ic-plus {
  width: 15px;
  height: 15px;
}
.sp-menu .sp-nav > li .icn-toggle .ic-minus {
  width: 15px;
  height: 2px;
}
.sp-menu .sp-nav > li .sp-acc-body {
  display: none;
  overflow: hidden;
  transition: none;
  margin-top: 14px;
}
.sp-menu .sp-nav > li .sp-acc-body li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2f363d;
}
.sp-menu .sp-nav > li .sp-acc-body li + li {
  margin-top: 24px;
}
.sp-menu .sp-menu-sns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 70px;
}
.sp-menu .sp-menu-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #374151;
}
.sp-menu .sp-menu-sns a:hover {
  opacity: 0.7;
}
.sp-menu .sp-menu-official {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #374151;
  text-decoration: underline;
}
.sp-menu .sp-menu-official:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .sp-menu.is-active {
    display: block !important;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .header-top .l-inner {
    padding: 8px 16px;
  }
  .header-top .header-logo .logo-mark {
    width: 30px;
    height: 28px;
  }
  .header-top .header-logo .logo-text .logo-org {
    font-size: 9px;
    line-height: 10px;
  }
  .header-top .header-logo .logo-text .logo-name {
    font-size: 14px;
    line-height: 22px;
  }
  .header-top .header-logo .logo-text .logo-en {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.111em;
  }
}
.mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(132deg, #fffaf2 0%, #f7eddc 58%, #e9f1e6 100%);
  padding: 30px 0 80px;
}
.mv .mv-circle {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(233, 107, 44, 0.12);
}
.mv .l-inner {
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.mv .mv-text {
  width: 550px;
  flex-shrink: 0;
}
.mv .mv-badge {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #2f363d;
}
.mv .sec-label {
  margin-top: 12px;
}
.mv .mv-title {
  font-size: 68px;
  font-weight: 900;
  line-height: 80px;
  letter-spacing: 0.02em;
  color: #2f363d;
  margin-top: 11px;
}
.mv .mv-title .is-orange {
  color: #e96b2c;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.mv .mv-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #4b5563;
  margin-top: 17px;
}
.mv .mv-btns {
  display: flex;
  gap: 12px;
  margin-top: 33px;
}
.mv .mv-btns .btn {
  padding: 15px 24px;
  white-space: nowrap;
  box-shadow: none;
}
.mv .mv-photo {
  width: 580px;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.mv .mv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-slider {
  position: relative;
}
.mv .mv-slider .mv-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .mv-slider .mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.mv .mv-slider .mv-slide.is-active {
  opacity: 1;
}
.mv .mv-slider:not(.is-ready) .mv-slide:first-child {
  opacity: 1;
}
.mv .mv-slider .mv-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.mv .mv-slider .mv-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 2px rgba(47, 54, 61, 0.25);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.mv .mv-slider .mv-dots button.is-active {
  background: #e96b2c;
  transform: scale(1.25);
}
.mv .mv-slider .mv-dots button:hover {
  background: #fff;
}
.mv .mv-slider .mv-dots button.is-active:hover {
  background: #e96b2c;
}
@media (prefers-reduced-motion: reduce) {
  .mv .mv-slider .mv-slide {
    transition: none;
  }
}
@media only screen and (max-width: 768px) {
  .mv {
    padding: 20px 0 80px;
  }
  .mv .mv-circle {
    top: -120px;
    right: -120px;
  }
  .mv .l-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .mv .mv-text {
    width: 100%;
  }
  .mv .mv-badge {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 10px;
  }
  .mv .sec-label {
    margin-top: 10px;
  }
  .mv .mv-title {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.032em;
    margin-top: 10px;
  }
  .mv .mv-lead {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .mv .mv-btns {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
  .mv .mv-btns .btn {
    padding: 14px 20px;
  }
  .mv .mv-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 343/254;
  }
}

.intro {
  padding: 80px 0;
}
.intro .sec-label {
  padding-top: 7px;
}
.intro .sec-title {
  margin-top: 12px;
}
.intro .sec-lead {
  line-height: 33px;
  margin-top: 12px;
  padding-bottom: 11px;
}
.intro .intro-flow-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
}
.intro .intro-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.intro .intro-flow .flow-step {
  width: 190px;
}
.intro .intro-flow .flow-step img {
  width: 190px;
  object-fit: contain;
}
.intro .intro-flow .flow-step .flow-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}
.intro .intro-flow .flow-step .flow-head .flow-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e96b2c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  flex-shrink: 0;
}
.intro .intro-flow .flow-step .flow-head .flow-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.intro .intro-flow .flow-step .flow-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
}
.intro .intro-flow .flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 259px;
  flex-shrink: 0;
}
.intro .intro-flow .flow-arrow i {
  font-size: 30px;
  color: #5f7f63;
}
.intro .sec-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .intro {
    padding: 50px 0;
  }
  .intro .sec-title {
    font-size: 34px;
    line-height: 54px;
  }
  .intro .sec-lead {
    line-height: 28px;
    margin-top: 22px;
    padding-bottom: 0;
  }
  .intro .intro-flow-title {
    margin-top: 50px;
  }
  .intro .intro-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin-top: 30px;
  }
  .intro .intro-flow .flow-step {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
  }
  .intro .intro-flow .flow-step img {
    width: 100px;
    flex-shrink: 0;
  }
  .intro .intro-flow .flow-step .flow-body {
    flex: 1;
  }
  .intro .intro-flow .flow-step .flow-head {
    gap: 6px;
    margin-top: 0;
  }
  .intro .intro-flow .flow-step .flow-text {
    margin-top: 10px;
  }
  .intro .intro-flow .flow-arrow {
    width: 36px;
    height: 47px;
    margin: 0 auto;
    padding: 10px;
  }
  .intro .intro-flow .flow-arrow i {
    transform: rotate(90deg);
  }
  .intro .sec-btn {
    margin-top: 50px;
  }
}

.about {
  background: #fbf6ea;
  padding: 80px 0;
}
.about .sec-lead {
  margin-top: 24px;
}
.about .about-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 24px;
}
.about .about-cards .about-card {
  width: 320px;
  background: #fff;
  border: 1px solid #e8dfd1;
  overflow: hidden;
}
.about .about-cards .about-card .about-card-img {
  height: 178px;
  overflow: hidden;
}
.about .about-cards .about-card .about-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about-cards .about-card .about-card-body {
  padding: 20px 20px 24px;
}
.about .about-cards .about-card .about-card-body h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  color: #5f7f63;
}
.about .about-cards .about-card .about-card-body .about-card-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
}
.about .about-cards .about-card .about-card-body .about-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.about .about-cards .about-card .about-card-body .about-links .about-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  padding: 14px;
}
.about .about-cards .about-card .about-card-body .about-links .about-link .about-link-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.about .about-cards .about-card .about-card-body .about-links .about-link .about-link-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2f363d;
  margin-top: 6px;
}
.about .about-cards .about-card .about-card-body .about-links .about-link i {
  font-size: 16px;
  color: #2f363d;
  flex-shrink: 0;
}
.about .about-cards .about-card .about-card-body .about-links .about-link:hover {
  border-color: #e96b2c;
}
.about .about-cards .about-card .about-card-body .about-links .about-link:hover i {
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 50px 0;
  }
  .about .sec-title {
    line-height: 40px;
  }
  .about .about-cards {
    flex-direction: column;
    align-items: stretch;
  }
  .about .about-cards .about-card {
    width: 100%;
  }
  .about .about-cards .about-card .about-card-body .about-links .about-link .about-link-desc {
    line-height: 20px;
  }
}

.seminar {
  padding: 80px 0;
}
.seminar .seminar-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 42px;
}
.seminar .seminar-cards .seminar-card {
  width: 320px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 17px 17px 0;
}
.seminar .seminar-cards .seminar-card .seminar-card-img {
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background: #fbf6ea;
}
.seminar .seminar-cards .seminar-card .seminar-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.seminar .seminar-cards .seminar-card .seminar-card-body {
  padding: 11px 6px 20px;
}
.seminar .seminar-cards .seminar-card .seminar-card-body h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
  margin-top: 10px;
}
.seminar .seminar-cards .seminar-card .seminar-card-body .seminar-meta {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 10px;
}
.seminar .seminar-cards .seminar-card .seminar-card-body .text-link {
  margin-top: 20px;
}
.seminar .sec-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .seminar {
    padding: 50px 0;
  }
  .seminar .seminar-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 30px;
  }
  .seminar .seminar-cards .seminar-card {
    width: 100%;
    padding: 20px;
  }
  .seminar .seminar-cards .seminar-card .seminar-card-img {
    height: auto;
    aspect-ratio: 304/159;
  }
  .seminar .seminar-cards .seminar-card .seminar-card-body {
    padding: 10px 0 20px;
  }
  .seminar .sec-btn {
    margin-top: 60px;
  }
}

.news {
  background: #e9f1e6;
  padding: 80px 0;
}
.news .news-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
.news .news-cards .news-card {
  width: 320px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 22px 22px 30px;
}
.news .news-cards .news-card .news-date {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
  margin-top: 10px;
}
.news .news-cards .news-card h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 10px;
}
.news .news-cards .news-card .text-link {
  margin-top: 10px;
}
.news .sec-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .news {
    padding: 50px 0;
  }
  .news .news-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 30px;
  }
  .news .news-cards .news-card {
    width: 100%;
    padding: 14px 20px 20px;
  }
  .news .sec-btn {
    margin-top: 30px;
  }
}

.lunch {
  padding: 80px 0;
}
.lunch .lunch-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  border: 1px solid #e8dfd1;
  box-shadow: 0 10px 30px rgba(47, 54, 61, 0.1);
  padding: 40px 30px;
}
.lunch .lunch-card .lunch-photo {
  width: 380px;
  height: 325px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.lunch .lunch-card .lunch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunch .lunch-card .lunch-body .lunch-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
  margin-top: 20px;
}
.lunch .lunch-card .lunch-body .lunch-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 20px;
}
.lunch .lunch-card .lunch-body .lunch-btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .lunch {
    padding: 50px 0;
  }
  .lunch .lunch-card {
    flex-direction: column;
    gap: 30px;
    border-radius: 30px;
    padding: 34px 20px;
  }
  .lunch .lunch-card .lunch-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 380/325;
  }
  .lunch .lunch-card .lunch-body .lunch-title {
    font-size: 28px;
    line-height: 40px;
  }
  .lunch .lunch-card .lunch-body .lunch-btns {
    flex-wrap: wrap;
  }
}

.access {
  background: #fbf6ea;
  padding: 80px 0;
}
.access .access-inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.access .access-inner .access-map {
  width: 558px;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.access .access-inner .access-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.access .access-inner .access-info {
  width: 400px;
}
.access .access-inner .access-info .access-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #5f7f63;
}
.access .access-inner .access-info .access-table {
  margin-top: 20px;
}
.access .access-inner .access-info .access-table .access-row {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e8dfd1;
}
.access .access-inner .access-info .access-table .access-row:last-child {
  margin-bottom: 0;
}
.access .access-inner .access-info .access-table .access-row dt {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
}
.access .access-inner .access-info .access-table .access-row dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.access .access-btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.access .access-btns .btn {
  width: 320px;
}
.access .sec-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .access {
    padding: 50px 0;
  }
  .access .access-inner {
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
  .access .access-inner .access-map {
    width: 100%;
    height: auto;
    aspect-ratio: 343/400;
  }
  .access .access-inner .access-info {
    width: 100%;
  }
  .access .access-btns {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .access .access-btns .btn {
    width: 100%;
  }
  .access .sec-btn {
    margin-top: 50px;
  }
}

.wakuwaku {
  padding: 80px 0;
}
.wakuwaku .wakuwaku-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.wakuwaku .wakuwaku-head .wakuwaku-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
  margin-top: 10px;
}
.wakuwaku .wakuwaku-head .wakuwaku-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-top: 20px;
}
.wakuwaku .wakuwaku-head .wakuwaku-logo {
  width: 300px;
  flex-shrink: 0;
}
.wakuwaku .wakuwaku-head .wakuwaku-logo img {
  width: 100%;
}
.wakuwaku .wakuwaku-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.wakuwaku .wakuwaku-main .wakuwaku-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 315px;
  background: #d9d9d9;
  flex-shrink: 0;
}
.wakuwaku .wakuwaku-main .wakuwaku-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.wakuwaku .wakuwaku-main .wakuwaku-video .play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 58px 100px;
  border-color: transparent transparent transparent #fff;
}
.wakuwaku .wakuwaku-main .wakuwaku-next {
  width: 400px;
}
.wakuwaku .wakuwaku-main .wakuwaku-next .wakuwaku-next-box {
  background: #fff;
  border: 1px solid #e8dfd1;
  padding: 14px 20px;
}
.wakuwaku .wakuwaku-main .wakuwaku-next .wakuwaku-next-box .next-label {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
}
.wakuwaku .wakuwaku-main .wakuwaku-next .wakuwaku-next-box .next-theme {
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
}
.wakuwaku .wakuwaku-main .wakuwaku-next .wakuwaku-next-box .next-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}
.wakuwaku .wakuwaku-main .wakuwaku-next .wakuwaku-btn {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .wakuwaku {
    padding: 50px 0;
  }
  .wakuwaku .l-inner {
    padding: 0 16px;
  }
  .wakuwaku .wakuwaku-head {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .wakuwaku .wakuwaku-head .wakuwaku-title {
    font-size: 30px;
    line-height: 36px;
  }
  .wakuwaku .wakuwaku-head .wakuwaku-lead {
    margin-top: 30px;
  }
  .wakuwaku .wakuwaku-head .wakuwaku-logo {
    width: 100%;
  }
  .wakuwaku .wakuwaku-main {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    margin-top: 60px;
  }
  .wakuwaku .wakuwaku-main .wakuwaku-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .wakuwaku .wakuwaku-main .wakuwaku-video .play-icon {
    border-width: 35px 0 35px 60px;
  }
  .wakuwaku .wakuwaku-main .wakuwaku-next {
    width: 100%;
  }
}

.voice {
  background: #fbf6ea;
  padding: 80px 0;
}
.voice .sec-lead {
  margin-top: 24px;
}
.voice .voice-cards {
  margin-top: 24px;
}
.voice .sec-btn {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .voice {
    padding: 50px 0;
  }
  .voice .sec-btn {
    margin-top: 40px;
  }
}

.voice-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.voice-cards .voice-card {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  background: #fff;
  border: 1px solid #e96b2c;
  border-bottom-width: 5px;
  border-radius: 20px;
  padding: 24px 22px 30px;
}
.voice-cards .voice-card .voice-photo {
  width: 220px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.voice-cards .voice-card .voice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-cards .voice-card .voice-body .voice-cat {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #5f7f63;
}
.voice-cards .voice-card .voice-body h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  margin-top: 10px;
}
.voice-cards .voice-card .voice-body blockquote {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
  padding-bottom: 2px;
}
.voice-cards .voice-card .voice-body .voice-meta {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6b7280;
  margin-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .voice-cards .voice-card {
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px 30px;
  }
  .voice-cards .voice-card .voice-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 303/180;
    max-width: none;
  }
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.qa-list .qa-item {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
}
.qa-list .qa-item .qa-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}
.qa-list .qa-item .qa-q .q-mark,
.qa-list .qa-item .qa-q .q-text {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.qa-list .qa-item .qa-q .q-mark {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #e96b2c;
  flex-shrink: 0;
}
.qa-list .qa-item .qa-q .q-text {
  flex: 1;
}
.qa-list .qa-item .qa-q .icn-toggle {
  margin-left: auto;
  width: 40px;
  height: 40px;
  color: #e96b2c;
}
.qa-list .qa-item .qa-a {
  display: none;
  overflow: hidden;
  transition: none;
  margin: 0 22px;
  padding: 14px 0 18px;
  border-top: 1px solid #e8dfd1;
}
.qa-list .qa-item .qa-a > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.qa-list .qa-item .qa-a .txt-strong {
  font-weight: 700;
}
.qa-list .qa-item .qa-a p a {
  font-weight: 700;
  color: #0000ff;
  text-decoration: underline;
}
.qa-list .qa-item .qa-a p a:hover {
  opacity: 0.7;
}
.qa-list .qa-item.is-open .qa-q {
  padding-bottom: 14px;
}

.qa {
  padding: 80px 0;
}
.qa .qa-list {
  margin-top: 42px;
}
.qa .sec-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .qa {
    padding: 80px 0;
  }
  .qa .sec-title {
    font-size: 40px;
    line-height: 54px;
  }
}

.cta {
  background: linear-gradient(108deg, #e96b2c 0%, #f0a15d 100%);
  padding: 40px 0;
}
.cta .l-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.cta .cta-text h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
  color: #fff;
}
.cta .cta-text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}
.cta .cta-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 400px;
  flex-shrink: 0;
}
.cta .cta-btns .btn {
  width: 100%;
  min-height: 60px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .cta {
    padding: 40px 0;
    background: linear-gradient(156deg, #e96b2c 0%, #f0a15d 100%);
  }
  .cta .l-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .cta .cta-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cta .cta-text p {
    margin-top: 10px;
  }
  .cta .cta-btns {
    width: 100%;
    gap: 14px;
  }
}

.pw-gate {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 16px 120px;
}
.pw-gate p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.pw-gate label {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}
.pw-gate input[type=password] {
  display: block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #e8dfd1;
  border-radius: 8px;
  padding: 12px 14px;
  margin-top: 8px;
  font-size: 16px;
}
.pw-gate input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 15px 32px;
  margin-top: 20px;
  border-radius: 999px;
  background: #e96b2c;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.pw-gate input[type=submit]:hover {
  opacity: 0.8;
}

.link-banners {
  padding: 60px 0;
}
.link-banners .l-inner {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.link-banners .link-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 323px;
  height: 80px;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  padding: 10px 24px;
}
.link-banners .link-banner span {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.link-banners .link-banner i {
  font-size: 15px;
  color: #2f363d;
  flex-shrink: 0;
}
.link-banners .link-banner .icn-newtab {
  color: #2f363d;
}
.link-banners .link-banner:hover {
  border-color: #e96b2c;
}
.link-banners .link-banner:hover span,
.link-banners .link-banner:hover i,
.link-banners .link-banner:hover .icn-newtab {
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .link-banners {
    padding: 50px 0;
  }
  .link-banners .l-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0 10px;
  }
  .link-banners .link-banner {
    width: 100%;
    padding: 20px 14px;
  }
}

footer {
  background: #303840;
  padding: 54px 0 24px;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  gap: 30px;
}
footer .footer-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
}
footer .footer-sns a:hover {
  opacity: 0.7;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}
footer .footer-inner .footer-info {
  width: 330px;
}
footer .footer-inner .footer-info .footer-name {
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  color: #fff;
}
footer .footer-inner .footer-info .footer-name .footer-name-org {
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
footer .footer-inner .footer-info .footer-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #e5e7eb;
  margin-top: 20px;
}
footer .footer-inner .footer-info .footer-address .footer-tel {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  color: #fff;
}
footer .footer-inner .footer-info .footer-official {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
}
footer .footer-inner .footer-info .footer-official .footer-official-text {
  text-decoration: underline;
}
footer .footer-inner .footer-info .footer-official .icn-newtab {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
footer .footer-inner .footer-info .footer-official:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-nav {
  display: flex;
  gap: 18px;
}
footer .footer-inner .footer-nav .footer-col {
  width: 139px;
}
footer .footer-inner .footer-nav .footer-col .footer-col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}
footer .footer-inner .footer-nav .footer-col .footer-col-title .icn-toggle {
  display: none;
  width: 30px;
  height: 30px;
  color: #fff;
}
footer .footer-inner .footer-nav .footer-col .footer-col-title .icn-toggle .ic-plus {
  width: 15px;
  height: 15px;
}
footer .footer-inner .footer-nav .footer-col .footer-col-title .icn-toggle .ic-minus {
  width: 15px;
  height: 2px;
}
footer .footer-inner .footer-nav .footer-col ul {
  margin-top: 6px;
}
footer .footer-inner .footer-nav .footer-col ul li + li {
  margin-top: 6px;
}
footer .footer-inner .footer-nav .footer-col ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #e5e7eb;
}
footer .footer-inner .footer-nav .footer-col ul li a:hover {
  color: #f0a15d;
}
footer .footer-bottom {
  margin-top: 60px;
}
footer .footer-bottom p {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #d1d5db;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom p {
    text-align: center;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-inner {
    flex-direction: column;
    gap: 60px;
    margin-top: 62px;
  }
  footer .footer-inner .footer-info {
    width: 100%;
  }
  footer .footer-inner .footer-info .footer-name {
    line-height: 22px;
  }
  footer .footer-inner .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-inner .footer-nav .footer-col {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 14px;
  }
  footer .footer-inner .footer-nav .footer-col:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 14px;
  }
  footer .footer-inner .footer-nav .footer-col .footer-col-title {
    cursor: pointer;
  }
  footer .footer-inner .footer-nav .footer-col .footer-col-title .icn-toggle {
    display: flex;
  }
  footer .footer-inner .footer-nav .footer-col ul {
    display: none;
    overflow: hidden;
    transition: none;
    margin-top: 12px;
  }
  footer .footer-inner .footer-nav .footer-col ul li + li {
    margin-top: 12px;
  }
  footer .footer-bottom {
    margin-top: 30px;
  }
  footer .footer-bottom p {
    padding: 17px 0 0;
  }
}

.soon-tag {
  display: inline-block;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  font-size: 11px;
  font-weight: 900;
  line-height: 18px;
  white-space: nowrap;
}

.btn-note.is-soon,
.btn.is-soon {
  background: #b8bcc3;
  color: #fff;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.link-banners .link-banner.is-soon {
  border-style: dashed;
  cursor: default;
  pointer-events: none;
}
.link-banners .link-banner.is-soon span {
  color: #6b7280;
}
.link-banners .link-banner.is-soon .soon-tag {
  background: #6b7280;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}

.page-mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(112deg, #fffaf2 0%, #f7eddc 58%, #e9f1e6 100%);
  padding: 30px 0 60px;
}
.page-mv .page-mv-circle {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(233, 107, 44, 0.12);
}
.page-mv .l-inner {
  position: relative;
}
.page-mv .breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2f363d;
}
.page-mv .breadcrumb a {
  font-size: inherit;
  line-height: inherit;
}
.page-mv .breadcrumb a:hover {
  color: #e96b2c;
}
.page-mv .page-mv-text {
  margin-top: 20px;
}
.page-mv .page-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 54px;
  color: #2f363d;
  margin-top: 12px;
}
.page-mv .page-title:first-child {
  margin-top: 0;
}
.page-mv .page-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #4b5563;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .page-mv {
    padding: 30px 0 50px;
    background: linear-gradient(148deg, #fffaf2 0%, #f7eddc 58%, #e9f1e6 100%);
  }
  .page-mv .page-mv-circle {
    top: -120px;
    right: -160px;
    width: 340px;
    height: 340px;
  }
  .page-mv .page-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.045em;
  }
  .page-mv .page-lead {
    line-height: 28px;
  }
}

.page-mv.is-lg .page-title {
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0.0272em;
}
@media only screen and (max-width: 768px) {
  .page-mv.is-lg .page-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.045em;
  }
}

.anchor-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1000px;
  margin: 30px auto 0;
}
.anchor-nav .anchor-line {
  width: 0;
  height: 40px;
  border-left: 1px solid #e8dfd1;
  flex-shrink: 0;
}
.anchor-nav .anchor-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
  white-space: nowrap;
}
.anchor-nav .anchor-item i {
  font-size: 16px;
  color: #e96b2c;
}
.anchor-nav .anchor-item:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .anchor-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 40px;
    padding: 0 16px;
  }
  .anchor-nav .anchor-line {
    width: 100%;
    height: 0;
    border-left: none;
    border-top: 1px solid #e8dfd1;
  }
  .anchor-nav .anchor-item {
    width: 100%;
    font-size: 16px;
  }
}

.cat-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #2f363d;
}
.cat-title::before {
  content: "";
  display: block;
  width: 5px;
  height: 32px;
  background: #e96b2c;
  flex-shrink: 0;
}

.box-a {
  margin-top: 14px;
  padding: 14px 14px 20px;
  background: #fffaf2;
  outline: 1px solid #e96b2c;
  outline-offset: -1px;
}
.box-a .box-a-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #e96b2c;
}
.box-a .box-a-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #2f363d;
  margin-top: 10px;
}
.box-a .btn {
  margin-top: 20px;
  padding: 14px 22px;
}
@media only screen and (max-width: 768px) {
  .box-a {
    padding: 20px 24px;
  }
  .box-a .btn {
    margin-top: 10px;
    padding: 16px 22px;
    line-height: 20px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 80px;
}
.pagination .page-num,
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid #e8dfd1;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.pagination .page-num.is-current, .pagination .page-num.current,
.pagination .page-numbers.is-current,
.pagination .page-numbers.current {
  background: #e96b2c;
  border-color: #e96b2c;
  color: #fff;
  pointer-events: none;
}
.pagination .page-num.is-dots, .pagination .page-num.dots,
.pagination .page-numbers.is-dots,
.pagination .page-numbers.dots {
  pointer-events: none;
}
.pagination .page-num.page-prev, .pagination .page-num.page-next, .pagination .page-num.prev, .pagination .page-num.next,
.pagination .page-numbers.page-prev,
.pagination .page-numbers.page-next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  padding: 0 20px;
}
.pagination a:hover {
  border-color: #e96b2c;
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-top: 60px;
  }
}

.news-side {
  width: 280px;
  flex-shrink: 0;
}
.news-side .news-side-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #e8dfd1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.news-side .news-side-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.news-side .news-cats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.news-side .news-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
  padding: 14px;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.news-side .news-cats a i {
  font-size: 16px;
}
.news-side .news-cats a:hover, .news-side .news-cats a.is-active {
  background: #fff;
  border-color: #e96b2c;
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .news-side {
    width: 100%;
  }
  .news-side .news-cats {
    gap: 14px;
  }
  .news-side .news-cats a {
    min-height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .mind .sec-title,
  .flow-detail .sec-title,
  .access-detail .sec-title,
  .gallery-detail .sec-title,
  .lunch-detail .sec-title {
    line-height: 46px;
  }
}
.mind {
  padding: 80px 0;
}
.mind .sec-lead {
  margin-top: 20px;
  line-height: 33px;
}
.mind .before-after {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.mind .ba-item {
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 28px;
}
.mind .ba-box {
  position: relative;
  background: #fff;
  border: 1px solid #e8dfd1;
  padding: 42px 35px;
  display: flex;
  justify-content: center;
}
.mind .ba-box img {
  max-width: 100%;
  height: auto;
}
.mind .ba-item:last-child .ba-box {
  padding: 20px 25px;
}
.mind .ba-tag {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 30px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  white-space: nowrap;
}
.mind .ba-tag.is-before {
  background: #e9f1e6;
  color: #5f7f63;
}
.mind .ba-tag.is-after {
  background: #ffe2a7;
  color: #e96b2c;
}
.mind .ba-arrow {
  flex-shrink: 0;
  width: 45px;
  height: 90px;
  border-style: solid;
  border-width: 45px 0 45px 45px;
  border-color: transparent transparent transparent #5f7f63;
  margin-top: 145px;
}
.mind .ba-text {
  text-align: center;
}
.mind .ba-text h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #2f363d;
}
.mind .ba-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
  margin-top: 10px;
}
.mind .mind-note {
  margin-top: 70px;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .mind {
    padding: 60px 0;
  }
  .mind .sec-lead {
    line-height: 30px;
  }
  .mind .before-after {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
  }
  .mind .ba-item {
    width: 100%;
    max-width: 343px;
    gap: 10px;
    padding-top: 20px;
  }
  .mind .ba-box {
    padding: 31px 26px;
  }
  .mind .ba-item:last-child .ba-box {
    padding: 15px 17px;
  }
  .mind .ba-tag {
    top: -20px;
    font-size: 18px;
    padding: 1px 21px;
  }
  .mind .ba-arrow {
    width: 90px;
    height: 45px;
    border-width: 45px 45px 0 45px;
    border-color: #5f7f63 transparent transparent transparent;
    margin: 0 auto;
  }
  .mind .mind-note {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
  }
}

.flow-detail {
  padding: 80px 0;
  background: #fbf6ea;
}
.flow-detail .flow-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}
.flow-detail .flow-step {
  width: 190px;
}
.flow-detail .flow-step img {
  width: 190px;
  border-radius: 10px;
  object-fit: contain;
}
.flow-detail .flow-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}
.flow-detail .flow-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e96b2c;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  flex-shrink: 0;
}
.flow-detail .flow-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #2f363d;
}
.flow-detail .flow-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 10px;
  color: #2f363d;
}
.flow-detail .flow-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 259px;
  flex-shrink: 0;
}
.flow-detail .flow-arrow i {
  font-size: 30px;
  color: #5f7f63;
}
@media only screen and (max-width: 768px) {
  .flow-detail {
    padding: 60px 0;
  }
  .flow-detail .flow-list {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 40px;
  }
  .flow-detail .flow-step {
    width: 100%;
    max-width: 343px;
  }
  .flow-detail .flow-step img {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .flow-detail .flow-head {
    align-items: center;
    gap: 6px;
  }
  .flow-detail .flow-arrow {
    width: 36px;
    height: 47px;
    margin: 0 auto;
  }
  .flow-detail .flow-arrow i {
    transform: rotate(90deg);
  }
}

.access-detail {
  padding: 80px 0;
}
.access-detail .sec-lead {
  margin-top: 30px;
  line-height: 33px;
}
.access-detail .access-main {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.access-detail .access-map {
  width: 640px;
  height: 560px;
  flex-shrink: 0;
}
.access-detail .access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.access-detail .access-info {
  width: 320px;
}
.access-detail .access-info .access-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #5f7f63;
}
.access-detail .access-info .access-table {
  margin-top: 20px;
}
.access-detail .access-info .access-table .access-row {
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e8dfd1;
}
.access-detail .access-info .access-table .access-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.access-detail .access-info .access-table .access-row dt {
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
}
.access-detail .access-info .access-table .access-row dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 4px;
}
.access-detail .access-btnbar {
  display: flex;
  justify-content: center;
  gap: 41px;
  margin-top: 40px;
  padding: 20px 0;
  background: #fffaf2;
}
.access-detail .access-btnbar .btn {
  width: 320px;
}
.access-detail .access-block {
  margin-top: 50px;
}
.access-detail .access-block .cat-title {
  margin-bottom: 30px;
}
.access-detail .access-cards {
  display: flex;
  gap: 40px;
}
.access-detail .access-cards .access-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e8dfd1;
  padding: 20px 30px;
}
.access-detail .access-cards .access-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #2f363d;
  margin-bottom: 14px;
}
.access-detail .access-cards .access-card-title i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #e9f1e6;
  color: #5f7f63;
  font-size: 26px;
  flex-shrink: 0;
}
.access-detail .access-cards li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
}
.access-detail .access-cards li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e96b2c;
}
.access-detail .access-cards li + li {
  margin-top: 8px;
}
.access-detail .access-notice-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
  margin-bottom: 20px;
}
.access-detail .access-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.access-detail .access-check {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fffaf2;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #2f363d;
}
.access-detail .access-check svg {
  width: 21px;
  height: 20px;
  color: #e96b2c;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .access-detail {
    padding: 60px 0;
  }
  .access-detail .access-main {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .access-detail .access-map {
    width: 100%;
    height: auto;
    aspect-ratio: 343/400;
  }
  .access-detail .access-info {
    width: 100%;
  }
  .access-detail .access-btnbar {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    padding: 24px 0;
  }
  .access-detail .access-btnbar .btn {
    width: 320px;
    max-width: 100%;
  }
  .access-detail .access-block {
    margin-top: 40px;
  }
  .access-detail .cat-title {
    font-size: 22px;
    line-height: 30px;
  }
  .access-detail .cat-title::before {
    height: 30px;
  }
  .access-detail .access-cards {
    flex-direction: column;
    gap: 20px;
  }
  .access-detail .access-cards .access-card {
    padding: 20px;
  }
  .access-detail .access-notice-lead {
    text-align: center;
    margin-bottom: 30px;
  }
  .access-detail .access-checks {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .access-detail .access-check {
    gap: 10px;
    padding: 14px;
  }
}

.gallery-detail {
  padding: 80px 0;
  background: #fbf6ea;
}
.gallery-detail .sec-lead {
  margin-top: 30px;
}
.gallery-detail .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 20px;
  margin-top: 30px;
}
.gallery-detail .gallery-item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
}
.gallery-detail .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery-detail .gallery-item:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  .gallery-detail {
    padding: 60px 0;
  }
  .gallery-detail .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 20px;
    margin-top: 30px;
  }
  .gallery-detail .gallery-item {
    aspect-ratio: 160/155;
  }
}

.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(47, 54, 61, 0.8);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gallery-modal.is-active {
  display: flex;
}
.gallery-modal .gm-body {
  display: flex;
  align-items: center;
  gap: 0;
}
.gallery-modal .gm-stage {
  position: relative;
  width: min(53vw, 85vh);
  height: min(53vw, 85vh);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .gm-stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery-modal .gm-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
}
.gallery-modal .gm-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-modal .gm-close:hover {
  opacity: 0.7;
}
.gallery-modal .gm-prev,
.gallery-modal .gm-next {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal .gm-prev svg,
.gallery-modal .gm-next svg {
  width: 19px;
  height: 32px;
  display: block;
}
.gallery-modal .gm-prev:hover,
.gallery-modal .gm-next:hover {
  opacity: 0.7;
}
.gallery-modal .gm-prev svg {
  transform: scaleX(-1);
}
.gallery-modal .gm-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: min(53vw, 85vh);
  gap: 10px;
}
.gallery-modal .gm-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #888888;
  cursor: pointer;
  flex-shrink: 0;
}
.gallery-modal .gm-dots span.is-active {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gallery-modal .gm-stage {
    width: 80vw;
    height: 80vw;
  }
  .gallery-modal .gm-prev,
  .gallery-modal .gm-next {
    width: 36px;
    height: 36px;
  }
  .gallery-modal .gm-prev svg,
  .gallery-modal .gm-next svg {
    width: 14px;
    height: 24px;
  }
  .gallery-modal .gm-close {
    top: -38px;
    width: 24px;
    height: 24px;
  }
  .gallery-modal .gm-dots {
    display: none;
  }
}

.lunch-detail {
  padding: 80px 0;
}
.lunch-detail .lunch-detail-head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.lunch-detail .lunch-photo {
  width: 480px;
  height: 480px;
  overflow: hidden;
  flex-shrink: 0;
}
.lunch-detail .lunch-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lunch-detail .lunch-detail-body {
  flex: 1;
}
.lunch-detail .lunch-detail-body h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 34px;
  color: #2f363d;
}
.lunch-detail .lunch-detail-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #4b5563;
  margin-top: 30px;
}
.lunch-detail .lunch-diary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
  padding: 30px 60px;
}
.lunch-detail .lunch-diary .lunch-diary-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #e96b2c;
}
.lunch-detail .lunch-diary .lunch-diary-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  color: #e96b2c;
  margin-top: 10px;
}
.lunch-detail .lunch-diary .lunch-diary-lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
  margin-top: 30px;
}
.lunch-detail .lunch-diary .btn {
  margin-top: 30px;
}
.lunch-detail .lunch-diary .lunch-diary-photo {
  width: 240px;
  height: 300px;
  overflow: hidden;
  flex-shrink: 0;
}
.lunch-detail .lunch-diary .lunch-diary-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .lunch-detail {
    padding: 60px 0;
  }
  .lunch-detail .lunch-detail-head {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
    text-align: center;
  }
  .lunch-detail .lunch-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .lunch-detail .lunch-detail-body p {
    margin-top: 30px;
    text-align: left;
  }
  .lunch-detail .lunch-diary {
    flex-direction: column;
    margin-top: 50px;
    padding: 30px 20px;
    gap: 14px;
  }
  .lunch-detail .lunch-diary .lunch-diary-photo {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
  }
  .lunch-detail .lunch-diary .lunch-diary-text {
    order: 2;
  }
  .lunch-detail .lunch-diary .lunch-diary-title {
    font-size: 30px;
  }
  .lunch-detail .lunch-diary .lunch-diary-lead {
    margin-top: 20px;
  }
  .lunch-detail .lunch-diary .btn {
    width: 100%;
    margin-top: 14px;
  }
}

.service-page {
  padding: 60px 0 100px;
}
.service-page .service-cat {
  display: flex;
  gap: 40px;
}
.service-page .service-cat-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 280px;
  flex-shrink: 0;
}
.service-page .service-cat-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.service-page .service-cat-title {
  min-height: 54px;
  font-size: 38px;
  font-weight: 900;
  line-height: 50px;
  color: #2f363d;
}
.service-page .service-cat-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #4b5563;
}
.service-page .service-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-page .service-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  outline: 1px solid #e8dfd1;
  outline-offset: -1px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.service-page .service-card:hover {
  opacity: 0.8;
}
.service-page .service-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-page .service-card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2f363d;
}
.service-page .service-card-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
  color: #5f7f63;
}
.service-page .service-card-title::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 11px;
  border-radius: 50%;
  background: #e96b2c;
  flex-shrink: 0;
}
.service-page .service-card-more {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  color: #e96b2c;
  white-space: nowrap;
  flex-shrink: 0;
}
.service-page .service-card-more i {
  font-size: 16px;
}
.service-page .service-line {
  height: 0;
  margin: 60px 0;
  border: none;
  border-top: 1px solid #e8dfd1;
}
@media only screen and (max-width: 768px) {
  .service-page {
    padding: 40px 0 100px;
  }
  .service-page .service-cat {
    flex-direction: column;
    gap: 30px;
  }
  .service-page .service-cat-head {
    width: auto;
    gap: 6px;
  }
  .service-page .service-cat-title {
    font-size: 30px;
    line-height: 40px;
  }
  .service-page .service-card {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .service-page .service-card-more {
    align-self: flex-start;
  }
  .service-page .service-line {
    margin: 40px 0;
  }
}

.service-single {
  padding: 40px 0 100px;
}
.service-single .service-single-cols {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.service-single .service-detail {
  flex: 1;
  min-width: 0;
}
.service-single .service-block {
  padding-bottom: 80px;
}
.service-single .service-block > * + * {
  margin-top: 30px;
}
.service-single .service-block.is-ednote > * + * {
  margin-top: 40px;
}
.service-single .service-h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  color: #2f363d;
}
.service-single .service-h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e8dfd1;
}
.service-single .service-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #e96b2c;
}
.service-single .service-photo img {
  display: block;
  width: 100%;
}
.service-single .service-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
}
.service-single .service-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #2f363d;
}
.service-single .service-checklist li + li {
  margin-top: 18px;
}
.service-single .service-checklist li .icn-check {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.service-single .service-video figcaption {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
}
.service-single .service-video .service-video-embed {
  margin-top: 20px;
  aspect-ratio: 16/9;
}
.service-single .service-video .service-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.service-single .ednote-banner {
  display: block;
}
.service-single .ednote-banner img {
  display: block;
  width: 100%;
}
.service-single .ednote-banner:hover {
  opacity: 0.8;
}
.service-single .ednote-banner.is-soon {
  position: relative;
  cursor: default;
}
.service-single .ednote-banner.is-soon img {
  filter: grayscale(1);
  opacity: 0.55;
}
.service-single .ednote-banner.is-soon:hover {
  opacity: 1;
}
.service-single .ednote-banner.is-soon .soon-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 54, 61, 0.35);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.service-single .service-side {
  position: sticky;
  top: 153px;
  width: 280px;
  flex-shrink: 0;
}
.service-single .service-side-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #e8dfd1;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.service-single .service-side-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.service-single .service-side-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.service-single .service-side-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 14px;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
  white-space: nowrap;
}
.service-single .service-side-menu a i {
  font-size: 16px;
  flex-shrink: 0;
}
.service-single .service-side-menu a:hover, .service-single .service-side-menu a.is-active {
  background: #fff;
  border-color: #e96b2c;
  color: #e96b2c;
}
.service-single .service-back {
  display: flex;
  justify-content: center;
  width: 680px;
}
.service-single .service-back .service-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 56px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.service-single .service-back .service-back-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .service-single .service-single-cols {
    flex-direction: column;
    gap: 0;
  }
  .service-single .service-block {
    padding-bottom: 60px;
  }
  .service-single .service-block.is-ednote > * + * {
    margin-top: 30px;
  }
  .service-single .service-h2 {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }
  .service-single .service-h2::after {
    width: 70px;
  }
  .service-single .service-video .service-video-embed {
    margin-top: 10px;
  }
  .service-single .service-side {
    position: static;
    width: 100%;
  }
  .service-single .service-side-menu {
    gap: 14px;
  }
  .service-single .service-back {
    width: 100%;
    margin-top: 80px;
  }
  .service-single .service-back .service-back-btn {
    width: 100%;
  }
}

.qa-page {
  padding: 40px 0 80px;
}
.qa-page .cat-title + .qa-list {
  margin-top: 33px;
}
.qa-page .qa-list + .cat-title {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .qa-page {
    padding: 40px 0 100px;
  }
  .qa-page .qa-list .qa-item .qa-q {
    padding: 18px 20px;
  }
  .qa-page .qa-list .qa-item .qa-q .q-mark,
  .qa-page .qa-list .qa-item .qa-q .q-text {
    min-height: 30px;
  }
  .qa-page .qa-list .qa-item .qa-a {
    margin: 0 20px;
  }
  .qa-page .qa-list .qa-item .icn-toggle {
    width: 30px;
    height: 30px;
  }
  .qa-page .qa-list .qa-item .icn-toggle .ic-plus {
    width: 21px;
    height: 21px;
  }
  .qa-page .qa-list .qa-item .icn-toggle .ic-minus {
    width: 21px;
    height: 3px;
  }
}

.voice-page {
  padding: 60px 0 100px;
}
.voice-page .voice-cards {
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .voice-page {
    padding: 40px 0 100px;
  }
  .voice-page .voice-cards .voice-card {
    gap: 26px;
    padding: 24px 20px 30px;
  }
  .voice-page .voice-cards .voice-card .voice-body h3 {
    font-size: 22px;
  }
  .voice-page .voice-cards .voice-card .voice-body blockquote {
    font-size: 16px;
  }
}

.wakuwaku-page {
  padding: 52px 0 120px;
}
.wakuwaku-page .program-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 20px 24px;
  background: #fffaf2;
  outline: 1px solid #e96b2c;
  outline-offset: -1px;
}
.wakuwaku-page .program-box .program-logo {
  width: 340px;
  flex-shrink: 0;
}
.wakuwaku-page .program-box .program-logo img {
  width: 100%;
}
.wakuwaku-page .program-box .program-text {
  flex: 1;
}
.wakuwaku-page .program-box .program-text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #e96b2c;
}
.wakuwaku-page .program-box .program-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
  margin-top: 10px;
}
.wakuwaku-page .program-box .program-text strong {
  font-weight: 700;
}
.wakuwaku-page .next-box {
  margin-top: 40px;
  padding: 20px 24px;
  background: #fff;
  outline: 1px solid #e8dfd1;
  outline-offset: -1px;
}
.wakuwaku-page .next-box .next-label {
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
}
.wakuwaku-page .next-box .next-theme {
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  color: #2f363d;
  margin-top: 10px;
}
.wakuwaku-page .next-box .next-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #2f363d;
  margin-top: 10px;
}
.wakuwaku-page .h2-line {
  position: relative;
  margin-top: 80px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  color: #2f363d;
}
.wakuwaku-page .h2-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e8dfd1;
}
.wakuwaku-page .h2-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #e96b2c;
}
.wakuwaku-page .video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.wakuwaku-page .video-card {
  display: flex;
  flex-direction: column;
}
.wakuwaku-page .video-card .video-embed {
  aspect-ratio: 16/9;
  background: #2f363d;
}
.wakuwaku-page .video-card .video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.wakuwaku-page .video-card .video-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #fff;
  outline: 1px solid #e8dfd1;
  outline-offset: -1px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.wakuwaku-page .video-card .video-body .video-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wakuwaku-page .video-card .video-body .video-meta .tag {
  padding: 3px 10px 4px;
}
.wakuwaku-page .video-card .video-body .video-meta time {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
}
.wakuwaku-page .video-card .video-body h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #2f363d;
}
.wakuwaku-page .video-card .video-body .video-desc {
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #2f363d;
}
.wakuwaku-page .video-card .video-body .btn {
  align-self: flex-start;
  min-height: 54px;
  padding: 10px 16px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .wakuwaku-page .video-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .wakuwaku-page {
    padding: 39px 0 144px;
  }
  .wakuwaku-page .program-box {
    flex-direction: column;
  }
  .wakuwaku-page .program-box .program-logo {
    width: 100%;
  }
  .wakuwaku-page .h2-line {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }
  .wakuwaku-page .h2-line::after {
    width: 70px;
  }
  .wakuwaku-page .video-list {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }
  .wakuwaku-page .video-card .video-body {
    gap: 14px;
    padding: 20px 20px 30px;
  }
  .wakuwaku-page .video-card .video-body .btn {
    align-self: stretch;
  }
}

.news-page {
  padding: 40px 0 120px;
}
.news-page .news-page-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.news-page .news-page-main {
  flex: 1;
  min-width: 0;
}
.news-page .news-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.news-page .news-cat-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 6px 20px;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 26px;
  color: #2f363d;
}
.news-page .news-cat-tabs a:hover {
  border-color: #e96b2c;
  color: #e96b2c;
}
.news-page .news-cat-tabs a.is-active {
  background: #e96b2c;
  border-color: #e96b2c;
  color: #fff;
}
.news-page .news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 24px;
}
.news-page .news-item {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 18px 22px;
}
.news-page .news-item .news-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-page .news-item .news-item-meta .tag {
  padding: 3px 10px 4px;
}
.news-page .news-item .news-item-meta .news-date {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
}
.news-page .news-item h3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}
.news-page .news-item .news-item-excerpt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.news-page .news-item .news-item-link {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.news-page .news-empty {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .news-page {
    padding: 40px 0 100px;
  }
  .news-page .news-page-layout {
    display: block;
  }
  .news-page .news-side {
    display: none;
  }
  .news-page .news-cat-tabs {
    gap: 10px;
  }
  .news-page .news-cat-tabs a {
    min-height: 38px;
    padding: 5px 16px;
    font-size: 14px;
  }
  .news-page .news-item h3 {
    font-size: 20px;
  }
  .news-page .news-item .news-item-excerpt {
    font-size: 14px;
    line-height: 26px;
  }
}

.seminar-page {
  padding: 40px 0 100px;
}
.seminar-page .seminar-bnr {
  display: block;
  width: 500px;
  margin: 0 auto;
}
.seminar-page .seminar-bnr img {
  width: 100%;
}
.seminar-page .seminar-bnr:hover {
  opacity: 0.8;
}
.seminar-page .seminar-count {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.seminar-page .seminar-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.seminar-page .seminar-item {
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.seminar-page .seminar-item-photo {
  flex: 0 0 300px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  background: #fbf6ea;
}
.seminar-page .seminar-item-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.seminar-page .seminar-item-body {
  flex: 1 1 auto;
  min-width: 0;
}
.seminar-page .seminar-item-body .tag {
  padding: 3px 10px 4px;
}
.seminar-page .seminar-item-body h3 {
  padding: 10px 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}
.seminar-page .seminar-item-meta {
  border-top: 1px solid #e8dfd1;
}
.seminar-page .seminar-item-meta .meta-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
}
.seminar-page .seminar-item-meta .meta-row + .meta-row {
  border-top: 1px solid #e8dfd1;
}
.seminar-page .seminar-item-meta dt {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #5f7f63;
}
.seminar-page .seminar-item-meta dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.seminar-page .seminar-item-link {
  border-top: 1px solid #e8dfd1;
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .seminar-page .seminar-bnr {
    width: 100%;
  }
  .seminar-page .seminar-count {
    margin-top: 40px;
  }
  .seminar-page .seminar-list {
    margin-top: 20px;
  }
  .seminar-page .seminar-item {
    display: block;
  }
  .seminar-page .seminar-item-photo {
    width: 100%;
  }
  .seminar-page .seminar-item-body {
    margin-top: 20px;
  }
  .seminar-page .seminar-item-link {
    padding-top: 14px;
  }
  .seminar-page .pagination {
    margin-top: 80px;
  }
}

.news-single {
  padding: 30px 0 100px;
}
.news-single .breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #2f363d;
}
.news-single .breadcrumb a {
  font-size: inherit;
  line-height: inherit;
}
.news-single .breadcrumb a:hover {
  color: #e96b2c;
}
.news-single .news-single-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
}
.news-single .news-article {
  flex: 1;
  min-width: 0;
}
.news-single .news-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-single .news-meta .tag {
  padding: 3px 10px 4px;
}
.news-single .news-meta .news-date {
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #e96b2c;
}
.news-single .news-title {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 900;
  line-height: 50px;
  color: #2f363d;
}
.news-single .news-body {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f363d;
}
.news-single .news-body > * + * {
  margin-top: 30px;
}
.news-single .news-body > * + h2 {
  margin-top: 60px;
}
.news-single .news-body > * + h3,
.news-single .news-body > * + h4,
.news-single .news-body > * + img,
.news-single .news-body > * + figure {
  margin-top: 40px;
}
.news-single .news-body > * + figure.wp-block-table {
  margin-top: 30px;
}
.news-single .news-body > h3 + * {
  margin-top: 20px;
}
.news-single .news-body > h4 + * {
  margin-top: 10px;
}
.news-single .news-body > .box-white + .box-orange,
.news-single .news-body > .box-orange + .box-white {
  margin-top: 20px;
}
.news-single .news-body h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}
.news-single .news-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e8dfd1;
}
.news-single .news-body h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #e96b2c;
}
.news-single .news-body h3 {
  display: flex;
  gap: 16px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
.news-single .news-body h3::before {
  content: "";
  width: 5px;
  background: #e96b2c;
  flex-shrink: 0;
}
.news-single .news-body h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #5f7f63;
}
.news-single .news-body a {
  color: #0000ff;
  text-decoration: underline;
}
.news-single .news-body a:hover {
  opacity: 0.7;
}
.news-single .news-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-single .news-body ul li {
  position: relative;
  padding-left: 18px;
  line-height: 26px;
}
.news-single .news-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e96b2c;
}
.news-single .news-body ul li + li {
  margin-top: 8px;
}
.news-single .news-body ol {
  counter-reset: news-ol;
}
.news-single .news-body ol li {
  counter-increment: news-ol;
  position: relative;
  padding-left: 25px;
  line-height: 26px;
}
.news-single .news-body ol li::before {
  content: counter(news-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #e96b2c;
}
.news-single .news-body ol li + li {
  margin-top: 8px;
}
.news-single .news-body .box-white,
.news-single .news-body .box-orange {
  padding: 20px 24px;
  background: #fff;
  outline: 1px solid #e8dfd1;
  outline-offset: -1px;
}
.news-single .news-body .box-white .box-title,
.news-single .news-body .box-orange .box-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #e96b2c;
}
.news-single .news-body .box-white .box-title + *,
.news-single .news-body .box-orange .box-title + * {
  margin-top: 10px;
}
.news-single .news-body .box-orange {
  background: #fffaf2;
  outline-color: #e96b2c;
}
.news-single .news-body table {
  width: 100%;
  border-collapse: collapse;
}
.news-single .news-body table th,
.news-single .news-body table td {
  border: 1px solid #e8dfd1;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
}
.news-single .news-body table th {
  width: 210px;
  background: #fffaf2;
  font-weight: 700;
}
.news-single .news-body table td {
  background: #fff;
  font-weight: 400;
}
.news-single .news-body blockquote {
  padding: 20px 20px 20px 25px;
  background: #fffaf2;
  border-left: 5px solid #e96b2c;
}
.news-single .news-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
.news-single .news-nav .news-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 212px;
  min-height: 56px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #2f363d;
}
.news-single .news-nav .news-nav-btn i {
  font-size: 16px;
  color: #e96b2c;
}
.news-single .news-nav .news-nav-btn:hover {
  border-color: #e96b2c;
  color: #e96b2c;
}
@media only screen and (max-width: 768px) {
  .news-single {
    padding: 20px 0 80px;
  }
  .news-single .news-single-layout {
    display: block;
    margin-top: 40px;
  }
  .news-single .news-title {
    font-size: 28px;
    line-height: 40px;
  }
  .news-single .news-body {
    margin-top: 60px;
  }
  .news-single .news-body h2 {
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }
  .news-single .news-body h2::after {
    width: 70px;
  }
  .news-single .news-body h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .news-single .news-body table th {
    width: 112px;
  }
  .news-single .news-nav {
    flex-wrap: wrap;
    gap: 30px;
  }
  .news-single .news-nav .news-nav-btn {
    width: calc(50% - 15px);
  }
  .news-single .news-nav .news-nav-back {
    order: 3;
    width: 100%;
  }
  .news-single .news-side {
    margin-top: 90px;
  }
}

.seminar-single {
  padding: 40px 0 100px;
}
.seminar-single .seminar-photo {
  margin-top: 50px;
}
.seminar-single .seminar-photo img {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
  height: auto;
}
.seminar-single .news-body {
  margin-top: 60px;
}
.seminar-single .news-body > p + p {
  margin-top: 16px;
}
.seminar-single .seminar-sec {
  margin-top: 60px;
  border-top: 1px solid #e8dfd1;
  padding-top: 40px;
}
.seminar-single .news-body + .seminar-sec {
  margin-top: 80px;
}
.seminar-single .seminar-sec-title {
  display: flex;
  gap: 16px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #2f363d;
}
.seminar-single .seminar-sec-title::before {
  content: "";
  width: 5px;
  background: #e96b2c;
  flex-shrink: 0;
}
.seminar-single .lecturer-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.seminar-single .lecturer-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.seminar-single .lecturer-photo {
  width: 140px;
  flex-shrink: 0;
}
.seminar-single .lecturer-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.seminar-single .lecturer-name {
  font-size: 16px;
  line-height: 30px;
}
.seminar-single .seminar-forwho-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
}
.seminar-single .seminar-detail {
  margin-top: 40px;
  border-top: 1px solid #e8dfd1;
  padding-top: 30px;
}
.seminar-single .seminar-detail table a {
  color: inherit;
  text-decoration: underline;
}
.seminar-single .seminar-detail table a:hover {
  color: #e96b2c;
}
.seminar-single .seminar-apply {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.seminar-single .seminar-apply .btn {
  width: 600px;
  gap: 10px;
}
.seminar-single .seminar-apply .btn i {
  font-size: 12px;
}
.seminar-single .news-nav {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .seminar-single {
    padding: 40px 0 100px;
  }
  .seminar-single .seminar-photo {
    margin-top: 40px;
  }
  .seminar-single .news-body {
    margin-top: 40px;
  }
  .seminar-single .seminar-sec,
  .seminar-single .news-body + .seminar-sec {
    margin-top: 50px;
    padding-top: 30px;
  }
  .seminar-single .seminar-sec-title {
    font-size: 22px;
    line-height: 30px;
  }
  .seminar-single .lecturer-item {
    flex-direction: column;
    gap: 20px;
  }
  .seminar-single .seminar-forwho-text {
    margin-top: 20px;
  }
  .seminar-single .seminar-detail {
    margin-top: 40px;
    padding-top: 30px;
  }
  .seminar-single .seminar-apply {
    margin-top: 40px;
  }
  .seminar-single .seminar-apply .btn {
    width: 100%;
  }
  .seminar-single .news-nav {
    margin-top: 60px;
  }
  .seminar-single .news-nav .news-nav-btn {
    width: 100%;
  }
}

.form-page {
  padding: 40px 0 100px;
}
.form-page .form-lead {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.form-page .form-lead + .form-steps {
  margin-top: 40px;
}
.form-page .form-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.form-page .form-steps .form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.form-page .form-steps .step-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e5e7eb;
  font-size: 16px;
  font-weight: 900;
  line-height: 28px;
  color: #aaaaaa;
}
.form-page .form-steps .step-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #aaaaaa;
}
.form-page .form-steps .step-line {
  width: 30px;
  height: 2px;
  background: #e8dfd1;
}
.form-page .mw_wp_form_input .form-step[data-step="1"] .step-num,
.form-page .mw_wp_form_input .form-step:first-child .step-num,
.form-page .mw_wp_form_confirm .form-step:not(:last-child) .step-num,
.form-page .mw_wp_form_confirm .form-step[data-step="1"] .step-num,
.form-page .mw_wp_form_confirm .form-step[data-step="2"] .step-num,
.form-page .mw_wp_form_complete .form-step .step-num,
.form-page .form-step.is-current .step-num {
  background: #e96b2c;
  color: #fff;
}
.form-page .mw_wp_form_input .form-step[data-step="1"] .step-label,
.form-page .mw_wp_form_input .form-step:first-child .step-label,
.form-page .mw_wp_form_confirm .form-step:not(:last-child) .step-label,
.form-page .mw_wp_form_confirm .form-step[data-step="1"] .step-label,
.form-page .mw_wp_form_confirm .form-step[data-step="2"] .step-label,
.form-page .mw_wp_form_complete .form-step .step-label,
.form-page .form-step.is-current .step-label {
  color: #e96b2c;
}
.form-page .form-box {
  max-width: 850px;
  margin: 30px auto 0;
  background: #fff;
  border: 1px solid #e8dfd1;
  padding: 40px 40px 50px;
}
.form-page .form-head .form-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.form-page .form-head .form-subtitle {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.form-page .form-fields,
.form-page .form-privacy,
.form-page .form-actions {
  margin-top: 30px;
  border-top: 1px solid #e8dfd1;
  padding-top: 30px;
}
.form-page .form-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.form-page .form-row + .form-row {
  margin-top: 34px;
}
.form-page .form-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 202px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 2px;
}
.form-page .form-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  background: #e96b2c;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  flex-shrink: 0;
  margin-top: -2px;
}
.form-page .form-control {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 28px;
}
.form-page .form-control input[type=text],
.form-page .form-control input[type=tel],
.form-page .form-control input[type=email],
.form-page .form-control textarea {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #2f363d;
}
.form-page .form-control input[type=text]::placeholder,
.form-page .form-control input[type=tel]::placeholder,
.form-page .form-control input[type=email]::placeholder,
.form-page .form-control textarea::placeholder {
  color: #999999;
}
.form-page .form-control input[type=text]:focus,
.form-page .form-control input[type=tel]:focus,
.form-page .form-control input[type=email]:focus,
.form-page .form-control textarea:focus {
  outline: 2px solid #e96b2c;
  outline-offset: -1px;
}
.form-page .form-control textarea {
  height: 163px;
  resize: vertical;
  display: block;
}
.form-page .form-note {
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
}
.form-page .form-note.is-alert {
  color: #ff0000;
}
.form-page .form-note .txt-alert {
  color: #ff0000;
  font-size: inherit;
  line-height: inherit;
}
.form-page .form-badge.is-optional {
  background: #e5e7eb;
  color: #6b7280;
}
.form-page .form-date {
  position: relative;
  display: block;
}
.form-page .form-date .icn-calendar {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #aaaaaa;
  pointer-events: none;
}
.form-page .form-date:not(:has(.icn-calendar))::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #aaaaaa;
  -webkit-mask: url("../assets/img/common/icn-calendar.svg") no-repeat center/contain;
  mask: url("../assets/img/common/icn-calendar.svg") no-repeat center/contain;
  pointer-events: none;
}
.form-page .form-date input[type=text] {
  padding-left: 46px;
  cursor: pointer;
}
.form-page .form-select {
  position: relative;
  display: block;
}
.form-page .form-select select {
  appearance: none;
  width: 100%;
  height: 52px;
  padding: 12px 46px 12px 16px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  color: #2f363d;
  cursor: pointer;
}
.form-page .form-select select:focus {
  outline: 2px solid #e96b2c;
  outline-offset: -1px;
}
.form-page .form-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: #2f363d;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.form-page .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 52px;
  align-items: center;
}
.form-page .form-radios label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.form-page .form-radios input[type=radio] {
  appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-page .form-radios input[type=radio]:checked::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e96b2c;
}
.form-page .form-control input[readonly] {
  background: #fff;
  cursor: default;
}
.form-page .form-control input[readonly]:focus {
  outline: none;
}
.form-page .form-people {
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-page .form-people input[type=number] {
  width: 150px;
  height: 52px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8dfd1;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #2f363d;
}
.form-page .form-people input[type=number]:focus {
  outline: 2px solid #e96b2c;
  outline-offset: -1px;
}
.form-page .form-control .error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #ea220c;
}
.form-page .form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.form-page .form-privacy .form-label {
  width: 202px;
}
.form-page .form-policy {
  height: 250px;
  overflow-y: scroll;
  background: #fffaf2;
  border: 1px solid #e8dfd1;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
}
.form-page .form-policy p + p {
  margin-top: 30px;
}
.form-page .form-agree {
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
}
.form-page .form-agree label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-page .form-agree input[type=checkbox] {
  appearance: none;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #2f363d;
  border-radius: 6px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-page .form-agree input[type=checkbox]:checked::before {
  content: "";
  width: 12px;
  height: 7px;
  border-left: 3px solid #e96b2c;
  border-bottom: 3px solid #e96b2c;
  transform: rotate(-45deg) translate(1px, -1px);
}
.form-page .form-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.form-page .form-btn {
  position: relative;
}
.form-page .form-btn input[type=submit] {
  appearance: none;
  width: 340px;
  min-height: 62px;
  padding: 14px 22px;
  border: none;
  border-radius: 999px;
  background: #e96b2c;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15);
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.form-page .form-btn input[type=submit]:hover {
  opacity: 0.8;
}
.form-page .form-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1.5px));
  pointer-events: none;
}
.form-page .form-btn-back input[type=submit] {
  background: #fff;
  border: 2px solid #e96b2c;
  color: #e96b2c;
  padding: 12px 22px;
}
.form-page .form-btn-back::after {
  content: "\f060";
  color: #e96b2c;
  right: calc(50% + 66px);
}
.form-page .form-btn-submit::after {
  content: "\f061";
}
.form-page .form-btn-submit::after {
  left: calc(50% + 66px);
}
.form-page .mw_wp_form_input .form-head-confirm,
.form-page .mw_wp_form_input .form-btn-back {
  display: none;
}
.form-page .form-btn-back:not(:has(input)) {
  display: none;
}
.form-page .mw_wp_form_confirm .form-lead,
.form-page .mw_wp_form_confirm .form-head-input,
.form-page .mw_wp_form_confirm .form-note,
.form-page .mw_wp_form_confirm .form-policy,
.form-page .mw_wp_form_confirm .form-date .icn-calendar,
.form-page .mw_wp_form_confirm .form-date::before,
.form-page .mw_wp_form_confirm .form-select::after {
  display: none;
}
.form-page .mw_wp_form_confirm .form-date input[type=text] {
  padding-left: 0;
}
.form-page .mw_wp_form_confirm .form-steps {
  margin-top: 0;
}
.form-page .mw_wp_form_confirm .form-row + .form-row {
  margin-top: 30px;
  border-top: 1px solid #e8dfd1;
  padding-top: 30px;
}
.form-page .mw_wp_form_confirm .form-agree {
  margin-top: 0;
}
.form-page .mw_wp_form_confirm .form-btn-submit::after {
  left: calc(50% + 42px);
}
.form-page .mw_wp_form_complete .form-steps {
  margin-top: 0;
}
.form-page .form-thanks-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.form-page .form-thanks-text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.form-page .form-thanks-notes {
  margin-top: 30px;
  border-top: 1px solid #e8dfd1;
  padding-top: 30px;
}
.form-page .form-thanks-notes li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 26px;
}
.form-page .form-thanks-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e96b2c;
}
.form-page .form-thanks-notes li + li {
  margin-top: 12px;
}
.form-page .form-thanks-btn {
  margin-top: 30px;
  border-top: 1px solid #e8dfd1;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.form-page .form-thanks-btn .btn {
  gap: 10px;
}
.form-page .form-thanks-btn .btn i {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .form-page .form-lead {
    text-align: left;
  }
  .form-page .form-lead + .form-steps {
    margin-top: 30px;
  }
  .form-page .form-box {
    padding: 30px 20px 50px;
  }
  .form-page .form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .form-page .form-row .form-label {
    width: auto;
  }
  .form-page .form-row .form-control {
    width: 100%;
  }
  .form-page .form-privacy {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .form-page .form-privacy .form-label {
    width: auto;
  }
  .form-page .form-privacy .form-control {
    width: 100%;
  }
  .form-page .form-policy {
    height: 350px;
  }
  .form-page .form-agree {
    margin-top: 20px;
  }
  .form-page .form-actions {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
  .form-page .form-btn {
    width: 100%;
  }
  .form-page .form-btn input[type=submit] {
    width: 100%;
  }
  .form-page .mw_wp_form_confirm .form-row + .form-row {
    margin-top: 20px;
    padding-top: 20px;
  }
  .form-page .form-thanks-title {
    font-size: 28px;
    line-height: 34px;
  }
  .form-page .form-thanks-btn .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
