/*
Theme Name: 北原学院新歯科衛生性専門学校（新松戸校）
Author: 
Author URI: Your Website URL
Description: Blank
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-blank-theme
*/

@charset "UTF-8";
:root {
  --site-max-width:1920px;
  --header-height-pc:159px;
  --header-height-sp:78px;
}
html {
  scroll-padding-top: var(--header-height-sp);
}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}

body {
  color:#727171;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
body a {
  transition: all 0.2s ease-in-out;
}

img {
  vertical-align: bottom;
}
p {
  line-height: 2;
}
.container {
  max-width: var(--site-max-width);
  overflow: hidden;
}
.container-800 {
  max-width: 800px;
}
.container-1000 {
  max-width: 1000px;
}
.container-1100 {
  max-width: 1100px;
}
.container-1200 {
  max-width: 1200px;
}
.container-1400 {
  max-width: 1400px;
}
.container,
.container-800,
.container-1000,
.container-1100,
.container-1200,
.container-1400 {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
/* タブレット・デスクトップのみに適用 */
@media (min-width: 992px) { /* または1024px */
  #container {
    min-width: 1200px;
  }
}
.header-pc {
    display:none;
}
@media (min-width: 992px) {
    .header-pc {
        display:block;
    }
    .header-sp {
        display:none;
    }
}

/* .headerPC001 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.headerPC001-inner {
  width: 100%;
  height: var(--header-height-pc);
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.headerPC001-right {
  margin-left: 1.5576324vw;
}

.headerPC001-right .button-list {
  display: flex;
  flex-wrap: wrap;
}
.headerPC001-logo {
  transition: opacity 0.5s ease;
  text-decoration: none;
  color:#727171;
  max-width: 520px;
}
@media (min-width: 641px) {
  .headerPC001-logo {
      max-width: 520px;
  }
}
.headerPC001-logo:hover {
  opacity: 0.7;
}
.headerPC001-logo img {
  width: 70px;
  margin-right: 14px;
}
.headerPC001-logo h1 {
  font-size: 26px;
  line-height: 1.5;
}
.headerPC001-space {
  height: var(--header-height-pc);
}
.headerPC001-center {
  margin-left: auto;
} */
.outline-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.outline-menu li {
  margin-left: 8px;
}

/* nav */
/* .headerNavPC001 ul, */
.headerNavSP001 ul {
  margin: 0;
  padding-left: 0;
}

/* .headerNavPC001 li, */
.headerNavSP001 li {
  list-style: none;
}

/* .headerNavPC001 a, */
.headerNavSP001 a {
  text-decoration: none;
  display: block;
}

/* PC Navigation */
/* .headerNavPC001 li {
  padding: 0;
  margin-left: 1.24610592vw;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.headerNavPC001 li:nth-of-type(1) {
  margin-left: 0;
}

.headerNavPC001 li a {
  font-size: 1.24610592vw;
  font-weight: normal;
  color: #000;
}
@media (min-width:2378px) {
  .headerNavPC001 li a {
    font-size:23px;
  }
}

.headerPC001-right .button-list-item {
  width: 9.24195223vw;
  max-width: 178px;
  margin-left: 0.62305296vw;
}

.headerPC001-right .button-list-item a {
  display: block;
  width: 100%;
}

.headerNavPC001 a{
  text-decoration: none;
}


.headerNavPC001-nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 224px;
  z-index: 3;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  gap: 0;
  background-color: #FFF;
}

.headerNavPC001-nav .menu-item-has-children:hover .sub-menu {
  display: block;
}

.headerNavPC001-nav .sub-menu li {
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.headerNavPC001-nav .sub-menu a {
  padding: 10px;
  display: block;
  background-color: #FFF;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align:center;
  line-height: 1.5;
} */

/* headerSP001 */

.headerSP001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-sp);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.headerSP001-space {
  height: var(--header-height-sp);
}
.headerSP001-logo {
  padding-left: 10px;
  text-decoration: none;
  color:#727171;
	text-align:left;
}
.headerSP001-logo img {
	width:auto;
  height: 46px;
  margin-right: 14px;
}
.headerPC001-logo h1 {
  font-size: 26px;
  line-height: 1.5;
}
.headerSP001-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headerSP001-button {
  position: relative;
  background: #fd6890;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* border-radius: 5px; */
}

.headerSP001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.headerSP001-button span:nth-of-type(1) {
  top: 13px;
}
.headerSP001-button span:nth-of-type(2) {
  top: 19px;
}
.headerSP001-button span:nth-of-type(3) {
  top: 25px;
}
.headerSP001-button span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 1px;
  left: -7px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.headerSP001-button.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.headerSP001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.headerSP001-button.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.headerSP001-button.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-45deg);
  top: 1px;
  left: -4px;
}
.headerSP001-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.o-spNavi {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 92svh;
  height: calc(100% - 78px);
  transition: transform 0.2s;
  transform: translate(100%, 0);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.o-spNavi.is-active {
  transform: translate(0, 0);
}
.o-spNavi .inner {
  padding:0 20px 20px 20px;
}
.o-spNavi__upper {
  text-align: right;
}
.o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
}
.o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.o-spNavi__item .item {
  border-bottom: 1px solid #b0b7b9;
  font-size: 16px;
  line-height: 1;
}
.o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
.o-spNavi__item .item a,
.o-spNavi__item .item span {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.o-spNavi__item .item a:after,
.o-spNavi__item .item span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.o-spNavi__item .item span:before {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 1px;
  right: 0;
}
.o-spNavi__item .item span:after {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 13px;
  right: 6px;
  margin-top: -6px;
  opacity: 1;
  transform: rotate(0);
}
.o-spNavi__item .a-btn,
.o-spNavi__item .a-btnSns {
  margin-left: auto;
  margin-right: auto;
}
.o-spNavi .list li {
  margin-top: 30px;
}
.o-spNavi .list li.line .icon {
  width: 40px;
}
.o-spNavi .list li.tel .icon {
  width: 40px;
}
.o-spNavi .list li.tel .text {
  font-weight: bold;
}
.o-spNavi .list li.mail .icon {
  width: 40px;
}
.o-spNavi .list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #dde1e4;
}
.o-spNavi .list li .icon {
  margin-right: 22px;
}
.o-spNavi .list li .content .text {
  font-size: 16px;
  line-height: 1.75;
}
.o-spNavi .list li .content .label {
  font-size: 16px;
  line-height: 1.25;
}

.switch a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.83073728vw;
  text-decoration: none;
  color: #000;
}
@media (min-width:2378px) {
  .switch a {
    font-size: 23px;
  }

}
.switch__label {
  width: 44px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 20px;
  -webkit-transition: all 0.1s 0.4s;
  -moz-transition: all 0.1s 0.4s;
  -ms-transition: all 0.1s 0.4s;
  -o-transition: all 0.1s 0.4s;
  transition: all 0.1s 0.4s;
  overflow: hidden;
}
.switch__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  top: 0;
  left: 0;
  border: 1.5px solid #000000;
  border-radius: 20px;
  background-color: #fff;
}
.switch__content:after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;

  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.switch__input {
  display: none;
}
.switch__circle {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.switch__circle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 7px;
  left: 5px;
}

.switch a:hover .switch__circle {
  left: 23px;
  background-color: #00d1d7;
}
.switch a:hover .switch__content {
  border-color: transparent;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.switch a:hover .switch__content:after {
  background-color: #00d1d7;
  width: 100%;
}
/* headerSP001 end */

/* nav */
.headerNavSP001 {
  display: block;
  width: 100%;
  /*height: 100%;*/
	height:100vh;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.9);
}

