@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-size: 4vw;
  font-weight: 500;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: var(--letter-spacing);
}

.ttl01 {
  font-size: 6.4vw;
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 12%;
  padding: 0 2vw;
}
.ttl01::before {
  width: 100%;
  height: 3vw;
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--third-color);
  inset: auto 0 0;
}
.ttl01 span {
  color: var(--main-color);
}

.ttl02 {
  text-align: left;
  font-size: 5.6vw;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 2%;
  margin-bottom: 4%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: 2.5;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-tel-wrp {
  line-height: 1.4;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  font-weight: 700;
  font-size: 6.6666666667vw;
  padding-left: 9vw;
  background: url(../img/common/tel_icon.png) left center/13% no-repeat;
}

.com-mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-color);
}
.com-mail-btn:hover {
  transform: scale(0.95);
}

.com-btn {
  height: 17vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  border-radius: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  width: 100%;
  text-align: center;
}
.com-btn:hover {
  transform: scale(0.95);
  opacity: 0.95;
}

.com-worktime .dl-item {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.com-worktime .dl-item:last-child {
  margin-bottom: 0;
}
.com-worktime dt {
  min-width: 21vw;
  background: var(--main-color);
  color: #fff;
  border-radius: 3vw;
  text-align: center;
  margin-right: 3vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  text-align: left;
}
.com-tbl tr {
  display: block;
  padding: 6% 0;
  border-bottom: 1px solid var(--main-color);
  font-weight: 500;
}
.com-tbl tr:last-child {
  border-bottom: none;
}
.com-tbl tr th,
.com-tbl tr td {
  display: block;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  color: var(--main-color);
  margin-bottom: 6%;
}
.com-tbl tr td a[href^="tel:"],
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-txt {
  display: block;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--accent-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
  top: -2vw;
  font-size: 2.4vw;
}

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

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

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: url(../img/top/course_bg.jpg) top center/100% no-repeat, #fff;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  background: url(../img/top/other-board_top.png) top -1vw center/100% no-repeat, url(../img/top/other-board_btm.png) bottom center/100% no-repeat, url(../img/top/other-board_left.png) left center/4.63vw repeat-y, url(../img/top/other-board_left.png) right center/4.63vw repeat-y, #fff;
  border-radius: 4vw;
  padding: 15% 9%;
}
#drawer-nav nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 3.7333333333vw;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--accent-color);
}
#drawer-nav nav .current::before, #drawer-nav nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav nav .current::before {
  left: 0;
}
#drawer-nav nav .current::after {
  left: 3%;
}
#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 > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
}
#drawer-nav .drawer-address ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address li.drawer-adr-locate {
  width: 100%;
}
#drawer-nav .drawer-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 3.2vw;
  gap: 4vw;
}
#drawer-nav .drawer-subpage-item a {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .hd-logo {
  width: 38%;
  line-height: 1;
}
#header .hd-tel .tel-num {
  background-size: 13%;
}
#header .hd-right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 130vw;
  position: relative;
  background: url(../img/top/mv/mv-lt_deco.png) left top/40% no-repeat, url(../img/top/mv/mv-lb_deco.png) left bottom/65% no-repeat, url(../img/top/mv/mv-rt_deco.png) right bottom 20%/19% no-repeat;
}
#top-mv::before, #top-mv::after {
  position: absolute;
  content: "";
  z-index: 101;
}
#top-mv::before {
  width: 20%;
  height: 18vw;
  background: url(../img/top/mv/mv-ca-rt_illust.png) center/100% no-repeat;
  inset: auto 3% 31% auto;
}
#top-mv::after {
  width: 17%;
  height: 18vw;
  background: url(../img/top/mv/mv-ca-lb_illust.png) center/100% no-repeat;
  inset: auto auto -7vw 0.5208%;
}
#top-mv .mv-catch {
  width: 73%;
  position: absolute;
  inset: auto 0 0 0;
  z-index: 100;
  margin: 0 auto;
}
#top-mv .mv-frame {
  width: 100%;
  position: absolute;
  inset: auto 0 39% 0;
  height: 62vw;
}
#top-mv .mv-frame #top-slider {
  height: 62vw;
  position: relative;
}
#top-mv .mv-frame #top-slider li {
  height: 100%;
  border-radius: 24px;
}
#top-mv .mv-frame #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv-frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv-frame .bx-pager {
  display: none;
}
#top-mv .mv-frame #top-slider li {
  border-radius: 0;
}

