@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  box-sizing: border-box;
  color: #403325;
  position: relative;
  letter-spacing: 0.03em;
  font-size: clamp(12px, 1.2vw, 18px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

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

main {
  min-width: 320px;
  position: relative;
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 3em 0 4em;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 6em 0;
  }
}

.content_inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: min(86%, 1200px);
}

.col2_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 2em;
  margin: 0 auto;
  flex-direction: row;
  width: min(86%, 1200px);
}
@media screen and (max-width: 767px) {
  .col2_wrap {
    flex-direction: column;
  }
}
.col2_wrap .col2_item {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item {
    width: 100%;
  }
}
.col2_wrap .col2_item.img {
  width: 47%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2_item.img {
    width: 100%;
    flex: none;
  }
}

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

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body.is-open {
  overflow: hidden;
}

header {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  /*&.transform{
  	.header_pc{background-color: rgba($color: $white, $alpha: .8);}
  }*/
}
@media screen and (min-width: 969px) {
  header {
    top: 0;
    left: 0;
    right: 0;
    height: 96px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 3vw;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 969px) {
  header .header_pc {
    padding: 0 1vw;
  }
}
header .header_pc .header_item {
  display: none;
  align-items: center;
  justify-content: end;
  flex: 1;
  height: 100%;
  column-gap: 2vw;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
  flex: 1;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  justify-content: end;
}
header .header_pc .header_item .nav ul > li {
  margin-right: 0;
  align-items: center;
  display: flex;
  column-gap: 1vw;
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) {
  padding-right: 1vw;
  /*&::after{
  	content: "";
  	width: 1px;
  	height: 100%;
  	background-color: $txt-color;
  }*/
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #403325;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1.7vw, 16px);
  line-height: 1em;
}
header .header_pc .header_item .head_cta a {
  display: flex;
  flex-direction: row;
  background: #FF744A;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.5em 2.8em;
  font-size: clamp(12px, 1.6vw, 18px);
  position: relative;
  font-weight: 600;
}
header .header_pc .header_item .head_cta a span {
  color: #fff;
  flex: 1;
  text-align: center;
}
header .header_pc .header_item .head_cta a:hover span {
  color: #fff;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer {
  /* :::::: toggle button :::::: */
}
#drawer #navTgl {
  display: none;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer label[for=navTgl] {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label[for=navTgl].open {
  background-color: #FF744A;
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after {
  content: "";
}
#drawer label[for=navTgl].open::before, #drawer label[for=navTgl].open::after, #drawer label[for=navTgl].open span {
  content: "";
  position: absolute;
  top: 47%;
  right: 27%;
  width: 46%;
  border-bottom: 3px solid #fff;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer label[for=navTgl].open::before {
  transform: translateY(-8px);
}
#drawer label[for=navTgl].open::after {
  transform: translateY(8px);
}
#drawer label[for=navTgl].close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
#drawer {
  /* :::::: drawer menu :::::: */
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow-y: scroll;
}
#drawer .menu .menu_btn {
  margin-bottom: 10px;
}
#drawer .menu .menu_btn span {
  font-weight: 500;
  font-size: 14px;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0 0 30px;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 2em;
  margin: 120px 0 30px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .header_nav_block ul li {
  width: 100%;
  margin-bottom: 20px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
  text-align: center;
}
.sp_menu .header_nav_block ul li a span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
}
.sp_menu .head_cta {
  width: 80%;
  margin: 0 auto;
}
.sp_menu .head_cta a {
  display: flex;
  flex-direction: row;
  background: #FF744A;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0.8em 2.4em;
  font-size: 15px;
}
.sp_menu .head_cta a span {
  color: #fff;
  flex: 1;
  text-align: center;
}
.sp_menu .head_cta a:hover span {
  color: #fff;
}

footer {
  background: #FFEDE9;
  position: relative;
}
footer::before {
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/167;
  position: absolute;
  background-image: url(./assets/images/common/foot_bg.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
footer .footer_inner {
  color: #fff;
  padding: 5em 6% 2em;
  display: flex;
  column-gap: 80px;
  flex-direction: column;
  column-gap: 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    padding: 8em 3% 2em;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap {
  margin: 0 0 3em;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    margin: 0;
  }
}
footer .footer_inner .logo_wrap .logo {
  margin: 0 auto 1em;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .logo {
    justify-content: start;
  }
}
footer .footer_inner .logo_wrap .logo img {
  width: clamp(190px, 24vw, 338px);
}
footer .footer_inner .logo_wrap p {
  font-size: clamp(12px, 2vw, 16px);
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap p {
    text-align: start;
  }
}
footer .footer_inner .logo_wrap .cta_list_wrap {
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.8em;
}
footer .footer_inner .logo_wrap .cta_list_wrap .cta_btn {
  width: min(70%, 240px);
  font-size: clamp(12px, 1.6vw, 16px);
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: flex;
  }
}
footer .foot_nav {
  flex-direction: column;
  flex: 1;
  align-items: end;
  justify-content: space-between;
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav {
    margin-bottom: 10px;
  }
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-wrap: wrap;
    width: auto;
    flex-direction: column;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 5px;
  line-height: 2.2em;
  font-size: 15px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    display: flex;
    background-color: initial;
    margin-bottom: 1.6em;
    text-align: left;
    line-height: 1em;
  }
  footer .foot_nav .nav ul li:not(:last-of-type) {
    margin-right: min(5vw, 20px);
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(13px, 1.2vw, 15px);
  display: block;
  color: #403325;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    text-align: left;
  }
}
footer > .copy {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  background-color: #FF8C6A;
  padding: 0.8em 0;
}
@media screen and (max-width: 767px) {
  footer > .copy {
    padding: 0.8em 0 69px;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.pagetop_block .contact_sp a {
  background: #FF744A;
  padding: 1em;
  height: 60px;
  width: 100%;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block .contact_sp a span {
  letter-spacing: 0.09em;
  font-size: 16px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  flex: 1;
}
.pagetop_block .contact_sp a {
  /*&::before{
  	content: "";
  	width: 25px;
  	aspect-ratio: 1 / 0.959;
  	background-image: url("./assets/images/common/ico_mail_w.svg");
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 100% auto;
  }*/
}
.pagetop_block #pagetop {
  width: 68px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #403325;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #FF744A;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    transform: translateY(-20%);
    color: #fff;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    transform: translateY(-20%);
    color: #fff;
  }
}

.logo {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.logo img {
  width: clamp(190px, 24vw, 338px);
}

.breadcrumb_block {
  width: min(90%, 1200px);
  margin: 30px auto;
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 12px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumb_block ul li::before {
  color: #403325;
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.cta_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 969px) {
  .cta_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 0.7em;
  }
}
.cta_list_wrap .cta_btn {
  display: flex;
  flex-direction: row;
  background: #FF744A;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 999px;
  padding: 0.5em 0.8em;
  font-size: clamp(12px, 1.6vw, 18px);
  position: relative;
  font-weight: 600;
  width: min(70%, 260px);
}
.cta_list_wrap .cta_btn.line {
  background-color: #8ED96E;
}
.cta_list_wrap .cta_btn span {
  color: #fff;
  flex: 1;
  text-align: center;
}
.cta_list_wrap .cta_btn:hover span {
  color: #fff;
}

.detail_btn_wrap {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
.detail_btn_wrap.center {
  justify-content: center;
}
@media screen and (min-width: 969px) {
  .detail_btn_wrap {
    justify-content: start;
  }
}

.detail_btn {
  margin: 0;
  transition: 0.5s;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 0.5em 2.5em;
  column-gap: 1em;
  width: 100%;
  border: 2px solid #403325;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    width: auto;
  }
}
.detail_btn span {
  color: #403325;
  font-weight: 500;
  flex: 1;
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
}
.detail_btn {
  /*&::after{
  	content: "";
  	width: clamp(14px, 2vw, 18px);
  	background: url(./assets/images/common/ico_arrow_w.svg);
  	background-repeat: no-repeat;
  	background-size: 73% auto;
  	background-position: center;
  	aspect-ratio: 1 / 1;
  	position: absolute;
  	right: 4%;
  	top: 50%;
  	transform: translateY(-50%);
  }*/
}

.archive_btn_wrap {
  display: flex;
  margin-top: 2em;
}
.archive_btn_wrap.center {
  justify-content: center;
}

.archive_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  position: relative;
  color: #403325;
  column-gap: 0.2em;
}
.archive_btn span {
  letter-spacing: 0.06em;
}
.archive_btn::after {
  content: "";
  width: clamp(14px, 2vw, 18px);
  background: url(./assets/images/common/ico_arrow_b.svg);
  background-repeat: no-repeat;
  background-size: 73% auto;
  background-position: center;
  aspect-ratio: 1/1;
}

.contact_btn_list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  max-width: 760px;
  align-items: center;
  margin: 0 auto 1.6em;
}
@media screen and (min-width: 969px) {
  .contact_btn_list {
    flex-direction: row;
    column-gap: 18px;
    justify-content: center;
  }
}
.contact_btn_list.center {
  justify-content: center;
}
.contact_btn_list .archive_btn {
  flex: 1;
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

a[href*="tel:"] {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 969px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #FF744A;
  width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    width: 30px;
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #00A9D4;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

.current::before {
  color: #403325 !important;
  font-size: 16px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadein {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
}

#bnr_float {
  position: absolute;
  right: 0;
  background-color: #FF744A;
  writing-mode: vertical-rl;
  padding: 1.2em min(3vw, 20px);
  border-radius: 10px 0 0 10px;
  border: 1px solid #fff;
  margin: 0;
  z-index: 10;
  color: #fff;
  font-size: clamp(14px, 1.8vw, 21px);
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #bnr_float {
    display: none;
  }
}
#bnr_float::after {
  content: "";
  width: clamp(15px, 1.8vw, 21px);
  background-image: url(./assets/images/common/ico_arrow_bottom_w.svg);
  background-repeat: no-repeat;
  background-position: center left 56%;
  background-size: auto 70%;
  aspect-ratio: 5/8;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.section_title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 0.3em;
  margin-bottom: 2em;
}
.section_title .sub {
  font-size: clamp(11px, 2vw, 16px);
  text-transform: capitalize;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #403325;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}
.section_title .sub::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #403325;
  margin-right: 0.5em;
}
.section_title .main {
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 32px);
  color: #403325;
  line-height: 1.6em;
}
.section_title.center {
  align-items: center;
}
.section_title.center .sub::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #403325;
  margin-left: 0.5em;
}

