@charset "utf-8";

/*==============================================
| 共通指定
==============================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #3A0E01;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  counter-reset: number;
}

ol li {
  position: relative;
  padding: 4px 0 4px 24px;
}

ol li::before {
  content: counter(number);
  counter-increment: number;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 80%;
  text-align: center;
}

ol li::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
  border: 1px solid #3A0E01;
  border-radius: 50%;
}

a,
a:hover {
  text-decoration: none;
  color: #3A0E01;
  transition: all .2s ease;
}

a img {
  transition: all .2s ease;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*==============================================
| レイアウト共通
==============================================*/
.wrapper-all {
  position: relative;
}

main {
  overflow: hidden;
}

.sec-inner {
  padding: 0 15px;
}

@media print,
(min-width: 768px) {
  .sec-inner {
    padding: 0 6.8%;
  }
}

@media screen and (max-width: 1199px) {
  .pc-flex>div:last-of-type {
    margin: 80px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .pc-flex {
    display: flex;
    justify-content: space-between;
  }
}

/*==============================================
| 見出し共通
==============================================*/
h2 {
  margin: 80px 0 24px 0;
  font-weight: bold;
  font-size: 3.2rem;
}

h2 span {
  font-size: 2.4rem;
}

.home h2 span {
  display: block;
  color: #FF5239;
}

.home h2 {
  margin-top: 0;
}

h3 {
  margin: 60px 0 40px 0;
  padding: 0 0 0 16px;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
}

h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF5239;
}

h4 {
  display: inline-block;
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(255, 82, 57, .2) 60%, rgba(255, 82, 57, .2) 100%);
}

h5 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

h5::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #FF5239;
}

h6 {
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

@media print,
(min-width: 768px) {
  h2 {
    margin: 120px 0 40px 0;
    font-size: 4rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h3::before {
    top: 2px;
  }

  h4 {
    font-size: 2rem;
  }
}

/*==============================================
| ボタン共通
==============================================*/
a.internal-link {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 36px;
  font-weight: bold;
  transition: all .2s ease;
}

a.internal-link::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #E45E32;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}

a.internal-link::after {
  content: url(../img/common/arrow-wh.svg);
  position: absolute;
  top: 8px;
  left: 6px;
  transition: all .2s ease;
}

a.internal-link:hover::after {
  left: 10px;
}

.single-content a,
.page-how-to-use p a,
.page-how-to-use-en p a,
.text-link {
  text-decoration: underline;
  color: #FF5239;
}

.single-content a:hover,
.page-how-to-use p a:hover,
.page-how-to-use-en p a:hover,
.text-link:hover {
  color: #FF5239;
  opacity: .7;
}

/*==============================================
| 共通クラス
==============================================*/
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.d-md-flex,
.d-lg-flex,
.d-xl-flex {
  justify-content: space-between;
}

.text-marker {
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(255, 82, 57, .2) 60%, rgba(255, 82, 57, .2) 100%);
}

.img-box {
  text-align: center;
}

.box-radius img {
  border-radius: 10px;
  /* box-shadow: 0px 3px 6px #00000029; */
}

.common-notes {
  margin: 40px 0;
  padding: 15px;
  background: #fff;
  border: 2px dotted #46322B;
}

.common-notes .notes-title {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.common-notes>p:nth-child(n+2),
.common-notes>div:nth-child(n+2),
.common-notes>ul:nth-child(n+2) {
  margin: 16px 0 0 0;
}

.common-list li,
.single-wrap li {
  position: relative;
  padding: 4px 0 4px 14px;
}

.common-list li::before,
.single-wrap li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #6E615D;
  border-radius: 50%;
}

.single-content table,
.page-independent-seminar table,
.page-independent-seminar-en table,
.common-table {
  width: 100%;
  margin: 20px 0;
}

.single-content table td,
.page-independent-seminar table td,
.page-independent-seminar-en table td,
.common-table th,
.common-table td {
  padding: 10px;
  border: 1px solid #6E615D;
}

.single-content thead td,
.page-independent-seminar thead td,
.page-independent-seminar-en thead td,
.common-table th {
  background: #6E615D;
  color: #fff;
}

.single-content p:has(img) {
  margin: 40px 0;
  text-align: center;
}

.slide-table-wrap{
  margin-top: 20px!important;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .slide-table-wrap>table{
    width: 750px!important;
  }
}

@media print,
(min-width: 768px) {
  .common-notes {
    padding: 20px 30px;
  }

  .single-content table td,
  .page-independent-seminar table td,
  .page-independent-seminar-en table td,
  .common-table th,
  .common-table td {
    padding: 10px 15px;
  }
}

/*==============================================
| ヘッダー
==============================================*/
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 80px 10px 15px;
}

.header-inner ul li {
  display: inline-block;
}

.header-inner>ul>li>a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  transition: all .2s ease;
}

.header-inner ul li.lang-item a {
  font-weight: bold;
  opacity: .5;
  transition: all .2s ease;
}

.header-inner ul li ul li:first-child a {
  padding: 0 6px 0 0;
  border-right: 1px solid #3A0E01;
}

.header-inner ul li ul li:last-child a {
  padding: 0 0 0 6px;
}

.header-inner ul li.lang-item.current-lang a {
  opacity: 1;
}

.header-inner>ul>li>a:hover,
.header-inner ul li.lang-item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .header-inner>ul>li:nth-child(-n+2) {
    display: none;
  }

  .site-logo {
    width: 160px;
  }

  .header-inner ul li.lang-item a {
    font-size: 1.3rem;
  }
}

@media print,
(min-width: 768px) {
  .header-inner {
    padding: 10px 120px 10px 60px;
  }

  .header-inner ul li ul {
    margin: 0 0 0 15px;
  }
}

/*--グローバルナビ--*/
.g-nav nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 90%;
  max-width: 600px;
  height: 100vh;
  padding: 90px 30px 30px 30px;
  transform: translateX(100%);
  background: #F6F3F2;
  overflow-y: scroll;
  transition: all .5s ease;
}

.g-nav nav .menu a {
  display: block;
  font-weight: bold;
  transition: all .2s ease;
}

.g-nav nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g-nav nav .menu li:nth-child(-n+5) {
  width: 100%;
  border-bottom: 2px dotted #46322B;
}

.g-nav nav .menu li:nth-child(n+6) {
  width: 49%;
}

.g-nav nav .menu li:nth-child(5) {
  margin: 0 0 20px 0;
}

.g-nav nav .menu li a {
  display: block;
  width: 100%;
  padding: 6px 0;
}

.g-nav nav .menu li:nth-child(-n+5) a {
  padding: 10px 0;
}

