@charset "UTF-8";
/*--- CSS Variables ---*/
:root {
  /* color */
  --color-primary: #333;
  --color-secondary: #536c93;
  --color-bg: #f2f7fa;
  --color-fg: #333;
  --color-accent: #c5a14c;

  /* font */
  --font-family-base: "Shippori Mincho", serif;
  --font-family-point:  "Oswald", sans-serif;
  --font-family-message:  "Noto Sans JP", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.8;
  --letter-spacing-base: .25em;

  /* margin, size */
  --spacing-xs: clamp(16px, calc(16px + (45 - 16) * ((100vw - 390px) / (1280 - 390))), 45px);
  --spacing-sm: clamp(20px, calc(20px + (60 - 20) * ((100vw - 390px) / (1280 - 390))), 60px);
  --spacing-md: clamp(40px, calc(40px + (120 - 40) * ((100vw - 390px) / (1280 - 390))), 120px);
  --spacing-lg: clamp(60px, calc(60px + (140 - 60) * ((100vw - 390px) / (1280 - 390))), 140px);
  --radius-base: 2rem;
  --max-width: 820px;

  /* modern property */
  --shadow-elevated: 0px 2px 4px hsl(0 0% 0% / 0.7);
  --transition-base: .5s ease-in-out;
  --container-max-width: min(92%, 1000px);
  --container-max-width-sm: min(90%, 840px);
  --blur-base: blur(10px);

  /* SP burger */
  --bar-width: 30px;
  --bar-height: 2px;
  --bar-gap: 10px;
  --bar-color: #fff;
  --bar-bg: rgb(0 0 0 / .9);
}
/*--- base ---*/
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-fg);
  letter-spacing: var(--letter-spacing-base);
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../img/main-bg.webp) no-repeat 50% 0;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -999;
}
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
}
img {
  width: 100%;
}
a {
  color: var(--color-fg);
}
a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}
a:hover {
  cursor: pointer;
}
.pc-only {
  display: none;
}
.sp-only {
  display: inline;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: inline;
  }
  .sp-only {
    display: none;
  }
  a[href^="tel"] {
    display: inline-block;
    pointer-events: none;
    vertical-align: top;
  }
}