/*==========================================
index.php
===========================================*/
/* top-about
------------------*/
#top-about {
  padding: 15% 0 18%;
  border-bottom: 1vw solid var(--main-color);
  background: url(../img/top/about-lc_illust.png) left 4.6875% bottom 25vw/65% no-repeat, url(../img/top/about-rc_illust.png) right 5.2083% bottom 71vw/21% no-repeat;
}
#top-about .inbox {
  position: relative;
}
#top-about .inbox::before {
  position: absolute;
  content: "";
}
#top-about .about-img {
  margin-top: 15%;
  position: relative;
}
#top-about .about-img::before {
  position: absolute;
  content: "";
  width: 32%;
  height: 38vw;
  background: url(../img/top/about-img_illust.png) center/100% no-repeat;
  inset: auto auto -13vw 3%;
  z-index: 2;
}
#top-about .about-img img {
  border-radius: 4vw;
}
#top-about .about-img-post01 {
  width: 75%;
  height: 42vw;
  border-radius: 4vw;
}
#top-about .about-img-post02 {
  width: 93%;
  height: 55vw;
  margin: -3vw 0 0 auto;
  border-radius: 4vw;
}
#top-about .about-content .about-ttl {
  font-size: 6.1333333333vw;
  margin-bottom: 10%;
}
#top-about .about-content .about-ttl strong {
  display: block;
  font-size: 8vw;
  margin-top: 4%;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  border-radius: 4vw;
  background: var(--main-color);
}
#top-about .about-content .about-btn {
  margin-top: 13%;
}

/* top-course
------------------*/
#top-course {
  padding: 25% 0 18%;
  background: url(../img/top/course_bg.jpg) top center/100% no-repeat;
}
#top-course .course-ttl {
  border-bottom: 1vw solid var(--main-color);
  font-size: 6.4vw;
  padding-bottom: 2%;
  margin-bottom: 8%;
  line-height: 2.3;
  position: relative;
}
#top-course .course-ttl::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 10vw;
  background: url(../img/top/course-ttl_illust.png) center/100% no-repeat;
  inset: -12vw -4% auto auto;
}
#top-course .course-ttl:first-line {
  font-size: 4.8vw;
}
#top-course .course-ttl .clr-type01 {
  color: var(--main-color);
  border: 0.75vw solid var(--main-color);
  border-radius: 1vw;
  padding: 0.5vw 0.75vw;
  margin: 0 0.75vw;
  line-height: 1;
}
#top-course .course-ttl .clr-type02 {
  color: var(--accent-color);
}
#top-course .course-txt {
  line-height: 2.5;
  text-align: left;
  margin-bottom: 20%;
}
#top-course .course-lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 18vw 0;
}
#top-course .course-lists .course-lists-item {
  width: 48%;
  position: relative;
}
#top-course .course-lists .course-item-ttl {
  width: 84%;
  margin: 0 auto;
  font-size: 4.2666666667vw;
  position: absolute;
  inset: -7vw 0 auto;
}
#top-course .course-lists .course-item-ttl::before, #top-course .course-lists .course-item-ttl::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  bottom: -2.2vw;
  z-index: -2;
  border: 4vw solid #f8d7e6;
  z-index: 1;
}
#top-course .course-lists .course-item-ttl::before {
  left: -4vw;
  border-left-color: transparent;
}
#top-course .course-lists .course-item-ttl::after {
  right: -4vw;
  border-right-color: transparent;
}
#top-course .course-lists .course-item-ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12vw;
  position: relative;
  background: #fde5ee;
  z-index: 3;
}
#top-course .course-lists .course-item-ttl span::before, #top-course .course-lists .course-item-ttl span::after {
  position: absolute;
  content: "";
  top: 100%;
  border: none;
  border-bottom: solid 2.5vw transparent;
}
#top-course .course-lists .course-item-ttl span::before {
  left: 0;
  border-right: solid 4vw #d0acc0;
}
#top-course .course-lists .course-item-ttl span::after {
  right: 0;
  border-left: solid 4vw #d0acc0;
}
#top-course .course-lists .course-item-ill {
  width: 40vw;
  height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eff8ff;
  margin-bottom: 7%;
  padding-top: 4vw;
}
#top-course .course-lists .course-item-ill img {
  display: block;
  max-height: 26vw;
}
#top-course .course-lists .course-item-notes dt {
  background: var(--third-color);
  border-radius: 10vw;
  margin-bottom: 3%;
  padding: 1%;
}
#top-course .course-btn {
  margin: 15% auto 0;
}

