@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../font/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_Light";
  font-weight: 300;
  src: url("../font/Spartan-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_Medium";
  font-weight: 500;
  src: url("../font/Spartan-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_SemiBold";
  font-weight: 600;
  src: url("../font/Spartan-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "SaolDisplay";
  font-weight: 400;
  src: url("../font/SaolDisplay-Regular.otf") format("opentype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #231815;
  font-family: "Zen Old Mincho","Quattrocento", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  line-height: 2;
	background-color: #f7f6f2;
}
@media screen and (min-width: 768px), print {
  body {
 
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img.full-size {
  width: 100%;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  width: 100%;
}

.header {
  height: 60px;
  position: relative;
  z-index: 1;
	background-color: #f7f6f2;
}
@media screen and (min-width: 1200px), print {
  .header {
    height: 150px;
  }
}
@media screen and (min-width: 1200px), print {
  .header .logoSet {
    position: relative;
	  width: 20%;
  }
}
.header .siteTitle {
  font-size: 0.6875rem;
}
@media not all and (min-width: 1200px), print {

}


.pc_menu{
	position: absolute;
	right: 10px;
	top: 0;
}
.pc_menu ul{
	display: flex;
	justify-content: center;
	align-items: center; 
}
.pc_menu li{
	margin: 0 5px;
}
.pc_menu .h_tel,.sp_menu .h_tel a{
	font-size: 24px;
	letter-spacing: 0.2em;
	color: #b76262;
	text-align: center;
}
.sp_menu .h_tel a {padding: 0;}
.pc_menu .h_tel span,.sp_menu .h_tel span{
	font-size: 14px;
	display: block;
	letter-spacing: 0.03em;
	color: #636344;
}
.pc_menu a,.sp_menu a,.f_link a{
	display: block;
	padding: 18px 15px 18px 20px;
	color: #FFFFFF;
}
.pc_menu .h_online a,.sp_menu .h_online a,.f_link .h_online a{
	background-color: #b76262;
	text-align: center;
}
.h_online a::after,.h_insta a::after{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.h_online a::after{background-image: url(../img/common/icon_cart.png);}	
.h_insta a::after{background-image: url("../img/common/icon_insta.png");}	
.pc_menu .h_insta a,.sp_menu .h_insta a,.f_link .h_insta a{
	background-color: #8c7f99;
	letter-spacing: 0.1em;
	text-align: center;
}
.sp_menu {
	margin-top: 60px;
}
.sp_menu li{
	margin: 10px;
}
.f_link {
	width: 80%;
	max-width: 280px;
	float: right;
}
.f_link ul{
	
}
.f_link li{
	margin-bottom: 10px
}
.bk_washi{
	background-image: url(../img/common/bk_washi.jpg);
	background-repeat: repeat;
}
@media screen and (max-width: 1200px) {
.pc_menu{
display: none;
	}
}




.header__inner {
 position: relative;
}
.header__inner .logoSet{
	width: 50%;
	display: inline-block;
	
}
@media screen and (min-width: 1200px), print {
  .header__inner {
    padding-left: 30px;
	  display: flex;
  }
}

@media not all and (min-width: 1200px), print {
  .spmenu {
    -webkit-overflow-scrolling: touch;
    background-color: #f7f6f2;
	  
    display: none;
    height: calc(100svh - 60px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5%;
    position: fixed;
    top: 58px;
    width: 100%;
    z-index: 100;
	  text-align: center;
  }
  .spmenu::after {
    background: #f7f6f2;
    content: "";
    display: block;
    height: 100svh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px), print {
  .spmenu {
    display: contents;
	  position: relative;
	  width: 80%;
  }
}

@media screen and (min-width: 1200px), print {
  .gnav {
    display: flex;
  }
}

.gnav__list {
  display: flex;
  flex-direction: column;
}
.pc_gnav{
	position: absolute;
	top: 100px;
	right: 20px;
}

@media screen and (max-width: 1200px){
.pc_gnav {
  position: static;
	top: auto;
	right: auto;
	
}
}

@media screen and (min-width: 1200px), print {
  .gnav__list {
    align-items: center;
    flex-direction: row;
  }
}

.gnav__item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 1200px), print {
  .gnav__item {
    border-bottom: 2px solid #fff;
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__item.js-menu-scope .gnav__link {
    pointer-events: none;
  }
}

@media not all and (min-width: 1200px), print {
  .gnav__link span {
    display: none;
  }
}

@media not all and (min-width: 1200px), print {
  .js-menu-trigger {
    position: relative;
  }
  .js-menu-trigger::after,
  .js-menu-trigger::before {
    -webkit-transform: translateY(-50%);
    background-color: #818181;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .js-menu-trigger::before {
    height: 1px;
    right: 20px;
    width: 16px;
  }
  .js-menu-trigger::after {
    background-color: #818181;
    height: 16px;
    right: 27px;
    transition: height 0.2s;
    width: 1px;
  }
}

.gnav__subMenu {
  display: none;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.gnav__subMenu a {
  display: block;
  padding: 20px 15px;
}
@media screen and (min-width: 1200px), print {
  .gnav__subMenu a {
    padding: 12px 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .gnav__subMenu {
    height: 158px;
    left: -36px;
    padding: 15px 30px 15px 35px;
    position: absolute;
    top: 30px;
    width: 232px;
	  background-color: #f7f6f2;
	  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
	  
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__subMenu {
    background-color: #fff;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gnav__subMenu li:not(:first-child) {
    border-top: 1px dashed #818181;
  }
}

@media (hover: hover) and (pointer: fine) {

}


.gnav__link {
  display: block;
  line-height: 1.2;
  padding: 25px 25px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
@media screen and (min-width: 1200px), print {
  .gnav__link {
    padding: 0 32px;
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__link {
    color: #4d4d4d;
  }
}
@media screen and (min-width: 1200px), print {
  .gnav__link span {
    color: #00bbd1;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    line-height: 1.6923076923;
    margin-top: 3px;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1200px), print {
  .gnav__item:nth-of-type(5) .gnav__link {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px), print {
  .header__btn._sp {
    display: none;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn._pc {
    display: none;
  }
}

@media screen and (min-width: 1200px), print {
  .header__btn {
    background-color: #e74c9c;
    display: -ms-grid;
    display: grid;
    height: 100%;
    margin-left: min(3.7857142857vw, 53px);
    place-items: center;
    width: 200px;
  }
  .header__btn .btn {
    background-color: #e74c9c;
    color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.9375rem;
    font-weight: bold;
  }
}
.header__btn._pc .btn::before,
.header__btn._sp .btn:nth-child(2)::before {
  background: url(../img/common/icon_lesson.svg) center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 23px;
}
@media screen and (min-width: 1200px), print {
  .header__btn._pc .btn::before,
  .header__btn._sp .btn:nth-child(2)::before {
    display: block;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 28px;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn .btn:not(:first-child) {
    margin-top: 10px;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn {
    margin-top: 25px;
  }
  .header__btn .btn {
    font-weight: bold;
    letter-spacing: 0.06em;
    max-width: none;
  }
}

.header__btn .btn--cv {
  display: none;
}
@media not all and (min-width: 1200px), print {
  .header__btn .btn--cv {
    display: block;
  }
}

@media not all and (min-width: 1200px), print {
  .header__sns {
    margin-top: 20px;
  }
  .header__sns a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .header__sns {
    display: none;
  }
}

.header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  padding: 15px;
  position: relative;
}

@media screen and (min-width: 1200px), print {
  .header-menu-button {
    display: none;
  }
}
.header-menu-button__lines {
  display: block;
  height: 20px;
  position: absolute;
  width: 22px;
	top: -25px;
	right: 15px;
}
.header-menu-button__line {
  background-color: #000;
  display: block;
  height: 0;
  left: 0;
  padding-top: 2px;
  position: absolute;
  width: 100%;
}
.header-menu-button__line--top {
  -webkit-animation: line1-off 0.6s forwards;
  animation: line1-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--top {
  -webkit-animation: line1-on 0.6s forwards;
  animation: line1-on 0.6s forwards;
}

.header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
  transition: all 0.2s 0.2s;
}
.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.header-menu-button__line--bottom {
  -webkit-animation: line2-off 0.6s forwards;
  animation: line2-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--bottom {
  -webkit-animation: line2-on 0.6s forwards;
  animation: line2-on 0.6s forwards;
}

@-webkit-keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
.footer {
  background-color: #eff2ed;
  padding-bottom: 90px;
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding-bottom: 50px;
    padding-top: 52px;
  }
}
@media not all and (min-width: 768px), print {
  .footer {
    overflow: hidden;
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .footer .logoSet {
    text-align: center;
  }
}
.footer .logo {
  margin-left: 8px;
}
@media not all and (min-width: 768px), print {
  .footer .logo {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
.footer .siteTitle {
  line-height: 1.2222222222;
}
@media screen and (min-width: 768px), print {
  .footer .siteTitle {
    font-size: 1.125rem;
  }
}
.footer .address {
  line-height: 1.8;
  margin-top: 26px;
	letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .footer .address {
    margin-top: 33px;
	  margin-bottom: 33px;
  }
}
.footer .address .access {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px), print {
  .footer .address .access {
    font-size: 0.6875rem;
  }
}
.footer .address .access::before {
  background: url(../img/common/accesspin.svg) center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 17px;
}
.footer .tel {
  display: block;
  font-size: 1.5rem;
  line-height: 0.9;
  margin-top: 25px;
}
@media not all and (min-width: 768px), print {
  .footer .tel {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .footer .tel {
    font-size: 1.875rem;
  }
}

.footer__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .footer__wrap {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px){
.footer__detail{
	margin-bottom: 30px;
	}
.footer .address {
	text-align: center;
	font-size: 14px;
}
}

@media screen and (min-width: 768px), print {
  .footer__detail {
    width: 50%;
  }
}

.footer__detailBtns {
  margin-top: 17px;
}

.footer__detailBtns > * {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .footer__navWrap {
    width: 50%;
  }
}
@media not all and (min-width: 768px), print {
  .footer__navWrap {
    display: contents;
  }
}

.footer__nav {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .footer__nav {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .ftgnav {
    font-size: 1rem;
    line-height: 1.125;
  }
  .ftgnav:nth-child(2) {
    margin-left: 47px;
  }
  .ftgnav:nth-child(3) {
    margin-left: 56px;
  }
}

.ftgnav__item {
  margin-top: 18px;
}

._starIcon::before {
  -webkit-mask: url(../img/common/icon_star.svg) no-repeat center center/contain;
  background: #b2a851;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  mask: url(../img/common/icon_star.svg) no-repeat center center/contain;
  width: 16px;
}

.ftgnav__sub {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 15px;
}
.ftgnav__sub li {
  margin-top: 8px;
}

@media screen and (min-width: 768px), print {
  .footer__btm {
    padding: 40px 20px 0;
	  clear: right;
	  text-align: center;
  }
}
@media not all and (min-width: 768px), print {
  .footer__btm {
    display: contents;
  }
}

.footer__link {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .footer__link {
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer__link a {
    text-decoration: underline;
  }
}
@media not all and (min-width: 768px), print {
  .footer__link {
    background-color: #b2a851;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 0.8125rem;
    justify-content: center;
    margin-top: 39px;
    padding: 8px;
    width: 100%;
  }
  .footer__link ._starIcon {
    margin-right: 7px;
  }
  .footer__link ._starIcon::before {
    content: none;
  }
}

.copyright {
  color: #8d8c8c;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .copyright {
    margin-left: 22px;
    margin-top: 37px;
  }
}
@media not all and (min-width: 768px), print {
  .copyright {
    text-align: center;
  }
}

.footer._blue {
  background: linear-gradient(rgba(35, 24, 21, 0.3), rgba(35, 24, 21, 0.3)), url(../img/feature/bg_footer.jpg) center/cover no-repeat;
  color: #ffffff;
}
.footer._blue .footer__nav {
  border-color: #ffffff;
}
@media not all and (min-width: 768px), print {
  .footer._blue .footer__link {
    background-color: #acd9dd;
  }
}
.footer._blue ._starIcon::before {
  background: #acd9dd;
}
.footer._blue .copyright {
  color: #ffffff;
}

.container {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.container._primary {
  max-width: 1040px;
}

.grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px), print {
  .grid {
    gap: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .gap50 {
    gap: 50px;
  }
}

.gap30 {
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .gap30 {
    gap: 30px;
  }
}

.grid--pc4col {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .grid--pc4col {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px), print {
  .grid--pc3col {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/*PC2カラム*/
@media screen and (min-width: 768px), print {
  .grid--pc2col {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.heading {
  align-items: center;
  display: flex;
}

.heading__main {
  color: #000000;
  font-size: 2.125rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.heading__sub {
  color: #92cdd3;
  font-weight: bold;
  line-height: 2.3333333333;
}

.read {
  line-height: 2.3333333333;
}


.logoSet .siteTitle {
  position: absolute;
	top: 15px;
	  left: 0;
  right: 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	width: 180px;
	
}

.btn {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
}

.btn--center {
  margin-left: auto;
  margin-right: auto;
}

.btn--sm {
  font-family: "Spartan_Medium", sans-serif;
  font-size: 0.75rem;
}

.btn--default {
  border: 1px solid #231815;
  border-radius: 18px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: relative;
  text-transform: uppercase;
}
.logo{
	padding: 40px 0 0 0px
	}
@media screen and (max-width: 1200px) {
.logo{
	padding: 10px 0 0 10px
	}
	.logoSet .siteTitle {
  top: 35%;
  left: 130px;
  right: auto;
  font-size: 10px;
  letter-spacing: 0.01em;
}

}


@media screen and (min-width: 768px), print {
  .btn--default {
    padding: 10px;
  }
}
@media screen and (max-width: 767px){
.heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}	
}
.btn--default::before {
  -webkit-transform: translateY(-50%);
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  content: "";
  display: block;
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.3em);
  transform: translateY(-50%);
  width: 25px;
}
.btn--default::after {
  -webkit-transform: rotate(-40deg);
  background-color: #000;
  bottom: 17px;
  content: "";
  height: 7px;
  position: absolute;
  right: 17px;
  transform: rotate(-40deg);
  width: 1px;
}
@media screen and (min-width: 768px), print {
  .btn--default::after {
    bottom: 18px;
  }
}
.btn--default::after,
.btn--default::before {
  transition: right 0.3s;
}
.btn--default:focus::after,
.btn--default:focus::before {
  right: 0.8em;
}
@media (hover: hover) and (pointer: fine) {
  .btn--default:hover::after,
  .btn--default:hover::before {
    right: 0.8em;
  }
}

.btn--action {
  background: #d56a9c;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  max-width: 260px;
  padding: 0.9285714286em;
}

.btn--cv {
  background-color: #92cdd3;
}

@media screen and (min-width: 768px), print {
  :root {
    --footer-margin-top: 0px;
  }
}

/*  .js-pagetop-threshold (JSで追加する閾値調整用の要素)
--------------------------------------------- */
@media screen and (min-width: 768px), print {
  .js-pagetop-threshold {
    height: 300px;
    position: absolute;
    top: 0;
  }
}

/*  .l-footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px), print {
  .footer-pagetop {
    bottom: var(--footer-margin-top);
    position: sticky;
  }
}
.footer-pagetop__link {
  -webkit-transform: translateX(-50%);
  bottom: 10px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: 9;
	background-color: #000000;
		width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop__link {
    --offset: 15px;
  
    left: auto;
    opacity: 0;
    right: 55px;
    visibility: hidden;
	  bottom: 50px;
  }
}


.footer-pagetop__link.is-show {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .footer-pagetop__link.is-show:hover {
    opacity: 0.8;
  }
}
.footer-pagetop._blue .footer-pagetop__link {
  color: #acd9dd;
}
.footer-pagetop._blue .footer-pagetop__link::after {
  background: #acd9dd;
}

.news .news__thumb {
  overflow: hidden;
}
.news img {
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.news:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .news:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.ftgnav__item {
  transition: background-color 0.2s ease-in;
}
.ftgnav__item a {
  transition: color 0.2s ease-in;
}
.ftgnav__item a:focus {
  color: #00bbd1;
}
@media (hover: hover) and (pointer: fine) {
  .ftgnav__item a:hover {
    color: #00bbd1;
  }
}
.ftgnav__item:focus::before {
  background: #00bbd1;
}
@media (hover: hover) and (pointer: fine) {
  .ftgnav__item:hover::before {
    background: #00bbd1;
  }
}

.footer._blue .ftgnav__item a:focus {
  color: #acd9dd;
}
@media (hover: hover) and (pointer: fine) {
  .footer._blue .ftgnav__item a:hover {
    color: #acd9dd;
  }
}

.page-header.is-fadein .heading__main span {

}
.page-header.is-fadein .heading__sub span {

}

.page-header .heading__main span,
.page-header .heading__sub span {

}

@-webkit-keyframes blurRotate {
  from {
    -webkit-transform: rotateY(90deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: rotateY(0);
  }
}

@keyframes blurRotate {
  from {
    -webkit-transform: rotateY(90deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes rotateAnim {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes rotateAnim {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.topFeature__btn::after {
  -webkit-animation: trial-circle 12s linear infinite;
  animation: trial-circle 12s linear infinite;
}

@-webkit-keyframes trial-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes trial-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*  .c-slider
--------------------------------------------- */
.mvslider .swiper.is-resizing .swiper-slide img {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.mvslider .swiper-slide {
  overflow: hidden;
}
.mvslider .swiper-slide.swiper-slide-active img.is-zoomin,
.mvslider .swiper-slide.swiper-slide-duplicate-active img.is-zoomin,
.mvslider .swiper-slide.swiper-slide-prev img.is-zoomin {
  -webkit-animation: zoomIn linear 10s forwards;
  animation: zoomIn linear 10s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*
.footer-pagetop__link::after {
  -webkit-transform-origin: top center;
  -webkit-animation: yurayura 2s linear infinite;
  animation: yurayura 2s linear infinite;
  transform-origin: top center;
}
*/



@-webkit-keyframes yurayura {
  0%,
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%,
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.anim-scaling {
  -webkit-animation: scaling 2s linear infinite alternate;
  animation: scaling 2s linear infinite alternate;
}

@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scaling {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.anim-scaling2 {
  -webkit-animation: scaling2 2s linear infinite alternate;
  animation: scaling2 2s linear infinite alternate;
}

@-webkit-keyframes scaling2 {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaling2 {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.swaying-effect {
  -webkit-animation: vertical 1.1s ease-in-out infinite alternate;
  animation: vertical 1.1s ease-in-out infinite alternate;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
.js-fadein {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity ease-in 0.8s;
}
.js-fadein._delay2 {
  transition-delay: 0.2s;
}
.js-fadein._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-fadein._delay3 {
    transition-delay: 0.4s;
  }
}
.js-fadein._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-fadein._delay4 {
    transition-delay: 0.6s;
  }
}
.js-fadein._delay5 {
  transition-delay: 1.4s;
}
.js-fadein._delay6 {
  transition-delay: 1.8s;
}

.js-fadein.is-fadein {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.mv__headTextWrap {
  display: inline-block;
  overflow: hidden;
}

.js-animation.is-show .mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-animation.normal-animation .mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(2em);
  display: inline-block;
  transform: translateX(2em);
  transition: -webkit-transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition: transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition: transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94), -webkit-transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition-delay: 1.4s;
}

.mv__head .mv__headTextWrap:nth-child(2) span {
  transition-delay: 1.8s;
}

.shake {
  -webkit-animation: shake 4s infinite ease-in-out alternate;
  animation: shake 4s infinite ease-in-out alternate;
}
.shake._duration2 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  83% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  85% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  86% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  87% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  83% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  85% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  86% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  87% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.loding-bg {
  background: #fff;
  color: #fff;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.loding {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loader {
  display: none;
}

.js-animation {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity ease-in 0.8s;
}
.js-animation._delay2 {
  transition-delay: 0.2s;
}
.js-animation._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-animation._delay3 {
    transition-delay: 0.4s;
  }
}
.js-animation._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-animation._delay4 {
    transition-delay: 0.6s;
  }
}
.js-animation._delay5 {
  transition-delay: 1s;
}
.js-animation._delay6 {
  transition-delay: 1.8s;
}

.js-animation.normal-animation {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.js-animation.normal-animation._delay2 {
  transition-delay: 0.2s;
}
.js-animation.normal-animation._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-animation.normal-animation._delay3 {
    transition-delay: 0.4s;
  }
}
.js-animation.normal-animation._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-animation.normal-animation._delay4 {
    transition-delay: 0.6s;
  }
}
.js-animation.normal-animation._delay5 {
  transition-delay: 1s;
}
.js-animation.normal-animation._delay6 {
  transition-delay: 1.8s;
}

.js-animation.is-show {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.loding__bounce > div {
  -webkit-animation: 0.7s bound-anim ease-in infinite alternate;
  animation: 0.7s bound-anim ease-in infinite alternate;
  display: inline-block;
}

.loding__bounce .bounce1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.loding__bounce .bounce2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loding__bounce .bounce3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loding__text {
  margin-top: 10px;
}

@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media not all and (min-width: 768px), print {
  .newsList {
    gap: 20px;
  }
}

.news {
  display: flex;
  flex-direction: column-reverse;
}
/*
.news__body {
  padding-top: 10px;
}*/
@media screen and (min-width: 768px), print {
  /*  .news__body {
    padding-top: 22px;
  }*/
}
.news__body > :not(:first-child) {
  margin-top: 7px;
}
@media screen and (min-width: 768px), print {
  /* .news__body > :not(:first-child) {
    margin-top: 10px;
  }*/
}

.news__data {
  font-family: "Spartan_Medium", sans-serif;
  font-size: 0.625rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px), print {
  .news__data {
    font-size: 0.8125rem;
  }
}

.news__title {
  color: #d56a9c;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 5px;
}
@media not all and (min-width: 768px), print {
  .news__title {
    font-size: 0.8125rem;
  }
}

.news__text {
  font-weight: 13;
  font-weight: bold;
  line-height: 1.6;
}
@media not all and (min-width: 768px), print {
  .news__text {
    font-size: 0.6875rem;
  }
}

.news__thumb {
  position: relative;
}

.news__thumb::before {
  content: "";
  display: block;
  padding-top: 74.074%;
}

.news__thumb img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.cvArea {
	background-color: #FFFFFF;
	text-align: center;
}
@media screen and (min-width: 768px), print {
  .cvArea {
    padding: 80px 0 80px 0;
	  
  }
}
@media not all and (min-width: 768px), print {
  .cvArea {
	 padding: 50px 20px 50px; 
  }
}
.cvArea .btn {
  border-radius: 100vmax;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  max-width: 250px;
  padding: 17px;
}
@media not all and (min-width: 768px), print {
  .cvArea .btn {
    margin-top: 30px;
  }
}
.cvArea .star._svright {
  -webkit-transform: rotate(-38deg);
  bottom: -18px;
  right: 77px;
  transform: rotate(-38deg);
}
@media screen and (min-width: 768px), print {
  .cvArea .star._svright {
    bottom: -7px;
  }
}
.cvArea .star._gdright {
  -webkit-transform: rotate(33deg);
  bottom: 8px;
  right: 17px;
  transform: rotate(33deg);
}
@media screen and (min-width: 768px), print {
  .cvArea .star._gdright {
    bottom: 32px;
    right: 28px;
  }
}

@media not all and (min-width: 768px), print {
  .cvArea__logo {
    text-align: center;
  }
}

.cvArea__ttl {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.f_tel{
	font-size: 30px;
	color: #b76262;
	letter-spacing: 0.2em;
	
}
.f_uke{
	font-size: 16px;
}
@media not all and (min-width: 768px), print {
  .cvArea__ttl {
    text-align: center;
	  font-size: 24px;
  }
}

.cvArea__text {
  line-height: 1.7857142857;
	margin: 20px 0 ;
	font-size: 18px;
}
@media not all and (min-width: 768px), print {
  .cvArea__text {
    margin-top: 15px;
	  font-size: 16px;
	  text-align: center;
  }
.f_uke {
  font-size: 14px;
}
.f_tel {
  font-size: 26px;
  letter-spacing: 0.1em;
}
}

.fixdBtnWrap {
  bottom: 183px;
  position: sticky;
}

.fixdBtn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  bottom: 15px;
  display: flex;
  height: 240px;
  justify-content: center;
  left: 2.7142857143vw;
  padding: 13px;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media not all and (min-width: 1200px), print {
  .fixdBtn {
    display: none;
  }
}
.fixdBtn p {
  font-family: "Spartan_SemiBold", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  margin-top: 30px;
}
.fixdBtn::before {
  background-color: #231815;
  content: "";
  display: inline-block;
  height: 44px;
  margin-top: -60px;
  width: 1px;
}

.fixdBtn__link + .fixdBtn__link {
  margin-top: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを無効にする*/
  background: #fff; /* ホワイトでも指定ブラウザで勝手に指定されることも */
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px; /*16px以上を推奨 スマホでズームされる*/
  padding: 20px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus,
input[type="checkbox"]:focus + span {
  box-shadow: 0 0 5px rgba(104, 111, 103, 0.7);
  outline: none;
}

::-webkit-input-placeholder {
  color: #b6b6b6;
}

::-moz-placeholder {
  color: #b6b6b6;
}

:-ms-input-placeholder {
  color: #b6b6b6;
}

::-ms-input-placeholder {
  color: #b6b6b6;
}

::placeholder {
  color: #b6b6b6;
}

/* チェックボックス */
input[type="checkbox"] {
  opacity: 0; /*透明にして見えなくする*/
  position: absolute; /*本来の配置から切り離す*/
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

input[type="checkbox"] + span:before {
  background: #ccc;
  border: 1px solid #ccc;
  content: "";
  height: 1.25em;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.3em;
  vertical-align: middle;
  width: 1.25em;
}

/*チェックボックス未チェック時*/
input[type="checkbox"] + span:after {
  content: "";
  display: none;
}

/*チェックボックスチェック時*/
input[type="checkbox"]:checked + span:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #1b224c;
  border-right: 3px solid #1b224c;
  content: "";
  display: block;
  height: 1em;
  left: 0.4em;
  position: absolute;
  top: 0.3em;
  transform: rotate(45deg);
  width: 0.5em;
}

@media not all and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

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

.text-center {
  text-align: center;
}

.is-sp-menu-opened .spmenu {
  display: block;
}

.is-sp-menu-opened html {
  min-height: 100vh;
}

.is-sp-menu-opened body {
  height: 100%;
  position: fixed;
  width: 100%;
}

.js-menu-trigger.is-opened::after {
  height: 0;
}

.js-menu-target.is-opened {
  display: block !important;
  height: auto !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
}

.mv {
  position: relative;
}

.background_p{
	background-color: #c9bed3;
	position: absolute;
	bottom: -60px;
	left: 5%;
	border-bottom-left-radius: 5px;	
	  content: '';
	display: block;
	height: 200px;
	z-index: -1;
	  width: 95%;
	
}
@media screen and (min-width: 768px), print {
  .mv {
    margin-left: 20.3571428571vw;
  }

}

.mvslider .swiper-slide {
  border-radius: 0 0 0 5px;
}
.mvslider img {
  -o-object-fit: cover;
  display: block;
  height: 100vw;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .mvslider img {
    -o-object-position: top;
    height: min(45.7142857143vw, 800px);
    object-position: top;
  }
}

.mv__catch {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 8.5333333333vw;
  top: 44vw;
  transform: translateY(-50%);
  width: 90px;
}
@media screen and (min-width: 768px), print {
  .mv__catch {
    right: 13.4285714286vw;
    top: 54%;
    width: 150px;
  }
}

.mv__head {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.mv__head span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.mv__headText {
  background-color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6071428571;
  margin-left: 0.5357142857em;
  padding: 0.3571428571em 0.2857142857em 0.1785714286em;
}
@media screen and (min-width: 768px), print {
  .mv__headText {
    font-size: 1.75rem;
  }
}

.topFeature {
  overflow-x: hidden;
  padding-bottom: 155px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .topFeature {
    padding-bottom: 45px;
    padding-top: 128px;
  }
}

.topFeature .container {
  position: relative;
}

.topFeature__ttl {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .topFeature__ttl {
    font-size: 1.375rem;
  }
}

.topFeature__read {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .topFeature__read {
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
}

.topFeature__img {
  position: absolute;
}
.topFeature__img._rightTop {
  bottom: 60px;
  height: 31.4666666667vw;
  right: 7px;
  width: 31.4666666667vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._rightTop {
    bottom: auto;
    height: 320px;
    right: -2.7142857143vw;
    top: -1.8571428571vw;
    width: 320px;
  }
}
.topFeature__img._rightBtm {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  bottom: max(-22.1333333333vw, -140px);
  height: 24.8vw;
  right: 67px;
  width: 24.8vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._rightBtm {
    bottom: min(5vw, 70px);
    height: 260px;
    right: min(11.2857142857vw, 158px);
    width: 260px;
  }
}
.topFeature__img._leftTop {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  bottom: 13.3333333333vw;
  height: 19.4666666667vw;
  left: 8px;
  width: 19.4666666667vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._leftTop {
    bottom: auto;
    height: 202px;
    left: -3.3571428571vw;
    top: -1.2142857143vw;
    width: 202px;
  }
}
.topFeature__img._leftBtm {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
  bottom: -100px;
  height: 28.8vw;
  left: 40px;
  width: 28.8vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._leftBtm {
    bottom: min(8.2857142857vw, 116px);
    height: 300px;
    left: min(1.2142857143vw, 17px);
    width: 300px;
  }
}

.circleRinK__text {
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .circleRinK__text {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}

.circleRinK__copy {
  color: #000000;
  font-family: "SaolDisplay", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px), print {
  .circleRinK__copy {
    font-size: 1.75rem;
  }
}

.topFeature__btn {
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 140px;
}
@media screen and (min-width: 768px), print {
  .topFeature__btn {
    height: 183px;
    margin-top: 80px;
    width: 183px;
  }
}
.topFeature__btn .circleRink {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.topFeature__btn:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .topFeature__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.topFeature__btn::before {
  background: url(../img/common/pointer.svg) center/contain no-repeat;
  bottom: 45px;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: 30px;
  width: 30px;
}
.topFeature__btn::after {
  background: url(../img/circle.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.star {
  position: absolute;
}

.topFeature {
  overflow: hidden;
}
.topFeature .star._gdright {
  right: 13.8666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._gdright {
    right: min(25.9285714286vw, 363px);
    top: 30px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._gdright {
    width: 12px;
  }
}
.topFeature .star._gdleft {
  left: 5.3333333333vw;
  top: -10px;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._gdleft {
    left: min(19.7857142857vw, 277px);
    top: -22px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._gdleft {
    width: 10px;
  }
}
.topFeature .star._svright {
  right: 8vw;
  top: -13px;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._svright {
    right: min(21.6428571429vw, 303px);
    top: -23px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._svright {
    width: 10px;
  }
}
.topFeature .star._svleft {
  left: 10.6666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._svleft {
    left: min(25.3571428571vw, 355px);
    top: 23px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._svleft {
    width: 12px;
  }
}

.topClass {
  padding-top: 50px;
}

.topClass__read {
  font-size: 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .topClass__read {
    margin-top: 25px;
    text-align: center;
  }
}

.classLIst__item {
  padding: 0 20px 35px;
}
.classLIst__item._pre {
  background: rgba(0, 159, 222, 0.15);
}
.classLIst__item._kind {
  background-color: #f7edf4;
}
.classLIst__item._after {
  background-color: #fdf3cc;
}
.classLIst__item:not(._summer) {
  display: flex;
  flex-direction: column;
}

.classLIst__ttl,
.classLIst__time {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.classLIst__ttl {
  background-color: #000;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-inline: auto;
  margin-top: -20px;
  position: relative;
  width: 157px;
}
.classLIst__ttl::before,
.classLIst__ttl::after {
  border-color: #000 transparent;
  border-style: solid;
  content: "";
  height: 0px;
  position: absolute;
  top: 0;
  width: 0px;
}
.classLIst__ttl::before {
  border-width: 21px 0px 19px 15px;
  left: -14px;
}
.classLIst__ttl::after {
  border-width: 21px 15px 19px 0px;
  right: -14px;
}

.classLIst__btn {
  margin-top: auto;
}
@media screen and (min-width: 768px), print {
  .classLIst__btn .btn {
    max-width: 156px;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__btn .btn {
    width: 50%;
  }
}

.classLIst {
  margin-top: 65px;
}
@media not all and (min-width: 768px), print {
  .classLIst {
    gap: 62px;
  }
}

.classLIst__copy {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  margin-top: 18px;
  padding-bottom: 0.6666666667em;
  padding-top: 0.6666666667em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .classLIst__copy {
    max-width: 240px;
  }
}

.classLIst__head {
  font-family: "SaolDisplay", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.3125em;
  text-align: center;
}
.classLIst__head span {
  color: #231815;
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.7142857143em;
}

.classLIst__item._pre .classLIst__head {
  color: #009fde;
}
.classLIst__item._pre .classLIst__time {
  background-color: #009fde;
}

.classLIst__item._kind .classLIst__head {
  color: #d56a9c;
}
.classLIst__item._kind .classLIst__time {
  background-color: #d56a9c;
}

.classLIst__item._after .classLIst__head {
  color: #f3a500;
}
.classLIst__item._after .classLIst__time {
  background-color: #f3a500;
}

.classLIst__img {
  margin-top: 10px;
}
.classLIst__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  aspect-ratio: 290/180;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .classLIst__img {
    aspect-ratio: 260/180;
  }
}

.classLIst__time {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .classLIst__time {
    margin-top: 20px;
    width: 156px;
  }
}

.classLIst__text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  padding: 12px 0;
}
@media screen and (min-width: 768px), print {
  .classLIst__text {
    padding: 0.3571428571em 0.2857142857em;
  }
}

.classLIst__note {
  font-size: 0.6875rem;
  margin-bottom: 1.3636363636em;
}
@media screen and (min-width: 768px), print {
  .classLIst__note {
    margin-top: 1.1818181818em;
  }
}

.classLIst__item._summer {
  background: rgba(172, 217, 221, 0.3);
  display: flex;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer {
    padding: 45px 55px 40px 50px;
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__ttl {
    left: 65px;
    position: absolute;
    top: 0;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__ttl {
    order: -1;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 280px;
  }
  .classLIst__item._summer .classLIst__img img {
    aspect-ratio: 290/200;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__img img {
    aspect-ratio: 280/280;
  }
}
@media screen and (min-width: 768px), print {
  @media not all and (min-width: 768px), print {
    .classLIst__item._summer .classLIst__img img {
      -o-object-position: bottom;
      object-position: bottom;
    }
  }
}
.classLIst__item._summer .classLIst__body {
  text-align: left;
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__body {
    display: contents;
  }
}
.classLIst__item._summer .classLIst__time {
  background-color: #00bbd1;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__time {
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
  }
}
.classLIst__item._summer .classLIst__head {
  color: #00bbd1;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head {
    font-size: 1.75rem;
    text-align: left;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head {
    order: -1;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head span {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__btn {
    margin-top: 10px;
  }
  .classLIst__item._summer .classLIst__btn .btn {
    margin-left: 0;
  }
}

.info {
  overflow-x: hidden;
  padding-bottom: 83px;
  padding-top: 73px;
}
@media screen and (min-width: 768px), print {
  .info {
    padding-bottom: 57px;
  }
}
.info .star._gdright {
  right: 8.8vw;
  top: 28px;
}
@media not all and (min-width: 768px), print {
  .info .star._gdright {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .info .star._gdright img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdright {
    right: min(9vw, 126px);
    top: -26px;
  }
}
.info .star._svright {
  right: 75px;
  top: -22px;
}
@media not all and (min-width: 768px), print {
  .info .star._svright {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  .info .star._svright img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svright {
    right: min(5.7142857143vw, 80px);
    top: -10px;
  }
}
.info .star._gdleft {
  left: 16vw;
  top: -22px;
}
@media not all and (min-width: 768px), print {
  .info .star._gdleft {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .info .star._gdleft img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdleft {
    left: min(6.0714285714vw, 85px);
    top: 0;
  }
}
.info .star._svleft {
  left: 7.2vw;
  top: 28px;
}
@media not all and (min-width: 768px), print {
  .info .star._svleft {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .info .star._svleft img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svleft {
    left: min(9.4285714286vw, 132px);
    top: -27px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdrightBtm {
    -webkit-transform: rotate(30deg);
    bottom: 89px;
    right: min(-6.4285714286vw, -90px);
    transform: rotate(30deg);
  }
}
@media not all and (min-width: 768px), print {
  .info .star._gdrightBtm {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svrightBtm {
    -webkit-transform: rotate(-30deg);
    bottom: 57px;
    right: min(-3.5714285714vw, -50px);
    transform: rotate(-30deg);
  }
}
@media not all and (min-width: 768px), print {
  .info .star._svrightBtm {
    display: none;
  }
}
.info .star._svleftBtm {
  bottom: -12px;
  right: 9.3333333333vw;
}
@media not all and (min-width: 768px), print {
  .info .star._svleftBtm img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svleftBtm {
    -webkit-transform: rotate(-30deg);
    bottom: -12px;
    left: min(-5vw, -70px);
    right: auto;
    transform: rotate(-30deg);
  }
}
.info .star._gdleftBtm {
  bottom: 25px;
  right: 17.8666666667vw;
}
@media not all and (min-width: 768px), print {
  .info .star._gdleftBtm img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdleftBtm {
    -webkit-transform: rotate(35deg);
    bottom: -35px;
    left: min(-2.2857142857vw, -32px);
    right: auto;
    transform: rotate(35deg);
  }
}

.info .container {
  max-width: 730px;
  position: relative;
}

.info__heading {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.info__read {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .info__read {
    margin-top: 30px;
  }
}

.info__list {
  counter-reset: count;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .info__list {
    margin-left: 11px;
    margin-top: 17px;
  }
}

.info__item {
  align-items: center;
  counter-increment: count;
  display: flex;
  margin-top: 18px;
}
@media screen and (min-width: 768px), print {
  .info__item {
    margin-top: 22px;
  }
}
.info__item::before {
  background: url(../img/bg_info_number.svg) center/cover no-repeat;
  color: #000000;
  content: counter(count, decimal-leading-zero);
  display: inline-block;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
  height: 60px;
  letter-spacing: 0.05em;
  margin-right: 12px;
  place-items: center;
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .info__item:nth-child(2n) {
    margin-left: 80px;
  }
}

.info__copy {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.schoolMenu {
  padding-bottom: 50px;
  padding-top: 45px;
}
@media screen and (min-width: 768px), print {
  .schoolMenu {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media not all and (min-width: 768px), print {
  .schoolMenu {
    gap: 30px;
  }
}

.info__btn {
  margin-top: 30px;
}
.info__btn .btn {
  border-radius: 24px;
  font-weight: bold;
  max-width: none;
  padding: 1.1428571429em;
  width: 77%;
}
@media screen and (min-width: 768px), print {
  .info__btn .btn {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px), print {
  .info__btn {
    margin-top: 25px;
  }
}

.schoolMenu__item {
  border: 8px solid #d4ebed;
  text-align: center;
}

.schoolMenu__item,
.schoolMenu__body {
  display: flex;
  flex-direction: column;
}

.schoolMenu__img {
  position: relative;
}
.schoolMenu__img::after {
  -webkit-transform: translateX(-50%);
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media not all and (min-width: 768px), print {
  .schoolMenu__img img {
    aspect-ratio: 327/210;
    width: 100%;
  }
}

.schoolMenu__body {
  flex-grow: 1;
  padding: 42px 13px 20px;
}
.schoolMenu__body .read {
  font-size: 0.9375rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .schoolMenu__body .read {
    margin-bottom: auto;
  }
}

.schoolMenu__ttl {
  color: #00bfcd;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.0909090909;
}

.schoolMenu__item:nth-of-type(1) .schoolMenu__img::after {
  background: url(../img/icon_book.svg) center/cover no-repeat;
  height: 45px;
  width: 67px;
}

.schoolMenu__item:nth-of-type(2) .schoolMenu__img::after {
  background: url(../img/icon_clock.svg) center/cover no-repeat;
  height: 50px;
  width: 50px;
}

.schoolMenu__item:nth-of-type(3) .schoolMenu__img::after {
  background: url(../img/icon_face.svg) center/cover no-repeat;
  height: 50px;
  width: 50px;
}

.schoolMenu__btn {
  margin-top: 6px;
}
@media screen and (min-width: 768px), print {
  .schoolMenu__btn .btn {
    max-width: 173px;
  }
}

.topNews {
  background: rgba(146, 205, 211, 0.3);
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px), print {
  .topNews {
    margin-bottom: 120px;
    padding-top: 60px;
  }
}

.topNews__btn {
  margin-top: 50px;
}
.topNews__btn .btn {
  width: 87%;
}
@media screen and (min-width: 768px), print {
  .topNews__btn .btn {
    border-radius: 24px;
    max-width: 280px;
    padding: 15px;
  }
  .topNews__btn .btn::after {
    bottom: 1.7333333333em;
  }
}
@media screen and (min-width: 768px), print {
  .topNews__btn {
    margin-top: 40px;
  }
}

.newsList {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .newsList {
    margin-top: 40px;
  }
}

.page-header {
  transition-delay: 0.8s;
}
@media screen and (min-width: 768px), print {
  .page-header {
    align-items: center;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    place-items: center;
  }
}
.page-header .heading__main {
  color: #231815;
  font-size: 36px;
  letter-spacing: 0.2em;
	font-family: "Zen Old Mincho","Quattrocento", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.page-header .heading__sub {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-header__title {
  padding: 35px 0 18px;
}
@media screen and (min-width: 768px), print {
  .page-header__title {
    background: #FFFFFF;
    padding: 40px 20px ;
    position: absolute;
    max-width:  100px ;
    z-index: 1;
	  top: 120px;
	  left: -20%;
	  -webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
    text-orientation: upright;
  }	
}
@media screen and (max-width: 1200px){
.page-header__title {
    padding: 12px 20px;
  }

}


.philosophy .container,
.message .container,
.feature .container,
.events .container,
.schedule .container,
.facility .container,
.classAbout .container {
  position: relative;
}
@media not all and (min-width: 768px), print {
  .philosophy .star._rightTop,
  .philosophy .star._leftTop,
  .message .star._rightTop,
  .message .star._leftTop,
  .feature .star._rightTop,
  .feature .star._leftTop,
  .events .star._rightTop,
  .events .star._leftTop,
  .schedule .star._rightTop,
  .schedule .star._leftTop,
  .facility .star._rightTop,
  .facility .star._leftTop,
  .classAbout .star._rightTop,
  .classAbout .star._leftTop {
    width: 10px;
  }
}
.philosophy .star._rightBtm,
.message .star._rightBtm,
.feature .star._rightBtm,
.events .star._rightBtm,
.schedule .star._rightBtm,
.facility .star._rightBtm,
.classAbout .star._rightBtm {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media not all and (min-width: 768px), print {
  .philosophy .star._rightBtm,
  .philosophy .star._leftBtm,
  .message .star._rightBtm,
  .message .star._leftBtm,
  .feature .star._rightBtm,
  .feature .star._leftBtm,
  .events .star._rightBtm,
  .events .star._leftBtm,
  .schedule .star._rightBtm,
  .schedule .star._leftBtm,
  .facility .star._rightBtm,
  .facility .star._leftBtm,
  .classAbout .star._rightBtm,
  .classAbout .star._leftBtm {
    width: 12px;
  }
}
.philosophy .star._leftTop,
.message .star._leftTop,
.feature .star._leftTop,
.events .star._leftTop,
.schedule .star._leftTop,
.facility .star._leftTop,
.classAbout .star._leftTop {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.philosophy .star._rightTop,
.message .star._rightTop,
.events .star._rightTop {
  right: 8vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._rightTop,
  .message .star._rightTop,
  .events .star._rightTop {
    right: min(20.7142857143vw, 290px);
    top: 10px;
  }
}
.philosophy .star._rightBtm,
.message .star._rightBtm,
.events .star._rightBtm {
  right: 13.8666666667vw;
  top: 30px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._rightBtm,
  .message .star._rightBtm,
  .events .star._rightBtm {
    right: min(23.5714285714vw, 330px);
  }
}
.philosophy .star._leftTop,
.message .star._leftTop,
.events .star._leftTop {
  left: 21px;
  top: 21px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._leftTop,
  .message .star._leftTop,
  .events .star._leftTop {
    left: min(20.7142857143vw, 290px);
    top: 14px;
  }
}
.philosophy .star._leftBtm,
.message .star._leftBtm,
.events .star._leftBtm {
  left: 44px;
  top: 32px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._leftBtm,
  .message .star._leftBtm,
  .events .star._leftBtm {
    left: min(23.7857142857vw, 333px);
    top: 32px;
  }
}

.philosophy {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (min-width: 768px), print {
  .philosophy {
    padding-bottom: 38px;
  }
}

.philosophy .container {
  max-width: 1140px;
}

.philosophy__read {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .philosophy__read {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    justify-content: center;
    margin-top: 50px;
  }
  .philosophy__read dt {
    margin-left: 60px;
  }
  @media not all and (min-width: 768px), print {
    .philosophy__read dt {
      font-size: 1rem;
    }
  }
}
@media not all and (min-width: 768px), print {
  .philosophy__read {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.philosophy__read dd {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .philosophy__read dd {
    margin-left: 44px;
  }
}
@media not all and (min-width: 768px), print {
  .philosophy__read dd {
    margin-top: 25px;
  }
}
.philosophy__read dd::before {
  -webkit-transform: translateY(-50%);
  content: "＝ ";
  display: inline-block;
  left: -20px;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .philosophy__read dd::before {
    left: -32px;
    top: 50%;
  }
}

.rinenWrap {
  background: url(../img/feature/bg_rinen.png) center/100% 100% no-repeat;
  counter-reset: number;
  display: -ms-grid;
  display: grid;
  gap: 6px 0;
  grid-template-areas: "top " "left " "right";
  margin-top: 30px;
  padding: 47px 4.5454545455%;
}
@media screen and (min-width: 768px), print {
  .rinenWrap {
    -ms-grid-columns: 1fr 6.5% 1fr;
    -ms-grid-rows: auto;
    gap: 40px 6.5%;
    grid-template-areas: "top top" "left right";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-top: 50px;
  }
}
@media not all and (min-width: 768px), print {
  .rinenWrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.rinen {
  position: relative;
}

.rinen__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 57px 54px;
}
@media not all and (min-width: 768px), print {
  .rinen__body {
    padding: 20px 30px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .rinen:not(:first-child) .rinen__body {
    padding: 28px 9.8501070664% 30px;
  }
}

@media screen and (min-width: 768px), print {
  .rinen__img {
    position: absolute;
  }
}
@media not all and (min-width: 768px), print {
  .rinen__img {
    width: 60.8vw;
  }
}

.rinen:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(1) .rinen__img {
    right: -108px;
    top: -118px;
    width: 233px;
  }
}

.rinen:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(2) .rinen__body {
    height: min(69.0104166667vw, 405px);
  }
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(2) .rinen__img {
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    bottom: 32px;
    left: -5.9285714286vw;
    width: 204px;
  }
}
@media screen and (min-width: 1400px), print {
  .rinen:nth-child(2) .rinen__img {
    left: -83px;
  }
}

.rinen:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: right;
}

@media screen and (min-width: 768px), print {
  .rinen:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .rinen:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .rinen:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._top {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    bottom: 45px;
    right: -9.1428571429vw;
    width: 190px;
  }
}
@media screen and (min-width: 1400px), print {
  .rinen:nth-child(3) .rinen__img._top {
    right: -128px;
  }
}
@media not all and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._top {
    margin-left: auto;
    margin-top: 30px;
  }
}
.rinen:nth-child(3) .rinen__img._bottm {
  width: 68.2666666667vw;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._bottm {
    bottom: -86px;
    right: min(1.9285714286vw, 27px);
    width: 256px;
  }
}
@media not all and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._bottm {
    margin-left: -39px;
    margin-top: -101px;
    position: relative;
  }
}

@media not all and (min-width: 768px), print {
  .rinen:nth-child(1) .rinen__img,
  .rinen:nth-child(2) .rinen__img {
    margin: 25px auto 25px;
  }
}

.rinen__ttl {
  align-items: center;
  color: #000000;
  counter-increment: number;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
.rinen__ttl::before {
  -webkit-mask: url("../img/feature/bg_rinen_ttl.svg") center/cover no-repeat;
  background: #d2cc99;
  color: #ffffff;
  content: counter(number);
  display: inline-block;
  display: -ms-grid;
  display: grid;
  font-family: "SaolDisplay", sans-serif;
  font-size: 2.125rem;
  height: 63px;
  letter-spacing: 0.02em;
  margin-right: 0.5348837209em;
  mask: url("../img/feature/bg_rinen_ttl.svg") center/cover no-repeat;
  padding-top: 8px;
  place-items: center;
  width: 66px;
}
@media screen and (min-width: 768px), print {
  .rinen__ttl::before {
    font-size: 2.6875rem;
    height: 80px;
    width: 85px;
  }
}
@media screen and (min-width: 768px), print {
  .rinen__ttl {
    font-size: 1.875rem;
  }
}

.rinen:nth-child(2) .rinen__ttl::before {
  background: #acd9dd;
}

.rinen:nth-child(3) .rinen__ttl::before {
  background: #ebb8d0;
}

.rinen__text {
  line-height: 2;
  margin-top: 20px;
}

.rinen__note {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 38px;
}
@media screen and (min-width: 768px), print {
  .rinen__note {
    margin-left: auto;
    width: min(21.4285714286vw, 300px);
  }
}

.message {
  overflow: hidden;
  padding-bottom: 55px;
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  .message {
    padding-bottom: 100px;
    padding-top: 82px;
  }
}

.message-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .message-block {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.message-block._reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .message-block._reverse {
    flex-direction: row-reverse;
  }
}
.message-block:nth-of-type(1) {
  margin-top: 40px;
}
.message-block:nth-of-type(1) .message-block__copy {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__body {
    width: 64.2%;
  }
}
.message-block:nth-of-type(1) .message-block__img {
  margin-left: auto;
  margin-right: auto;
  width: 66.1333333333vw;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img {
    width: 240px;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img {
    margin-top: 13px;
  }
}
.message-block:nth-of-type(1) .message-block__img::before {
  background: url(../img/feature/hello_everyone.svg) center/cover no-repeat;
  content: "";
  display: block;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
.message-block:nth-of-type(1) .message-block__img figcaption {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img figcaption {
    margin-top: 23px;
  }
}
.message-block:nth-of-type(1) .message-block__img figcaption span {
  font-size: 1rem;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) {
    margin-top: 80px;
  }
}
.message-block:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__body {
    width: 68.2%;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__body {
    margin-top: 25px;
  }
}
.message-block:nth-of-type(2) .message-block__img {
  margin-left: calc((50vw - 50%) * -1);
  width: 94.4vw;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__img {
    margin-right: 20px;
    width: 34.1428571429vw;
  }
}
.message-block:nth-of-type(2) .message-block__img img {
  -o-object-fit: cover;
  aspect-ratio: 354/325;
  border-radius: 0 10px 10px 0;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__img img {
    -o-object-position: top;
    aspect-ratio: 478/440;
    max-height: 500px;
    object-position: top;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) {
    margin-top: 73px;
  }
}
.message-block:nth-of-type(3) {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    margin-right: -100px;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__body {
    width: 58.1818181818%;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__img {
    width: 36.0909090909%;
  }
}
.message-block:nth-of-type(3) .message-block__img img {
  -o-object-fit: cover;
  aspect-ratio: 397/305;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__img img {
    aspect-ratio: 397/305;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    margin-top: 56px;
  }
}

.message-block__body .read {
  font-size: 0.9375rem;
  margin-top: 23px;
}
@media screen and (min-width: 768px), print {
  .message-block__body .read {
    margin-top: 30px;
  }
}

.message-block__copy {
  color: #d56a9c;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .message-block__copy {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.8181818182;
  }
}

.feature {
  overflow: hidden;
  padding-bottom: 36px;
  padding-top: 20px;
}
@media screen and (min-width: 768px), print {
  .feature {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.feature .star._rightTop {
  right: 19.2vw;
  top: 16px;
}
@media screen and (min-width: 768px), print {
  .feature .star._rightTop {
    right: min(14.8571428571vw, 208px);
    top: 11px;
  }
}
.feature .star._rightBtm {
  right: 25.0666666667vw;
  top: 30px;
}
@media screen and (min-width: 768px), print {
  .feature .star._rightBtm {
    right: min(17.8571428571vw, 250px);
  }
}
.feature .star._leftTop {
  left: 14.4vw;
  top: 15px;
}
@media screen and (min-width: 768px), print {
  .feature .star._leftTop {
    left: min(16.0714285714vw, 225px);
    top: 10px;
  }
}
.feature .star._leftBtm {
  left: 20.5333333333vw;
  top: 32px;
}
@media screen and (min-width: 768px), print {
  .feature .star._leftBtm {
    left: min(18.9285714286vw, 265px);
  }
}

.feature-list {
  counter-reset: count;
  margin-left: auto;
  margin-right: auto;
  margin-top: 87px;
  max-width: 960px;
}

.feature-list__item {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
  padding: 0 18px 30px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item {
    flex-direction: row-reverse;
    padding: 48px 0 50px;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item + .feature-list__item {
    margin-top: 80px;
  }
}
.feature-list__item:nth-child(1) .feature-list__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .feature-list__body {
    width: 44.2708333333%;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__body {
    margin-top: 25px;
  }
}

.feature-list__ttl {
  color: #b2a851;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .feature-list__ttl {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}

.feature-list__text {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .feature-list__text {
    line-height: 2;
  }
  .feature-list__text::before,
  .feature-list__text::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
  }
  .feature-list__text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .feature-list__text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.feature-list__img {
  counter-increment: count;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-list__img {
    width: 44.7916666667%;
  }
}
.feature-list__img img {
  -o-object-fit: cover;
  aspect-ratio: 285/198;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .feature-list__img img {
    aspect-ratio: 430/300;
  }
}
.feature-list__img::after {
  -webkit-transform-origin: left bottom;
  -webkit-animation: rotateAnim 5s linear infinite;
  animation: rotateAnim 5s linear infinite;
  background: url(../img/feature/bg_number.svg) center/cover no-repeat;
  color: #ffffff;
  content: counter(count);
  display: block;
  display: -ms-grid;
  display: grid;
  font-family: "SaolDisplay", sans-serif;
  font-size: 2.125rem;
  height: 65px;
  padding-top: 5px;
  place-items: center;
  position: absolute;
  transform-origin: left bottom;
  width: 65px;
}
@media screen and (min-width: 768px), print {
  .feature-list__img::after {
    font-size: 2.6875rem;
    height: 81px;
    width: 81px;
  }
}

.feature-list__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) {
    justify-content: flex-end;
  }
  .feature-list__item:nth-child(odd)::after {
    border: 8px solid #f3e2f6;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 88.5416666667%;
    z-index: -1;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) {
    border: 8px solid #f3e2f6;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img {
    margin-right: 47px;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img {
    margin-top: -35px;
  }
}
.feature-list__item:nth-child(odd) .feature-list__img::after {
  right: -27px;
  top: -33px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img::after {
    top: -39px;
  }
}
.feature-list__item:nth-child(3) {
  border-color: #d4ebed;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(3)::after {
    border-color: #d4ebed;
  }
}
.feature-list__item:nth-child(5) {
  border-color: #d4ebd0;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(5) {
    align-items: center;
    padding: 31px 0 37px;
  }
  .feature-list__item:nth-child(5)::after {
    border-color: #d4ebd0;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(5) .feature-list__img {
    margin-right: 32px;
  }
}

@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) {
    align-items: center;
    justify-content: center;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(even) {
    padding: 0 26px 30px;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) .feature-list__body {
    margin-left: 45px;
  }
}
.feature-list__item:nth-child(even) .feature-list__img::after {
  background: url(../img/feature/bg_number02.svg) center/cover no-repeat;
  left: -24px;
  top: -44px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) .feature-list__img::after {
    left: -33px;
    top: -39px;
  }
}

@media screen and (min-width: 768px), print {
  .feature-list__note {
    display: inline-block;
    font-size: 0.6875rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .feature__starBlock {
    position: absolute;
  }
  .feature__starBlock img {
    width: 100%;
  }
  .feature__starBlock._leftTop {
    -webkit-transform: translateY(-50%);
    left: -132px;
    top: 897px;
    transform: translateY(-50%);
  }
  .feature__starBlock._leftbtm {
    -webkit-transform: translateY(-50%);
    bottom: 720px;
    left: -140px;
    transform: translateY(-50%);
  }
  .feature__starBlock._rightbtm,
  .feature__starBlock._rightTop {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .feature__starBlock._rightTop {
    right: -120px;
    top: 984px;
  }
  .feature__starBlock._rightbtm {
    bottom: 720px;
    right: -132px;
  }
}

.schedule .star._rightBtm {
  right: 22.9333333333vw;
  top: 35px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._rightBtm {
    right: min(34.2857142857vw, 427px);
  }
}
.schedule .star._rightTop {
  right: 17.6vw;
  top: 23px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._rightTop {
    right: min(27.5714285714vw, 386px);
    top: 12px;
  }
}
.schedule .star._leftTop {
  left: 16.2666666667vw;
  top: 24px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._leftTop {
    left: min(28.2857142857vw, 396px);
    top: 11px;
  }
}
.schedule .star._leftBtm {
  left: 23.2vw;
  top: 37px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._leftBtm {
    left: min(31.0714285714vw, 435px);
  }
}

@media not all and (min-width: 768px), print {
  .events .star._rightBtm {
    right: 21.8666666667vw;
    top: 40px;
  }
  .events .star._rightTop {
    right: 15.7333333333vw;
    top: 28px;
  }
  .events .star._leftTop {
    left: 17.0666666667vw;
    top: 29px;
  }
  .events .star._leftBtm {
    left: 23.2vw;
    top: 41px;
  }
}

.facility .star._rightBtm {
  right: 8.5333333333vw;
  top: 35px;
}
@media screen and (min-width: 768px), print {
  .facility .star._rightBtm {
    right: min(19.2857142857vw, 270px);
    top: 36px;
  }
}
.facility .star._rightTop {
  right: 3.4666666667vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .facility .star._rightTop {
    right: min(16.4285714286vw, 230px);
    top: 11px;
  }
}
.facility .star._leftTop {
  left: 5.3333333333vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .facility .star._leftTop {
    left: min(16.4285714286vw, 230px);
  }
}
.facility .star._leftBtm {
  left: 10.6666666667vw;
  top: 37px;
}
@media screen and (min-width: 768px), print {
  .facility .star._leftBtm {
    left: min(19.7857142857vw, 277px);
    top: 36px;
  }
}

.schedule {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .schedule {
    padding-top: 60px;
  }
}

.schedule__container {
  background: rgba(172, 217, 221, 0.2);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 25px;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 768px), print {
  .schedule__container {
    margin-top: 40px;
  }
}

.schedule__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .schedule__inner {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.dayList__ttl {
  color: #000000;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .dayList__ttl {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__ttl {
    padding-left: 21.3333333333vw;
  }
}
.dayList__ttl::after {
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .dayList__ttl::after {
    height: 68px;
    left: auto;
    right: -33px;
    width: 68px;
  }
}
.dayList__ttl .time {
  color: #d56a9c;
  font-family: "Spartan_SemiBold", sans-serif;
}
.dayList__ttl span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .dayList {
    position: relative;
  }
  .dayList::before {
    -webkit-transform: translateX(-50%);
    background: url(../img/school/line_day.png) center/100% 100% no-repeat;
    content: "";
    display: block;
    height: 95%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .dayList__img {
    width: min(15.7142857143vw, 220px);
  }
}
@media not all and (min-width: 768px), print {
  .dayList__img {
    margin-top: 15px;
    padding-left: 21.3333333333vw;
  }
}
.dayList__img img {
  -o-object-fit: cover;
  aspect-ratio: 223/152;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .dayList__item {
    display: flex;
    height: 140px;
    width: 50%;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) .dayList__ttl {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) .dayList__ttl span {
    width: min(15.2142857143vw, 213px);
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__ttl {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__ttl::after {
    left: -35px;
    right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__img {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(8) .dayList__ttl {
    margin-left: 10%;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item:nth-of-type(1) {
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item:nth-of-type(1) .dayList__img {
    padding-left: 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: 26.6666666667vw;
  }
}
.dayList__item:nth-of-type(1) .dayList__ttl::after {
  background: url(../img/school/clock1.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(2) .dayList__ttl::after {
  background: url(../img/school/clock2.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(3) .dayList__ttl::after {
  background: url(../img/school/clock3.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(4) .dayList__ttl::after {
  background: url(../img/school/clock4.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(5) .dayList__ttl::after {
  background: url(../img/school/clock5.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(6) .dayList__ttl::after {
  background: url(../img/school/clock6.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(7) .dayList__ttl::after {
  background: url(../img/school/clock7.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(8) .dayList__ttl::after {
  background: url(../img/school/clock8.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(9) .dayList__ttl::after {
  background: url(../img/school/clock9.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(10) .dayList__ttl::after {
  background: url(../img/school/clock10.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(11) .dayList__ttl::after {
  background: url(../img/school/clock11.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(12) .dayList__ttl::after {
  background: url(../img/school/clock12.png) center/cover no-repeat;
}

@media screen and (max-width: 750px) {
  .c-list::before {
    -webkit-transform: translateX(0);
    left: 11px;
    transform: translateX(0);
  }
}
.c-list__item {
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .c-list__item {
    width: 100%;
  }
  .c-list__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.c-list__item:nth-of-type(even) {
  margin-left: auto;
}

.c-list__head,
.c-list__body {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

@media screen and (max-width: 750px) {
  .c-list__head,
  .c-list__body {
    padding-left: 36px;
  }
}
@media screen and (min-width: 751px) {
  .c-list__item:nth-of-type(odd) .c-list__head,
  .c-list__item:nth-of-type(odd) .c-list__body {
    padding-right: 1.5em;
  }
  .c-list__item:nth-of-type(even) .c-list__head,
  .c-list__item:nth-of-type(even) .c-list__body {
    padding-left: 1.5em;
  }
}
.c-list__head {
  border-bottom: 1px solid #ef4d3c;
  position: relative;
}

.c-list__head::after {
  background-color: #fff;
  border: 5px solid #ef4d3c;
  border-radius: 50%;
  bottom: -13px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: -13px;
  width: 16px;
}

@media screen and (max-width: 750px) {
  .c-list__head::after {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 751px) {
  .c-list__item:nth-of-type(even) .c-list__head::after {
    left: -13px;
    right: auto;
  }
}
.c-list__body > *:first-child {
  margin-top: 0 !important;
}

.c-list__txt {
  margin-top: 1em;
}

.c-loop-slider-id9382 {
  display: flex;
  overflow: hidden;
}
.c-loop-slider-id9382__list {
  -webkit-animation: infiniteLoop 40s linear 0.5s infinite both;
  animation: infiniteLoop 40s linear 0.5s infinite both;
  display: flex;
}
.c-loop-slider-id9382__item {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  width: 66.6666666667vw;
}
@media screen and (min-width: 768px), print {
  .c-loop-slider-id9382__item {
    width: 20vw;
  }
}
.c-loop-slider-id9382__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-loop-slider-id9382__item img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@-webkit-keyframes infiniteLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infiniteLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.events {
  padding-bottom: 45px;
  padding-top: 35px;
}
@media screen and (min-width: 768px), print {
  .events {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px), print {
  .event__starBlock {
    -webkit-transform: scale(-1, 1);
    bottom: -118px;
    position: absolute;
    right: -3.5714285714vw;
    transform: scale(-1, 1);
  }
}
@media not all and (min-width: 1200px), print {
  .event__starBlock {
    display: none;
  }
}

.eventList {
  margin-top: 25px;
}
@media screen and (min-width: 768px), print {
  .eventList {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .eventList__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.eventList__item + .eventList__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .eventList__item + .eventList__item {
    margin-top: 80px;
  }
}

.eventList__contents {
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .eventList__contents {
    align-items: center;
    width: 43%;
  }
}
.eventList__contents .pickupList {
  margin-left: 10px;
}
.eventList__contents .pickupList li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 768px), print {
  .eventList__contents .pickupList li {
    font-size: 1rem;
  }
}

.eventList__ttl {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 2.125rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .eventList__ttl {
    font-size: 2.625rem;
  }
}
.eventList__ttl span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .eventList__ttl span {
    font-size: 0.875rem;
  }
}

.eventList__imgWrap {
  -ms-grid-columns: 64.776119403% 8px 1fr;
  -ms-grid-rows: 19.7333333333vw 5px 19.7333333333vw;
  display: -ms-grid;
  display: grid;
  gap: 5px 8px;
  grid-auto-flow: row;
  grid-template-areas: "main sub1" "main sub2";
  grid-template-columns: 64.776119403% 1fr;
  grid-template-rows: 19.7333333333vw 19.7333333333vw;
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap {
    width: 54%;
  }
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap {
    -ms-grid-rows: 120px 10px 120px;
    -ms-grid-columns: 64.8148148148% 10px 1fr;
    gap: 10px 10px;
    grid-template-columns: 64.8148148148% 1fr;
    grid-template-rows: 120px 120px;
  }
  .eventList__imgWrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .eventList__imgWrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .eventList__imgWrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .eventList__imgWrap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media not all and (min-width: 768px), print {
  .eventList__imgWrap {
    margin-top: 20px;
  }
}
.eventList__imgWrap._reverse {
  -ms-grid-columns: 1fr 64.776119403%;
  grid-template-areas: "sub1 main " "sub2 main ";
  grid-template-columns: 1fr 64.776119403%;
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap._reverse {
    -ms-grid-columns: 1fr 64.8148148148%;
    grid-template-columns: 1fr 64.8148148148%;
  }
}

.eventList__img._lg {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
}

.eventList__imgWrap._reverse > .eventList__img._lg {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}
.eventList__img img {
  -o-object-fit: cover;
  aspect-ratio: 350/250;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eventList__img:not(._lg) img {
  aspect-ratio: 175/120;
}
.eventList__img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub1;
}
.eventList__imgWrap._reverse > .eventList__img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.eventList__img:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: sub2;
}
.eventList__imgWrap._reverse > .eventList__img:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.eventList__item._spring .eventList__ttl {
  background: url(../img/school/bgttl_event01_1.png) center/100% 100% no-repeat;
  height: 150px;
  padding-left: 6px;
  padding-top: 8px;
  width: 111px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._spring .eventList__ttl {
    height: 187px;
    width: 140px;
  }
}
.eventList__item._summer .eventList__ttl {
  background: url(../img/school/bgttl_event01_2.png) center/100% 100% no-repeat;
  height: 150px;
  padding-left: 15px;
  width: 111px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._summer .eventList__ttl {
    height: 187px;
    width: 140px;
  }
}
.eventList__item._autumn .eventList__ttl {
  background: url(../img/school/bgttl_event01_3.png) center/100% 100% no-repeat;
  height: 120px;
  padding-left: 23px;
  width: 108px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._autumn .eventList__ttl {
    height: 150px;
    width: 135px;
  }
}
.eventList__item._winter .eventList__ttl {
  background: url(../img/school/bgttl_event01_4.png) center/100% 100% no-repeat;
  height: 135px;
  justify-content: flex-start;
  padding-left: 22px;
  padding-top: 28px;
  width: 116px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._winter .eventList__ttl {
    height: 162px;
    width: 146px;
  }
}

.facility {
  background: rgba(172, 217, 221, 0.2);
  margin-bottom: 45px;
  padding-bottom: 55px;
  padding-top: 50px;
}
@media screen and (min-width: 768px), print {
  .facility {
    margin-bottom: 120px;
    padding-bottom: 80px;
    padding-top: 90px;
  }
}

.facilityList {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .facilityList {
    margin-top: 50px;
  }
}

.facilityList__item {
  display: flex;
  flex-direction: column-reverse;
}

.facilityList__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 312/230;
  border-radius: 10px;
  object-fit: cover;
}

.facilityList__ttl {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px;
  text-align: center;
}
.facilityList__ttl::before,
.facilityList__ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
}
.facilityList__ttl::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.facilityList__ttl::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 768px), print {
  .facilityList__ttl {
    font-size: 1.125rem;
    padding: 18px;
  }
}

.classAbout {
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .classAbout {
    padding-top: 80px;
  }
}
.classAbout .heading__main {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 0.9090909091em;
}
@media screen and (min-width: 768px), print {
  .classAbout .heading__main {
    font-size: 1.375rem;
    margin-bottom: 1.3636363636em;
  }
}
.classAbout .star._rightTop {
  right: 6.9333333333vw;
  top: -20px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._rightTop {
    right: min(21.4285714286vw, 300px);
    top: -19px;
  }
}
.classAbout .star._rightBtm {
  right: 13.3333333333vw;
  top: -6px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._rightBtm {
    right: min(24.8571428571vw, 348px);
    top: 0;
  }
}
.classAbout .star._leftBtm {
  left: 11.4666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._leftBtm {
    left: min(26.4285714286vw, 370px);
  }
}
.classAbout .star._leftTop {
  left: 6.1333333333vw;
  top: -18px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._leftTop {
    left: min(23.9285714286vw, 335px);
  }
}

.curriculum {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .curriculum {
    flex-direction: row-reverse;
  }
}
.curriculum:first-child {
  margin-top: 45px;
}
@media screen and (min-width: 768px), print {
  .curriculum:first-child {
    margin-top: 70px;
  }
}
.curriculum + .curriculum {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .curriculum + .curriculum {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculum__body {
    width: 50%;
  }
}
@media not all and (min-width: 768px), print {
  .curriculum__body {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculum__img {
    width: 46%;
  }
}
.curriculum__img img {
  -o-object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
}

.curriculumttl {
  color: #b2a851;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .curriculumttl {
    font-size: 1.375rem;
  }
}

.curriculum-outer {
  overflow: hidden;
}
@media not all and (min-width: 768px), print {
  .curriculum-outer .fullimg img {
    -o-object-fit: cover;
    aspect-ratio: 375/298;
    object-fit: cover;
  }
}

.curriculumWrap {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .curriculumWrap {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
@media not all and (min-width: 768px), print {
  .curriculumWrap {
    -ms-grid-columns: 1fr 20px 1fr;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.curriculumText {
  font-weight: 500;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .curriculumText {
    margin-top: 20px;
  }
}

@media not all and (min-width: 768px), print {
  .curriculumList {
    display: contents;
  }
}

.curriculumList:first-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.curriculumList + .curriculumList {
  margin-top: 40px;
}

.curriculumList__body {
  margin-top: 15px;
}

.curriculumList__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.curriculumList__item .curriculumttl {
  font-size: 1.125rem;
  text-align: center;
}
.curriculumList__item .curriculumText {
  font-size: 0.875rem;
  margin-top: 9px;
}
@media screen and (min-width: 768px), print {
  .curriculumList__item .curriculumText {
    margin-top: 0.9285714286em;
  }
}

.curriculumList__imgTop,
.curriculumList__imgBtm,
.curriculumList__starBlock {
  position: absolute;
}

.curriculumList__imgTop {
  bottom: 133px;
  right: -56px;
}
@media not all and (min-width: 768px), print {
  .curriculumList__imgTop {
    width: 280px;
  }
}
@media screen and (min-width: 768px), print {
  .curriculumList__imgTop {
    bottom: auto;
    right: -157px;
    top: -126px;
  }
}

.curriculumList__imgBtm {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .curriculumList__imgBtm {
    left: -325px;
    top: 97px;
  }
}

.curriculumList__img img {
  -o-object-fit: cover;
  aspect-ratio: 230/230;
  border-radius: 10px;
  object-fit: cover;
}

.curriculumList__starBlock._right {
  -webkit-transform: scale(-1, 1);
  bottom: 278px;
  right: 44px;
  transform: scale(-1, 1);
  width: 26.1333333333vw;
}
@media screen and (min-width: 768px), print {
  .curriculumList__starBlock._right {
    right: -80px;
    top: 194px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculumList__starBlock.left {
    left: -30px;
    top: -8px;
  }
}

.class {
  padding-bottom: 67px;
}
@media screen and (min-width: 768px), print {
  .class {
    padding-bottom: 120px;
    padding-top: 50px;
  }
}
.class .classLIst {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.class .classLIst__item {
  border-radius: 10px 0 0 10px;
  flex-direction: column-reverse;
  margin-top: 50px;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    padding: 0 53px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    margin-top: 70px;
  }
}
.class .classLIst__img,
.class .classLIst__item._summer .classLIst__img {
  margin-top: 0;
}
.class .classLIst__img img,
.class .classLIst__item._summer .classLIst__img img {
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__img img,
  .class .classLIst__item._summer .classLIst__img img {
    border-radius: 10px 0 0 10px;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__img img,
  .class .classLIst__item._summer .classLIst__img img {
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__img,
  .class .classLIst__item._summer .classLIst__img {
    width: 36.8672397326%;
  }
}
.class .classLIst__body {
  padding: 25px 20px 35px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__body {
    padding: 0 0 30px 0;
    width: 59.7898758357%;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__item._summer .classLIst__body {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__ttlWrap {
    display: flex;
    padding-top: 57px;
  }
  .class .classLIst__ttlWrap .classLIst__copy + * {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item._summer .classLIst__ttlWrap,
  .class .classLIst__item._after .classLIst__ttlWrap {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__ttl {
    position: absolute;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__ttl {
    margin-top: 0;
  }
}
.class .classLIst__item._summer .classLIst__ttl {
  left: auto;
}
.class .classLIst__head {
  font-size: 2.375rem;
}
.class .classLIst__head span {
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__head span {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
.class .classLIst__text {
  font-size: 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__text {
    margin-top: 30px;
  }
}
.class .classLIst__copy {
  font-size: 0.875rem;
  width: 200px;
}
@media not all and (min-width: 768px), print {
  .class .classLIst__copy {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__time {
    margin-left: 0;
  }
}
.class .classLIst__btns {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns {
    display: flex;
    margin-top: 25px;
  }
}
.class .classLIst__btns .btn {
  background-color: #fff;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns .btn:not(:first-child) {
    margin-left: 20px;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__btns .btn:not(:first-child) {
    margin-top: 10px;
  }
}
.class .classLIst__btns .btn::after {
  bottom: 18px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns .btn::after {
    bottom: 20px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */

.arrange {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
スタッフ
*/
#staff {
}
#staff .inner01 {
  margin-bottom: 80px;
  border-bottom: 1px dashed #000000;
  padding-bottom: 80px;
}
#staff .border {
  border: none;
}
#staff .box {
  width: 90%;
}
#staff .box .box_left {
  width: 45%;
  text-align: center;
  position: relative;
}
#staff .box .box_left img {
  width: 80%;
  margin: auto;
}
#staff .box .box_right {
  width: 50%;
}
#staff .box .box_right h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
#staff .box .box_right .director {
  font-size: 16px;
  margin: 0 10px 0 0;
}
#staff .box .box_right .en_name {
  font-size: 16px;
  color: #d2cc99;
  font-weight: 300;
  margin: 0 0 0 10px;
}
#staff .box .box_right .text_ara {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#staff .box .box_right .text_ara_second {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 2;
  background-color: #f6f5f6;
  border-radius: 10px;
  margin: 0 0 20px;
}
.staff_holiday {
}

.staff_holiday li {
  width: 45%;
}
.staff_holiday li dl {
}
.title-blue li dl dt {
  background-color: #aad7db;
}
.title-pink li dl dt {
  background-color: #ebb8d0;
}
.staff_holiday li dl dt {
  color: #000000;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 15px;
}
.staff_holiday li dl dd {
  font-size: 14px;
}
.right_150 {
  padding-right: 10%;
}
.left_150 {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  #staff .inner01 {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  #staff .box .box_left {
    width: 100%;
    margin: 0 0 20px;
  }
  #staff .box .box_right {
    width: 100%;
  }
  .right_150 {
    padding-right: 0;
  }
  .left_150 {
    padding-left: 0;
  }
  #staff .box .box_right .en_name {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
  }
  #staff .box .box_right h2 {
    font-size: 18px;
    text-align: center;
  }
  #staff .box .box_right .director {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .staff_holiday li {
    width: 47%;
  }
  .staff_holiday li dl dt {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .staff_holiday li dl dd {
    font-size: 12px;
  }
}
.sp_only {
  display: none;
}
.pc_only {
  display: inline-block;
}
.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% {
    transform: translate(0, -3px);
  }
  3.27869% {
    transform: translate(0, 3px);
  }
  6.55738% {
    transform: translate(0, -3px);
  }
  9.83606% {
    transform: translate(0, 3px);
  }
  13.11475% {
    transform: translate(0, -3px);
  }
  16.39344% {
    transform: translate(0, 3px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/***********************************
 blog
************************************/
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.blog_articlelist .pager-nav_list {
  margin: 20px 0 0;
}

.single_layout .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.blog_list .blog_item .title {
  font-family: "TsukuARdGothicStd-R";
  letter-spacing: 0.1em;
  font-size: 20px;
}

.blog_list .blog_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #a8898a;
}

.blog_item_meta .category {
  color: #a8898a;
  margin-right: 20px;
  border: 1px solid #a8898a;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 100rem;
}

.blog_item_meta .datetime {
  font-size: 12px;
}

.blog_item_thumbnail {
  padding-top: 66.66667%;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog_item_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.blog_item_thumbnail.-noimage {
  color: #a8898a;
}

.blog_item_thumbnail.-noimage p {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#blog_single {
  background-image: url(../img/blog/star_bk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.star_right {
  width: 130px;
  position: absolute;
  top: -30px;
  left: -70px;
  z-index: -1;
}
.single_layout {
}
.single_layout .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_layout_main {
  width: 67%;
}

.single_layout_side {
  width: 25%;
}

#blog_single .single_header h1 {
  font-size: 20px;
  line-height: 1.53;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bbbcbd;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  color: #d36a9a;
  font-weight: 600;
}

#blog_single .single_header .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#blog_single .single_header .category {
  font-size: 11px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 2px 10px;
}

#blog_single .single_header .datetime {
  font-size: 12px;
  margin-right: 10px;
}
.single_content .img {
  margin-bottom: 20px;
}
.single_layout_main .message_text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #5f5f60;
}
.single_content .page_nav {
  margin-top: 40px;
  border-radius: 20px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 118px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

.single_content .page_nav_item {
  width: 50%;
  max-width: 157px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}

.single_content .page_nav_item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.single_content .page_nav_item .icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
}

.single_content .page_nav_item.prev .icon {
  left: -15px;
}

.single_content .page_nav_item.next .link_title {
  text-align: right;
}

.single_content .page_nav_item.next .icon {
  right: -15px;
}

.single_content .link_title {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.side_widget {
  background: url(../img/feature/bg_rinen.png);
  padding: 47px 4.5454545455%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.side_widget_inner {
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f5f8fa;
}
.side_widget + * {
  margin-top: 30px;
}

.side_widget h2 {
  padding: 0 0 10px 40px;
  background-image: url(../img/blog/icon_star.png);
  background-position: left 10px top 5px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #000000;
  margin: 0 0 10px;
  font-weight: 600;
}

.side_widget h2 .title-ja {
  font-size: 16px;
}

.side_widget h2 .title-en {
  font-size: 11px;
  display: block;
  margin-bottom: 0;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  color: #ae4952;
  letter-spacing: 0.05em;
}

.side_widget .sidebar-list {
  margin-top: 15px;
  padding: 15px;
}

.side_widget .sidebar-list li {
  border-radius: 10px;
  border: 1px solid #d5c8c9;
}

.side_widget .sidebar-list li + * {
  margin-top: 10px;
}

.side_widget .sidebar-list li > ul {
  padding-left: 1em;
}

.side_widget .sidebar-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8898a;
  font-size: 14px;
  font-family: "TsukuARdGothicStd-M";
  letter-spacing: 0.1em;
  padding: 15px 20px;
}

.side_widget .sidebar-list a .icon {
  margin-right: 20px;
}

.sidebar-archivelist li:last-child,
.sidebar-catelist li:last-child {
  border-bottom: none;
}
.sidebar-archivelist li > ul,
.sidebar-catelist li > ul {
  padding-left: 1em;
}

.sidebar-archivelist a,
.sidebar-catelist a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 8px 10px;
}

.sidebar-archivelist a::before,
.sidebar-catelist a::before {
  content: "ー";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
}
.sidebar-archivelist a::after {
  content: "年";
}

@media screen and (max-width: 767px) {
  .single_layout .wrap {
    display: block;
  }
  #blog_single .single_header .meta {
    margin-bottom: 10px;
  }
  #blog_single .single_header h1 {
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 20px;
  }
  .single_layout_main .message_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0 0 60px;
  }
  .blog_articlelist {
    padding-left: 0;
    padding-right: 0;
  }
  .blog_articlelist .pager-nav_list {
    margin: 0 !important;
  }
  .pager-nav {
    padding-bottom: 0;
  }
  .blog_list {
    margin-top: 40px;
  }
  .blog_articlelist {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .pager-nav_list {
    margin: 40px 0 0;
  }

  .blog_articlelist_inner {
    padding: 30px 2.5%;
  }
  .single_layout .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single_layout_main {
    width: 100%;
    max-width: 100%;
  }
  .single_layout_side {
    width: 100%;
  }
  .single_content .page_nav {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single_layout {
    padding: 60px 0 0;
  }
  .blog_list .blog_item {
    width: 100%;
    margin-bottom: 40px;
  }
  #blog_single .single_header .datetime {
    font-size: 11px;
  }
  .voices-backbtn {
    margin-top: 60px;
  }
  .voices-backbtn .btn-secondary_link {
    font-size: 14px;
    min-width: 195px;
  }
  .side_widget .sidebar-list a {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .side_widget {
    padding: 30px 20px 20px;
  }
  .single_layout {
    padding: 0px 0 30px;
  }
  .side_widget .sidebar-list {
    padding: 15px 0;
  }
  #blog_single {
    background-position: center center;
  }
  .side_widget + * {
    margin-top: 15px;
  }
}

@media screen and (max-width: 414px) {
  #blog_msg p {
    font-size: 14px;
  }
  .blog_list dt {
    padding-left: 0;
    padding-right: 10px;
    width: 180px;
  }
  .blog_list dd {
    width: calc(100% - 180px);
  }
  .single_layout {
    padding: 0px;
  }
  .star_right {
    width: 90px;
    top: -20px;
    left: auto;
    right: 0;
  }
}

/*****************************************************
news
******************************************************/
/*
news-list
*/
.news-list {
}
.news-list ul {
  text-align: center;
}
.news-list ul li {
  width: 31%;
  padding: 0 1% 40px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.news-list ul li:nth-child(2),
.news-list ul li:nth-child(8),
.news-list ul li:nth-child(14),
.news-list ul li:nth-child(20),
.news-list ul li:nth-child(5),
.news-list ul li:nth-child(11),
.news-list ul li:nth-child(17),
.news-list ul li:nth-child(23) {
  margin: 30px 0 0;
}

.news-list ul li .box .title_ara {
  position: relative;
}
.news-list ul li .box .day_time {
}
.news-list ul li .box .day_time {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 7px;
}
.news-list ul li .box .title {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #d56a9c;
  font-weight: 600;
}
.news-list ul li .box .cate {
  font-size: 11px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 3px 6px;
  margin: 0 0 0 5px;
}
.news-list ul li .box .cate a:hover {
}
.news-list ul li .box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 10px;
  border: 1px solid #dcdcdc;
}
.news-list ul li .box .img a img:hover {
  opacity: 100;
}
@media screen and (max-width: 767px) {
  .news-list ul li {
    width: 100%;
    padding: 0 0 40px;
  }
  .news-list ul li:nth-child(2),
  .news-list ul li:nth-child(8),
  .news-list ul li:nth-child(14),
  .news-list ul li:nth-child(20),
  .news-list ul li:nth-child(5),
  .news-list ul li:nth-child(11),
  .news-list ul li:nth-child(17),
  .news-list ul li:nth-child(23) {
    margin: 0;
  }
}

/*
アクセス
*/
#access {
  padding: 60px 0 100px;
}

#access .gmap {
  width: 95%;
  margin: 30px auto 100px;
}
#access .gmap .box_left {
  width: 60%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
}
#access .gmap .box_left h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#access .gmap .box_left h2 .gmap_en {
  font-size: 14px;
  display: block;
}
#access .gmap .box_left .text_ara {
  margin: 0 0 20px;
}
#access .gmap .box_left dl {
}
#access .gmap .box_left dl {
}
#access .gmap .box_left dl > div:first-of-type {
  border-top: 1px dashed #000;
}
#access .gmap .box_left dl > div {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 11px 10px 14px;
  align-items: center;
}
#access .gmap .box_left dl > div > dt {
  width: 110px;
  text-align: justify;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  white-space: nowrap;
  color: #e5555d;
  font-size: 15px;
  line-height: 1.9;
}
#access .gmap .box_left dl > div > dd {
  width: calc(100% - 110px);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000;
  line-height: 1.9;
  display: inline-block;
  transform: translateY(3px);
}
.icon_bus {
  width: 40px;
}
.icon_hu {
  width: 27px;
}
#access .gmap .box_right {
  width: 32%;
}
#access .gmap .box_right img {
  border-radius: 10px;
}
#access .gmap {
}
.sns {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: flex-start;
}
.sns li {
  width: 35px;
  margin: 0 0 0 10px;
}
.pick_up {
  background: url(../img/feature/bg_rinen.png) center/100% 100% repeat;
  padding: 47px 4.5454545455%;
  background-size: cover;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
}
.pick_up .pick_up_inner {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 15px;
  letter-spacing: 0.1em;
}
.pick_up h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
  display: inline-block;
  border-bottom: 1px dashed #000000;
  padding: 0 20px 10px 60px;
  background-image: url(../img/access/icon_star.png);
  background-position: left 8px center;
  background-size: 32px auto;
  background-repeat: no-repeat;
}
.pick_up .text_ara {
  line-height: 2;
}
.pick_up .text_ara .time {
  display: block;
  font-weight: 600;
  margin: 15px 0 0;
}
.access01 {
  width: 290px;
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  #access {
    padding: 30px 0 50px;
  }
  #access .gmap {
    margin: 30px auto 80px;
  }
  .sns {
    right: 0px;
  }
  .sns li {
    width: 23px;
  }
  .pick_up {
    width: 100%;
  }
  .access01 {
    right: 0px;
    bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }

  #access .gmap {
    margin: 30px auto 40px;
  }
  #access .gmap .box_left {
    width: 100%;
    margin: 0 0 30px;
  }
  #access .gmap .box_left h2 .gmap_en {
    font-size: 13px;
    letter-spacing: 0;
  }
  #access .gmap .box_right {
    width: 80%;
    margin: auto;
  }
  #access .gmap .box_left dl > div > dd {
    width: calc(100% - 0px);
    font-size: 13px;
    line-height: 1.8;
  }
  .icon_bus,
  .icon_hu {
    margin: 0 0 0 10px;
  }
  .pick_up .pick_up_inner {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    letter-spacing: 0.1em;
  }
  .pick_up h2 {
    display: block;
  }
  .access01 {
    width: 220px;
    bottom: -50px;
  }
}

/*
スタッフ
*/
#staff {
}
#staff .inner01 {
  margin-bottom: 80px;
  border-bottom: 1px dashed #000000;
  padding-bottom: 80px;
}
#staff .border {
  border: none;
}
#staff .box {
  width: 90%;
}
#staff .box .box_left {
  width: 45%;
  text-align: center;
  position: relative;
}
#staff .box .box_left img {
  width: 80%;
  margin: auto;
}
#staff .box .box_right {
  width: 50%;
}
#staff .box .box_right h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
#staff .box .box_right .director {
  font-size: 16px;
  margin: 0 10px 0 0;
}
#staff .box .box_right .en_name {
  font-size: 16px;
  color: #d2cc99;
  font-weight: 300;
  margin: 0 0 0 10px;
}
#staff .box .box_right .text_ara {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#staff .box .box_right .text_ara_second {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 2;
  background-color: #f6f5f6;
  border-radius: 10px;
  margin: 0 0 20px;
}
.staff_holiday {
}

.staff_holiday li {
  width: 45%;
}
.staff_holiday li dl {
}
.title-blue li dl dt {
  background-color: #aad7db;
}
.title-pink li dl dt {
  background-color: #ebb8d0;
}
.staff_holiday li dl dt {
  color: #000000;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 15px;
}
.staff_holiday li dl dd {
  font-size: 14px;
}
.right_150 {
  padding-right: 10%;
}
.left_150 {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  #staff .inner01 {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  #staff .box .box_left {
    width: 100%;
    margin: 0 0 20px;
  }
  #staff .box .box_right {
    width: 100%;
  }
  .right_150 {
    padding-right: 0;
  }
  .left_150 {
    padding-left: 0;
  }
  #staff .box .box_right .en_name {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
  }
  #staff .box .box_right h2 {
    font-size: 18px;
    text-align: center;
  }
  #staff .box .box_right .director {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .staff_holiday li {
    width: 47%;
  }
  .staff_holiday li dl dt {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .staff_holiday li dl dd {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  /*
次へのページへ
*/
  /*投稿ページの次へ*/
  .prev {
    width: 30%;
  }
  .listpage {
    width: 34%;
  }
  .next {
    width: 30%;
  }
  .postNavi {
    margin: 30px 0;
  }
  .prev::before,
  .next::after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .postNavi {
    font-size: 14px;
  }
}


/* blog accordion */
.news-list_accordion{
  padding-bottom: 70px;
  position: relative;
  z-index: 6;
}
.side_widget_accordion{
  margin-top: 40px;
}
.archvie-accordion{
  width: 225px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  margin-left: auto;
  position: relative;
  margin-right: 0;
}
.archvie-accordion_title{
  padding: 14px 0 14px 40px;
  cursor: pointer;
  background-image: url(../img/blog/icon_star.png);
  background-position: left 10px top 15px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  /* border-bottom: 1px dashed #000000; */
  /* margin: 0 0 10px; */
  font-weight: 600;
  position: relative;
}
.archvie-accordion_title::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}
.archive-accordion_body{
  position: absolute;
  width: calc(100% + 2px);
  top: calc(100% - 10px);
  left: -1px;
  right: -1px;
  z-index: 1;
}
.archive-accordion_list{
  margin-left: auto;
  padding: 20px 20px;
  border: 1px solid #dcdcdc;
  border-top: none;
  background: #fff;
  border-radius:  0 0 10px 10px;
}
.archive-accordion_list::before{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  border-top: 1px dashed #000;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.archive-accordion_list li{
  width: 100%;
  padding-bottom: 0;
  line-height: 2;
}
ul.archive-accordion_list li:nth-child(2){
  margin-top: 0;
}
ul.archive-accordion_list li::before{
  content: '-';
  margin-left: 10px;
}


.side_widget_accordion.archvie-accordion{
  border-color: #f5f8fa;
}
.side_widget_accordion .archive-accordion_list{
  border-color: #f5f8fa;
}
.side_widget_accordion.archvie-accordion .archive-accordion_body{
 position: relative;
}

@media screen and (max-width: 767px){
  .archvie-accordion{
    width: 100%;
    max-width: none;
  }
}

  /* 2024年TOP修正 */

.topstaff {
  background: rgba(146, 205, 211, 0.3);
  padding-bottom: 60px;
 padding-top: 60px;
	position: relative;
}
.staff_list{display: flex; justify-content: space-between; flex-wrap: wrap;margin-top: 50px;width: 100%;font-size:0;
　　line-height:0;}
.staff_list li{text-align: center; width: 12.5%;line-height:1.8;}
.staff_list li:nth-child(even){margin-top: 50px;}
.staff_list li img{width: 100%;max-width: 100%;height: auto;}
.staff_list li h3{font-size: 15px;font-weight: 700;margin-bottom: 5px;margin-top: 10px;}
.staff_list li span{font-size: 12px;display: block;font-weight: normal;}
.color_pink{color: #d56a9c}
.color_blue{color: #92cdd3}
.topstaff ._gdright{top: 100px; left: calc(50% + 350px);}
.topstaff ._svright{top: 50px; left: calc(50% + 200px);}
.topstaff ._gdleft{top: 50px; right: calc(50% + 200px);}
.topstaff ._svleft{top: 100px; right: calc(50% + 350px);}
@media screen and (max-width: 767px){
.topstaff {
  padding-bottom: 50px;
 padding-top: 50px;
}	
.staff_list {
  margin-top: 20px;
}
.staff_list li{text-align: center; width: 45%;margin-bottom: 15px;}
.staff_list li:nth-child(even){margin-top: 0px;}
.topstaff ._gdright{top: 90px; left:5%;}
.topstaff ._svright{top: 40px; left: 20%}
.topstaff ._gdleft{top: 50px; right: 5%;}
.topstaff ._svleft{top: 80px; right: 20%;}
}






/*---------
下層ページ共通
---------*/
.page-header{
	padding: 120px 0 0;
	margin-left: 25vw;
	position: relative;
	
}
.page-header__img{
	position: relative;
	padding-right: 5vw;
}
.page-header__img::after{
	background-color: #EEEAE3;
  position: absolute;
  top: -80px;
  left: 10%;
  border-bottom-left-radius: 5px;
  content: '';
  display: block;
  height: 80%;
  z-index: -1;
  width: 90%;
	
}
/*パンくず*/
.breadcrumbs{
	font-size: 11px;
	 position: absolute;
  top: 18px;
  right: 5%;
	color: rgba(51, 51, 51, 0.7);
}
.breadcrumbs a{
	color: #8C7F99;
	text-decoration: underline;
	background: none;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #B5A4C5;
}

@media screen and (max-width: 1200px){
.page-header{
	padding: 80px 0 0;
	margin-left: 20vw;
}	
.page-header__title {
    top: 80px;
}
.page-header .heading__main {
  font-size: 3.5vw;
}
}

@media screen and (max-width: 767px){
.page-header .heading__main {
  font-size: 30px;
}
.page-header {
    padding: 0px 0 0;
    margin-left: 0;
  }
.page-header__img {
  padding-right: 0;
}
.breadcrumbs{
	display: none;
	}
.page-header__title {
  padding: 70px 0 70px;
}
.page-header__img::after {
  top: auto;
	bottom: -30px;
  left: 10%;
 
}
}


/*---------
TOP
---------*/
.h2_main{font-size: 40px;letter-spacing: 0.1em;line-height: 1.8;font-weight: normal;}
.h2_bk{
	background-image: url(../img/common/title_bk.png);
	background-position: center top;
	background-size: 388px auto;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.btn,.btn_02{position: relative;}
.btn a {
  position: relative;
  color: #35332e;
  border: 1px solid #35332e;
  padding: 20px 31px 20px;
  text-align: center;
  line-height: 1.3;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.btn a:hover {
  opacity: 0.8;
  color: #fff;
  background: #35332e;

}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.075em solid  #35332e;
  border-radius: 50%;
  box-sizing: content-box;
	position: absolute;
	top: 14px;
	right: 30px;
}

.dli-caret-circle-fill-right::before {
  content: '';
 display: inline-block;
  vertical-align: middle;
  color: #35332e;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.075em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
		margin: 10px 9px auto;
}
.btn a:hover .dli-caret-circle-fill-right {
	 color: #fff;
	  border: 0.075em solid  #fff;
}
.btn a:hover .dli-caret-circle-fill-right::before{
	  color: #fff;
}
.btn_02 a {
	position: relative;
	color: #FFFFFF;
	border: 1px solid #b76262;
	padding: 23px 31px 23px;
	text-align: center;
	line-height: 1.3;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #b76262;	
}
.btn_02 a:hover {
  opacity: 0.8;
}
.dli-caret-circle-fill-right02 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.075em solid  #ffffff;
  border-radius: 50%;
  box-sizing: content-box;
	position: absolute;
	top: 16px;
	right: 30px;
}

.dli-caret-circle-fill-right02::before {
  content: '';
 display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.075em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
		margin: 10px auto;
}




.inner{
	max-width: 1200px;
	margin-inline: auto;
}


.top_title{
	position: relative;
}
.t_inner{
	position: absolute;
	top: 100px;
	left: 30px;
}
.top_title h1{
	font-size: 2.488vw;
	letter-spacing: 0.1em;
	line-height: 2;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-weight: normal;
	color: #000000;
}
.top_title img{
}
.marufuji{
	width: 60%;
	max-width: 120px;
	height: auto;
	margin: 50px auto 0;
	display: block;
}



.topgreeting{
	padding: 150px 0 150px;
	margin: 120px 0 0 ;
}
.topgreeting .inner{
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}
.topgreeting .title_ara{
	width: 45%;
}
.topgreeting .title_ara h2{
	position: relative;
}
.topgreeting .title_ara h2::after{
	content: "";
  display: inline-block;
  background: url(../img/TOP/maru.png) 100% 100% / cover;
	width: 256px;
	height: 248px;
 position: absolute;
  top: 25px;
  z-index: -1;
	
}
.topgreeting .text_ara{
	width: 55%;
	padding: 0 10% 0 0;
	height: 500px;
}
.topgreeting .text_ara p{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin-left: 30px;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	float: right;
	
}
.icon_01 img{
	width: 100%;
	}	
.icon_01{
	position: absolute;
	right: 100px;
	bottom: 10px;
	max-width: 391px;
}


.top_dishi{
	margin: 100px 0;
}
.top_dishi .title_ara{
	text-align: center;
}
.top_dishi .text_ara{
	max-width: 800px;
	margin: 0 auto 30px;
}
.top_dishi .text_ara p{
	line-height: 2;
	letter-spacing: 0.1em;
}
.dishi_list{
	display: flex;
	 justify-content: space-between;
}
.dishi_list li{
	text-align: center;
	width: 33%;
}
.dishi_list li h3{
	font-size: 28px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	 display: inline-block;
	letter-spacing: 0.15em;
	height: 230px;
}
.dishi_list li figure{
	position: relative;
	margin: 30px 0 0;
}
.dishi_list li figure::before{
	 content: '';
    display: block;
    width: 1px;
    height: 100px;
    background-color: #000000;
	position: absolute;
	top: -50px;
	  left: 0;
  right: 0;
  margin:0 auto;
}
.dishi_list li figure img{
		border-radius: 15px;	
}
.top_dishi .btn {
	margin: 70px auto 0;
	max-width: 380px;
	width: 90%
}

.top_shopping{
	margin: 150px 0 200px;
	background-image: url(../img/TOP/maruhuzi.png);
	background-position: right -160px center;
	background-size: 400px auto;
	background-repeat: no-repeat;
}
.top_shopping .inner{
	max-width: 1000px;
	position: relative;
}
.top_shopping .boxes{
	display: flex;
	justify-content: center;
	align-items: center; 
	flex-direction: row-reverse;
}
.top_shopping .box_right{
	width: 55%;
}
.top_shopping .title_ara{
	margin-bottom: 30px;
}
.top_shopping .title_ara h2{
	font-size: 24px;
	letter-spacing: 0.1em;
}
.top_shopping .text_ara{
	font-size: 16px;
	line-height: 2;
}
.top_shopping .box_left{
	width: 35%;
	margin-right: 10%;
}
.top_shopping .box_left img{
	border-radius: 15px;	
}
.top_shopping .btn_02{
  max-width: 380px;
  width: 90%;
	position: absolute;
	bottom: 0px;
	 left: calc(50% + 10px);
}

.top_info{
	margin: 150px 0 150px 10.3571428571vw;
}
.top_info .wapper{
	background-color: #FFFFFF;
	padding: 100px 80px;
	display: flex;
justify-content: center;
align-items: center; 
}
.top_info .title_ara{
	width: 10%;
	text-align: center;
	
}
.top_info .title_ara h2{
	font-size: 36px;
	height: 300px;
	writing-mode: vertical-rl;
  letter-spacing: 0.15em;
	position: relative;
	
}
.top_info .title_ara span{
	font-size: 14px;
	display: block;
	writing-mode: horizontal-tb;
	position: absolute;
	bottom: 20px;
	 left: 14px;
  margin:0 auto;
}
.top_info .text_ara{
	width: 80%;
	margin-left: 10%;
}
.top_info .text_ara li{
	border-bottom: 1px solid #cccccd;
	display: flex;
	padding: 15px 0 15px;
	margin:  15px 0 15px;
	letter-spacing: 0.1em;
	line-height: 2;
	position: relative;
}
.top_info .text_ara li .time{
	margin: 0 50px 0 20px;
	font-size: 14px;
}
.top_info .text_ara li h3{
	padding: 0 120px 0 0
}
.top_insta{
	margin: 150px 0 ;
	text-align: center;
}
.top_insta .title_ara{
	margin: 0 0 30px;
}
.top_insta .title_ara span{
	font-size: 14px;
	display: block;
}
.top_insta .title_ara h2{}
.top_insta .text_ara{
	margin: 0 0 30px;
}
.top_insta .text_ara p{
	letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1200px){
.topgreeting{
	padding: 80px 0 80px;
}
.topgreeting .inner{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
}
@media screen and (max-width: 1000px){
.topgreeting .inner {
 display:block;
	padding: 0 20px;
}
.topgreeting .title_ara {
  width: 100%;
}	
.topgreeting .text_ara {
  width: 100%;
  padding: 20px 0 0 0;
  height: auto;
}	
.topgreeting .text_ara p {
 writing-mode: horizontal-tb;
  margin: 0 0 20px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  float: none;
}

.icon_01{
	position: static;
	margin: 0 auto ;
}
	
}
@media screen and (max-width: 767px){
.h2_main{font-size: 30px;}
.h2_bk{
	background-size: 288px auto;
	padding: 30px 0;
}
.dli-caret-circle-fill-right,.dli-caret-circle-fill-right02{
	right: 15px;
	top: 20px;
}
.dli-caret-circle-fill-right,.dli-caret-circle-fill-right02 {
  width: 1.5em;
  height: 1.5em;
}
.dli-caret-circle-fill-right::before,.dli-caret-circle-fill-right02::before {
  width: 0.4em;
  height: 0.4em;
	margin: 1px 9px auto;
}
	
.top_title{
	padding-top: 200px;
}	
.t_inner{
	top: 45px;
	left: 30px;
	display: flex;
}
.top_title h1 {
  font-size: 20px;
	  order: 2;
	}
.topgreeting .title_ara h2::after {
	right: -90px;
	top: 30px;
}
.marufuji {
  width: 70px;
	  order: 1;
	margin: 0 10px 0 0;
}
.background_p {
  bottom: -35px; 
}
.topgreeting {
  padding: 50px 0 50px;
  margin: 80px 0 0;
}
.topgreeting .text_ara p {
    font-size: 16px;
  }
.top_dishi {
  margin: 50px 0;
padding: 0 20px 0 ;
}
.dishi_list li h3 {
  font-size: 20px;
	height: auto;
}
.dishi_list {
  display: block;
}
.dishi_list li {
  text-align: center;
  width: 100%;
	margin-bottom: 50px;
}
.dishi_list li figure::before {
  height: 50px;
  top: -20px;
}
.top_dishi .btn {
  margin: 30px auto 0;
}
.top_shopping{
	margin: 100px 0 80px;
	background-position: right -60px top;
	background-size: 200px auto;
	background-repeat: no-repeat;
}
.top_shopping .inner {
	padding: 0 20px;
}
.top_shopping .boxes{
	display: block;
}
.top_shopping .box_right {
  width: 100%;
}
.top_shopping .box_left {
  width: 100%;
  margin: 30px 0 30px 0;
}
.top_shopping .btn_02 {
  position: static;
	margin: auto;
}
.top_info {
  margin: 0px 0 50px 0;
}
.top_info .wapper {
  padding: 60px 20px;
	display: block;
}
.top_info .title_ara {
  width: 100%;
  text-align: center;
}
.top_info .text_ara {
  width: 100%;
  margin-left: 0;
}	
.top_info .title_ara h2 {
  font-size: 30px;
  height: auto;
 writing-mode: horizontal-tb;
}	
.top_info .title_ara span {
  position: static;

}
.top_info .text_ara li {
  display: block;
}
.top_info .text_ara li .time {
	display: block;
  margin: 0 0 5px 10px;
  font-size: 12px;
}	
.top_info .text_ara li h3 {
  padding: 0 0 0 10px;
}
.top_info .dli-caret-circle-fill-right{
	display: none;
	}
.top_insta{
	margin: 60px 0 ;
}
}



/*---------
info
---------*/
#info{
	margin: 100px 0;
}
.inner01{
	max-width: 850px;
	width: 90%;
	margin: auto;
}
.blog_ara li{
	border-bottom: 1px solid #cccccd;
  display: flex;
  padding: 10px 0 25px;
  margin: 10px 0 25px;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
.blog_ara li .time {
  margin: 0 50px 0 20px;
  font-size: 14px;
}
.blog_ara li h2 {
  padding: 0 120px 0 0;
	line-height: 1.8;
}
.blog_ara .dli-caret-circle-fill-right {
  top: 4px;
}
.blog-header .inner{
	max-width: 1000px;
	margin: 100px auto;
	padding: 0 20px;
}
.blog-header .time{
	font-size: 14px;
	letter-spacing: 0.1em;
}

.blog-tilte{
	font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: normal;
	margin: 0 0 50px;
}
.blog-header .text_ara{
	line-height: 2.3;
  letter-spacing: 0.1em;
	font-size: 16px;
}
.single_navi{
	margin: 100px 0 0;
	border-top: 1px solid #BBBCBC;
	padding: 20px 10px 0;
}
.single_navi ul{
	display: flex;
	justify-content: center; 
}
.single_navi li{

}
.prev,.next{
	width: 24%;
}
.view_all{
	width: 50%;
	text-align: center;
	position: relative;
	padding: 45px 0 0;
}
.view_all img{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	  left: 0;
  right: 0;
  margin:0 auto;
	
}
.next{
	text-align: right;
}
.single_navi li a{
	transition: 0.5s;
}
.single_navi li a:hover{
	text-decoration: underline;	
	color: 	#8C7F99;

}
.blog_only{
	height: 300px;
}
.page-numbers li {
  border: none;
}

@media screen and (max-width: 1200px){
.blog_only{
	height: 100%;
}	
.blog .heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.blog .page-header__title {
    background-color: transparent;
    padding: 40px 20px;
    position: static;
    max-width: 100%;
  writing-mode: horizontal-tb;
  }
 .blog .page-header {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px){
#info{
	margin: 60px 0 70px;
}
.blog_ara li {
    display: block;
  }	
.blog_ara li .time {
display: block;
    margin: 0 0 5px 10px;
    font-size: 12px;
}
.blog_ara li h2 {
 padding: 0 0 0 10px;
}
.blog_ara .dli-caret-circle-fill-right {
    display: none;
  }
.blog-tilte{
	font-size: 26px;
	margin: 0 0 40px;

}
.blog-header .text_ara{
	line-height: 2;
}
.blog-header .inner {
  margin: 50px auto 0;
}
  .single_navi {
    margin: 80px 0 60px;
  }
.blog_only{
	padding-bottom: 0 !important;
}
}

.pagination{
	text-align: center;
	margin: 50px auto 50px;
}
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-numbers li .current {
  background: #8c7f99;
	  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.page-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	color: #FFFFFF;
}
.page-numbers li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	 width: 3rem;
  height: 3rem;
	color: #231815;
}

/*---------
about
---------*/
#about{
	margin: 100px 0;
	position: relative;
}
.inner03{
	width: 80%;
	margin: auto;
	
}
#about::before{
	position: absolute;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url("../img/about/icon_kumo_right.png");
	width: 306px;
	height: 138px;
	background-size: 306px 138px;
	top: 35px;
}
#about::after{
	position: absolute;
	left: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url("../img/about/icon_kumo_left.png");
	width: 306px;
	height: 138px;
	background-size: 306px 138px;
	bottom: 35px;
	z-index: 3;
}
#about .box{
	background-color: #FFFFFF;
	padding: 80px 100px 100px;
	border-radius: 20px;
	z-index: 1;
}

#about .box h2{
	font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.7;
	text-align: center;
	margin: 0 0 50px;
}

#about .box .text_ara{
	position: relative;
	z-index: 4;
}

#about .box .text_ara p{
	line-height: 2;
  letter-spacing: 0.1em;
	margin: 0 0 20px;
	position: relative;
	z-index: 10;
}



#kodawari{
	padding: 100px 0;
	position: relative;
}
.fuji{
	position: absolute;
	right: 5%;
	top: -180px;
	width: 244px;
	z-index: 2;
}
#kodawari .h2_main{
	margin: 0 0 50px;
	text-align: center;
}
#kodawari .box,#kodawari .box02{position: relative;}
#kodawari .box .inner03,#kodawari .box02 .inner03{
	display: flex;
justify-content: center;
}
#kodawari .box h3,#kodawari .box02 h3{
	font-size: 28px;
	letter-spacing: 0.1em;
  line-height: 1.7;
	margin: 0 0 40px;
}
#kodawari .box p,#kodawari .box02 p{
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}
.red{
	color: #B76262;
}
#kodawari .box .inner03 .box_right{
	width: 45%;
	margin: 0 0 0 10%;
	order: 2;
}
#kodawari .box .inner03 .box_left{
	width: 45%;
		order: 1;
	position: relative;
}
#kodawari .box02{
	margin: 180px 0;
}
#kodawari .box02 .inner03 .box_right{
	width: 45%;
	margin: 0 0 0 10%;
	order: 1;
}
#kodawari .box02 .inner03 .box_left{
	width: 45%;
		order: 2;
	position: relative;
}
.bk_back{
	border-bottom-right-radius: 30px;
	box-shadow: -35px 35px 0px 0 #EEEAE3;
}
.bk_back02{
	 border-bottom-left-radius: 30px;
	box-shadow: 35px 35px 0 0 #EEEAE3;
}
.big_text{
	font-size: 110px;
	writing-mode: vertical-rl;
    text-orientation: upright;
	color: #B59962;
	letter-spacing: 0.1em;
	position: absolute;
text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
	z-index: -1;
	bottom: -30px;
}
#kodawari .box .big_text{
	left: calc(50% + 400px);	
}
#kodawari .box02 .big_text{
	left: 10%;
}
.sp_big_text,.sp_big_text02{
	display: none;
}

#company{
	margin: 100px 0;
}
#company .h2_main{text-align: center;}
.dd_item{
    display: flex;
    padding:  30px 15px;
    border-bottom: 1px solid #cccccd;
    position: relative;
    font-size: 1.5rem;
}
.dd_item::before{
    content: '';
    display: block;
    position: absolute;
    width: 245px;
    height: 0.7px;
    background: #888888;
    bottom: 0;
    left: 0;
}
.dd_item .title{
    width: 245px;
    font-weight: bold;
    margin-right: 10px;
	letter-spacing: .1rem;
	font-size: 16px;
	line-height: 2;
}
.dd_item .files{
    width: calc(100% - 260px);
}
.dd_item p{
    position: relative;
    display: flex;
}
.dd_item > div{
  font-size: 16px;
	line-height: 2;
	letter-spacing: .1rem;
	
}
.dd_item a:hover{
    color: #1D37CD;
}
.dd_item .files > p,
.shareholders_item .files > p{
  display: flex;
  justify-content: space-between;
	letter-spacing: .1rem;
}

.dd_inner .subtitle{
    font-weight: bold;
    font-size: 20px;
    border-bottom:  1px solid #01279A;
    margin-top: 40px;
}
.g_map{
	margin: 50px 0 0;
}
@media screen and (max-width: 1400px){
#kodawari .box .big_text{
	left: auto;
	right: 0;
	}
#kodawari .box02 .big_text{
	left: 2%;
}
}
@media screen and (max-width: 1200px){
.big_text{
	font-size: 80px;
	}	

	
	
}	
@media screen and (max-width: 767px){
.inner03{
	width: 90%;
}
#about .box{
	padding: 50px 30px 50px;
	border-radius: 10px;	
}
#about .box h2 {
  font-size: 26px;
	margin: 0 0 30px;
}
#about::before,#about::after{
	width: 148px;
	height: 66px;
	background-size: 148px 66px;
}
#about::before{top: 15px;}
#about::after{bottom: 15px;}
	
.fuji{
	top: -150px;
	width: 144px;
}
	
#kodawari {
  padding: 80px 0 70px;
}
#kodawari .box .inner03,#kodawari .box02 .inner03 {
	display: block;

}	
#kodawari .box .inner03 .box_right,#kodawari .box02 .inner03 .box_right{
	width: 100%;
	margin: 0;
}
#kodawari .box .inner03 .box_left,#kodawari .box02 .inner03 .box_left{
	width: 100%;
	margin: 0 0 60px;	
}
#kodawari .box02 {
  margin: 60px 0;
}	
#kodawari .box h3, #kodawari .box02 h3  {
  font-size: 24px;
  margin: 0 0 20px;
	text-align: center;
}
.big_text{
	display: none;
}	
.sp_big_text,.sp_big_text02{
	font-size: 60px;
	position: absolute;
text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
	writing-mode: vertical-rl;
    text-orientation: upright;
	letter-spacing: 0.1em;
	color: #231815;
	display: block;
	bottom: -30px;
	}	
.sp_big_text{right: 0;}	
.sp_big_text02{left: 0;}
#company {
  margin: 60px 0;
}
 .dd_item {
    display: block;
	 padding: 15px 15px;
  }
.dd_item .title {
    line-height: 2;
	width: 100%;
  }
.dd_item .files {
    width: 100%;
    padding-left: 10px;
  }	
.dd_item::before{
    display: none;
}
.g_map{
	margin: 30px 0 0;
}
}


/*---------
flow
---------*/
#flow{
	margin: 100px 0;
}
#flow .inner{
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}
#flow .box{
	margin: 0 0 150px;
}
#flow .h2_main{
	text-align: center;
}
#flow .text_ara{
	text-align: center;
	margin-bottom: 50px
}
#flow .text_ara p{
	margin-bottom: 30px;
}
.tel_box{
	width: 100%;
	max-width: 450px;
	margin: 0 auto 50px;
	text-align: center;
}
.number{
	background-color: #8C7F99;
	padding: 30px;
	border-radius: 20px;	
}
.number a{
	color: #FFFFFF;
	font-size: 26px;
	line-height: 2;
	letter-spacing: 0.2em;
}
.number::before{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/flow/icon_tell.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
	margin: 0 25px 0 0;
}
.tel_box p{
	font-size: 14px;
	line-height: 2;
	margin: 5px 0 0;
}
.bk_white{
	padding: 50px;
	border-radius: 20px;
	background-color: #FFFFFF;
}
.flow_h3{
	font-size: 23px;
	margin-bottom: 30px;
	text-align: center;	
	letter-spacing: 0.1em;
}
.ara .boxes{
	position: relative;
} 
.map_ara{
	width: 65%;
}
.shipping_fee{
	position: absolute;
	width: 100%;
	max-width: 450px;
	bottom: 0;
	right: 0;
}
.shipping_fee ul li{
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	position: relative;
}
.shipping_fee ul li::before{
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	border: 1px solid #35332E;
	border-radius: 3px;	
	
}
.shipping_fee ul li:first-child::before{
	background-color: rgba(183,98,98,0.25);
}
.shipping_fee ul li:nth-child(2)::before{
	background-color: rgba(247,241,169,1.0);
}
.shipping_fee ul li:last-child::before{
	background-color: #FFFFFF;
}

.shipping_fee ul li dl,.font_size{
	font-size: 14px;
	letter-spacing: 0.1em;
	vertical-align: text-bottom;
	clear: both;
}
.shipping_fee ul li dl dt{
	float: left;
}
.shipping_fee ul li dl dd{
	padding: 0 0 0 80px;
}
.font_20{
	font-size: 20px;
	line-height: 0;
}
.sikaku{
	font-size: 12px;
	padding: 0 8px 0 0;
}
.item h3{
	border-bottom: 1px solid #cccccd;
	position: relative;
	font-size: 23px;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.item h3::before{
	content: '';
  display: block;
  position: absolute;
  width: 245px;
  height: 0.7px;
  background: #888888;
  bottom: 0;
  left: 0;
}
.item_text{
	margin: 20px 0 60px;
}
.cancellation table{
	width: 100%;
	max-width: 700px;
	text-align: center;
}
.cancellation th{
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 10px;
	background-color: #787878;	
	color: #FFFFFF;
}
.cancellation tr{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 50%;
	padding: 10px;
}
.cancellation td{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 50%;
	padding: 10px;
}
.item_list{
	  padding-left: 1em;
  text-indent: -1em;
	max-width: 630px;
	margin: auto;
	text-align: left;
}
@media screen and (max-width: 1000px){
.map_ara{
	margin: 0 auto 30px;
}
.shipping_fee{
	position: static;
max-width: 100%;
}	
}
@media screen and (max-width: 767px){
#flow {
  margin: 80px 0 70px;
}
#flow .text_ara{
	text-align: left;
	margin-bottom: 50px
}
#flow .ara .text_ara {
    margin-bottom: 30px;
  }
.number {
  padding: 30px 10px;
  border-radius: 10px;
}
.number a {
  color: #FFFFFF;
   font-size: 5.5vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
.bk_white {
padding: 30px 30px 30px;
    border-radius: 10px;
}
.note p{
	font-size: 14px;
	line-height: 2.2;
	}
.flow_h3 {
  font-size: 20px;
  margin-bottom: 10px;
 }
#flow .box {
  margin: 0 0 80px;
}
  #flow .box:last-of-type {
    margin: 0 0 0px;
  }
.map_ara{
	width: 90%;
}
.shipping_fee .sp_only{
	display: inline-block;
	}
.item h3 {
  font-size: 20px;
	letter-spacing: 0.05em;
}
.item_text {
  margin: 20px 0 30px;
}
.cancellation table{
	font-size: 3.5vw;
}
}



/*---------
menu
---------*/
#platter,#sushi,#shokado,#take_out{
	margin: 100px 0;
}
#platter .inner,#sushi .inner,#shokado .inner, #take_out .inner,.last{
	max-width: 1000px;
	padding: 0 20px;
}
#platter .h2_main,#sushi .h2_main,#shokado .h2_main,#take_out .h2_main{
	text-align: center;
}
#platter .text_ara,#sushi .text_ara,#shokado .text_ara,#take_out .text_ara{
	margin-bottom: 80px;
	text-align: center;
}
.menu_box .text_box{
	margin: 15px 0 0;
}
.menu_box ul{
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.menu_box li{
	margin-bottom: 50px;
}
.menu_box li p{
	font-size: 14px;
	letter-spacing: 0.1em;
}
.column_2 .title_ara{
	display: flex;
align-items: center; 
	margin-bottom: 15px;	
}
.menu_box .title_ara h3{
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.3;
		
}
.column_2 .title_ara h3{width: 70%;}
.column_2 .menu_box .title_ara .right_box{
	text-align: right;
}
.column_2 .title_ara .right_box{width: 30%;}
.small{
	font-size: 13px !important;
	margin: 15px 0 0;
}

.column_2 li{
	width: 46%;
	
}
.column_3 li{
	width: 32%;
}
.column_3 li p{
	margin-top: 5px;
}
.last{
	margin: 0 auto 100px;
}
.last .inner{
	background-color: #8C7F99;
	padding: 60px 10%;
	border-radius: 20px;	
	color: #FFFFFF;
}
.last .text_ara{
	margin: 0 0 40px;
	letter-spacing: 0.1em;
	line-height: 2;
}
.last .btn{
	width: 100%;
	max-width: 380px;
	margin: auto;
}
.last .btn a{
	background: #FFFFFF;
	border: none;
}
.last .btn a:hover {
  color:  #35332e;
}
.last .btn a:hover .dli-caret-circle-fill-right {
	 color:  #35332e;
	  border: 0.075em solid   #35332e;
}
.last .btn a:hover .dli-caret-circle-fill-right::before{
	  color:  #35332e;
}


@media screen and (max-width: 767px){
#platter,#sushi ,#shokado,#take_out {
  margin: 40px 0 20px;
}
#platter .text_ara, #sushi .text_ara,#shokado .text_ara,#take_out .text_ara{
  margin-bottom: 30px;
  text-align: left;
}
.column_2 li{
	width: 100%;
}
.menu_box li {
  margin-bottom: 30px;
}
.menu_box .title_ara h3{
	font-size: 20px;
	width: 100%;
}
.column_2 .title_ara{
	display: block;
}
.menu_box .title_ara .right_box{
	width: 100%;
	text-align: left;
	margin: 10px 0 0;
}	
.menu_box .title_ara {
  margin-bottom: 10px;
}	
.menu_box .text_box {
  margin: 15px 0 0;
	text-align: left;
}
.small {
  margin: 10px 0 0;
}	
.column_3 li{
	width: 49%;
}
.last{
	margin: 0 auto 60px;
}
.last .inner{
	background-color: #8C7F99;
	padding: 40px 30px;
	border-radius: 10px;	
}
}

strong {
	background-color: #b76262 !important;
	color: #FFFFFF !important;
}