.sns-link-box,
.reservation-link-box {
  margin: 30px 0 0 0;
}

.sns-link-box>div {
  display: flex;
}

.sns-link-box>div:nth-of-type(n+2) {
  margin: 15px 0 0 0;
}

.sns-link-box>div>div {
  width: 40px;
  margin: 0 10px 0 0;
}

.sns-link-box div ul {
  width: calc(100% - 50px);
}

.sns-link-box div ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.sns-link-box div ul li a {
  display: block;
  padding: 6px 0;
  font-weight: bold;
  text-decoration: underline;
  transition: all .2s ease;
}

.g-nav nav .menu a:hover,
.sns-link-box div ul li a:hover {
  opacity: .7;
}

@media print,
(min-width: 768px) {
  .g-nav nav {
    padding: 120px 60px 60px 60px;
  }

  .g-nav nav .menu li:nth-child(-n+5) a {
    font-size: 2.2rem;
  }

  .g-nav nav .menu li:nth-child(n+6) f {
    font-size: 1.8rem;
  }

  .sns-link-box,
  .reservation-link-box {
    margin: 40px 0 0 0;
  }
}

.g-nav nav.open {
  transform: translateX(0);
}

/*--予約情報追加--*/
.reservation-link-box p{
  font-weight: bold;
}

.reservation-link-box ul{
  display: flex;
  justify-content: space-between;
}

.reservation-link-box ul li{
  width: 49%;
}

.reservation-link-box ul li a{
  display: block;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #46322B;
}

@media screen and (max-width: 767px) {
  .reservation-link-box p{
    font-size: 1.2rem;
  }
}

/*--ハンバーガーメニュー--*/
.g-nav-button {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #E45E32;
  border-radius: 0 0 0 8px;
  cursor: pointer;
}

.g-nav-button span {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .2s ease;
}

.g-nav-button span:nth-child(2) {
  top: 8px;
  width: 80%;
}

.g-nav-button span:nth-child(3) {
  top: 16px;
}

.g-nav-button::before {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

@media print,
(min-width: 768px) {
  .g-nav-button {
    width: 80px;
    height: 80px;
    padding: 15px 18px;
  }

  .g-nav-button span:nth-child(2) {
    top: 10px;
  }

  .g-nav-button span:nth-child(3) {
    top: 20px;
  }

  .g-nav-button::before {
    bottom: 6px;
  }
}

/*open時*/
.g-nav-button.open span {
  left: -15%;
}

.g-nav-button.open span:first-of-type {
  transform: translateX(0) rotate(-45deg);
  transform-origin: top right;
}

.g-nav-button.open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}

.g-nav-button.open span:nth-of-type(3) {
  top: 24px;
  transform: translateX(0) rotate(45deg);
  transform-origin: bottom right;
}

.g-nav-button.open::before {
  content: "CLOSE";
}

@media print,
(min-width: 768px) {
  .g-nav-button.open span:nth-of-type(3) {
    top: 28px;
  }
}

/*背景*/
.nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .4);
  display: none;
  transition: all .5s ease-in-out;
}

.nav-bg.open {
  display: block;
}

/*==============================================
| フッター
==============================================*/
footer {
  padding: 40px 15px;
  color: #fff;
  background: #6E615D;
}

footer p {
  margin: 0;
  font-size: 1.4rem;
}

.footer-inner {
  position: relative;
}

.footer-nav {
  margin: 0 0 20px 0;
}

.footer-nav ul.menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-nav ul.menu li:last-child {
  margin: 0;
}

.footer-nav ul.menu li a {
  display: block;
  position: relative;
  padding: 0 0 0 28px;
  color: #fff;
  transition: all .2s ease;
}

