<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
}
.select-area .select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
  width: 40%;
  padding: 3% 0;
  background: none;
  border: none;
  border-bottom: 2px solid #555;
  font-size: 3vw;
  font-weight: 500;
}
.select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 4vw;
  bottom: 6vw;
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 3vw;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background-color: var(--sub-color);
}

#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
}

#drawer-nav .nav {
  margin-bottom: 20%;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 4% 2%;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 800;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx &gt; li &gt; .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx &gt; li &gt; .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li {
  width: 8%;
  margin-right: 5%;
}
.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  max-width: none;
  width: 100%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*住所 */
.drawer-address {
  margin: 5% auto;
  text-align: center;
}

.drawer-address li {
  margin-bottom: 30px;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
  color: #333;
}

.drawer-tel small {
  font-size: 3.5vw;
}

/*rink-list */
.link-list {
  font-size: 3vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}

.drawer-info {
  margin-bottom: 10vw;
  display: grid;
  justify-content: center;
  gap: 5vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding-top: 20vw;
}

.com-btn-li {
  display: grid;
}

.com-btn {
  display: grid;
  place-items: center;
  width: 80vw;
  height: 15vw;
  border-radius: 50vw;
  font-weight: 600;
  font-size: 5vw;
  margin: 7vw auto 0;
  box-shadow: 2px 2px 4px rgba(149, 149, 149, 0.5);
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  position: relative;
}
.com-btn:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}
.com-btn::before {
  content: "";
  display: block;
  width: 10%;
  height: 3vw;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 auto 0 5vw;
  margin: auto 0;
}
.com-btn.btn-deco-01 {
  background: var(--yellow);
}
.com-btn.btn-deco-01::after {
  content: "";
  display: block;
  width: 21%;
  height: 118%;
  position: absolute;
  background: url("../img/common/btn-ill-01.png") center/contain no-repeat;
  bottom: 0;
  right: 2vw;
}
.com-btn.btn-deco-02 {
  background: var(--orange);
}
.com-btn.btn-deco-02::after {
  content: "";
  display: block;
  width: 27%;
  height: 110%;
  position: absolute;
  background: url("../img/common/btn-ill-02.png") center/contain no-repeat;
  bottom: 0;
  right: 2vw;
}

.line-btn {
  display: inline-block;
  padding: 3vw 5vw;
  box-shadow: 2px 2px 4px rgba(149, 149, 149, 0.5);
  border-radius: 50vw;
  background: #fff;
}
.line-btn span {
  background: url("../img/common/line-icon.svg") left center/22px no-repeat;
  padding-left: 26px;
  box-sizing: border-box;
}
.line-btn:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

/* ボーダーカラー */
.com-bd-01 {
  border: 2px solid var(--sub-color);
}

.com-bd-02 {
  border: 2px solid var(--accent-color);
}

.com-bd-yellow {
  border: 2px solid var(--sub-color-02);
}

.com-bd-orange {
  border: 2px solid #ffca96;
}

.com-bd-green {
  border: 2px solid #c9f2a7;
}

.com-kado {
  border-radius: 10vw;
}
.com-kado &gt; img {
  border-radius: 9.5vw;
}

.com-maru {
  border-radius: 50vw;
}

.ttl01 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 8vw;
  font-weight: 600;
  position: relative;
  margin-bottom: 7vw;
  line-height: 1.5;
}
.ttl01 .big {
  font-size: 1.16em;
}
.ttl01::before {
  content: "";
  display: block;
  width: 10vw;
  height: 100%;
  position: absolute;
  background: url("../img/common/ttl-deco.png") center/contain no-repeat;
  inset: -15vw 0 auto 0;
  margin: 0 auto;
  background-position: top;
}
.ttl01.ft-wt::before {
  background-image: url(../img/common/ttl-deco-wt.png);
}

.bg-blue .ttl01::before {
  background-image: url(../img/common/ttl-deco-wt.png);
}

.ttl02 {
  font-size: 5.8vw;
  font-weight: 600;
  line-height: 1.5;
}
.ttl02 .ttl-bg {
  padding: 2vw 6vw;
  display: inline-block;
  background: var(--main-color);
  border-radius: 50vw;
  color: #fff;
}
.ttl02:has(&gt; .ttl-bg) {
  margin-bottom: 7vw;
}
.ttl02.com-maru {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  line-height: 1;
}