/* top-other
------------------*/
#top-other {
  padding: 18% 0;
  background: url(../img/top/other_bg.jpg) center/cover no-repeat;
}
#top-other .other-wrp {
  width: 100%;
  margin-bottom: 25%;
  background: url(../img/top/other-board_top.png) top -1vw center/100% no-repeat, url(../img/top/other-board_btm.png) bottom center/100% no-repeat, url(../img/top/other-board_left.png) left center/5% repeat-y, url(../img/top/other-board_left.png) right center/5% repeat-y, #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15% 9%;
  position: relative;
  border-radius: 5vw;
}
#top-other .other-wrp:last-child {
  margin-bottom: 0;
}
#top-other .other-wrp::before {
  position: absolute;
  content: "";
}
#top-other .other-wrp.other-voice::before {
  width: 27%;
  height: 26vw;
  inset: auto auto -15vw 0;
  background: url(../img/top/other-voice_illust.png) center/100% no-repeat;
}
#top-other .other-wrp.other-guidance::before {
  width: 37%;
  height: 25vw;
  inset: -9vw 0 auto auto;
  background: url(../img/top/other-guidance_illust.png) center/100% no-repeat;
}
#top-other .other-ttl {
  width: 100%;
  font-size: 5.3333333333vw;
  color: var(--main-color);
  margin-bottom: 8%;
  padding-bottom: 2%;
  border-bottom: 2px solid var(--main-color);
}
#top-other .other-txt {
  text-align: left;
  margin-bottom: 10%;
  font-size: 3.7333333333vw;
}
#top-other .other-btn {
  height: 14vw;
  font-size: 3.4666666667vw;
}

/* top-news
------------------*/
#top-news {
  padding: 18% 8%;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #ffe3ef 10px, #ffe3ef 20px);
  background-color: var(--third-color);
}
#top-news .inbox {
  background: #fff;
  border: 2px solid var(--main-color);
  border-radius: 6vw;
  position: relative;
  padding: 15% 6%;
}
#top-news .news-ttl {
  font-size: 7.4666666667vw;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 15%;
}
#top-news .news-post-lists .news-post {
  text-align: left;
  border-bottom: 1px solid var(--main-color);
}
#top-news .news-post-lists .news-post a {
  padding: 6% 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news-post-lists .news-post a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-post-lists .news-post:last-child {
  border-bottom: none;
}
#top-news .news-post-lists .news-post:last-child a {
  padding-bottom: 0;
}
#top-news .news-post-lists .news-post time {
  width: 30%;
  font-size: 3.4666666667vw;
  font-weight: 500;
  color: var(--main-color);
}
#top-news .news-post-lists .news-post .category-label {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
#top-news .news-post-lists .news-post .category-label li {
  background: var(--accent-color);
  font-size: 3.4666666667vw;
  border-radius: 5vw;
  color: #fff;
  padding: 0 1vw;
}
#top-news .news-post-lists .news-post-ttl {
  width: 100%;
  font-weight: 500;
  margin-top: 3%;
  font-size: 4vw;
}
#top-news .news-btn {
  font-size: 4vw;
  font-weight: 700;
  color: var(--accent-color);
  position: relative;
  display: block;
  width: 55%;
  margin: 10% 0 0 auto;
}
#top-news .news-btn:hover {
  padding-right: 4vw;
  text-decoration: underline;
}
#top-news .news-btn::after {
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 0 0 auto;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 2vw 0px 2vw 2.4vw;
  border-color: transparent transparent transparent var(--accent-color);
}