.headerNavSP001 > ul {
  height: calc(100% - 78px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #ccc;
}

.headerNavSP001 li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.headerNavSP001 a {
  padding: 10px;
  color: #3b4043;
  width: 100%;
}

.headerNavSP001 ul.sub-menu > li:last-child {
  border-bottom: none;
}

.headerNavSP001 .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url(./img/arrow-down.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.headerNavSP001 .sub-menu {
  display: none;
  padding: 0;
  width: 100%;
  gap: 0;
}

.headerNavSP001 .sub-menu li {
  display: block;
  padding-left: 15px;
}

/* swiper01 */
.swiper01 {
  position: relative;
}
@media (min-width: 641px) {
  .swiper01 {
      min-width:1200px;
  }
}
.swiper01-container {
  overflow: hidden;
}
.swiper01-pagination {
  text-align: center;
}
div.swiper01 .swiper01-pagination .swiper-pagination-bullet-active {
  background:#007aff;
}
.swiper01-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
/* 高さを決める場合 */
.swiper01-slide {
  flex: 0 0 auto;
  height: 540px;
}
.swiper01-img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}


/* swiper01 end */
.light-blue {
  color:#6FCCD4;
}
.light-blue2 {
  color:#6FCCD4;
}
.pink {
  color:#fd6890;
}

.dark-blue{
  color: #141C6C;
}
.red{
  color: #f00000;
}
.orange{
  color: #FF970A;
}
.gray{
  color: #888888;
}
.white{
  color: #FFF;
}
.bg-grey {
  background-color: #F5F5F5;
}
.bg-light-blue {
  background-color:#6FCCD4;
  color:#FFF;
}

.bg-pink {
  background: #fff0f2;
}
.bg-pink02 {
  background: #fff1f0;
  background: -webkit-linear-gradient(190deg, #fff1f0 0%, #fff0f2 100%);
  background: -o-linear-gradient(190deg, #fff1f0 0%, #fff0f2 100%);
  background: linear-gradient(280deg, #fff1f0 0%, #fff0f2 100%);
}
.bg-pink03 {
  background-color:#fd6890;
}
.bg-yellow{
  background: rgba(255, 251, 157, 0.3);
}
.bg-white{
  background: #FFF;
}

/* font-size */
.fs-000 {
  font-size: 36px !important;
}
@media (min-width: 641px) {
  .fs-000 {
    font-size: 50px !important;
  }
}
.fs-001 {
  font-size: 24px !important;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px !important;
  }
}
.fs-002 {
  font-size: 20px !important;
}
@media (min-width: 641px) {
  .fs-002 {
    font-size: 28px !important;
  }
}
.fs-003 {
  font-size: 18px !important;
}
@media (min-width: 641px) {
  .fs-003 {
    font-size: 24px !important;
  }
}
.fs-004,
.fs-005,
.fs-006 {
  font-size: 16px !important;
}
@media (min-width: 641px) {
  .fs-004 {
    font-size: 21px !important;
  }
}
@media (min-width: 641px) {
    .fs-005 {
        font-size: 18px !important;
    }
}


.category-01 {
  color:#FFF;
  background-color: #f7883c;
}
.category-02 {
  color:#FFF;
  background-color:#6FCCD4;
}
/* heading */
#container #container-inner #content main h1,
#container #container-inner #content main h2,
#container #container-inner #content main h3,
#container #container-inner #content main h4,
#container #container-inner #content main h5,
#container #container-inner #content main h6{
  font-family: "Zen Maru Gothic", serif;
}

.heading-01 {
  background: #fd6890;
  color: #FFF;
  padding: 8px 15px;
}

.heading-02 {
  font-size:33px;
  font-weight: bold;
  color:#6FCCD4;
}
@media (min-width: 641px) {
  .heading-02 {
    font-size:46px;
  }
}
.heading-03 {
  font-weight: bold;
}
.heading-04 {
  font-size:35px;
  font-weight: bold;
  color:#6FCCD4;
}
@media (min-width: 641px) {
  .heading-04 {
    font-size:100px;
  }
}
.heading-06 {
  text-align: center;
  border:solid 2px #fd6890;
  color: #fd6890!important;
  border-radius: 60px;
  line-height: 1.4;
  padding: 5px 0;
  background: #fff1f0 !important;
}
@media (min-width: 641px) {
  .heading-06 {
    padding: 15px 0;
  }
}
.heading-07 {
  border-bottom:solid 2px #fd6890;
  padding:0 15px 15px;
  color: #fd6890 !important;
  text-align: left !important;
}
.heading-07 img{
  width: 25px;
  margin-right: 10px;
}

.heading-09{
  font-size: 30px;
  line-height: 2em;
  color: #FD6890 !important;
  background: url("images/common/h2_bg_white.png") center top no-repeat;
  background-size: contain;
  font-weight: 500;
}
@media (min-width: 641px) {
  .heading-09 {
    font-size: 48px;
  }
}

.heading-09 span {
  display: block;
  font-size: 16px;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 2em;
  color: #000 !important;
  text-align: center;
  display: block !important;
}
@media (min-width: 641px) {
  
  .heading-09 span {
    font-size: 20px;
  }
}





.button-01 {
  background-color:#fd6890;
  border:solid 2px #fd6890;
}
.button-01:hover {
  background-color:#FFF;
  border:solid 2px #fd6890;
  color: #fd6890;
}
.button-02 {
  background-color:#6FCCD4;
  border:solid 2px #6FCCD4;
}
.button-02:hover {
  background-color:#FFF;
  border:solid 2px #6FCCD4;
  color: #6FCCD4;
}
.button-02,
.button-01 {
  text-decoration: none;
  color:#FFF;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
}
.button-03{
  background: #fd6890;
  color: #FFF;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius:30px;
  border:solid 2px #fd6890;
  line-height: 1.5;
  display: inline-flex;
  flex-direction: column;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
}
@media (min-width: 641px) {
  .button-03 {
    display: inline;
    flex-direction: column;
  }
}
.button-03:hover{
  background-color:#FFF;
  border:solid 2px #fd6890;
  color: #fd6890;
}

.button-04{
  background: #6FCCD4;
  color: #FFF;
  text-decoration: none;
  padding: 10px 30px;
  font-weight: 600;
  border-radius:30px;
  border:solid 2px #6FCCD4;
  line-height: 1.5;
  display: inline-flex;
  flex-direction: column;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
}
@media (min-width: 641px) {
  .button-04 {
    display: inline;
    flex-direction: column;
  }
}
.button-04:hover{
  background-color:#FFF;
  border:solid 2px #6FCCD4;
  color: #6FCCD4;
}
.button-05{
  text-decoration: none;
  padding: 10px 80px;
  font-weight: 600;
  border-radius:30px;
  line-height: 1.5;
  display: inline-flex;
  flex-direction: column;
  white-space: nowrap;
  border-radius: 30px;
  text-align: center;
  background-color:#FFF;
  border:solid 2px #fd6890;
  color: #fd6890;
}
@media (min-width: 641px) {
  .button-05 {
    display: inline;
    flex-direction: column;
  }
}
.button-05:hover{
  background: #fd6890;
  border:solid 2px #fd6890;
  color: #FFF;
}


/* news */
.news-block {
  border-bottom: 1px solid #ccc;
} 
.news-item{
  border-top: 1px solid #ccc;
  line-height: 1.5em;
}
.news-item a:hover{
  text-decoration: underline;
}

.news-time,
.news-text{
  padding: 10px 0;
}
@media (min-width: 641px) {
  .news-time,
  .news-text{
    padding: 20px 0;
  }
}
.news-time{
  width: 30%;
}
.news-text {
  width: 70%;
}

.num {
  width:94px;
  margin-bottom:20px;
}
@media (min-width: 641px) {
  .num {
    width:140px;
    margin-bottom:40px;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.gap-10 {
  gap:10px;
}
.gap-20 {
  gap:20px;
}
.gap-30 {
  gap:30px;
}

.new-line span{
  display: inline-block;
}
.single-block,
.page-block{
  padding: 30px 10px;
}
@media (min-width: 641px) {
  .single-block,
  .page-block{
    padding: 80px 10px;
  }
}
.page-block-pt-0{
  padding: 0 10px  30px;
}
@media (min-width: 641px) {
  .page-block-pt-0{
    padding: 0 10px  80px;
  }
}


.page-block-pb-0{
  padding: 30px 10px 0;
}
@media (min-width: 641px) {
  .page-block-pb-0{
    padding: 80px 10px 0;
  }
}


.lh-14{
  line-height: 1.4;
}
.ls-001{
  letter-spacing:0.1em;
}
.radius-15{
  border-radius: 15px;
}

.list-style{
  list-style:disc;
  padding-left: 20px;
}

.list-style02 li{
  position: relative;
  padding-left: 20px;
  margin: 7px 0;
}
.list-style02 li::before{
  content: "";
  background: url(images/list-style02-icon.svg) no-repeat;
  width:15px;
  height:15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-size: contain;
  left: 0;
}

.icon-txt{
  padding-left:1em;
  text-indent: -1em;
}
.check-icon{
  width: 80px;
  margin-left: 30px;
}
.border-box > li{
  padding:15px;
  border-top: solid 3px #43CFD6;
}
.border-box > li:last-child{
  border-bottom: solid 3px #43CFD6;
}
.border-box .number{
  background:#FFF5F2;
  border: solid 2px #FF970A;
  color: #FF970A;
  font-size: 24px;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 641px) {
  .border-box > li{
    padding:30px 25px;
  }
  .border-box .number{
    font-size: 50px;
    width: 80px;
    height: 80px;
  }
}
.border-box02{
  padding: 20px 20px 30px;
  border-radius: 20px;
  background: #DBF5F2;
  color: #000;
}

.number{
  width:50px;
}
@media (min-width: 641px) {
  .number{
    width: 80px;
  }
}
.table-scroll{
  overflow-x: scroll;
  padding-bottom: 15px;
}
@media (min-width: 641px) {
  .table-scroll{
    overflow-x: auto;
  }
}
.table-scroll .table{
  min-width: 800px;
}

.table{
  width: 100%;
  border-collapse: collapse;
}
.schedule-table{
  border-top: solid 3px #fd6890;
  border-left: solid 1px #fd6890;
  border-bottom: solid 3px #fd6890;
}
.schedule-table thead th{
  background: #fff1f1;
  color: #000;
  border-right: solid 1px #fd6890;
  border-bottom: solid 1px #fd6890;
  padding: 15px 5px;
}
.schedule-table thead th:last-child{
  width: 150px;
}
.schedule-table tbody td{
  padding: 15px 5px;
  text-align: center;
  border-right: solid 1px #fd6890;
  border-bottom: solid 1px #fd6890;
}
.curriculum-table{
  border-top: solid 3px #fd6890;
  border-left:solid 1px #fd6890;
  border-right: solid 1px #fd6890;
  border-bottom: solid 3px #fd6890;
}
.curriculum-table th{
  background: #fff1f1;
  color: #000;
  border-bottom:solid 1px #fd6890;
  text-align: center;
  vertical-align: middle;
}
.curriculum-table tr:last-child th{
  border-bottom: solid 1px #fd6890;
}
.curriculum-table td{
  padding: 15px;
  border-bottom: solid 1px #fd6890;
}
@media (max-width: 641px) {
  .curriculum-table th,
  .curriculum-table td{
    display: block;
    width: 100%;
  }
}

.timetable{
  border-top: solid 3px #fd6890;
  border-left:solid 1px #fd6890;
  border-right: solid 1px #fd6890;
  border-bottom: solid 3px #fd6890;
  text-align: center;
}
.timetable thead th{
  background: #fff1f1;
  color: #000;
  padding: 5px;
  border-bottom: solid 1px #fd6890;
  border-right: solid 1px #fd6890;
}
.timetable tbody th{
  width: 80px;
  color: #000;
  border-bottom: solid 1px #fd6890;
  border-right: solid 1px #fd6890;
  vertical-align: middle;
}
.timetable tbody td{
  padding: 5px;
  border-bottom: solid 1px #fd6890;
  border-right: solid 1px #fd6890;
  vertical-align: middle;
}
.timetable tbody td.linear{
  background-image: linear-gradient(to left top,transparent calc(50% - .5px),#fd6890 50%,#fd6890 calc(50% + .5px),transparent calc(50% + 1px));
}
.faq {
    margin-bottom: 5px;
}
.faq .question {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    background: #fefcd5;
}
.faq .question::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    color: #75bbff;
    content: "Q";
}
.faq .answer {
    position: relative;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    opacity: 1;
}
.faq .answer::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
    color: #ff8d8d;
    content: "A";
}
.tuition-table{
  border-top: solid 1px #fd6890;
  margin-top: 10px;
}
.tuition-table th{
  background: #fff1f1;
  border-bottom: solid 1px #fd6890;
  color: #000;
  padding: 5px 15px;
  vertical-align: middle;
}
.tuition-table td{
  padding: 5px 15px;
  background: #FFF;
  border-bottom: solid 1px #fd6890;
}
@media (max-width: 641px) {
  .tuition-table th,
  .tuition-table td{
    display: block;
    width: 100%;
  }
}


/* Archive */


.o-pagenation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 999px) {
  .o-pagenation {
    margin-top: 30px;
  }
}
.o-pagenation li {
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
}
@media print, screen and (max-width: 999px) {
  .o-pagenation li {
    margin-left: 4px;
  }
}
.o-pagenation li.is-active {
  background: #f0f0f0;
}
.o-pagenation li a {
  width: 30px;
  height: 30px;
  display: block;
  color: #40494e;
  font-size: 16px;
  line-height: 1;
  line-height: 27px;
  transition: all 0.2s ease-out;
  border: 1px solid #333333;
  text-decoration: none;
  border-radius: 50%;
}
@media print, screen and (max-width: 999px) {
  .o-pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    line-height: 26px;
  }
}

@media print, screen and (max-width: 640px) {


  .section-faq .heading {
    font-size: 28px;
  }

  .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .faq-item {
    width: 100%;
  }

  .news-list,
  .box01 {
    padding: 20px;
  }

  .news-category,
  .news-date {
    font-size: 14px;
  }

  .news-list li {
    padding: 6px 0 10px;
  }

  .news-link {
    font-size: 14px;
  }

  .event-category,
  .event-text {
    font-size: 14px;
  }

}
/* 
.headerPC001-center .navi-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 641px) {
  .headerNavPC001 {
    display: block;
  }
  
  .headerNavPC001 .navi-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .headerNavPC001 {
    display: none;
  }
} */

.feature-item01 .feature-item-img {
  order: 1;
}

.feature-item01 .feature-item-content {
  order: 2;
}

@media (max-width: 640px) {
  .feature-item01 .feature-item-img,
  .feature-item03 .feature-item-img,
  .feature-item05 .feature-item-img {
    order: 2;
  }
}

@media (min-width: 641px) {
  .feature-item03 .feature-item-img,
  .feature-item05 .feature-item-img {
    order: 2;
  }
}

.feature-item01 .feature-item-img,
.feature-item03 .feature-item-img,
.feature-item05 .feature-item-img {
  order: 1;
}

.feature-item01 .feature-item-content,
.feature-item03 .feature-item-content,
.feature-item05 .feature-item-content {
  order: 2;
}

@media (min-width: 641px) {
  .feature-item03 .feature-item-img,
  .feature-item05 .feature-item-img {
    order: 2;
  }

  .feature-item03 .feature-item-content,
  .feature-item05 .feature-item-content {
    order: 1;
  }
}

.feature-item03 .feature-item-img,
.feature-item05 .feature-item-img {
  order: 2;
}

.feature-item03 .feature-item-content,
.feature-item05 .feature-item-content {
  order: 1;
}

@media (max-width: 640px) {
  .feature-item01 .feature-item-img,
  .feature-item03 .feature-item-img,
  .feature-item05 .feature-item-img {
    order: 2;
  }

  .feature-item01 .feature-item-content,
  .feature-item03 .feature-item-content,
  .feature-item05 .feature-item-content {
    order: 1;
  }
}

.feature-item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.feature-item-head .headbox {
  padding-left: 0;
  width: 100%;
}

.feature-item-head .feature-item-title {
  text-align: center;
  padding-top: 12px;
  font-weight: 600;
  width: 100%;
  font-size: 24px;
}

.feature-item-head .feature-item-text {
  text-align: center;
  margin-top: 8px;
  color: #000;
  justify-content: center;
}

.feature-item-head .number {
  margin: 0 auto;
}

@media (min-width: 641px) {
  .feature-item-head {
    flex-direction: row;
    justify-content: flex-start;
  }

  .feature-item-head .headbox {
    padding-left: 18px;
    width: auto;
  }

  .feature-item-head .feature-item-title {
    text-align: left;
    width: auto;
  }

  .feature-item-head .feature-item-text {
    text-align: left;
  }

  .feature-item-head .number {
    margin: 0;
  }

  /* feature-item01は画像が左側 */
  .feature-item01 .feature-item-img {
    order: 1;
  }

  .feature-item01 .feature-item-content {
    order: 2;
  }

  /* feature-item03は画像が左側 */
  .feature-item03 .feature-item-img {
    order: 1;
  }

  .feature-item03 .feature-item-content {
    order: 2;
  }

  /* feature-item05は画像が右側 */
  .feature-item05 .feature-item-img {
    order: 2;
  }

  .feature-item05 .feature-item-content {
    order: 1;
  }
}

/* feature-itemのアイコンスタイル */
.feature-item .icon {
  position: absolute;
  right: 20px;
  top: 4vw;
}

.feature-item01 .icon {
  width: 27vw;
}

.feature-item02 .icon {
  width: 13vw;
}

.feature-item03 .icon {
  width: 26vw;
}

.feature-item04 .icon {
  width: 13vw;
}

.feature-item05 .icon {
  width: 20vw;
}

@media (min-width: 641px) {
  .feature-item01 .icon {
    width: 160px;
    margin-left: 12px;
    position: relative;
    right: auto;
    top: auto;
  }

  .feature-item02 .icon {
    width: 90px;
    bottom: 30px;
    right: 40px;
    top: auto;
  }

  .feature-item03 .icon {
    width: 160px;
    left: 30px;
    bottom: 80px;
    right: auto;
    top: auto;
  }

  .feature-item04 .icon {
    width: 80px;
    right: 30px;
    bottom: 40px;
    top: auto;
  }

  .feature-item05 .icon {
    width: 110px;
    right: 30px;
    bottom: 40px;
    top: auto;
  }
}


.application-table{
  border-top: solid 3px #6FCCD4;
  border-left:solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  border-bottom: solid 3px #6FCCD4;
  text-align: center;
}
.application-table thead th{
  background: #DBF5F2;
  color: #000;
  padding: 5px;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  vertical-align: middle;
}
.application-table tbody th{
  width: 80px;
  color: #000;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
}
.application-table tbody td{
  padding: 5px;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  vertical-align: middle;
}


.entrance-table{
  border-top: solid 3px #6FCCD4;
  border-left:solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  border-bottom: solid 3px #6FCCD4;
  text-align: center;
}
.entrance-table thead th{
  background: #DBF5F2;
  color: #000;
  padding: 5px 3px;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  vertical-align: middle;
}
.entrance-table tbody th{
  border-right: solid 1px #6FCCD4;
  border-bottom: solid 1px #6FCCD4;
  vertical-align: middle;
  padding: 5px 2px;
}
.entrance-table tbody td{
  padding: 5px 2px;
  font-size: 14px;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  vertical-align: middle;
}
.ao-table{
  border-top: solid 3px #6FCCD4;
  border-left:solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  border-bottom: solid 3px #6FCCD4;

}
.ao-table th{
  background: #DBF5F2;
  color: #000;
  padding: 5px 10px;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
  vertical-align: middle;
}
.ao-table td{
  padding: 5px 10px;
  background: #FFF;
  border-bottom: solid 1px #6FCCD4;
  border-right: solid 1px #6FCCD4;
}

.flow-block {
  display: flex;
}

.flow-list {
  padding-left: 0;
}

.flow-list > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow-list > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow-list > li .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #FF970A;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow-list > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow-list > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #FF970A;
}