/*--- common ---*/
/* section */
.section_margin {
  padding-top: 44px;
  margin-top: -44px;
}
.section_inner {
  width: var(--container-max-width);
  margin: 0 auto;
  padding-top: var(--spacing-md);
  padding-top: clamp(30px, calc(30px + (60 - 30) * ((100vw - 390px) / (1280 - 390))), 60px);
  padding-bottom: clamp(30px, calc(30px + (60 - 30) * ((100vw - 390px) / (1280 - 390))), 60px);
}
/* list */
.list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: clamp(20px, calc(20px + (50 - 20) * ((100vw - 390px) / (1280 - 390))), 50px);
}
.list--2col li {
  width: 47%;
  text-align: center;
}
/* title */
.section_catch {
  font-size: clamp(19px, calc(19px + (32 - 19) * ((100vw - 390px) / (1280 - 390))), 32px);
  font-weight: 500;
  text-align: center;
}
.vertical_wrapper {
  text-align: center;
}
div.vertical_wrapper {
  margin-bottom: var(--spacing-xs);
}
.section_catch--vertical {
  display: inline-block;
  writing-mode: vertical-rl;
  text-align-last: left;
  font-size: clamp(21px, calc(21px + (34 - 21) * ((100vw - 390px) / (1280 - 390))), 34px);
  letter-spacing: .3em;
}
.section_catch--small {
  font-size: clamp(0.875rem, 0.601rem + 1.12vw, 1.5rem);
}
.section_title {
  text-align: center;
  margin-bottom: clamp(40px, calc(40px + (60 - 40) * ((100vw - 390px) / (1280 - 390))), 60px);
  line-height: 1.2;
}
.section_title_en {
  display: block;
  font-family: var(--font-family-point);
  font-size:clamp(20px, calc(18px + (24px - 18px) * ((100vw - 390px) / (1280 - 390))), 24px);
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
}
.section_title_jp {
  position: relative;
  font-family: var(--font-family-base);
  font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 390px) / (1280 - 390))), 32px);
  font-weight: 600;
  letter-spacing: .1em;
}
.section_title_jp small{
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6em;
  line-height: 1;
  margin-left: 0.3em;
  font-size: .5em;
  font-weight: 600;
  text-indent: -2px;
}
.section_title_jp .title-sub {
  position: absolute;
  transform:translateY(-90%);
  font-size: 0.6em;
  white-space: nowrap;
}
.section_title_sub {
  font-weight: 500;
  text-align: center;
  font-size: clamp(19px, calc(18px + (32 - 19) * ((100vw - 390px) / (1280 - 390))), 32px);
  margin-bottom: var(--spacing-sm);
}
/* text */
.section_text--large {
  width: min(350px, 100%);
  margin: 0 auto;
  font-size: clamp(0.938rem, 0.844rem + 0.2vw, 1rem);
}
.textred {
     color:#F00;
}
/* animation */
.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}
.is-active.fade,
.is-active .fade {
  opacity: 1;
  visibility: visible;
}
.animation.visible-down .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 1s ease, opacity 1s ease;
}
.animation.visible-down.is-active .char {
  opacity: 1;
  transform: translateY(0);
}
/* animation - delay */
.delay li:nth-child(1) {
  transition-delay: 0s;
}
.delay li:nth-child(2) {
  transition-delay: .3s;
}
.delay li:nth-child(3) {
  transition-delay: .6s;
}
.delay li:nth-child(4) {
  transition-delay: .9s;
}
.delay li:nth-child(5) {
  transition-delay: 1.2s;
}
.delay li:nth-child(6) {
  transition-delay: 1.5s;
}
/* btn */
.btn-more{
  margin: auto;
  width: min(60%, 400px);
  border: 1px solid var(--color-primary);
}
.btn-more a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.4em 0;
  font-weight: 500;
  color: var(--color-primary);
}
.btn-more a:hover{
    color: var(--color-bg);
  background: var(--color-primary);
}
/*--- header ---*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 54px;
}
#header_inner {
  display: flex;
  justify-content: space-between;
  height: 54px;
  /*background: linear-gradient(rgb(0 0 0 / .6), transparent);*/
  position: relative;
  width: 100%;
}
#header.active #header_inner,
#header.scrolled #header_inner {
  background: none;
}
#header_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background: rgb(255 255 255 / .7);
  filter: brightness(1.75);
  backdrop-filter: var(--blur-base);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: visibility var(--transition-base), opacity var(--transition-base);
  z-index: -1;
}
#header.active #header_inner::before,
#header.scrolled #header_inner::before {
  visibility: visible;
  opacity: 1;
}
#header_logo a {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header_logo {
  /*height: clamp(54px, 6vw, 64px);*/
  width: clamp(218px, 25vw, 300px);;
  padding-top: 4px;
  margin-left: .5em;
  /*text-align: left;*/
}
#header_logo img{
  display: block;
  width: 100%;
}
#header_navi {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transition: visibility var(--transition-base), opacity var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-60px);
}
#header_navi.is-open {
  visibility: visible;
  opacity: 1;
}
#header_navi_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4em;
}
#header_navi_list li:not(#header_sp_tel) {
  width: 10em;
}
#header_navi_list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
#header_navi_list li:not(#header_sp_tel) a {
  display: block;
  border-left: 1px solid var(--color-primary);
  padding-left: 1em;
}
#header_navi_list li#header_sp_tel {
  font-size: 16px;
}
#header_navi_list li#header_sp_tel a {
  font-size: 1.25em;
}
.burger {
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: calc(var(--bar-height) * 3 + var(--bar-gap) * 2 + 28px);
  padding: 10px 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--bar-bg);
  border: none;
  z-index: 999;
}
.burger span {
  position: absolute;
  left: 50%;
  width: var(--bar-width);
  height: var(--bar-height);
  background: var(--bar-color);
  transform: translateX(-50%);
  transition: var(--transition-base);
}
.burger span:nth-child(1) {
  top: calc(50% - var(--bar-gap) - var(--bar-height));
}
.burger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.burger span:nth-child(3) {
  top: calc(50% + var(--bar-gap));
}
.burger.is-open span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#overlay {
  position: fixed;
  inset: 0;
  background: rgb(255 255 255 / .7);
  backdrop-filter: var(--blur-base);
  opacity: 0;
  visibility: hidden;
  transition: visibility var(--transition-base), opacity var(--transition-base);
}
#overlay.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/*--- main ---*/
/* mv */
main{
    padding-top: 70px;
}
#mv {
  overflow: hidden;
  position: relative;
  z-index: -1;
  margin-bottom: clamp(30px, calc(30px + (50 - 30) * ((100vw - 390px) / (1280 - 390))), 50px);
}
#mv::before{
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  max-height: 650px;
  background: url(../img/mv-bg.webp) no-repeat  0;
  top: var(--spacing-xs);;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
}
#mv .mv-inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto var(--spacing-xs);;
}
#mv_image {
  line-height: 0;
  position: relative;
  width: 70%;
  max-width: 840px;
  height: 0;
  padding-bottom: 62.22%;
  margin-left: 30%
}
#mv_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
#mv_catch_wrapper {
  position: absolute;
  bottom: 8%;
  left: 0;
  margin: 0 auto;
  padding: clamp(20px, calc(20px + (50 - 20) * ((100vw - 390px) / (1280 - 390))), 50px);

}
#mv_catch_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: min(720px, 70%);
}
#mv_catch{
  position: relative;
}
#mv_catch span:nth-of-type(2) {
  position: absolute;
  left: 0;
  width: clamp(50%, 80%, 360px);
}
#mv_catch img:first-of-type {
}
#mv_catch img:nth-of-type(2) {
}
#mv_catch-sub {
  padding: 3px 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #infomation */