.border_title_center {
  display: table;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 25px);
  color: #403325;
  border-bottom: 1px solid #403325;
  padding-bottom: 0.5em;
  margin: 0 auto 2em;
}

.sub_title_fill_b {
  background-color: #85B1D2;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0.4em;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 1em;
}
.sub_title_fill_b:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  margin-right: 0.5em;
}
.sub_title_fill_b span {
  vertical-align: middle;
}

p {
  font-size: clamp(14px, 1.7vw, 17px);
  text-justify: inter-ideograph;
  line-height: 1.8em;
  margin: 0;
}

ol, ul {
  text-align: left;
}

ul {
  padding-left: 1em;
  list-style-position: inside;
}
ul li::marker {
  font-size: 0.8em;
}
ul li span {
  vertical-align: top;
}

a {
  color: #403325;
}
a:hover {
  color: rgb(31.6831683168, 25.2475247525, 18.3168316832);
}

.txt_center {
  text-align: left;
}
@media screen and (min-width: 969px) {
  .txt_center {
    text-align: center;
  }
}

.note {
  display: flex;
  font-size: 0.8em;
  line-height: 1.7em;
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
  line-height: 1.7em;
}
.note.center {
  justify-content: center;
  text-align: center;
}
.note.center span {
  flex: initial;
}

.site_link {
  color: #403325;
  text-decoration: underline;
}
.site_link:hover {
  color: rgb(31.6831683168, 25.2475247525, 18.3168316832);
}

.loc_link a {
  display: inline-block;
  color: #403325;
}
.loc_link a::after {
  content: "";
  width: 1.2em;
  background-image: url(./assets/images/common/ico_loc_b.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  margin-left: 0.5em;
  display: inline-block;
  padding-right: 1.2em;
  line-height: 1em;
  font-size: 0.8em;
  aspect-ratio: 14/19;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 968px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 969px) {
  .lg_none {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .xl_none {
    display: none;
  }
}

.loading {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .loading div {
    width: 180px;
  }
}

@keyframes fv-bg {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#toppage {
  padding-top: 0;
  overflow: hidden;
}

.main_visual {
  position: relative;
  opacity: 0;
  animation: fv-bg 1s ease-out forwards;
  height: 300px;
}
.main_visual::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 200/17;
  background-image: url(./assets/images/top/wave.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 969px) {
  .main_visual {
    height: 800px;
  }
}
.main_visual .main_visual_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  background-image: url(./assets/images/top/hero01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner {
    background-image: url(./assets/images/top/hero01_sp.jpg);
  }
}
.main_visual .hero_copy_wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 1.6em;
  top: 50%;
  position: absolute;
  left: 40px;
  transform: translateY(calc(-50% + 26px));
}
@media screen and (max-width: 767px) {
  .main_visual .hero_copy_wrap {
    left: 5vw;
    gap: 1em;
  }
}
.main_visual .hero_copy_wrap .hero_copy {
  margin: 0;
  font-weight: 600;
  font-size: clamp(15px, 2.5vw, 34px);
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  justify-content: start;
  align-items: start;
  font-family: "Noto Serif JP", serif;
}
.main_visual .hero_copy_wrap .hero_copy span {
  background-color: rgba(255, 255, 255, 0.85);
  color: #403325;
  padding: 0.3em 0.5em;
}

.news_block {
  position: relative;
  padding: 3em 2em 5em;
}
.news_block .news_block_inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 2em;
  width: min(86%, 1200px);
  margin: 0 auto;
}
.news_block .news_block_inner .news_block_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.news_block .news_block_inner .news_block_head .archive_btn_wrap {
  margin: 0;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  display: flex;
}
.news_block .news_block_inner .news_block_head .archive_btn_wrap .archive_btn span {
  font-size: clamp(12px, 1.1vw, 15px);
}
.news_block .news_block_inner .article_list_wrap {
  flex-direction: row;
  justify-content: start;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .article_list_wrap {
    flex-direction: column;
  }
}
.news_block .news_block_inner .article_list_wrap .article_list {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .article_list_wrap .article_list {
    width: 100%;
  }
}
.news_block .news_block_inner .article_list_wrap .post_thumb {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.news_block .news_block_inner .article_list_wrap .posts_item_inner {
  border-bottom: none;
  padding-bottom: 0;
  flex-direction: column;
}
.news_block .news_block_inner .article_list_wrap .post_content {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: min(3%, 30px);
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 600;
  column-gap: 2em;
  margin: 0;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5em;
}
.news_block .news_block_inner .article_list_wrap .post_content:not(:last-of-type) {
  margin-bottom: 1em;
}
.news_block .news_block_inner .article_list_wrap .post_content .date {
  grid-area: date;
  width: max-content;
  color: #403325;
}
.news_block .news_block_inner .article_list_wrap .post_content dt {
  font-size: clamp(12px, 1.5vw, 15px);
}
.news_block .news_block_inner .article_list_wrap .post_content .ttl {
  grid-area: ttl;
  line-height: 1.6em;
  flex: 1;
  font-size: clamp(13px, 1.5vw, 15px);
}
.news_block .news_block_inner .article_list_wrap .post_content:hover .post_thumb {
  overflow: hidden;
}
.news_block .news_block_inner .article_list_wrap .post_content:hover .post_thumb img {
  transform: scale(1.02);
  transition: all 0.8s;
}

#about {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5em;
  background-image: url(./assets/images/common/bg_pink.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about .about_read .about_title {
  font-weight: 600;
  font-size: clamp(19px, 3vw, 33px);
  margin: 0 auto 1em;
  line-height: 1.8em;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
}
#about .about_read p {
  font-size: clamp(13px, 2vw, 20px);
}
#about .about_read .col2_item.img {
  position: relative;
}
@media screen and (max-width: 767px) {
  #about .about_read .col2_item.img {
    order: -1;
  }
}
#about .about_read .col2_item.img::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -14%;
  width: 70%;
  aspect-ratio: 656/665;
  background-image: url(./assets/images/top/about_plumeria.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about .about_read .col2_item.img::before {
    top: -7%;
    right: -10%;
    width: 60%;
  }
}
#about .about_read .col2_item.img img {
  border-radius: 999px;
  overflow: hidden;
}
#about #top_menu {
  padding: 3em 3%;
  background-color: #fff;
  border-radius: 0.5em;
  position: relative;
}
#about #top_menu .section_title {
  margin-bottom: 1em;
}
#about #top_menu .top_menu_block {
  display: flex;
  flex-direction: row;
  column-gap: 3%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #about #top_menu .top_menu_block {
    flex-direction: column;
  }
}
#about #top_menu .top_menu_block .top_menu_item .top_menu_title {
  background-color: #FFDBD0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding: 0.5em 0;
  font-size: clamp(14px, 2vw, 20px);
  margin-bottom: 0.5em;
}
#about #top_menu .top_menu_block .top_menu_item .top_menu_img {
  flex: 1;
  height: 100%;
  margin-top: 1em;
}
#about #top_menu .top_menu_bottom {
  text-align: center;
  font-size: clamp(15px, 1.5vw, 20px);
  margin-top: 2em;
}