.flow-list > li dl dd {
  margin-left: 0;
  margin-bottom: 30px;
}


/*================================================
　reset
================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*================================================
　import設定 
================================================*/
/*================================================
　共通設定 
================================================*/
html.open {
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  /*iPhone用ランドスケープ時の文字のサイズを自動で拡大防止*/
  line-height: 1.5em;
  color: #000;
  /* text-align: center; */
  position: relative;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

a {
  color: #666;
}
a:hover {
  color: #fd6890;
}

strong {
  color: #FD6890;
}

mark {
  background: linear-gradient(transparent 60%, #ffec39 0%);
  color: #000;
  font-style: normal;
  font-weight: bold;
}

/* 画像設定 */
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: text-bottom;
}



/* 詳しくはこちら */
.linkbtn {
  width: 100%;
  text-align: center;
}
.linkbtn a {
  margin: 0 auto;
  display: inline-block;
  background: #fd6890;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  transition: .3s;
}
.linkbtn a:hover {
  color: #fff;
  background: rgba(253, 104, 144, 0.8);
}



/*================================================
　レイアウト設定 
================================================*/
#container {
  width: 100%;
}
#container #container-inner header {
  background: rgba(255, 255, 255, 0.98);
}
@media (min-width: 641px) {
  #container #container-inner header {
    /* padding: 10px; */
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
#container #container-inner header .inner {
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (width >= 1280px) {
  #container #container-inner header .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.logo-block{
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  font-weight: 400;
  line-height: 1.5;
}
.logo-block img{
  width: 70px;
  height: auto;
  margin-right: 10px;
}
.logo-block span{
  font-size:16px ;
  white-space: nowrap;
}
@media (min-width: 641px) {
  .logo-block{
    width: auto;
    
  }
  .logo-block span{
    font-size:24px ;
  }
}

#container #container-inner header .inner #header-gnavi {
  display: none;
}
@media (min-width: 641px) {
  #container #container-inner header .inner #header-gnavi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}
#container #container-inner header .inner #header-gnavi > ul.navi {
  width: 100%;
  display: flex;
  align-items: center;
  list-style: none;
}
.pc-navi-child {
  display: none;
  position: absolute;
}
.pc-navi-child-01 {
  left: 30px;
}