#infomation .section_inner {
  width: var(--container-max-width-sm);
}
.news-item {
  display: flex;
  flex-wrap: wrap;
}

.news-item dt {
  width: 160px;
  font-weight: bold;
  color: #555;
  flex-shrink: 0;
}

.news-item dd {
  display: flex;
  flex: 1;
  gap: 1em;
  margin: 0;
}

.news-thumb img {
  width: 160px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.news-thumb {
  flex: 1;
}
.news-content {
  flex: 2;
}

.news-title {
  font-size: 1.1rem;
  margin-bottom: 0.3em;
  color: #222;
}

.news-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  /* mv */
  main{
      padding-top: 54px;
  }
  .news-item {
    flex-direction: column;
  }

  .news-item dt {
    width: auto;
    margin-bottom: 0.5em;
  }

  .news-item dd {
    flex-direction: column;
  }

  .news-thumb img {
    width: 100%;
    height: auto;
  }
}
/* #introduction */
#introduction .vertical_wrapper {
    margin-bottom: clamp(20px, calc(20px + (50 - 20) * ((100vw - 390px) / (1280 - 390))), 50px);
}
#introduction .section_catch--vertical {
  min-height: 12em;
}

/* about */
#about .section_inner{
  width: 100%;
}
.section-about {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  position: relative;
  width: 100%;
  background: url('../img/img-about.webp') center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:var(--spacing-xs) 0;
}
.about-catch{
  width: 95%;
  max-width: 1000px;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  z-index: 2;
  writing-mode: vertical-rl; 
  color: #fff;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
  text-shadow:
    0 0 3px rgba(0, 0, 0, 0.8),
    0 0 6px rgba(0, 0, 0, 0.8),
    0 0 9px rgba(0, 0, 0, 0.8),
    0 0 12px rgba(0, 0, 0, 0.6);
}
.about-catch em{
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
}
.about-block{
  margin: auto;
  width: 90%;
  max-width: 1200px;
	flex-direction: column;
}
.about-block {
	display: flex;
}
@media (max-width: 767px) {
  .about-block + .about-block{
    margin-top: var(--spacing-xs);
  }
}