/* top-contact
------------------*/
#top-contact .contact-ttl {
  background: var(--main-color);
  padding: 6% 0;
  color: #fff;
  font-size: 5.3333333333vw;
}
#top-contact .contact-ttl span {
  padding: 0 13vw;
  display: inline-block;
  background: url(../img/top/contact-ttl_arr.png) left 2.5vw center/9vw no-repeat, url(../img/top/contact-ttl_arr.png) right 2.5vw center/9vw no-repeat;
}
#top-contact .contact-wrp {
  padding: 20% 0 18%;
  background: url(../img/top/contact-lb_illust.png) left 8.802% bottom 58vw/9.53125% no-repeat, url(../img/top/contact-rc_illust.png) right 4.3229% bottom 55vw/21% no-repeat;
}
#top-contact .inbox {
  position: relative;
}
#top-contact .inbox::before {
  position: absolute;
  content: "";
  width: 28%;
  height: 24vw;
  inset: -27vw auto auto 6%;
  background: url(../img/top/contact_illust.png) center/100% no-repeat;
}
#top-contact .contact-txt {
  margin-bottom: 10%;
  line-height: 2.3;
  text-align: left;
}
#top-contact .contact-txt span {
  color: var(--main-color);
  font-size: 4.2666666667vw;
  font-weight: 700;
}
#top-contact .contact-lists .contact-lists-item {
  margin-bottom: 12%;
}
#top-contact .contact-lists .contact-lists-item:last-child {
  margin-bottom: 0;
}
#top-contact .contact-lists .contact-lists-item.com-tel-wrp .tel-txt {
  width: 100%;
}
#top-contact .contact-lists .contact-lists-item.com-tel-wrp .tel-num {
  font-size: 8vw;
  padding-left: 11vw;
}
#top-contact .contact-lists .contact-lists-item .mail-btn {
  width: 100%;
}
#top-contact .contact-lists .contact-lists-item .mail-btn span {
  padding-left: 7vw;
  background: url(../img/common/mail_icon.png) left center/4vw no-repeat;
}

/*==========================================
footer
===========================================*/
#footer {
  background: #f5f5f5;
  padding: 18% 0 10%;
}
#footer .ft-left {
  margin-bottom: 15%;
}
#footer .ft-left .ft-logo {
  width: 55%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .ft-left .ft-adr .ft-adr-locate {
  font-size: 3.4666666667vw;
  margin-bottom: 12%;
}
#footer .ft-right .ft-ofc-btn {
  width: 85%;
  margin: 0 auto 10%;
}
#footer .ft-right .ft-nav-lists {
  font-size: 3.7333333333vw;
  text-align: left;
}
#footer .ft-right .ft-nav-lists .nav-lists-item {
  margin-bottom: 6%;
}
#footer .ft-right .ft-nav-lists .nav-lists-item:last-child {
  margin-bottom: 0;
}
#footer .ft-right .ft-nav-lists .nav-lists-item a {
  display: block;
}
#footer .ft-right .ft-nav-lists .nav-lists-item a:hover {
  opacity: 1;
  color: var(--accent-color);
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  margin-top: 15%;
}
#copyright small {
  font-size: 2.9333333333vw;
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 9%;
  position: fixed;
  bottom: 8%;
  right: 3%;
  z-index: 999;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 90vw;
  padding: 0 2.6041%;
  position: relative;
  background: url(../img/top/mv/mv-lt_deco.png) left top/40% no-repeat, url(../img/sv/sv-lb_deco.png) left bottom/60% no-repeat, url(../img/top/mv/mv-rt_deco.png) right bottom 25vw/35% no-repeat;
}
.lower-sv .sv-ttl {
  position: absolute;
  width: 100%;
  background: #fff;
  font-size: 6.6666666667vw;
  inset: auto 0 0 0;
}
.lower-sv .sv-ttl span {
  position: relative;
  z-index: 1;
}
.lower-sv .sv-ttl span::before {
  width: 100%;
  height: 4vw;
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--third-color);
  inset: auto 0 0;
}
.lower-sv .sv-frame {
  width: 85%;
  height: 49vw;
  position: absolute;
  inset: auto 0 21% 0;
  margin: 0 auto;
  border-radius: 4vw;
}