.footer-nav ul.menu li a::before {
  content: url(../img/common/arrow-circle-wh.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.footer-nav ul.menu li a:hover {
  text-decoration: underline;
}

.footer-hours {
  display: inline-block;
  margin: 10px 0;
}

.footer-hours p {
  display: flex;
  align-items: center;
  padding: 4px 15px;
  background: #fff;
  color: #3A0E01;
  font-weight: bold;
  border-radius: 100vh;
}

.footer-hours p img {
  padding: 0 4px 0 10px;
}

.footer-address {
  margin: 40px 0 0 0;
}

.footer-copy {
  margin: 15px 0 0 0;
}

@media print,
(min-width: 768px) {
  footer {
    padding: 40px 60px;
  }
}

@media print,
(min-width: 1200px) {
  .footer-nav {
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-inner-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/*トップに戻るボタン*/
.button-top {
  position: fixed;
  bottom: 5%;
  right: 10px;
  z-index: 6;
}

.button-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #E45E32;
  border-radius: 50%;
  opacity: .7;
}

.button-top a img {
  transform: rotate(-90deg);
}

.button-top a:hover {
  opacity: 1;
}

@media print,
(min-width: 1200px) {
  .button-top {
    right: 3%;
  }
}

/*==============================================
| トップページ
==============================================*/
/*--共通--*/
.home-sec {
  padding: 80px 0;
}

.home h3 {
  padding: 0;
}

.home h3::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .home .wrapper-all {
    background-image: url(../img/home/bg_home-top_02.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
  }
}

@media print,
(min-width: 768px) {
  .home-sec {
    padding: 120px 0;
  }

  .home .wrapper-all {
    background-image: url(../img/home/bg_home-top_01.svg), url(../img/home/bg_home-top_02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    background-size: 30%, 42%;
  }
}

/*--メインビジュアル--*/
.home-sec.mv {
  padding: 20px 0;
}

.main-copy {
  margin: 0 0 20px 0;
}

.main-slide {
  position: relative;
}

.main-slide ul.slides li {
  border-radius: 20px;
  overflow: hidden;
}

.main-lounge-info {
  margin: 20px 0 0 0;
  padding: 10px;
  border-top: 2px dotted #46322B;
  border-bottom: 2px dotted #46322B;
}

.main-lounge-info p {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.main-lounge-info ul li img {
  position: relative;
  top: -3px;
  padding: 0 4px 0 0;
}

@media screen and (max-width: 767px) {
  .main-lounge-info ul li:nth-child(n+2) {
    margin-top: 8px;
  }
}

@media print,
(min-width: 768px) {
  .main-copy {
    margin: 0 0 40px 0;
  }

  .main-lounge-info {
    margin: 30px 0 0 0;
    padding: 20px 15px;
  }

  .main-lounge-info ul li {
    display: inline-block;
    margin: 0 20px 8px 0;
  }
}

@media screen and (max-width: 1199px) {
  .main-guide {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .main-copy img{
    width: 780px;
  }

  .main-slide {
    width: 52%;
    order: 1;
  }

  .main-guide {
    width: 40%;
  }
}

/*あしらい*/
.main-slide::before {
  content: url(../img/home/treat_slide_01.svg);
  position: absolute;
  bottom: -120px;
  left: -60px;
}

.main-slide::after {
  content: url(../img/home/treat_slide_02.svg);
  position: absolute;
  bottom: -80px;
  right: -60px;
  z-index: -1;
}

.home-news::before {
  content: url(../img/home/treat_news.svg);
  position: absolute;
  bottom: 100px;
  right: -60px;
}

.home-sec.status::before {
  content: url(../img/home/treat_status.svg);
  position: absolute;
  top: -140px;
  left: -100px;
}

.home-sec.sns::before {
  content: url(../img/home/treat_sns.svg);
  position: absolute;
  top: -80px;
  left: -80px;
}

@media screen and (max-width: 767px) {
  .home-sec.status::before {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 1199px) {
  .main-slide {
    margin: 0 0 140px 0;
  }

  .home-news::before {
    bottom: -50px;
    right: -40px;
  }
}

@media print,
(min-width: 1200px) {
  .home-sec.status::before {
    top: -80px;
    left: 80px;
  }

  .home-sec.sns::before {
    top: -120px;
    left: 120px;
  }
}

/*--メインコンテンツボタン--*/
.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-nav li {
  position: relative;
}

.main-nav li:nth-child(-n+3) {
  width: 100%;
}

.main-nav li:nth-child(n+4) {
  width: 49%;
}

.main-nav li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.main-nav li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 10px 15px 48px;
  height: 100px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #FFC561;
  border-radius: 10px;
}

.main-nav li:nth-child(n+4) a {
  font-size: 1.6rem;
}

.main-nav li a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 8px;
  background: #FFA200;
  border-radius: 50%;
  transform: translateY(-50%);
}

.main-nav li a::after {
  content: url(../img/common/arrow-wh.svg);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all .2s ease;
}

.main-nav li a:hover::after {
  left: 19px;
}

.main-nav li>img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.main-nav li:nth-child(2) a {
  background: #FBA1A9;
}

.main-nav li:nth-child(2) a::before {
  background: #FE6573;
}

.main-nav li:nth-child(3) a {
  background: #5EE37D;
}

.main-nav li:nth-child(3) a::before {
  background: #02D634;
}

.main-nav li:nth-child(4) a {
  background: #57C6FF;
}

.main-nav li:nth-child(4) a::before {
  background: #1DB0FB;
}

.main-nav li:nth-child(5) a {
  background: #CD78F6;
}

.main-nav li:nth-child(5) a::before {
  background: #A706F6;
}

@media screen and (max-width: 767px) {
  .main-nav li a::after {
    top: 52%;
  }

  .main-nav li:nth-child(n+4) a {
    align-items: flex-start;
    padding: 22px 10px 15px 42px;
  }

  .main-nav li:nth-child(n+4) a::before {
    left: 6px;
  }

  .main-nav li:nth-child(n+4) a::after {
    left: 13px;
  }

  .main-nav li:nth-child(n+4)>img {
    top: auto;
    bottom: 8px;
    right: 6px;
    transform: translateY(0);
    width: 40px;
  }
}

@media print,
(min-width: 768px) {
  .main-nav li a {
    padding: 15px 60px 15px 52px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .main-nav li:nth-child(n+4)>img {
    width: 40px;
  }

  .main-nav li:nth-child(n+4) a {
    padding: 15px 50px 15px 52px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1366px) {
  .main-nav li a {
    font-size: 2.4rem;
  }

  .main-nav li:nth-child(n+4) a {
    font-size: 2rem;
  }
}

/*--イベント情報・お知らせ--*/
.home-sec.info {
  background: url(../img/home/bg_home-info.svg) no-repeat bottom center/contain;
}

.home-news {
  position: relative;
}

.home-news-window {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #46322B;
  overflow: hidden;
}

.home-news-window>div {
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  overflow: auto;
}

.home-info-head {
  margin: 0 0 30px 0;
}

.home-event-list li.slick-slide {
  margin: 0 4px;
}

@media screen and (max-width: 767px) {
  .home-sec.info {
    padding-bottom: 300px;
  }

  .home-event-wrap {
    margin: 0 calc(50% - 50vw) 0 0;
    width: calc(100vw - 15px);
  }

  .home-event-list .slick-list {
    padding: 0 8% 0 0 !important;
  }
}

@media print,
(min-width: 768px) {
  .home-info-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 40px 0;
  }

  .home-event-list{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .home-event-list li{
    width: 31.5%;
  }

  .home-event-list::before,
  .home-event-list::after{
    content: "";
    display: block;
    width: 31.5%;
    height: 0;
  }

  .home-event-list::before{
    order: 1;
  }

  .home-event-list li.slick-slide {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  .home-event {
    width: 56%;
  }

  .home-news {
    width: 38%;
  }
}

/*--本日のSLA活動状況--*/
.home-sec.status {
  position: relative;
  background: url(../img/home/bg_home-support.svg) no-repeat bottom center/contain, #F8F6F6 no-repeat bottom center/contain;
}

.home-sec.status h2 {
  text-align: center;
}

@media print,
(min-width: 768px) {
  .home-sec.status {
    padding-bottom: 160px;
  }
}

/*カレンダー*/
.sla-calendar {
  position: absolute;
  top: -180px;
  right: 15px;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
}

.sla-calendar>div {
  position: relative;
}

.sla-calendar>div::before {
  content: url(../img/home/calendar-top.svg);
  display: block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.sla-calendar>div>p {
  margin: 0;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  background: #FF6500;
  border-radius: 10px 10px 0 0;
}

.sla-calendar .date {
  padding: 10px 24px;
  font-size: 2rem;
  font-weight: bold;
}

.sla-calendar .date span:first-of-type {
  font-size: 4.8rem;
}

.sla-calendar .activity-time {
  padding: 10px 24px;
  border-top: 2px dotted #46322B;
}

.sla-calendar .activity-time span {
  display: block;
}

.sla-calendar .activity-time span:first-of-type {
  font-size: 1.4rem;
  color: #6E615D;
}

.sla-calendar .activity-time span:last-of-type {
  font-size: 2.4rem;
  font-weight: bold;
}

/*本日のお知らせ*/
.notices {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  background: #6E615D;
  border-radius: 10px;
}

.notices-title {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}

.notices-title img {
  display: inline-block;
  margin: 0 6px 0 0;
}

.notices-field {
  padding: 15px;
  width: 100%;
  height: 180px;
  background: #fff;
  overflow: auto;
}

@media print,
(min-width: 768px) {
  .sla-calendar {
    top: -40px;
    right: 6.8%;
  }

  .notices {
    padding: 20px;
  }

  .notices-field {
    padding: 24px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .notices {
    padding: 30px 40px;
  }
}

/*空き情報*/
.avilability {
  margin: 60px 0 0 0;
}

.avilability h3 {
  margin: 0 0 30px 0;
  font-size: 2.8rem;
  font-weight: bold;
}

.subject-status-list {
  margin: 20px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.subject-status-list li {
  text-align: center;
}

.subject-status-list li .subject {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  background: #46322B;
}

.subject-status-list li .todays-status {
  padding: 10px 15px;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #B5ADAA;
}

.subject-status-list li .todays-status.avilable {
  background: #1DB0FB;
}

.subject-status-list li .todays-status.busy {
  background: #00E636;
}

.subject-status-list li .todays-status.full {
  background: #FA5D2F;
}

.status-guide {
  padding: 20px 0 0 0;
  border-top: 2px dotted #46322B;
}

.status-guide ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}

.status-guide ul li>div {
  display: flex;
  align-items: center;
}

.status-guide ul li>div img {
  display: inline-block;
  margin: 0 6px 0 0;
}

.page-top-en .subject-status-list li .subject {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .subject-status-list li {
    width: 49%;
  }

  .subject-status-list li:nth-child(n+3) {
    margin: 20px 0 0 0;
  }

  .status-guide ul li {
    margin: 0 0 8px 0;
  }

  .status-guide ul li:nth-child(odd) {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .subject-status-list li {
    width: 32%;
  }

  .subject-status-list li:nth-child(n+4) {
    margin: 20px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .avilability {
    margin: 80px 0 0 0;
  }

  .avilability h3 {
    font-size: 3.6rem;
  }

  .subject-status-list li .subject {
    font-size: 1.8rem;
  }

  .subject-status-list li .todays-status {
    padding: 20px;
  }

  .status-guide {
    text-align: right;
  }

  .status-guide ul li {
    margin: 0 0 0 16px;
    text-align: left;
  }

  .status-guide ul li:first-child {
    margin: 0;
  }
}

@media print,
(min-width: 1200px) {
  .subject-status-list li {
    width: 15%;
  }
}

@media screen and (min-width: 1366px) {
  .page-top-jp .subject-status-list li .subject {
    font-size: 2.4rem;
  }
}

/*--SNSリンク--*/
.home-sec.sns {
  position: relative;
  padding: 40px 0 80px 0;
  background: url(../img/home/bg_home-sns.svg) no-repeat bottom center/contain;
}

.follow-message {
  text-align: center;
}

.follow-message span {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

.follow-message span::before,
.follow-message span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  background: #46322B;
}

.follow-message span::before {
  left: -40px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.follow-message span::after {
  right: -40px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}

.sns-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns-link-list li {
  width: 100%;
}

.sns-link-list li a {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #46322B;
  line-height: 1.4;
  word-break: break-all;
}

.sns-link-list li a img {
  display: block;
  margin: 0 6px 0 0;
  width: 48px;
}

@media screen and (max-width: 768px) {
  .sns-link-list li a img {
    width: 40px;
  }

  .sns-link-list li:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .home-sec.sns {
    padding: 20px 0 160px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sns-link-list li {
    width: 48%;
  }

  .sns-link-list li:nth-child(n+3) {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .sns-link-list li {
    width: 23.5%;
  }

  .sns-link-list li:nth-child(n+5) {
    margin: 16px 0 0 0;
  }
}

@media print,
(min-width: 1366px) {
  .sns-link-list li {
    width: 18.5%;
  }

  .sns-link-list li:nth-child(n+6) {
    margin: 16px 0 0 0;
  }

  .sns-link-list li a {
    padding: 15px;
  }
}


/*--発行物--*/
.home-sec.archive {
  padding: 20px 0 120px 0;
  background: #F8F6F6;
}

.archive-wrap .text-box>p {
  margin: 0 0 20px 0
}

.archive-wrap .common-notes {
  margin: 30px 0 0 0;
}

.archive-wrap .common-list li {
  display: inline-block;
  margin-right: 20px;
}

@media print,
(min-width: 768px) {
  .home-sec.archive {
    padding: 40px 0 160px 0;
  }

  .archive-wrap .text-box>p {
    margin: 0 0 40px 0
  }

  .archive-wrap .common-notes {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .archive-wrap>div:last-of-type.img-box {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .archive-wrap .text-box {
    width: 50%;
  }

  .archive-wrap .img-box {
    width: 42%;
  }
}

/*--関連リンク--*/
.home-sec.link {
  position: relative;
  padding: 40px 0;
  background: #6E615D;
}

.home-sec.link::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 0;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px dotted #fff;
}

.top-link-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-link-list::before,
.top-link-list::after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}

.top-link-list::before {
  order: 1;
}

.top-link-list li {
  width: 49%;
}

.top-link-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 100%;
  height: 100%;
  min-height: 70px;
  font-weight: bold;
  line-height: 1.1;
  background: #fff;
  border-radius: 6px;
  transition: all .2s ease;
}

.top-link-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .top-link-list li:nth-child(n+3) {
    margin: 10px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .home-sec.link {
    padding: 60px 0;
  }

  .home-sec.link::before {
    width: calc(100% - 120px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  .top-link-list li,
  .top-link-list::before,
  .top-link-list::after {
    width: 32%;
  }

  .top-link-list li:nth-child(n+4) {
    margin: 16px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {

  .top-link-list li,
  .top-link-list::before,
  .top-link-list::after {
    width: 23.5%;
  }

  .top-link-list li:nth-child(n+5) {
    margin: 16px 0 0 0;
  }

  .top-link-list li a {
    padding: 8px 16px;
    min-height: 100px;
    font-size: 1.8rem;
  }
}

/*==============================================
| イベント情報
==============================================*/
.new-icon {
  display: inline-block;
  padding: 0 4px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #FFEA2A;
  border-radius: 2px;
}

.post-date {
  text-align: right;
  font-size: 1.4rem;
}

.event-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 141%;
  margin: 8px 0 16px 0;
  border: 1px solid #6E615D;
}

.event-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-cat span {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 0 16px;
  font-weight: bold;
  color: #fff;
  background: #6E615D;
  border-radius: 4px;
}

.event-cat span.math-jp,
.event-cat span.math-en {
  background: #1CD867;
}

.event-cat span.physics-jp,
.event-cat span.physics-en {
  background: #2ABDFC;
}

.event-cat span.chemistry-jp,
.event-cat span.chemistry-en {
  background: #FFD711;
}

.event-cat span.writeing-jp,
.event-cat span.writeing-en {
  background: #F98030;
}

.event-cat span.english-conversation-jp,
.event-cat span.english-conversation-en {
  background: #FF6177;
}

.event-cat span.japanese-conversation-jp,
.event-cat span.japanese-conversation-en {
  background: #933AEE;
}

.event-cat span.science-jp,
.event-cat span.science-en {
  background: #462FFA;
}

.event-cat span.education-jp,
.event-cat span.education-en {
  background: #FA3A2F;
}

.event-list li .event-title {
  margin: 8px 0;
  font-weight: bold;
  text-decoration: underline;
}

.event-tag span {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 2px 10px;
  font-size: 1.2rem;
  border-radius: 100vh;
  border: 1px solid #3A0E01;
}

.single .event-tag {
  margin-top: -20px;
}

.event-poster {
  max-width: 380px;
  margin: 0 auto 60px auto;
}

/*イベント一覧*/
.event-main .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.event-main .event-list::before,
.event-main .event-list::after {
  content: "";
  display: block;
}

.event-main .event-list::before {
  order: 1;
}

@media screen and (max-width: 767px) {

  .event-main .event-list li,
  .event-main .event-list::before,
  .event-main .event-list::after {
    width: 48%;
  }

  .event-main .event-list li:nth-child(n+3) {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .new-icon {
    padding: 0 8px;
    margin: 0 4px 0 0;
    font-size: 1.4rem;
  }

  .event-main .event-list li,
  .event-main .event-list::before,
  .event-main .event-list::after {
    width: 22%;
  }

  .event-main .event-list li:nth-child(n+5) {
    margin: 60px 0 0 0;
  }
}

/*==============================================
| お知らせ
==============================================*/
.news-list li {
  position: relative;
  padding: 20px 0;
  border-bottom: 2px dotted #46322B;
}

.news-list li a {
  font-weight: bold;
  text-decoration: underline;
}

.news-date {
  margin: 0 0 8px 0;
  font-size: 1.4rem;
}

.news-list li.pickup-news {
  padding-left: 34px;
}

.news-list li.pickup-news img {
  position: absolute;
  top: 18px;
  left: 0;
}

.single-wrap .news-date {
  text-align: right;
}

.single-wrap h2 {
  margin: 20px 0 40px 0;
  padding: 0 0 10px 0;
  font-size: 2.8rem;
  border-bottom: 1px solid #46322B;
}

.single-content {
  max-width: 960px;
  margin: 40px auto 0 auto;
}

@media print,
(min-width: 768px) {
  .single-wrap h2 {
    margin: 20px 0 60px 0;
    font-size: 3.6rem;
  }

  .single-content {
    margin: 60px auto 0 auto;
  }
}

/* .page .wrapper-all {
  background-image: url(../img/common/bg_page-top_02.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 46%;
} */

/* .page .wrapper-all::before{
  content: "";
  display: block;
  width: 58%;
  height:310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="863.929" height="218.999" viewBox="0 0 863.929 218.999"><path d="M-4815,221h863.929c-53.941,46.165-450.863,58.3-516.306,126.388C-4537.818,420.676-4815,440-4815,440Z" transform="translate(4815 -221)" fill="%23f6f3f2" opacity="0.7" /></svg>');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
} */

/*==============================================
| 発行物
==============================================*/
.publication-nav li a {
  display: inline-block;
  padding: 4px 0 4px 22px;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: bold;
}

.publication-nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #6E615D;
  border-bottom: 0;
}

.publication-main .page-inner>div.publication-list {
  margin: 40px 0;
}

@media print,
(min-width: 768px) {
  .publication-nav ul {
    display: flex;
    justify-content: center;
  }

  .publication-nav li {
    padding: 0 15px;
  }

  .publication-nav li a {
    font-size: 1.8rem;
  }

  .publication-main .page-inner>div.publication-list {
    margin: 60px 0;
  }
}

/*発行物1件ごと*/
.publication-list>div {
  padding: 0 0 40px 0;
  border-bottom: 2px dotted #46322B;
}

.publication-list>div:nth-of-type(n+2) {
  margin: 40px 0 0 0;
}

.publication-list>div:last-of-type {
  border: none;
}

.publication-thumb>div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 1px solid #6E615D;
}

.publication-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publication-wrap h3 {
  margin: 0 0 20px 0;
  padding: 0;
}

.publication-wrap h3::before {
  content: none;
}

.publication-wrap h4 {
  margin: 0 0 10px 0;
  padding: 4px 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #46322B;
  background: none;
}

.publication-pdf-list {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.publication-pdf-list::before,
.publication-pdf-list::after {
  content: "";
  display: block;
}

.publication-pdf-list::before {
  order: 1;
}

.publication-pdf-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  line-height: 1.2;
  background: #6E615D;
}

@media screen and (max-width: 767px) {
  .publication-thumb {
    max-width: 280px;
    margin: 0 auto 20px auto;
  }

  .publication-pdf-list li {
    width: 100%;
  }

  .publication-pdf-list li:nth-child(n+2) {
    margin: 10px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .publication-pdf-list {
    margin: 40px 0 0 0;
  }

  .publication-list>div {
    display: flex;
    justify-content: space-between;
  }

  .publication-thumb {
    width: 28%;
  }

  .publication-wrap {
    width: 68%;
  }

  .publication-pdf-list li,
  .publication-pdf-list::before,
  .publication-pdf-list::after {
    width: 31%;
  }

  .publication-pdf-list li a {
    padding: 10px 15px;
  }

  .publication-pdf-list li:nth-child(n+4) {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  .publication-info {
    margin: 20px 0 0 0;
  }
}

@media print,
(min-width: 1200px) {
  .publication-detail {
    display: flex;
    justify-content: space-between;
  }

  .publication-detail>div {
    width: 48%;
  }
}

/*==============================================
| ページネーション
==============================================*/
.page-nav-wrap .wp-pagenavi>a,
.page-nav-wrap .wp-pagenavi>span {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 2px 4px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border-color: #6E615D;
  color: #6E615D;
}

.page-nav-wrap .wp-pagenavi>span.current {
  background: #6E615D;
  color: #fff;
  font-weight: bold;
  border-color: #6E615D;
}

.page-nav-wrap span.pages {
  display: none;
}

.page-nav-wrap a.last {
  display: none;
}

/*==============================================
| 固定ページ共通
==============================================*/
.page-wrapper {
  padding: 80px 15px;
}

.page-inner {
  max-width: 1126px;
  margin: 0 auto;
}

.page-inner>div:nth-child(n+2) {
  margin-top: 80px;
}

.page-inner p {
  margin: 20px 0;
}

.page-title {
  margin: 0 0 80px 0;
  text-align: center;
}

.page-title h1 {
  margin: 0 0 20px 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.page-title div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #F6F3F2;
  border-radius: 50%;
}

/*ヘッダーの色*/
.page .wrapper-all::before,
.blog .wrapper-all::before,
.archive .wrapper-all::before,
.single .wrapper-all::before,
.error404 .wrapper-all::before{
  content: "";
  display: block;
  width: 46%;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/bg_page-top_02.svg) no-repeat top left/cover;
  z-index: -2;
}

.page .wrapper-all::after,
.blog .wrapper-all::after,
.archive .wrapper-all::after,
.single .wrapper-all::after,
.error404 .wrapper-all::after {
  content: "";
  display: block;
  width: 58%;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f6f3f2;
}

.page .wrapper-all::after {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="863.929" height="218.999" viewBox="0 0 863.929 218.999"><path d="M-4815,221h863.929c-53.941,46.165-450.863,58.3-516.306,126.388C-4537.818,420.676-4815,440-4815,440Z" transform="translate(4815 -221)" fill="%23f6f3f2" opacity="0.7" /></svg>') no-repeat top right/cover;
}

.blog .wrapper-all::after,
.archive .wrapper-all::after,
.single .wrapper-all::after,
.error404 .wrapper-all::after {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="863.929" height="218.999" viewBox="0 0 863.929 218.999"><path d="M-4815,221h863.929c-53.941,46.165-450.863,58.3-516.306,126.388C-4537.818,420.676-4815,440-4815,440Z" transform="translate(4815 -221)" fill="%23f6f3f2" opacity="0.5" /></svg>') no-repeat top right/cover;
}

.blog .wrapper-all::after,
.single .wrapper-all::after {
  background-color: #FA3A2F;
}

.archive .wrapper-all::after,
.single-info .wrapper-all::after {
  background-color: #FFD711;
}

.tax-publication_cat .wrapper-all::after {
  background-color: #43BA73;
}

.page-about-sla .wrapper-all::after,
.page-outline .wrapper-all::after,
.page-staff .wrapper-all::after,
.page-about-sla-en .wrapper-all::after,
.page-outline-en .wrapper-all::after,
.page-staff-en .wrapper-all::after {
  background-color: #FFC561;
}

.page-how-to-use .wrapper-all::after,
.page-how-to-use-en .wrapper-all::after,
.page-independent-seminar .wrapper-all::after,
.page-independent-seminar-en .wrapper-all::after {
  background-color: #5EE37D;
}

.page-support .wrapper-all::after,
.page-support-en .wrapper-all::after,
.page-support-child .wrapper-all::after,
.page-support-en-child .wrapper-all::after {
  background-color: #FBA1A9;
}

.page-how-to-study .wrapper-all::after,
.page-how-to-study-en .wrapper-all::after,
.page-study-tips .wrapper-all::after,
.page-study-tips-en .wrapper-all::after,
.page-study-basic .wrapper-all::after,
.page-study-basic-en .wrapper-all::after {
  background-color: #57C6FF;
}

.page-floor-access .wrapper-all::after,
.page-floor-access-en .wrapper-all::after {
  background-color: #CD78F6;
}

.page-sitemap .wrapper-all::after,
.page-sitemap-en .wrapper-all::after {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="863.929" height="218.999" viewBox="0 0 863.929 218.999"><path d="M-4815,221h863.929c-53.941,46.165-450.863,58.3-516.306,126.388C-4537.818,420.676-4815,440-4815,440Z" transform="translate(4815 -221)" fill="%23f6f3f2" opacity="0.3" /></svg>') no-repeat top right/cover;
  background-color: #462FFA;
}

.home .wrapper-all::before,
.home .wrapper-all::after {
  content: none;
}

/*アイコンの色*/
.page-about-sla .page-title div,
.page-outline .page-title div,
.page-staff .page-title div,
.page-about-sla-en .page-title div,
.page-outline-en .page-title div,
.page-staff-en .page-title div,
.sitemap-list.main-contents>li:nth-child(2)>a span {
  background: #FFC561;
}

.page-how-to-use .page-title div,
.page-independent-seminar .page-title div,
.page-how-to-use-en .page-title div,
.page-independent-seminar-en .page-title div,
.sitemap-list.main-contents>li:nth-child(4)>a span  {
  background: #5EE37D;
}

.page-support .page-title div,
.page-support-en .page-title div,
.page-support-child .page-title div,
.page-support-en-child .page-title div,
.sitemap-list.main-contents>li:nth-child(3)>a span  {
  background: #FBA1A9;
}

.page-how-to-study .page-title div,
.page-how-to-study-en .page-title div,
.page-study-tips .page-title div,
.page-study-tips-en .page-title div,
.page-study-basic .page-title div,
.page-study-basic-en .page-title div,
.sitemap-list.main-contents>li:nth-child(5)>a span  {
  background: #57C6FF;
}

.page-floor-access .page-title div,
.page-floor-access-en .page-title div,
.sitemap-list.main-contents>li:nth-child(6)>a span  {
  background: #CD78F6;
}

.page-title div img {
  width: 50px;
}

@media print,
(min-width: 768px) {
  .page-wrapper {
    padding: 100px 15px 140px;
  }

  .page-inner>div:nth-child(n+2) {
    margin-top: 120px;
  }

  .page-title {
    margin: 0 0 120px 0;
  }

  .page-title div {
    width: 140px;
    height: 140px;
  }

  .page-title h1 {
    font-size: 5.4rem;
  }

  .page-title div img {
    width: 70px;
  }
}

/*ページナビ*/
.page-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-menu-list li {
  opacity: .4;
  transition: all .2s ease;
}

.page-menu-list li.current {
  opacity: 1;
}

.page-menu-list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 3px solid #3A0E01;
}

.page-menu-list li:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-menu-list li {
    width: 100%;
  }

  .page-menu-list li:nth-child(n+2) {
    margin-top: 16px;
  }
}

@media print,
(min-width: 768px) {
  .menu-three li {
    width: 32%;
  }

  .menu-two li {
    width: 48%;
  }

  .page-menu-list li.current a::before {
    content: url(../img/common/page-menu-balloon.svg);
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media print,
(min-width: 1200px) {
  .page-menu-list li a {
    font-size: 2.4rem;
  }

  .page-nav-en .page-menu-list li a {
    font-size: 2rem;
    line-height: 1.4;
  }

  .page-menu-list li.current a::before {
    bottom: -29px;
  }

  .page-nav-en .page-menu-list li.current a::before {
    bottom: -25px;
  }
}

/*==============================================
| SLAサポートについて
==============================================*/
.sla-concept {
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.feature-list {
  margin: 40px 0 0 0;
}

.feature-list>div {
  position: relative;
}

.feature-list>div:nth-child(n+2) {
  margin: 40px 0 0 0;
}

.feature-list h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
}

.feature-list h3::before {
  content: none;
}

.feature-list h3 img {
  display: block;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .about-sla .img-box {
    margin: 30px 0 0 0;
  }

  .feature-list>div:nth-child(n+2) {
    margin: 60px 0 0 0;
  }

  .feature-list figure {
    margin: 0 0 20px 0;
  }
}

@media print,
(min-width: 768px) {
  .sla-concept {
    font-size: 2.4rem;
  }

  .feature-list {
    margin: 60px 0 0 0;
  }

  .feature-list h3 {
    margin: 0 0 30px 0;
    font-size: 2.4rem;
  }

  .feature-list h3,
  .feature-list p {
    width: 58%;
    margin-right: auto;
  }

  .feature-list>div:nth-child(even) h3,
  .feature-list>div:nth-child(even) p {
    margin-right: 0;
    margin-left: auto;
  }

  .feature-list p {
    margin-bottom: 140px;
  }

  .feature-list figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
  }

  .feature-list>div:nth-child(even) figure {
    right: auto;
    left: 0;
  }

  .about-sla .text-box {
    width: 52%;
  }

  .about-sla .img-box {
    width: 44%;
  }
}

/*==============================================
| 学習支援センター概要
==============================================*/
.history-list {
  position: relative;
}

.history-list::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 7px;
  background: #FF5239;
}

.history-list dt,
.history-list dd {
  padding: 0 0 0 24px;
}

.history-list dt {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 2rem;
  color: #FF5239;
}

.history-list dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #FF5239;
  border-radius: 50%;
}

.history-list dt:nth-of-type(n+2) {
  margin: 40px 0 0 0;
}

@media print,
(min-width: 768px) {
  .history-list::before {
    left: 9px;
  }

  .history-list dt,
  .history-list dd {
    padding: 0 0 0 30px;
  }

  .history-list dt {
    font-size: 2.4rem;
  }

  .history-list dt::before {
    width: 20px;
    height: 20px;
  }
}

@media print,
(min-width: 1200px) {
  .outline-cont {
    display: flex;
    justify-content: space-between;
  }

  .outline-cont h2 {
    width: 15%;
    margin-top: 0;
  }

  .outline-cont>div,
  .outline-cont>p,
  .outline-cont>ol {
    width: 82%;
  }
}

/*==============================================
| スタッフ
==============================================*/
.page-staff p {
  margin: 20px 0;
}

.page-staff table th,
.page-staff table td {
  padding: 6px 0;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .page-staff p:has(img) {
    text-align: center;
  }

  .page-staff table th,
  .page-staff table td {
    padding: 4px;
    font-size: 1.4rem;
  }
}

/*==============================================
| 利用方法
==============================================*/
.page-how-to-use .common-notes,
.page-how-to-use-en .common-notes {
  margin: 60px 0 !important;
}

.page-how-to-use p,
.page-how-to-use-en p,
.page-independent-seminar p,
.page-independent-seminar-en p {
  margin: 20px 0;
}

.page-how-to-use div.button-box,
.page-how-to-use-en div.button-box {
  margin: 20px 0 !important;
}

.howto-wrap {
  position: relative;
}

.page-independent-seminar table a,
.page-independent-seminar-en table a{
  color: #E45E32;
  text-decoration: underline;
  word-break: break-all;
} 

@media print,
(min-width: 768px) {
  .howto-wrap {
    min-height: 240px;
  }

  .howto-wrap h3,
  .howto-wrap p {
    width: 70%;
  }

  .howto-wrap .img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
  }
}

/*==============================================
| 分野別サポート紹介
==============================================*/
/*index*/
.button-box {
  margin: 40px 0;
}

.support-index {
  position: relative;
}

@media screen and (max-width: 767px) {
  .support-index .img-box {
    margin: 40px auto;
    max-width: 280px;
  }
}

@media print,
(min-width: 768px) {

  .support-index>p,
  .support-index>div,
  .support-index>h2 {
    width: 60%;
  }

  .support-index.independent-seminar>p,
  .support-index.independent-seminar>div,
  .support-index.independent-seminar>h2 {
    width: 100%;
  }

  .support-index>div.img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
  }

  .page-inner>div.support-index:nth-child(odd)>p,
  .page-inner>div.support-index:nth-child(odd)>div,
  .page-inner>div.support-index:nth-child(odd)>h2 {
    margin-left: auto;
  }

  .page-inner>div.support-index:nth-child(odd) .img-box {
    right: auto;
    left: 0;
  }
}

/*分野別*/
.page-support-child h2,
.page-support-en-child h2 {
  margin-bottom: 60px;
  text-align: center;
}

.support-point {
  position: relative;
  margin: 60px 0 20px 0;
  padding: 50px 15px 15px 15px;
  border-radius: 10px;
  background: #FEECEE;
}

.support-point h4 {
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  top: -40px;
  border-radius: 6px;
  background: #FA5D2F;
  color: #fff;
  white-space: nowrap;
}

.support-point h4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #FA5D2F;
  border-bottom: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.support-point-list dt,
.support-point-list dd {
  padding: 0 0 0 32px;
}

.support-point-list dt {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 1.8rem;
}

.support-point-list dt:nth-of-type(n+2) {
  margin-top: 20px;
}

.support-point-list dt::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -4px;
  background: url(../img/support/icon_check.svg) no-repeat center center/contain;
}

.seminar-message {
  margin: 20px 0 30px 0;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .support-cont .img-box {
    margin: 20px 0 0 0;
  }

  .support-point h4 {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-support-foreign .support-point {
    padding-top: 80px;
  }
}

@media print,
(min-width: 768px) {

  .page-support-child h2,
  .page-support-en-child h2 {
    margin-bottom: 80px;
  }

  .support-cont {
    display: flex;
    justify-content: space-between;
  }

  .support-cont .text-box {
    width: 56%;
  }

  .support-cont .text-box p {
    margin-top: 0;
  }

  .support-cont .img-box {
    width: 40%;
  }

  .support-point {
    padding: 60px 30px 20px 30px;
  }

  .support-point h4 {
    left: 20px;
  }

  .support-point-list dt,
  .support-point-list dd {
    padding: 0 0 0 40px;
  }

  .support-point-list dt::before {
    width: 32px;
    height: 32px;
    top: -2px;
    left: 0;
  }
}

/*==============================================
| 大学での学び方
==============================================*/
/*大学で変わる学び方*/
.method-item {
  margin: 60px 0 0 0;
}

.method-item>div:first-of-type {
  padding: 0 0 10px 0;
}

.method-item h2 {
  margin: 0;
}

.method-item>div>p {
  margin: 0;
}

.method-item>div>p:first-of-type {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .method-item>div:first-of-type {
    border-bottom: 2px dotted #46322B;
  }

  .method-item h2 {
    display: flex;
    align-items: center;
  }

  .method-item h2 img {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .method-item>div>p:first-of-type {
    margin: 20px 0;
  }

}

@media print,
(min-width: 768px) {
  .method-item {
    margin: 80px 0 0 0;
  }

  .method-item h2 img {
    display: block;
    margin: 0 0 16px 0;
  }

  .method-item {
    display: flex;
    justify-content: space-between;
  }

  .method-item>div:first-of-type {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0 30px 0 0;
    border-right: 2px dotted #46322B;
  }

  .method-item>div:last-of-type {
    width: 75%;
    padding: 0 0 0 30px;
  }

  .method-item>div>p:first-of-type {
    font-size: 2rem;
  }
}

/*学びのヒント*/
.tips-index {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 20px;
  background: #F6F3F2;
  border-radius: 10px;
}

.tips-index>p {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  border-bottom: 2px dotted #46322B;
}

.tips-menu-list>li>a {
  display: block;
  padding: 4px 0 4px 22px;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: bold;
}

.tips-menu-list>li>a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #6E615D;
  border-bottom: 0;
}

.tips-menu-sub li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.tips-menu-sub li a {
  text-decoration: underline;
}

.tips-menu-list>li:nth-child(n+2) {
  margin: 15px 0 0 0;
}

.tips-menu-list>li:last-child>a {
  margin: 0;
}

@media print,
(min-width: 768px) {
  .tips-index {
    padding: 30px 40px;
  }

  .tips-index>p,
  .tips-menu-list>li>a {
    font-size: 1.8rem;
  }

  .tips-menu-list>li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }

}

.tips-num {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.tips-num span {
  color: #FA5D2F;
  font-weight: bold;
}

.tips-num span:first-of-type {
  padding: 0 4px 0 0;
  font-size: 2rem;
}

.tips-num span:last-of-type {
  font-size: 3rem;
}

.tips-list dt {
  padding: 0 0 8px 0;
  margin: 0 0 16px 0;
  border-bottom: 2px dotted #46322B;
}

.tips-list dt h4 {
  margin: 0;
  background: none;
}

.tips-list dt:nth-of-type(n+2) {
  margin-top: 30px;
}

.tips-list dd .common-notes {
  margin: 20px 0;
}

@media print,
(min-width: 768px) {
  .tips-list dt {
    display: flex;
    align-items: center;
  }

  .tips-num {
    margin: 0 16px 0 0;
  }

  .tips-list dt:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.study-loadmap{
  margin: 60px 0;
}

.study-loadmap>div{
  border: 1px solid #B5ADAA;
}

.study-loadmap>div:nth-of-type(n+2){
  margin-top: 40px;
}

.study-loadmap p {
  margin: 30px 0 20px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

.study-loadmap p::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #FF5239;
}

/*==============================================
| アクセス
==============================================*/
.lounge-name {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}

.lounge-info span {
  display: flex;
  align-items: center;
}

.lounge-info span img {
  padding: 0 6px 0 0
}

.floor-map {
  margin: 40px auto 60px auto;
  max-width: 960px;
}

.floor-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.floor-info-list li p:first-of-type {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 0 36px;
  font-weight: bold;
}

.floor-info-list li p:first-of-type span {
  position: absolute;
  top: -4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #FF5239;
  color: #fff;
  border-radius: 50%;
}

.floor-info-list div {
  margin: 10px 0;
}

.floor-info-list div img {
  border-radius: 10px;
}

.floor-info-list li p:last-of-type {
  margin: 10px 0 0 0;
}

.access-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .floor-info-list li {
    width: 100%;
  }

  .floor-info-list li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }

  .access-wrap .img-box {
    margin: 40px auto;
    /* max-width: 280px; */
  }
}

@media print,
(min-width: 768px) {
  .floor-info-list li {
    width: 31%;
  }

  .floor-info-list li:nth-child(n+4) {
    margin: 40px 0 0 0;
  }

  .floor-map {
    margin: 40px auto 80px auto;
  }

  .access-wrap {
    display: flex;
    justify-content: space-between;
  }

  .access-wrap .img-box {
    width: 44%;
    order: 1;
  }

  .access-wrap .text-box {
    width: 52%;
  }
}

@media screen and (max-width: 1199px) {
  .lounge-info span {
    margin: 0 0 10px 0;
  }
}

@media print,
(min-width: 1200px) {
  .lounge-info {
    display: flex;
  }

  .lounge-info span {
    margin: 0 20px 0 0;
  }
}

/*==============================================
| サイトマップ
==============================================*/
.sitemap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.sitemap-list::before,
.sitemap-list::after {
  content: "";
  display: block;
}

.sitemap-list::before {
  order: 1;
}

.sitemap-list li a {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: all .2s ease;
}

.sitemap-list li a:hover {
  text-decoration: underline
}

.sitemap-list.main-contents {
  margin: 0 0 60px 0;
}

.sitemap-list.main-contents>li:first-child {
  width: 100%;
}

.sitemap-list.main-contents>li:nth-child(n+2) {
  margin: 40px 0 0 0;
}

.sitemap-list.main-contents>li>a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}

.sitemap-list.main-contents>li>a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 8px 0 0;
  background: #6E615D;
  border-radius: 50%;
}

.sitemap-list .sub-menu {
  margin: 20px 0 0 0;
  padding: 0 0 0 68px;
}

.sitemap-list .sub-menu li:nth-child(n+2) {
  margin: 16px 0 0 0;
}

.sitemap-list .sub-menu li span {
  font-size: 80%;
}

@media screen and (max-width: 767px) {

  .sitemap-list>li,
  .sitemap-list::before,
  .sitemap-list::after {
    width: 48%;
  }

  .sitemap-list>li:nth-child(n+3) {
    margin: 20px 0 0 0;
  }

  .sitemap-list.main-contents>li,
  .sitemap-list.main-contents::before,
  .sitemap-list.main-contents::after {
    width: 100%;
  }
}

@media print,
(min-width: 768px) {

  .sitemap-list>li,
  .sitemap-list::before,
  .sitemap-list::after {
    width: 23%;
  }

  .sitemap-list>li:nth-child(n+5) {
    margin: 20px 0 0 0;
  }

  .sitemap-list.main-contents {
    margin: 0 0 80px 0;
  }

  .sitemap-list.main-contents>li,
  .sitemap-list.main-contents::before,
  .sitemap-list.main-contents::after {
    width: 46%;
  }

}