@media (min-width: 768px) {
  #about .section_inner .section_inner{
    position: relative;
    margin-top: -40px;
    padding: 0;
    z-index: 1;
  }
  .about-inner{
    max-width: 840px;
    margin: auto;
  }
	.about-block {
    margin: auto;
		flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-top: -24px;
	}
  	.about-block:nth-of-type(2) {
		flex-direction: row-reverse;
		margin-bottom: 40px;
	}

	.about-block:nth-of-type(3) {
    margin-top: 0;
		justify-content: center;
		align-items: center;
	}
  .about-block figure{
    flex: 1;
  }
  .about-block p{
    flex: 2;
  }
  .about-block:nth-of-type(3) figure{
    aspect-ratio: unset;
  }
}

#about_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: var(--max-width);
  margin: 0 auto;
}
#about_list li {
  background: var(--color-accent);
  padding: clamp(30px, calc(30px + (60 - 30) * ((100vw - 767px) / (1280 - 767))), 60px);
}
.about_number {
  line-height: 0;
  text-align: center;
  margin-bottom: clamp(20px, calc(20px + (30 - 20) * ((100vw - 767px) / (1280 - 767))), 30px);
}
.about_number img {
  width: clamp(120px, calc(130px + (260 - 130) * ((100vw - 767px) / (1280 - 767))), 260px);
}

/* forpeople */
#forpeople {
  background: linear-gradient(0deg, rgb(255 255 255 / .9), rgb(255 255 255 / 0) 20%), url(../img/klp/u874klp_bg_forpeople.png) no-repeat 70% 100%;
  background-size: 192.75%;
}
#list--target {
  width: 96.46%;
  margin: 0 auto;
  margin-bottom: clamp(20px, calc(20px + (60 - 20) * ((100vw - 767px) / (1280 - 767))), 60px);
}
figcaption {
  width: 100%;
  white-space: normal;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.687rem + 0.39vw, 1rem);
  margin-top: 5px;
}
figcaption span {
  display: inline-block;
  overflow-wrap: break-word;
}
#list--problem {
  width: 69.85%;
  gap: 20px;
  margin-bottom: clamp(1.875rem, 1.601rem + 1.12vw, 2.5rem);
}
#list--problem li {
  width: calc(50% - 20px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}
#list--problem li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(255 255 255 / .9);
  filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#list--problem li > span {
  white-space: normal;
  line-height: 1.6;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: .5em;
}
#list--problem li > span span {
  display: inline-block;
  overflow-wrap: break-word;
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 769px) / (1280 - 769))), 18px);
  font-weight: 600;
}
#forpeople .section_catch {
  text-shadow: 0 0 5px var(--color-accent), 0 0 5px var(--color-accent), 0 0 5px var(--color-accent), 0 0 5px var(--color-accent), 0 0 5px var(--color-accent);
}

/* curriculum */
#curriculum .section_inner {
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-md);
}
#curriculum_list {
  width: 90%;
  margin: 0 auto var(--spacing-md);
  row-gap: clamp(40px, calc(40px + (70 - 40) * ((100vw - 390px) / (1280 - 390))), 70px);
}
#curriculum_list .vertical_wrapper {
    background: radial-gradient(circle, rgb(255 255 255 / .8), rgb(255 255 255 / .3) 30%, rgb(255 255 255 / 0) 50%);
    padding: 40px;
}
#curriculum_list .section_catch--vertical {
  font-size: clamp(22px, calc(20px + (32 - 22) * ((100vw - 767px) / (1280 - 767))), 32px);;
  font-weight: 500;
}
#curriculum_list li dt {
  filter: var(--blur-base);
}
#curriculum_list li.is-active dt {
  filter: blur(0);
  transition: filter var(--transition-base);
}
#curriculum_list dd {
  /*font-size: .875rem;*/
}
#method_list {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: normal;
}
#method_list li {
  width: calc(20% - clamp(8px, calc(8px + (16 - 8) * ((100vw - 390px) / (1280 - 390))), 16px));
  padding: 1.5em 0;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1280 - 390))), 24px);;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: var(--spacing-sm);
}
#curriculum .section_text {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 80px;
  line-height: 2rem;
  /*font-size: .875rem;*/
}