#top_student_recruitment {
  background: #FFB59E;
  padding: 4em;
}
@media screen and (max-width: 767px) {
  #top_student_recruitment {
    padding: 2em 5%;
  }
}
#top_student_recruitment .content_inner {
  background: #fff;
  border-radius: 0.5em;
  width: min(100%, 1600px);
  padding: 3em 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_student_recruitment .content_inner {
    padding: 1.4em 4%;
  }
}
#top_student_recruitment .content_inner::before {
  content: "";
  top: -1em;
  left: -2%;
  width: 13%;
  aspect-ratio: 75/64;
  position: absolute;
  background-image: url(./assets/images/top/top_student_recruitment_plumeria_head.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #top_student_recruitment .content_inner::before {
    width: 21%;
    top: -2em;
  }
}
#top_student_recruitment .content_inner::after {
  content: "";
  bottom: -3em;
  right: -5%;
  width: 16%;
  aspect-ratio: 50/59;
  position: absolute;
  background-image: url(./assets/images/top/top_student_recruitment_plumeria_bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #top_student_recruitment .content_inner::after {
    bottom: -2em;
    right: -6%;
    width: 32%;
  }
}
#top_student_recruitment .content_inner .top_student_recruitment_title {
  background: #FF744A;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  font-size: clamp(15px, 1.8vw, 25px);
  font-weight: 600;
}
#top_student_recruitment .content_inner h3 {
  font-weight: 600;
  font-size: clamp(15px, 1.7vw, 20px);
}

#cta_block {
  background-image: url(./assets/images/common/cta_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cta_block .content_inner {
  border-radius: 10px;
  text-align: center;
  padding: 6em 0;
}
#cta_block .content_inner .section_title {
  margin-bottom: 1em;
}

#top_staff {
  padding: 0;
}
#top_staff .top_staff_wrap {
  position: relative;
  background-color: #FFEDE9;
  padding: 3em 0 4em;
}
@media screen and (min-width: 969px) {
  #top_staff .top_staff_wrap {
    padding: 6em 0 8em;
  }
}
#top_staff .top_staff_wrap .top_staff_head {
  width: min(90%, 1200px);
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#top_staff .top_staff_wrap .top_staff_head .section_title {
  margin: 0;
}
#top_staff .top_staff_wrap .top_staff_head .detail_btn_wrap {
  margin-top: 0;
  display: none;
}
@media screen and (min-width: 969px) {
  #top_staff .top_staff_wrap .top_staff_head .detail_btn_wrap {
    display: block;
  }
}
#top_staff .top_staff_wrap .splide__list .top_staff_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 1em;
  width: 310px;
  background: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_wrap .splide__list .top_staff_item {
    padding: 5vw;
  }
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_img_wrap {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 0px;
  gap: 20px;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_img_wrap {
    flex-direction: column-reverse;
  }
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_img_wrap .top_staff_item_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_img_wrap .top_staff_item_img {
    width: 100%;
  }
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_img_wrap .top_staff_item_img img {
  width: 100%;
  border-radius: 0.5em;
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_content_wrap h3 {
  font-size: clamp(15px, 1.8vw, 20px);
  border-bottom: 1px solid #403325;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1em;
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_content_wrap h3 span {
  font-size: 0.7em;
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_content_wrap h4 {
  color: #FF744A;
  font-size: clamp(13px, 1.4vw, 16px);
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_content_wrap h4 span {
  color: #403325;
}
#top_staff .top_staff_wrap .splide__list .top_staff_item .top_staff_item_content_wrap p {
  font-size: clamp(12px, 1.7vw, 15px);
}
#top_staff .top_staff_wrap > .detail_btn_wrap {
  width: 84%;
  margin: 5em auto 0;
}
@media screen and (min-width: 969px) {
  #top_staff .top_staff_wrap > .detail_btn_wrap {
    display: none;
  }
}
#top_staff {
  /* スライダー */
}
#top_staff .splide__arrow--prev {
  left: 4vw;
}
#top_staff .splide__arrow--next {
  right: 4vw;
}
#top_staff .splide__arrow--prev, #top_staff .splide__arrow--next {
  height: 4em;
  width: 4em;
}
#top_staff .top_staff_recruit_wrap {
  width: min(90%, 1200px);
  margin: 5em auto 0;
}
@media screen and (min-width: 969px) {
  #top_staff .top_staff_recruit_wrap {
    margin-top: 7em;
  }
}
#top_staff .top_staff_recruit_banner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 969px) {
  #top_staff .top_staff_recruit_banner {
    padding: 2.5em 3em;
  }
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 0%, #fff 32%, rgba(255, 255, 255, 0) 55%);
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_recruit_banner .top_staff_recruit_bg {
    position: relative;
    height: 45vw;
    max-height: 220px;
    border-radius: 0.6em;
    margin-bottom: 1.5em;
  }
  #top_staff .top_staff_recruit_banner .top_staff_recruit_bg img {
    border-radius: 0.6em;
  }
  #top_staff .top_staff_recruit_banner .top_staff_recruit_bg::after {
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 45%);
  }
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_content {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_recruit_banner .top_staff_recruit_content {
    max-width: 100%;
    padding: 0 5% 2em;
  }
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_content .top_staff_recruit_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(20px, 2.3vw, 29px);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #403325;
  margin: 0 0 0.2em;
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_content .top_staff_recruit_sub {
  font-weight: 700;
  font-size: clamp(13px, 1.6vw, 19px);
  line-height: 2.2;
  color: #403325;
  margin: 0 0 1em;
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_content .top_staff_recruit_txt {
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.7;
  color: #403325;
  margin: 0 0 1.5em;
}
#top_staff .top_staff_recruit_banner .top_staff_recruit_content .detail_btn_wrap {
  justify-content: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #top_staff .top_staff_recruit_banner .top_staff_recruit_content .detail_btn_wrap {
    justify-content: center;
  }
}