.ttl03 {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.5;
}
.ttl03 .ttl-bg {
  border-radius: 3vw;
  padding: 1vw 3vw;
  color: #fff;
}
.ttl03:has(&gt; .ttl-bg) {
  margin-bottom: 3vw;
  margin-top: 5vw;
}

.ttl04 {
  font-size: 4.2vw;
  font-weight: 600;
  line-height: 1.3;
}
.ttl04 .ttl-bg {
  text-align: center;
  color: #fff;
  border-radius: 50vw;
}
.ttl04:has(&gt; .mark-blue) {
  margin-bottom: 3vw;
  margin-top: 5vw;
}
.ttl04, .ttl04 .com-txt {
  font-size: 4vw;
}

.ttl05 {
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.3;
}

.com-tensen:not(:last-child) {
  background: linear-gradient(to right, var(--yellow) 70%, transparent 70%) left bottom/20px 2px repeat-x;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}

.ttl-check-02 {
  background: url("../img/common/check-wt.png") left top 2vw/3vw no-repeat;
  padding-left: 4vw;
  box-sizing: border-box;
}

.com-txt {
  line-height: 2;
  font-weight: 500;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.com-box-01 {
  padding: 10vw 5vw;
  border: 2px solid var(--accent-color);
  border-radius: 10vw;
  background: #fff;
}
.com-box-01.box-deco-01 {
  padding: 10vw 5vw 15vw;
  position: relative;
}
.com-box-01.box-deco-01::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/common/note-ill.png") center/contain no-repeat;
  bottom: -3vw;
  left: -6vw;
  background-position: bottom left;
}
.com-box-01.box-deco-02 {
  position: relative;
}
.com-box-01.box-deco-02::before {
  content: "";
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  background: url("../img/common/clip-ill.png") center/contain no-repeat;
  background-position: top right;
  top: -3vw;
  right: -3vw;
}

section {
  padding: 20vw 0 10vw;
}

.bg-wave {
  padding: 5vw 0 10vw;
  margin-top: 20vw;
}
.bg-wave.bg-01 {
  position: relative;
}
.bg-wave.bg-01::before {
  content: "";
  display: block;
  width: 150%;
  height: 50vw;
  position: absolute;
  background: var(--bg-color);
  border-radius: 100% 100% 0 0;
  left: -25%;
  top: -20vw;
  z-index: -1;
}
.bg-wave.bg-blue {
  position: relative;
}
.bg-wave.bg-blue::before {
  content: "";
  display: block;
  width: 150%;
  height: 50vw;
  position: absolute;
  background: var(--main-color);
  border-radius: 100% 100% 0 0;
  left: -25%;
  top: -20vw;
  z-index: -1;
}