.pc-navi-child-02 {
  left:10%;
  transform: translateX(-10%);
}
.pc-navi-child-03 {
  left:20%;
  transform: translateX(-20%);
}
.pc-navi-child-04 {
  left:30%;
  transform: translateX(-30%);
}
.pc-navi-child-05 {
  left:40%;
  transform: translateX(-40%);
}
.pc-navi-child-06 {
  left: 50%;
  transform: translateX(-50%);
}
.pc-navi-child-07 {
  left: 60%;
  transform: translateX(-60%);
}
.pc-navi-child-08 {
  left: 70%;
  transform: translateX(-70%);
}
.pc-navi-child ul {
  display: grid;
  border-top:1px solid #eee;
}
.pc-navi-child-01 ul,
.pc-navi-child-02 ul,
.pc-navi-child-03 ul,
.pc-navi-child-04 ul,
.pc-navi-child-05 ul,
.pc-navi-child-06 ul,
.pc-navi-child-07 ul,
.pc-navi-child-08 ul  {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.pc-navi-child li {
  /* background: rgb(255 255 255 / 0.95); */
  background: #fd6890;

  display: block;
  width: 240px;
  padding:30px 10px 30px 30px;
  /* white-space: nowrap; */
}
.pc-navi-child a {
  text-decoration: none;
  color:#FFF;
  padding-left:1em;
  text-indent: calc((1em + 10px) * -1);
  display: inline-block;
}
.pc-navi-child a::before {
  content:'ー';
  padding-right:10px;
}
#container #container-inner header .inner #header-gnavi > ul > li {
  border-right: 1px solid #f1f1f1;
  min-width: 70px;
  width: 10%;
  padding: 0 10px;
  transition: .1s;
  position: relative;
}
#container #container-inner header .inner #header-gnavi > ul > li:first-child {
  border-left: 1px solid #f1f1f1;
}
#container #container-inner header .inner #header-gnavi > ul > li > a {
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  /* color: #333; */
  color: #fd6890;
  padding: 50px 0px 20px;
  display: block;
  transition: .1s;
}
@media (width < 1024px) {
  #container #container-inner header .inner #header-gnavi > ul > li > a {
    font-size: clamp(0.5rem, calc(0.25vw + 0.7rem), 1rem);
  }
}
#container #container-inner header .inner #header-gnavi > ul > li > a:hover {
  color: #333;
}
#container #container-inner header .inner #header-gnavi > ul > li.school {
  background: url("images/common/gnavi_icon_school_on.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.school:hover {
  background: url("images/common/gnavi_icon_school.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.dental-hygenist {
  background: url("images/common/gnavi_icon_dental-hygenist_on.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.dental-hygenist:hover {
  background: url("images/common/gnavi_icon_dental-hygenist.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.day {
  background: url("images/common/gnavi_icon_day_on.png") center 15px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.day:hover {
  background: url("images/common/gnavi_icon_day.png") center 15px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.night {
  background: url("images/common/gnavi_icon_night_on.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.night:hover {
  background: url("images/common/gnavi_icon_night.png") center 18px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.entry {
  background: url("images/common/gnavi_icon_entry_on.png") center 23px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.entry:hover {
  background: url("images/common/gnavi_icon_entry.png") center 23px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.event {
  background: url("images/common/gnavi_icon_event_on.png") center 24px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.event:hover {
  background: url("images/common/gnavi_icon_event.png") center 24px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.faq {
  margin-bottom: 0;
  background: url("images/common/gnavi_icon_faq_on.png") center 23px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.faq:hover {
  background: url("images/common/gnavi_icon_faq.png") center 23px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.access {
  margin-bottom: 0;
  background: url("images/common/gnavi_icon_access.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.access:hover {
  background: url("images/common/gnavi_icon_access_on.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.graduate {
  margin-bottom: 0;
  background: url("images/common/gnavi_icon_graduate.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.graduate:hover {
  background: url("images/common/gnavi_icon_graduate_on.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.recruiter {
  margin-bottom: 0;
  background: url("images/common/gnavi_icon_recruiter.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-gnavi > ul > li.recruiter:hover {
  background: url("images/common/gnavi_icon_recruiter_on.png") center 21px no-repeat;
}
#container #container-inner header .inner #header-content {
  display: flex;
  align-items: center;
}
@media (width < 1280px) {
  #container #container-inner header .inner #header-content {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
#container #container-inner header .inner #header-content > div {
  margin: 0 10px;
}
#container #container-inner header .inner #header-content > div.btn a {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  background: #fd6890 url("images/index/mail.png") 20px center no-repeat;
  border-radius: 50px;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  min-width: 160px;
}
@media (min-width: 641px) {
  #container #container-inner header .inner #header-content > div.btn a {
    font-size: 16px;
  }
}
#header-content .btn02 a{
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #6FCCD4 url("images/common/sc_icon.png") 20px center no-repeat;
  border-radius: 50px;
  padding: 10px 10px 10px 30px;
  padding:15px 10px;
  text-decoration: none;
  min-width:160px;
  border: solid 2px #6FCCD4;
}
/* #header-content .btn02 a:hover{
  background-color: #FFF;
  border: solid 2px #6FCCD4;
  color: #6FCCD4;
} */
#container #container-inner #sp_gnavi .accordion {
  position: relative;
}
#container #container-inner #sp_gnavi .accordion input.toggle {
  display: none;
}
#container #container-inner #sp_gnavi .accordion input.toggle:checked {
  transition: all .3s;
}
#container #container-inner #sp_gnavi .accordion input.toggle:checked + label.title::before {
  transform: rotate(-90deg) !important;
}
#container #container-inner #sp_gnavi .accordion input.toggle:checked + label.title + .content {
  /*開閉時*/
  height: auto;
  box-sizing: border-box;
  transition: all .3s;
  padding-left:1em;
}
#container #container-inner #sp_gnavi .accordion label {
  position: relative;
}
#container #container-inner #sp_gnavi .accordion label.title {
  /* font-size: 16px; */
  /* line-height: 1.5em; */
  /* padding: 15px 10px; */
  display: block;
  padding: 10px;
  color: #3b4043;
  /* color: #000; */
}
@media (min-width: 641px) {
  /* #container #container-inner #sp_gnavi .accordion label.title {
    font-size: 18px;
  } */
}
#container #container-inner #sp_gnavi .accordion label::before, #container #container-inner #sp_gnavi .accordion label::after {
  content: "";
  position: absolute;
  top: calc( 50% - 10px );
  right: 20px;
  width: 2px;
  height: 1em;
  background-color: #666;
  transition: all 0.3s;
}
#container #container-inner #sp_gnavi .accordion label::after {
  transform: rotate(90deg);
}
#container #container-inner #sp_gnavi .accordion .content {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all .3s;
}
#container #container-inner #sp_gnavi .accordion .content ol li, #container #container-inner #sp_gnavi .accordion .content ul li {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 10px;
  text-align: justify;
}
@media (min-width: 641px) {
  #container #container-inner #sp_gnavi .accordion .content ol li, #container #container-inner #sp_gnavi .accordion .content ul li {
    font-size: 18px;
    line-height: 2em;
  }
}
#container #container-inner #sp_gnavi .accordion .content ol li:last-child, #container #container-inner #sp_gnavi .accordion .content ul li:last-child {
  border-bottom: none;
}
#container #container-inner #sp_gnavi .accordion .Label, #container #container-inner #sp_gnavi .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#container #container-inner #content {
  clear: both;
  width: 100%;
  margin-top: 0px;
}
#container #container-inner #content h1 {
  color: #fd6890;
  background: #fff1f1;
  border-top: 1px solid #fd6890;
  border-bottom: 1px solid #fd6890;
  text-align: center;
  font-size: 30px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1em;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  #container #container-inner #content h1 {
    font-size: 40px;
    padding: 60px 0;
  }
}
#container #container-inner #content main {
  background-color: #fff;
  width: 100%;
}