#about-sv .sv-frame {
  background: url(../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#course-sv .sv-frame {
  background: url(../img/sv/course-sv_bg.jpg) center/cover no-repeat;
}

#voice-sv .sv-frame {
  background: url(../img/sv/voice-sv_bg.jpg) center/cover no-repeat;
}

#guidance-sv .sv-frame {
  background: url(../img/sv/guidance-sv_bg.jpg) center/cover no-repeat;
}

#info-sv .sv-frame {
  background: url(../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

#news-sv .sv-frame {
  background: url(../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv .sv-frame {
  background: url(../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv .sv-frame {
  background: url(../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv .sv-frame {
  background: url(../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv .sv-frame {
  background: url(../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv .sv-frame {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv-ttl {
  font-size: 6.1333333333vw;
}

/*==========================================
about
===========================================*/
/* about-intro
------------------*/
#about-intro {
  background: url(../img/about/intro-lb_deco.png) left 1.8229% top 60vw/45% no-repeat, url(../img/about/intro-rb_deco.png) right top 15vw/25% no-repeat;
}
#about-intro .inbox {
  padding: 18% 8%;
}
#about-intro .intro-ttl {
  font-size: 5.8666666667vw;
}
#about-intro .intro-txt {
  line-height: 2.3;
  text-align: left;
}

/* about-educ
------------------*/
#about-educ {
  position: relative;
  z-index: -1;
  background: url(../img/about/educ-lb_deco.png) left bottom 55vw/45% no-repeat, url(../img/about/educ-rt_deco.png) right top 40vw/30% no-repeat, #fff9fc;
}
#about-educ .educ-lists {
  counter-reset: number 0;
}
#about-educ .educ-lists .educ-lists-item {
  width: 90%;
  margin: 0 auto 12%;
  padding: 10% 0 12%;
  position: relative;
  background: #f9f1a1;
}
#about-educ .educ-lists .educ-lists-item:last-child {
  margin-bottom: 0;
}
#about-educ .educ-lists .educ-lists-item::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #ccc;
  -webkit-box-shadow: 0 15px 10px #ccc;
  -moz-box-shadow: 0 15px 10px #ccc;
  box-shadow: 0 15px 10px #ccc;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
#about-educ .educ-lists .educ-lists-item::after {
  width: 100%;
  height: 8vw;
  position: absolute;
  content: "";
  background: #f8ed7a;
  inset: 0 0 auto;
}
#about-educ .educ-lists .educ-item-ttl {
  padding: 16vw 4% 0;
  font-size: 6.1333333333vw;
  margin-bottom: 5%;
  position: relative;
}
#about-educ .educ-lists .educ-item-ttl::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  width: 14vw;
  height: 14vw;
  inset: 0 0 auto;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.4666666667vw;
  color: #00c2cb;
  z-index: 10;
}
#about-educ .educ-lists .educ-item-ttl span {
  color: var(--main-color);
}
#about-educ .educ-lists .educ-item-txt {
  padding: 0 8%;
  text-align: left;
}
#about-educ .educ-msg {
  background: #fff;
  border-radius: 5vw;
  border: 1px solid var(--main-color);
  padding: 12% 4%;
  position: relative;
  margin-top: 20%;
}
#about-educ .educ-msg::before, #about-educ .educ-msg::after {
  position: absolute;
  content: "";
}
#about-educ .educ-msg::before {
  width: 32%;
  height: 29vw;
  background: url(../img/about/educ-msg-rb_illust.png) center/100% no-repeat;
  inset: auto -5vw -19vw auto;
}
#about-educ .educ-msg::after {
  width: 31%;
  height: 24vw;
  background: url(../img/about/educ-msg-lt_illust.png) center/100% no-repeat;
  inset: -16vw auto auto -7%;
}
#about-educ .educ-msg .educ-msg-txt {
  font-size: 4vw;
  font-weight: 700;
  line-height: 2.1;
}