.splide__pagination {
  bottom: -3.5em !important;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -2.5em !important;
  }
}
.splide__pagination li {
  margin: 0 0.3em !important;
}
.splide__pagination .splide__pagination__page {
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide__pagination .splide__pagination__page {
    width: 1em;
    height: 1em;
  }
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #FF8C6A;
  transform: none;
}

@keyframes subMV {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.subpage {
  min-width: 320px;
  overflow: hidden;
}
.subpage .sub_main_visual {
  position: relative;
  height: clamp(220px, 40vw, 800px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .content_block {
  margin: 0 auto;
  padding: 1em 0 4em;
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 6em 0;
  }
}
.subpage .content_block .content_inner {
  width: min(86%, 1200px);
  margin: 0 auto;
  position: relative;
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}

.infopage {
  padding-top: 0;
}
.infopage .blog_content_block {
  padding: 0px 0 70px;
}
@media screen and (min-width: 969px) {
  .infopage .blog_content_block {
    padding: 2em 0 9em;
  }
}

.info_title_wrap {
  background-color: #FF8C6A;
  padding: 8em 0 3em;
}
@media screen and (min-width: 969px) {
  .info_title_wrap {
    padding: 10em 0 3em;
  }
}
.info_title_wrap .info_title_inner {
  margin: 0 auto;
  width: min(90%, 1200px);
}
.info_title_wrap .info_title_inner .posts_date {
  color: #fff;
}
.info_title_wrap .info_title_inner .info_title {
  color: #fff;
  margin: 0;
  font-size: clamp(12px, 3vw, 19px);
  line-height: 1.6em;
}

.page404 {
  padding-top: 56px;
}
@media screen and (min-width: 969px) {
  .page404 {
    padding-top: 96px;
  }
}
.page404 .sub_title_fill_g {
  margin: 0 auto 1em;
}

#page_about .sub_main_visual {
  background-image: url(./assets/images/sub/about_hero.jpg);
}
#page_about .about_greeting {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 0 3em;
}
@media screen and (min-width: 969px) {
  #page_about .about_greeting {
    padding: 2em 0 4em;
  }
}
#page_about .about_greeting .about_greeting_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5em;
  margin-bottom: 2em;
}
#page_about .about_greeting .about_greeting_head img {
  width: clamp(45px, 9vw, 130px);
}
#page_about .about_greeting .about_greeting_head .about_greeting_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 29px);
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #403325;
  text-align: center;
}
#page_about .about_greeting .about_greeting_txt p {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.8;
  margin-bottom: 1.2em;
  text-align: left;
}
@media screen and (min-width: 969px) {
  #page_about .about_greeting .about_greeting_txt p {
    text-align: center;
  }
}
#page_about .about_greeting .about_greeting_txt p:last-child {
  margin-bottom: 0;
}
#page_about .about_greeting .about_greeting_sign {
  font-weight: 700;
  text-align: center;
  margin-top: 1.5em;
  font-size: clamp(14px, 1.6vw, 18px);
}
#page_about #company_philosophy {
  position: relative;
  text-align: center;
  padding: 3em 5%;
  margin-top: 1em;
  background-image: url(./assets/images/common/bg_pink.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.5em;
}
@media screen and (min-width: 969px) {
  #page_about #company_philosophy {
    padding: 4em;
  }
}
#page_about #company_philosophy .border_title_center {
  margin: 0 auto 2em;
}
#page_about #company_philosophy .philosophy_list_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
#page_about #company_philosophy .philosophy_list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 9px;
  padding: 1.5em 2em;
  display: inline-block;
  text-align: left;
}
#page_about #company_philosophy .philosophy_list li {
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 2.1;
  color: #403325;
}
#page_about #company_philosophy .philosophy_txt {
  font-size: clamp(13px, 1.5vw, 17px);
  line-height: 1.8;
}
#page_about #top_info {
  margin-top: 2em;
}
#page_about #top_info .border_title_center {
  margin: 0 auto 2em;
}
#page_about .about_official_cta {
  background: #FF744A;
  border-radius: 10px;
  padding: 2.5em 1.5em;
  text-align: center;
  margin-top: 3em;
}
@media screen and (min-width: 969px) {
  #page_about .about_official_cta {
    padding: 3em 2em;
  }
}
#page_about .about_official_cta p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 20px);
}
#page_about .about_official_cta .detail_btn_wrap {
  justify-content: center;
  margin-top: 1em;
}
#page_about .about_official_cta .detail_btn {
  border: none;
  width: auto;
}
#page_about .about_official_cta .detail_btn span {
  color: #FF744A;
}
#page_about #about_info {
  position: relative;
  width: min(94%, 930px);
  margin: 7em auto 5em;
}
#page_about #about_info .info_table {
  margin: 4em 0;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table {
    margin: 4em 0 0;
  }
}
#page_about #about_info .info_table .company-table {
  margin: 0 auto;
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(13px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .company-table > dl:not(.access_list) {
    flex-direction: column;
  }
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dt {
  margin: 0;
  font-weight: 600;
  width: 12em;
  padding: 0 0.5em;
  color: #403325;
  border-bottom: 1px solid #403325;
  padding-bottom: 1em;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .company-table > dl:not(.access_list) > dt {
    background-color: #FF8C6A;
    margin-bottom: 0.5em;
    padding: 0.2em 0.4em;
    border-bottom: 0;
    width: 100%;
    text-align-last: left;
    color: #fff;
  }
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dd {
  margin: 0;
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0.5em;
  padding-bottom: 1em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .company-table > dl:not(.access_list) > dd {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dd ul {
  padding: 0;
  margin: 0;
  counter-reset: num;
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dd ul li {
  display: flex;
  align-items: center;
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dd ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
#page_about #about_info .info_table .company-table > dl:not(.access_list) > dd ul li::before {
  content: "・";
  color: #403325;
  font-size: 1.2em;
  line-height: 1em;
}
#page_about #about_info .info_table .company-table > dl.access_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(13px, 1.2vw, 16px);
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .company-table > dl.access_list {
    flex-direction: column;
  }
}
#page_about #about_info .info_table .company-table > dl.access_list > dt {
  margin: 0;
  font-weight: 600;
  width: 12em;
  padding: 0 0.5em;
  color: #403325;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .company-table > dl.access_list > dt {
    background-color: #FF8C6A;
    margin-bottom: 0.5em;
    padding: 0.2em 0.4em;
    width: 100%;
    text-align-last: left;
    color: #fff;
  }
}
#page_about #about_info .info_table .company-table > dl.access_list > dd {
  margin: 0;
  padding: 0 0.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
#page_about #about_info .info_table .company-table > dl.access_list > dd p {
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.8;
}
#page_about #about_info .info_table .company-table > dl.access_list > dd strong {
  font-weight: 700;
}
#page_about #about_info .info_table .top_info_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin: 2em auto;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table .top_info_photo {
    flex-direction: column;
    width: 80%;
    margin: 3em auto 3em;
  }
}
#page_about #about_info .info_table .top_info_photo img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_about #about_info .info_table iframe {
    height: 200px;
  }
}