/* voices */
#voices .section_inner {
  width: 100%;
  background: url(../img/klp/u874klp_bg_voices.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-md);
}
#voices .section_title {
  color: var(--color-accent);
}
#voices .list {
  width: min(var(--max-width), 92%);
  margin: 0 auto;
  column-gap: 0;
  row-gap: 25px;
}
#voices .list li {
  background: rgb(230 235 240 / .95);
  padding: clamp(1.25rem, 0.976rem + 1.12vw, 1.875rem) clamp(1.25rem, 0.428rem + 3.37vw, 3.125rem);
}
.voices_wrapper {
  display: flex;
  justify-content: space-between;
}
.voices_image {
  width: 90px;
  text-align: center;
}
.voices_image img {
  width: 70px;
  margin: 0 auto 5px;
}
.voices_image figcaption {
  font-size: 9.3px;
  font-weight: 500;
  line-height: 1.1rem;
}
.voices_text {
  width: calc(100% - 110px);
}
.voices_title {
  font-size: clamp(1.125rem, 0.749rem + 0.78vw, 1.375rem);
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
}
.voices_text p {
  font-size: .8rem;
  line-height: 1.8;
}

/* faq */
#faq .section_inner {
  padding-top: var(--spacing-md);
}
#faqlist dt {
  width: calc(100% - 1em);
  margin: 0 auto;
  font-size: clamp(1.1rem, 0.624rem + 0.78vw, 1.25rem);
  font-weight: 600;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#faqlist dt::before {
  content: "Q.";
}
#faqlist dd {
  padding: 1.5em 1.5em 2.5em;
}
#faqlist dd:not(:last-of-type) {
  margin-bottom: 2.5em;
  border-bottom: 1px solid var(--color-primary); 
}

/* company */
#company .section_inner {
  width: 100%;
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-md);
}
#company_table {
  width: 92%;
  max-width: var(--max-width);
  margin: 0 auto;
}
#company_table tbody tr:not(:last-of-type) .company_table_wrapper {
  margin-bottom: 25px;
}
.company_table_title {
  background: var(--color-primary);
  color: var(--color-accent);
  text-align: center;
  font-size: clamp(19px, calc(19px + (20 - 19) * ((100vw - 767px) / (1280 - 767))), 20px);;
}
.company_table_title span {
  font-size: 0.8em;
}
#company_table td:empty {
  display: none;
}
.company_table_flex {
  display: flex;
  min-height: 120px;
}
.company_type {
  border: 1px solid var(--color-primary);
  margin-bottom: 1.5em;
  font-size: .875rem;
  padding: 2px;
}
.company_installments + .company_type:not(:first-of-type) {
  margin-top: 15px;
}
.company_type:not(:first-of-type) {
  margin-top: 2em;
}
.company_installments {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.company_installments {
  margin-bottom: 1.5em;
}
.company_installments .text_company_small {
  text-align: left;
  margin-bottom: 0.5em;
}
.text_company {
  font-size: 20px;
  line-height: 1;
}
.text_company_taxin {
  font-size: 0.5em;
}
.text_company_note {
  text-align: right;
  margin-top: 1.5em;
  margin-bottom: -.75em;
  font-size: .75rem;
}
.text_date {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.text_date .text_company {
  line-height: inherit;
}
#refund {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
#refund dt {
  font-size: clamp(21px, calc(21px + (24 - 21) * ((100vw - 767px) / (1280 - 767))), 24px);;
  font-weight: 500;
  margin: 2.5em 0 1em;
}
#refund dd {
  max-width: 48em;
  margin: 0 auto;
  font-size: 0.875rem;
  letter-spacing: clamp(0.125rem, 0.07rem + 0.22vw, 0.25rem);
  line-height: clamp(1.75rem, 1.673rem + 0.31vw, 1.925rem);
}
/* #pur */
#pur{
  position: relative;
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-sm) 0 0;
  
}
#pur::before{
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: url(../img/pur_bg.webp) no-repeat  0;
  background-size: cover;
  top: var(--spacing-xs);;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
}
#pur .pur-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
}
#pur ul li ol{
  margin: 0; 
  padding-left: 1.5em;
  width: 100%;
  list-style: decimal;
}
#pur ul li ol li{
  margin-left: 0.5em;
}
/* message */
#message {
}
#message .section_inner {
  margin: var(--spacing-sm) auto;
  padding: var(--spacing-sm) var(--spacing-md);
  width: min(840px, 90%);
  position: relative;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 40px rgba(158, 114, 36, 0.4);
}
#message .section_catch {
  filter: drop-shadow(0 0 5px rgb(90 100 100 / .8));
  color: #fff;
}
#message .section_text {
  /*width: min(350px, 83.18%);*/
  font-family: var(--font-family-message);
  text-align: left;
  letter-spacing: .1em;
  line-height: 2;
  margin: 0 auto clamp(4.375rem, 5.197rem + -3.37vw, 2.5rem);
}
.message_name * {
  width: 100%;
  text-align: right;
}
.message_name dt {
  letter-spacing: .1em;
}
.message_name dd {
  font-size: 1.6em;
  margin: 0 auto 1rem;
}
.message_name dd small{
  font-size: 0.8em;
}