.com-tel {
  display: grid;
  justify-items: center;
  gap: 3vw;
}
.com-tel a {
  font-size: 8vw;
  font-weight: 600;
  line-height: 1;
  color: var(--main-color);
  background: url("../img/common/tel-icon.png") left center/6vw no-repeat;
  padding-left: 7vw;
  box-sizing: border-box;
}
.com-tel dl {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 2vw;
}
.com-tel dl dt {
  padding-right: 3vw;
  margin-right: 3vw;
  border-right: 1px solid var(--red);
}
/*infotableスタイル*/
.com-desc-tbl .dl-item:not(:last-child) {
  margin-bottom: 3vw;
}
.com-desc-tbl .dl-item dt {
  color: #fff;
  text-align: center;
  padding: 2vw 5vw;
  margin-bottom: 3vw;
  display: inline-block;
  border-radius: 50vw;
  background: var(--green);
  margin-top: 1vw;
}
.com-desc-tbl .dl-item dd {
  width: 100%;
  padding: 0 1vw;
  line-break: loose;
}
.com-desc-tbl.info-tbl .dl-item:nth-child(even) dt {
  background: var(--main-color);
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 7vw 5%;
  z-index: 100;
}
#header .hd-logo {
  display: block;
  width: 35%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  width: 100%;
  height: 135vw;
  margin-top: 20vw;
  position: relative;
}
.top-mv .mv-ct {
  width: 80%;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv .mv-img {
  width: 90%;
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0 auto;
}
.top-mv .mv-img img {
  width: 100%;
}
.top-mv .mv-img::before {
  content: "";
  display: block;
  width: 17%;
  height: 100%;
  position: absolute;
  background: url("../img/top/mv-deco-le.png") center/contain no-repeat;
  background-position: top left;
  top: 3vw;
  left: -30px;
}
.top-mv .mv-img::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/top/mv-deco-ri.png") center/contain no-repeat;
  background-position: top right;
  top: 3vw;
  right: -7%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-intro {
  position: relative;
  z-index: 10;
}
#top-intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/intro-bg-le.png) left top/30% no-repeat, url(../img/top/intro-bg-ri.png) right bottom/20% no-repeat;
  bottom: -20vw;
  z-index: -1;
}
#top-intro .inbox {
  background: url(../img/top/intro-bg-03.png) right top 30vw/70% no-repeat;
}
#top-intro .inbox .intro-img-01 {
  width: 60%;
  order: 2;
  position: relative;
  left: -5vw;
  z-index: 10;
  margin-bottom: 50vw;
}
#top-intro .inbox .intro-img-02 {
  width: 70vw;
  position: absolute;
  right: 0;
  top: 100vw;
  border-radius: 5vw 0 0 5vw;
}
#top-intro .inbox .intro-img-02 img {
  border-radius: 5vw 0 0 5vw;
}
#top-intro .inbox .txt-box {
  margin-bottom: 10vw;
}
#top-experience {
  position: relative;
  z-index: 1;
}
#top-experience::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/expe-bg-le.png) left bottom/40% no-repeat, url(../img/top/expe-bg-ri.png) right bottom 100vw/50% no-repeat;
  bottom: -10vw;
  z-index: -1;
}
#top-experience .inbox .ttl01 {
  position: relative;
}
#top-experience .inbox .ttl01 .ttl02 {
  margin-top: 5vw;
  display: inline-block;
}
#top-experience .inbox .ttl01 .fukidashi {
  position: absolute;
  right: 0;
  top: -10vw;
  width: 35%;
}
#top-experience .inbox .ttl01 .bdb {
  padding-bottom: 1vw;
  border-bottom: 1px solid var(--main-color);
}
#top-experience .inbox .com-box-01 .expe-img {
  width: 60%;
  margin: 0 auto 5vw;
  text-align: center;
}
#top-experience .inbox .com-box-01 .txt-box .com-txt {
  margin-bottom: 7vw;
}
#top-charm {
  position: relative;
  z-index: 1;
  background: url(../img/top/bg-wave-top.png) bottom/100% no-repeat;
}
#top-charm::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/charm-bg-le.png) left bottom/30vw no-repeat, url(../img/top/charm-bg-ri.png) right bottom 100vw/30vw no-repeat;
  bottom: -10vw;
  z-index: -1;
}
#top-charm .inbox .charm-li .charm-item:not(:last-child) {
  margin-bottom: 10vw;
}
#top-charm .inbox .charm-li .charm-item .txt-box .ttl03 {
  line-height: 1.8;
}
#top-charm .inbox .charm-li .charm-item .txt-box .ttl03 .ttl-bg {
  display: block;
}
#top-charm .inbox .charm-li .charm-item .txt-box .ttl03 small {
  display: inline-block;
  padding-right: 3vw;
  margin-right: 3vw;
  border-right: 1px solid #fff;
  display: inline-block;
}
#top-charm .inbox .charm-li .charm-item .txt-box .cil-li li h5 {
  background: url("../img/common/check.png") left center/3vw no-repeat;
  padding-left: 4vw;
  box-sizing: border-box;
}
#top-charm .inbox .charm-li .charm-item .txt-box .com-txt {
  text-align: justify;
}

.clip-deco {
  position: relative;
}
.clip-deco::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  background: url("../img/top/charm-02.png") center/contain no-repeat;
  background-position: top left;
  top: 1vw;
  left: 1vw;
}
.clip-deco.com-bd-orange::before {
  background-image: url(../img/top/charm-01.png);
}
.clip-deco.com-bd-green::before {
  background-image: url(../img/top/charm-03.png);
}