#page_recruit .sub_main_visual {
  background-image: url(./assets/images/sub/recruit_hero.jpg);
}
#page_recruit .recruit_greeting {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1em 0 3em;
}
@media screen and (min-width: 969px) {
  #page_recruit .recruit_greeting {
    padding: 2em 0 4em;
  }
}
#page_recruit .recruit_greeting img {
  width: clamp(45px, 9vw, 130px);
  margin-bottom: 0.5em;
}
#page_recruit .recruit_greeting .recruit_greeting_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 33px);
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #403325;
  margin-bottom: 0.8em;
}
#page_recruit .recruit_greeting .recruit_greeting_txt p {
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.8;
}
#page_recruit #recruit_info {
  position: relative;
  width: min(94%, 930px);
  margin: 2em auto 5em;
}
#page_recruit #recruit_info .border_title_center {
  margin: 0 auto 2em;
}
#page_recruit #recruit_info .info_table {
  margin: 0 0 3em;
}
#page_recruit #recruit_info .info_table .company-table {
  margin: 0 auto;
}
#page_recruit #recruit_info .info_table .company-table dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(13px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_info .info_table .company-table dl {
    flex-direction: column;
  }
}
#page_recruit #recruit_info .info_table .company-table dl dt {
  margin: 0;
  font-weight: 600;
  width: 12em;
  padding: 0 0.5em;
  color: #403325;
  border-bottom: 1px solid #403325;
  padding-bottom: 1em;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_info .info_table .company-table dl dt {
    background-color: #FF8C6A;
    margin-bottom: 0.5em;
    padding: 0.2em 0.4em;
    border-bottom: 0;
    width: 100%;
    text-align-last: left;
    color: #fff;
  }
}
#page_recruit #recruit_info .info_table .company-table dl dd {
  margin: 0;
  border-bottom: 1px solid #C8C8C8;
  padding: 0 0.5em;
  padding-bottom: 1em;
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page_recruit #recruit_info .info_table .company-table dl dd {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#page_recruit #recruit_info .recruit_cta {
  background: #FF744A;
  border-radius: 10px;
  padding: clamp(30px, 5vw, 40px) 1.5em;
  text-align: center;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_lead {
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 1.6vw, 20px);
  margin-bottom: 0.8em;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_tel img {
  width: clamp(24px, 3vw, 42px);
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_tel a {
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 47px);
  letter-spacing: 0.02em;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_hours {
  color: #fff;
  font-size: clamp(13px, 1.6vw, 18px);
  margin-bottom: 1.5em;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 63px;
  padding: 0.9em 2.5em;
}
#page_recruit #recruit_info .recruit_cta .recruit_cta_btn span {
  color: #FF744A;
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 20px);
}

#page_service .sub_main_visual {
  background-image: url(./assets/images/sub/service_hero.jpg);
}
#page_service .service_lead {
  text-align: center;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.8;
}
#page_service .service_option_cta {
  text-align: center;
  margin-top: 2em;
}
#page_service .service_option_cta p {
  font-size: clamp(14px, 1.6vw, 20px);
}
#page_service .service_option_cta .cta_list_wrap {
  margin-top: 1em;
}
#page_service .service_menu_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  margin-top: 3em;
}
@media screen and (min-width: 969px) {
  #page_service .service_menu_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
#page_service .service_menu_item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  padding: 15px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
@media screen and (min-width: 969px) {
  #page_service .service_menu_item.no_img {
    align-self: stretch;
  }
}
#page_service .service_menu_item .service_menu_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.3em;
}
#page_service .service_menu_item .service_menu_content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
}
#page_service .service_menu_item .service_menu_title {
  background-color: #FFDBD0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 20px);
  padding: 0.4em 0.8em;
  color: #403325;
}
#page_service .service_menu_item .service_menu_body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0 10px;
}
#page_service .service_menu_item .service_menu_body p {
  font-size: clamp(14px, 1.6vw, 17px);
}
#page_service .service_menu_item .service_menu_body .service_note {
  font-weight: 700;
  letter-spacing: 0.05em;
}
#page_service .service_price_table .tax_note {
  text-align: right;
  font-weight: 700;
  font-size: clamp(11px, 1.2vw, 12px);
  margin-bottom: 5px;
}
#page_service .top_menu_wrap {
  border-style: solid;
  border-color: #C8C8C8;
  border-width: 1px 0;
}
#page_service .top_menu_wrap .top_menu_item_wrap {
  margin: 0;
  padding: 0.5em 0;
}
#page_service .top_menu_wrap .top_menu_item_wrap:not(:last-of-type) {
  border-bottom: 1px solid #C8C8C8;
}
#page_service .top_menu_wrap .top_menu_item.line {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to right, transparent 5px, #403325 1px);
  background-size: 6px 1px;
  background-position: 0 50%;
  background-repeat: repeat-x;
}
#page_service .top_menu_wrap .top_menu_item dd {
  margin: 0;
  padding-left: 0.6em;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: 0.05em;
}
#page_service .top_menu_wrap .top_menu_item dt {
  padding-right: 0.6em;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#page_service .top_menu_wrap .top_menu_item dt, #page_service .top_menu_wrap .top_menu_item dd {
  background-color: #fff;
}