/* overview */
#overview .section_inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
#overview_list * {
  /*font-size: .875rem;*/
}
#overview_list dt {
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: .6em .5em;
  border: 1px solid var(--color-primary);
}
#overview_list dd {
  padding: 1em 1.5em 1.5em;
  white-space: normal;
}
#overview_list dd span {
  display: inline-block;
  overflow-wrap: break-word;
}
#overview_list dd span:not(:last-of-type) {
  margin-right: .5em;
}

/* map */
#map {
  line-height: 0;
}
#map iframe {
  width: 100%;
  border: none;
  height: clamp(18.75rem, 13.272rem + 22.47vw, 31.25rem);
}

/*--- footer ---*/
#footer {
  background: linear-gradient(206deg, rgba(197, 161, 76, 1), rgba(145, 116, 15, 1));
  padding-top: clamp(40px, calc(40px + (80 - 40) * ((100vw - 767px) / (1280 - 767))), 80px);
  text-align: center;
  position: relative;
}
.footer-inner{
  width: 95%;
  max-width: 840px;
  margin: auto;
  padding-bottom: clamp(40px, calc(40px + (80 - 40) * ((100vw - 767px) / (1280 - 767))), 80px);
}
#footer_logo {
  width: clamp(248px, calc(248px + (280 - 248) * ((100vw - 767px) / (1280 - 767))), 280px);
  margin: 0 auto;
}
#footer_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#footer_logo a img {
  margin: 0;
}
#footer_info {
  width: fit-content;
  margin: 0 auto;
}
#footer_info small{
  display: block;
  font-size: 0.85em;
}
#footer_info em{
  font-size: 1.2em;
  font-weight: 700;
  font-style: normal;
}
#copyright {
  color: var(--color-fg);
  background: var(--color-bg);
  font-size: clamp(0.625rem, 0.57rem + 0.22vw, 0.75rem);
  padding: 4px 5px 16px;
}
#copyright a {
  color: var(--color-accent);
}
#footer_apply_btn {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1500;
}
#footer_apply_btn a {
  display: block;
  text-align: center;
  background: linear-gradient(#f60, #c30);
  color: var(--color-accent);
  font-size: 20px;
  border-radius: 5px;
  padding: .25em;
  box-shadow: 2px 2px 5px rgb(0 0 0 / .5);
}
#footer_apply_btn a i {
  font-size: 1.25em;
  margin-right: 0.25em;
}
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
  cursor: pointer;
  z-index: 999;
}
#pagetop.show {
  opacity: .8;
  visibility: visible;
}
#pagetop.at-bottom {
  transform: translateY(-20px);
}
#pagetop a {
  font-size: clamp(45px, calc(45px + (60 - 45) * ((100vw - 767px) / (1280 - 767))), 60px);
}