/*==========================================
course
===========================================*/
#course-archive .course-post {
  margin-bottom: 15%;
}
#course-archive .course-post-ttl {
  margin-bottom: 0;
}
#course-archive .course-post .course-lists .dl-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 3.7333333333vw;
  padding: 7% 0;
  text-align: left;
  border-bottom: 1px solid #cacaca;
}
#course-archive .course-post .course-lists .dl-item:last-child {
  border-bottom: none;
}
#course-archive .course-post .course-lists dt {
  width: 30%;
  color: var(--main-color);
}
#course-archive .course-post .course-lists dd {
  width: 65%;
}
#course-archive .course-fee {
  background: var(--third-color);
  border-radius: 5vw;
  padding: 12% 6%;
  text-align: center;
}
#course-archive .course-fee .fee-ttl {
  font-size: 5.8666666667vw;
  color: var(--main-color);
  margin-bottom: 10%;
}
#course-archive .course-fee .fee-txt {
  text-align: left;
}

/*==========================================
voice
===========================================*/
.voice-archive .voice-archive-ttl span {
  font-size: 5.6vw;
}
.voice-archive .voice-post {
  margin-bottom: 15%;
  position: relative;
}
.voice-archive .voice-post:last-child {
  margin-bottom: 0;
}
.voice-archive .voice-post .voice-icon {
  width: 20%;
  position: absolute;
  inset: 9vw auto auto 3vw;
  z-index: 1;
}
.voice-archive .voice-post .voice-content {
  border-radius: 4vw;
  background: #fff;
  border: 1px solid;
  position: relative;
  padding: 12% 6%;
}
.voice-archive .voice-post .voice-prof {
  width: 58%;
  margin-left: 22%;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 3%;
  font-size: 3.2vw;
}
.voice-archive .voice-post .voice-post-ttl {
  margin-left: 22%;
  font-size: 4.5333333333vw;
}
.voice-archive .voice-post-body {
  text-align: left;
}

#students-voice {
  background: #fff9fc;
}
#students-voice .voice-post .voice-content {
  border-color: var(--main-color);
}
#students-voice .voice-post .voice-prof {
  color: var(--main-color);
  background: var(--third-color);
}

#guardians-voice {
  background: #f5fbff;
}
#guardians-voice .voice-archive-ttl::before {
  background: #e4f3ff;
}
#guardians-voice .voice-archive-ttl span {
  color: var(--fourth-color);
}
#guardians-voice .voice-post .voice-content {
  border-color: var(--fourth-color);
}
#guardians-voice .voice-post .voice-content .voice-post-ttl {
  border-color: var(--fourth-color);
}
#guardians-voice .voice-post .voice-prof {
  color: var(--fourth-color);
  background: #f5fbff;
}

/*==========================================
guidance
===========================================*/
#guide-steps {
  background: url(../img/guidance/steps_deco.png) bottom 50vw center/73.0208% no-repeat;
}
#guide-steps .steps-ttl span {
  font-size: 4.5333333333vw;
}
#guide-steps .steps-lists {
  position: relative;
  padding: 9vw 0 37vw;
  background: url(../img/guidance/steps-lt_illust.png) right top/28% no-repeat, url(../img/guidance/steps-rt_illust.png) right top 98vw/28% no-repeat, url(../img/guidance/steps-rb_illust.png) right bottom/45% no-repeat;
}
#guide-steps .steps-lists::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: var(--fourth-color);
  inset: 9vw auto 0 0;
}
#guide-steps .steps-lists .steps-lists-item {
  margin-bottom: 15%;
  position: relative;
  padding-left: 10%;
  text-align: left;
}
#guide-steps .steps-lists .steps-lists-item::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: var(--fourth-color);
  inset: 0 auto auto -2.2vw;
}
#guide-steps .steps-lists .steps-lists-item:last-child {
  margin-bottom: 0;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-ttl {
  margin-bottom: 6%;
  line-height: 1.5;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-ttl .steps-ttl-num {
  display: block;
  font-size: 4.8vw;
  color: var(--fourth-color);
}
#guide-steps .steps-lists .steps-lists-item .steps-item-ttl .steps-ttl-txt {
  display: block;
  font-size: 6.4vw;
}
#guide-steps .steps-lists .steps-lists-item .steps-txt {
  text-align: left;
  line-height: 2.3;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-contact {
  background: #f5fbff;
  border-radius: 4vw;
  padding: 6% 3%;
  gap: 3vw;
  margin-top: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-contact .com-tel-wrp .tel-txt {
  width: 81%;
  margin: 0 auto;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-contact .com-tel-wrp .tel-num {
  font-size: 5.6vw;
}
#guide-steps .steps-lists .steps-lists-item .steps-item-contact .com-mail-btn {
  width: 10vw;
  height: 10vw;
}

/*==========================================
info
===========================================*/
/* info-greeting
------------------*/
#info-greeting {
  background: url(../img/info/greeting-lb_deco.png) left 8.8541% bottom 45vw/19.1145% no-repeat;
}
#info-greeting .inbox {
  background: url(../img/info/greeting-rt_deco.png) right top 35px no-repeat;
}
#info-greeting .greeting-img {
  position: relative;
  margin-bottom: 15%;
}
#info-greeting .greeting-img::before {
  position: absolute;
  content: "";
  width: 26%;
  height: 31vw;
  background: url(../img/info/greeting_illust.png) center/100% no-repeat;
  inset: auto auto -11vw 0;
}
#info-greeting .greeting-img img {
  border-radius: 5vw;
}
#info-greeting .greeting-content .name {
  text-align: right;
  color: var(--fourth-color);
}