#page_school .sub_main_visual {
  background-image: url(./assets/images/sub/school_hero.jpg);
}
#page_school .school_cta_wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 5vw, 50px);
}
#page_school .school_cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF744A;
  border-radius: 999px;
  padding: clamp(0.8em, 2vw, 1.1em) clamp(1.5em, 4vw, 2.6em);
}
#page_school .school_cta_btn span {
  color: #fff;
  font-weight: 700;
  font-size: clamp(15px, 2vw, 26px);
}
#page_school .school_cta_btn:hover span {
  color: #fff;
}
#page_school .school_intro .school_intro_lead {
  background: #FF744A;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 25px);
  letter-spacing: 0.05em;
  padding: 0.6em 1em;
  margin-bottom: clamp(20px, 4vw, 30px);
}
#page_school .school_intro .school_intro_body {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}
#page_school .school_intro .school_intro_body .school_intro_txt {
  flex: 1 1 400px;
  min-width: 0;
}
#page_school .school_intro .school_intro_body .school_intro_txt .school_intro_head {
  border-bottom: 1px solid #403325;
  padding-bottom: clamp(10px, 2vw, 20px);
  margin-bottom: clamp(10px, 2vw, 20px);
}
#page_school .school_intro .school_intro_body .school_intro_txt .school_intro_head .school_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFEEE9;
  border: 1px solid #FF744A;
  border-radius: 4px;
  padding: 0.2em 0.8em;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
  margin-bottom: 0.6em;
}
#page_school .school_intro .school_intro_body .school_intro_txt .school_intro_head .school_intro_title {
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 23px);
  line-height: 1.7;
}
#page_school .school_intro .school_intro_body .school_intro_txt p {
  font-size: clamp(14px, 1.8vw, 20px);
}
#page_school .school_intro .school_intro_body .school_intro_img {
  flex: 1 1 400px;
  min-width: 0;
}
#page_school .school_intro .school_intro_body .school_intro_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5em;
}
#page_school .school_intro .school_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 10px);
  margin-top: clamp(30px, 5vw, 50px);
}
@media screen and (max-width: 767px) {
  #page_school .school_intro .school_tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page_school .school_intro .school_tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  background: #FFEDE9;
  border-radius: 5px;
  padding: 0.4em 1em;
  font-weight: 700;
  font-size: clamp(13px, 1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  #page_school .school_intro .school_tags span {
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
  }
}
#page_school .school_intro .school_tags span::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  background-image: url(./assets/images/common/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#page_school #school_feature {
  background: #FFB59E;
  padding: clamp(30px, 6vw, 50px) 0 clamp(50px, 8vw, 80px);
}
#page_school #school_feature .border_title_center {
  margin: 0 auto 1em;
}
#page_school #school_feature .school_feature_lead {
  text-align: center;
  font-size: clamp(15px, 1.8vw, 20px);
  margin-bottom: clamp(20px, 3vw, 30px);
}
#page_school #school_feature .school_feature_lead strong {
  font-weight: 700;
}
#page_school #school_feature .school_feature_grid {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 30px);
}
@media screen and (max-width: 767px) {
  #page_school #school_feature .school_feature_grid {
    flex-wrap: wrap;
  }
}
#page_school #school_feature .school_feature_card {
  background: #fff;
  border-radius: 0.5em;
  padding: clamp(20px, 3vw, 30px);
  flex: 1 1 min(100%, 300px);
  max-width: 100%;
}
@media screen and (min-width: 969px) {
  #page_school #school_feature .school_feature_card {
    max-width: 31%;
  }
}
#page_school #school_feature .school_feature_card:first-of-type {
  position: relative;
}
#page_school #school_feature .school_feature_card:first-of-type::before {
  content: "";
  bottom: -1.8em;
  left: -10%;
  width: 40%;
  aspect-ratio: 50/43;
  position: absolute;
  background-image: url(./assets/images/sub/school_feature_plumeria01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page_school #school_feature .school_feature_card:first-of-type::before {
    width: 33%;
    bottom: auto;
    top: -20px;
    left: auto;
    right: -20px;
    transform: rotate(179deg);
  }
}
#page_school #school_feature .school_feature_card:last-of-type {
  position: relative;
}
#page_school #school_feature .school_feature_card:last-of-type::before {
  content: "";
  top: -1.8em;
  right: -8%;
  width: 30%;
  aspect-ratio: 40/29;
  position: absolute;
  background-image: url(./assets/images/sub/school_feature_plumeria02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #page_school #school_feature .school_feature_card:last-of-type::before {
    width: 21%;
    top: auto;
    bottom: -3em;
    right: auto;
    left: -3em;
    transform: rotate(-165deg);
  }
}
#page_school #school_feature .school_feature_card .school_feature_img img {
  width: 100%;
  aspect-ratio: 357/268;
  object-fit: cover;
  border-radius: 0.3em;
  margin-bottom: clamp(12px, 2vw, 20px);
}
#page_school #school_feature .school_feature_card h3 {
  border-bottom: 1px solid #403325;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 20px);
}
#page_school #school_feature .school_feature_card p {
  font-size: clamp(13px, 1.4vw, 15px);
}
#page_school #school_about {
  padding: 6em 0 4em;
}
#page_school #school_about .border_title_center {
  margin: 0 auto clamp(20px, 3vw, 40px);
}
#page_school #school_about .school_about_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
}
#page_school #school_about .school_about_row:not(:first-of-type) {
  margin-top: clamp(30px, 5vw, 60px);
}
#page_school #school_about .school_about_row.reverse {
  flex-direction: row-reverse;
}
#page_school #school_about .school_about_row .school_about_img {
  flex: 1 1 400px;
  min-width: 0;
}
#page_school #school_about .school_about_row .school_about_img img {
  width: 100%;
  aspect-ratio: 430/320;
  object-fit: cover;
  border-radius: 0.5em;
}
#page_school #school_about .school_about_row .school_about_content {
  flex: 1 1 400px;
  min-width: 0;
}
#page_school #school_about .school_about_row .school_about_content h3 {
  color: #FF744A;
  border-bottom: 1px solid #403325;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 23px);
  line-height: 1.6;
}
#page_school #school_about .school_about_row .school_about_content p {
  font-size: clamp(13px, 1.4vw, 18px);
}
#page_school #school_curriculum {
  background: #FFEDE9;
  padding: clamp(50px, 8vw, 100px) 0 clamp(30px, 5vw, 50px);
}
#page_school #school_curriculum .border_title_center {
  margin: 0 auto 0.5em;
}
#page_school #school_curriculum .school_curriculum_lead {
  text-align: center;
  font-size: clamp(15px, 1.8vw, 20px);
  margin-bottom: clamp(20px, 3vw, 30px);
}
#page_school .school_course_list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 3vw, 30px);
}
#page_school .school_course_card {
  background: #fff;
  border-radius: 0.5em;
  padding: clamp(15px, 3vw, 30px);
}
#page_school .school_course_card .school_course_title {
  background: #FFDBD0;
  padding: 0.3em 0.8em;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 23px);
  margin-bottom: clamp(15px, 2vw, 20px);
}
#page_school .school_course_card .school_course_body {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(10px, 2vw, 15px);
}
#page_school .school_course_card .school_course_body .school_course_info {
  flex: 2 1 400px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: clamp(6px, 1vw, 10px);
}
#page_school .school_course_card .school_course_body .school_course_img {
  flex: 1 1 42%;
  min-width: 0;
}
#page_school .school_course_card .school_course_body .school_course_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.3em;
}
#page_school .school_course_card .school_course_row {
  display: flex;
  align-items: baseline;
  column-gap: 0.6em;
  padding-top: 0.4em;
}
#page_school .school_course_card .school_course_row:first-child {
  padding-top: 0;
}
#page_school .school_course_card .school_course_row .label {
  flex: 0 0 auto;
  min-width: 5.5em;
  color: #FF744A;
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 16px);
}
#page_school .school_course_card .school_course_row .value {
  color: #FF744A;
  font-weight: 700;
  font-size: clamp(13px, 1.4vw, 16px);
}
#page_school .school_course_card .school_course_sub {
  margin-top: clamp(10px, 2vw, 15px);
}
#page_school .school_course_card .school_course_sub h4 {
  border-bottom: 1px solid #403325;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 22px);
}
#page_school .school_course_card .school_course_sub p {
  font-size: clamp(13px, 1.4vw, 18px);
}
#page_school .school_course_card .school_course_txt {
  margin-top: clamp(10px, 2vw, 15px);
  font-size: clamp(13px, 1.4vw, 18px);
}
#page_school #school_voice {
  background: #FFB59E;
  padding: clamp(50px, 8vw, 100px) 0 60px;
}
#page_school #school_voice .content_inner {
  width: 100%;
}
#page_school #school_voice .border_title_center {
  margin: 0 auto clamp(20px, 3vw, 30px);
}
#page_school #school_voice .school_voice_slider .splide__track {
  overflow: visible;
}
#page_school #school_voice .school_voice_slider .splide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 3vw, 30px);
}
#page_school #school_voice .school_voice_slider .splide__list .school_voice_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(20px, 3vw, 30px);
  gap: 1em;
  width: 310px;
  background: #fff;
  border-radius: 0.5em;
}
#page_school #school_voice .school_voice_slider .splide__list .school_voice_item .school_voice_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #FFE7E0;
  border-radius: 0.5em;
  aspect-ratio: 400/340;
}
#page_school #school_voice .school_voice_slider .splide__list .school_voice_item .school_voice_photo span {
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 17px);
  padding: 0 1em;
}
#page_school #school_voice .school_voice_slider .splide__list .school_voice_item .school_voice_content h3 {
  border-bottom: 1px solid #403325;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 22px);
}
#page_school #school_voice .school_voice_slider .splide__list .school_voice_item .school_voice_content p {
  font-size: clamp(13px, 1.4vw, 15px);
}
#page_school #school_voice .school_voice_slider {
  /* 発動前（マウント前）は矢印を隠す */
}
#page_school #school_voice .school_voice_slider .splide__arrows {
  display: none;
}
#page_school #school_voice .school_voice_slider {
  /* スライダー化した場合のみ左詰め＆overflow制御・矢印表示 */
}
#page_school #school_voice .school_voice_slider.is-initialized .splide__track {
  overflow: hidden;
}
#page_school #school_voice .school_voice_slider.is-initialized .splide__list {
  flex-wrap: nowrap;
  /* justify-content: centerはSplideのtranslateX計算とズレるため実スライド中は付けない */
  justify-content: flex-start;
}
#page_school #school_voice .school_voice_slider.is-initialized .splide__arrows {
  display: block;
}
#page_school #school_voice .school_voice_slider.is-initialized {
  /* 前後どちらにも移動できない（＝実質スライドしない）場合のみ矢印を隠し、リストを中央寄せ */
}
#page_school #school_voice .school_voice_slider.is-initialized:has(.splide__arrow--prev:disabled):has(.splide__arrow--next:disabled) .splide__arrows {
  display: none;
}
#page_school #school_voice .school_voice_slider.is-initialized:has(.splide__arrow--prev:disabled):has(.splide__arrow--next:disabled) .splide__list {
  justify-content: center;
  margin: 0 auto;
}
#page_school #school_voice .school_voice_slider {
  /* スライダー */
}
#page_school #school_voice .school_voice_slider .splide__arrow--prev {
  left: 4vw;
}
#page_school #school_voice .school_voice_slider .splide__arrow--next {
  right: 4vw;
}
#page_school #school_voice .school_voice_slider .splide__arrow--prev, #page_school #school_voice .school_voice_slider .splide__arrow--next {
  height: 4em;
  width: 4em;
}
#page_school #school_support {
  position: relative;
  text-align: center;
  padding: 6em 0 4em;
  background-image: url(./assets/images/sub/school_support_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
#page_school #school_support .school_support_lead {
  font-size: clamp(15px, 1.8vw, 20px);
  margin-bottom: clamp(20px, 3vw, 30px);
}
#page_school .school_support_card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5em;
  box-shadow: 0 8px 19px 0 rgba(0, 0, 0, 0.11);
  padding: clamp(20px, 4vw, 40px);
  text-align: center;
}
#page_school .school_support_card:not(:last-of-type) {
  margin-bottom: clamp(20px, 4vw, 50px);
}
#page_school .school_support_card .school_support_title {
  color: #FF744A;
  border-bottom: 1px solid #403325;
  padding-bottom: 0.4em;
  margin: 0 auto clamp(15px, 2vw, 20px);
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 27px);
  max-width: 580px;
}
#page_school .school_support_card p {
  font-size: clamp(14px, 1.6vw, 18px);
}
#page_school .school_support_card p:not(:last-child) {
  margin-bottom: 1em;
}