/*--- company ---*/
#company_table {
}
#company_table tr {
}
#company_table tr th,
#company_table tr td {
  padding: 1em;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
}
#company_table tr th{
      background: rgba(197, 161, 76, .3);
}
/* landscape */
@media print, screen and (max-width: 768px) and (orientation: landscape) {
  #header_navi {
  }
  #header_navi_list {
    width: 100%;
    height: calc(100vh - 100px);
    transform: translateY(10px);
    padding: 30px 0;
    overflow-y: scroll;
  }
}
/* PC */
@media print, screen and (min-width: 769px) {
  /*--- common ---*/
  /* section */
  .section_margin {
    padding-top: 80px;
    margin-top: -80px;
  }
  /* hover animation */
  a {
    transition: var(--transition-base);
  }
  a:hover {
    opacity: .5;
  }
  /* title */
  .section_title_jp .title-sub {
    left: 50%;
    transform: translateX(-175%) translateY(-80%);
    line-height: 1;
  }
  /*--- header ---*/
  .burger,
  #overlay {
    display: none;
  }
  #header,
  #header_inner,
  #header_inner::before {
    height: 70px;
    
  }
  #header_inner {
    justify-content: space-between;
  }
  #header_inner::before {
    filter: brightness(1);
  }
  #header_logo {
    /*display: flex;
    align-items: center;*/
    margin-left: 1em;
  }
  #header_logo a {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  #header_logo {
    /*width: 165px;*/
  }
  #header_navi {
    visibility: visible;
    opacity: 1;
    position: relative;
    inset: 0;
    height: 70px;
    transition: none;
    width: min(600px ,65%);
    transform: none;
  }
  #header_navi_list {
    flex-direction: row;
    justify-content: flex-end;
    margin-right: var(--spacing-xs);
    width: 100%;
    height: 100%;
    gap: .75em;
    line-height: 1.4;
  }
  #header_navi_list li:not(#header_sp_tel) {
    width: auto;
  }
  #header_navi_list li a {
    color: var(--color-primary);
    font-size: clamp(14px, calc(14px + (18 - 14) * ((100vw - 767px) / (1280 - 767))), 18px);
    letter-spacing: .25em;
    font-weight: 300;
  }
  #header_navi_list li:not(#header_sp_tel) a {
    /*border: none;*/
  }
  #header_navi_list li:not(#header_sp_tel):not(:nth-last-child(2)) a {
    padding-left: 1em;
  }
  #header_navi_list li:not(:first-child):not(:nth-last-child(2)) {
  }
  #header_navi_list li:not(#header_sp_tel):nth-child(4) {
    margin-right: 2%;
  }
  #header_navi_list li:not(#header_sp_tel):nth-last-child(2) {
    /*width: fit-content;
    height: 80px;*/
  }
  #header:not(.scrolled) #header_navi_list li:not(#header_sp_tel):not(:nth-last-child(2)) a {
    /*filter: drop-shadow(var(--shadow-elevated));*/
  }
  #header.scrolled #header_navi_list li:not(#header_sp_tel):not(:nth-last-child(2)) a {
    color: var(--color-primary);
    font-weight: 500;
  }
  #header.scrolled #header_navi_list li {
    border-left-color: var(--color-primary);
  }

  /*--- main ---*/
  /* mv */
  #mv_image {
    height: auto;
    padding-bottom: 0;
    transform: none;
  }
  #mv_image img {
    position: relative;
  }
  #mv_catch_wrapper {
    bottom: 7%;
  }
  #mv_catch {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 20px;
  }
  #mv_catch img {
  }
  #mv_catch img:first-of-type {
    /*width: min(640px, 96.11%);*/
  }
  #mv_catch img:nth-of-type(2) {
    width: min(292px, 81.11%);
  }
  #mv_catch-sub {
    padding: 10px 15px;
  }
  
  /* about */
  #about_list {
    flex-direction: row;
  }
  #about_list li {
    width: 50%;
  }

  /* company */
  #company_table {
    table-layout: fixed;
  }
  #company_table tr {
    display: table;
    width: 100%;
  }
  #company_table tr th,
  #company_table tr td{
    text-align: left;
    display: table-cell;
    background: none;
  }

  #company_table tr th{
    width: 30%;
  }
  #company_table tr td{
    width: 70%;
  }
  #company_table tbody tr:not(:last-of-type) .company_table_wrapper {
    margin-bottom: 0;
  }
  .company_table_wrapper,
  .company_table_wrapper dd {
    display: flex;
  }
  .company_table_wrapper dd {
    width: 80%;
  }
  .company_table_flex {
    width: 50%;
  }
  .company_table_flex_sp_title.sp-only {
    display: none;
  }
  .company_table_title {
    background: none;
    color: var(--color-primary);
    border-left: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
  }
  .company_table_title span {
    font-size: .6em;
  }
  .company_table_flex_sp_content {
    width: 100%;
    padding: 30px 5px 15px;
  }
  .company_type {
    width: fit-content;
    padding: 2px 1em;
    margin: 0 auto 15px;
    font-size: .75rem;
  }
  .company_installments {
    flex-direction: row;
    width: 100%;
    text-indent: .5em;
    white-space: pre;
  }
  .company_installments .text_company_taxin {
    margin-left: -0.25em;
  }
  .text_company {
    font-size: clamp(1.063rem, 0.78rem + 0.59vw, 1.25rem);
  }
  .text_company_small {
    font-size: clamp(0.625rem, 0.437rem + 0.39vw, 0.75rem);
  }

  /* pur */
  #pur .pur-list li.pur-list-num{
  width: calc(100% / 3 - 3em);
  }
  /* message */
  #message::before {
    left: clamp(-200px, calc(-200px + (100vw - 769px) * (200 / 511)), 0px);
  }
  .message_name {
    margin-right: auto;
  }
  .message_name dd {
    margin-bottom: 0;
  }
  .message_name dd small{
    margin-right: 1em;
  }

  /* apply */
  #apply_list {
    gap: 10px;
    max-width: var(--max-width);
    margin: 0 auto;
  }
  #apply_list li,
  #apply_list li:not(.apply_not_btn) {
    width: calc(50% - 5px);
    aspect-ratio: auto;
    background: var(--color-accent);
    box-shadow: none;
  }
  #apply_list li:not(.apply_not_btn) a {
    padding: 50px;
  }
  #apply_list li:not(.apply_not_btn) .apply_icon,
  .apply_not_btn .apply_icon {
    margin: 0 auto .5em;
  }
  .apply_not_btn {
    flex-direction: column;
  }
  #apply_list li:not(.apply_not_btn) p:not(.apply_icon),
  #apply_list li.apply_not_btn p:not(.apply_icon) {
    font-size: clamp(13px, calc(13px + (20 - 13) * ((100vw - 390px) / (1280 - 390))), 20px);
    line-height: 1.8;
  }
  .apply_info,
  .apply_not_btn .apply_info {
    display: block;
    font-weight: 500;
    font-size: 1.3em;
    letter-spacing: .1em;
  }
   .apply_info span {
    font-size: .7em;
   }
  .text_apply_small {
    font-size: clamp(0.625rem, 0.437rem + 0.39vw, 0.85rem);
  }

   /* overview */
   #overview_list {
    display: flex;
    flex-wrap: wrap;
   }
   #overview_list * {
   }
   #overview_list dt,
   #overview_list dd {
    padding: 2.5em 1.5em 2em;
    line-height: inherit;
   }
   #overview_list dt {
    width: 200px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: flex;
    align-items:flex-start;
    justify-content: center;
   }
   #overview_list dd {
    width: calc(100% - 200px);
    border-top: 1px solid var(--color-primary);
   }

   /*--- footer ---*/
   #footer {
   }
   .footer-inner{
    display: flex;
   }
   #footer_info {
    text-align: left;
   }
   #copyright {
    padding-bottom: 6px;
   }
   #pagetop {
    bottom: 15px;
   }
   #pagetop.at-bottom {
    transform: translateY(-15px);
   }
}