#container #container-inner #content main > section .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
/* 
#container #container-inner #content main > section ul {
  list-style: none;
  text-align: left;
} */
#container #container-inner #content main h2 {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 641px) {
  #container #container-inner #content main h2 {
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}
#container #container-inner #content main h2 span {
  display: inline-block;
}
#container #container-inner #content main h3 {
  position: relative;
}
#container #container-inner #content main h3 span {
  display: inline-block;
}


#container #container-inner #content main h6 {

  line-height: 1.2em;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#container #container-inner footer .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#container #container-inner footer .f_info1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  #container #container-inner footer .f_info1 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#container #container-inner footer .f_info1 > div.box1 .logo {
  width: 100%;
  text-align: center;
}
#container #container-inner footer .f_info1 > div.box1 .logo img {
  width: auto;
  height: auto;
  max-width: 280px;
}
#container #container-inner footer .f_info1 > div.box1 address {
  font-style: normal;
}

@media (min-width: 641px) {
  #container #container-inner footer .f_info1 > div.box2 {
    display: block;
    margin-left: auto;
  }
}
#container #container-inner footer .f_info1 > div.box2 a {
  margin-left: 20px;
  color: #fd6890;
  text-decoration: none;
}
#container #container-inner footer .f_info1 > div.box2 a:hover {
  text-decoration: underline;
}
#container #container-inner footer .f_navi {
  display: none;
}
@media (min-width: 641px) {
  #container #container-inner footer .f_navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 30px 0;
  }
}
#container #container-inner footer .f_navi ul li {
  font-size: 14px;
  text-align: left;
}
#container #container-inner footer .f_navi ul li.weight-600{
  font-size: 1.2em;
  font-weight: 700;
}