#page_staff .sub_main_visual {
  background-image: url(./assets/images/sub/staff_hero.jpg);
}
#page_staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: clamp(20px, 3vw, 30px);
  padding: clamp(30px, 5vw, 50px) 0;
}
#page_staff .staff_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: clamp(14px, 2vw, 20px);
  padding: clamp(20px, 4vw, 30px);
  flex: 1 1 min(100%, 280px);
  max-width: 400px;
  background: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_staff .staff_card {
    max-width: 100%;
  }
}
#page_staff .staff_card .staff_card_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_staff .staff_card .staff_card_img {
    width: 80%;
    margin: 0 auto;
  }
}
#page_staff .staff_card .staff_card_img img {
  width: 100%;
  aspect-ratio: 164/219;
  object-fit: cover;
  border-radius: 0.5em;
}
#page_staff .staff_card .staff_card_content {
  width: 100%;
}
#page_staff .staff_card .staff_card_content h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  border-bottom: 1px solid #403325;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.4em;
}
#page_staff .staff_card .staff_card_content h3 span {
  font-size: 0.8em;
}
#page_staff .staff_card .staff_card_content h4 {
  color: #FF744A;
  font-size: clamp(14px, 1.5vw, 17px);
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
#page_staff .staff_card .staff_card_content h4 span {
  color: #403325;
}
#page_staff .staff_card .staff_card_content p {
  font-size: clamp(13px, 1.6vw, 15px);
}

#page_option .sub_main_visual {
  background-image: url(./assets/images/sub/option_hero.jpg);
}
#page_option .option_category {
  margin-top: 3em;
  text-align: center;
}
#page_option .option_category:first-of-type {
  margin-top: 0;
}
#page_option .option_category .border_title_center {
  margin: 0 auto 1.5em;
}
#page_option .option_menu_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  text-align: left;
}
@media screen and (min-width: 969px) {
  #page_option .option_menu_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}
#page_option .option_item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 15px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
#page_option .option_item_title {
  background-color: #FFDBD0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(16px, 1.8vw, 20px);
  padding: 0.4em 0.8em;
  color: #403325;
}
#page_option .option_item_title.has_note {
  padding: 0.4em 0.8em;
}
#page_option .option_item_title.has_note .main {
  font-size: clamp(16px, 1.8vw, 20px);
  margin: 0;
}
#page_option .option_item_title.has_note .note {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(12px, 1.3vw, 16px);
  margin: 0;
}
#page_option .option_item_body {
  padding: 0 10px;
}
#page_option .option_item_body .tax_note {
  text-align: right;
  font-weight: 700;
  font-size: clamp(11px, 1.2vw, 12px);
  margin-bottom: 5px;
}
#page_option .option_item_body .option_price {
  text-align: right;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 17px);
  letter-spacing: 0.05em;
  padding-top: 5px;
  border-top: 1px solid #C7C7C7;
  margin: 0;
}

#page_privacy .sub_title_fill_n {
  margin-bottom: 1em;
}