#top-other {
  background: var(--bg-color-02);
  position: relative;
  z-index: 0;
}
#top-other::after {
  content: "";
  display: block;
  width: 18%;
  height: 100%;
  position: absolute;
  background: url("../img/top/bnr-ill.png") center/contain no-repeat;
  background-position: bottom left;
  left: 1vw;
  bottom: -2vw;
}
#top-other .inbox .other-li li {
  position: relative;
  margin-bottom: 10vw;
}
#top-other .inbox .other-li li .com-kado {
  width: 100%;
  height: 60vw;
  margin-bottom: 3vw;
}
#top-other .inbox .other-li li .com-btn {
  width: 80%;
  position: absolute;
  inset: 40vw 0 auto 0;
  margin: 0 auto;
  z-index: 10;
}
#top-voice {
  position: relative;
  z-index: 5;
  background: url(../img/top/bg-wave-btm.png) top/100% no-repeat, url(../img/top/voice-wave.png) bottom/100% no-repeat;
}
#top-voice::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/voice-bg-le.png) left bottom/30% no-repeat, url(../img/top/voice-bg-ri.png) right bottom 110vw/30% no-repeat;
  bottom: -10vw;
  z-index: -1;
}
#top-voice .inbox .voice-li .voice-item:not(:last-child) {
  margin-bottom: 10vw;
}
#top-voice .inbox .voice-li .voice-item .voice-img {
  width: 20%;
  margin-bottom: 5vw;
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 {
  margin-top: 0;
  margin-bottom: 3vw;
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg {
  position: relative;
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg::before {
  content: "";
  display: block;
  width: 3vw;
  height: 5vw;
  position: absolute;
  background: #000;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  inset: -4vw auto auto 7vw;
  margin: auto 0;
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg.bg-red::before {
  background: var(--red);
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg.bg-orange::before {
  background: var(--orange);
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg.bg-blue::before {
  background: var(--main-color);
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg.bg-yellow::before {
  background: var(--yellow);
}
#top-voice .inbox .voice-li .voice-item .txt-box .ttl03 .ttl-bg.bg-green::before {
  background: var(--green);
}
#top-test {
  position: relative;
  z-index: 1;
}
#top-test::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/test-bg-le.png) left bottom/30% no-repeat, url(../img/top/test-bg-ri.png) right bottom 80vw/40% no-repeat;
  bottom: -10vw;
  z-index: -1;
}
#top-test .inbox .com-box-01 {
  position: relative;
  padding-bottom: 15vw;
}
#top-test .inbox .com-box-01::before {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  background: url("../img/top/test-ill.png") center/contain no-repeat;
  background-position: bottom left;
  bottom: -5vw;
  left: 3vw;
}
#top-test .inbox .com-box-01 .com-kado {
  text-align: center;
  margin-bottom: 5vw;
}

#top-news {
  padding: 15vw 0;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl01 {
  margin-bottom: 10vw;
}
#top-news .inbox .news-list {
  padding: 10vw 5%;
}
#top-news .inbox .news-list .news-item:not(:last-of-type), #top-news .inbox .news-list .news-item:first-child {
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 5vw;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 3vw;
}
#top-news .inbox .news-list .news-item a time {
  width: 30%;
  text-align: right;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 68%;
}
#top-news .inbox .news-list .news-item a .news-list-ttl {
  width: 100%;
  margin-top: 2vw;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}
.tag-list .tag {
  font-size: 3.5vw;
  padding: 1vw 2vw;
  color: #fff;
  background: var(--main-color);
  border-radius: 50vw;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
}