/* #container #container-inner footer .f_navi ul li:first-child {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
} */
#container #container-inner footer .f_navi ul li a {
  text-decoration: none;
}
#container #container-inner footer .f_navi ul li a:hover {
  color: #fd6890;
}
#container #container-inner #copyright {
  background: #f8f8f8;
}
#container #container-inner #copyright .inner {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
#container #container-inner #copyright .copyright {
  text-align: center;
  font-size: 12px;
  color: #000;
  padding: 10px 0 60px;
  box-sizing: border-box;
}
@media (min-width: 641px) {
  #container #container-inner #copyright .copyright {
    padding: 10px 0;
  }
}
/* #container #container-inner #copyright ul.navi {
  display: none;
}
@media (min-width: 641px) {
  #container #container-inner #copyright ul.navi {
    margin-left: auto;
    display: flex;
    align-items: center;
    list-style: none;
  }
}
#container #container-inner #copyright ul.navi li {
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
}
#container #container-inner #copyright ul.navi li a {
  text-decoration: none;
}
#container #container-inner #copyright ul.navi li a:hover {
  color: #fd6890;
} */
#container #container-inner #footer-btn {
  z-index: 6;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) {
  #container #container-inner #footer-btn {
    display: none;
  }
}
#container #container-inner #footer-btn > div {
  width: 100%;
}
#container #container-inner #footer-btn > div a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
#container #container-inner #footer-btn > div a i {
  font-size: 18px;
  margin-right: 5px;
}
#container #container-inner #footer-btn > div.box1 a {
  color: #fff;
  background: #fd6890;
}
#container #container-inner #footer-btn > div.box2 a {
  color: #fff;
  background: #81d8d0;
}

/*================================================
　トップページ
================================================*/

#index #container #content main > section {
  box-sizing: border-box;
}

#index #container #content main > section h2,
.heading-08{
  font-size: 30px;
  line-height: 2em;
  color: #FD6890 !important;
  background: url("images/common/h2_bg_pink.png") center top no-repeat;
  background-size: contain;
  font-weight: 500;
}
@media (min-width: 641px) {
  #index #container #content main > section h2,
  .heading-08 {
    font-size: 48px;
  }
}
#index #container #content main > section h2 span,
.heading-08 span {
  display: block;
  font-size: 16px;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 2em;
  color: #000 !important;
  text-align: center;
  display: block !important;
}
@media (min-width: 641px) {
  #index #container #content main > section h2 span,
  .heading-08 span {
    font-size: 20px;
  }
}

#index #container #content main > section h2.heading-10 span,
.heading-10{
  font-family: "Zen Maru Gothic", serif !important;
  color: #fd6890 !important;
  font-size: 24px !important;
}
@media (min-width: 641px) {
  #index #container #content main > section h2.heading-10 span,
  .heading-10 {
    font-size: 36px !important;
  }
}

#fv .swiper-button-next,#fv .swiper-button-prev{
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 641px) {
  #fv .swiper-button-next,#fv .swiper-button-prev{
  width: 50px;
  height: 50px;
  }
}
#fv .swiper-button-next:hover,
#fv .swiper-button-prev:hover {
  transform: scale(1.15);
}
#fv .swiper-button-next::after,
#fv  .swiper-button-prev::after {
  font-size: 20px;
  color: #fd6991;
}
#fv .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  /* bottom: 15%; */
  position: static; 
}
/* @media (min-width: 414px) {
  #fv .swiper-pagination {
      bottom: -3%;
  }
}

@media (min-width: 641px) {
  #fv .swiper-pagination {
      bottom: 17%;
  }
} */
#fv .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #ccc;
  opacity: 1;
  border-radius: 2px;
  transition:  0.3s;
}

#fv .swiper-pagination-bullet-active {
  background: #fd6991;
}


#index #container #content main > section#index_information .inner {
  background: #FFFB8B;
  border-radius: 20px;
  padding:20px 15px;
  text-align: center;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_information .inner {
    padding: 30px;
  }
}
#index #container #content main > section#index_information .inner p {
  /* font-size: 18px; */
  line-height: 1.5em;
  color: #fd6890;
  margin-bottom: 0;
}
/* @media (min-width: 641px) {
  #index #container #content main > section#index_information .inner p {
    font-size: 24px;
  }
} */
#index #container #content main > section#index_news h2 {
  background: url("images/common/h2_bg_pink.png") center top no-repeat;
  background-size: contain;
}
#index #container #content main > section#index_news .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_news .inner {
    flex-direction: row;
    justify-content: center;
    gap: 2%;
  }
}
@media (min-width: 641px) {
  #index #container #content main > section#index_news .inner > div {
    width: 48%;
  }
}

#index #container #content main > section#index_news .inner > div.news .linkbtn {
  padding: 30px 0;
}
#index #container #content main > section#index_news .inner > div.instagram {
  background: #fff0f2;
  border-radius: 50px;
  padding: 20px;
}
div.instagram h2 img{
  width: 45px;
  margin-right: 10px;
}