#page_contact .company_field, #page_confirm .company_field, #page_recruit .company_field {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
#page_contact .company_field.is-show, #page_confirm .company_field.is-show, #page_recruit .company_field.is-show {
  display: flex;
  opacity: 1;
}
#page_contact .w90, #page_confirm .w90, #page_recruit .w90 {
  width: min(90%, 940px);
  margin: 0 auto;
  font-size: 0.8em;
}
#page_contact fieldset, #page_confirm fieldset, #page_recruit fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#page_contact .form_wrap, #page_confirm .form_wrap, #page_recruit .form_wrap {
  margin: 4em auto 0;
  background: #fff;
  padding: 3em 2em;
  border-radius: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_contact .form_wrap, #page_confirm .form_wrap, #page_recruit .form_wrap {
    padding: 1em;
  }
}
#page_contact .form_wrap .reservation_note_wrap p, #page_confirm .form_wrap .reservation_note_wrap p, #page_recruit .form_wrap .reservation_note_wrap p {
  font-size: 1em;
}
#page_contact .contact_note_wrap, #page_confirm .contact_note_wrap, #page_recruit .contact_note_wrap {
  width: min(100%, 940px);
  margin: 2em auto;
}
#page_contact .privacy-consent, #page_confirm .privacy-consent, #page_recruit .privacy-consent {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_contact .privacy-consent .wpcf7-form-control-wrap, #page_confirm .privacy-consent .wpcf7-form-control-wrap, #page_recruit .privacy-consent .wpcf7-form-control-wrap {
  text-align: center;
}
#page_contact .privacy-consent .text_link, #page_confirm .privacy-consent .text_link, #page_recruit .privacy-consent .text_link {
  color: #403325;
  text-decoration: underline;
}
#page_contact .privacy-consent .wpcf7-list-item, #page_confirm .privacy-consent .wpcf7-list-item, #page_recruit .privacy-consent .wpcf7-list-item {
  margin: 0;
}
#page_contact .txt_center, #page_confirm .txt_center, #page_recruit .txt_center {
  text-align: center;
}

.label_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 969px) {
  .label_wrap {
    max-width: calc(100% - 14em);
  }
}
.label_wrap .wpcf7-form-control-wrap {
  margin-right: 5px;
  width: 100%;
  flex: 1;
  display: inline-block;
}
.label_wrap .wpcf7-form-control-wrap:not(:first-of-type) {
  margin-left: 10px;
}
.label_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: min(4vw, 20px);
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .label_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 16px;
  }
}
.label_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}
.label_wrap .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  justify-content: center;
}

.wpcf7 {
  margin: 0 auto;
  width: min(96%, 900px);
}
.wpcf7 .wpcf7-response-output {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FF9575;
  font-size: 13px;
}
.wpcf7 .form_row {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    flex-direction: row;
  }
  .wpcf7 .form_row:not(.mb10) {
    margin-bottom: 40px;
  }
}
.wpcf7 .form_row .form_item.textarea {
  width: 100%;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row .form_item.textarea {
    width: 14em;
  }
  .wpcf7 .form_row .form_item.textarea label {
    margin: 0;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  text-align: center;
}
.wpcf7 .btn_submit_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
  row-gap: 2em;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  .wpcf7 .btn_submit_wrap {
    flex-direction: column;
  }
}
.wpcf7 .btn_submit_wrap .btn_submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  font-size: 1.125em;
  width: 100%;
  font-weight: 700;
  background: linear-gradient(to right, #37B3CE 0%, #3AA8DF 70%);
  width: 374px;
  margin: 0 auto;
  transition: all 0.3s;
  padding: 0 0.5em 0 calc(clamp(15px, 2.2vw, 21px) + 0.5em);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .btn_submit_wrap .btn_submit {
    width: 100%;
  }
}
.wpcf7 .btn_submit_wrap .btn_submit input {
  padding: 14px 0;
  width: 100%;
  background: inherit;
  border: none;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.07em;
  border-radius: 999px;
}
.wpcf7 .btn_submit_wrap .btn_submit:hover span::after {
  right: 10px;
}
.wpcf7 .btn_submit_wrap .btn_submit .wpcf7-spinner {
  display: none;
}
.wpcf7 .btn_submit_wrap .btn_submit::after {
  content: "";
  width: 19px;
  background: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 73% auto;
  background-position: center;
  aspect-ratio: 1/1;
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 500;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #9b9b9b;
}
.wpcf7 .wpcf7-file {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-file {
    font-size: 12px;
  }
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #403325;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #F48D84;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  border-radius: 2px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

input[name=birth_year] {
  width: 150px;
}

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

#page_confirm .wpcf7 label {
  margin-bottom: 0;
}
#page_confirm .form_row {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.archivepage {
  padding-top: 56px;
}
@media screen and (min-width: 969px) {
  .archivepage {
    padding-top: 96px;
  }
}
.archivepage .post_thumb {
  border: 1px solid #DEDEDE;
}

.posts_item_list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 969px) {
  .posts_item_list {
    row-gap: 50px;
  }
}
.posts_item_list a:hover .post_thumb img {
  transform: scale(1.02);
}
.posts_item {
  width: min(90%, 400px);
  margin: 0 auto 35px;
}
@media screen and (min-width: 969px) {
  .posts_item {
    width: 100%;
  }
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
  text-align: left;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 390px;
  aspect-ratio: 161/97;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  transform: scale(1);
  transition: transform 0.8s ease;
  object-fit: cover;
  height: 100%;
}
.posts_date {
  color: #403325;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #403325;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 0 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #403325;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

.blog_content_block {
  width: min(86%, 900px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 3em 0 9em;
  }
}
.blog_content_block .posts_wrapper {
  text-align: left;
}

.archive_content_block {
  width: min(86%, 980px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .archive_content_block {
    padding: 1em 0 9em;
  }
}
.archive_content_block .posts_wrapper {
  text-align: left;
}
.archive_content_block > .pagination {
  display: none;
}
@media screen and (min-width: 969px) {
  .archive_content_block > .pagination {
    display: flex;
  }
}

#posts_wrapper {
  display: flex;
  flex-direction: column;
  column-gap: min(3vw, 50px);
  align-items: start;
}
@media screen and (min-width: 969px) {
  #posts_wrapper {
    flex-direction: row;
  }
}

.article_list_wrap {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 1.5em;
  color: #403325;
  flex-direction: column;
  align-items: stretch;
  width: min(100%, 1200px);
}
.article_list_wrap .posts_item_inner {
  align-items: center;
}
.article_list_wrap .pagination {
  display: flex;
}
@media screen and (min-width: 969px) {
  .article_list_wrap .pagination {
    display: none;
  }
}

.post_content {
  padding: 0;
  list-style: none;
  column-gap: min(3%, 30px);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
  gap: 0.7em;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  justify-content: start;
  grid-template-areas: "date cat" "ttl ttl";
}
.post_content .date {
  grid-area: date;
  width: max-content;
  color: #FF744A;
}
.post_content .ttl {
  grid-area: ttl;
  line-height: 1.6em;
  flex: 1;
  font-size: clamp(11px, 1.5vw, 14px);
}
.post_content .post_thumb {
  overflow: hidden;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.post_content:hover .post_thumb img {
  transform: scale(1.02);
  transition: all 0.8s;
}

.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  margin: 16px 0;
}
.pg_contents h2 {
  background-color: #FF744A;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px);
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
  color: #fff;
  padding: 0.4em;
  text-align: left;
}
.pg_contents h3 {
  margin-bottom: 0.7em;
  display: flex;
  color: #403325;
  align-items: center;
  font-size: clamp(14px, 3vw, 19px);
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FF744A;
}
.pg_contents h4, .pg_contents h5, .pg_contents h6 {
  margin-bottom: 0.7em;
  display: flex;
  color: #403325;
  align-items: center;
  font-size: clamp(14px, 3vw, 19px);
  font-weight: 600;
}
.pg_contents p {
  margin-bottom: 1em;
}