#footer {
  background: var(--sub-color);
  padding: 15vw 0 5vw;
}
#footer .ft-area {
  padding-bottom: 5vw;
}
#footer .ft-area .ft-left {
  display: grid;
  justify-items: center;
  gap: 10vw;
}
#footer .ft-area .ft-left .ft-logo {
  width: 40%;
}
#footer .ft-area .ft-left .ft-logo img {
  display: block;
}
#footer .ft-area .ft-left .ft-info {
  display: grid;
  gap: 15px;
}
#footer .ft-area .ft-left .ft-info .dl-item {
  display: flex;
  line-height: 1;
}
#footer .ft-area .ft-left .ft-info .dl-item dt {
  max-width: 28%;
  padding-right: 3vw;
  border-right: 1px solid var(--main-color);
  margin-right: 3vw;
}
#footer .ft-area .ft-left .ft-info .dl-item dd {
  max-width: 75%;
}
#footer .ft-area .ft-right {
  margin: 10vw 0;
  height: 60vw;
  overflow: hidden;
}
#footer .ft-area .ft-right iframe {
  border: none;
  width: 100%;
  height: 100%;
}
#footer .ft-area .nav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#footer .ft-area .nav-list .nav-item {
  font-size: 3.5vw;
  width: 50%;
  padding: 3vw;
}
#footer .ft-area .nav-list .nav-item:nth-child(odd) {
  border-right: 1px solid var(--main-color);
}
#footer .copyright {
  font-size: 3.2vw;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 45vw;
  width: 100%;
  margin-top: 20vw;
  position: relative;
}
.sv::before {
  content: "";
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  background: url("../img/sv/ct-deco.png") center/contain no-repeat;
  background-position: bottom;
  left: 0;
  bottom: 0;
}
.sv .sv-catch {
  font-size: 5vw;
  font-weight: 600;
  width: 70%;
  border-radius: 3vw;
  position: absolute;
  z-index: 10;
  bottom: 12vw;
  left: 5vw;
  margin: auto 0;
  padding-bottom: 1vw;
}
.sv .sv-img {
  width: 80%;
  height: 40vw;
  position: absolute;
  right: 3vw;
  top: 2vw;
}
.sv .sv-img .com-img {
  width: 100%;
  height: 100%;
}
.sv .sv-img::before {
  content: "";
  display: block;
  width: 17%;
  height: 100%;
  position: absolute;
  background: url("../img/top/mv-deco-le.png") center/contain no-repeat;
  background-position: top left;
  top: 3vw;
  left: -30px;
  z-index: 10;
}
.sv .sv-img::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/top/mv-deco-ri.png") center/contain no-repeat;
  background-position: top right;
  top: 3vw;
  right: -3vw;
  z-index: 10;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: "&gt;";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
.bg-deco-01 {
  position: relative;
  z-index: 3;
  padding: 15vw 0;
  margin-top: 15vw;
}
.bg-deco-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vw;
  position: absolute;
  background: url(../img/common/bg-01-le.png) left top 10vw/30% no-repeat, url(../img/common/bg-01-ri.png) right top 30vw/30% no-repeat;
  top: 0;
  z-index: -1;
}

.bg-deco-02 {
  position: relative;
  z-index: 2;
}
.bg-deco-02::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vw;
  position: absolute;
  background: url(../img/common/bg-02-le.png) left bottom/30% no-repeat, url(../img/common/bg-02-ri.png) right bottom 40vw/30% no-repeat;
  z-index: -1;
  bottom: -10vw;
}

.bg-deco-03 {
  position: relative;
  z-index: 1;
  padding-bottom: 30vw;
}
.bg-deco-03::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vw;
  position: absolute;
  background: url(../img/common/bg-03-le.png) left bottom 20vw/30% no-repeat, url(../img/common/bg-03-ri.png) right bottom 100vw/50% no-repeat;
  bottom: -20vw;
  z-index: -1;
}

.com-check {
  position: relative;
  padding: 2vw 0;
  padding-left: 6vw !important;
}
.com-check::after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  position: absolute;
  background: url("../img/common/check-wt.png") center/contain no-repeat;
  left: 1vw;
  top: 3vw;
}

#about-teacher .com-box-01 {
  margin-top: 10vw;
}
#about-teacher .com-box-01 .teac-img {
  width: 70%;
  margin: 0 auto 5vw;
}
#about-info .img-li {
  margin-top: 15vw;
}
#about-info .img-li li {
  margin-top: 5vw;
}
#about-info .img-li li img {
  width: 100%;
}

#price-recom .inbox {
  position: relative;
}
#price-recom .inbox::after {
  content: "";
  display: block;
  width: 20vw;
  height: 100%;
  position: absolute;
  background: url("../img/price/ill.png") center/contain no-repeat;
  background-position: bottom;
  left: -5vw;
  bottom: -25vw;
}
#price-recom ul {
  margin: 0 auto;
}
#price-course ul {
  margin-top: 5vw;
}
#price-course ul li:not(:last-child) {
  margin-bottom: 10vw;
}