/* info-gallery
------------------*/
#info-gallery {
  background: #f5fbff;
}
#info-gallery .gallery-lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 5vw;
}
#info-gallery .gallery-lists .gallery-lists-item {
  width: 48%;
}
#info-gallery .gallery-lists .gallery-lists-item .item-thumb {
  width: 100%;
  height: 28vw;
  margin-bottom: 3%;
}
#info-gallery .gallery-lists .gallery-lists-item .item-thumb img {
  border-radius: 4vw;
}
#info-gallery .gallery-lists .gallery-lists-item .item-cap {
  text-align: left;
  font-size: 3.4666666667vw;
  padding-left: 9%;
  position: relative;
}
#info-gallery .gallery-lists .gallery-lists-item .item-cap::before {
  position: absolute;
  content: "";
  width: 1.75vw;
  height: 1.75vw;
  border-radius: 50%;
  background: var(--fourth-color);
  inset: 2vw auto auto 0;
}

/* info-sec
------------------*/
#info-sec {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #ffe3ef 10px, #ffe3ef 20px);
  background-color: var(--third-color);
  padding: 18% 8%;
}
#info-sec .inbox {
  padding: 12% 6%;
  border-radius: 5vw;
  background: #fff;
  border: 2px solid var(--main-color);
  margin-bottom: 18%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 64%;
  margin: 0 0 23% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 4vw;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6% 10% 6% 6%;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 14% 0;
}
.post-wrap .column-lists .column-lists-item:first-child a {
  padding-top: 0;
}
.post-wrap .column-lists .column-lists-item:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 26%;
  font-size: 3.4666666667vw;
  color: var(--main-color);
  text-align: left;
  padding: 0.75vw 0;
  letter-spacing: 0.05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 71%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 0.75vw;
  text-align: center;
  font-size: 3.4666666667vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 55%;
}
.post-wrap .column-lists .has-thumb .post-area time {
  width: 44%;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 54%;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single-meta time {
  font-size: 3.4666666667vw;
  width: 27%;
  font-weight: normal;
  display: block;
  padding: 0.5vw 0;
}
.single-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single-meta .category-label li {
  font-size: 3.4666666667vw;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 0 1vw;
  display: inline-block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
    -------------------------------------------------- */
  /*==================================================
     日付選択フォーム
    ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 15%;
}
#contact .contact-form tr th {
  position: relative;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form tr td {
  padding: 3% 0;
}
#contact .contact-form tr td li {
  list-style: none;
}
#contact .contact-form tr td textarea {
  height: 37vw;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4vw;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  border-radius: 0;
}
#contact .contact-form .contact-select {
  width: 50%;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 5% 0 auto;
  margin: auto 0;
  width: 1.5vw;
  height: 1.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 6% 7% 6% 4%;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: var(--main-font-family);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.7333333333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 8%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 8%;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-size: 4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 6% 2%;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 8%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 8%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}