#index #container #content main > section#index_news .inner > div.instagram h2 {
  margin-bottom: 0;
}
#index #container #content main > section#index_news .inner > div.instagram .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
#index #container #content main > section#index_news .inner > div.instagram .box > div {
  width: auto;
  max-width: 48%;
}
#index #container #content main > section#index_news .inner > div.instagram .linkbtn {
  padding: 30px 0;
}
#index #container #content main > section#index_event {
  background: url("images/index/event_bg.png") right 50px no-repeat;
  background-size: contain;
}
#index #container #content main > section#index_event .inner h2 {
  background: url("images/common/h2_bg_pink.png") left top no-repeat;
  background-size: contain;
  position: relative;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_event .inner h2 {
    text-align: left;
  }
}
#index #container #content main > section#index_event .inner h2::before {
  content: "";
  background: url("images/index/event_img_1.png") no-repeat;
  background-size: 212px 97px;
  width: 212px;
  height: 97px;
  position: absolute;
  top: -90px;
  right: 0px;
}
@media (width <= 320px) {
  #index #container #content main > section#index_event .inner h2::before {
    background-size: 212px 97px;
    width: 212px;
    height: 97px;
    position: absolute;
    top: -90px;
    right: 0px;
    transform: rotate(-13deg);
  }
}
@media (width >= 1024px) {
  #index #container #content main > section#index_event .inner h2::before {
    background-size: 414px;
    width: 414px;
    height: 195px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
}
@media (min-width: 1024px) {
  #index #container #content main > section#index_event .inner h2 span {
    text-align: left;
  }
}

#index #container #content main > section#index_event .inner article {
  position: relative;
}

#index #container #content main > section#index_event .inner article .text {
  padding: 30px;
}
#index #container #content main > section#index_event .inner article .text h3 {
  text-align: center;
  background: url("images/common/bg_marker_pink.png") center center no-repeat;
  background-size: contain;
  padding: 0;
}
#index #container #content main > section#index_event .inner article .text h3 a{
  text-decoration: none;
  color: #FD6890;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_event .inner article .text h3 {
    min-height: 70px;
    background-size: auto 70px;
  }
}
#index #container #content main > section#index_event .inner article .text p {
  font-size: 16px;
  line-height: 1.5em;
}
#index #container #content main > section#index_event .inner article .text p {
  min-height: 120px;
}


section#index_philosophy {
  position: relative;
}
section#index_philosophy .bg {
  position: absolute;
  left: -5px;
  top: -170px;
  z-index: 1;
  text-align: left;
}
@media (min-width: 641px) {
  section#index_philosophy .bg {
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 0px;
    text-align: left;
  }
}
section#index_philosophy .bg img {
  width: 60%;
  height: auto;
}
section#index_philosophy .inner {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media (min-width: 641px) {
  section#index_philosophy .inner {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 641px) {
  section#index_philosophy .inner > div {
    width: 48%;
  }
}
section#index_philosophy .inner > div.img img {
  max-width: 100%;
}
section#index_philosophy .inner > div.text .em {
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
  color: #FD6890;
}
section#index_philosophy .inner > div.text p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}
@media (min-width: 641px) {
  section#index_philosophy .inner > div.text p {
    font-size: 18px;
    line-height: 2em;
  }
}
section#index_philosophy .inner > div.text p b {
  color: #00a5d7;
}
section#index_philosophy .inner > div.text p strong {
  color: #c1272d;
  font-size: 1.3em;
}
#index #container #content main > section#index_about {
  padding-top: 0;
}
#index #container #content main > section#index_about .inner {
  padding: 30px 0;
}
#index #container #content main > section#index_about .inner h3 {
  text-align: center;
  background: none;
}
#index #container #content main > section#index_about .intro p {
  text-align: justify;
  font-size: 16px;
  line-height: 2em;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_about .intro p {
    font-size: 1.2em;
    text-align: center;
  }
}

#index #container #content main > section#index_about .point3 .box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_about .point3 .box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
#index #container #content main > section#index_about .point3 .box article {
  background: #FFF5F2;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_about .point3 .box article {
    margin-bottom: 0;
    width: 31%;
  }
}
#index #container #content main > section#index_about .point3 .box article h4 {
  font-size: 30px;
  text-align: center;
  padding:15px 10px;
  background: #fff;
  border-radius: 50px;
  min-height: 0;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_about .point3 .box article h4 {
    font-size: 2em;
  }
}
#index #container #content main > section#index_about .point3 .box article p {
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_about .point3 .box article p {
    font-size: 24px;
  }
}
/* #index #container #content main > section#index_about .point3 .box article p.num {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
} */

.feature4 .box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .feature4 .box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.feature4 .box article {
  background: #FBF6EF;
  border-radius: 10px;
  position: relative;
  padding: 20px;
}
@media (width < 744px) {
  .feature4 .box article {
    margin-bottom: 30px;
  }
}
@media (min-width: 641px) {
  .feature4 .box article {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .feature4 .box article {
    width: 23%;
    min-height: 300px;
  }
}
.feature4 .box article h4 {
  font-size: 30px;
  text-align: center;
  padding: 0px;
  color: #FD6890;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .feature4 .box article h4 {
    font-size: 30px;
  }
}
.feature4 .box article h4 span {
  display: block;
  font-size: 0.6em;
}
.feature4 .box article p {
  line-height: 1.5em;
}

.feature4 .box article p.num {
  font-size: 30px;
  color: #FD6890;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 641px) {
  .feature4 .box article p.num {
    font-size: 30px;
  }
}
#index #container #content main > section#index_howto {
  background: url("images/index/howto_bg.png") right top no-repeat;
  background-size: 90%;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_howto {
    background-size: 70%;
    padding-bottom: 200px;
  }
}
#index #container #content main > section#index_howto .inner h2 {
  background: url("images/common/h2_bg_white.png") center top no-repeat;
  background-size: contain;
}
#index #container #content main > section#index_howto .inner p {
  text-align: justify;
  font-size: 16px;
  line-height: 2em;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_howto .inner p {
    font-size: 1.2em;
    text-align: center;
  }
}
section#index_feature {
  background: #fff1f0;
  background: -webkit-linear-gradient(#fff1f0 0%, white 100%);
  background: -o-linear-gradient(#fff1f0 0%, white 100%);
  background: linear-gradient(#fff1f0 0%, white 100%);
  padding: 50px 0 !important;
}
@media (min-width: 641px) {
  section#index_feature {
    padding: 80px 0 !important;
  }
}

section#index_feature .inner h2 {
  background: url("images/common/h2_bg_white.png") center center no-repeat !important;
  background-size: contain;
  color: #FD6890 !important;
  line-height: 2em !important;
  font-size: 33.3px !important;
}
@media (min-width: 641px) {
  section#index_feature .inner h2 {
    font-size: 48px !important;
  }
}
section#index_feature .inner h2 strong {
  font-size: 0.7em;
  line-height: 1em;
  display: block;
}
section#index_feature .inner h2 b {
  font-size: 2em;
}
section#index_feature .inner h2 span{
  color: #000;
  font-size: 20px;
  display: block !important;
  line-height: 2em;

}
section#index_feature .inner .intro p {
  text-align: justify;
  font-size: 16px;
  line-height: 2em;
}
@media (min-width: 641px) {
  section#index_feature .inner .intro p {
    font-size: 1.2em;
    text-align: center;
  }
}
section#index_feature .inner .box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
section#index_feature .inner .box article {
  border-radius: 10px;
  position: relative;
  padding: 25px;
  position: relative;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