#join-flow .flow-li {
  width: 100%;
}
#join-flow .flow-li .flow-item:not(:last-child) {
  margin-bottom: 10vw;
}
#join-flow .flow-li .flow-item .com-box-01 {
  position: relative;
}
#join-flow .flow-li .flow-item .com-box-01::before {
  background-position: bottom left !important;
  bottom: -10vw;
  left: -5vw;
}
#join-flow .flow-li .flow-item .com-box-01::after {
  background-position: top right !important;
  top: -15vw;
  right: -5vw;
}
#join-flow .flow-li .flow-item .com-box-01 ol {
  display: grid;
  justify-content: center;
}
#join-flow .flow-li .flow-item .com-box-01 ol li {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}
#join-flow .flow-li .flow-item .com-box-01 ol li:not(:last-child) {
  margin-bottom: 7vw;
}
#join-flow .flow-li .flow-item .com-box-01 ol li .ttl02 {
  width: 10vw;
  height: 10vw;
  margin-top: -2vw;
}
#join-flow .flow-li .flow-item:nth-child(odd) .com-box-01::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/join/flow-01-le.png") center/contain no-repeat;
}
#join-flow .flow-li .flow-item:nth-child(odd) .com-box-01::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  background: url("../img/join/flow-01-ri.png") center/contain no-repeat;
}
#join-flow .flow-li .flow-item:nth-child(even) .com-box-01::before {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/join/flow-02-le.png") center/contain no-repeat;
}
#join-flow .flow-li .flow-item:nth-child(even) .com-box-01::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  position: absolute;
  background: url("../img/join/flow-02-ri.png") center/contain no-repeat;
}

#join-faq .com-box-01 ul li {
  display: flex;
  gap: 3vw;
  align-items: start;
}
#join-faq .com-box-01 ul li:not(:last-child) {
  margin-bottom: 5vw;
}
#join-faq .com-box-01 ul li .ttl02 {
  width: 10vw;
  height: 10vw;
  margin-top: 1vw;
}
#join-faq .com-box-01 ul li .txt-box .ttl05 {
  padding: 3vw 0;
  margin-bottom: 3vw;
}

.achieve-bg-01 {
  position: relative;
  z-index: 1;
  margin: 15vw 0;
}
.achieve-bg-01::after {
  content: "";
  display: block;
  width: 100%;
  height: 200vw;
  position: absolute;
  background: url(../img/achieve/deco-01-le.png) left top 10vw/30% no-repeat, url(../img/achieve/deco-01-ri.png) right top 20vw/30% no-repeat;
  top: 0;
  z-index: -1;
}

#achieve-score {
  position: relative;
  z-index: 2;
}
#achieve-score::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/achieve/deco-02-le.png) left bottom/30% no-repeat, url(../img/achieve/deco-02-ri.png) right top 50vw/30% no-repeat;
  z-index: -1;
  bottom: -10vw;
  left: 0;
}
#achieve-score .score-item:not(:last-child) {
  margin-bottom: 10vw;
}
.achieve-list {
  gap: 40px 0;
}
.achieve-list li {
  padding: 10vw 5%;
}
.achieve-list li:not(:last-child) {
  margin-bottom: 10vw;
}
.achieve-list li .ttl03 {
  margin-bottom: 5vw;
}
.achieve-list li dl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 3vw;
  margin: 0;
}
.achieve-list li dl .dl-item:first-child {
  background: linear-gradient(to right, var(--yellow) 70%, transparent 70%) left bottom/20px 2px repeat-x;
}
.achieve-list li dl .dl-item dt {
  width: 48%;
}
.achieve-list li dl .dl-item dd {
  text-align: right;
  width: 48%;
}
.achieve-list li .com-txt {
  display: grid;
  justify-content: center;
}

/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .txt-blc {
  padding: 10% 0 20%;
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  margin-bottom: 10vw;
  padding: 0;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  border-radius: 2vw;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  display: flex;
  justify-content: end;
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area:has(option:only-child) {
  display: none;
}
#news .select-area .select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
  width: 40%;
  padding: 3% 0;
  background: none;
  border: none;
  border-bottom: 2px solid #555;
  font-size: 3vw;
  font-weight: 500;
}
#news .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 4vw;
  top: 4vw;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 28%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 70%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  border-radius: 3vw;
  background: var(--main-color);
  color: #fff;
  padding: 1vw 2vw;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 3vw;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 3% 2% 3%;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  background: var(--main-color);
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  height: 100%;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/</pre></body></html>