section#index_feature .inner .box article .photo {
  text-align: center;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article .photo {
    max-width: 30%;
  }
}
section#index_feature .inner .box article .photo img {
  /* width: auto; */
  width: 100%;
  max-width: 330px;
  height: auto;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article .photo img {
    max-width: 100%;
    height: auto;
  }
}
section#index_feature .inner .box article .text {
  padding: 30px 0 0;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article .text {
    padding: 30px;
    max-width: 70%;
  }
}
section#index_feature .inner .box article .text h3 {
  font-size: 30px;
  padding: 0;
  color: #fd6890;
  display: inline-block;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article .text h3 {
    font-size: 40px;
  }
}
section#index_feature .inner .box article .text h3 span {
  display: inline;
  background: -webkit-linear-gradient(transparent 60%, #ffec39 0%);
  background: -o-linear-gradient(transparent 60%, #ffec39 0%);
  background: linear-gradient(transparent 60%, #ffec39 0%);
  padding-bottom: 10px;
}
section#index_feature .inner .box article .text ul li::marker {
  color: #fd6890;
}
section#index_feature .inner .box article .text p {
  font-size: 16px;
  line-height: 1.5em;
  color: #9F2929;
}
section#index_feature .inner .box article .text p b {
  font-size: 5em;
  line-height: 1em;
  color: #9F2929;
}
section#index_feature .inner .box article .text p strong {
  font-size: 2em;
  line-height: 1em;
  color: #9F2929;
}
section#index_feature .inner .box article .text .linkbtn {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin: auto;
}
@media (min-width: 641px) {
  section#index_feature .inner .box article .text .linkbtn {
    flex-direction: row;
  }
}
section#index_feature .inner .box article .text .linkbtn img {
  width: auto;
}
#index #container #content main > section#index_voice {
  background: url("images/index/voice_bg.png") right center no-repeat;
  background-size: contain;
}
#index #container #content main > section#index_voice .inner h2 {
  background: url("images/common/h2_bg_white.png") center top no-repeat;
  background-size: contain;
  position: relative;
}
#index #container #content main > section#index_voice .inner h2::before {
  content: "";
  background: url("images/index/voice_h2_chara.png") no-repeat;
  background-size: 75px 90px;
  width: 75px;
  height: 90px;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (width >= 1024px) {
  #index #container #content main > section#index_voice .inner h2::before {
    top: -280px;
  }
}
#index #container #content main > section#index_voice .inner .box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_voice .inner .box {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
}
#index #container #content main > section#index_voice .inner .box article {
  border-radius: 10px;
  position: relative;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_voice .inner .box article {
    max-width: 30%;
  }
}
#index #container #content main > section#index_voice .inner .box article .photo {
  text-align: center;
  position: relative;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_voice .inner .box article .photo {
    width: fit-content;
  }
}
#index #container #content main > section#index_voice .inner .box article .photo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#index #container #content main > section#index_voice .inner .box article .photo::before {
  content: "";
  background: #fd6890;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#index #container #content main > section#index_voice .inner .box article .photo.og::before {
  content: "Voice of OG";
}
#index #container #content main > section#index_voice .inner .box article .photo.student::before {
  content: "Voice of STUDENT";
}
#index #container #content main > section#index_voice .inner .box article .photo.night::before {
  content: "Voice of NIGHT";
}
#index #container #content main > section#index_voice .inner .box article .text {
  padding: 20px;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_voice .inner .box article .text {
    padding: 30px 0;
  }
}
#index #container #content main > section#index_voice .inner .box article .text h3 {
  text-align: center;
  background: url("images/common/bg_marker_pink.png") center center no-repeat;
  background-size: contain;
  padding: 0;
  color: #FD6890;
}
@media (min-width: 641px) {
  #index #container #content main > section#index_voice .inner .box article .text h3 {
    min-height: 70px;
    background-size: auto 70px;
  }
}
#index #container #content main > section#index_voice .inner .box article .text p {
  font-size: 16px;
  line-height: 1.5em;
}
#index #container #content main > section#index_voice .inner .box article .text p strong {
  font-size: 1.2em;
  color: #c1272d;
}
.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 641px) {
  .box {
    flex-wrap: nowrap;
    gap: 2%;
  }
}
.box li {
  list-style: none;
  width: 45%;
}
@media (min-width: 641px) {
  .box li {
    min-width: 18%;
  }
}
.box li a {
  display: block;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fd6890;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
  color: #fd6890;
  padding: 20px 20px;
}
.box li a:hover {
  color: #fff;
  background: #fd6890;
}

.link{
  color:#009DFF ;
}
.border{
  border:solid 1px #898989;
  margin: 10px 0;
}
.youtube {
  width: calc(100% - 50px);
  aspect-ratio: 16 / 9;
  margin:80px auto 40px;
  position: relative;
}
@media (min-width: 641px) {
  .youtube {
    width: calc(100% - 80px);
    margin:80px auto;
    max-width:800px;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.movie-icon{
  position: absolute;
  width: 50px;
  height: 50px;
  top: -20px;
  left: -20px;
}
@media (min-width: 641px) {
  .movie-icon{
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }
}

/* news */

.post-header {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
}
.post-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  text-align: left !important;
  padding: 0 15px 15px;
  border-bottom: solid 1px #fd6890;
  background: #FFF;
  line-height: 1.5;
}
.post-meta {
  color: #666;
}

.post-content {
  margin-top: 20px;
  text-align: justify;
}

/* .post-footer {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
} */

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fd6890;
}

.post-content .article-img {
    margin-bottom: 15px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color:#EC74A2;
}

.post-content .article-img {
  margin-bottom: 15px;
}

.post-content h2 {
  background:#fd6890;
  color: #fff;
  border-radius: 12px;
  padding: 5px 20px 7px;
  font-size: 18px;
}
.post-content h3 {
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 20px;
  background: linear-gradient(transparent 70%, #fbff00 70%);
}
.post-content h4,
.post-content h5 {
  font-size: 18px;
}
.post-content h6 {
  font-size: 16px;
}
.post-content blockquote {
  position: relative;
  margin: 5px 0 15px 0;
  padding: 40px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  font-size: 18px;
  background: #f3f3f3;
  color:#868686;
}

.post-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 3px;
  content: "“";
  color:#868686;
  font-size: 90px;
  line-height: 1;
}

.post-content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.post-content blockquote cite {
  display: block;
  text-align: right;
  color:#868686;
  font-size: 1em;
}
.post-content table {
  border: solid 1px#fd6890;
  border-collapse: collapse;
}
.post-content table thead th {
  background:#fd6890;
  color: #fff;
  padding: 5px;
  border: solid 1px #fff;
}
.post-content table tbody th {
  background: #fff6f4;
}
.post-content table tbody th,
.post-content table tbody td {
  padding: 15px;
  border: solid 1px #BCBCBC;
}
.post-content ul,
.post-content ol {
  margin: 5px 0 30px 25px;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}
.post-content img {
  margin-bottom: 15px;
}
.post-content .wp-caption .wp-caption-text {
  font-size: 14px;
  margin-top: -15px;
}
.post-content .aligncenter {
  margin-top: 15px;
}
.archive-list{
  margin-top: 30px;
}
.archive-item{
  padding: 15px 10px;
  border-bottom: solid 1px #CCC;
}

/* アコーディオンのコンテンツ部分を非表示にする */
.accordion-toggle {
  background: #FD6890;
  color: #FFF;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.1em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: none;
}



.accordion-toggle::after {
  content: "＋";
  margin-left: 10px;
  font-family: "Zen Maru Gothic", serif;
}

.accordion-toggle.active::after {
  content: "－";
  font-family: "Zen Maru Gothic", serif;
}
.accordion-content {
  display: none;
  overflow: hidden;
}

.pagetop-btn {
  display: none;
  position: fixed;
  z-index: 5;
  text-decoration: none;
  width: 80px;
  height:auto;
  bottom: 60px;
  right: 30px;
  text-align: center;
  border-radius: 50%;

}
.pagetop-btn:hover {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .pagetop-btn {
    right: 15px;
    bottom: 30px;
    width: 130px;
  }
}
