@charset "UTF-8";
/*---
Theme Name: doshishakori_2605
Author: 同志社香里中学校・高等学校
 URI: https://www.doshishakori.jp/
Version: 1.0.0
*/


/*-------------------------------

	Reset

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*-------------------------------

	Foundation

-------------------------------*/
/* Thin 100
Light 300 
Regular 400 
Medium 500 
Bold 700 
ExtraBold 800 
Black 900 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10.8rem;
}

body {
  color: #231815;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  background-image: url(assets/images/bg_page_lg.png);
  background-position: 50% 0;
  background-size: 192rem;
  background-repeat: no-repeat;
  font-weight: 400;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:active img:hover {
  opacity: 0.7;
}

a:active img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

input[type=button] {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

input[type=button]:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

*:focus {
  outline: none;
}

main img {
  width: 100%;
  vertical-align: top;
}

/*-------------------------------

	Layout

-------------------------------*/
/*
* wrapper
*/

.l-base {
  padding-right: 2rem;
  padding-left: 2rem;
}

.l-xshort {
  margin-right: 2rem;
  margin-left: 2rem;
}

/*-------------------------------

	Object

-------------------------------*/
/*---------- Component ----------*/
/* ----------------------------------

ttl

------------------------------------- */
.c-ttl01 {
  font-size: 2.4rem;
}

.c-ttl01 {
  color: #231815;
  font-style: italic;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.25rem;
}

.c-ttl02 {
  font-size: 1.5rem;
}

.c-ttl02 {
  position: relative;
  padding-bottom: 2rem;
  color: #652076;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.c-ttl02::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #652076;
  content: "";
}

.c-ttl03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-ttl03__ttl {
  font-size: 3.6rem;
}

.c-ttl03__ttl {
  position: relative;
  color: #231815;
  font-style: italic;
  font-weight: 100;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.18rem;
  text-align: center;
}

.c-ttl03__ttl::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  left: 0;
  width: 8rem;
  height: 0.2rem;
  margin: auto;
  background-color: #652076;
  content: "";
}

.c-ttl03__subttl {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  text-align: center;
}

.c-ttl03__subttl {
  font-weight: 500;
}

.c-ttl04 {
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
}

.c-ttl04 {
  color: #231815;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.c-ttl05 {
  font-size: 2rem;
}

.c-ttl05 {
  color: #652076;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.c-ttl06,
.c-ttl06-pat03,
.c-ttl06-pat02,
.c-ttl06-pat01 {
  font-size: 1.5rem;
}

.c-ttl06,
.c-ttl06-pat03,
.c-ttl06-pat02,
.c-ttl06-pat01 {
  padding: 0.8rem 0 1rem;
  border-radius: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-ttl06-pat01 {
  background-color: #652076;
  color: #fff;
}

.c-ttl06-pat02 {
  border: 0.1rem solid #652076;
  background-color: #fff;
  color: #652076;
}

.c-ttl06-pat03 {
  background-color: #af8bb1;
  color: #fff;
}

/* ----------------------------------

btn

------------------------------------- */
.c-btn01,
.c-btn02 {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: none;
  background-color: #fff;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn01__arrow-r::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/arrow_beside_short_wh.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-btn01__arrow-r__purple::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/arrow_beside_short_pu.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn01__arrow-r__purple:hover::after {
  background-image: url(assets/images/arrow_beside_short_wh.svg);
}

.c-btn01__arrow-l::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(assets/images/arrow_beside_short_wh.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-btn01__blank::after,
.c-btn01__blank__white::after,
.c-btn01__blank__purple::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn01__blank__purple::after {
  background-image: url(assets/images/ico_blank_purple.svg);
}

.c-btn01__blank__purple:hover::after {
  background-image: url(assets/images/ico_blank_white.svg);
}

.c-btn01__blank__white::after {
  background-image: url(assets/images/ico_blank_white.svg);
}

.c-btn01__close {
  position: relative;
}

.c-btn01__close input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 1.6rem;
  border-width: 0.2rem;
  border-style: solid;
  font-weight: 500;
}

.c-btn01__close::after,
.c-btn01__close::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn01__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn01__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn01__pdf::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.8rem;
  height: 2.3rem;
  margin: auto;
  background-image: url(assets/images/ico_pdf.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-btn01__music::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
  content: "\f144";
  color: #652076;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: "Font Awesome 6 Free";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-btn01__music:hover::after {
  color: #ffffff;
}

.c-btn01>input,
.c-btn02>input {
  width: 100%;
  border: none;
}

.c-btn02 {
  display: inline-block;
}

/* ----------------------------------

table

------------------------------------- */
.c-table01 {
  border-top: 1px solid #652076;
  border-left: 1px solid #652076;
}

.c-table01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-table01 tr:last-of-type th {
  border-bottom: none;
}

.c-table01 th,
.c-table01 td {
  width: 100%;
  padding: 1rem;
  border-right: 1px solid #652076;
  border-bottom: 1px solid #652076;
  line-height: 1.5;
}

.c-table01 th {
  background-color: #652076;
  color: #fff;
  font-weight: 500;
}

.c-table01 td {
  padding: 1.5rem;
}

/* ----------------------------------

youtube/mp4

------------------------------------- */
.iframe__outline {
  position: relative;
  width: 100%;
  padding: 56.2719812427% 0 0;
}

.iframe__outline iframe,
.iframe__outline video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------

card

------------------------------------- */
.c-card01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card01__itme a:hover .c-card01__box {
  background-color: #7aaed7;
}

.c-card01__itme a:hover .c-card01__subttl {
  color: #fff;
}

.c-card01__itme a:hover .c-card01__subttl span {
  color: #fff;
}

.c-card01__itme a:hover .c-card01__subttl::before {
  border-top: 0.13em solid #fff;
  border-right: 0.13em solid #fff;
}

.c-card01__itme a:hover .c-card01__subttl::after {
  background-color: #fff;
}

.c-card01__itme a:hover .c-card01__ttl {
  color: #fff;
}

.c-card01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 1rem);
  padding: 1.5rem 3rem 1.5rem 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-card01__box::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  background-color: #7aaed7;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 0.25;
}

.c-card01__subttl {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  color: #999999;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-card01__subttl span {
  color: #652076;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-card01__subttl::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0.13em solid #231815;
  border-right: 0.13em solid #231815;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-card01__subttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #231815;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-card01__ttl {
  width: 100%;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* ----------------------------------

icon

------------------------------------- */
.icon-blank::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\f2d2";
  color: #fff;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}

/* ----------------------------------

Get Acrobat Reader

------------------------------------- */
.c-acrobat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.c-acrobat__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-acrobat__link:hover {
  opacity: 0.7;
}

.c-acrobat__link {
  width: 22rem;
  text-align: center;
}

.c-acrobat__link span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.c-acrobat__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* ----------------------------------

common

------------------------------------- */
.c-page {
  padding-top: 4rem;
}

.c-bg__yellowgreen {
  background-color: #d5da4f;
}

.c-bg__lightblue {
  background-color: #7aaed7;
}

.c-bg__purple {
  background-color: #652076;
}

.c-bg__lightpurple {
  background-color: #bda1c1;
}

.c-bg__red {
  background-color: #e71f19;
}

.c-bg__white,
.c-btn02 {
  background-color: #fff;
}

.c-bg__alpha {
  background-color: rgba(255, 255, 255, 0.85);
}

.c-cl__yellowgreen {
  color: #d5da4f;
}

.c-cl__lightblue {
  color: #7aaed7;
}

.c-cl__purple,
.c-btn02 {
  color: #652076;
}

.c-cl__lightpurple {
  color: #bda1c1;
}

.c-cl__red {
  color: #e71f19;
}

.c-cl__black {
  background-color: #231815 !important;
  color: #fff;
}

.c-bd,
.c-bd__black,
.c-bd__purple,
.c-btn02,
.c-bd__lightblue,
.c-bd__yellowgreen {
  border-width: 1px;
  border-style: solid;
}

.c-bd__yellowgreen {
  border-color: #d5da4f;
}

.c-bd__yellowgreen--inuput {
  border-color: #d5da4f;
}

.c-bd__lightblue {
  border-color: #7aaed7;
}

.c-bd__lightblue--inuput {
  border-color: #7aaed7;
}

.c-bd__purple,
.c-btn02 {
  border-color: #652076;
}

.c-bd__purple--inuput {
  border-color: #652076;
}

.c-bd__black {
  border-color: #231815;
}

.c-bd__black--inuput {
  border-color: #231815;
}

.c-bd__rad10,
.c-btn02 {
  border-radius: 1rem;
}

.c-bd__rad30 {
  border-radius: 3rem;
}

.c-bd__wdt2 {
  border-width: 0.2rem;
}

.c-bd__wdt1,
.c-btn02 {
  border-width: 0.1rem;
}

.c-ta__c,
.c-btn02 {
  text-align: center;
}

.c-ta__l {
  text-align: left;
}

.c-ta__r {
  text-align: right;
}

.c-lh-1 {
  line-height: 1 !important;
}

.c-lh-2 {
  line-height: 2 !important;
}

.c-lh-3 {
  line-height: 3 !important;
}

.c-ma-l0 {
  margin-left: 0 !important;
}

.c-ma-r0 {
  margin-right: 0 !important;
}

.c-ma-b0 {
  margin-bottom: 0 !important;
}

.c-ma-t0 {
  margin-top: 0 !important;
}

.c-pa-l0 {
  padding-left: 0;
}

.c-pa-r0 {
  padding-right: 0;
}

.c-mo__yellowgreen:hover {
  background-color: #d5da4f;
  color: #fff;
}

.c-mo__yellowgreen-rev:hover {
  background-color: #fff;
  color: #d5da4f;
}

.c-mo__lightblue:hover {
  background-color: #7aaed7;
  color: #fff;
}

.c-mo__lightblue-rev:hover {
  background-color: #fff;
  color: #7aaed7;
}

.c-mo__purple:hover,
.c-btn02:hover {
  background-color: #652076;
  color: #fff;
}

.c-mo__purple-rev:hover {
  background-color: #fff;
  color: #652076;
}

.c-mo__lightpurple:hover {
  background-color: #bda1c1;
  color: #fff;
}

.c-mo__lightpurple-rev:hover {
  background-color: #fff;
  color: #bda1c1;
}

.c-mo__red:hover {
  background-color: #e71f19;
  color: #fff;
}

.c-mo__red-rev:hover {
  background-color: #fff;
  color: #e71f19;
}

.c-mo__white:hover {
  background-color: #fff;
}

#cboxContent {
  background-color: transparent;
}

#cboxOverlay {
  background: #652076;
}

#cboxLoadedContent {
  background: transparent;
}

.voice #cboxLoadedContent::-webkit-scrollbar {
  /* スクロールはできる */
  display: none;
  overflow: auto;
}

.c-talk__bg {
  padding: 6rem 0 4rem;
  background-image: url(assets/images/bg_border_purple.png);
  background-position: 50% 0;
  background-repeat: repeat;
}

.c-talk__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-talk__ttlbox em {
  font-size: 3.2rem;
}

.c-talk__ttlbox em {
  position: relative;
  color: #231815;
  font-style: italic;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.18rem;
  text-align: center;
}

.c-talk__ttlbox em::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
  left: 0;
  width: 4rem;
  height: 0.2rem;
  margin: auto;
  background-color: #652076;
  content: "";
}

.c-talk__ttlbox span {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  text-align: center;
}

.c-talk__ttlbox span {
  font-weight: 500;
  letter-spacing: 2.4px;
}

.c-talk__ttlbox.-family span {
  width: 10em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.6rem 0 0.7rem;
  border-radius: 20rem;
  background-color: #6ad928;
}

.c-talk__list {
  margin-top: 4rem;
}

.c-talk__list__item,
.c-talk__list__item01,
.c-talk__list__item02,
.c-talk__list__item03,
.c-talk__list__item04,
.c-talk__list__item05,
.c-talk__list__item06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 14.6rem;
  border: 1px solid #652076;
  background-position: 100% 100%;
  background-size: 55%;
  background-repeat: no-repeat;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-talk__list__item:nth-of-type(n+2),
.c-talk__list__item01:nth-of-type(n+2),
.c-talk__list__item02:nth-of-type(n+2),
.c-talk__list__item03:nth-of-type(n+2),
.c-talk__list__item04:nth-of-type(n+2),
.c-talk__list__item05:nth-of-type(n+2),
.c-talk__list__item06:nth-of-type(n+2) {
  margin-top: 2rem;
}

.c-talk__list__item a,
.c-talk__list__item01 a,
.c-talk__list__item02 a,
.c-talk__list__item03 a,
.c-talk__list__item04 a,
.c-talk__list__item05 a,
.c-talk__list__item06 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-talk__list__item a:hover,
.c-talk__list__item01 a:hover,
.c-talk__list__item02 a:hover,
.c-talk__list__item03 a:hover,
.c-talk__list__item04 a:hover,
.c-talk__list__item05 a:hover,
.c-talk__list__item06 a:hover {
  opacity: 0.7;
}

.c-talk__list__item a,
.c-talk__list__item01 a,
.c-talk__list__item02 a,
.c-talk__list__item03 a,
.c-talk__list__item04 a,
.c-talk__list__item05 a,
.c-talk__list__item06 a {
  padding-left: 1.5rem;
}

.c-talk__list__item img,
.c-talk__list__item01 img,
.c-talk__list__item02 img,
.c-talk__list__item03 img,
.c-talk__list__item04 img,
.c-talk__list__item05 img,
.c-talk__list__item06 img {
  display: none;
}

.c-talk__list__item::after,
.c-talk__list__item01::after,
.c-talk__list__item02::after,
.c-talk__list__item03::after,
.c-talk__list__item04::after,
.c-talk__list__item05::after,
.c-talk__list__item06::after {
  display: block;
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: 3.2rem;
  height: 3.2rem;
  background: linear-gradient(135deg, #652076 0%, #652076 50%, #fff 50%, #fff 100%);
  content: "";
}

.c-talk__list__item01 {
  margin-top: 0;
  background-image: url(assets/images/tal_list_img01.png);
}

.c-talk__list__item02 {
  background-image: url(assets/images/tal_list_img02.png);
}

.c-talk__list__item03 {
  background-image: url(assets/images/tal_list_img03.png);
}

.c-talk__list__item04 {
  background-image: url(assets/images/tal_list_img04.png);
}

.c-talk__list__item05 {
  background-image: url(assets/images/tal_list_img05.png);
}

.c-talk__list__item06 {
  background-image: url(assets/images/tal_list_img06.png);
}

.c-talk__list__img {
  width: 100%;
}

.c-talk__list__txt {
  color: #652076;
  font-size: 1.4rem;
}

.bnr-container {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-top: 40px;
  overflow: visible;
  color: #000;
}

.bnr-container:hover {
  opacity: 0.8;
}

.bnr-container.second {
  margin-top: 40px;
}

.bnr-pentagon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 11;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 30px 20px 0;
  overflow: visible;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}

.bnr-pentagon.waku {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid #6b2c91;
  background-color: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}

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

.folded-corner {
  z-index: 30;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background-color: #6b2c91;
  /* ★人物より上に */
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}

.top-corner {
  position: absolute;
  top: -15px;
  left: 150px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d8c6e2;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.bottom-corner {
  position: absolute;
  right: 110px;
  bottom: 80px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #d8c6e2;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.bnr-person-left,
.bnr-person-right {
  z-index: 10;
  position: absolute;
  bottom: 1px;
}

.bnr-person-left img,
.bnr-person-right img {
  display: block;
  width: 23vw;
  max-width: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bnr-person-left {
  left: 1px;
}

.bnr-person-right {
  right: 1px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%);
}

.content {
  z-index: 20;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

.title {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1px;
  text-align: center;
}

.bnr-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77vw;
  margin: 20px 0 20px;
  gap: 5px;
}

.bnr-student,
.bnr-teacher {
  padding: 4px 16px 4px 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(80%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0));
  font-size: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.bnr-student {
  padding: 4px 4px 4px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.9)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 20%);
  color: #6b2c91;
}

.bnr-cross-container {
  position: relative;
  left: auto;
  width: 30px;
  height: 30px;
}

.bnr-cross-line1,
.bnr-cross-line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: rgba(171, 83, 155, 0.5294117647);
}

.bnr-cross-line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.bnr-cross-line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-getpost__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-getpost__item {
  width: calc(50% - 1rem);
  margin-bottom: 3rem;
}

.c-getpost__box {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c-getpost__box:hover {
  opacity: 0.7;
}

.c-getpost__thumb__inner img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-getpost__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 1.2rem;
  line-height: 1.4;
}

.c-getpost__cat {
  font-size: 1.2rem;
}

.c-getpost__cat {
  font-weight: 700;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.c-getpost__time {
  font-size: 1.2rem;
}

.c-getpost__time {
  display: block;
  margin-left: 0.5rem;
  color: #231815;
  font-weight: 500;
}

.c-getpost__time.mt0 {
  margin-top: 0;
}

.c-getpost__ttl {
  font-size: 1.2rem;
}

.c-getpost__ttl {
  width: 100%;
  margin-top: 1rem;
  color: #231815;
  font-weight: 500;
  line-height: 1.5;
}

/*---------- Project ----------*/
/*
* header
*/
.header {
  z-index: 3;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 5px rgba(101, 31, 117, 0.0705882353);
  box-shadow: 1px 1px 3px 5px rgba(101, 31, 117, 0.0705882353);
}

.header__inner {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  display: block;
  opacity: 0;
}

.header__logo.active {
  opacity: 1;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__logo a {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background: #652076;
  cursor: pointer;
}

.header__btn__box {
  position: relative;
}

.header__btn__box span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__btn__box span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.header__btn__box span:nth-of-type(2) {
  top: 50%;
  margin-top: -0.5px;
}

.header__btn__box span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header__btn::after {
  display: block;
  position: relative;
  top: 1rem;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  content: "MENU";
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__btn.active::after {
  content: "CLOSE";
}

.is-sp .header::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid rgba(101, 32, 118, 0.25);
  content: "";
}

.is-sp .header__logo {
  margin-left: 2rem;
}

.is-sp .header__logo img {
  height: 2rem;
}

.is-sp .header__btn {
  width: 4.4rem;
  height: 4.4rem;
}

.is-sp .header__btn::after {
  top: 0.5rem;
  font-size: 1rem;
}

.is-sp .header__btn__box {
  width: 2.5rem;
  height: 1.3rem;
}

.is-sp .header__btn__box.active {
  left: 0.2rem;
  width: 1.5rem;
}

.is-sp .header__btn__box.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) scaleX(1.2);
  transform: rotate(45deg) scaleX(1.2);
}

.is-sp .header__btn__box.active span:nth-of-type(2) {
  opacity: 0;
}

.is-sp .header__btn__box.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) scaleX(1.2);
  transform: rotate(-45deg) scaleX(1.2);
}

.is-tablet .header__logo {
  margin-left: 3.2rem;
}

.is-tablet .header__logo img {
  height: 1.8rem;
}

.is-tablet .header__btn {
  width: 8rem;
  height: 8rem;
}

.is-tablet .header__btn::after {
  top: 1rem;
  font-size: 1.2rem;
}

.is-tablet .header__btn__box {
  width: 3.3rem;
  height: 2.3rem;
}

.is-tablet .header__btn__box.active {
  left: 0.2rem;
  width: 2.6rem;
}

.is-tablet .header__btn__box.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) scaleX(1.27);
  transform: rotate(45deg) scaleX(1.27);
}

.is-tablet .header__btn__box.active span:nth-of-type(2) {
  opacity: 0;
}

.is-tablet .header__btn__box.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) scaleX(1.27);
  transform: rotate(-45deg) scaleX(1.27);
}

.is-pc .header__logo {
  margin-left: 4rem;
}

.is-pc .header__logo img {
  height: 2rem;
}

.is-pc .header__btn {
  width: 7.6rem;
  height: 7.6rem;
}

.is-pc .header__btn__box {
  width: 3.4rem;
  height: 2.5rem;
}

.is-pc .header__btn__box.active {
  left: 0.2rem;
  width: 2.8rem;
  height: 2.5rem;
}

.is-pc .header__btn__box.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) scaleX(1.27);
  transform: rotate(45deg) scaleX(1.27);
}

.is-pc .header__btn__box.active span:nth-of-type(2) {
  opacity: 0;
}

.is-pc .header__btn__box.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) scaleX(1.27);
  transform: rotate(-45deg) scaleX(1.27);
}

.header-grid {
  display: grid;
}

.header-grid__logo {
  grid-area: logo;
}

.header-grid__droplist {
  grid-area: droplist;
}

.header-grid__cv {
  grid-area: cv;
}

.is-sp .header-grid {
  grid-template-rows: 4.4rem 4.4rem;
  grid-template-columns: 1fr;
  grid-template-areas: "logo""droplist";
}

.is-tablet .header-grid {
  grid-template-rows: 4rem 4rem;
  grid-template-columns: auto auto;
  grid-template-areas: "logo cv""logo droplist";
  padding-right: 10rem;
}

.is-pc .header-grid {
  grid-template-rows: 3.8rem 3.8rem;
  grid-template-columns: auto auto;
  grid-template-areas: "logo cv""logo droplist";
  padding-right: 12rem;
}

.header-droplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #652076;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

.header-droplist>li {
  position: relative;
  font-weight: 500;
}

.header-droplist>li span {
  display: block;
  padding: 0.6rem 1rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-droplist>li.active span {
  background: #DED1E1;
}

.header-droplist>li+li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 1px;
  height: 1.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #652076;
  content: "";
}

.header-droplist__list {
  display: none;
  z-index: 1;
  background: rgba(101, 32, 118, 0.9);
}

.header-droplist__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  letter-spacing: 0;
}

.header-droplist__list ul li {
  position: relative;
  width: 25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-droplist__list ul li::before {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url("assets/images/arrow_beside_short_wh.svg") no-repeat center/contain;
  content: "";
}

.header-droplist__list ul li a {
  display: inline-block;
  width: 100%;
  padding-top: 2.2rem;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.is-sp .header-droplist {
  gap: 0 2rem;
}

.is-sp .header-droplist__list {
  position: fixed;
  top: 8.8rem;
  left: 0;
  width: 100vw;
}

.is-sp .header-droplist__list ul {
  padding: 1rem 0 3.5rem;
  overflow: auto !important;
  font-size: 1.4rem;
}

.is-tablet .header-droplist {
  gap: 0 1.5rem;
}

.is-tablet .header-droplist>li {
  padding: 2rem 1rem;
}

.is-tablet .header-droplist>li span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0.09rem;
  padding: 0.6rem;
}

.is-tablet .header-droplist__list {
  z-index: -1;
  position: absolute;
  top: 5.3rem;
  left: -1rem;
}

.is-tablet .header-droplist__list ul {
  padding: 2rem 3.5rem 3.5rem;
  font-size: 1.4rem;
}

.is-pc .header-droplist {
  gap: 0 2rem;
}

.is-pc .header-droplist>li {
  padding: 2rem 1rem;
}

.is-pc .header-droplist__list {
  position: absolute;
  top: 3.6rem;
  left: -1rem;
}

.is-pc .header-droplist__list ul {
  padding: 2rem 3.5rem 3.5rem;
  font-size: 1.4rem;
}

.header-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
}

.header-cv a {
  color: #231815;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-cv a:hover {
  color: #652076;
}

.header-cv>li {
  position: relative;
}

.header-cv>li+li::before {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #231815;
  content: "";
}

.header-cv .orange {
  color: #E4850F;
  font-weight: 500;
}

.is-sp .header-cv {
  display: none;
}

.is-tablet .header-cv {
  position: relative;
  gap: 0 2.5rem;
  font-size: 1.2rem;
}

.is-tablet .header-cv::before {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #652076;
  content: "";
}

.is-tablet .header-cv li+li::before {
  left: -1.3rem;
}

.is-pc .header-cv {
  position: relative;
  gap: 0 3rem;
  font-size: 1.4rem;
}

.is-pc .header-cv::before {
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #652076;
  content: "";
}

.is-pc .header-cv li+li::before {
  left: -1.5rem;
}

/*
* drawer
*/
.drawer {
  z-index: 3;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}

.drawer__wrapper {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #652076;
}

.drawer__scroll-box {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}

.drawer__scroll-box::-webkit-scrollbar {
  display: none;
}

.drawer__cv {
  margin: 0 auto;
  padding: 0 2.3rem;
  background: #fff;
}

.drawer__cv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.drawer__cv ul+ul::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 27.4rem;
  height: 0.1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #652076;
  content: "";
}

.drawer__cv li {
  position: relative;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding: 1.6rem 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}

.drawer__cv li+li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.05rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #652076;
  content: "";
}

.drawer__cv li a {
  display: inline-block;
  color: #231815;
}

.drawer__cv li .orange {
  color: #E68A1A;
}

.drawer__logo img {
  width: 100%;
}

.drawer__h2 {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
}

.drawer__h2::after {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer__list li::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "-";
  color: #fff;
}

.drawer__list a {
  position: relative;
  color: #fff;
}

.drawer__list a::before {
  position: absolute;
  bottom: -0.2rem;
  left: -1rem;
  width: calc(100% + 1rem);
  height: 1px;
  background: transparent;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drawer__list a:hover::before {
  background: #fff;
}

.drawer__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.8rem;
  border: 1px solid #fff;
  background: #fff;
  color: #652076;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drawer__news:hover {
  background: transparent;
  color: #fff;
}

.drawer__ftr-menu {
  background: #3b1a47;
}

.drawer__ftr-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.drawer__ftr-menu ul:nth-of-type(n+2) {
  position: relative;
}

.drawer__ftr-menu ul:nth-of-type(n+2)::before {
  position: absolute;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.4392156863);
  content: "";
}

.drawer__ftr-menu ul li::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "-";
  color: #fff;
}

.drawer__ftr-menu ul a {
  position: relative;
  color: #fff;
}

.drawer__ftr-menu ul a::before {
  position: absolute;
  bottom: -0.2rem;
  left: -1rem;
  width: calc(100% + 1rem);
  height: 1px;
  background: transparent;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drawer__ftr-menu ul a:hover::before {
  background: #fff;
}

.drawer__ftr-menu ul a[target=_blank]::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: url("assets/images/ico_blank_white.svg") no-repeat center/contain;
  content: "";
}

.is-sp .drawer {
  top: 4.4rem;
}

.is-sp .drawer__scroll-box {
  padding: 3rem calc((100% - 35rem) / 2) 2rem;
}

.is-sp .drawer__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 0;
}

.is-sp .drawer__list li {
  width: 50%;
}

.is-sp .drawer__list.-ei li:first-of-type {
  width: 100%;
}

.is-sp .drawer__logo {
  display: none;
}

.is-sp .drawer__h2::after {
  margin: 1rem 0 2.7rem;
}

.is-sp .drawer__ftr-menu {
  margin-top: 4.5rem;
  padding: 2rem;
}

.is-sp .drawer__ftr-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.9rem 0;
  font-size: 1.3rem;
}

.is-sp .drawer__ftr-menu ul:nth-of-type(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
}

.is-sp .drawer__ftr-menu ul:nth-of-type(n+2)::before {
  right: -1rem;
  left: -1rem;
}

.is-tablet .drawer {
  top: 8rem;
}

.is-tablet .drawer__scroll-box {
  padding: 7rem calc((100% - 62rem) / 2);
}

.is-tablet .drawer__logo {
  width: 90%;
}

.is-tablet .drawer__news {
  font-size: 1.4rem;
}

.is-tablet .drawer__h2::after {
  margin: 0.6rem 0 2.7rem;
}

.is-tablet .drawer__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6rem 0;
}

.is-tablet .drawer__list.-ei {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-tablet .drawer__list.-ei li {
  width: 50%;
}

.is-tablet .drawer__list.-ei li:first-of-type {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.is-tablet .drawer__list.-ei li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.is-tablet .drawer__list.-ei li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.is-tablet .drawer__list.-ei li:last-of-type {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.is-tablet .drawer__cv {
  display: none;
}

.is-tablet .drawer__ftr-menu {
  margin-top: 6rem;
  padding: 2rem;
  font-size: 1.3rem;
}

.is-tablet .drawer__ftr-menu ul {
  gap: 2rem 0;
}

.is-tablet .drawer__ftr-menu ul:nth-of-type(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
}

.is-tablet .drawer__ftr-menu ul:nth-of-type(n+2)::before {
  right: -0.5rem;
  left: -0.5rem;
}

.is-tablet .drawer__ftr-menu ul li {
  width: 50%;
}

.is-pc .drawer {
  top: 7.6rem;
}

.is-pc .drawer__cv {
  display: none;
}

.is-pc .drawer__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-pc .drawer__logo {
  width: 94%;
}

.is-pc .drawer__news {
  font-size: 1.5rem;
}

.is-pc .drawer__h2::after {
  margin: 0.6rem 0 3rem;
}

.is-pc .drawer__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem 0;
  font-size: 1.4rem;
}

.is-pc .drawer__list.-ei {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.is-pc .drawer__list.-ei li {
  width: 50%;
}

.is-pc .drawer__list.-ei li:first-of-type {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.is-pc .drawer__list.-ei li:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.is-pc .drawer__list.-ei li:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.is-pc .drawer__list.-ei li:last-of-type {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.is-pc .drawer__ftr-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62rem;
  margin-bottom: 9rem;
  padding: 3rem;
}

.is-pc .drawer__ftr-menu ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.8rem 0;
  font-size: 1.4rem;
}

.is-pc .drawer__ftr-menu ul:nth-of-type(n+2) {
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}

.is-pc .drawer__ftr-menu ul:nth-of-type(n+2)::before {
  right: 0;
  left: 0;
}

.is-pc .drawer__ftr-menu ul li {
  width: 50%;
}

.drawer-grid {
  display: grid;
}

.drawer-grid__news {
  grid-area: news;
}

.drawer-grid__logo {
  grid-area: logo;
}

.drawer-grid__sg {
  grid-area: sg;
}

.drawer-grid__dk {
  grid-area: dk;
}

.drawer-grid__sv {
  grid-area: sv;
}

.drawer-grid__ei {
  grid-area: ei;
}

.is-sp .drawer-grid {
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 100%;
  grid-template-areas: "news""sg""dk""sv""ei";
  margin-top: 5rem;
}

.is-sp .drawer-grid__sg {
  margin-top: 2.5rem;
}

.is-sp .drawer-grid__dk,
.is-sp .drawer-grid__sv,
.is-sp .drawer-grid__ei {
  margin-top: 4rem;
}

.is-tablet .drawer-grid {
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "logo logo news""sg dk sv""ei ei ei";
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 6rem;
}

.is-pc .drawer-grid {
  grid-template-rows: repeat(3, auto);
  grid-template-columns: repeat(3, 18rem);
  grid-template-areas: "logo logo news""sg dk sv""ei ei ei";
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 9rem 0 5rem;
}

/*
* （スマホ版）コンバージョンボタン群
*/
.cv {
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cv__item,
.cv__item-emergency {
  width: 100%;
}

.cv__item-emergency {
  background-color: #e71f19;
}

.cv__item-emergency__btn {
  color: #fff;
}

.cv__item-emergency__btn::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  content: "\f077";
  color: #fff;
  font-weight: 900;
  font-size: 1.2rem;
  font-family: "Font Awesome 6 Free";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cv__item-emergency__btn.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cv__item-request {
  background-color: #bda1c1;
}

.cv__item-request::after {
  width: 1.5rem;
  height: 1.7rem;
  background-image: url(assets/images/arrow_beside_short_wh.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.cv__item a,
.cv__item-emergency a,
.cv__item span,
.cv__item-emergency span {
  display: block;
  position: relative;
  padding: 1.5rem;
  color: #fff;
  font-weight: 500;
}

.cv__item a::after,
.cv__item-emergency a::after,
.cv__item span::after,
.cv__item-emergency span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
}

.cv__emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 1rem;
  border-top: 0.5rem solid #e71f19;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cv__emergency__link:nth-of-type(n+2) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid #ccc;
}

.cv__emergency__link a {
  line-height: 1.3;
}

.cv__emergency__link a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231815;
  font-size: 1.2rem;
}

.cv__emergency__link a span time {
  width: 3.9rem;
  margin-right: 1rem;
  color: #e71f19;
  font-size: 1.3rem;
  word-break: break-all;
}

/*
* footer
*/
.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-footer__outline {
  padding: 4rem 0 4.4rem;
  background-color: #652076;
}

.p-footer__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 3rem;
}

.p-footer__cv>li {
  width: calc(50% - 1rem);
}

.p-footer__cv>li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  border: 1px solid #fff;
  border-radius: 1.6rem;
  background-color: #652076;
  color: #fff;
  text-align: center;
}

.p-footer__info {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-footer__menubox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}

.p-footer__menu:nth-of-type(n+2) {
  margin-top: 1rem;
}

.p-footer__menu:nth-of-type(3) {
  padding-top: 1rem;
  border-top: 1px solid #b28fba;
}

.p-footer__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__menu li a:hover {
  opacity: 0.7;
}

.p-footer__menu li a {
  font-size: 1.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-footer__menu li a {
  color: #fff;
  font-weight: 300;
  line-height: 2;
}

.p-footer__menu li:last-of-type::after {
  display: none;
}

.p-footer__menu li.p-footer__item-blank a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.p-footer__menu li.p-footer__item-blank a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.88rem;
  height: 0.88rem;
  margin-top: 0.1rem;
  margin-left: 0.3rem;
  background-image: url(assets/images/ico_blank_white.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-footer__info {
  margin-top: 4rem;
}

.p-footer__info p {
  color: #fff;
  font-size: 1.2rem;
}

.p-footer__info p {
  margin-top: 1rem;
  font-weight: 300;
}

.p-footer__info p:first-of-type {
  margin-top: 0;
}

.p-footer__info p a {
  color: #fff;
}

.p-footer__logo {
  margin-bottom: 1.5rem;
}

.p-footer__logo a {
  display: block;
}

.p-footer__logo__img {
  height: 2.2rem;
}

.p-footer__copy {
  display: block;
  margin-top: 4rem;
  padding: 1.5rem 0;
  background-color: #3b1a47;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  text-align: center;
}

.p-footer__recruit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 4rem;
}

.p-footer__recruit li a {
  display: block;
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #fff;
  border-radius: 1.6rem;
  background-color: #652076;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*
* パスワード保護
*/
.p-post_password__txt {
  font-size: 1.6rem;
}

.p-post_password__txt {
  color: #652076;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-post_password__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5rem;
}

.p-post_password__box input[type=password],
.p-post_password__box input[type=submit] {
  font-size: 1.4rem;
}

.p-post_password__box input[type=password],
.p-post_password__box input[type=submit] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0.2rem solid #652076;
  border-radius: 0.8rem;
  font-weight: 500;
}

.p-post_password__box input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 1.5rem;
  background-color: #652076;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-post_password__box input[type=submit]:hover {
  background-color: #fff;
  color: #652076;
}

/*
* main
*/
main {
  z-index: 0;
  position: relative;
}

.is-sp main {
  margin-top: 8.8rem;
}

.is-tablet main {
  margin-top: 8rem;
}

.is-pc main {
  margin-top: 7.6rem;
}

.underlayer main {
  padding-bottom: 6rem;
}

/*
* 404（notfound）
*/
.notfound .not01__txt {
  margin-top: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.notfound .not01__txt:first-of-type {
  margin-top: 0;
}

.notfound .not01__btn {
  margin-top: 2rem;
}

/*
* idx：TOPページ
*/
.front-page .p-idxmv {
  z-index: 0;
  position: relative;
}

.front-page .p-idxmv__img {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.front-page .p-idxmv__img img {
  display: block;
}

.front-page .p-idxmv__box a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idxmv__box a:hover {
  opacity: 0.7;
}

.front-page .p-idxmv__box a img {
  display: block;
  max-width: 100%;
  height: 66rem;
  max-height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-page .p-idxmv__box .slick-arrow:before {
  content: "" !important;
}

.front-page .p-idxmv__box {
  /*--スライダーの位置とサイズ調整--*/
}

.front-page .p-idxmv__box .slider {
  width: 70%;
  margin: 0 auto;
}

.front-page .p-idxmv__box {
  /*-----------height調整----------*/
}

.front-page .p-idxmv__box .slick-slide {
  height: auto !important;
}

.front-page .p-idxmv__box {
  /*-----------矢印表示----------*/
}

.front-page .p-idxmv__box .slick-next {
  right: 0 !important;
}

.front-page .p-idxmv__box .slick-prev {
  left: 0 !important;
}

.front-page .p-idxmv__box .slick-arrow {
  z-index: 2 !important;
}

.front-page .p-idxmv__box .slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  content: "" !important;
}

.front-page .p-idxmv__box .slick-next:before,
.front-page .p-idxmv__box .slick-prev:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-size: contain !important;
}

.front-page .p-idxmv__box .slick-next:before {
  right: 1.5rem;
  left: inherit;
  background-image: url(assets/images/voi_ico_arrow-r.png) !important;
}

.front-page .p-idxmv__box .slick-prev:before {
  right: inherit;
  left: 1.5rem;
  background-image: url(assets/images/voi_ico_arrow-l.png) !important;
  background-size: contain !important;
}

.front-page .p-idx__emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.front-page .p-idx__emergency__outline {
  display: none;
}

.front-page .p-idx__emergency__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.front-page .p-idx__emergency__link:nth-of-type(n+2) {
  margin-top: 2rem;
}

.front-page .p-idx__emergency__link::after {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx__emergency__link a {
  display: block;
  z-index: 1;
  position: relative;
  padding-right: 2rem;
  background-color: #e71f19;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx__emergency__link a:hover {
  color: #f4c4ad;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.front-page .p-idx__emergency__link a span {
  color: #fff;
  -webkit-animation: blinking 0.8s ease-in-out infinite alternate;
  animation: blinking 0.8s ease-in-out infinite alternate;
}

.front-page .p-idx01 {
  margin-right: 2%;
  margin-left: 2%;
}

.front-page .p-idx01 h2 {
  color: #652076;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.front-page .p-idx01__outline {
  padding-top: 4rem;
}

.front-page .p-idx01__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}

.front-page .p-idx01__nav-event_news,
.front-page .p-idx01__nav-club_news,
.front-page .p-idx01__nav-admissions_news,
.front-page .p-idx01__nav-member_news,
.front-page .p-idx01__nav-sv_news,
.front-page .p-idx01__nav-recruit_news,
.front-page .p-idx01__nav-activities_news,
.front-page .p-idx01__nav-emergency,
.front-page .p-idx01__nav-outline_news,
.front-page .p-idx01__nav-news {
  margin-top: 0;
}

.front-page .p-idx01__nav-event_news::after {
  background-color: #87bd42;
}

.front-page .p-idx01__nav-event_news:hover {
  background-color: #87bd42;
}

.front-page .p-idx01__nav-news::after {
  background-color: #652076;
}

.front-page .p-idx01__nav-news:hover {
  background-color: #652076;
}

.front-page .p-idx01__nav-club_news::after {
  background-color: #076baf;
}

.front-page .p-idx01__nav-club_news:hover {
  background-color: #076baf;
}

.front-page .p-idx01__nav-admissions_news::after {
  background-color: #87bd42;
}

.front-page .p-idx01__nav-admissions_news:hover {
  background-color: #87bd42;
}

.front-page .p-idx01__nav-member_news::after {
  background-color: #f19dae;
}

.front-page .p-idx01__nav-member_news:hover {
  background-color: #f19dae;
}

.front-page .p-idx01__nav-sv_news::after {
  background-color: #71c7d5;
}

.front-page .p-idx01__nav-sv_news:hover {
  background-color: #71c7d5;
}

.front-page .p-idx01__nav-recruit_news::after {
  background-color: #7f8080;
}

.front-page .p-idx01__nav-recruit_news:hover {
  background-color: #7f8080;
}

.front-page .p-idx01__nav-activities_news::after {
  background-color: #71c7d5;
}

.front-page .p-idx01__nav-activities_news:hover {
  background-color: #71c7d5;
}

.front-page .p-idx01__nav>a {
  display: block;
  position: relative;
  width: calc(50% - 2rem);
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #231815;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__nav>a:hover {
  color: #fff;
}

.front-page .p-idx01__nav>a::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__box {
  position: relative;
  padding-bottom: 4rem;
}

.front-page .p-idx01__box::after {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#652076), color-stop(50%, #652076), color-stop(50%, #b2b2b2), to(#b2b2b2));
  background: linear-gradient(90deg, #652076 0%, #652076 50%, #b2b2b2 50%, #b2b2b2 100%);
  content: "";
}

.front-page .p-idx01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}

.front-page .p-idx01__list .slick-slide {
  margin-right: 1rem;
  margin-left: 1rem;
}

.front-page .p-idx01__list .slick-dots li button::before {
  color: #652076;
  font-size: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__list .slick-prev,
.front-page .p-idx01__list .slick-next {
  z-index: 2;
  top: calc(37.5% - 1.2rem);
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.front-page .p-idx01__list .slick-prev:hover::before,
.front-page .p-idx01__list .slick-next:hover::before {
  opacity: 0.75;
}

.front-page .p-idx01__list .slick-prev::before,
.front-page .p-idx01__list .slick-next::before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__list .slick-prev {
  left: -1%;
}

.front-page .p-idx01__list .slick-prev::before {
  background-image: url(assets/images/slide_ico_arrow2-l.svg);
}

.front-page .p-idx01__list .slick-next {
  right: -1%;
}

.front-page .p-idx01__list .slick-next::before {
  background-image: url(assets/images/slide_ico_arrow2-r.svg);
}

.front-page .p-idx01__item {
  width: calc(50% - 1rem);
  margin-top: 2rem;
}

.front-page .p-idx01__item:nth-of-type(1),
.front-page .p-idx01__item:nth-of-type(2) {
  margin-top: 0;
}

.front-page .p-idx01__item>a:hover {
  opacity: 0.7;
}

.front-page .p-idx01__item>a {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__item>a:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.front-page .p-idx01__item img {
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-page .p-idx01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  margin: auto;
  padding: 1rem 0;
  background-color: #d5c4d9;
  color: #652076;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__btn:hover {
  background-color: #652076;
  color: #fff;
}

.front-page .p-idx01__txtbox {
  margin-top: 0.5rem;
}

.front-page .p-idx01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}

.front-page .p-idx01__cat,
.front-page .p-idx01__cat-event_news,
.front-page .p-idx01__cat-club_news,
.front-page .p-idx01__cat-admissions_news,
.front-page .p-idx01__cat-member_news,
.front-page .p-idx01__cat-sv_news,
.front-page .p-idx01__cat-recruit_news,
.front-page .p-idx01__cat-activities_news,
.front-page .p-idx01__cat-emergency,
.front-page .p-idx01__cat-outline_news,
.front-page .p-idx01__cat-news {
  font-size: 1.2rem;
}

.front-page .p-idx01__cat,
.front-page .p-idx01__cat-event_news,
.front-page .p-idx01__cat-club_news,
.front-page .p-idx01__cat-admissions_news,
.front-page .p-idx01__cat-member_news,
.front-page .p-idx01__cat-sv_news,
.front-page .p-idx01__cat-recruit_news,
.front-page .p-idx01__cat-activities_news,
.front-page .p-idx01__cat-emergency,
.front-page .p-idx01__cat-outline_news,
.front-page .p-idx01__cat-news {
  margin-right: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.front-page .p-idx01__cat-event_news {
  color: #87bd42;
}

.front-page .p-idx01__cat-club_news {
  color: #076baf;
}

.front-page .p-idx01__cat-admissions_news {
  color: #87bd42;
}

.front-page .p-idx01__cat-member_news {
  color: #f19dae;
}

.front-page .p-idx01__cat-sv_news {
  color: #71c7d5;
}

.front-page .p-idx01__cat-recruit_news {
  color: #7f8080;
}

.front-page .p-idx01__cat-activities_news {
  color: #71c7d5;
}

.front-page .p-idx01__cat-emergency {
  color: #e71f19;
}

.front-page .p-idx01__cat-outline_news {
  color: #652076;
}

.front-page .p-idx01__cat-news {
  color: #652076;
}

.front-page .p-idx01__date {
  font-size: 1.2rem;
}

.front-page .p-idx01__date {
  display: block;
  color: #231815;
  font-weight: 500;
}

.front-page .p-idx01__ttl {
  font-size: 1.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx01__ttl {
  margin-top: 0.5rem;
  color: #231815;
  font-weight: 500;
  line-height: 1.5;
}

.front-page .p-idx02 {
  position: relative;
  padding-bottom: 4rem;
}

.front-page .p-idx02::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  height: 0.4rem;
  margin-top: 4rem;
  margin-right: 5%;
  margin-left: 5%;
  background: -webkit-gradient(linear, left top, right top, from(#652076), color-stop(50%, #652076), color-stop(50%, #b2b2b2), to(#b2b2b2));
  background: linear-gradient(90deg, #652076 0%, #652076 50%, #b2b2b2 50%, #b2b2b2 100%);
  content: "";
}

.front-page .p-idx02__outline {
  padding-top: 4rem;
}

.front-page .p-idx02__ttl {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.front-page .p-idx02__txtbox {
  margin-top: 3rem;
  margin-right: 5%;
  margin-left: 5%;
}

.front-page .p-idx02__subttl {
  margin-bottom: 3rem;
  color: #652076;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
}

.front-page .p-idx02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}

.front-page .p-idx02__card {
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx02__card:hover {
  background-color: #7aaed7;
}

.front-page .p-idx02__card a:hover .c-card01__subttl {
  color: #fff;
}

.front-page .p-idx02__card a:hover .c-card01__subttl span {
  color: #fff;
}

.front-page .p-idx02__card a:hover .c-card01__subttl::before {
  border-top: 0.13em solid #fff;
  border-right: 0.13em solid #fff;
}

.front-page .p-idx02__card a:hover .c-card01__subttl::after {
  background-color: #fff;
}

.front-page .p-idx02__card a:hover .c-card01__ttl {
  color: #fff;
}

.front-page .p-idx02__link {
  display: none;
}

.front-page .p-idx02__thumb {
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-page .p-idx02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-right: 6%;
  margin-left: 6%;
  gap: 1.5rem 0;
}

.front-page .p-idx02__item {
  width: calc(50% - 1rem);
}

.front-page .p-idx02__item a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx02__item a:hover {
  opacity: 0.7;
}

.front-page .p-idx02__item-ttl {
  display: none;
}

.front-page .p-idx02__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27rem;
  margin: 2rem auto 0;
  padding: 1rem 0;
  background-color: #eee8f1;
  color: #652076;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx02__item-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.front-page .p-idx02__item-link svg {
  display: none;
  width: 100%;
}

.front-page .p-idx02__item-link:hover {
  background-color: #652076;
  color: #fff;
}

.front-page .p-idx02__txt {
  font-size: 1rem;
}

.front-page .p-idx02__txt {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.6rem;
  background: rgba(101, 32, 118, 0.8);
  color: #fff;
  font-weight: 500;
}

.front-page .p-idx02__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 9rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.7rem 3rem 0.5rem 1.5rem;
  border: 1px solid #652076;
  border-radius: 10rem;
  background-color: #fff;
  color: #652076;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.8px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx02__link:hover {
  background-color: #652076;
  color: #fff;
}

.front-page .p-idx02__link:hover::after {
  background-image: url(assets/images/arrow_beside_short_wh.svg);
}

.front-page .p-idx02__link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 0.6rem;
  margin: auto;
  background-image: url(assets/images/arrow_beside_short_pu.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx03__card {
  margin-top: 3.5rem;
}

.front-page .p-idx03__banner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx03__banner:hover {
  opacity: 0.7;
}

.front-page .p-idx06,
.front-page .p-idx08 {
  width: min(80%, 88rem);
  margin-right: auto;
  margin-left: auto;
}

.front-page .p-idx06__slide .slick-dots,
.front-page .p-idx08__slide .slick-dots {
  bottom: -3rem;
}

.front-page .p-idx06__slide ul li a,
.front-page .p-idx08__slide ul li a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx06__slide ul li a:hover,
.front-page .p-idx08__slide ul li a:hover {
  opacity: 0.7;
}

.front-page .p-idx06__slide .slick-slide div li a img,
.front-page .p-idx08__slide .slick-slide div li a img {
  border: 1px solid rgba(0, 0, 0, 0.6705882353);
}

.front-page .p-idx06__slide .slick-dots li button::before,
.front-page .p-idx08__slide .slick-dots li button::before {
  color: #652076;
  font-size: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx06__slide .slick-prev,
.front-page .p-idx06__slide .slick-next,
.front-page .p-idx08__slide .slick-prev,
.front-page .p-idx08__slide .slick-next {
  width: 2.4rem;
  height: 2.4rem;
  opacity: 0.7;
}

.front-page .p-idx06__slide .slick-prev:hover::before,
.front-page .p-idx06__slide .slick-next:hover::before,
.front-page .p-idx08__slide .slick-prev:hover::before,
.front-page .p-idx08__slide .slick-next:hover::before {
  opacity: 0.75;
}

.front-page .p-idx06__slide .slick-prev::before,
.front-page .p-idx06__slide .slick-next::before,
.front-page .p-idx08__slide .slick-prev::before,
.front-page .p-idx08__slide .slick-next::before {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx06__slide .slick-prev,
.front-page .p-idx08__slide .slick-prev {
  left: -10%;
}

.front-page .p-idx06__slide .slick-prev::before,
.front-page .p-idx08__slide .slick-prev::before {
  background-image: url(assets/images/slide_ico_arrow1-l.svg);
}

.front-page .p-idx06__slide .slick-next,
.front-page .p-idx08__slide .slick-next {
  right: -10%;
}

.front-page .p-idx06__slide .slick-next::before,
.front-page .p-idx08__slide .slick-next::before {
  background-image: url(assets/images/slide_ico_arrow1-r.svg);
}

.front-page .p-idx06 {
  margin-top: 2rem;
}

.front-page .p-idx08 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.front-page .p-idx07 {
  width: min(100%, 84rem);
  margin-right: auto;
  margin-left: auto;
}

.front-page .p-idx07__outline {
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgb(239, 232, 241);
}

.front-page .p-idx07 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  gap: 1.5rem 0;
}

.front-page .p-idx07 ul li {
  width: 100%;
}

.front-page .p-idx07 ul li a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.front-page .p-idx07 ul li a:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.front-page .p-clbox__outline,
.front-page .p-clbox__outline-lightblue,
.front-page .p-clbox__outline-green,
.front-page .p-clbox__outline-pink,
.front-page .p-clbox__outline-yellow,
.front-page .p-clbox__outline-orange,
.front-page .p-clbox__outline-purple {
  padding: 3rem 8%;
  border-width: 0.3rem;
  border-style: solid;
  background-color: #fff;
}

.front-page .p-clbox__outline-lightblue {
  border-color: #71c7d5;
}

.front-page .p-clbox__outline-green {
  border-color: #11a196;
}

.front-page .p-clbox__outline-pink {
  border-color: #e3aece;
}

.front-page .p-clbox__outline-yellow {
  border-color: #f1ab3e;
}

.front-page .p-clbox__outline-orange {
  border-color: #e06b5b;
}

.front-page .p-clbox__outline-purple {
  border-color: #9f73a3;
}

.front-page .p-clbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.front-page .p-clbox__category,
.front-page .p-clbox__category-lightblue,
.front-page .p-clbox__category-green,
.front-page .p-clbox__category-pink,
.front-page .p-clbox__category-yellow,
.front-page .p-clbox__category-orange,
.front-page .p-clbox__category-purple {
  width: 10rem;
  padding: 0.5rem 0rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.front-page .p-clbox__category-lightblue {
  background-color: #71c7d5;
}

.front-page .p-clbox__category-green {
  background-color: #11a196;
}

.front-page .p-clbox__category-pink {
  background-color: #e3aece;
}

.front-page .p-clbox__category-yellow {
  background-color: #f1ab3e;
}

.front-page .p-clbox__category-orange {
  background-color: #e06b5b;
}

.front-page .p-clbox__category-purple {
  background-color: #9f73a3;
}

.front-page .p-clbox__txtbox__ttl,
.front-page .p-clbox__txtbox__ttl-lightblue,
.front-page .p-clbox__txtbox__ttl-green,
.front-page .p-clbox__txtbox__ttl-pink,
.front-page .p-clbox__txtbox__ttl-yellow,
.front-page .p-clbox__txtbox__ttl-orange,
.front-page .p-clbox__txtbox__ttl-purple {
  font-size: 1.6rem;
}

.front-page .p-clbox__txtbox__ttl,
.front-page .p-clbox__txtbox__ttl-lightblue,
.front-page .p-clbox__txtbox__ttl-green,
.front-page .p-clbox__txtbox__ttl-pink,
.front-page .p-clbox__txtbox__ttl-yellow,
.front-page .p-clbox__txtbox__ttl-orange,
.front-page .p-clbox__txtbox__ttl-purple {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.front-page .p-clbox__txtbox__ttl-lightblue {
  color: #71c7d5;
}

.front-page .p-clbox__txtbox__ttl-green {
  color: #11a196;
}

.front-page .p-clbox__txtbox__ttl-pink {
  color: #e3aece;
}

.front-page .p-clbox__txtbox__ttl-yellow {
  color: #f1ab3e;
}

.front-page .p-clbox__txtbox__ttl-orange {
  color: #e06b5b;
}

.front-page .p-clbox__txtbox__ttl-purple {
  color: #9f73a3;
}

.front-page .p-clbox__txtbox__txt {
  margin-top: 2rem;
  color: #231815;
}

.front-page .p-clbox__comment,
.front-page .p-clbox__comment-lightblue,
.front-page .p-clbox__comment-green,
.front-page .p-clbox__comment-yellow,
.front-page .p-clbox__comment-pink,
.front-page .p-clbox__comment-orange,
.front-page .p-clbox__comment-purple {
  height: 15rem;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-right: 1rem;
  overflow-y: scroll;
  border-top-width: 0.1rem;
  border-style: dashed;
  font-size: 1.4rem;
  line-height: 1.5;
}

.front-page .p-clbox__comment-lightblue {
  border-color: #71c7d5;
}

.front-page .p-clbox__comment-green {
  border-color: #11a196;
}

.front-page .p-clbox__comment-pink {
  border-color: #e3aece;
}

.front-page .p-clbox__comment-yellow {
  border-color: #f1ab3e;
}

.front-page .p-clbox__comment-orange {
  border-color: #e06b5b;
}

.front-page .p-clbox__comment-purple {
  border-color: #9f73a3;
}

.front-page .p-clbox__img {
  width: 10rem;
}

.front-page #colorbox {
  overflow: initial !important;
}

.front-page #cboxNext,
.front-page #cboxPrevious,
.front-page #cboxClose {
  position: absolute;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.front-page #cboxNext,
.front-page #cboxPrevious {
  z-index: 99;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.front-page #colorbox,
.front-page #cboxOverlay,
.front-page #cboxWrapper {
  overflow: initial !important;
}

.front-page #cboxNext {
  right: 0;
  right: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-r.png);
}

.front-page #cboxPrevious {
  left: 0;
  left: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-l.png);
}

.front-page #cboxClose {
  display: block;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(assets/images/voi_ico_close.png);
}

/*
* 下層ページ共通
*/
.underlayer__mv,
.underlayer__mv__sv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25rem;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}

.underlayer__mv__sv {
  background-position: 50% 100%;
}

.underlayer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  padding: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.8)), color-stop(85%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0));
}

.underlayer__ttl {
  font-size: 3.2rem;
}

.underlayer__ttl {
  position: relative;
  color: #231815;
  font-style: italic;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.18rem;
  text-align: center;
}

.underlayer__ttl::after {
  display: block;
  position: absolute;
  bottom: -0.4rem;
  left: 5rem;
  width: calc(100% - 6rem);
  height: 0.3rem;
  background-color: #652076;
  content: "";
}

.underlayer__subttl {
  margin-top: 1.3rem;
  font-size: 1.2rem;
  text-align: center;
}

/*
* FOUNDER：校祖・新島襄
*/
.founder .fou__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.founder .fou__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2rem 2rem;
}

.founder .fou__card::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ded0e1;
  content: "";
}

.founder .fou__card__img {
  z-index: 1;
  width: 70%;
  margin: auto;
}

.founder .fou__card__inner {
  z-index: 1;
  margin-top: 2rem;
}

.founder .fou__card__ttl {
  color: #652076;
  font-weight: 700;
}

.founder .fou__card__txt {
  margin-top: 1rem;
  line-height: 1.5;
}

.founder .fou01__outline {
  margin-right: 2rem;
  margin-left: 2rem;
}

.founder .fou01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.founder .fou01__txt {
  margin-top: 3rem;
  line-height: 1.7;
}

.founder .fou02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.founder .fou02__outline {
  margin-top: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.founder .fou02__box {
  margin-top: 4rem;
}

.founder .fou02__box:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}

.founder .fou02__box:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.founder .fou02__box:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.founder .fou02__ttl {
  font-size: 1.5rem;
}

.founder .fou02__ttl {
  color: #652076;
  font-weight: 700;
  line-height: 1.4;
}

.founder .fou02__txt {
  font-size: 1.3rem;
}

.founder .fou02__txt {
  margin-top: 1rem;
  line-height: 1.7;
}

.founder .fou02__card {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3rem;
}

.founder .fou03__outline {
  margin-top: 3rem;
}

.founder .fou03__card {
  margin-top: 4rem;
}

.founder .fou03__card:first-of-type {
  margin-top: 0;
}

.founder .fou04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4rem 2rem;
}

.founder .fou04__outline {
  margin-top: 4rem;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #ded0e1;
}

.founder .fou04__lead {
  margin-top: 3rem;
  color: #652076;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.founder .fou04__box {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #652076;
}

.founder .fou04__box__txt {
  line-height: 1.7;
  text-align: justify;
}

.founder .fou04__box__list {
  margin-top: 3rem;
}

.founder .fou04__box__item {
  position: relative;
  width: 70%;
}

.founder .fou04__box__item:first-of-type {
  z-index: 1;
}

.founder .fou04__box__item:last-of-type {
  margin-top: -6rem;
  margin-left: auto;
}

.founder .fou04__box__item:last-of-type img {
  border: none;
}

.founder .fou04__box__img {
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-style: solid;
  border-color: #fff;
}

.founder .fou04__box__caption {
  margin-top: 1.5rem;
  color: #652076;
  font-weight: 500;
  font-size: 1.4rem;
}

/*
* FILE：届出書類
*/
.file .p-fil__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.file .p-fil01__box {
  margin-top: 4.5em;
}

.file .p-fil01__box:first-of-type {
  margin-top: 0;
}

.file .p-fil01__txt {
  margin-top: 3rem;
  line-height: 1.5;
}

.file .p-fil01__btn {
  margin-top: 2rem;
  line-height: 1.5;
}

.file .p-fil02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.file .p-fil02__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.file .p-fil02__link:hover {
  opacity: 0.7;
}

.file .p-fil02__link {
  width: 46.7%;
}

.file .p-fil02__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*
* スクールポリシー（SCHOOLPOLICY）
*/
.schoolpolicy .sch__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.schoolpolicy .sch01__lead {
  line-height: 1.7;
}

.schoolpolicy .sch01__box {
  margin-top: 5rem;
}

.schoolpolicy .sch01__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.schoolpolicy .sch01__ttl span {
  font-size: 1.5rem;
}

.schoolpolicy .sch01__ttl span {
  margin-top: 1rem;
  font-weight: 400;
}

.schoolpolicy .sch01__list {
  margin-top: 2rem;
}

.schoolpolicy .sch01__list>li {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.2em;
  line-height: 1.5;
  text-indent: 0em;
}

.schoolpolicy .sch01__list>li:first-of-type {
  margin-top: 0;
}

.schoolpolicy .sch01__list>li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #652076;
  content: "";
}

.schoolpolicy .sch01__doc {
  margin-top: 2rem;
}

.schoolpolicy .sch01__doc>dt {
  margin-top: 2rem;
  color: #652076;
  font-weight: 500;
}

.schoolpolicy .sch01__doc>dd {
  margin-top: 1rem;
  line-height: 1.5;
}

/*
* 情報公開（DISCLOSURE）
*/
.disclosure .dis__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.disclosure .dis01__sec {
  margin-top: 3rem;
}

.disclosure .dis01__sec:first-of-type {
  margin-top: 0;
}

.disclosure .dis01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.disclosure .dis01__box {
  margin-top: 1rem;
  padding: 2rem 1.6rem;
  border: 1px solid #652076;
  background-color: #eee8f1;
}

.disclosure .dis01__box:first-of-type {
  margin-top: 1.5rem;
}

.disclosure .dis01__subttl {
  color: #652076;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.disclosure .dis01__subttl {
  position: relative;
  background-color: #eee8f1;
}

.disclosure .dis01__subttl.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.disclosure .dis01__subttl::after,
.disclosure .dis01__subttl::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.disclosure .dis01__subttl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.disclosure .dis01__list {
  display: none;
  margin-top: 2rem;
}

.disclosure .dis01__item {
  margin-top: 1rem;
}

.disclosure .dis01__item:first-of-type {
  margin-top: 0;
}

.disclosure .dis01__item>a {
  line-height: 1.5;
}

.disclosure .dis01__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.disclosure .dis01__note__img {
  width: 46.7%;
}

.disclosure .dis01__note__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.disclosure .dis02__sec {
  margin-top: 4rem;
}

.disclosure .dis02__btn {
  margin-top: 1rem;
}

.disclosure .dis02__btn:first-of-type {
  margin-top: 0;
}

.disclosure .dis03__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.disclosure .dis03__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.disclosure .dis03__link:hover {
  opacity: 0.7;
}

.disclosure .dis03__link {
  width: 46.7%;
}

.disclosure .dis03__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*
* よくあるご質問（FAQ）
*/
.faq .faq__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.faq .faq01__box {
  margin-top: 1rem;
}

.faq .faq01__box:first-of-type {
  margin-top: 0;
}

.faq .faq01__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq .faq01__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2.3rem 4rem 2.1rem 5rem;
  background-color: #ded0e1;
  color: #231815;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Overpass", sans-serif;
}

.faq .faq01__question.active {
  background-color: #652076;
  color: #ccc;
}

.faq .faq01__question.active::after,
.faq .faq01__question.active::before {
  background-color: #fff;
}

.faq .faq01__question.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.faq .faq01__question.active .faq01__question__ttl {
  color: #fff;
}

.faq .faq01__question.active .faq01__question__ttl::before {
  color: #fff;
}

.faq .faq01__question::after,
.faq .faq01__question::before {
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 1.7rem;
  height: 0.2rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq .faq01__question::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq .faq01__question__ttl::before {
  font-size: 2.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq .faq01__question__ttl::before {
  display: block;
  position: absolute;
  top: 1.4rem;
  bottom: 0;
  left: 1.2rem;
  margin: auto;
  content: "Q";
  color: #652076;
  font-weight: 700;
  font-size: 2.4rem;
}

.faq .faq01__answer {
  display: none;
  position: relative;
  width: 100%;
  padding: 3rem 2rem 3rem 6rem;
  border-bottom: 1px solid #652076;
  color: #231815;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 1 linear;
  transition: all 1 linear;
}

.faq .faq01__answer.show {
  opacity: 1;
}

.faq .faq01__answer__ttl {
  color: #652076;
  font-size: 1.4rem;
}

.faq .faq01__answer__ttl {
  font-weight: 500;
}

.faq .faq01__answer__ttl::before {
  font-size: 2.4rem;
}

.faq .faq01__answer__ttl::before {
  display: block;
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 1.2rem;
  margin: auto;
  content: "A";
  color: #652076;
  font-weight: 700;
}

.faq .faq01__answer__txt {
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

/*
* 学校紹介ビデオ（MOVIE）
*/
.movie .mov__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.movie .mov__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.movie .mov__item {
  margin-top: 4rem;
}

.movie .mov__item:first-of-type {
  margin-top: 0;
}

.movie .mov__iframe {
  border: 1px solid #231815;
}

.movie .mov__txt {
  margin-top: 2rem;
  font-style: 1.4rem;
  text-align: center;
}

/*
* オープンキャンパス・入試説明会（EVENT）
*/
.event .eve__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.event .eve01__box {
  margin-top: 2rem;
  padding: 2rem 1rem;
  background-color: #ded0e1;
}

.event .eve01__datebox__freetxt {
  color: #652076;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}

.event .eve01__datebox__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event .eve01__datebox__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
  color: #652076;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
}

.event .eve01__datebox__year::after {
  display: block;
  content: ".";
}

.event .eve01__datebox__days {
  color: #652076;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Overpass", sans-serif;
}

.event .eve01__datebox__week {
  font-weight: 500;
  font-size: 1.6rem;
}

.event .eve01__datebox__label {
  padding: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.event .eve01__datebox__label--cancel {
  border: 1px solid #e71f19;
  background-color: #e71f19;
  color: #fff;
}

.event .eve01__datebox__label--end {
  border: 1px solid #652076;
  background-color: #652076;
  color: #fff;
}

.event .eve01__datebox__label--preparation {
  border: 1px solid #d5da4f;
  background-color: #d5da4f;
  color: #fff;
}

.event .eve01__datebox__label--undecided {
  border: 1px solid #71c7d5;
  background-color: #71c7d5;
  color: #fff;
}

.event .eve01__datebox__label--reserve {
  position: relative;
  border: 1px solid #652076;
  background-color: #fff;
  color: #652076;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event .eve01__datebox__label--reserve::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/arrow_beside_short_pu.svg), url(assets/images/arrow_beside_short_wh.svg);
  background-position: 50% 50%;
  background-size: contain, 0 0;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event .eve01__datebox__label--reserve:hover {
  background-color: #652076;
  color: #fff;
}

.event .eve01__datebox__label--reserve:hover::after {
  right: 0.5rem;
  background-size: 0 0, contain;
}

.event .eve01__txtbox__ttl {
  font-size: 1.4rem;
  text-align: center;
}

.event .eve01__txtbox__ttl {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 2px dotted #652076;
  color: #652076;
  font-weight: 500;
  line-height: 1.5;
}

.event .eve01__txtbox__txt {
  display: none;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.event .eve01__txtbox__txt.show {
  display: block;
}

.event .eve01__txtbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.event .eve01__txtbox__item {
  width: 45%;
  margin: 0 0.5rem;
}

.event .eve01__txtbox__label,
.event .eve01__txtbox__label--cancel,
.event .eve01__txtbox__label--end,
.event .eve01__txtbox__label--preparation,
.event .eve01__txtbox__label--reserve,
.event .eve01__txtbox__label--undecided,
.event .eve01__datebox__label--cancel,
.event .eve01__datebox__label--end,
.event .eve01__datebox__label--preparation,
.event .eve01__datebox__label--reserve,
.event .eve01__datebox__label--undecided {
  padding: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.event .eve01__txtbox__label--cancel {
  border: 1px solid #e71f19;
  background-color: #e71f19;
  color: #fff;
}

.event .eve01__txtbox__label--end {
  border: 1px solid #652076;
  background-color: #652076;
  color: #fff;
}

.event .eve01__txtbox__label--preparation {
  border: 1px solid #d5da4f;
  background-color: #d5da4f;
  color: #fff;
}

.event .eve01__txtbox__label--undecided {
  border: 1px solid #71c7d5;
  background-color: #71c7d5;
  color: #fff;
}

.event .eve01__txtbox__label--reserve {
  position: relative;
  border: 1px solid #652076;
  background-color: #fff;
  color: #652076;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event .eve01__txtbox__label--reserve::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/arrow_beside_short_pu.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event .eve01__txtbox__label--reserve:hover {
  background-color: #652076;
  color: #fff;
}

.event .eve01__txtbox__label--reserve:hover::after {
  right: 0.5rem;
  background-image: url(assets/images/arrow_beside_short_wh.svg);
}

.event .eve01__txtbox__btn {
  position: relative;
  padding: 1rem;
  border: 1px solid #652076;
  border-radius: 2rem;
  background-color: #ded0e1;
  color: #652076;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.event .eve01__txtbox__btn:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.event .eve01__txtbox__btn.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.event .eve01__txtbox__btn::after,
.event .eve01__txtbox__btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: 1.1rem;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event .eve01__txtbox__btn::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
* 年間行事（SCHEDULE）
*/
.schedule .sch__mv {
  background-image: url(assets/images/sv__mainimg.jpg);
}

.schedule .sch01 {
  margin-top: 4rem;
}

.schedule .sch01__cat {
  color: #71c7d5;
}

.schedule .sch02 {
  margin-top: 5rem;
}

.schedule .sch02__box,
.schedule .sch02__box--pink,
.schedule .sch02__box--green,
.schedule .sch02__box--orange,
.schedule .sch02__box--blue {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-width: 0.4rem;
  border-style: solid;
  border-radius: 1.6rem;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule .sch02__box:first-of-type,
.schedule .sch02__box--pink:first-of-type,
.schedule .sch02__box--green:first-of-type,
.schedule .sch02__box--orange:first-of-type,
.schedule .sch02__box--blue:first-of-type {
  margin-top: 0;
}

.schedule .sch02__box--pink {
  border-color: #f19ca6;
  background-image: url(assets/images/sch02_bg_pink.png);
}

.schedule .sch02__box--pink .sch02__ttl>h2 {
  color: #f19ca6;
}

.schedule .sch02__box--pink .sch02__ttl::after {
  background-color: #f19ca6;
}

.schedule .sch02__box--pink .sch02__item::before {
  color: #f19ca6;
}

.schedule .sch02__box--pink .sch02__item a {
  color: #f19ca6;
}

.schedule .sch02__box--green {
  border-color: #a9d06b;
  background-image: url(assets/images/sch02_bg_green.png);
}

.schedule .sch02__box--green .sch02__ttl>h2 {
  color: #a9d06b;
}

.schedule .sch02__box--green .sch02__ttl::after {
  background-color: #a9d06b;
}

.schedule .sch02__box--green .sch02__item::before {
  color: #a9d06b;
}

.schedule .sch02__box--green .sch02__item a {
  color: #a9d06b;
}

.schedule .sch02__box--orange {
  border-color: #f5a32d;
  background-image: url(assets/images/sch02_bg_orange.png);
}

.schedule .sch02__box--orange .sch02__ttl>h2 {
  color: #f5a32d;
}

.schedule .sch02__box--orange .sch02__ttl::after {
  background-color: #f5a32d;
}

.schedule .sch02__box--orange .sch02__item::before {
  color: #f5a32d;
}

.schedule .sch02__box--orange .sch02__item a {
  color: #f5a32d;
}

.schedule .sch02__box--blue {
  border-color: #62b0e3;
  background-image: url(assets/images/sch02_bg_blue.png);
}

.schedule .sch02__box--blue .sch02__ttl>h2 {
  color: #62b0e3;
}

.schedule .sch02__box--blue .sch02__ttl::after {
  background-color: #62b0e3;
}

.schedule .sch02__box--blue .sch02__item::before {
  color: #62b0e3;
}

.schedule .sch02__box--blue .sch02__item a {
  color: #62b0e3;
}

.schedule .sch02__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}

.schedule .sch02__ttl.ttl_bbnone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
  padding-bottom: 0;
}

.schedule .sch02__ttl.ttl_bbnone::after {
  display: none;
}

.schedule .sch02__ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  content: "";
}

.schedule .sch02__ttl>h2 {
  font-size: 2.1rem;
}

.schedule .sch02__ttl>h2 {
  margin-right: 0.8rem;
  font-style: italic;
  font-weight: 300;
}

.schedule .sch02__ttl div {
  font-size: 1.2rem;
}

.schedule .sch02__ttl span {
  font-size: 1.6rem;
}

.schedule .sch02__ttl span {
  font-weight: 400;
  font-family: "Overpass", sans-serif;
}

.schedule .sch02__item {
  margin-top: 0.5rem;
  margin-left: 1.4em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -0.7em;
}

.schedule .sch02__item:first-of-type {
  margin-top: 0;
}

.schedule .sch02__item::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "●";
}

.schedule .sch02__item a {
  text-decoration: underline;
}

.schedule .sch02__item a:hover {
  text-decoration: none;
}

.schedule #cboxLoadedContent {
  padding: 0;
  overflow: auto;
}

.schedule #cboxPrevious,
.schedule #cboxNext,
.schedule #cboxSlideshow,
.schedule #cboxClose,
.schedule #cboxTitle {
  top: -30px;
}

.schedule #cboxClose {
  top: 15px;
  right: 15px;
}

.schedule #colorbox,
.schedule #cboxOverlay,
.schedule #cboxWrapper {
  overflow: visible;
}

.schedule #cboxTitle {
  color: #fff;
}

.schedule #ajax-wrap {
  /* ajaxを使用する時のみ */
  margin: 20px;
}

.schedule .clbox__outline {
  padding: 2rem 1.5rem;
  border-width: 0.4rem;
  border-style: solid;
  border-radius: 1.6rem;
  border-color: #ccc;
  background: #fff;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.schedule .clbox__outline.box--pink {
  border-color: #f19ca6;
  background-image: url(assets/images/sch02_bg_pink.png);
}

.schedule .clbox__outline.box--pink .clbox__ttl {
  color: #f19ca6;
}

.schedule .clbox__outline.box--green {
  border-color: #a9d06b;
  background-image: url(assets/images/sch02_bg_green.png);
}

.schedule .clbox__outline.box--green .clbox__ttl {
  color: #a9d06b;
}

.schedule .clbox__outline.box--orange {
  border-color: #f5a32d;
  background-image: url(assets/images/sch02_bg_orange.png);
}

.schedule .clbox__outline.box--orange .clbox__ttl {
  color: #f5a32d;
}

.schedule .clbox__outline.box--blue {
  border-color: #62b0e3;
  background-image: url(assets/images/sch02_bg_blue.png);
}

.schedule .clbox__outline.box--blue .clbox__ttl {
  color: #62b0e3;
}

.schedule .clbox__img {
  width: 100%;
}

.schedule .clbox__ttl {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
}

.schedule .clbox__txt {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
}

/*
* 個人情報保護について：PRIVACY
*/
.privacy .pri__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.privacy .pri__table {
  margin-top: 3rem;
}

.privacy .pri01 a {
  color: #652076;
}

.privacy .pri01 a:hover {
  opacity: 0.7;
}

.privacy .pri01 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.privacy .pri01__txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.privacy .pri01__txt:first-of-type {
  margin-top: 0;
}

.privacy .pri01__table {
  margin-top: 3rem;
}

.privacy .pri02 a {
  color: #652076;
}

.privacy .pri02 a:hover {
  opacity: 0.7;
}

.privacy .pri02 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.privacy .pri02 {
  margin-top: 3rem;
}

.privacy .pri02__txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.privacy .pri02__table {
  margin-top: 3rem;
}

.privacy .pri03 a {
  color: #652076;
}

.privacy .pri03 a:hover {
  opacity: 0.7;
}

.privacy .pri03 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.privacy .pri03__outline {
  margin-top: 3rem;
}

.privacy .pri03__txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.privacy .pri03__table {
  margin-top: 3rem;
}

.privacy .pri04 a {
  color: #652076;
}

.privacy .pri04 a:hover {
  opacity: 0.7;
}

.privacy .pri04 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.privacy .pri04__outline {
  margin-top: 3rem;
}

.privacy .pri04__txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.privacy .pri04__table {
  margin-top: 3rem;
}

/*
* 学習内容の計画書：SYLLABUS
*/
.syllabus main {
  padding-bottom: 0;
}

.syllabus .syl__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.syllabus .syl01__txt {
  margin-top: 3rem;
  line-height: 1.5;
}

.syllabus .syl01__txt:first-of-type {
  margin-top: 0;
}

.syllabus .syl01__txt:last-of-type {
  margin-top: 1rem;
  text-align: right;
}

.syllabus .syl02__outline {
  margin-top: 4rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url(assets/images/syl02_bg.png);
  background-position: 50%;
  background-size: 47rem;
  background-repeat: repeat;
}

.syllabus .syl02__sec01 {
  margin-top: 3rem;
}

.syllabus .syl02__sec01:first-of-type {
  margin-top: 0;
}

.syllabus .syl02__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.syllabus .syl02__box {
  margin-top: 1rem;
  padding: 2rem 1.6rem;
  border: 1px solid #652076;
  background-color: #fff;
}

.syllabus .syl02__box:first-of-type {
  margin-top: 1.5rem;
}

.syllabus .syl02__subttl {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.syllabus .syl02__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  cursor: pointer;
}

.syllabus .syl02__subttl span:first-of-type {
  color: #652076;
  font-size: 1.6rem;
}

.syllabus .syl02__subttl span:first-of-type {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.18rem;
  text-align: center;
}

.syllabus .syl02__subttl span:first-of-type::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.1rem;
  left: 0;
  width: calc(75% + 0rem);
  height: 0.3rem;
  margin: auto;
  border-top: 0.2rem dotted #652076;
  content: "";
}

.syllabus .syl02__subttl span:last-of-type {
  margin-top: 1.9rem;
  color: #231815;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.syllabus .syl02__subttl.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.syllabus .syl02__subttl::after,
.syllabus .syl02__subttl::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.syllabus .syl02__subttl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.syllabus .syl02__list {
  display: none;
  margin-top: 2rem;
}

.syllabus .syl02__item {
  margin-top: 1rem;
}

.syllabus .syl02__item:first-of-type {
  margin-top: 0;
}

.syllabus .syl02__item>a {
  line-height: 1.5;
}

.syllabus .syl02__note {
  margin-top: 1rem;
  margin-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
}

/*
* お問い合わせ（CONTACT）
*/
.contact .con__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.contact .con01__ttl {
  padding: 1.2rem 0;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.contact .con01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.contact .con01__box__ttl {
  width: 100%;
  padding: 1.2rem 0;
  border: 1px solid #652076;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.contact .con01__box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

.contact .con01__box__txt01 {
  font-family: "Overpass", sans-serif;
}

.contact .con01__box__txt01 a {
  color: #652076;
  font-weight: 700;
  font-size: 3.6rem;
}

.contact .con01__box__txt01 span {
  font-size: 2.7rem;
}

.contact .con01__box__txt02 {
  margin-top: 2rem;
  color: #231815;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
}

.contact .con01__box__txt02 span {
  font-size: 1.8rem;
}

.contact .con01__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 2px solid #652076;
  border-bottom: 2px solid #652076;
}

.contact .con01__txt span {
  margin-top: 1rem;
  color: #652076;
}

.contact .con01__note {
  margin-top: 1rem;
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
}

/*
* 校長からのご挨拶：（MESSAGE）
*/
.message .mes__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.message .mes01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.message .mes01__ord01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.message .mes01__ord02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.message .mes01__ord03 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.message .mes01__ord04 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.message .mes01__ord05 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.message .mes01__ttl {
  font-size: 1.8rem;
}

.message .mes01__ttl {
  margin-bottom: 3rem;
  color: #652076;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.message .mes01__ttl:nth-of-type(2) {
  margin-top: 5rem;
}

.message .mes01__txt {
  font-size: 1.3rem;
}

.message .mes01__txt {
  color: #231815;
  line-height: 2;
}

.message .mes01__txt p {
  margin-top: 2rem;
}

.message .mes01__txt p:nth-of-type(1) {
  margin-top: 0;
}

.message .mes01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  margin-top: 7rem;
}

.message .mes01__info>img {
  -o-object-fit: cover;
  object-fit: cover;
}

.message .mes01__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.4rem solid #652076;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

.message .mes01__name span {
  font-size: 1.2rem;
}

/*
* カレッジソング（COLLEGE SONG）
*/
.song .son__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.song .son01__ttl {
  font-size: 2rem;
}

.song .son01__ttl {
  color: #652076;
  font-weight: 700;
  text-align: center;
}

.song .son01__subttl01 {
  font-size: 1.6rem;
}

.song .son01__subttl01 {
  color: #652076;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.song .son01__subttl02 {
  color: #652076;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.song .son01__box01 {
  margin-top: 3rem;
}

.song .son01__box01:nth-of-type(2) {
  margin-top: 5rem;
}

.song .son01__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3rem;
}

.song .son01__box02>a:nth-of-type(n+2) {
  margin-top: 2rem;
}

.song .son01__box03 {
  margin-top: 3rem;
}

.song .son01__box03__txt {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2;
}

.song .son01__btn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
}

.song .son01__btn:nth-of-type(2) {
  margin-top: 1.5rem;
}

.song .son01__txt01 {
  font-size: 1.5rem;
}

.song .son01__txt01 {
  margin-top: 2rem;
  color: #231815;
  font-weight: 500;
  text-align: center;
}

.song .son01__txt02 {
  font-size: 1.1rem;
}

.song .son01__txt02 {
  margin-top: 1rem;
  color: #231815;
  font-weight: 300;
  text-align: center;
}

.song .son01__txt03 {
  margin-top: 1rem;
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.song .son01__translation {
  margin-top: 4rem;
}

/*
* 学校沿革（HISTORY）
*/
.history .p-his__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.history .p-his01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history .p-his01__ttl01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.history .p-his01__txt01 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3rem;
  margin-right: 2rem;
  margin-left: 2rem;
  line-height: 1.5;
}

.history .p-his01__box01 {
  margin-top: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.history .p-his01__box01:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.history .p-his01__box01:nth-of-type(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.history .p-his01__subttl01 {
  padding: 1rem 2rem;
  background-color: #652076;
  color: #fff;
  font-size: 1.7rem;
}

.history .p-his01__subttl02 {
  color: #652076;
  font-size: 1.4rem;
}

.history .p-his01__subttl02 {
  margin-top: 1rem;
  text-align: center;
}

.history .p-his01__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

.history .p-his01__dlist>dt,
.history .p-his01__dlist>dd {
  font-size: 1.3rem;
}

.history .p-his01__dlist>dt,
.history .p-his01__dlist>dd {
  line-height: 1.5;
}

.history .p-his01__dlist>dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 8rem;
  color: #652076;
}

.history .p-his01__dlist>dd {
  width: calc(100% - 10rem);
}

.history .p-his01__box02 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 5rem;
  padding: 3rem 2rem;
  border-top: 0.1rem solid #652076;
  border-bottom: 0.1rem solid #652076;
}

.history .p-his01__ttl02 {
  color: #652076;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.history .p-his01__txt02 {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.history .p-his01__img01 {
  display: block;
  width: 11.8rem;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

/*
* 資料請求（REQUEST）
*/
.request .p-req__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.request .p-req01__txt01 {
  font-size: 1.3rem;
  text-align: center;
}

.request .p-req01__txt02 {
  font-size: 1.8rem;
  text-align: center;
}

.request .p-req01__txt02 {
  margin-top: 3rem;
  line-height: 2;
}

.request .p-req01__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.request .p-req01__link:hover {
  opacity: 0.7;
}

.request .p-req01__link {
  display: block;
  margin-top: 0.5rem;
}

.request .p-req01__txt03 {
  margin-top: 2rem;
  text-align: center;
}

/*
* 行事予定表：SCHEDULE
*/
.events-calendar .p-evca__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.events-calendar .p-evca01__box {
  margin-top: 5rem;
}

.events-calendar .p-evca01__box:nth-of-type(1) {
  margin-top: 0;
}

.events-calendar .p-evca01__ttl>h2 {
  position: relative;
  padding-bottom: 1rem;
  color: #652076;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.events-calendar .p-evca01__ttl>h2::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #652076;
  content: "";
}

.events-calendar .p-evca01__ttl>span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: center;
}

.events-calendar .p-evca01__btn {
  margin-top: 1rem;
}

.events-calendar .p-evca02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.events-calendar .p-evca02__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.events-calendar .p-evca02__link:hover {
  opacity: 0.7;
}

.events-calendar .p-evca02__link {
  width: 46.7%;
}

.events-calendar .p-evca02__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*
* キャンパス紹介：CAMPUS
*/
.intr .p-int__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.intr .p-int01__outline {
  margin-bottom: 2rem;
}

.intr .p-int01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.intr .p-int01__txt {
  margin-top: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.intr .p-int02__mainimg {
  display: none;
}

.intr .p-int02__mainimg ol li {
  position: absolute;
}

.intr .p-int02__mainimg ol li a {
  display: block;
  padding: 1rem;
  border: 2px solid #652076;
  background-color: #fff;
  color: #652076;
  font-size: 1.5rem;
  -webkit-filter: drop-shadow(3px 3px 5px rgb(80, 80, 80));
  filter: drop-shadow(3px 3px 5px rgb(80, 80, 80));
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intr .p-int02__mainimg ol li a:hover {
  border: 2px solid #652076;
  background-color: #652076;
  color: #fff;
}

.intr .p-int02__mainimg__btn01 {
  top: 33.6rem;
  left: 23.8rem;
}

.intr .p-int02__mainimg__btn02 {
  top: 7.4rem;
  left: 72.7rem;
}

.intr .p-int02__mainimg__btn03 {
  top: 32.5rem;
  left: 42.6rem;
}

.intr .p-int02__mainimg__btn04 {
  top: 58.1rem;
  left: 69.8rem;
}

.intr .p-int02__mainimg__btn05a {
  top: 54.8rem;
  left: 44.6rem;
}

.intr .p-int02__mainimg__btn05b {
  top: 65.6rem;
  left: 60.2rem;
}

.intr .p-int02__mainimg__btn06 {
  top: 17.7rem;
  left: 61.4rem;
}

.intr .p-int02__mainimg__btn07 {
  top: 18.5rem;
  left: 90.6rem;
}

.intr .p-int02__mainimg__btn08 {
  top: 16.5rem;
  left: 41.4rem;
}

.intr .p-int02__mainimg__btn09 {
  top: 16.4rem;
  left: 3rem;
}

.intr .p-int02__mainimg__btn10 {
  top: 34.1rem;
  left: 1.4rem;
}

.intr .p-int02__mainimg__btn11 {
  top: 14.3rem;
  left: 22.7rem;
}

.intr .p-int02__mainimg__btn12 {
  top: 7.3rem;
  left: 49.8rem;
}

.intr .p-int02__mainimg__btn13 {
  top: 10.2rem;
  left: 60.4rem;
}

.intr .p-int02__mainimg__btn14 {
  top: 10.7rem;
  left: 90.6rem;
}

.intr .p-int02__mainimg__btn15 {
  top: 22.8rem;
  left: 68rem;
}

.intr .p-int02__mainimg__btn16 {
  top: 6.4rem;
  left: 23.4rem;
}

.intr .p-int02__mainimg__btn17 {
  top: 35.7rem;
  left: 91.8rem;
}

.intr .p-int02__mainimg__btn18 {
  position: absolute;
  top: 57.6rem;
  left: 2.2rem;
}

.intr .p-int02__mainimg__btn18 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intr .p-int02__mainimg__btn18 a:hover {
  opacity: 0.7;
}

.intr .p-int02__mainimg__btn18 img {
  width: 54.8rem;
}

.intr .p-int02__outline {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.intr .p-int02__ttl {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intr .p-int02__ttl:hover {
  opacity: 0.7;
}

.intr .p-int02__ttl img {
  width: 100%;
}

.intr .p-int02__ttl h3 {
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
}

.intr .p-int02__ttl h3 {
  font-style: italic;
  font-weight: 900;
}

.intr .p-int02__ttl span {
  font-size: 1.4rem;
}

.intr .p-int02__ttl span {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  font-weight: 500;
}

.intr .p-int02__ttl span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #231815;
  content: "";
}

.intr .p-int02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}

.intr .p-int02__item {
  width: calc(50% - 1rem);
  margin-top: 2rem;
}

.intr .p-int02__item:nth-of-type(1),
.intr .p-int02__item:nth-of-type(2) {
  margin-top: 0;
}

.intr .p-int02__item>a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intr .p-int02__item>a:hover {
  opacity: 0.7;
}

.intr .p-int02__txt {
  margin-top: 0.5rem;
  color: #652076;
  font-weight: 500;
}

.intr #cboxLoadedContent .p-clbox__outline,
.intr #cboxLoadedContent .club .p-clbox__outline-lightblue,
.club .intr #cboxLoadedContent .p-clbox__outline-lightblue,
.intr #cboxLoadedContent .club .p-clbox__outline-green,
.club .intr #cboxLoadedContent .p-clbox__outline-green,
.intr #cboxLoadedContent .club .p-clbox__outline-pink,
.club .intr #cboxLoadedContent .p-clbox__outline-pink,
.intr #cboxLoadedContent .club .p-clbox__outline-yellow,
.club .intr #cboxLoadedContent .p-clbox__outline-yellow,
.intr #cboxLoadedContent .club .p-clbox__outline-orange,
.club .intr #cboxLoadedContent .p-clbox__outline-orange,
.intr #cboxLoadedContent .club .p-clbox__outline-purple,
.club .intr #cboxLoadedContent .p-clbox__outline-purple,
.intr #cboxLoadedContent .voice .p-clbox__outline-lightblue,
.voice .intr #cboxLoadedContent .p-clbox__outline-lightblue,
.intr #cboxLoadedContent .voice .p-clbox__outline-green,
.voice .intr #cboxLoadedContent .p-clbox__outline-green,
.intr #cboxLoadedContent .voice .p-clbox__outline-pink,
.voice .intr #cboxLoadedContent .p-clbox__outline-pink,
.intr #cboxLoadedContent .voice .p-clbox__outline-yellow,
.voice .intr #cboxLoadedContent .p-clbox__outline-yellow,
.intr #cboxLoadedContent .voice .p-clbox__outline-orange,
.voice .intr #cboxLoadedContent .p-clbox__outline-orange,
.intr #cboxLoadedContent .voice .p-clbox__outline-purple,
.voice .intr #cboxLoadedContent .p-clbox__outline-purple,
.intr #cboxLoadedContent .front-page .p-clbox__outline-lightblue,
.front-page .intr #cboxLoadedContent .p-clbox__outline-lightblue,
.intr #cboxLoadedContent .front-page .p-clbox__outline-green,
.front-page .intr #cboxLoadedContent .p-clbox__outline-green,
.intr #cboxLoadedContent .front-page .p-clbox__outline-pink,
.front-page .intr #cboxLoadedContent .p-clbox__outline-pink,
.intr #cboxLoadedContent .front-page .p-clbox__outline-yellow,
.front-page .intr #cboxLoadedContent .p-clbox__outline-yellow,
.intr #cboxLoadedContent .front-page .p-clbox__outline-orange,
.front-page .intr #cboxLoadedContent .p-clbox__outline-orange,
.intr #cboxLoadedContent .front-page .p-clbox__outline-purple,
.front-page .intr #cboxLoadedContent .p-clbox__outline-purple {
  padding: 3rem 2rem;
  border: 0.5rem solid #652076;
  background-color: #fff;
}

.intr #cboxLoadedContent .p-clbox__ttl {
  font-size: 2.4rem;
}

.intr #cboxLoadedContent .p-clbox__ttl {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  color: #652176;
  font-weight: 500;
  text-align: center;
}

.intr #cboxLoadedContent .p-clbox__ttl::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 0.2rem;
  margin: auto;
  background-color: #652076;
  content: "";
}

.intr #cboxLoadedContent .p-clbox__lead {
  font-size: 1.4rem;
}

.intr #cboxLoadedContent .p-clbox__lead {
  margin-top: 2rem;
  line-height: 1.5;
  text-align: center;
}

.intr #cboxLoadedContent .p-clbox__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intr #cboxLoadedContent .p-clbox__subttl {
  font-size: 1.4rem;
}

.intr #cboxLoadedContent .p-clbox__subttl {
  margin-top: 1rem;
  color: #652076;
  font-weight: 500;
  line-height: 1.5;
}

.intr #cboxLoadedContent .p-clbox__txt {
  font-size: 1.4rem;
}

.intr #cboxLoadedContent .p-clbox__txt {
  margin-top: 1rem;
  line-height: 1.5;
  white-space: initial;
}

.intr #cboxLoadedContent .p-clbox__scroll {
  overflow: auto;
  white-space: nowrap;
}

.intr #cboxLoadedContent .p-clbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.intr #cboxLoadedContent .p-clbox__box {
  width: 100%;
  margin-top: 3rem;
}

.intr #cboxLoadedContent .p-clbox__btn {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  text-align: center;
}

.intr #cboxLoadedContent .p-clbox__360view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0.9rem;
  border-radius: 0.8rem;
  background-color: #f18e28;
}

.intr #cboxLoadedContent .p-clbox__360view:hover {
  opacity: 0.7;
}

.intr #cboxLoadedContent .p-clbox__360view {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intr #cboxLoadedContent .p-clbox__360view img {
  height: 2rem;
}

/*
* 進路・進学：CAREER
*/
.career .p-car__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.career .p-car01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.career .p-car01__txt {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.career .p-car01__box {
  margin-top: 3rem;
}

.career .p-car01__box__ttl {
  position: relative;
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

.career .p-car01__box__ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #652076;
  content: "";
}

.career .p-car01__box__ttl span:nth-of-type(1) {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 4px;
}

.career .p-car01__box__ttl span:nth-of-type(2) {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 4px;
}

.career .p-car01__box__note {
  margin-top: 1rem;
  font-weight: 500;
  text-align: center;
}

.career .p-car01__box__num {
  font-size: 9.2rem;
}

.career .p-car01__box__num {
  margin-top: 3rem;
  color: #652076;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.career .p-car01__box__num span {
  color: #231815;
  font-size: 3.6rem;
}

.career .p-car01__box__num span {
  font-weight: 700;
}

.career .p-car02 {
  margin-top: 6rem;
}

.career .p-car02__box01 {
  margin-top: 3rem;
}

.career .p-car02__ttl {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #231815;
  color: #fff;
  font-size: 1.4rem;
}

.career .p-car02__scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}

.career .p-car02__scroll .scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}

.career .p-car02__scroll .scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.career .p-car02__scroll .scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

.career .p-car02__table {
  width: 100%;
  margin-top: 1rem;
}

.career .p-car02__table tr {
  border-bottom: 1px dashed #652076;
}

.career .p-car02__table tr:nth-of-type(2n) {
  background-color: #e4dbe8;
}

.career .p-car02__table tr:nth-of-type(1) {
  border-bottom: 1px solid #652076;
}

.career .p-car02__table tr:nth-last-child(2) {
  border-bottom: 1px dashed #fff;
}

.career .p-car02__table tr:nth-last-child(2),
.career .p-car02__table tr:last-of-type {
  background-color: #652076;
}

.career .p-car02__table tr:nth-last-child(2) td,
.career .p-car02__table tr:last-of-type td {
  border-right: 1px dashed #fff;
  color: #fff;
}

.career .p-car02__table th,
.career .p-car02__table td {
  padding: 1rem;
  border-right: 1px dashed #652076;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.career .p-car02__table td:nth-of-type(1) {
  text-align: left;
}

.career .p-car02__table td:last-of-type {
  border-right: none;
}

.career .p-car02__dlist {
  margin-top: 3rem;
  padding: 2rem 2rem;
  border: 1px solid #652076;
  background-color: #fff;
}

.career .p-car02__dlist dt {
  font-size: 1.5rem;
}

.career .p-car02__dlist dt {
  color: #652076;
  font-weight: 500;
}

.career .p-car02__dlist dd {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dotted #652076;
  font-size: 1.2rem;
  line-height: 1.5;
}

.career .p-car03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.career .p-car03 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding: 3rem 5rem 3rem 3rem;
  border: 1px solid #652076;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(238, 232, 241) 100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.career .p-car03 a:nth-of-type(1) {
  margin-top: 0;
}

.career .p-car03 a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/ico_blank_purple.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.career .p-car03 a:hover {
  background: #652076;
  color: #fff;
}

.career .p-car03 a:hover::after {
  background-image: url(assets/images/ico_blank_white.svg);
}

.career .p-car03 a:hover .p-car03__en {
  color: #fff;
}

.career .p-car03 a:hover .p-car03__ja {
  color: #fff;
}

.career .p-car03 a:hover .p-car03__ja::after {
  background-color: #fff;
}

.career .p-car03__en {
  color: #652076;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.career .p-car03__ja {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 22px;
}

.career .p-car03__ja::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  background-color: #231815;
  content: "";
}

/*
* 各種証明書：CERTIFICATE
*/
.guradutes .p-gur__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.guradutes .p-gur01__txt01 {
  margin-top: 2rem;
}

.guradutes .p-gur01__ttl02 {
  margin-top: 2rem;
}

.guradutes .p-gur01__scroll {
  margin-top: 2rem;
  overflow: auto;
  white-space: nowrap;
}

.guradutes .p-gur01__table01 {
  width: 100%;
  border-top: 0.1rem solid #652076;
  border-left: 0.1rem solid #652076;
}

.guradutes .p-gur01__table01 tr:nth-of-type(1) th:nth-of-type(1),
.guradutes .p-gur01__table01 tr:nth-of-type(1) th:last-of-type {
  border-bottom: 0.1rem solid #652076;
}

.guradutes .p-gur01__table01 tr:nth-of-type(2) th {
  border-bottom: 0.1rem solid #652076;
}

.guradutes .p-gur01__table01 tr:nth-of-type(2) th:last-of-type {
  border-right: 0.1rem dashed #652076;
}

.guradutes .p-gur01__table01 tr:last-of-type td {
  border-bottom: 0.1rem solid #652076;
}

.guradutes .p-gur01__table01 th,
.guradutes .p-gur01__table01 td {
  padding: 1rem;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.guradutes .p-gur01__table01 th {
  border-right: 0.1rem dashed #652076;
  border-bottom: 0.1rem dashed #652076;
  background-color: #ded0e1;
  color: #652076;
  font-weight: 700;
}

.guradutes .p-gur01__table01 th:last-of-type {
  border-right: 0.1rem solid #652076;
}

.guradutes .p-gur01__table01 td {
  border-right: 0.1rem dashed #652076;
  border-bottom: 0.1rem dashed #652076;
}

.guradutes .p-gur01__table01 td:last-of-type {
  border-right: 0.1rem solid #652076;
}

.guradutes .p-gur01__txt02 {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guradutes .p-gur01__txt02 span {
  text-decoration: underline;
}

.guradutes .p-gur01__txt03 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guradutes .p-gur01__table02 {
  width: 100%;
  margin-top: 2rem;
  border: 0.1rem solid #652076;
}

.guradutes .p-gur01__table02 th {
  padding: 1rem 1rem;
  border-right: 0.1rem dashed #652076;
  background-color: #ded0e1;
  color: #652076;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.guradutes .p-gur01__table02 td {
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}

.guradutes .p-gur02__outline {
  margin-top: 4rem;
}

.guradutes .p-gur02__ttl02 {
  margin-top: 2rem;
}

.guradutes .p-gur02__txt01 {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guradutes .p-gur02__olist,
.guradutes .p-gur02__olist-bt0 {
  margin-top: 3rem;
  border-top: 0.1rem solid #652076;
  border-bottom: 0.1rem solid #652076;
}

.guradutes .p-gur02__olist-bt0 {
  margin-top: 0.5rem;
  border-top: none;
}

.guradutes .p-gur02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #652076;
}

.guradutes .p-gur02__item:last-of-type {
  border-bottom: none;
}

.guradutes .p-gur02__lttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guradutes .p-gur02__icon,
.guradutes .p-gur02__icon-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 1rem 1rem;
  border-radius: 0.8rem;
  background-color: #ded0e1;
  color: #652076;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.guradutes .p-gur02__name {
  margin-left: 1rem;
  color: #652076;
  font-weight: 500;
  font-size: 1.4rem;
}

.guradutes .p-gur02__ldoc {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #ded0e1;
}

.guradutes .p-gur02__ldoc p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.guradutes .p-gur02__btn {
  font-size: 1.4rem;
}

.guradutes .p-gur03__outline {
  margin-top: 4rem;
}

.guradutes .p-gur03__ttl02 {
  margin-top: 2rem;
}

.guradutes .p-gur03__txt01,
.guradutes .p-gur03__txt02,
.guradutes .p-gur03__txt03 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.guradutes .p-gur03__txt02 a {
  color: #652076;
  text-decoration: underline;
}

.guradutes .p-gur03__txt02 a:hover {
  text-decoration: none;
}

.guradutes .p-gur03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.5rem;
}

.guradutes .p-gur03__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.guradutes .p-gur03__link:hover {
  opacity: 0.7;
}

.guradutes .p-gur03__link {
  width: 46.7%;
}

.guradutes .p-gur03__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*
* 臨時休校措置について：OFF-CLASSES
*/
.off-classes .p-ofc__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.off-classes .p-ofc__ulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.off-classes .p-ofc__ulist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3rem;
}

.off-classes .p-ofc__ulist li:nth-of-type(1) {
  margin-top: 0;
}

.off-classes .p-ofc__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 1.4rem 1rem 1rem;
  border-radius: 0.8rem;
  background-color: #ded0e1;
  color: #652076;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.off-classes .p-ofc__ldoc {
  margin-top: 1rem;
  color: #652076;
  font-size: 1.4rem;
  line-height: 1.5;
}

.off-classes .p-ofc__olist {
  list-style: none;
  /* カウンタをセット */
  counter-reset: li_count;
}

.off-classes .p-ofc__olist__item {
  margin-bottom: 1rem;
  margin-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.5em;
}

.off-classes .p-ofc__olist__item:last-of-type {
  margin-bottom: 0;
}

.off-classes .p-ofc__olist__item::before {
  margin-right: 1rem;
  content: counter(li_count) ".";
  color: #652076;
  counter-increment: li_count;
}

.off-classes .p-ofc__olist__item-sub {
  margin-bottom: 0.5rem;
  margin-left: 1.4em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.4em;
}

.off-classes .p-ofc__olist__item-sub:last-of-type {
  margin-bottom: 0;
}

.off-classes .p-ofc__note {
  margin-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.5em;
}

.off-classes .p-ofc__note::before {
  margin-right: 5px;
  content: "※";
}

.off-classes .p-ofc01__ttl01 {
  margin-top: 3rem;
}

.off-classes .p-ofc01__txt01 {
  font-size: 1.4rem;
  line-height: 1.5;
}

.off-classes .p-ofc01__ulist {
  margin-top: 2rem;
}

.off-classes .p-ofc01__olist {
  margin-top: 2rem;
}

.off-classes .p-ofc02__outline {
  margin-top: 3rem;
}

.off-classes .p-ofc02__olist {
  margin-top: 2rem;
}

.off-classes .p-ofc03__outline {
  margin-top: 3rem;
}

.off-classes .p-ofc03__olist {
  margin-top: 2rem;
}

.off-classes .p-ofc03__txt01 {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.off-classes .p-ofc04__outline {
  margin-top: 3rem;
}

.off-classes .p-ofc04__olist {
  margin-top: 2rem;
}

.off-classes .p-ofc04__txt01 {
  margin-top: 2rem;
  line-height: 1.5;
}

/*
* 紫香会：SHIKOUKAI
*/
.shikoukai .p-shi__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.shikoukai .p-shi01__txt01 {
  line-height: 1.5;
}

.shikoukai .p-shi01__txt02 {
  margin-top: 2rem;
  line-height: 1.5;
}

.shikoukai .p-shi01__ttl {
  margin-top: 4rem;
  padding: 1.2rem 0;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.shikoukai .p-shi01__ulist {
  margin-top: 2rem;
}

.shikoukai .p-shi01__ulist li {
  margin-top: 1rem;
  margin-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1.5em;
}

.shikoukai .p-shi01__ulist li:nth-of-type(1) {
  margin-top: 0.5rem;
}

.shikoukai .p-shi01__ulist li::before {
  margin-right: 0.5rem;
  content: "●";
  color: #652076;
}

.shikoukai .p-shi01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.shikoukai .p-shi01__box__ttl {
  width: 100%;
  padding: 1.2rem 0;
  border: 1px solid #652076;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.shikoukai .p-shi01__box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.shikoukai .p-shi01__box__txt01 {
  font-family: "Overpass", sans-serif;
}

.shikoukai .p-shi01__box__txt01 a {
  color: #652076;
  font-weight: 700;
  font-size: 3.6rem;
}

.shikoukai .p-shi01__box__txt01 a {
  display: block;
}

.shikoukai .p-shi01__box__txt01 span {
  font-size: 2.7rem;
}

.shikoukai .p-shi01__box__txt02 {
  margin-top: 2rem;
  color: #231815;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
}

.shikoukai .p-shi01__box__txt02 span {
  font-size: 1.8rem;
}

.shikoukai .p-shi02__outline {
  padding-bottom: 4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2rem, rgb(255, 255, 255)), color-stop(2rem, rgb(230, 221, 233)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 2rem, rgb(230, 221, 233) 2rem);
}

.shikoukai .p-shi02__ttl {
  margin-top: 4rem;
  padding: 1.2rem 0;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.shikoukai .p-shi02__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shikoukai .p-shi02__txt01 {
  margin-top: 2rem;
  line-height: 1.5;
}

.shikoukai .p-shi02__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18rem;
  margin: auto;
  margin-top: 3rem;
  padding: 0.5rem;
  background-color: #fff;
}

.shikoukai .p-shi02__name {
  font-size: 1.2rem;
}

.shikoukai .p-shi02__name {
  margin-top: 0.5rem;
  line-height: 1.5;
  text-align: center;
}

.shikoukai .p-shi02__ulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}

.shikoukai .p-shi02__ulist li {
  font-size: 1.3rem;
}

.shikoukai .p-shi02__ulist li {
  width: 50%;
  padding: 1rem 0.5rem;
  border-top: 1px solid #652076;
  border-left: 1px solid #652076;
  background-color: #fff;
  text-align: center;
}

.shikoukai .p-shi02__ulist li:nth-of-type(1) {
  background-color: #652076;
  color: #fff;
}

.shikoukai .p-shi02__ulist li:nth-of-type(1),
.shikoukai .p-shi02__ulist li:nth-of-type(2) {
  width: 50.09%;
  margin-right: auto;
  margin-left: auto;
}

.shikoukai .p-shi02__ulist li:nth-of-type(1),
.shikoukai .p-shi02__ulist li:nth-of-type(2),
.shikoukai .p-shi02__ulist li:nth-of-type(5),
.shikoukai .p-shi02__ulist li:nth-of-type(7),
.shikoukai .p-shi02__ulist li:nth-of-type(9) {
  border-right: 1px solid #652076;
}

.shikoukai .p-shi02__ulist li:nth-of-type(6),
.shikoukai .p-shi02__ulist li:nth-of-type(7),
.shikoukai .p-shi02__ulist li:nth-of-type(8),
.shikoukai .p-shi02__ulist li:nth-of-type(9) {
  border-bottom: 1px solid #652076;
}

.shikoukai .p-shi02__ulist li:nth-of-type(8) {
  border-top: none;
}

.shikoukai .p-shi02__ulist li:nth-of-type(9) {
  border-top: none;
}

.shikoukai .p-shi02__ulist li:nth-of-type(10) {
  border-top: none;
  border-right: 1px solid #652076;
  border-bottom: 1px solid #652076;
}

.shikoukai .p-shi02__ulist li.p-shi02__spacer {
  display: none;
}

.shikoukai .p-shi03__outline {
  margin-top: 4rem;
  overflow: hidden;
}

.shikoukai .p-shi03__ttl {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding: 1.2rem 0;
  border: 1px solid #652076;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.shikoukai .p-shi03__ttl::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #652076;
  content: "";
}

.shikoukai .p-shi03__list {
  margin-top: 2rem;
}

.shikoukai .p-shi03__cat {
  color: #652076;
}

/*
* 教育の特徴：EDUCATION
*/
.dk .p-dk__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.dk .p-dk01__outline {
  padding-right: 2rem;
  padding-left: 2rem;
}

.dk .p-dk01__ttl {
  font-size: 2rem;
}

.dk .p-dk01__ttl {
  color: #652076;
  font-weight: 700;
  text-align: center;
}

.dk .p-dk01__ttl-sub {
  font-size: 1.4rem;
}

.dk .p-dk01__ttl-sub {
  margin-top: 4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.dk .p-dk01__txt {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.dk .p-dk01__olist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}

.dk .p-dk01__olist li {
  position: relative;
  margin-top: 7rem;
}

.dk .p-dk01__olist li:nth-of-type(1) {
  margin-top: 0;
}

.dk .p-dk01__olist li h3 {
  font-size: 1.5rem;
}

.dk .p-dk01__olist li h3 {
  margin-top: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.dk .p-dk01__olist li h3 span.clr {
  color: #652076;
}

.dk .p-dk01__olist li h3 span.brd {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgb(212, 196, 225)), color-stop(85%, rgb(212, 196, 225)), color-stop(90%, rgb(212, 196, 225)), color-stop(90%, transparent));
  background: linear-gradient(transparent 75%, rgb(212, 196, 225) 75%, rgb(212, 196, 225) 85%, rgb(212, 196, 225) 90%, transparent 90%);
}

.dk .p-dk01__olist li p {
  margin-top: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.dk .p-dk01__olist__img01 {
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  width: 10rem;
}

.dk .p-dk02__outline {
  margin-top: 7rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url(assets/images/dk02_bg01.png);
  background-position: 60% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dk .p-dk02__lead {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.dk .p-dk02__box {
  margin-top: 3rem;
}

.dk .p-dk02__box__ttl {
  position: relative;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.dk .p-dk02__box__ttl::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  content: "";
}

.dk .p-dk02__box__ttl span:nth-of-type(1) {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 4px;
}

.dk .p-dk02__box__ttl span:nth-of-type(2) {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 4px;
}

.dk .p-dk02__box__note {
  margin-top: 1rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.dk .p-dk02__box__num {
  font-size: 10rem;
}

.dk .p-dk02__box__num {
  margin-top: 3rem;
  color: #fff;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.dk .p-dk02__box__num span {
  color: #fff;
  font-size: 6rem;
}

.dk .p-dk02__box__num span {
  font-weight: 700;
}

.dk .p-dk02__txt {
  color: #fff;
  line-height: 1.5;
}

.dk .p-dk02__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.dk .p-dk02__btnbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding: 3rem 5rem 3rem 3rem;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dk .p-dk02__btnbox a:nth-of-type(1) {
  margin-top: 0;
}

.dk .p-dk02__btnbox a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.7rem;
  margin: auto;
  background-image: url(assets/images/ico_blank_purple.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.dk .p-dk02__btnbox a:hover {
  background: #652076;
  color: #fff;
}

.dk .p-dk02__btnbox a:hover::after {
  background-image: url(assets/images/ico_blank_white.svg);
}

.dk .p-dk02__btnbox a:hover .p-dk02__btnbox__en {
  color: #fff;
}

.dk .p-dk02__btnbox a:hover .p-dk02__btnbox__en span {
  color: #fff;
}

.dk .p-dk02__btnbox a:hover .p-dk02__btnbox__ja {
  color: #fff;
}

.dk .p-dk02__btnbox a:hover .p-dk02__btnbox__ja::after {
  background-color: #fff;
}

.dk .p-dk02__btnbox__en {
  color: #999999;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.dk .p-dk02__btnbox__en span {
  color: #652076;
}

.dk .p-dk02__btnbox__ja {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 22px;
}

.dk .p-dk02__btnbox__ja::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  background-color: #231815;
  content: "";
}

.dk .p-dk02__btn {
  margin-top: 2rem;
  padding: 2rem;
}

.dk .p-dk02__btn:hover::after {
  background-image: url(assets/images/arrow_beside_short_wh.svg);
}

.dk .p-dk03__outline {
  padding-top: 4rem;
}

.dk .p-dk03__btn {
  margin-top: 2rem;
  padding: 2rem;
}

.dk .p-dk03__btn:nth-of-type(1) {
  margin-top: 0;
}

.dk .p-dk03__btn:nth-of-type(3) {
  width: 100%;
}

.dk .p-dk03__btn:hover::after {
  background-image: url(assets/images/arrow_beside_short_wh.svg);
}

/*
* このサイトについて：AGREEMENT
*/
.agreement .p-agr__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.agreement .p-agr01__ttl {
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
}

.agreement .p-agr01__txt01 {
  margin-top: 2rem;
  line-height: 1.8;
}

.agreement .p-agr01__txt02 {
  margin-left: 1em;
  line-height: 1.8;
  text-indent: -1em;
}

.agreement .p-agr01__box {
  margin-top: 4rem;
}

.agreement .p-agr01__box:nth-of-type(1) {
  margin-top: 0;
}

.agreement .p-agr01__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.agreement .p-agr01__tel__ttl {
  width: 100%;
  padding: 1.2rem 0;
  border: 1px solid #652076;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.agreement .p-agr01__tel>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.agreement .p-agr01__tel__txt01 {
  font-family: "Overpass", sans-serif;
}

.agreement .p-agr01__tel__txt01 a {
  color: #652076;
  font-weight: 700;
  font-size: 4rem;
}

.agreement .p-agr01__tel__txt01 span {
  font-size: 3rem;
}

.agreement .p-agr01__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.agreement .p-agr01__sec__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.agreement .p-agr01__sec__link:hover {
  opacity: 0.7;
}

.agreement .p-agr01__sec__link {
  width: 46.7%;
}

.agreement .p-agr01__sec__txt01 {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

/*
* サイトマップ：SITE MAP
*/
.sitemap .p-sit__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.sitemap .p-sit01__btnlist__item {
  margin-top: 1rem;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(1) {
  margin-top: 0;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(1) a {
  background-color: #bda1c1;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(1) a:hover {
  border-color: #bda1c1;
  color: #bda1c1;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(2) a {
  background-color: #d5da4f;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(2) a:hover {
  border-color: #d5da4f;
  color: #d5da4f;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(3) a {
  background-color: #7aaed7;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(3) a:hover {
  border-color: #7aaed7;
  color: #7aaed7;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(4) a {
  background-color: #e55927;
}

.sitemap .p-sit01__btnlist__item:nth-of-type(4) a:hover {
  border-color: #e55927;
  color: #e55927;
}

.sitemap .p-sit01__btnlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border: 0.2rem solid transparent;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sitemap .p-sit01__btnlist__item a:hover {
  background-color: #fff;
}

.sitemap .p-sit01__wrap {
  margin-top: 4rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.sitemap .p-sit01__box,
.sitemap .p-sit01__box-3col,
.sitemap .p-sit01__box-2col,
.sitemap .p-sit01__box-1col {
  margin-top: 4rem;
  border-top: 0.2rem solid #231815;
}

.sitemap .p-sit01__box-3col .p-sit01__box__dlist:nth-of-type(2),
.sitemap .p-sit01__box-3col .p-sit01__box__dlist-none:nth-of-type(2) {
  margin-top: 3rem;
  padding-top: 2rem;
}

.sitemap .p-sit01__box-3col .p-sit01__box__link span.min {
  font-size: 80%;
}

.sitemap .p-sit01__box__ttl {
  padding-top: 1.5rem;
  font-size: 1.6rem;
}

.sitemap .p-sit01__box__ttl {
  color: #652076;
  font-weight: 500;
}

.sitemap .p-sit01__box__dlist,
.sitemap .p-sit01__box__dlist-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 0.1rem dashed #652076;
}

.sitemap .p-sit01__box__dlist-none {
  margin-top: 0;
  border-top: none;
}

.sitemap .p-sit01__box__link {
  font-size: 1.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sitemap .p-sit01__box__link {
  margin-top: 1rem;
  color: #231815;
  font-weight: 400;
}

.sitemap .p-sit01__box__link::before {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  content: "○";
  color: #652076;
  font-size: 1.4rem;
}

.sitemap .p-sit01__box__link:hover {
  color: #652076;
}

/*
* 英語：ENGLISH
*/
.english .p-engmv__outline {
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
}

.english .p-engmv__img {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.english .p-engmv__img img {
  display: block;
}

.english .slick-dots li.slick-active button:before,
.english .slick-dots li button:before {
  color: #652076;
}

.english .p-eng01__outline,
.english .p-eng02__outline,
.english .p-eng03__outline,
.english .p-eng04__outline,
.english .p-eng05__outline,
.english .p-eng06__outline,
.english .p-eng07__outline,
.english .p-eng08__outline,
.english .p-eng09__outline {
  padding-top: 4rem;
}

.english .p-eng__ttl,
.english .p-eng__ttl-l,
.english .p-eng__ttl-c,
.english .p-eng__ttl-r {
  color: #652076;
  font-style: italic;
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "Overpass", sans-serif;
}

.english .p-eng__ttl,
.english .p-eng__ttl-l,
.english .p-eng__ttl-c,
.english .p-eng__ttl-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

.english .p-eng__ttl::after,
.english .p-eng__ttl-l::after,
.english .p-eng__ttl-c::after,
.english .p-eng__ttl-r::after {
  display: block;
  width: 9rem;
  height: 0.1rem;
  margin: 1.5rem auto 0;
  background-color: #652076;
  content: "";
}

.english .p-eng__txt {
  line-height: 1.5;
}

.english .p-eng__slick {
  margin-top: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.english .p-eng__img {
  width: calc(100% - 4rem);
  margin-top: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.english .p-eng01__txt02 {
  margin-top: 5rem;
}

.english .p-eng08__txt02 {
  padding-top: 4rem;
  line-height: 1.5;
  text-align: center;
}

/*
* 標準服：UNIFORM
*/
.uniform main {
  padding-bottom: 0;
}

.uniform .p-uni__mv {
  background-image: url(assets/images/sv__mainimg.jpg);
}

.uniform .p-uni01__txt {
  line-height: 1.7;
}

.uniform .p-uni01__img {
  display: block;
  margin-top: 3rem;
}

/*
* 中学の学び：LEARNING
*/
.jrhighschool .p-jrh__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.jrhighschool .p-jrh01__txt {
  line-height: 1.7;
}

.jrhighschool .p-jrh01__ttl {
  margin-top: 3rem;
  font-size: 2rem;
}

.jrhighschool .p-jrh01__ttl {
  color: #652076;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.jrhighschool .p-jrh01__ulist {
  margin-top: 5rem;
}

.jrhighschool .p-jrh01__ulist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jrhighschool .p-jrh01__ulist__ttl {
  font-size: 1.6rem;
}

.jrhighschool .p-jrh01__ulist__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #652076;
  font-weight: 700;
  line-height: 1.2;
}

.jrhighschool .p-jrh01__ulist__icon {
  width: 10rem;
  margin-right: 2rem;
}

.jrhighschool .p-jrh01__ulist__txt {
  line-height: 1.5;
}

.jrhighschool .p-jrh01__ulist__imgbox {
  margin-top: 3rem;
}

.jrhighschool .p-jrh01__ulist__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 1rem 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #652076;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #652076;
  line-height: 1.7;
  text-align: center;
}

.jrhighschool .p-jrh02__outline {
  margin-top: 1.5rem;
}

.jrhighschool .p-jrh02__ttl {
  font-size: 2rem;
}

.jrhighschool .p-jrh02__ttl {
  color: #040000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.jrhighschool .p-jrh02__ulist {
  margin-top: 3.5rem;
}

.jrhighschool .p-jrh02__ulist__item {
  position: relative;
  margin-top: 4rem;
  padding: 0 3rem 3rem;
  border: 1px solid #652076;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(238, 232, 241) 100%);
  text-align: center;
}

.jrhighschool .p-jrh02__ulist__item:nth-of-type(1) {
  margin-top: 0;
}

.jrhighschool .p-jrh02__ulist__item:nth-of-type(1)::before {
  content: "中学1年";
}

.jrhighschool .p-jrh02__ulist__item:nth-of-type(2)::before {
  content: "中学2年";
}

.jrhighschool .p-jrh02__ulist__item:nth-of-type(3)::before {
  content: "中学3年";
}

.jrhighschool .p-jrh02__ulist__item:nth-of-type(3)::after {
  display: none;
  background-image: none;
}

.jrhighschool .p-jrh02__ulist__item::before {
  display: inline-block;
  margin: auto;
  padding: 1rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
}

.jrhighschool .p-jrh02__ulist__item::after {
  display: block;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0, 4.5rem) rotate(90deg);
  transform: translate(0, 4.5rem) rotate(90deg);
  background-image: url(assets/images/jrh02_icon01.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.jrhighschool .p-jrh02__ulist__ttl {
  margin-top: 1rem;
  text-align: center;
}

.jrhighschool .p-jrh02__ulist__ttl h4 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 90%, #fff100 0%);
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.jrhighschool .p-jrh02__ulist__txt {
  margin-top: 2rem;
  line-height: 1.7;
  text-align: left;
}

.jrhighschool .p-jrh02__scroll {
  margin-top: 2rem;
  overflow: auto;
  white-space: nowrap;
}

.jrhighschool .p-jrh02__table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.jrhighschool .p-jrh02__table01 {
  margin-top: 4rem;
}

.jrhighschool .p-jrh02__table01__txt {
  font-size: 1.2rem;
}

.jrhighschool .p-jrh02__table01__txt {
  margin-top: 1rem;
  line-height: 1.5;
  text-align: right;
}

.jrhighschool .p-jrh02__table01 table tr {
  border-bottom: 0.1rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(1) {
  border-bottom: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(1) td:nth-of-type(1) {
  border-left: none;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(2) {
  border-bottom: none;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(3) td {
  border-top: 0.1rem dashed #652076;
}

.jrhighschool .p-jrh02__table01 table tr:nth-of-type(3) td:nth-of-type(1) {
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr:last-of-type td {
  border-bottom: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr th,
.jrhighschool .p-jrh02__table01 table tr td {
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.jrhighschool .p-jrh02__table01 table tr th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.9rem solid #231815;
  border-right: 0.1rem dashed #652076;
  background: #fff;
}

.jrhighschool .p-jrh02__table01 table tr th:last-of-type {
  border-right: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr td {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.jrhighschool .p-jrh02__table01 table tr td:nth-of-type(1) {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table01 table tr td:nth-of-type(n + 2) {
  border-right: 0.1rem dashed #652076;
}

.jrhighschool .p-jrh02__table01 table tr td:last-of-type {
  border-right: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 {
  margin-top: 4rem;
}

.jrhighschool .p-jrh02__table02 table tr {
  border-bottom: 0.1rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr:nth-of-type(1) {
  border-bottom: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr:nth-of-type(1) td:nth-of-type(1) {
  border-left: none;
}

.jrhighschool .p-jrh02__table02 table tr:nth-of-type(2) {
  border-bottom: none;
}

.jrhighschool .p-jrh02__table02 table tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr:nth-of-type(3) td {
  border-top: 0.1rem dashed #652076;
}

.jrhighschool .p-jrh02__table02 table tr:last-of-type td {
  border-bottom: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr th,
.jrhighschool .p-jrh02__table02 table tr td {
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.jrhighschool .p-jrh02__table02 table tr th {
  padding: 2rem 1.5rem;
  border-top: 0.9rem solid #231815;
  border-right: 0.1rem dashed #652076;
  background: #fff;
}

.jrhighschool .p-jrh02__table02 table tr th:last-of-type {
  border-right: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr td {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.jrhighschool .p-jrh02__table02 table tr td:nth-of-type(1) {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table02 table tr td:nth-of-type(n + 2) {
  border-right: 0.1rem dashed #652076;
}

.jrhighschool .p-jrh02__table02 table tr td:last-of-type {
  border-right: 0.2rem solid #652076;
}

.jrhighschool .p-jrh02__table__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.3rem 0 0.7rem;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
}

.jrhighschool .p-jrh02__table__ttl span {
  font-size: 2.1rem;
}

.jrhighschool .p-jrh02__table__ttl span {
  margin-right: 0.5rem;
  font-style: italic;
  font-weight: 300;
  font-family: "Overpass", sans-serif;
}

.jrhighschool .p-jrh03__outline {
  margin-top: 7rem;
}

/*
* 高校の学び：LEARNING
*/
.highschool .p-hig__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.highschool .p-hig01__txt {
  line-height: 1.7;
}

.highschool .p-hig01__ttl {
  margin-top: 3rem;
  font-size: 2rem;
}

.highschool .p-hig01__ttl {
  color: #652076;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.highschool .p-hig01__ulist {
  margin-top: 5rem;
}

.highschool .p-hig01__ulist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.highschool .p-hig01__ulist__ttl {
  font-size: 1.6rem;
}

.highschool .p-hig01__ulist__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #652076;
  font-weight: 700;
  line-height: 1.2;
}

.highschool .p-hig01__ulist__icon {
  width: 10rem;
  margin-right: 2rem;
}

.highschool .p-hig01__ulist__txt {
  line-height: 1.5;
}

.highschool .p-hig01__ulist__imgbox {
  margin-top: 3rem;
}

.highschool .p-hig01__ulist__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  margin-left: 2rem;
  padding: 1rem 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #652076;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #652076;
  line-height: 1.7;
  text-align: center;
}

.highschool .p-hig02__outline {
  margin-top: 1.5rem;
}

.highschool .p-hig02__ttl {
  font-size: 2rem;
}

.highschool .p-hig02__ttl {
  color: #040000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.highschool .p-hig02__ulist {
  margin-top: 3.5rem;
}

.highschool .p-hig02__ulist__item {
  position: relative;
  margin-top: 4rem;
  padding: 0 3rem 0;
  border: 1px solid #652076;
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(238, 232, 241) 100%);
  text-align: center;
}

.highschool .p-hig02__ulist__item:nth-of-type(1) {
  margin-top: 0;
}

.highschool .p-hig02__ulist__item:nth-of-type(1)::before {
  content: "中学1年";
}

.highschool .p-hig02__ulist__item:nth-of-type(2)::before {
  content: "中学2年";
}

.highschool .p-hig02__ulist__item:nth-of-type(3)::before {
  content: "中学3年";
}

.highschool .p-hig02__ulist__item:nth-of-type(3)::after {
  background-image: none;
}

.highschool .p-hig02__ulist__item::before {
  display: inline-block;
  margin: auto;
  padding: 1rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
}

.highschool .p-hig02__ulist__item::after {
  display: block;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0, 50%) rotate(90deg);
  transform: translate(0, 50%) rotate(90deg);
  background-image: url(assets/images/jrh02_icon01.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.highschool .p-hig02__ulist__ttl {
  margin-top: 1rem;
  text-align: center;
}

.highschool .p-hig02__ulist__ttl h4 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 90%, #fff100 0%);
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.highschool .p-hig02__ulist__txt {
  margin-top: 2rem;
  line-height: 1.7;
  text-align: left;
}

.highschool .p-hig02__scroll {
  margin-top: 2rem;
  overflow: auto;
  white-space: nowrap;
}

.highschool .p-hig02__table {
  width: 100%;
  margin-top: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.highschool .p-hig02__table01 {
  margin-top: 4rem;
}

.highschool .p-hig02__table01__txt {
  font-size: 1.2rem;
}

.highschool .p-hig02__table01__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  line-height: 1.5;
}

.highschool .p-hig02__table01 table tr {
  border-bottom: 0.1rem solid #652076;
}

.highschool .p-hig02__table01 table tr:nth-of-type(1) {
  border-bottom: 0.2rem solid #652076;
}

.highschool .p-hig02__table01 table tr:nth-of-type(1) td:nth-of-type(1) {
  border-left: none;
}

.highschool .p-hig02__table01 table tr:nth-of-type(2) {
  border-bottom: none;
}

.highschool .p-hig02__table01 table tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: 0.2rem solid #652076;
}

.highschool .p-hig02__table01 table tr:nth-of-type(3) td {
  border-top: 0.1rem dashed #652076;
}

.highschool .p-hig02__table01 table tr:last-of-type td {
  border-bottom: 0.2rem solid #652076;
}

.highschool .p-hig02__table01 table tr th,
.highschool .p-hig02__table01 table tr td {
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.highschool .p-hig02__table01 table tr th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.9rem solid #231815;
  border-right: 0.1rem dashed #652076;
  background: #fff;
}

.highschool .p-hig02__table01 table tr th:last-of-type {
  border-right: 0.2rem solid #652076;
}

.highschool .p-hig02__table01 table tr td {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.highschool .p-hig02__table01 table tr td:nth-of-type(1) {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.highschool .p-hig02__table01 table tr td:nth-of-type(n + 2) {
  border-right: 0.1rem dashed #652076;
}

.highschool .p-hig02__table01 table tr td:last-of-type {
  border-right: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 {
  margin-top: 4rem;
}

.highschool .p-hig02__table02 table tr {
  border-bottom: 0.1rem solid #652076;
}

.highschool .p-hig02__table02 table tr:nth-of-type(1) {
  border-bottom: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 table tr:nth-of-type(1) td:nth-of-type(1) {
  border-left: none;
}

.highschool .p-hig02__table02 table tr:nth-of-type(2) {
  border-bottom: none;
}

.highschool .p-hig02__table02 table tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 table tr:nth-of-type(3) td {
  border-top: 0.1rem dashed #652076;
}

.highschool .p-hig02__table02 table tr:last-of-type td {
  border-bottom: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 table tr th,
.highschool .p-hig02__table02 table tr td {
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.highschool .p-hig02__table02 table tr th {
  padding: 2rem 1.5rem;
  border-top: 0.9rem solid #231815;
  border-right: 0.1rem dashed #652076;
  background: #fff;
}

.highschool .p-hig02__table02 table tr th:last-of-type {
  border-right: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 table tr td {
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.highschool .p-hig02__table02 table tr td:nth-of-type(1) {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.highschool .p-hig02__table02 table tr td:nth-of-type(n + 2) {
  border-right: 0.1rem dashed #652076;
}

.highschool .p-hig02__table02 table tr td:last-of-type {
  border-right: 0.2rem solid #652076;
}

.highschool .p-hig02__table__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.3rem 0 0.7rem;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
}

.highschool .p-hig02__table__ttl span {
  font-size: 2.1rem;
}

.highschool .p-hig02__table__ttl span {
  margin-right: 0.5rem;
  font-style: italic;
  font-weight: 300;
  font-family: "Overpass", sans-serif;
}

.highschool .p-hig02__box {
  margin-top: 2rem;
}

.highschool .p-hig02__box__item02 {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.highschool .p-hig02__box__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.highschool .p-hig03__outline {
  margin-top: 7rem;
}

/*
* 在校生 × 教員：TALK
*/
.talk01,
.talk02,
.talk03,
.talk04,
.talk05,
.talk06,
.talk07,
.talk08 {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.talk01 .p-tal__mv,
.talk02 .p-tal__mv,
.talk03 .p-tal__mv,
.talk04 .p-tal__mv,
.talk05 .p-tal__mv,
.talk06 .p-tal__mv,
.talk07 .p-tal__mv,
.talk08 .p-tal__mv {
  background-image: url(assets/images/sv__mainimg.jpg);
}

.talk01 .p-tal00,
.talk02 .p-tal00,
.talk03 .p-tal00,
.talk04 .p-tal00,
.talk05 .p-tal00,
.talk06 .p-tal00,
.talk07 .p-tal00,
.talk08 .p-tal00 {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
}

.talk01 .p-tal00 .container-box,
.talk02 .p-tal00 .container-box,
.talk03 .p-tal00 .container-box,
.talk04 .p-tal00 .container-box,
.talk05 .p-tal00 .container-box,
.talk06 .p-tal00 .container-box,
.talk07 .p-tal00 .container-box,
.talk08 .p-tal00 .container-box {
  position: relative;
  width: 100%;
  overflow: visible;
  /* ★人物 */
}

.talk01 .p-tal00 .container-box .pentagon,
.talk02 .p-tal00 .container-box .pentagon,
.talk03 .p-tal00 .container-box .pentagon,
.talk04 .p-tal00 .container-box .pentagon,
.talk05 .p-tal00 .container-box .pentagon,
.talk06 .p-tal00 .container-box .pentagon,
.talk07 .p-tal00 .container-box .pentagon,
.talk08 .p-tal00 .container-box .pentagon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 240px;
  padding: 0px 20px 0;
  overflow: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 152, 153, 0.2549019608)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(153, 152, 153, 0.2549019608), #ffffff);
}

.talk01 .p-tal00 .container-box .pentagon__inner,
.talk02 .p-tal00 .container-box .pentagon__inner,
.talk03 .p-tal00 .container-box .pentagon__inner,
.talk04 .p-tal00 .container-box .pentagon__inner,
.talk05 .p-tal00 .container-box .pentagon__inner,
.talk06 .p-tal00 .container-box .pentagon__inner,
.talk07 .p-tal00 .container-box .pentagon__inner,
.talk08 .p-tal00 .container-box .pentagon__inner {
  text-align: center;
}

.talk01 .p-tal00 .container-box .person-left,
.talk01 .p-tal00 .container-box .person-right,
.talk02 .p-tal00 .container-box .person-left,
.talk02 .p-tal00 .container-box .person-right,
.talk03 .p-tal00 .container-box .person-left,
.talk03 .p-tal00 .container-box .person-right,
.talk04 .p-tal00 .container-box .person-left,
.talk04 .p-tal00 .container-box .person-right,
.talk05 .p-tal00 .container-box .person-left,
.talk05 .p-tal00 .container-box .person-right,
.talk06 .p-tal00 .container-box .person-left,
.talk06 .p-tal00 .container-box .person-right,
.talk07 .p-tal00 .container-box .person-left,
.talk07 .p-tal00 .container-box .person-right,
.talk08 .p-tal00 .container-box .person-left,
.talk08 .p-tal00 .container-box .person-right {
  z-index: 10;
  position: absolute;
  bottom: 0;
}

.talk01 .p-tal00 .container-box .person-left img,
.talk01 .p-tal00 .container-box .person-right img,
.talk02 .p-tal00 .container-box .person-left img,
.talk02 .p-tal00 .container-box .person-right img,
.talk03 .p-tal00 .container-box .person-left img,
.talk03 .p-tal00 .container-box .person-right img,
.talk04 .p-tal00 .container-box .person-left img,
.talk04 .p-tal00 .container-box .person-right img,
.talk05 .p-tal00 .container-box .person-left img,
.talk05 .p-tal00 .container-box .person-right img,
.talk06 .p-tal00 .container-box .person-left img,
.talk06 .p-tal00 .container-box .person-right img,
.talk07 .p-tal00 .container-box .person-left img,
.talk07 .p-tal00 .container-box .person-right img,
.talk08 .p-tal00 .container-box .person-left img,
.talk08 .p-tal00 .container-box .person-right img {
  display: block;
  width: 28vw;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}

.talk01 .p-tal00 .container-box .person-left,
.talk02 .p-tal00 .container-box .person-left,
.talk03 .p-tal00 .container-box .person-left,
.talk04 .p-tal00 .container-box .person-left,
.talk05 .p-tal00 .container-box .person-left,
.talk06 .p-tal00 .container-box .person-left,
.talk07 .p-tal00 .container-box .person-left,
.talk08 .p-tal00 .container-box .person-left {
  left: 0px;
}

.talk01 .p-tal00 .container-box .person-right,
.talk02 .p-tal00 .container-box .person-right,
.talk03 .p-tal00 .container-box .person-right,
.talk04 .p-tal00 .container-box .person-right,
.talk05 .p-tal00 .container-box .person-right,
.talk06 .p-tal00 .container-box .person-right,
.talk07 .p-tal00 .container-box .person-right,
.talk08 .p-tal00 .container-box .person-right {
  right: 0px;
}

.talk01 .p-tal00 .container-box .content,
.talk02 .p-tal00 .container-box .content,
.talk03 .p-tal00 .container-box .content,
.talk04 .p-tal00 .container-box .content,
.talk05 .p-tal00 .container-box .content,
.talk06 .p-tal00 .container-box .content,
.talk07 .p-tal00 .container-box .content,
.talk08 .p-tal00 .container-box .content {
  z-index: 20;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

.talk01 .p-tal00 .container-box .title,
.talk02 .p-tal00 .container-box .title,
.talk03 .p-tal00 .container-box .title,
.talk04 .p-tal00 .container-box .title,
.talk05 .p-tal00 .container-box .title,
.talk06 .p-tal00 .container-box .title,
.talk07 .p-tal00 .container-box .title,
.talk08 .p-tal00 .container-box .title {
  color: #652076;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.35;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1px;
  text-align: center;
}

.talk01 .p-tal00 .container-box .names,
.talk02 .p-tal00 .container-box .names,
.talk03 .p-tal00 .container-box .names,
.talk04 .p-tal00 .container-box .names,
.talk05 .p-tal00 .container-box .names,
.talk06 .p-tal00 .container-box .names,
.talk07 .p-tal00 .container-box .names,
.talk08 .p-tal00 .container-box .names {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 15px;
  gap: 25px;
}

.talk01 .p-tal00 .container-box .student,
.talk01 .p-tal00 .container-box .teacher,
.talk02 .p-tal00 .container-box .student,
.talk02 .p-tal00 .container-box .teacher,
.talk03 .p-tal00 .container-box .student,
.talk03 .p-tal00 .container-box .teacher,
.talk04 .p-tal00 .container-box .student,
.talk04 .p-tal00 .container-box .teacher,
.talk05 .p-tal00 .container-box .student,
.talk05 .p-tal00 .container-box .teacher,
.talk06 .p-tal00 .container-box .student,
.talk06 .p-tal00 .container-box .teacher,
.talk07 .p-tal00 .container-box .student,
.talk07 .p-tal00 .container-box .teacher,
.talk08 .p-tal00 .container-box .student,
.talk08 .p-tal00 .container-box .teacher {
  font-size: 14px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.talk01 .p-tal00 .container-box .student,
.talk02 .p-tal00 .container-box .student,
.talk03 .p-tal00 .container-box .student,
.talk04 .p-tal00 .container-box .student,
.talk05 .p-tal00 .container-box .student,
.talk06 .p-tal00 .container-box .student,
.talk07 .p-tal00 .container-box .student,
.talk08 .p-tal00 .container-box .student {
  color: #6b2c91;
}

.talk01 .p-tal00 .container-box .cross-container,
.talk02 .p-tal00 .container-box .cross-container,
.talk03 .p-tal00 .container-box .cross-container,
.talk04 .p-tal00 .container-box .cross-container,
.talk05 .p-tal00 .container-box .cross-container,
.talk06 .p-tal00 .container-box .cross-container,
.talk07 .p-tal00 .container-box .cross-container,
.talk08 .p-tal00 .container-box .cross-container {
  position: relative;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

.talk01 .p-tal00 .container-box .cross-line1,
.talk01 .p-tal00 .container-box .cross-line2,
.talk02 .p-tal00 .container-box .cross-line1,
.talk02 .p-tal00 .container-box .cross-line2,
.talk03 .p-tal00 .container-box .cross-line1,
.talk03 .p-tal00 .container-box .cross-line2,
.talk04 .p-tal00 .container-box .cross-line1,
.talk04 .p-tal00 .container-box .cross-line2,
.talk05 .p-tal00 .container-box .cross-line1,
.talk05 .p-tal00 .container-box .cross-line2,
.talk06 .p-tal00 .container-box .cross-line1,
.talk06 .p-tal00 .container-box .cross-line2,
.talk07 .p-tal00 .container-box .cross-line1,
.talk07 .p-tal00 .container-box .cross-line2,
.talk08 .p-tal00 .container-box .cross-line1,
.talk08 .p-tal00 .container-box .cross-line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: rgba(171, 83, 155, 0.5294117647);
}

.talk01 .p-tal00 .container-box .cross-line1,
.talk02 .p-tal00 .container-box .cross-line1,
.talk03 .p-tal00 .container-box .cross-line1,
.talk04 .p-tal00 .container-box .cross-line1,
.talk05 .p-tal00 .container-box .cross-line1,
.talk06 .p-tal00 .container-box .cross-line1,
.talk07 .p-tal00 .container-box .cross-line1,
.talk08 .p-tal00 .container-box .cross-line1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.talk01 .p-tal00 .container-box .cross-line2,
.talk02 .p-tal00 .container-box .cross-line2,
.talk03 .p-tal00 .container-box .cross-line2,
.talk04 .p-tal00 .container-box .cross-line2,
.talk05 .p-tal00 .container-box .cross-line2,
.talk06 .p-tal00 .container-box .cross-line2,
.talk07 .p-tal00 .container-box .cross-line2,
.talk08 .p-tal00 .container-box .cross-line2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.talk01 .p-tal01__box01,
.talk02 .p-tal01__box01,
.talk03 .p-tal01__box01,
.talk04 .p-tal01__box01,
.talk05 .p-tal01__box01,
.talk06 .p-tal01__box01,
.talk07 .p-tal01__box01,
.talk08 .p-tal01__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 3rem;
  background-image: url(assets/images/talk_border01.png);
  background-position: 0 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.talk01 .p-tal01__box01__imgbox,
.talk02 .p-tal01__box01__imgbox,
.talk03 .p-tal01__box01__imgbox,
.talk04 .p-tal01__box01__imgbox,
.talk05 .p-tal01__box01__imgbox,
.talk06 .p-tal01__box01__imgbox,
.talk07 .p-tal01__box01__imgbox,
.talk08 .p-tal01__box01__imgbox {
  width: 14rem;
  height: 14rem;
  margin-right: 1rem;
}

.talk01 .p-tal01__box01__img,
.talk02 .p-tal01__box01__img,
.talk03 .p-tal01__box01__img,
.talk04 .p-tal01__box01__img,
.talk05 .p-tal01__box01__img,
.talk06 .p-tal01__box01__img,
.talk07 .p-tal01__box01__img,
.talk08 .p-tal01__box01__img {
  display: block;
  width: 100%;
}

.talk01 .p-tal01__box01__name,
.talk02 .p-tal01__box01__name,
.talk03 .p-tal01__box01__name,
.talk04 .p-tal01__box01__name,
.talk05 .p-tal01__box01__name,
.talk06 .p-tal01__box01__name,
.talk07 .p-tal01__box01__name,
.talk08 .p-tal01__box01__name {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
}

.talk01 .p-tal01__box01__txtbox,
.talk02 .p-tal01__box01__txtbox,
.talk03 .p-tal01__box01__txtbox,
.talk04 .p-tal01__box01__txtbox,
.talk05 .p-tal01__box01__txtbox,
.talk06 .p-tal01__box01__txtbox,
.talk07 .p-tal01__box01__txtbox,
.talk08 .p-tal01__box01__txtbox {
  width: calc(100% - 15rem);
}

.talk01 .p-tal01__box01__ttl,
.talk02 .p-tal01__box01__ttl,
.talk03 .p-tal01__box01__ttl,
.talk04 .p-tal01__box01__ttl,
.talk05 .p-tal01__box01__ttl,
.talk06 .p-tal01__box01__ttl,
.talk07 .p-tal01__box01__ttl,
.talk08 .p-tal01__box01__ttl {
  font-size: 2rem;
}

.talk01 .p-tal01__box01__ttl,
.talk02 .p-tal01__box01__ttl,
.talk03 .p-tal01__box01__ttl,
.talk04 .p-tal01__box01__ttl,
.talk05 .p-tal01__box01__ttl,
.talk06 .p-tal01__box01__ttl,
.talk07 .p-tal01__box01__ttl,
.talk08 .p-tal01__box01__ttl {
  color: #652076;
  font-weight: 500;
  line-height: 1.5;
}

.talk01 .p-tal01__box01__txt,
.talk02 .p-tal01__box01__txt,
.talk03 .p-tal01__box01__txt,
.talk04 .p-tal01__box01__txt,
.talk05 .p-tal01__box01__txt,
.talk06 .p-tal01__box01__txt,
.talk07 .p-tal01__box01__txt,
.talk08 .p-tal01__box01__txt {
  margin-top: 3rem;
  margin-right: 2rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}

.talk01 .p-tal01__box02,
.talk02 .p-tal01__box02,
.talk03 .p-tal01__box02,
.talk04 .p-tal01__box02,
.talk05 .p-tal01__box02,
.talk06 .p-tal01__box02,
.talk07 .p-tal01__box02,
.talk08 .p-tal01__box02 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.talk01 .p-tal01__box02__imgbox,
.talk02 .p-tal01__box02__imgbox,
.talk03 .p-tal01__box02__imgbox,
.talk04 .p-tal01__box02__imgbox,
.talk05 .p-tal01__box02__imgbox,
.talk06 .p-tal01__box02__imgbox,
.talk07 .p-tal01__box02__imgbox,
.talk08 .p-tal01__box02__imgbox {
  display: block;
  width: 14rem;
  height: 14rem;
  margin-top: -5rem;
  margin-bottom: 2rem;
  float: right;
}

.talk01 .p-tal01__box02__name,
.talk02 .p-tal01__box02__name,
.talk03 .p-tal01__box02__name,
.talk04 .p-tal01__box02__name,
.talk05 .p-tal01__box02__name,
.talk06 .p-tal01__box02__name,
.talk07 .p-tal01__box02__name,
.talk08 .p-tal01__box02__name {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
}

.talk01 .p-tal01__box02__txtbox,
.talk02 .p-tal01__box02__txtbox,
.talk03 .p-tal01__box02__txtbox,
.talk04 .p-tal01__box02__txtbox,
.talk05 .p-tal01__box02__txtbox,
.talk06 .p-tal01__box02__txtbox,
.talk07 .p-tal01__box02__txtbox,
.talk08 .p-tal01__box02__txtbox {
  margin-top: 2rem;
}

.talk01 .p-tal01__box02__txt,
.talk02 .p-tal01__box02__txt,
.talk03 .p-tal01__box02__txt,
.talk04 .p-tal01__box02__txt,
.talk05 .p-tal01__box02__txt,
.talk06 .p-tal01__box02__txt,
.talk07 .p-tal01__box02__txt,
.talk08 .p-tal01__box02__txt {
  margin-top: 1rem;
  margin-right: 2rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}

.talk01 .p-tal01__nav,
.talk01 .p-tal01__nav-prev,
.talk01 .talk02 .p-tal01__nav-prev,
.talk02 .talk01 .p-tal01__nav-prev,
.talk01 .talk03 .p-tal01__nav-prev,
.talk03 .talk01 .p-tal01__nav-prev,
.talk01 .talk04 .p-tal01__nav-prev,
.talk04 .talk01 .p-tal01__nav-prev,
.talk01 .talk05 .p-tal01__nav-prev,
.talk05 .talk01 .p-tal01__nav-prev,
.talk01 .talk06 .p-tal01__nav-prev,
.talk06 .talk01 .p-tal01__nav-prev,
.talk01 .talk07 .p-tal01__nav-prev,
.talk07 .talk01 .p-tal01__nav-prev,
.talk01 .talk08 .p-tal01__nav-prev,
.talk08 .talk01 .p-tal01__nav-prev,
.talk01 .p-tal01__nav-next,
.talk01 .talk02 .p-tal01__nav-next,
.talk02 .talk01 .p-tal01__nav-next,
.talk01 .talk03 .p-tal01__nav-next,
.talk03 .talk01 .p-tal01__nav-next,
.talk01 .talk04 .p-tal01__nav-next,
.talk04 .talk01 .p-tal01__nav-next,
.talk01 .talk05 .p-tal01__nav-next,
.talk05 .talk01 .p-tal01__nav-next,
.talk01 .talk06 .p-tal01__nav-next,
.talk06 .talk01 .p-tal01__nav-next,
.talk01 .talk07 .p-tal01__nav-next,
.talk07 .talk01 .p-tal01__nav-next,
.talk01 .talk08 .p-tal01__nav-next,
.talk08 .talk01 .p-tal01__nav-next,
.talk02 .p-tal01__nav,
.talk02 .talk01 .p-tal01__nav-prev,
.talk01 .talk02 .p-tal01__nav-prev,
.talk02 .p-tal01__nav-prev,
.talk02 .talk03 .p-tal01__nav-prev,
.talk03 .talk02 .p-tal01__nav-prev,
.talk02 .talk04 .p-tal01__nav-prev,
.talk04 .talk02 .p-tal01__nav-prev,
.talk02 .talk05 .p-tal01__nav-prev,
.talk05 .talk02 .p-tal01__nav-prev,
.talk02 .talk06 .p-tal01__nav-prev,
.talk06 .talk02 .p-tal01__nav-prev,
.talk02 .talk07 .p-tal01__nav-prev,
.talk07 .talk02 .p-tal01__nav-prev,
.talk02 .talk08 .p-tal01__nav-prev,
.talk08 .talk02 .p-tal01__nav-prev,
.talk02 .talk01 .p-tal01__nav-next,
.talk01 .talk02 .p-tal01__nav-next,
.talk02 .p-tal01__nav-next,
.talk02 .talk03 .p-tal01__nav-next,
.talk03 .talk02 .p-tal01__nav-next,
.talk02 .talk04 .p-tal01__nav-next,
.talk04 .talk02 .p-tal01__nav-next,
.talk02 .talk05 .p-tal01__nav-next,
.talk05 .talk02 .p-tal01__nav-next,
.talk02 .talk06 .p-tal01__nav-next,
.talk06 .talk02 .p-tal01__nav-next,
.talk02 .talk07 .p-tal01__nav-next,
.talk07 .talk02 .p-tal01__nav-next,
.talk02 .talk08 .p-tal01__nav-next,
.talk08 .talk02 .p-tal01__nav-next,
.talk03 .p-tal01__nav,
.talk03 .talk01 .p-tal01__nav-prev,
.talk01 .talk03 .p-tal01__nav-prev,
.talk03 .talk02 .p-tal01__nav-prev,
.talk02 .talk03 .p-tal01__nav-prev,
.talk03 .p-tal01__nav-prev,
.talk03 .talk04 .p-tal01__nav-prev,
.talk04 .talk03 .p-tal01__nav-prev,
.talk03 .talk05 .p-tal01__nav-prev,
.talk05 .talk03 .p-tal01__nav-prev,
.talk03 .talk06 .p-tal01__nav-prev,
.talk06 .talk03 .p-tal01__nav-prev,
.talk03 .talk07 .p-tal01__nav-prev,
.talk07 .talk03 .p-tal01__nav-prev,
.talk03 .talk08 .p-tal01__nav-prev,
.talk08 .talk03 .p-tal01__nav-prev,
.talk03 .talk01 .p-tal01__nav-next,
.talk01 .talk03 .p-tal01__nav-next,
.talk03 .talk02 .p-tal01__nav-next,
.talk02 .talk03 .p-tal01__nav-next,
.talk03 .p-tal01__nav-next,
.talk03 .talk04 .p-tal01__nav-next,
.talk04 .talk03 .p-tal01__nav-next,
.talk03 .talk05 .p-tal01__nav-next,
.talk05 .talk03 .p-tal01__nav-next,
.talk03 .talk06 .p-tal01__nav-next,
.talk06 .talk03 .p-tal01__nav-next,
.talk03 .talk07 .p-tal01__nav-next,
.talk07 .talk03 .p-tal01__nav-next,
.talk03 .talk08 .p-tal01__nav-next,
.talk08 .talk03 .p-tal01__nav-next,
.talk04 .p-tal01__nav,
.talk04 .talk01 .p-tal01__nav-prev,
.talk01 .talk04 .p-tal01__nav-prev,
.talk04 .talk02 .p-tal01__nav-prev,
.talk02 .talk04 .p-tal01__nav-prev,
.talk04 .talk03 .p-tal01__nav-prev,
.talk03 .talk04 .p-tal01__nav-prev,
.talk04 .p-tal01__nav-prev,
.talk04 .talk05 .p-tal01__nav-prev,
.talk05 .talk04 .p-tal01__nav-prev,
.talk04 .talk06 .p-tal01__nav-prev,
.talk06 .talk04 .p-tal01__nav-prev,
.talk04 .talk07 .p-tal01__nav-prev,
.talk07 .talk04 .p-tal01__nav-prev,
.talk04 .talk08 .p-tal01__nav-prev,
.talk08 .talk04 .p-tal01__nav-prev,
.talk04 .talk01 .p-tal01__nav-next,
.talk01 .talk04 .p-tal01__nav-next,
.talk04 .talk02 .p-tal01__nav-next,
.talk02 .talk04 .p-tal01__nav-next,
.talk04 .talk03 .p-tal01__nav-next,
.talk03 .talk04 .p-tal01__nav-next,
.talk04 .p-tal01__nav-next,
.talk04 .talk05 .p-tal01__nav-next,
.talk05 .talk04 .p-tal01__nav-next,
.talk04 .talk06 .p-tal01__nav-next,
.talk06 .talk04 .p-tal01__nav-next,
.talk04 .talk07 .p-tal01__nav-next,
.talk07 .talk04 .p-tal01__nav-next,
.talk04 .talk08 .p-tal01__nav-next,
.talk08 .talk04 .p-tal01__nav-next,
.talk05 .p-tal01__nav,
.talk05 .talk01 .p-tal01__nav-prev,
.talk01 .talk05 .p-tal01__nav-prev,
.talk05 .talk02 .p-tal01__nav-prev,
.talk02 .talk05 .p-tal01__nav-prev,
.talk05 .talk03 .p-tal01__nav-prev,
.talk03 .talk05 .p-tal01__nav-prev,
.talk05 .talk04 .p-tal01__nav-prev,
.talk04 .talk05 .p-tal01__nav-prev,
.talk05 .p-tal01__nav-prev,
.talk05 .talk06 .p-tal01__nav-prev,
.talk06 .talk05 .p-tal01__nav-prev,
.talk05 .talk07 .p-tal01__nav-prev,
.talk07 .talk05 .p-tal01__nav-prev,
.talk05 .talk08 .p-tal01__nav-prev,
.talk08 .talk05 .p-tal01__nav-prev,
.talk05 .talk01 .p-tal01__nav-next,
.talk01 .talk05 .p-tal01__nav-next,
.talk05 .talk02 .p-tal01__nav-next,
.talk02 .talk05 .p-tal01__nav-next,
.talk05 .talk03 .p-tal01__nav-next,
.talk03 .talk05 .p-tal01__nav-next,
.talk05 .talk04 .p-tal01__nav-next,
.talk04 .talk05 .p-tal01__nav-next,
.talk05 .p-tal01__nav-next,
.talk05 .talk06 .p-tal01__nav-next,
.talk06 .talk05 .p-tal01__nav-next,
.talk05 .talk07 .p-tal01__nav-next,
.talk07 .talk05 .p-tal01__nav-next,
.talk05 .talk08 .p-tal01__nav-next,
.talk08 .talk05 .p-tal01__nav-next,
.talk06 .p-tal01__nav,
.talk06 .talk01 .p-tal01__nav-prev,
.talk01 .talk06 .p-tal01__nav-prev,
.talk06 .talk02 .p-tal01__nav-prev,
.talk02 .talk06 .p-tal01__nav-prev,
.talk06 .talk03 .p-tal01__nav-prev,
.talk03 .talk06 .p-tal01__nav-prev,
.talk06 .talk04 .p-tal01__nav-prev,
.talk04 .talk06 .p-tal01__nav-prev,
.talk06 .talk05 .p-tal01__nav-prev,
.talk05 .talk06 .p-tal01__nav-prev,
.talk06 .p-tal01__nav-prev,
.talk06 .talk07 .p-tal01__nav-prev,
.talk07 .talk06 .p-tal01__nav-prev,
.talk06 .talk08 .p-tal01__nav-prev,
.talk08 .talk06 .p-tal01__nav-prev,
.talk06 .talk01 .p-tal01__nav-next,
.talk01 .talk06 .p-tal01__nav-next,
.talk06 .talk02 .p-tal01__nav-next,
.talk02 .talk06 .p-tal01__nav-next,
.talk06 .talk03 .p-tal01__nav-next,
.talk03 .talk06 .p-tal01__nav-next,
.talk06 .talk04 .p-tal01__nav-next,
.talk04 .talk06 .p-tal01__nav-next,
.talk06 .talk05 .p-tal01__nav-next,
.talk05 .talk06 .p-tal01__nav-next,
.talk06 .p-tal01__nav-next,
.talk06 .talk07 .p-tal01__nav-next,
.talk07 .talk06 .p-tal01__nav-next,
.talk06 .talk08 .p-tal01__nav-next,
.talk08 .talk06 .p-tal01__nav-next,
.talk07 .p-tal01__nav,
.talk07 .talk01 .p-tal01__nav-prev,
.talk01 .talk07 .p-tal01__nav-prev,
.talk07 .talk02 .p-tal01__nav-prev,
.talk02 .talk07 .p-tal01__nav-prev,
.talk07 .talk03 .p-tal01__nav-prev,
.talk03 .talk07 .p-tal01__nav-prev,
.talk07 .talk04 .p-tal01__nav-prev,
.talk04 .talk07 .p-tal01__nav-prev,
.talk07 .talk05 .p-tal01__nav-prev,
.talk05 .talk07 .p-tal01__nav-prev,
.talk07 .talk06 .p-tal01__nav-prev,
.talk06 .talk07 .p-tal01__nav-prev,
.talk07 .p-tal01__nav-prev,
.talk07 .talk08 .p-tal01__nav-prev,
.talk08 .talk07 .p-tal01__nav-prev,
.talk07 .talk01 .p-tal01__nav-next,
.talk01 .talk07 .p-tal01__nav-next,
.talk07 .talk02 .p-tal01__nav-next,
.talk02 .talk07 .p-tal01__nav-next,
.talk07 .talk03 .p-tal01__nav-next,
.talk03 .talk07 .p-tal01__nav-next,
.talk07 .talk04 .p-tal01__nav-next,
.talk04 .talk07 .p-tal01__nav-next,
.talk07 .talk05 .p-tal01__nav-next,
.talk05 .talk07 .p-tal01__nav-next,
.talk07 .talk06 .p-tal01__nav-next,
.talk06 .talk07 .p-tal01__nav-next,
.talk07 .p-tal01__nav-next,
.talk07 .talk08 .p-tal01__nav-next,
.talk08 .talk07 .p-tal01__nav-next,
.talk08 .p-tal01__nav,
.talk08 .talk01 .p-tal01__nav-prev,
.talk01 .talk08 .p-tal01__nav-prev,
.talk08 .talk02 .p-tal01__nav-prev,
.talk02 .talk08 .p-tal01__nav-prev,
.talk08 .talk03 .p-tal01__nav-prev,
.talk03 .talk08 .p-tal01__nav-prev,
.talk08 .talk04 .p-tal01__nav-prev,
.talk04 .talk08 .p-tal01__nav-prev,
.talk08 .talk05 .p-tal01__nav-prev,
.talk05 .talk08 .p-tal01__nav-prev,
.talk08 .talk06 .p-tal01__nav-prev,
.talk06 .talk08 .p-tal01__nav-prev,
.talk08 .talk07 .p-tal01__nav-prev,
.talk07 .talk08 .p-tal01__nav-prev,
.talk08 .p-tal01__nav-prev,
.talk08 .talk01 .p-tal01__nav-next,
.talk01 .talk08 .p-tal01__nav-next,
.talk08 .talk02 .p-tal01__nav-next,
.talk02 .talk08 .p-tal01__nav-next,
.talk08 .talk03 .p-tal01__nav-next,
.talk03 .talk08 .p-tal01__nav-next,
.talk08 .talk04 .p-tal01__nav-next,
.talk04 .talk08 .p-tal01__nav-next,
.talk08 .talk05 .p-tal01__nav-next,
.talk05 .talk08 .p-tal01__nav-next,
.talk08 .talk06 .p-tal01__nav-next,
.talk06 .talk08 .p-tal01__nav-next,
.talk08 .talk07 .p-tal01__nav-next,
.talk07 .talk08 .p-tal01__nav-next,
.talk08 .p-tal01__nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7rem;
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

.talk01 .p-tal01__nav-next,
.talk02 .p-tal01__nav-next,
.talk03 .p-tal01__nav-next,
.talk04 .p-tal01__nav-next,
.talk05 .p-tal01__nav-next,
.talk06 .p-tal01__nav-next,
.talk07 .p-tal01__nav-next,
.talk08 .p-tal01__nav-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.talk01 .p-tal01__nav-prev,
.talk02 .p-tal01__nav-prev,
.talk03 .p-tal01__nav-prev,
.talk04 .p-tal01__nav-prev,
.talk05 .p-tal01__nav-prev,
.talk06 .p-tal01__nav-prev,
.talk07 .p-tal01__nav-prev,
.talk08 .p-tal01__nav-prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.talk01 .p-tal01__nav__link,
.talk01 .p-tal01__nav__link-next,
.talk01 .talk02 .p-tal01__nav__link-next,
.talk02 .talk01 .p-tal01__nav__link-next,
.talk01 .talk03 .p-tal01__nav__link-next,
.talk03 .talk01 .p-tal01__nav__link-next,
.talk01 .talk04 .p-tal01__nav__link-next,
.talk04 .talk01 .p-tal01__nav__link-next,
.talk01 .talk05 .p-tal01__nav__link-next,
.talk05 .talk01 .p-tal01__nav__link-next,
.talk01 .talk06 .p-tal01__nav__link-next,
.talk06 .talk01 .p-tal01__nav__link-next,
.talk01 .talk07 .p-tal01__nav__link-next,
.talk07 .talk01 .p-tal01__nav__link-next,
.talk01 .talk08 .p-tal01__nav__link-next,
.talk08 .talk01 .p-tal01__nav__link-next,
.talk01 .p-tal01__nav__link-prev,
.talk01 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk01 .p-tal01__nav__link-prev,
.talk02 .p-tal01__nav__link,
.talk02 .talk01 .p-tal01__nav__link-next,
.talk01 .talk02 .p-tal01__nav__link-next,
.talk02 .p-tal01__nav__link-next,
.talk02 .talk03 .p-tal01__nav__link-next,
.talk03 .talk02 .p-tal01__nav__link-next,
.talk02 .talk04 .p-tal01__nav__link-next,
.talk04 .talk02 .p-tal01__nav__link-next,
.talk02 .talk05 .p-tal01__nav__link-next,
.talk05 .talk02 .p-tal01__nav__link-next,
.talk02 .talk06 .p-tal01__nav__link-next,
.talk06 .talk02 .p-tal01__nav__link-next,
.talk02 .talk07 .p-tal01__nav__link-next,
.talk07 .talk02 .p-tal01__nav__link-next,
.talk02 .talk08 .p-tal01__nav__link-next,
.talk08 .talk02 .p-tal01__nav__link-next,
.talk02 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk02 .p-tal01__nav__link-prev,
.talk02 .p-tal01__nav__link-prev,
.talk02 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk02 .p-tal01__nav__link-prev,
.talk03 .p-tal01__nav__link,
.talk03 .talk01 .p-tal01__nav__link-next,
.talk01 .talk03 .p-tal01__nav__link-next,
.talk03 .talk02 .p-tal01__nav__link-next,
.talk02 .talk03 .p-tal01__nav__link-next,
.talk03 .p-tal01__nav__link-next,
.talk03 .talk04 .p-tal01__nav__link-next,
.talk04 .talk03 .p-tal01__nav__link-next,
.talk03 .talk05 .p-tal01__nav__link-next,
.talk05 .talk03 .p-tal01__nav__link-next,
.talk03 .talk06 .p-tal01__nav__link-next,
.talk06 .talk03 .p-tal01__nav__link-next,
.talk03 .talk07 .p-tal01__nav__link-next,
.talk07 .talk03 .p-tal01__nav__link-next,
.talk03 .talk08 .p-tal01__nav__link-next,
.talk08 .talk03 .p-tal01__nav__link-next,
.talk03 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk03 .p-tal01__nav__link-prev,
.talk03 .p-tal01__nav__link-prev,
.talk03 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk03 .p-tal01__nav__link-prev,
.talk04 .p-tal01__nav__link,
.talk04 .talk01 .p-tal01__nav__link-next,
.talk01 .talk04 .p-tal01__nav__link-next,
.talk04 .talk02 .p-tal01__nav__link-next,
.talk02 .talk04 .p-tal01__nav__link-next,
.talk04 .talk03 .p-tal01__nav__link-next,
.talk03 .talk04 .p-tal01__nav__link-next,
.talk04 .p-tal01__nav__link-next,
.talk04 .talk05 .p-tal01__nav__link-next,
.talk05 .talk04 .p-tal01__nav__link-next,
.talk04 .talk06 .p-tal01__nav__link-next,
.talk06 .talk04 .p-tal01__nav__link-next,
.talk04 .talk07 .p-tal01__nav__link-next,
.talk07 .talk04 .p-tal01__nav__link-next,
.talk04 .talk08 .p-tal01__nav__link-next,
.talk08 .talk04 .p-tal01__nav__link-next,
.talk04 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk04 .p-tal01__nav__link-prev,
.talk04 .p-tal01__nav__link-prev,
.talk04 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk04 .p-tal01__nav__link-prev,
.talk05 .p-tal01__nav__link,
.talk05 .talk01 .p-tal01__nav__link-next,
.talk01 .talk05 .p-tal01__nav__link-next,
.talk05 .talk02 .p-tal01__nav__link-next,
.talk02 .talk05 .p-tal01__nav__link-next,
.talk05 .talk03 .p-tal01__nav__link-next,
.talk03 .talk05 .p-tal01__nav__link-next,
.talk05 .talk04 .p-tal01__nav__link-next,
.talk04 .talk05 .p-tal01__nav__link-next,
.talk05 .p-tal01__nav__link-next,
.talk05 .talk06 .p-tal01__nav__link-next,
.talk06 .talk05 .p-tal01__nav__link-next,
.talk05 .talk07 .p-tal01__nav__link-next,
.talk07 .talk05 .p-tal01__nav__link-next,
.talk05 .talk08 .p-tal01__nav__link-next,
.talk08 .talk05 .p-tal01__nav__link-next,
.talk05 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk05 .p-tal01__nav__link-prev,
.talk05 .p-tal01__nav__link-prev,
.talk05 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk05 .p-tal01__nav__link-prev,
.talk06 .p-tal01__nav__link,
.talk06 .talk01 .p-tal01__nav__link-next,
.talk01 .talk06 .p-tal01__nav__link-next,
.talk06 .talk02 .p-tal01__nav__link-next,
.talk02 .talk06 .p-tal01__nav__link-next,
.talk06 .talk03 .p-tal01__nav__link-next,
.talk03 .talk06 .p-tal01__nav__link-next,
.talk06 .talk04 .p-tal01__nav__link-next,
.talk04 .talk06 .p-tal01__nav__link-next,
.talk06 .talk05 .p-tal01__nav__link-next,
.talk05 .talk06 .p-tal01__nav__link-next,
.talk06 .p-tal01__nav__link-next,
.talk06 .talk07 .p-tal01__nav__link-next,
.talk07 .talk06 .p-tal01__nav__link-next,
.talk06 .talk08 .p-tal01__nav__link-next,
.talk08 .talk06 .p-tal01__nav__link-next,
.talk06 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk06 .p-tal01__nav__link-prev,
.talk06 .p-tal01__nav__link-prev,
.talk06 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk06 .p-tal01__nav__link-prev,
.talk07 .p-tal01__nav__link,
.talk07 .talk01 .p-tal01__nav__link-next,
.talk01 .talk07 .p-tal01__nav__link-next,
.talk07 .talk02 .p-tal01__nav__link-next,
.talk02 .talk07 .p-tal01__nav__link-next,
.talk07 .talk03 .p-tal01__nav__link-next,
.talk03 .talk07 .p-tal01__nav__link-next,
.talk07 .talk04 .p-tal01__nav__link-next,
.talk04 .talk07 .p-tal01__nav__link-next,
.talk07 .talk05 .p-tal01__nav__link-next,
.talk05 .talk07 .p-tal01__nav__link-next,
.talk07 .talk06 .p-tal01__nav__link-next,
.talk06 .talk07 .p-tal01__nav__link-next,
.talk07 .p-tal01__nav__link-next,
.talk07 .talk08 .p-tal01__nav__link-next,
.talk08 .talk07 .p-tal01__nav__link-next,
.talk07 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk07 .p-tal01__nav__link-prev,
.talk07 .p-tal01__nav__link-prev,
.talk07 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk07 .p-tal01__nav__link-prev,
.talk08 .p-tal01__nav__link,
.talk08 .talk01 .p-tal01__nav__link-next,
.talk01 .talk08 .p-tal01__nav__link-next,
.talk08 .talk02 .p-tal01__nav__link-next,
.talk02 .talk08 .p-tal01__nav__link-next,
.talk08 .talk03 .p-tal01__nav__link-next,
.talk03 .talk08 .p-tal01__nav__link-next,
.talk08 .talk04 .p-tal01__nav__link-next,
.talk04 .talk08 .p-tal01__nav__link-next,
.talk08 .talk05 .p-tal01__nav__link-next,
.talk05 .talk08 .p-tal01__nav__link-next,
.talk08 .talk06 .p-tal01__nav__link-next,
.talk06 .talk08 .p-tal01__nav__link-next,
.talk08 .talk07 .p-tal01__nav__link-next,
.talk07 .talk08 .p-tal01__nav__link-next,
.talk08 .p-tal01__nav__link-next,
.talk08 .talk01 .p-tal01__nav__link-prev,
.talk01 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk02 .p-tal01__nav__link-prev,
.talk02 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk03 .p-tal01__nav__link-prev,
.talk03 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk04 .p-tal01__nav__link-prev,
.talk04 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk05 .p-tal01__nav__link-prev,
.talk05 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk06 .p-tal01__nav__link-prev,
.talk06 .talk08 .p-tal01__nav__link-prev,
.talk08 .talk07 .p-tal01__nav__link-prev,
.talk07 .talk08 .p-tal01__nav__link-prev,
.talk08 .p-tal01__nav__link-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43%;
  padding: 1rem 3rem;
  border: 0.1rem solid #652076;
  background-color: #652076;
  color: #d2c2d6;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.talk01 .p-tal01__nav__link:hover,
.talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk01 .p-tal01__nav__link-prev:hover,
.talk02 .p-tal01__nav__link:hover,
.talk02 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk02 .p-tal01__nav__link-prev:hover,
.talk03 .p-tal01__nav__link:hover,
.talk03 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk03 .p-tal01__nav__link-prev:hover,
.talk04 .p-tal01__nav__link:hover,
.talk04 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk04 .p-tal01__nav__link-prev:hover,
.talk05 .p-tal01__nav__link:hover,
.talk05 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk05 .p-tal01__nav__link-prev:hover,
.talk06 .p-tal01__nav__link:hover,
.talk06 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk06 .p-tal01__nav__link-prev:hover,
.talk07 .p-tal01__nav__link:hover,
.talk07 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk07 .p-tal01__nav__link-prev:hover,
.talk08 .p-tal01__nav__link:hover,
.talk08 .talk01 .p-tal01__nav__link-next:hover,
.talk01 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk02 .p-tal01__nav__link-next:hover,
.talk02 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk03 .p-tal01__nav__link-next:hover,
.talk03 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk04 .p-tal01__nav__link-next:hover,
.talk04 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk05 .p-tal01__nav__link-next:hover,
.talk05 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk06 .p-tal01__nav__link-next:hover,
.talk06 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk07 .p-tal01__nav__link-next:hover,
.talk07 .talk08 .p-tal01__nav__link-next:hover,
.talk08 .p-tal01__nav__link-next:hover,
.talk08 .talk01 .p-tal01__nav__link-prev:hover,
.talk01 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk02 .p-tal01__nav__link-prev:hover,
.talk02 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk03 .p-tal01__nav__link-prev:hover,
.talk03 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk04 .p-tal01__nav__link-prev:hover,
.talk04 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk05 .p-tal01__nav__link-prev:hover,
.talk05 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk06 .p-tal01__nav__link-prev:hover,
.talk06 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .talk07 .p-tal01__nav__link-prev:hover,
.talk07 .talk08 .p-tal01__nav__link-prev:hover,
.talk08 .p-tal01__nav__link-prev:hover {
  background-color: #fff;
  color: #652076;
}

.talk01 .p-tal01__nav__link-prev i,
.talk02 .p-tal01__nav__link-prev i,
.talk03 .p-tal01__nav__link-prev i,
.talk04 .p-tal01__nav__link-prev i,
.talk05 .p-tal01__nav__link-prev i,
.talk06 .p-tal01__nav__link-prev i,
.talk07 .p-tal01__nav__link-prev i,
.talk08 .p-tal01__nav__link-prev i {
  margin-right: 0.5rem;
}

.talk01 .p-tal01__nav__link-next i,
.talk02 .p-tal01__nav__link-next i,
.talk03 .p-tal01__nav__link-next i,
.talk04 .p-tal01__nav__link-next i,
.talk05 .p-tal01__nav__link-next i,
.talk06 .p-tal01__nav__link-next i,
.talk07 .p-tal01__nav__link-next i,
.talk08 .p-tal01__nav__link-next i {
  margin-left: 0.5rem;
}

.talk01 .p-tal02,
.talk02 .p-tal02,
.talk03 .p-tal02,
.talk04 .p-tal02,
.talk05 .p-tal02,
.talk06 .p-tal02,
.talk07 .p-tal02,
.talk08 .p-tal02 {
  width: 100%;
}

.talk01 .p-tal02 .article-content,
.talk02 .p-tal02 .article-content,
.talk03 .p-tal02 .article-content,
.talk04 .p-tal02 .article-content,
.talk05 .p-tal02 .article-content,
.talk06 .p-tal02 .article-content,
.talk07 .p-tal02 .article-content,
.talk08 .p-tal02 .article-content {
  margin-top: 30px;
  gap: 20px;
}

.talk01 .p-tal02 .article-content.reverse,
.talk02 .p-tal02 .article-content.reverse,
.talk03 .p-tal02 .article-content.reverse,
.talk04 .p-tal02 .article-content.reverse,
.talk05 .p-tal02 .article-content.reverse,
.talk06 .p-tal02 .article-content.reverse,
.talk07 .p-tal02 .article-content.reverse,
.talk08 .p-tal02 .article-content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.talk01 .p-tal02 .vertical-text,
.talk02 .p-tal02 .vertical-text,
.talk03 .p-tal02 .vertical-text,
.talk04 .p-tal02 .vertical-text,
.talk05 .p-tal02 .vertical-text,
.talk06 .p-tal02 .vertical-text,
.talk07 .p-tal02 .vertical-text,
.talk08 .p-tal02 .vertical-text {
  z-index: 1;
  margin-top: 15px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.talk01 .p-tal02 .vertical-text::after,
.talk01 .p-tal02 .vertical-text::before,
.talk02 .p-tal02 .vertical-text::after,
.talk02 .p-tal02 .vertical-text::before,
.talk03 .p-tal02 .vertical-text::after,
.talk03 .p-tal02 .vertical-text::before,
.talk04 .p-tal02 .vertical-text::after,
.talk04 .p-tal02 .vertical-text::before,
.talk05 .p-tal02 .vertical-text::after,
.talk05 .p-tal02 .vertical-text::before,
.talk06 .p-tal02 .vertical-text::after,
.talk06 .p-tal02 .vertical-text::before,
.talk07 .p-tal02 .vertical-text::after,
.talk07 .p-tal02 .vertical-text::before,
.talk08 .p-tal02 .vertical-text::after,
.talk08 .p-tal02 .vertical-text::before {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: rgba(191, 163, 206, 0.2862745098);
  content: "";
}

.talk01 .p-tal02 .vertical-text::after,
.talk02 .p-tal02 .vertical-text::after,
.talk03 .p-tal02 .vertical-text::after,
.talk04 .p-tal02 .vertical-text::after,
.talk05 .p-tal02 .vertical-text::after,
.talk06 .p-tal02 .vertical-text::after,
.talk07 .p-tal02 .vertical-text::after,
.talk08 .p-tal02 .vertical-text::after {
  bottom: 20px;
  left: 87vw;
  clip-path: polygon(0% 100%, 0% 30px, 100% 0%, 100% 30px, 100% 100%);
}

.talk01 .p-tal02 .vertical-text::before,
.talk02 .p-tal02 .vertical-text::before,
.talk03 .p-tal02 .vertical-text::before,
.talk04 .p-tal02 .vertical-text::before,
.talk05 .p-tal02 .vertical-text::before,
.talk06 .p-tal02 .vertical-text::before,
.talk07 .p-tal02 .vertical-text::before,
.talk08 .p-tal02 .vertical-text::before {
  top: 20px;
  right: -5vw;
  margin-top: auto;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.talk01 .p-tal02 .conversation,
.talk02 .p-tal02 .conversation,
.talk03 .p-tal02 .conversation,
.talk04 .p-tal02 .conversation,
.talk05 .p-tal02 .conversation,
.talk06 .p-tal02 .conversation,
.talk07 .p-tal02 .conversation,
.talk08 .p-tal02 .conversation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  text-align: justify;
}

.talk01 .p-tal02 .crs-msg,
.talk02 .p-tal02 .crs-msg,
.talk03 .p-tal02 .crs-msg,
.talk04 .p-tal02 .crs-msg,
.talk05 .p-tal02 .crs-msg,
.talk06 .p-tal02 .crs-msg,
.talk07 .p-tal02 .crs-msg,
.talk08 .p-tal02 .crs-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.talk01 .p-tal02 .crs-spkr,
.talk02 .p-tal02 .crs-spkr,
.talk03 .p-tal02 .crs-spkr,
.talk04 .p-tal02 .crs-spkr,
.talk05 .p-tal02 .crs-spkr,
.talk06 .p-tal02 .crs-spkr,
.talk07 .p-tal02 .crs-spkr,
.talk08 .p-tal02 .crs-spkr {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 15px;
  color: #8e44ad;
  font-weight: 500;
  text-align: right;
}

.talk01 .p-tal02 .crs-spkr.tcr,
.talk02 .p-tal02 .crs-spkr.tcr,
.talk03 .p-tal02 .crs-spkr.tcr,
.talk04 .p-tal02 .crs-spkr.tcr,
.talk05 .p-tal02 .crs-spkr.tcr,
.talk06 .p-tal02 .crs-spkr.tcr,
.talk07 .p-tal02 .crs-spkr.tcr,
.talk08 .p-tal02 .crs-spkr.tcr {
  color: #AB539B;
}

.talk01 .p-tal02 .crs-cnent,
.talk02 .p-tal02 .crs-cnent,
.talk03 .p-tal02 .crs-cnent,
.talk04 .p-tal02 .crs-cnent,
.talk05 .p-tal02 .crs-cnent,
.talk06 .p-tal02 .crs-cnent,
.talk07 .p-tal02 .crs-cnent,
.talk08 .p-tal02 .crs-cnent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.25px;
}

.talk01 .p-tal02__nav,
.talk01 .p-tal02__nav-next,
.talk01 .talk02 .p-tal02__nav-next,
.talk02 .talk01 .p-tal02__nav-next,
.talk01 .talk03 .p-tal02__nav-next,
.talk03 .talk01 .p-tal02__nav-next,
.talk01 .talk04 .p-tal02__nav-next,
.talk04 .talk01 .p-tal02__nav-next,
.talk01 .talk05 .p-tal02__nav-next,
.talk05 .talk01 .p-tal02__nav-next,
.talk01 .talk06 .p-tal02__nav-next,
.talk06 .talk01 .p-tal02__nav-next,
.talk01 .talk07 .p-tal02__nav-next,
.talk07 .talk01 .p-tal02__nav-next,
.talk01 .talk08 .p-tal02__nav-next,
.talk08 .talk01 .p-tal02__nav-next,
.talk02 .p-tal02__nav,
.talk02 .talk01 .p-tal02__nav-next,
.talk01 .talk02 .p-tal02__nav-next,
.talk02 .p-tal02__nav-next,
.talk02 .talk03 .p-tal02__nav-next,
.talk03 .talk02 .p-tal02__nav-next,
.talk02 .talk04 .p-tal02__nav-next,
.talk04 .talk02 .p-tal02__nav-next,
.talk02 .talk05 .p-tal02__nav-next,
.talk05 .talk02 .p-tal02__nav-next,
.talk02 .talk06 .p-tal02__nav-next,
.talk06 .talk02 .p-tal02__nav-next,
.talk02 .talk07 .p-tal02__nav-next,
.talk07 .talk02 .p-tal02__nav-next,
.talk02 .talk08 .p-tal02__nav-next,
.talk08 .talk02 .p-tal02__nav-next,
.talk03 .p-tal02__nav,
.talk03 .talk01 .p-tal02__nav-next,
.talk01 .talk03 .p-tal02__nav-next,
.talk03 .talk02 .p-tal02__nav-next,
.talk02 .talk03 .p-tal02__nav-next,
.talk03 .p-tal02__nav-next,
.talk03 .talk04 .p-tal02__nav-next,
.talk04 .talk03 .p-tal02__nav-next,
.talk03 .talk05 .p-tal02__nav-next,
.talk05 .talk03 .p-tal02__nav-next,
.talk03 .talk06 .p-tal02__nav-next,
.talk06 .talk03 .p-tal02__nav-next,
.talk03 .talk07 .p-tal02__nav-next,
.talk07 .talk03 .p-tal02__nav-next,
.talk03 .talk08 .p-tal02__nav-next,
.talk08 .talk03 .p-tal02__nav-next,
.talk04 .p-tal02__nav,
.talk04 .talk01 .p-tal02__nav-next,
.talk01 .talk04 .p-tal02__nav-next,
.talk04 .talk02 .p-tal02__nav-next,
.talk02 .talk04 .p-tal02__nav-next,
.talk04 .talk03 .p-tal02__nav-next,
.talk03 .talk04 .p-tal02__nav-next,
.talk04 .p-tal02__nav-next,
.talk04 .talk05 .p-tal02__nav-next,
.talk05 .talk04 .p-tal02__nav-next,
.talk04 .talk06 .p-tal02__nav-next,
.talk06 .talk04 .p-tal02__nav-next,
.talk04 .talk07 .p-tal02__nav-next,
.talk07 .talk04 .p-tal02__nav-next,
.talk04 .talk08 .p-tal02__nav-next,
.talk08 .talk04 .p-tal02__nav-next,
.talk05 .p-tal02__nav,
.talk05 .talk01 .p-tal02__nav-next,
.talk01 .talk05 .p-tal02__nav-next,
.talk05 .talk02 .p-tal02__nav-next,
.talk02 .talk05 .p-tal02__nav-next,
.talk05 .talk03 .p-tal02__nav-next,
.talk03 .talk05 .p-tal02__nav-next,
.talk05 .talk04 .p-tal02__nav-next,
.talk04 .talk05 .p-tal02__nav-next,
.talk05 .p-tal02__nav-next,
.talk05 .talk06 .p-tal02__nav-next,
.talk06 .talk05 .p-tal02__nav-next,
.talk05 .talk07 .p-tal02__nav-next,
.talk07 .talk05 .p-tal02__nav-next,
.talk05 .talk08 .p-tal02__nav-next,
.talk08 .talk05 .p-tal02__nav-next,
.talk06 .p-tal02__nav,
.talk06 .talk01 .p-tal02__nav-next,
.talk01 .talk06 .p-tal02__nav-next,
.talk06 .talk02 .p-tal02__nav-next,
.talk02 .talk06 .p-tal02__nav-next,
.talk06 .talk03 .p-tal02__nav-next,
.talk03 .talk06 .p-tal02__nav-next,
.talk06 .talk04 .p-tal02__nav-next,
.talk04 .talk06 .p-tal02__nav-next,
.talk06 .talk05 .p-tal02__nav-next,
.talk05 .talk06 .p-tal02__nav-next,
.talk06 .p-tal02__nav-next,
.talk06 .talk07 .p-tal02__nav-next,
.talk07 .talk06 .p-tal02__nav-next,
.talk06 .talk08 .p-tal02__nav-next,
.talk08 .talk06 .p-tal02__nav-next,
.talk07 .p-tal02__nav,
.talk07 .talk01 .p-tal02__nav-next,
.talk01 .talk07 .p-tal02__nav-next,
.talk07 .talk02 .p-tal02__nav-next,
.talk02 .talk07 .p-tal02__nav-next,
.talk07 .talk03 .p-tal02__nav-next,
.talk03 .talk07 .p-tal02__nav-next,
.talk07 .talk04 .p-tal02__nav-next,
.talk04 .talk07 .p-tal02__nav-next,
.talk07 .talk05 .p-tal02__nav-next,
.talk05 .talk07 .p-tal02__nav-next,
.talk07 .talk06 .p-tal02__nav-next,
.talk06 .talk07 .p-tal02__nav-next,
.talk07 .p-tal02__nav-next,
.talk07 .talk08 .p-tal02__nav-next,
.talk08 .talk07 .p-tal02__nav-next,
.talk08 .p-tal02__nav,
.talk08 .talk01 .p-tal02__nav-next,
.talk01 .talk08 .p-tal02__nav-next,
.talk08 .talk02 .p-tal02__nav-next,
.talk02 .talk08 .p-tal02__nav-next,
.talk08 .talk03 .p-tal02__nav-next,
.talk03 .talk08 .p-tal02__nav-next,
.talk08 .talk04 .p-tal02__nav-next,
.talk04 .talk08 .p-tal02__nav-next,
.talk08 .talk05 .p-tal02__nav-next,
.talk05 .talk08 .p-tal02__nav-next,
.talk08 .talk06 .p-tal02__nav-next,
.talk06 .talk08 .p-tal02__nav-next,
.talk08 .talk07 .p-tal02__nav-next,
.talk07 .talk08 .p-tal02__nav-next,
.talk08 .p-tal02__nav-next {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.talk01 .p-tal02__nav-next,
.talk02 .p-tal02__nav-next,
.talk03 .p-tal02__nav-next,
.talk04 .p-tal02__nav-next,
.talk05 .p-tal02__nav-next,
.talk06 .p-tal02__nav-next,
.talk07 .p-tal02__nav-next,
.talk08 .p-tal02__nav-next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.talk01 .p-tal02__nav__link,
.talk01 .p-tal02__nav__link-next,
.talk01 .talk02 .p-tal02__nav__link-next,
.talk02 .talk01 .p-tal02__nav__link-next,
.talk01 .talk03 .p-tal02__nav__link-next,
.talk03 .talk01 .p-tal02__nav__link-next,
.talk01 .talk04 .p-tal02__nav__link-next,
.talk04 .talk01 .p-tal02__nav__link-next,
.talk01 .talk05 .p-tal02__nav__link-next,
.talk05 .talk01 .p-tal02__nav__link-next,
.talk01 .talk06 .p-tal02__nav__link-next,
.talk06 .talk01 .p-tal02__nav__link-next,
.talk01 .talk07 .p-tal02__nav__link-next,
.talk07 .talk01 .p-tal02__nav__link-next,
.talk01 .talk08 .p-tal02__nav__link-next,
.talk08 .talk01 .p-tal02__nav__link-next,
.talk02 .p-tal02__nav__link,
.talk02 .talk01 .p-tal02__nav__link-next,
.talk01 .talk02 .p-tal02__nav__link-next,
.talk02 .p-tal02__nav__link-next,
.talk02 .talk03 .p-tal02__nav__link-next,
.talk03 .talk02 .p-tal02__nav__link-next,
.talk02 .talk04 .p-tal02__nav__link-next,
.talk04 .talk02 .p-tal02__nav__link-next,
.talk02 .talk05 .p-tal02__nav__link-next,
.talk05 .talk02 .p-tal02__nav__link-next,
.talk02 .talk06 .p-tal02__nav__link-next,
.talk06 .talk02 .p-tal02__nav__link-next,
.talk02 .talk07 .p-tal02__nav__link-next,
.talk07 .talk02 .p-tal02__nav__link-next,
.talk02 .talk08 .p-tal02__nav__link-next,
.talk08 .talk02 .p-tal02__nav__link-next,
.talk03 .p-tal02__nav__link,
.talk03 .talk01 .p-tal02__nav__link-next,
.talk01 .talk03 .p-tal02__nav__link-next,
.talk03 .talk02 .p-tal02__nav__link-next,
.talk02 .talk03 .p-tal02__nav__link-next,
.talk03 .p-tal02__nav__link-next,
.talk03 .talk04 .p-tal02__nav__link-next,
.talk04 .talk03 .p-tal02__nav__link-next,
.talk03 .talk05 .p-tal02__nav__link-next,
.talk05 .talk03 .p-tal02__nav__link-next,
.talk03 .talk06 .p-tal02__nav__link-next,
.talk06 .talk03 .p-tal02__nav__link-next,
.talk03 .talk07 .p-tal02__nav__link-next,
.talk07 .talk03 .p-tal02__nav__link-next,
.talk03 .talk08 .p-tal02__nav__link-next,
.talk08 .talk03 .p-tal02__nav__link-next,
.talk04 .p-tal02__nav__link,
.talk04 .talk01 .p-tal02__nav__link-next,
.talk01 .talk04 .p-tal02__nav__link-next,
.talk04 .talk02 .p-tal02__nav__link-next,
.talk02 .talk04 .p-tal02__nav__link-next,
.talk04 .talk03 .p-tal02__nav__link-next,
.talk03 .talk04 .p-tal02__nav__link-next,
.talk04 .p-tal02__nav__link-next,
.talk04 .talk05 .p-tal02__nav__link-next,
.talk05 .talk04 .p-tal02__nav__link-next,
.talk04 .talk06 .p-tal02__nav__link-next,
.talk06 .talk04 .p-tal02__nav__link-next,
.talk04 .talk07 .p-tal02__nav__link-next,
.talk07 .talk04 .p-tal02__nav__link-next,
.talk04 .talk08 .p-tal02__nav__link-next,
.talk08 .talk04 .p-tal02__nav__link-next,
.talk05 .p-tal02__nav__link,
.talk05 .talk01 .p-tal02__nav__link-next,
.talk01 .talk05 .p-tal02__nav__link-next,
.talk05 .talk02 .p-tal02__nav__link-next,
.talk02 .talk05 .p-tal02__nav__link-next,
.talk05 .talk03 .p-tal02__nav__link-next,
.talk03 .talk05 .p-tal02__nav__link-next,
.talk05 .talk04 .p-tal02__nav__link-next,
.talk04 .talk05 .p-tal02__nav__link-next,
.talk05 .p-tal02__nav__link-next,
.talk05 .talk06 .p-tal02__nav__link-next,
.talk06 .talk05 .p-tal02__nav__link-next,
.talk05 .talk07 .p-tal02__nav__link-next,
.talk07 .talk05 .p-tal02__nav__link-next,
.talk05 .talk08 .p-tal02__nav__link-next,
.talk08 .talk05 .p-tal02__nav__link-next,
.talk06 .p-tal02__nav__link,
.talk06 .talk01 .p-tal02__nav__link-next,
.talk01 .talk06 .p-tal02__nav__link-next,
.talk06 .talk02 .p-tal02__nav__link-next,
.talk02 .talk06 .p-tal02__nav__link-next,
.talk06 .talk03 .p-tal02__nav__link-next,
.talk03 .talk06 .p-tal02__nav__link-next,
.talk06 .talk04 .p-tal02__nav__link-next,
.talk04 .talk06 .p-tal02__nav__link-next,
.talk06 .talk05 .p-tal02__nav__link-next,
.talk05 .talk06 .p-tal02__nav__link-next,
.talk06 .p-tal02__nav__link-next,
.talk06 .talk07 .p-tal02__nav__link-next,
.talk07 .talk06 .p-tal02__nav__link-next,
.talk06 .talk08 .p-tal02__nav__link-next,
.talk08 .talk06 .p-tal02__nav__link-next,
.talk07 .p-tal02__nav__link,
.talk07 .talk01 .p-tal02__nav__link-next,
.talk01 .talk07 .p-tal02__nav__link-next,
.talk07 .talk02 .p-tal02__nav__link-next,
.talk02 .talk07 .p-tal02__nav__link-next,
.talk07 .talk03 .p-tal02__nav__link-next,
.talk03 .talk07 .p-tal02__nav__link-next,
.talk07 .talk04 .p-tal02__nav__link-next,
.talk04 .talk07 .p-tal02__nav__link-next,
.talk07 .talk05 .p-tal02__nav__link-next,
.talk05 .talk07 .p-tal02__nav__link-next,
.talk07 .talk06 .p-tal02__nav__link-next,
.talk06 .talk07 .p-tal02__nav__link-next,
.talk07 .p-tal02__nav__link-next,
.talk07 .talk08 .p-tal02__nav__link-next,
.talk08 .talk07 .p-tal02__nav__link-next,
.talk08 .p-tal02__nav__link,
.talk08 .talk01 .p-tal02__nav__link-next,
.talk01 .talk08 .p-tal02__nav__link-next,
.talk08 .talk02 .p-tal02__nav__link-next,
.talk02 .talk08 .p-tal02__nav__link-next,
.talk08 .talk03 .p-tal02__nav__link-next,
.talk03 .talk08 .p-tal02__nav__link-next,
.talk08 .talk04 .p-tal02__nav__link-next,
.talk04 .talk08 .p-tal02__nav__link-next,
.talk08 .talk05 .p-tal02__nav__link-next,
.talk05 .talk08 .p-tal02__nav__link-next,
.talk08 .talk06 .p-tal02__nav__link-next,
.talk06 .talk08 .p-tal02__nav__link-next,
.talk08 .talk07 .p-tal02__nav__link-next,
.talk07 .talk08 .p-tal02__nav__link-next,
.talk08 .p-tal02__nav__link-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43%;
  padding: 1rem 3rem;
  border: 0.1rem solid #652076;
  background-color: #652076;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.talk01 .p-tal02__nav__link:hover,
.talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk01 .p-tal02__nav__link-next:hover,
.talk02 .p-tal02__nav__link:hover,
.talk02 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk02 .p-tal02__nav__link-next:hover,
.talk03 .p-tal02__nav__link:hover,
.talk03 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk03 .p-tal02__nav__link-next:hover,
.talk04 .p-tal02__nav__link:hover,
.talk04 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk04 .p-tal02__nav__link-next:hover,
.talk05 .p-tal02__nav__link:hover,
.talk05 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk05 .p-tal02__nav__link-next:hover,
.talk06 .p-tal02__nav__link:hover,
.talk06 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk06 .p-tal02__nav__link-next:hover,
.talk07 .p-tal02__nav__link:hover,
.talk07 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk07 .p-tal02__nav__link-next:hover,
.talk08 .p-tal02__nav__link:hover,
.talk08 .talk01 .p-tal02__nav__link-next:hover,
.talk01 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk02 .p-tal02__nav__link-next:hover,
.talk02 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk03 .p-tal02__nav__link-next:hover,
.talk03 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk04 .p-tal02__nav__link-next:hover,
.talk04 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk05 .p-tal02__nav__link-next:hover,
.talk05 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk06 .p-tal02__nav__link-next:hover,
.talk06 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .talk07 .p-tal02__nav__link-next:hover,
.talk07 .talk08 .p-tal02__nav__link-next:hover,
.talk08 .p-tal02__nav__link-next:hover {
  background-color: #fff;
  color: #652076;
}

.talk01 .p-tal02__nav__link-next i,
.talk02 .p-tal02__nav__link-next i,
.talk03 .p-tal02__nav__link-next i,
.talk04 .p-tal02__nav__link-next i,
.talk05 .p-tal02__nav__link-next i,
.talk06 .p-tal02__nav__link-next i,
.talk07 .p-tal02__nav__link-next i,
.talk08 .p-tal02__nav__link-next i {
  margin-left: 0.5rem;
}

.talk01 .crs-line,
.talk02 .crs-line,
.talk03 .crs-line,
.talk04 .crs-line,
.talk05 .crs-line,
.talk06 .crs-line,
.talk07 .crs-line,
.talk08 .crs-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 67.2%;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 0;
  padding-bottom: 1px;
  background-image: url(assets/images/talk_border02_lg.png);
  background-position: 0 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.talk01 .crs-line.top,
.talk02 .crs-line.top,
.talk03 .crs-line.top,
.talk04 .crs-line.top,
.talk05 .crs-line.top,
.talk06 .crs-line.top,
.talk07 .crs-line.top,
.talk08 .crs-line.top {
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0;
  background-image: url(assets/images/talk_border01_lg.png);
}

/*
* 生徒の声：VOICE
*/
.voice #colorbox,
.voice #cboxOverlay,
.voice #cboxWrapper {
  overflow: initial;
}

.voice .p-voi__mv {
  background-image: url(assets/images/sv__mainimg.jpg);
}

.voice .p-voi01__txt {
  line-height: 1.5;
}

.voice .p-voi01__ulist {
  margin-top: 3rem;
}

.voice .p-voi01__ulist__item {
  position: relative;
}

.voice .p-voi01__ulist__item:nth-child(n+2) {
  margin-top: 2rem;
}

.voice .p-voi01__ulist__item::after {
  display: block;
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: 3.2rem;
  height: 3.2rem;
  background: linear-gradient(135deg, #652076 0%, #652076 50%, #fff 50%, #fff 100%);
  content: "";
}

.voice .p-voi01__ulist__item a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.voice .p-voi01__ulist__item a:hover {
  opacity: 0.7;
}

.voice .p-voi01__ulist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem;
  border: 1px solid #652076;
  background-color: #fff;
}

.voice .p-voi01__ulist__img {
  width: 12.4rem;
  margin-right: 1rem;
}

.voice .p-voi01__ulist__category,
.voice .club .p-clu04 .p-voi01__ulist__category-lightblue,
.club .p-clu04 .voice .p-voi01__ulist__category-lightblue,
.voice .club .p-clu04 .p-voi01__ulist__category-green,
.club .p-clu04 .voice .p-voi01__ulist__category-green,
.voice .club .p-clu04 .p-voi01__ulist__category-yellow,
.club .p-clu04 .voice .p-voi01__ulist__category-yellow,
.voice .club .p-clu04 .p-voi01__ulist__category-orange,
.club .p-clu04 .voice .p-voi01__ulist__category-orange,
.voice .club .p-clu04 .p-voi01__ulist__category-pink,
.club .p-clu04 .voice .p-voi01__ulist__category-pink,
.voice .club .p-clu04 .p-voi01__ulist__category-purple,
.club .p-clu04 .voice .p-voi01__ulist__category-purple,
.voice .p-voi01__ulist__category-lightblue,
.voice .p-voi01__ulist__category-green,
.voice .p-voi01__ulist__category-yellow,
.voice .p-voi01__ulist__category-orange,
.voice .p-voi01__ulist__category-pink,
.voice .p-voi01__ulist__category-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10rem;
  padding: 0.5rem 0rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.voice .p-voi01__ulist__category-lightblue {
  background-color: #71c7d5;
}

.voice .p-voi01__ulist__category-green {
  background-color: #11a196;
}

.voice .p-voi01__ulist__category-pink {
  background-color: #e3aece;
}

.voice .p-voi01__ulist__category-yellow {
  background-color: #f1ab3e;
}

.voice .p-voi01__ulist__category-orange {
  background-color: #e06b5b;
}

.voice .p-voi01__ulist__category-purple {
  background-color: #9f73a3;
}

.voice .p-voi01__ulist__txtbox {
  margin-top: 1rem;
}

.voice .p-voi01__ulist__txtbox__ttl,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-lightblue,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-green,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-yellow,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-orange,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-pink,
.voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple,
.club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-purple,
.voice .p-voi01__ulist__txtbox__ttl-lightblue,
.voice .p-voi01__ulist__txtbox__ttl-green,
.voice .p-voi01__ulist__txtbox__ttl-pink,
.voice .p-voi01__ulist__txtbox__ttl-yellow,
.voice .p-voi01__ulist__txtbox__ttl-orange,
.voice .p-voi01__ulist__txtbox__ttl-purple {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}

.voice .p-voi01__ulist__txtbox__ttl-lightblue {
  color: #71c7d5;
}

.voice .p-voi01__ulist__txtbox__ttl-green {
  color: #11a196;
}

.voice .p-voi01__ulist__txtbox__ttl-pink {
  color: #e3aece;
}

.voice .p-voi01__ulist__txtbox__ttl-yellow {
  color: #f1ab3e;
}

.voice .p-voi01__ulist__txtbox__ttl-orange {
  color: #e06b5b;
}

.voice .p-voi01__ulist__txtbox__ttl-purple {
  color: #9f73a3;
}

.voice .p-voi01__ulist__txtbox__txt {
  margin-top: 1rem;
  color: #231815;
  font-size: 1.4rem;
}

.voice .p-voi02__outline {
  margin-top: 9rem;
}

.voice .p-clbox__outline,
.voice .p-clbox__outline-lightblue,
.voice .p-clbox__outline-green,
.voice .p-clbox__outline-pink,
.voice .p-clbox__outline-yellow,
.voice .p-clbox__outline-orange,
.voice .p-clbox__outline-purple {
  padding: 3rem 8%;
  border-width: 0.3rem;
  border-style: solid;
  background-color: #fff;
}

.voice .p-clbox__outline-lightblue {
  border-color: #71c7d5;
}

.voice .p-clbox__outline-green {
  border-color: #11a196;
}

.voice .p-clbox__outline-pink {
  border-color: #e3aece;
}

.voice .p-clbox__outline-yellow {
  border-color: #f1ab3e;
}

.voice .p-clbox__outline-orange {
  border-color: #e06b5b;
}

.voice .p-clbox__outline-purple {
  border-color: #9f73a3;
}

.voice .p-clbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voice .p-clbox__category,
.voice .p-clbox__category-lightblue,
.voice .p-clbox__category-green,
.voice .p-clbox__category-pink,
.voice .p-clbox__category-yellow,
.voice .p-clbox__category-orange,
.voice .p-clbox__category-purple {
  width: 10rem;
  padding: 0.5rem 0rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.voice .p-clbox__category-lightblue {
  background-color: #71c7d5;
}

.voice .p-clbox__category-green {
  background-color: #11a196;
}

.voice .p-clbox__category-pink {
  background-color: #e3aece;
}

.voice .p-clbox__category-yellow {
  background-color: #f1ab3e;
}

.voice .p-clbox__category-orange {
  background-color: #e06b5b;
}

.voice .p-clbox__category-purple {
  background-color: #9f73a3;
}

.voice .p-clbox__txtbox__ttl,
.voice .p-clbox__txtbox__ttl-lightblue,
.voice .p-clbox__txtbox__ttl-green,
.voice .p-clbox__txtbox__ttl-pink,
.voice .p-clbox__txtbox__ttl-yellow,
.voice .p-clbox__txtbox__ttl-orange,
.voice .p-clbox__txtbox__ttl-purple {
  font-size: 1.6rem;
}

.voice .p-clbox__txtbox__ttl,
.voice .p-clbox__txtbox__ttl-lightblue,
.voice .p-clbox__txtbox__ttl-green,
.voice .p-clbox__txtbox__ttl-pink,
.voice .p-clbox__txtbox__ttl-yellow,
.voice .p-clbox__txtbox__ttl-orange,
.voice .p-clbox__txtbox__ttl-purple {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.voice .p-clbox__txtbox__ttl-lightblue {
  color: #71c7d5;
}

.voice .p-clbox__txtbox__ttl-green {
  color: #11a196;
}

.voice .p-clbox__txtbox__ttl-pink {
  color: #e3aece;
}

.voice .p-clbox__txtbox__ttl-yellow {
  color: #f1ab3e;
}

.voice .p-clbox__txtbox__ttl-orange {
  color: #e06b5b;
}

.voice .p-clbox__txtbox__ttl-purple {
  color: #9f73a3;
}

.voice .p-clbox__txtbox__txt {
  margin-top: 2rem;
  color: #231815;
}

.voice .p-clbox__comment,
.voice .p-clbox__comment-lightblue,
.voice .p-clbox__comment-green,
.voice .p-clbox__comment-yellow,
.voice .p-clbox__comment-pink,
.voice .p-clbox__comment-orange,
.voice .p-clbox__comment-purple {
  height: 15rem;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-right: 1rem;
  overflow-y: scroll;
  border-top-width: 0.1rem;
  border-style: dashed;
  font-size: 1.4rem;
  line-height: 1.5;
}

.voice .p-clbox__comment-lightblue {
  border-color: #71c7d5;
}

.voice .p-clbox__comment-green {
  border-color: #11a196;
}

.voice .p-clbox__comment-pink {
  border-color: #e3aece;
}

.voice .p-clbox__comment-yellow {
  border-color: #f1ab3e;
}

.voice .p-clbox__comment-orange {
  border-color: #e06b5b;
}

.voice .p-clbox__comment-purple {
  border-color: #9f73a3;
}

.voice .p-clbox__img {
  width: 10rem;
}

.voice #colorbox {
  overflow: initial !important;
}

.voice #cboxNext,
.voice #cboxPrevious,
.voice #cboxClose {
  position: absolute;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.voice #cboxNext,
.voice #cboxPrevious {
  z-index: 99;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.voice #cboxNext {
  right: 0;
  right: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-r.png);
}

.voice #cboxPrevious {
  left: 0;
  left: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-l.png);
}

.voice #cboxClose {
  display: block;
  top: 1rem;
  right: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(assets/images/voi_ico_close.png);
}

/*
* クラブ活動：ACTIBITIES
*/
.club .p-clu__mv {
  background-image: url(assets/images/sv__mainimg.jpg);
}

.club .p-clu01__ttl {
  font-size: 1.8rem;
}

.club .p-clu01__ttl {
  color: #652076;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.club .p-clu01__txt {
  margin-top: 2rem;
  line-height: 1.5;
}

.club .p-clu02__outline {
  margin-top: 7rem;
}

.club .p-clu02__img01 {
  display: block;
  margin-top: 3rem;
}

.club .p-clu02__list {
  margin-top: 4rem;
}

.club .p-clu02__cat {
  color: #076baf;
}

.club .p-clu03__outline {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 0.5rem solid #231815;
}

.club .p-clu03__tab {
  display: none;
}

.club .p-clu03__tab__item,
.club .p-clu03__tab__item01,
.club .p-clu03__tab__item02 {
  display: inline-table;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  width: 33%;
  padding: 1rem 0;
  border: none;
  border-top: 0.2rem solid #652076;
  outline: none;
  background-color: #fff;
  color: #652076;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.club .p-clu03__tab__item:hover,
.club .p-clu03__tab__item01:hover,
.club .p-clu03__tab__item02:hover {
  background-color: #652076;
  color: #fff;
}

.club .p-clu03__tab__item01.active,
.club .p-clu03__tab__item02.active {
  background-color: #652076;
  color: #fff;
}

.club .p-clu03__tab__item01 {
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.club .p-clu03__tab__item02 {
  border-right: 0.2rem solid #652076;
}

.club .p-clu03__content {
  border: 0.2rem solid #652076;
  border-radius: 8px;
  background-color: #fff;
}

.club .p-clu03__content:nth-of-type(n-2) {
  margin-top: 2rem;
}

.club .p-clu03__content.active {
  display: block;
}

.club .p-clu03__content.hide {
  display: none;
}

.club .p-clu03__content__ttl {
  position: relative;
  padding: 2rem 1.5rem;
  color: #652076;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
}

.club .p-clu03__content__ttl::after,
.club .p-clu03__content__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.club .p-clu03__content__ttl.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.club .p-clu03__content__ttl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.club .p-clu03__categorylist:last-of-type .p-clu03__categorylist__item {
  margin-bottom: 1rem;
}

.club .p-clu03__categorylist__item {
  display: none;
  padding: 0 1rem 2rem;
  border-bottom: 1px solid #652076;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(230, 221, 233)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(230, 221, 233) 0%, rgb(255, 255, 255) 100%);
}

.club .p-clu03__categorylist__ttl {
  font-size: 1.4rem;
}

.club .p-clu03__categorylist__ttl {
  position: relative;
  padding: 2rem 1.5rem;
  color: #652076;
  font-weight: 600;
  cursor: pointer;
}

.club .p-clu03__categorylist__ttl::after {
  font-size: 1.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.club .p-clu03__categorylist__ttl::after {
  display: inline-table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 1.5rem 0;
  padding: 0.5rem 1.5rem;
  border: 1px solid #652076;
  border-radius: 10rem;
  background-color: #fff;
  content: "詳しく見る";
  color: #652076;
  font-weight: 500;
}

.club .p-clu03__categorylist__ttl.active::after {
  background-color: #652076;
  content: "閉じる";
  color: #fff;
}

.club .p-clu03__categorylist__ttl:nth-of-type(n-2) {
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 2rem 0 2rem 0.5rem;
  border-top: 1px dotted #652076;
}

.club .p-clu03__categorylist__txt {
  font-size: 1.2rem;
}

.club .p-clu03__categorylist__txt {
  margin-top: 2rem;
  margin-left: 1rem;
  line-height: 1.5;
}

.club .p-clu03__ulist {
  display: none;
  margin-right: 1rem;
  margin-left: 1rem;
}

.club .p-clu03__btn {
  margin-top: 2rem;
  text-align: center;
}

.club .p-clu03__btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border: 0.2rem solid #652076;
  background-color: #652076;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.club .p-clu03__btn a:hover {
  background-color: #fff;
  color: #652076;
}

.club .p-clu04__outline {
  margin-top: 6rem;
}

.club .p-clu04 .p-voi01__txt {
  line-height: 1.5;
}

.club .p-clu04 .p-voi01__ulist {
  margin-top: 3rem;
}

.club .p-clu04 .p-voi01__ulist__item {
  position: relative;
}

.club .p-clu04 .p-voi01__ulist__item:nth-child(n+2) {
  margin-top: 2rem;
}

.club .p-clu04 .p-voi01__ulist__item::after {
  display: block;
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: 3.2rem;
  height: 3.2rem;
  background: linear-gradient(135deg, #652076 0%, #652076 50%, #fff 50%, #fff 100%);
  content: "";
}

.club .p-clu04 .p-voi01__ulist__item a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.club .p-clu04 .p-voi01__ulist__item a:hover {
  opacity: 0.7;
}

.club .p-clu04 .p-voi01__ulist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0.5rem;
  border: 1px solid #652076;
  background-color: #fff;
}

.club .p-clu04 .p-voi01__ulist__img {
  width: 12.4rem;
  margin-right: 1rem;
}

.club .p-clu04 .p-voi01__ulist__category,
.club .p-clu04 .p-voi01__ulist__category-lightblue,
.club .p-clu04 .p-voi01__ulist__category-green,
.club .p-clu04 .p-voi01__ulist__category-yellow,
.club .p-clu04 .p-voi01__ulist__category-orange,
.club .p-clu04 .p-voi01__ulist__category-pink,
.club .p-clu04 .p-voi01__ulist__category-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10rem;
  padding: 0.5rem 0rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.club .p-clu04 .p-voi01__ulist__category-lightblue {
  background-color: #71c7d5;
}

.club .p-clu04 .p-voi01__ulist__category-green {
  background-color: #11a196;
}

.club .p-clu04 .p-voi01__ulist__category-pink {
  background-color: #e3aece;
}

.club .p-clu04 .p-voi01__ulist__category-yellow {
  background-color: #f1ab3e;
}

.club .p-clu04 .p-voi01__ulist__category-orange {
  background-color: #e06b5b;
}

.club .p-clu04 .p-voi01__ulist__category-purple {
  background-color: #9f73a3;
}

.club .p-clu04 .p-voi01__ulist__txtbox {
  margin-top: 1rem;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
.club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue {
  color: #71c7d5;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-green {
  color: #11a196;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink {
  color: #e3aece;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow {
  color: #f1ab3e;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange {
  color: #e06b5b;
}

.club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple {
  color: #9f73a3;
}

.club .p-clu04 .p-voi01__ulist__txtbox__txt {
  margin-top: 1rem;
  color: #231815;
  font-size: 1.4rem;
}

.club .p-clbox__outline,
.club .p-clbox__outline-lightblue,
.club .p-clbox__outline-green,
.club .p-clbox__outline-pink,
.club .p-clbox__outline-yellow,
.club .p-clbox__outline-orange,
.club .p-clbox__outline-purple {
  padding: 3rem 15%;
  border-width: 0.3rem;
  border-style: solid;
  background-color: #fff;
}

.club .p-clbox__outline-lightblue {
  border-color: #71c7d5;
}

.club .p-clbox__outline-green {
  border-color: #11a196;
}

.club .p-clbox__outline-pink {
  border-color: #e3aece;
}

.club .p-clbox__outline-yellow {
  border-color: #f1ab3e;
}

.club .p-clbox__outline-orange {
  border-color: #e06b5b;
}

.club .p-clbox__outline-purple {
  border-color: #9f73a3;
}

.club .p-clbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.club .p-clbox__category,
.club .p-clbox__category-lightblue,
.club .p-clbox__category-green,
.club .p-clbox__category-pink,
.club .p-clbox__category-yellow,
.club .p-clbox__category-orange,
.club .p-clbox__category-purple {
  width: 10rem;
  padding: 0.5rem 0rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}

.club .p-clbox__category-lightblue {
  background-color: #71c7d5;
}

.club .p-clbox__category-green {
  background-color: #11a196;
}

.club .p-clbox__category-pink {
  background-color: #e3aece;
}

.club .p-clbox__category-yellow {
  background-color: #f1ab3e;
}

.club .p-clbox__category-orange {
  background-color: #e06b5b;
}

.club .p-clbox__category-purple {
  background-color: #9f73a3;
}

.club .p-clbox__txtbox__ttl,
.club .p-clbox__txtbox__ttl-lightblue,
.club .p-clbox__txtbox__ttl-green,
.club .p-clbox__txtbox__ttl-pink,
.club .p-clbox__txtbox__ttl-yellow,
.club .p-clbox__txtbox__ttl-orange,
.club .p-clbox__txtbox__ttl-purple {
  font-size: 1.6rem;
}

.club .p-clbox__txtbox__ttl,
.club .p-clbox__txtbox__ttl-lightblue,
.club .p-clbox__txtbox__ttl-green,
.club .p-clbox__txtbox__ttl-pink,
.club .p-clbox__txtbox__ttl-yellow,
.club .p-clbox__txtbox__ttl-orange,
.club .p-clbox__txtbox__ttl-purple {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.club .p-clbox__txtbox__ttl-lightblue {
  color: #71c7d5;
}

.club .p-clbox__txtbox__ttl-green {
  color: #11a196;
}

.club .p-clbox__txtbox__ttl-pink {
  color: #e3aece;
}

.club .p-clbox__txtbox__ttl-yellow {
  color: #f1ab3e;
}

.club .p-clbox__txtbox__ttl-orange {
  color: #e06b5b;
}

.club .p-clbox__txtbox__ttl-purple {
  color: #9f73a3;
}

.club .p-clbox__txtbox__txt {
  margin-top: 2rem;
  color: #231815;
}

.club .p-clbox__comment,
.club .p-clbox__comment-lightblue,
.club .p-clbox__comment-green,
.club .p-clbox__comment-yellow,
.club .p-clbox__comment-pink,
.club .p-clbox__comment-orange,
.club .p-clbox__comment-purple {
  height: 15rem;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-right: 1rem;
  overflow-y: scroll;
  border-top-width: 0.1rem;
  border-style: dashed;
  font-size: 1.4rem;
  line-height: 1.5;
}

.club .p-clbox__comment-lightblue {
  border-color: #71c7d5;
}

.club .p-clbox__comment-green {
  border-color: #11a196;
}

.club .p-clbox__comment-pink {
  border-color: #e3aece;
}

.club .p-clbox__comment-yellow {
  border-color: #f1ab3e;
}

.club .p-clbox__comment-orange {
  border-color: #e06b5b;
}

.club .p-clbox__comment-purple {
  border-color: #9f73a3;
}

.club .p-clbox__img {
  width: 10rem;
}

.club #colorbox {
  overflow: initial !important;
}

.club #cboxNext,
.club #cboxPrevious,
.club #cboxClose {
  position: absolute;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.club #cboxNext,
.club #cboxPrevious {
  z-index: 99;
  top: 50%;
  width: 3.2rem;
  height: 3.2rem;
}

.club #colorbox,
.club #cboxOverlay,
.club #cboxWrapper {
  overflow: initial !important;
}

.club #cboxNext {
  right: 0;
  right: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-r.png);
}

.club #cboxPrevious {
  left: 0;
  left: -1.5rem;
  background-image: url(assets/images/voi_ico_arrow-l.png);
}

.club #cboxClose {
  display: block;
  top: 1rem;
  right: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(assets/images/voi_ico_close.png);
}

/*
* 3つの主義：PRINCIPLE
*/
.principle .p-prin__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.principle .p-prin__lnav__item:nth-of-type(n+2) {
  margin-top: 1rem;
}

.principle .p-prin__lnav__item:nth-of-type(1) a::before {
  content: "01";
}

.principle .p-prin__lnav__item:nth-of-type(2) a::before {
  content: "02";
}

.principle .p-prin__lnav__item:nth-of-type(3) a::before {
  content: "03";
}

.principle .p-prin__lnav__btn,
.principle .p-prin__lnav__item:nth-of-type(1) a,
.principle .p-prin__lnav__item:nth-of-type(2) a,
.principle .p-prin__lnav__item:nth-of-type(3) a {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.principle .p-prin__lnav__btn::before,
.principle .p-prin__lnav__item:nth-of-type(1) a::before,
.principle .p-prin__lnav__item:nth-of-type(2) a::before,
.principle .p-prin__lnav__item:nth-of-type(3) a::before {
  display: block;
  position: absolute;
  position: after;
  margin-top: 0.1rem;
  color: #652076;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Overpass", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.principle .p-prin__lnav__btn::after,
.principle .p-prin__lnav__item:nth-of-type(1) a::after,
.principle .p-prin__lnav__item:nth-of-type(2) a::after,
.principle .p-prin__lnav__item:nth-of-type(3) a::after {
  -webkit-transition: none;
  transition: none;
}

.principle .p-prin__lnav__btn:hover,
.principle .p-prin__lnav__item:nth-of-type(1) a:hover,
.principle .p-prin__lnav__item:nth-of-type(2) a:hover,
.principle .p-prin__lnav__item:nth-of-type(3) a:hover {
  background-color: #652076;
  color: #fff;
}

.principle .p-prin__lnav__btn:hover::before,
.principle .p-prin__lnav__item:nth-of-type(1) a:hover::before,
.principle .p-prin__lnav__item:nth-of-type(2) a:hover::before,
.principle .p-prin__lnav__item:nth-of-type(3) a:hover::before {
  color: #fff;
}

.principle .p-prin01__sec {
  margin-top: 7rem;
  overflow: hidden;
}

.principle .p-prin01__sec:nth-of-type(n+2) {
  margin-top: 4rem;
}

.principle .p-prin01__head {
  padding-right: 2rem;
  padding-left: 2rem;
}

.principle .p-prin01__head__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.principle .p-prin01__head__ttl em {
  font-size: 2.4rem;
}

.principle .p-prin01__head__ttl em {
  display: block;
  color: #652076;
  font-weight: 400;
}

.principle .p-prin01__head__ttl span {
  font-size: 6rem;
  font-family: "Overpass", sans-serif;
}

.principle .p-prin01__head__ttl span {
  display: block;
  color: #652076;
  font-weight: 400;
}

.principle .p-prin01__txtbox__ttl {
  font-size: 1.8rem;
}

.principle .p-prin01__txtbox__ttl {
  display: block;
  color: #652076;
  font-weight: 700;
  line-height: 1.5;
}

.principle .p-prin01__txtbox__txt {
  font-size: 1.4rem;
}

.principle .p-prin01__txtbox__txt {
  margin-top: 3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.principle .p-prin01__body {
  margin-top: 2rem;
}

.principle .p-prin01__item {
  border-radius: 8px;
  background-color: #ded1e1;
}

.principle .p-prin01__item:nth-of-type(n+2) {
  margin-top: 2rem;
}

.principle .p-prin01__item.active {
  padding-bottom: 3rem;
}

.principle .p-prin01__trigger {
  position: relative;
  padding: 1rem 2rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #ae8ab1;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  cursor: pointer;
}

.principle .p-prin01__trigger::after,
.principle .p-prin01__trigger::before {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.principle .p-prin01__trigger.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.principle .p-prin01__trigger::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.principle .p-prin01__content {
  display: none;
  margin: 0 1.5rem 0;
  padding-top: 2rem;
  background-color: #fff;
}

.principle .p-prin01__content__note {
  padding: 1rem 0;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.principle .p-prin01__content__txtbox {
  margin-right: 2rem;
  margin-left: 2rem;
}

.principle .p-prin01__content__txtbox__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2.4rem;
}

.principle .p-prin01__content__txtbox__subttl {
  position: relative;
  margin-top: 2rem;
  padding-top: 3rem;
  color: #652076;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: justify;
}

.principle .p-prin01__content__txtbox__subttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28rem;
  height: 0.1rem;
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
  background-color: #652076;
  content: "";
}

.principle .p-prin01__content__txtbox__txt {
  margin-top: 3rem;
  margin-right: 2rem;
  margin-left: 2rem;
  line-height: 1.5;
  text-align: justify;
}

.principle .p-prin01__content__img {
  margin-top: 3rem;
}

.principle .p-prin01__content__txt {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.principle .p-prin01__content__btn {
  width: calc(100% - 3rem);
  margin: 3rem auto 0;
  padding: 1.9rem 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.principle .p-prin01__txtbox::before {
  display: block;
  width: 28rem;
  height: 0.1rem;
  background-color: #652076;
  content: "";
}

.principle .p-prin01__txtbox__ttl {
  font-size: 1.8rem;
}

.principle .p-prin01__txtbox__ttl {
  margin-top: 3rem;
  color: #652076;
  font-weight: 700;
}

.principle .p-prin01__note {
  margin-top: 2rem;
  padding-top: 3rem;
  background-color: #ded1e1;
}

.principle .p-prin01__note__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 1.4rem;
}

.principle .p-prin01__note__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}

.principle .p-prin01__foot {
  margin-top: 4rem;
}

.principle .p-prin01__foot__sec02 {
  margin-top: 3rem;
}

.principle .p-prin01__foot__ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #652076;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.principle .p-prin01__foot__ttl01 span {
  margin-top: 0.5rem;
  color: #231815;
  font-size: 1.4rem;
}

.principle .p-prin01__foot__ttl02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background-color: #652076;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.principle .p-prin01__foot__box {
  margin-top: 1rem;
}

.principle .p-prin01__foot__box:nth-of-type(n+2) {
  margin-top: 3rem;
}

.principle .p-prin01__foot__item,
.principle .p-prin01__foot__item-other {
  margin-top: 1rem;
}

.principle .p-prin01__foot__item:nth-of-type(n+2),
.principle .p-prin01__foot__item-other:nth-of-type(n+2) {
  margin-top: 3rem;
}

.principle .p-prin01__foot__item__ttl {
  color: #652076;
  line-height: 1.5;
  text-align: center;
}

.principle .p-prin01__foot__item__term {
  margin-top: 1rem;
  text-align: center;
}

.principle .p-prin01__foot__item__img {
  display: block;
  width: calc(100% - 4rem);
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.principle .p-prin01__foot__item__txt01 {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  line-height: 1.5;
}

.principle .p-prin01__foot__item__txt02 {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid #652076;
  line-height: 1.5;
  text-align: justify;
}

.principle .p-prin01__foot__item-other {
  margin-top: 3rem;
}

.principle .p-prin01__foot__item-other__ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}

.principle .p-prin01__foot__item-other__sub {
  margin-top: 2rem;
  color: #652076;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.principle .p-prin01__foot__item-other__txt {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  border-top: 1px solid #652076;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.principle .p-prin01__foot__item02 {
  margin-top: 1rem;
  padding: 0 2rem;
}

.principle .p-prin01__foot__item02__img01 {
  display: block;
}

.principle .p-prin01__foot__item02__txt01 {
  margin-top: 2rem;
  line-height: 1.5;
  font-family: "Overpass", sans-serif;
}

.principle .p-prin01__wrap {
  padding-right: 2rem;
  padding-left: 2rem;
  background-image: url(assets/images/pri03_bg.png);
  background-position: 50% 1.6rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.principle .clbox__outline {
  padding: 4rem 3rem;
  border-width: 0.8rem;
  border-style: solid;
  border-color: #652076;
  background: #fff;
}

.principle .clbox__list__item:nth-of-type(n+2) {
  margin-top: 3rem;
}

.principle .clbox__list__box:nth-of-type(n+2) {
  margin-top: 3rem;
}

.principle .clbox__list__box dt {
  color: #652076;
  font-weight: 500;
  font-size: 2rem;
}

.principle .clbox__list__box dd {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #652076;
  font-size: 1.3rem;
  line-height: 1.8;
}

.principle #cboxLoadedContent {
  padding: 0;
  overflow: auto;
}

.principle #cboxPrevious,
.principle #cboxNext,
.principle #cboxSlideshow,
.principle #cboxClose,
.principle #cboxTitle {
  top: -30px;
}

.principle #colorbox,
.principle #cboxOverlay,
.principle #cboxWrapper {
  overflow: visible;
}

.principle #cboxTitle {
  color: #fff;
}

/*
* 各教科の学び：CURRICULUM
*/
.subject .p-cur__mv {
  background-image: url(assets/images/dk__mainimg.jpg);
}

.subject .p-cur01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.subject .p-cur01__txt {
  margin-top: 3rem;
  line-height: 1.5;
}

.subject .p-cur01__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4rem;
}

.subject .p-cur01__tab__item,
.subject .p-cur01__tab__item01,
.subject .p-cur01__tab__item02 {
  display: inline-table;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 1rem;
  padding: 1rem 0;
  border: none;
  border: 0.2rem solid #652076;
  outline: none;
  background-color: #fff;
  color: #652076;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.subject .p-cur01__tab__item:hover,
.subject .p-cur01__tab__item01:hover,
.subject .p-cur01__tab__item02:hover {
  background-color: #652076;
  color: #fff;
}

.subject .p-cur01__tab__item01.active,
.subject .p-cur01__tab__item02.active {
  background-color: #652076;
  color: #fff;
}

.subject .p-cur01__tab__item01 {
  border-right: 0.2rem solid #652076;
  border-left: 0.2rem solid #652076;
}

.subject .p-cur01__tab__item02 {
  border-right: 0.2rem solid #652076;
}

.subject .p-cur01__content {
  display: none;
  border: none;
}

.subject .p-cur01__content:nth-of-type(n-2) {
  margin-top: 2rem;
}

.subject .p-cur01__content.active {
  display: block;
}

.subject .p-cur01__content.hide {
  display: none;
}

.subject .p-cur01__item {
  margin-top: 5rem;
}

.subject .p-cur01__box__ttl {
  margin-top: 1rem;
  color: #652076;
  font-weight: 700;
  font-size: 3.6rem;
}

.subject .p-cur01__box__ttl__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-transform: translateX(-2rem);
  transform: translateX(-2rem);
  font-weight: 600;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.subject .p-cur01__box__ttl__en::before {
  display: block;
  width: 5.4rem;
  height: 0.1rem;
  margin-right: 0.5rem;
  background-color: #652076;
  content: "";
}

.subject .p-cur01__box__subttl {
  font-size: 1.6rem;
}

.subject .p-cur01__box__subttl {
  margin-top: 1rem;
  color: #652076;
  font-weight: 700;
  line-height: 1.4;
}

.subject .p-cur01__box__txt {
  font-size: 1.4rem;
}

.subject .p-cur01__box__txt {
  margin-top: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

.subject .p-cur01__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3rem;
  padding: 1rem;
  border: 1px solid #652076;
  background-color: #eee8f1;
}

.subject .p-cur01__card__img {
  width: 11.2rem;
  margin-right: 1rem;
}

.subject .p-cur01__txtbox__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

.subject .p-cur01__txtbox__name {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #652076;
  font-weight: 400;
  font-size: 1.2rem;
}

.subject .p-cur01__txtbox__name span {
  margin-left: 1rem;
  color: #652076;
  font-size: 1.2rem;
}

.subject .p-cur01__goal {
  margin-top: 2rem;
}

.subject .p-cur01__goal:nth-of-type(1) {
  margin-left: 0;
}

.subject .p-cur01__goal__ttl {
  display: inline-block;
  padding: 0.9rem 2rem 0.7rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #652076;
  color: #fff;
  font-size: 1.4rem;
}

.subject .p-cur01__goal__box {
  padding: 1rem 0;
  border-top: 1px solid #652076;
  border-bottom: 1px solid #652076;
}

.subject .p-cur01__goal__item {
  font-size: 1.4rem;
}

.subject .p-cur01__goal__item {
  margin-top: 0.5rem;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-indent: -1em;
}

.subject .p-cur01__goal__item::before {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.3rem;
  background-color: #ae8ab1;
  content: "";
}

.subject .p-cur01__goal__item:nth-of-type(1) {
  margin-top: 0;
}

.subject .p-cur01__btn {
  margin-top: 4rem;
  text-align: center;
}

.subject .p-cur01__btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border: 0.2rem solid #652076;
  background-color: #652076;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.subject .p-cur01__btn a:hover {
  background-color: #fff;
  color: #652076;
}

/*
* 入試概要・資料：OUTLINE
*/
.exa main {
  padding-bottom: 0;
}

.exa .p-exa__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.exa .p-exa01__img01 {
  display: block;
  margin-top: 4rem;
}

.exa .p-exa01__list {
  margin-top: 4rem;
}

.exa .p-exa01__cat {
  color: #87bd42;
}

.exa .p-exa01 .p-idx01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20rem;
  margin: auto;
  padding: 1rem 0;
  background-color: #d5c4d9;
  color: #652076;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.exa .p-exa01 .p-idx01__btn:hover {
  background-color: #652076;
  color: #fff;
}

.exa .p-exa02__outline {
  margin-top: 2rem;
}

.exa .p-exa02__ttl {
  padding: 1.5rem 0;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.exa .p-exa02__tablebox {
  display: none;
  padding: 3rem;
  border: 0.8rem solid #e2d8e6;
  background-color: #fff;
}

.exa .p-exa02__tablebox table {
  width: 100%;
  border-collapse: collapse;
}

.exa .p-exa02__tablebox table th,
.exa .p-exa02__tablebox table td {
  padding: 2rem 0;
  border-right: 1px solid #652076;
  border-bottom: 1px solid #652076;
}

.exa .p-exa02__tablebox table th {
  font-size: 1.2rem;
}

.exa .p-exa02__tablebox table th {
  border-top: 1px solid #652076;
  border-left: 1px solid #652076;
  color: #652076;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.exa .p-exa02__tablebox table th.w120 {
  width: 12rem;
}

.exa .p-exa02__tablebox table td {
  padding: 2rem;
  color: #652076;
  vertical-align: middle;
}

.exa .p-exa02__tablebox__ulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exa .p-exa02__tablebox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #652076;
}

.exa .p-exa02__tablebox__item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.exa .p-exa02__tablebox__icon {
  margin-right: 1rem;
  padding: 0.6rem 0.5rem 0.4rem;
  border-radius: 4px;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.exa .p-exa02__tablebox__txt {
  color: #231815;
  font-weight: 500;
  font-size: 1.2rem;
  white-space: nowrap;
}

.exa .p-exa02__acrbox {
  margin-right: 2rem;
  margin-left: 2rem;
}

.exa .p-exa02__acrbox__item {
  border: 1px solid #652076;
}

.exa .p-exa02__acrbox__item:nth-of-type(n-2) {
  margin-top: 2rem;
}

.exa .p-exa02__acrbox__item.active {
  display: block;
}

.exa .p-exa02__acrbox__ttl {
  position: relative;
  padding: 2rem 1.5rem;
  color: #652076;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}

.exa .p-exa02__acrbox__ttl::after,
.exa .p-exa02__acrbox__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.exa .p-exa02__acrbox__ttl.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.exa .p-exa02__acrbox__ttl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.exa .p-exa02__acrbox__content {
  display: none;
  padding: 0 2rem 2rem;
}

.exa .p-exa02__acrbox__content__subttl {
  margin-top: 3rem;
  padding: 1.3rem 1.5rem;
  border: 1px solid #652076;
  background-color: #fff;
  color: #652076;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

.exa .p-exa02__acrbox__content__subttl:nth-of-type(1) {
  margin-top: 0;
}

.exa .p-exa02__acrbox__content__ulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
}

.exa .p-exa02__acrbox__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed #652076;
}

.exa .p-exa02__acrbox__content__item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.exa .p-exa02__acrbox__content__icon {
  margin-right: 1rem;
  padding: 0.6rem 0.5rem;
  border-radius: 4px;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
}

.exa .p-exa02__acrbox__content__txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

.exa .p-exa03__outline {
  margin-top: 12rem;
  padding-bottom: 8rem;
  background-image: url(assets/images/syl02_bg.png);
  background-position: 50% 5.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.exa .p-exa03__wrap {
  margin-top: 8rem;
  padding-top: 4rem;
  padding-right: 6rem;
  padding-bottom: 8rem;
  padding-left: 6rem;
  background-color: #fff;
}

.exa .p-exa03__sec01 {
  margin-top: 3rem;
}

.exa .p-exa03__sec01:first-of-type {
  margin-top: 0;
}

.exa .p-exa03__ttl {
  padding: 1.6rem 0;
  background-color: #652076;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.exa .p-exa03__ttl span {
  color: #efea3a;
}

.exa .p-exa03__box {
  margin-top: 1rem;
  padding: 2rem 1.6rem;
  border: 1px solid #652076;
  background-color: #fff;
}

.exa .p-exa03__box:first-of-type {
  margin-top: 1.5rem;
}

.exa .p-exa03__subttl {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.exa .p-exa03__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  cursor: pointer;
}

.exa .p-exa03__subttl span:first-of-type {
  color: #652076;
  font-size: 1.6rem;
}

.exa .p-exa03__subttl span:first-of-type {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.18rem;
  text-align: center;
}

.exa .p-exa03__subttl span:first-of-type::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.1rem;
  left: 0;
  width: calc(75% + 0rem);
  height: 0.3rem;
  margin: auto;
  border-top: 0.2rem dotted #652076;
  content: "";
}

.exa .p-exa03__subttl span:last-of-type {
  margin-top: 1.9rem;
  color: #231815;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
}

.exa .p-exa03__subttl.active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.exa .p-exa03__subttl::after,
.exa .p-exa03__subttl::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.2rem;
  height: 0.1rem;
  margin: auto;
  background-color: #652076;
  content: "";
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.exa .p-exa03__subttl::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.exa .p-exa03__ttl2 {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.exa .p-exa03__txt {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.exa .p-exa03__list {
  display: none;
  margin-top: 2rem;
}

.exa .p-exa03__item {
  margin-top: 1rem;
}

.exa .p-exa03__item:first-of-type {
  margin-top: 0;
}

.exa .p-exa03__item>a {
  line-height: 1.5;
}

.exa .p-exa03__note {
  margin-top: 1rem;
  margin-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
}

.exa .p-exa03__sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}

.exa .p-exa03__sec02__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.exa .p-exa03__sec02__link:hover {
  opacity: 0.7;
}

.exa .p-exa03__sec02__link {
  width: 46.7%;
}

.exa .p-exa03__sec02__txt {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

/*
* 採用情報：RECRUIT
*/
.recruit .p-rec__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.recruit .p-rec01__cat {
  color: #7f8080;
}

/*
* お知らせ一覧：NEWS
*/
.news .p-neli__mv,
.news .p-shi__mv,
.news .p-ser__mv,
.single-news .p-neli__mv,
.single-news .p-shi__mv,
.single-news .p-ser__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.news .p-neli01__lnav,
.single-news .p-neli01__lnav {
  margin-bottom: 4rem;
}

.news .p-neli01__lnav.-c,
.single-news .p-neli01__lnav.-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .p-neli01__lnav a,
.single-news .p-neli01__lnav a {
  display: block;
  font-size: 1.4rem;
}

.news .p-neli01__lnav a:nth-of-type(n+2),
.single-news .p-neli01__lnav a:nth-of-type(n+2) {
  margin-top: 2rem;
}

.news .p-neli01__search,
.single-news .p-neli01__search {
  grid-gap: 1rem 0;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  grid-template-areas: "search_ttl search_ttl""search_box search_box""search_note search_note";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-top: 2rem;
}

.news .p-neli01__search>p,
.single-news .p-neli01__search>p {
  grid-area: search_ttl;
  color: #652076;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.news .p-neli01__search>div,
.single-news .p-neli01__search>div {
  grid-area: search_box;
}

.news .p-neli01__search>div form,
.single-news .p-neli01__search>div form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: search_form;
  gap: 0.5rem;
}

.news .p-neli01__search>div form input[type=search],
.single-news .p-neli01__search>div form input[type=search] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #652076;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news .p-neli01__search>div form input[type=search]:focus,
.single-news .p-neli01__search>div form input[type=search]:focus {
  outline: none;
}

.news .p-neli01__search>div form input[type=search]::-webkit-input-placeholder,
.single-news .p-neli01__search>div form input[type=search]::-webkit-input-placeholder {
  color: #b99ebe;
  font-size: 1.4rem;
}

.news .p-neli01__search>div form input[type=search]::-moz-placeholder,
.single-news .p-neli01__search>div form input[type=search]::-moz-placeholder {
  color: #b99ebe;
  font-size: 1.4rem;
}

.news .p-neli01__search>div form input[type=search]:-ms-input-placeholder,
.single-news .p-neli01__search>div form input[type=search]:-ms-input-placeholder {
  color: #b99ebe;
  font-size: 1.4rem;
}

.news .p-neli01__search>div form input[type=search]::-ms-input-placeholder,
.single-news .p-neli01__search>div form input[type=search]::-ms-input-placeholder {
  color: #b99ebe;
  font-size: 1.4rem;
}

.news .p-neli01__search>div form input[type=search]::placeholder,
.single-news .p-neli01__search>div form input[type=search]::placeholder {
  color: #b99ebe;
  font-size: 1.4rem;
}

.news .p-neli01__search>div form button[type=submit],
.single-news .p-neli01__search>div form button[type=submit] {
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 0.8rem;
  background-color: #652076;
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news .p-neli01__search>div form button[type=submit]:hover,
.single-news .p-neli01__search>div form button[type=submit]:hover {
  opacity: 0.7;
}

.news .p-neli01__search span,
.single-news .p-neli01__search span {
  display: none;
  grid-area: search_space;
}

.news .p-neli01__search small,
.single-news .p-neli01__search small {
  grid-area: search_note;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
}

.news .p-neli01__catlist,
.single-news .p-neli01__catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.news .p-neli01__catlist__item,
.single-news .p-neli01__catlist__item {
  width: calc(50% - 2rem);
}

.news .p-neli01__catlist__item__link,
.news .p-neli01__catlist__item__link-news,
.news .p-neli01__catlist__item__link-event_news,
.news .p-neli01__catlist__item__link-club_news,
.news .p-neli01__catlist__item__link-admissions_news,
.news .p-neli01__catlist__item__link-member_news,
.news .p-neli01__catlist__item__link-sv_news,
.news .p-neli01__catlist__item__link-recruit_news,
.news .p-neli01__catlist__item__link-activities_news,
.single-news .p-neli01__catlist__item__link,
.single-news .p-neli01__catlist__item__link-news,
.single-news .p-neli01__catlist__item__link-event_news,
.single-news .p-neli01__catlist__item__link-club_news,
.single-news .p-neli01__catlist__item__link-admissions_news,
.single-news .p-neli01__catlist__item__link-member_news,
.single-news .p-neli01__catlist__item__link-sv_news,
.single-news .p-neli01__catlist__item__link-recruit_news,
.single-news .p-neli01__catlist__item__link-activities_news {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news .p-neli01__catlist__item__link:hover,
.news .p-neli01__catlist__item__link-news:hover,
.news .p-neli01__catlist__item__link-event_news:hover,
.news .p-neli01__catlist__item__link-club_news:hover,
.news .p-neli01__catlist__item__link-admissions_news:hover,
.news .p-neli01__catlist__item__link-member_news:hover,
.news .p-neli01__catlist__item__link-sv_news:hover,
.news .p-neli01__catlist__item__link-recruit_news:hover,
.news .p-neli01__catlist__item__link-activities_news:hover,
.single-news .p-neli01__catlist__item__link:hover,
.single-news .p-neli01__catlist__item__link-news:hover,
.single-news .p-neli01__catlist__item__link-event_news:hover,
.single-news .p-neli01__catlist__item__link-club_news:hover,
.single-news .p-neli01__catlist__item__link-admissions_news:hover,
.single-news .p-neli01__catlist__item__link-member_news:hover,
.single-news .p-neli01__catlist__item__link-sv_news:hover,
.single-news .p-neli01__catlist__item__link-recruit_news:hover,
.single-news .p-neli01__catlist__item__link-activities_news:hover {
  opacity: 0.7;
}

.news .p-neli01__catlist__item__link,
.news .p-neli01__catlist__item__link-news,
.news .p-neli01__catlist__item__link-event_news,
.news .p-neli01__catlist__item__link-club_news,
.news .p-neli01__catlist__item__link-admissions_news,
.news .p-neli01__catlist__item__link-member_news,
.news .p-neli01__catlist__item__link-sv_news,
.news .p-neli01__catlist__item__link-recruit_news,
.news .p-neli01__catlist__item__link-activities_news,
.single-news .p-neli01__catlist__item__link,
.single-news .p-neli01__catlist__item__link-news,
.single-news .p-neli01__catlist__item__link-event_news,
.single-news .p-neli01__catlist__item__link-club_news,
.single-news .p-neli01__catlist__item__link-admissions_news,
.single-news .p-neli01__catlist__item__link-member_news,
.single-news .p-neli01__catlist__item__link-sv_news,
.single-news .p-neli01__catlist__item__link-recruit_news,
.single-news .p-neli01__catlist__item__link-activities_news {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.news .p-neli01__catlist__item__link::after,
.news .p-neli01__catlist__item__link-news::after,
.news .p-neli01__catlist__item__link-event_news::after,
.news .p-neli01__catlist__item__link-club_news::after,
.news .p-neli01__catlist__item__link-admissions_news::after,
.news .p-neli01__catlist__item__link-member_news::after,
.news .p-neli01__catlist__item__link-sv_news::after,
.news .p-neli01__catlist__item__link-recruit_news::after,
.news .p-neli01__catlist__item__link-activities_news::after,
.single-news .p-neli01__catlist__item__link::after,
.single-news .p-neli01__catlist__item__link-news::after,
.single-news .p-neli01__catlist__item__link-event_news::after,
.single-news .p-neli01__catlist__item__link-club_news::after,
.single-news .p-neli01__catlist__item__link-admissions_news::after,
.single-news .p-neli01__catlist__item__link-member_news::after,
.single-news .p-neli01__catlist__item__link-sv_news::after,
.single-news .p-neli01__catlist__item__link-recruit_news::after,
.single-news .p-neli01__catlist__item__link-activities_news::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  content: "";
}

.news .p-neli01__catlist__item__link-news:hover,
.news .p-neli01__catlist__item__link-event_news:hover,
.news .p-neli01__catlist__item__link-club_news:hover,
.news .p-neli01__catlist__item__link-admissions_news:hover,
.news .p-neli01__catlist__item__link-member_news:hover,
.news .p-neli01__catlist__item__link-sv_news:hover,
.news .p-neli01__catlist__item__link-recruit_news:hover,
.news .p-neli01__catlist__item__link-activities_news:hover,
.single-news .p-neli01__catlist__item__link-news:hover,
.single-news .p-neli01__catlist__item__link-event_news:hover,
.single-news .p-neli01__catlist__item__link-club_news:hover,
.single-news .p-neli01__catlist__item__link-admissions_news:hover,
.single-news .p-neli01__catlist__item__link-member_news:hover,
.single-news .p-neli01__catlist__item__link-sv_news:hover,
.single-news .p-neli01__catlist__item__link-recruit_news:hover,
.single-news .p-neli01__catlist__item__link-activities_news:hover {
  color: #fff;
}

.news .p-neli01__catlist__item__link-news.-cur,
.news .p-neli01__catlist__item__link-event_news.-cur,
.news .p-neli01__catlist__item__link-club_news.-cur,
.news .p-neli01__catlist__item__link-admissions_news.-cur,
.news .p-neli01__catlist__item__link-member_news.-cur,
.news .p-neli01__catlist__item__link-sv_news.-cur,
.news .p-neli01__catlist__item__link-recruit_news.-cur,
.news .p-neli01__catlist__item__link-activities_news.-cur,
.single-news .p-neli01__catlist__item__link-news.-cur,
.single-news .p-neli01__catlist__item__link-event_news.-cur,
.single-news .p-neli01__catlist__item__link-club_news.-cur,
.single-news .p-neli01__catlist__item__link-admissions_news.-cur,
.single-news .p-neli01__catlist__item__link-member_news.-cur,
.single-news .p-neli01__catlist__item__link-sv_news.-cur,
.single-news .p-neli01__catlist__item__link-recruit_news.-cur,
.single-news .p-neli01__catlist__item__link-activities_news.-cur {
  color: #fff;
}

.news .p-neli01__catlist__item__link-event_news::after,
.single-news .p-neli01__catlist__item__link-event_news::after {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-event_news:hover,
.single-news .p-neli01__catlist__item__link-event_news:hover {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-event_news.-cur,
.single-news .p-neli01__catlist__item__link-event_news.-cur {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-news::after,
.single-news .p-neli01__catlist__item__link-news::after {
  background-color: #652076;
}

.news .p-neli01__catlist__item__link-news:hover,
.single-news .p-neli01__catlist__item__link-news:hover {
  background-color: #652076;
}

.news .p-neli01__catlist__item__link-news.-cur,
.single-news .p-neli01__catlist__item__link-news.-cur {
  background-color: #652076;
}

.news .p-neli01__catlist__item__link-club_news::after,
.single-news .p-neli01__catlist__item__link-club_news::after {
  background-color: #076baf;
}

.news .p-neli01__catlist__item__link-club_news:hover,
.single-news .p-neli01__catlist__item__link-club_news:hover {
  background-color: #076baf;
}

.news .p-neli01__catlist__item__link-club_news.-cur,
.single-news .p-neli01__catlist__item__link-club_news.-cur {
  background-color: #076baf;
}

.news .p-neli01__catlist__item__link-admissions_news::after,
.single-news .p-neli01__catlist__item__link-admissions_news::after {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-admissions_news:hover,
.single-news .p-neli01__catlist__item__link-admissions_news:hover {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-admissions_news.-cur,
.single-news .p-neli01__catlist__item__link-admissions_news.-cur {
  background-color: #87bd42;
}

.news .p-neli01__catlist__item__link-member_news::after,
.single-news .p-neli01__catlist__item__link-member_news::after {
  background-color: #f19dae;
}

.news .p-neli01__catlist__item__link-member_news:hover,
.single-news .p-neli01__catlist__item__link-member_news:hover {
  background-color: #f19dae;
}

.news .p-neli01__catlist__item__link-member_news.-cur,
.single-news .p-neli01__catlist__item__link-member_news.-cur {
  background-color: #f19dae;
}

.news .p-neli01__catlist__item__link-sv_news::after,
.single-news .p-neli01__catlist__item__link-sv_news::after {
  background-color: #71c7d5;
}

.news .p-neli01__catlist__item__link-sv_news:hover,
.single-news .p-neli01__catlist__item__link-sv_news:hover {
  background-color: #71c7d5;
}

.news .p-neli01__catlist__item__link-sv_news.-cur,
.single-news .p-neli01__catlist__item__link-sv_news.-cur {
  background-color: #71c7d5;
}

.news .p-neli01__catlist__item__link-recruit_news::after,
.single-news .p-neli01__catlist__item__link-recruit_news::after {
  background-color: #7f8080;
}

.news .p-neli01__catlist__item__link-recruit_news:hover,
.single-news .p-neli01__catlist__item__link-recruit_news:hover {
  background-color: #7f8080;
}

.news .p-neli01__catlist__item__link-recruit_news.-cur,
.single-news .p-neli01__catlist__item__link-recruit_news.-cur {
  background-color: #7f8080;
}

.news .p-neli01__catlist__item__link-activities_news::after,
.single-news .p-neli01__catlist__item__link-activities_news::after {
  background-color: #71c7d5;
}

.news .p-neli01__catlist__item__link-activities_news:hover,
.single-news .p-neli01__catlist__item__link-activities_news:hover {
  background-color: #71c7d5;
}

.news .p-neli01__catlist__item__link-activities_news.-cur,
.single-news .p-neli01__catlist__item__link-activities_news.-cur {
  background-color: #71c7d5;
}

.news .p-neli01__btn,
.single-news .p-neli01__btn {
  width: 80%;
  margin: 3rem auto 0;
}

.news .p-neli01__btn::after,
.single-news .p-neli01__btn::after {
  -webkit-transition: initial;
  transition: initial;
}

.news .p-neli01__list,
.single-news .p-neli01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}

.news .p-neli01__list::after,
.single-news .p-neli01__list::after {
  display: block;
  width: calc(50% - 1rem);
  content: "";
}

.news .p-neli01__item,
.single-news .p-neli01__item {
  width: calc(50% - 1rem);
  margin-bottom: 3rem;
  border: 1px solid #652076;
}

.news .p-neli01__item a img,
.single-news .p-neli01__item a img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news .p-neli01__box,
.single-news .p-neli01__box {
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news .p-neli01__box:hover,
.single-news .p-neli01__box:hover {
  opacity: 0.7;
}

.news .p-neli01__box,
.single-news .p-neli01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
}

.news .p-neli01__txtbox,
.single-news .p-neli01__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.news .p-neli01__cat,
.news .p-neli01__cat-event_news,
.news .p-neli01__cat-club_news,
.news .p-neli01__cat-admissions_news,
.news .p-neli01__cat-member_news,
.news .p-neli01__cat-sv_news,
.news .p-neli01__cat-recruit_news,
.news .p-neli01__cat-activities_news,
.news .p-neli01__cat-emergency,
.news .p-neli01__cat-outline_news,
.news .p-neli01__cat-news,
.single-news .p-neli01__cat,
.single-news .p-neli01__cat-event_news,
.single-news .p-neli01__cat-club_news,
.single-news .p-neli01__cat-admissions_news,
.single-news .p-neli01__cat-member_news,
.single-news .p-neli01__cat-sv_news,
.single-news .p-neli01__cat-recruit_news,
.single-news .p-neli01__cat-activities_news,
.single-news .p-neli01__cat-emergency,
.single-news .p-neli01__cat-outline_news,
.single-news .p-neli01__cat-news {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.news .p-neli01__cat-event_news,
.single-news .p-neli01__cat-event_news {
  color: #87bd42;
}

.news .p-neli01__cat-club_news,
.single-news .p-neli01__cat-club_news {
  color: #076baf;
}

.news .p-neli01__cat-admissions_news,
.single-news .p-neli01__cat-admissions_news {
  color: #87bd42;
}

.news .p-neli01__cat-member_news,
.single-news .p-neli01__cat-member_news {
  color: #f19dae;
}

.news .p-neli01__cat-sv_news,
.single-news .p-neli01__cat-sv_news {
  color: #71c7d5;
}

.news .p-neli01__cat-recruit_news,
.single-news .p-neli01__cat-recruit_news {
  color: #7f8080;
}

.news .p-neli01__cat-activities_news,
.single-news .p-neli01__cat-activities_news {
  color: #71c7d5;
}

.news .p-neli01__cat-emergency,
.single-news .p-neli01__cat-emergency {
  color: #e71f19;
}

.news .p-neli01__cat-outline_news,
.single-news .p-neli01__cat-outline_news {
  color: #652076;
}

.news .p-neli01__cat-news,
.single-news .p-neli01__cat-news {
  color: #652076;
}

.news .p-neli01__time,
.single-news .p-neli01__time {
  display: block;
  color: #231815;
  font-weight: 500;
  font-size: 1.2rem;
}

.news .p-neli01__ttl,
.single-news .p-neli01__ttl {
  width: 100%;
  margin-top: 1rem;
  color: #231815;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

.news .p-neli01__notfound,
.single-news .p-neli01__notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
  gap: 1rem;
}

.news .p-neli01__notfound__ttl,
.single-news .p-neli01__notfound__ttl {
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
}

.news .p-neli01__notfound__txt,
.single-news .p-neli01__notfound__txt {
  color: #999;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.news .p-neli01 .pagination,
.single-news .p-neli01 .pagination {
  margin: 6rem 0 0;
}

.news .p-neli01 .nav-links,
.single-news .p-neli01 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .p-neli01 .screen-reader-text,
.single-news .p-neli01 .screen-reader-text {
  display: none;
}

.news .p-neli01,
.single-news .p-neli01 {
  /*
  * WordPressによって作成されたページネーションのカスタマイズ
  */
}

.news .p-neli01 .pagination .page-numbers,
.single-news .p-neli01 .pagination .page-numbers {
  display: inline-block;
  margin-left: -0.1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #af8bb1;
  background: #fff;
  color: #af8bb1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news .p-neli01 .pagination .page-numbers:hover,
.single-news .p-neli01 .pagination .page-numbers:hover {
  background-color: #af8bb1;
  color: #fff;
}

.news .p-neli01 .pagination .current,
.single-news .p-neli01 .pagination .current {
  padding: 1rem 1.5rem;
  background: #af8bb1;
  color: #fff;
}

.news .p-neli01 .pagination .prev,
.news .p-neli01 .pagination .next,
.single-news .p-neli01 .pagination .prev,
.single-news .p-neli01 .pagination .next {
  display: none;
  background: transparent;
  color: #af8bb1;
}

.news .p-neli01 .pagination .pagination .dots,
.single-news .p-neli01 .pagination .pagination .dots {
  background: transparent;
}

/*
* お知らせ詳細：NEWS
*/
.single-news .infs01 {
  margin-top: 2rem;
}

.single-news .infs01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.single-news .infs01__time {
  color: #727171;
  font-weight: 600;
  font-size: 1.4rem;
  font-family: "Overpass", sans-serif;
}

.single-news .infs01__cat {
  margin-top: 0.5rem;
  color: #652076;
  font-weight: 500;
  font-size: 1.4rem;
}

.single-news .infs01__ttl {
  font-size: 1.6rem;
}

.single-news .infs01__ttl {
  width: 100%;
  margin-top: 0.5rem;
  margin-top: 2rem;
  padding: 3rem 0;
  border-top: 1px solid #652076;
  border-bottom: 1px dashed #652076;
  color: #231815;
  line-height: 1.5;
  line-height: 1.5;
}

.single-news .infs01__box {
  padding-top: 2rem;
  line-height: 2.5;
}

.single-news .infs01__box strong {
  font-weight: 600;
}

.single-news .infs01__box p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.single-news .infs01__box img {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
}

.single-news .infs01__box .tablepress {
  line-height: 3;
}

.single-news .infs01__box .gallery img {
  width: 100%;
}

.single-news .infs01__box .fancybox {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-news .infs01__box .fancybox:hover {
  opacity: 0.7;
}

.single-news .infs01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24rem;
  margin: 5rem auto 0;
  padding: 1rem 0 1.1rem;
  line-height: 1.5;
}

.single-news .infs01__pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3rem;
  padding: 3rem 1.5rem;
  background-color: #ded0e1;
}

.single-news .infs01__pnav__his {
  color: #af8bb1;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Overpass", sans-serif;
}

.single-news .infs01__pnav__ttl {
  margin-top: 0.5rem;
}

.single-news .infs01__pnav__ttl a {
  display: block;
  width: 100%;
  padding-right: 2rem;
  color: #231815;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-news .infs01__pnav__ttl a:hover {
  color: #652076;
}

.single-news .infs01__pnav>div:nth-of-type(2) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed #652076;
}

.single-news .infs01__pnav>div:nth-of-type(2) .infs01__pnav__ttl a {
  padding-right: 2rem;
}

/*
* 日本語名：ディレクトリ名
*/
.bodyclassName .p-shortname__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

/*
* アクセス：ACCESS
*/
.access .p-acc__mv {
  background-image: url(assets/images/sg__mainimg.jpg);
}

.access .p-acc01__outline {
  margin-right: 2rem;
  margin-left: 2rem;
}

.access .p-acc01__ttl {
  color: #652076;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.access .p-acc01__txt {
  margin-top: 3rem;
  line-height: 1.7;
}

.access .p-acc02__outline {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #652076;
}

.access .p-acc02__img {
  width: calc(100% - 4rem);
  margin-right: 2rem;
  margin-left: 2rem;
}

.access .p-acc02__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.access .p-acc02__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 1rem 0.5rem;
  border-radius: 2rem;
  background-color: #e6dde9;
  color: #231815;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.access .p-acc02__btn a::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "+";
  color: #652076;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.access .p-acc02__txt {
  margin-top: 3rem;
  margin-right: 2rem;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.access .p-acc03__outline {
  margin-top: 5rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.access .p-acc03__box:nth-of-type(n+2) {
  margin-top: 5rem;
}

.access .p-acc03__ttl {
  font-size: 2rem;
}

.access .p-acc03__ttl {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #652076;
  color: #652076;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.access .p-acc03__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.access .p-acc03__iframe iframe {
  display: block;
  width: 100%;
  height: 25rem;
}

.access .p-acc03__list {
  margin-top: 3rem;
}

.access .p-acc03__item {
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
}

.access .p-acc04 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.access .p-acc04__outline {
  margin-top: 5rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.access .p-acc04__box:nth-of-type(n+2) {
  margin-top: 5rem;
}

.access .p-acc04__ttl {
  font-size: 2rem;
}

.access .p-acc04__ttl {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #652076;
  color: #652076;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.access .p-acc04__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.access .p-acc04__iframe iframe {
  display: block;
  width: 100%;
  height: 50rem;
}

.access .p-acc04__list {
  margin-top: 1rem;
}

.access .p-acc04__item {
  margin-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
}

.access .p-clbox__img {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
}

/*
* 日本語名：ディレクトリ名
*/
.bodyclassName .p-shortname__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

/*
* 404
*/
.notfound .fou__mv {
  background-image: url(assets/images/ot__mainimg.jpg);
}

.mv-bg {
  width: 100%;
}

.mv {
  position: relative;
  aspect-ratio: 2.889/1;
  width: 100%;
  height: 113.333333vw;
  margin: 0 auto;
}

.top-a svg {
  position: absolute;
  left: 50vw;
  margin: 0 auto;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.target-scroll-hidden::-webkit-scrollbar {
  /* スクロールはできる */
  display: none;
  overflow: auto;
}

/* Firefox */
.target-scroll-hidden {
  scrollbar-width: none;
}

.drawer__ftr-menu .display.none {
  display: none !important;
}

/*---------- Utility ----------*/
/*
 * block
 */
.u-sp {
  display: block;
}

.u-tb {
  display: none;
}

.u-tbpc {
  display: none;
}

.u-pc {
  display: none;
}

.u-sp-inline {
  display: inline;
}

.u-pc-inline {
  display: none;
}

.u-link {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

.u-link:hover {
  text-decoration: none !important;
}

.u-bg-light {
  background-color: #e71f19;
}

.u-bg-dark {
  background-color: #bda1c1;
}

.u-bg-dark-dot {
  background: url("../images/dot.png") bottom/auto 12rem repeat-x, -webkit-gradient(linear, left bottom, left top, color-stop(12rem, #e71f19), color-stop(12rem, #bda1c1));
  background: url("../images/dot.png") bottom/auto 12rem repeat-x, linear-gradient(to top, #e71f19 12rem, #bda1c1 12rem);
}

.u-c-pink {
  color: #652076;
}

@media only screen and (min-width: 375px) {
  /* small-size */
  /* small-size min 375 */
}

@media only screen and (min-width: 768px) {

  /* tablet-size */
  html {
    /* tablet-size */
    scroll-padding-top: 10rem;
  }

  .l-xshort {
    margin-right: 80px;
    margin-left: 80px;
  }

  .c-ttl01 {
    font-size: 3.6rem;
  }

  .c-ttl02 {
    font-size: 1.7rem;
  }

  .c-ttl03__ttl {
    font-size: 4.2rem;
  }

  .c-ttl03__subttl {
    font-size: 1.4rem;
  }

  .c-ttl04 {
    font-size: 3.2rem;
  }

  .c-ttl05 {
    font-size: 2rem;
  }

  .c-ttl06,
  .c-ttl06-pat03,
  .c-ttl06-pat02,
  .c-ttl06-pat01 {
    font-size: 1.5rem;
  }

  .c-btn01__blank::after,
  .c-btn01__blank__white::after,
  .c-btn01__blank__purple::after {
    /* tablet-size */
    right: 1.5rem;
  }

  .c-btn01__pdf::after {
    /* tablet-size */
    right: 1.5rem;
  }

  .c-card01 {
    /* tablet-size */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-card01__itme {
    /* tablet-size */
    width: calc(25% - 1rem);
  }

  .c-card01__box {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }

  .c-card01__ttl {
    font-size: 1.4rem;
  }

  .c-talk__bg {
    /* tablet-size */
  }

  .c-talk__ttlbox em {
    font-size: 3.2rem;
  }

  .c-talk__ttlbox span {
    font-size: 1.2rem;
  }

  .c-talk__list {
    /* tablet-size */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-talk__list__item,
  .c-talk__list__item01,
  .c-talk__list__item02,
  .c-talk__list__item03,
  .c-talk__list__item04,
  .c-talk__list__item05,
  .c-talk__list__item06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(33.3333333333% - 2rem);
    /* tablet-size */
    min-height: auto;
    text-align: center;
  }

  .c-talk__list__item:nth-of-type(n+2),
  .c-talk__list__item01:nth-of-type(n+2),
  .c-talk__list__item02:nth-of-type(n+2),
  .c-talk__list__item03:nth-of-type(n+2),
  .c-talk__list__item04:nth-of-type(n+2),
  .c-talk__list__item05:nth-of-type(n+2),
  .c-talk__list__item06:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 0;
  }

  .c-talk__list__item:nth-of-type(n+4),
  .c-talk__list__item01:nth-of-type(n+4),
  .c-talk__list__item02:nth-of-type(n+4),
  .c-talk__list__item03:nth-of-type(n+4),
  .c-talk__list__item04:nth-of-type(n+4),
  .c-talk__list__item05:nth-of-type(n+4),
  .c-talk__list__item06:nth-of-type(n+4) {
    /* tablet-size */
    margin-top: 3rem;
  }

  .c-talk__list__item a,
  .c-talk__list__item01 a,
  .c-talk__list__item02 a,
  .c-talk__list__item03 a,
  .c-talk__list__item04 a,
  .c-talk__list__item05 a,
  .c-talk__list__item06 a {
    padding-top: 2rem;
    /* tablet-size */
    padding-left: 0;
  }

  .c-talk__list__item img,
  .c-talk__list__item01 img,
  .c-talk__list__item02 img,
  .c-talk__list__item03 img,
  .c-talk__list__item04 img,
  .c-talk__list__item05 img,
  .c-talk__list__item06 img {
    /* tablet-size */
    display: block;
    margin-top: 2rem;
    background-color: transparent;
  }

  .c-talk__list__item01 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__item02 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__item03 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__item04 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__item05 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__item06 {
    /* tablet-size */
    background-image: none;
  }

  .c-talk__list__txt {
    font-size: 1.4rem;
  }

  .bnr-container.second {
    margin-top: 120px;
  }

  .bnr-pentagon.waku {
    min-height: 180px;
    border: 2px solid #6b2c91;
  }

  .bnr-person-left,
  .bnr-person-right {
    bottom: 2px;
  }

  .bnr-person-left img,
  .bnr-person-right img {
    width: 17.5rem;
    max-width: 175px;
  }

  .bnr-person-left {
    left: 25px;
  }

  .bnr-person-right {
    right: 25px;
    clip-path: none;
  }

  .bnr-person-right.-wide img {
    width: 20rem;
    max-width: 200px;
  }

  .title {
    font-weight: 500;
    font-size: 28px;
  }

  .bnr-names {
    width: auto;
    margin: 30px 0 20px;
    gap: 25px;
  }

  .bnr-student,
  .bnr-teacher {
    background-image: none;
    font-size: 16px;
  }

  .bnr-student {
    background-image: none;
  }

  .bnr-cross-container {
    position: relative;
  }

  .bnr-cross-line1,
  .bnr-cross-line2 {
    width: 56px;
    height: 2px;
  }

  .c-getpost__list::before,
  .c-getpost__list::after {
    display: block;
    /* tablet-size */
    width: calc(25% - 2rem);
    height: 0;
    content: "";
  }

  .c-getpost__list::before {
    /* tablet-size */
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .c-getpost__item {
    /* tablet-size */
    width: calc(25% - 2rem);
  }

  .c-getpost__item:nth-of-type(n+2) {
    /* tablet-size */
  }

  .c-getpost__txtbox {
    /* tablet-size */
    margin-top: 1.5rem;
    line-height: normal;
  }

  .c-getpost__cat {
    font-size: 1.2rem;
  }

  .c-getpost__time {
    font-size: 1.2rem;
  }

  .c-getpost__time {
    /* tablet-size */
    display: inline;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }

  .c-getpost__ttl {
    font-size: 1.2rem;
  }

  /* tablet-size min 768 */
  .is-pc .header-droplist>li {
    padding: 2rem 0.5rem;
  }

  .is-pc .header-droplist>li span {
    margin-top: 0.09rem;
    padding: 0.6rem 1rem;
  }

  .is-pc .header-droplist__list {
    top: 5.2rem;
  }

  .cv {
    display: none;
  }

  .p-footer__outline {
    padding-bottom: 0;
  }

  .p-footer__menu li a {
    font-size: 1.4rem;
  }

  .p-footer__menu li.p-footer__item-blank a::after {
    width: 0.92rem;
    height: 0.92rem;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
  }

  .p-footer__info p {
    font-size: 1.4rem;
  }

  .p-footer__copy {
    font-size: 1.2rem;
  }

  .p-post_password__txt {
    font-size: 1.6rem;
  }

  .p-post_password__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-post_password__box input[type=password],
  .p-post_password__box input[type=submit] {
    font-size: 1.4rem;
  }

  .p-post_password__box input[type=password],
  .p-post_password__box input[type=submit] {
    min-height: 3.5rem;
  }

  .p-post_password__box input[type=password] {
    width: 82%;
  }

  .p-post_password__box input[type=submit] {
    width: 15%;
    margin-top: 0;
  }

  .front-page .p-idxmv__box a img {
    height: 69rem;
  }

  .front-page .p-idx__emergency__outline {
    display: block;
    padding: 3rem 0;
    background-color: #e71f19;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .front-page .p-idx01 {
    margin-right: 4%;
    margin-left: 4%;
  }

  .front-page .p-idx01 h2 {
    font-size: 2.7rem;
  }

  .front-page .p-idx01__outline {
    padding-top: 8rem;
  }

  .front-page .p-idx01__nav {
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idx01__nav::before,
  .front-page .p-idx01__nav::after {
    display: block;
    width: calc(25% - 2rem);
    height: 0;
    content: "";
  }

  .front-page .p-idx01__nav::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .front-page .p-idx01__nav>a {
    width: calc(20% - 2rem);
  }

  .front-page .p-idx01__box {
    padding-bottom: 6rem;
  }

  .front-page .p-idx01__list {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .front-page .p-idx01__list .slick-prev,
  .front-page .p-idx01__list .slick-next {
    top: calc(37.5% - 1.5rem);
    width: 3rem;
    height: 3rem;
  }

  .front-page .p-idx01__list .slick-prev::before,
  .front-page .p-idx01__list .slick-next::before {
    width: 3rem;
    height: 3rem;
  }

  .front-page .p-idx01__item {
    width: calc(25% - 1rem);
    margin-top: 0;
  }

  .front-page .p-idx01__cat,
  .front-page .p-idx01__cat-event_news,
  .front-page .p-idx01__cat-club_news,
  .front-page .p-idx01__cat-admissions_news,
  .front-page .p-idx01__cat-member_news,
  .front-page .p-idx01__cat-sv_news,
  .front-page .p-idx01__cat-recruit_news,
  .front-page .p-idx01__cat-activities_news,
  .front-page .p-idx01__cat-emergency,
  .front-page .p-idx01__cat-outline_news,
  .front-page .p-idx01__cat-news {
    font-size: 1.3rem;
  }

  .front-page .p-idx01__date {
    font-size: 1.3rem;
  }

  .front-page .p-idx01__date {
    margin-top: 0;
  }

  .front-page .p-idx01__ttl {
    font-size: 1.4rem;
  }

  .front-page .p-idx02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .front-page .p-idx02__ttl {
    width: 50%;
    margin-left: 10%;
  }

  .front-page .p-idx02__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-right: 0;
  }

  .front-page .p-idx02__subttl {
    font-size: 1.8rem;
    line-height: 2;
  }

  .front-page .p-idx02__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .front-page .p-idx02__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .front-page .p-idx02__img {
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .front-page .p-idx02__item {
    width: calc(25% - 1rem);
  }

  .front-page .p-idx02__item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 1rem);
    font-style: italic;
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 1.3;
    font-family: "Overpass", sans-serif;
  }

  .front-page .p-idx02__item-link {
    font-size: 1.6rem;
  }

  .front-page .p-idx02__item-link {
    width: calc(25% - 1rem);
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    line-height: 1.3;
    text-align: left;
  }

  .front-page .p-idx02__item-link i {
    display: none;
  }

  .front-page .p-idx02__item-link span {
    display: none;
  }

  .front-page .p-idx02__item-link svg {
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .front-page .p-idx02__item-link svg path,
  .front-page .p-idx02__item-link svg line,
  .front-page .p-idx02__item-link svg polygon {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .front-page .p-idx02__item-link:hover {
    background-color: #652076;
  }

  .front-page .p-idx02__item-link:hover svg path {
    fill: #fff;
  }

  .front-page .p-idx02__item-link:hover svg line {
    fill: #fff;
    stroke: #fff;
  }

  .front-page .p-idx02__item-link:hover svg polygon {
    fill: #fff;
  }

  .front-page .p-idx02__txt {
    font-size: 1.2rem;
  }

  .front-page .p-idx02__txt {
    padding: 0.8rem;
  }

  .front-page .p-idx03__card {
    margin-top: 4rem;
  }

  .front-page .p-idx06__slide .slick-slide,
  .front-page .p-idx08__slide .slick-slide {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .front-page .p-idx06__slide .slick-prev,
  .front-page .p-idx06__slide .slick-next,
  .front-page .p-idx08__slide .slick-prev,
  .front-page .p-idx08__slide .slick-next {
    width: 3rem;
    height: 3rem;
  }

  .front-page .p-idx06__slide .slick-prev::before,
  .front-page .p-idx06__slide .slick-next::before,
  .front-page .p-idx08__slide .slick-prev::before,
  .front-page .p-idx08__slide .slick-next::before {
    width: 3rem;
    height: 3rem;
  }

  .front-page .p-idx06__slide .slick-prev,
  .front-page .p-idx08__slide .slick-prev {
    left: -3.6rem;
  }

  .front-page .p-idx06__slide .slick-next,
  .front-page .p-idx08__slide .slick-next {
    right: -3.6rem;
  }

  .front-page .p-idx06 {
    margin-top: 3rem;
  }

  .front-page .p-idx07__outline {
    margin-bottom: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .front-page .p-idx07 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem 0;
  }

  .front-page .p-idx07 ul li {
    width: calc(33.3333333333% - 1.4rem);
  }

  .front-page .p-clbox__outline,
  .front-page .p-clbox__outline-lightblue,
  .front-page .p-clbox__outline-green,
  .front-page .p-clbox__outline-pink,
  .front-page .p-clbox__outline-yellow,
  .front-page .p-clbox__outline-orange,
  .front-page .p-clbox__outline-purple {
    padding: 7rem 4rem 5rem;
  }

  .front-page .p-clbox__box {
    width: 100%;
  }

  .front-page .p-clbox__category,
  .front-page .p-clbox__category-lightblue,
  .front-page .p-clbox__category-green,
  .front-page .p-clbox__category-pink,
  .front-page .p-clbox__category-yellow,
  .front-page .p-clbox__category-orange,
  .front-page .p-clbox__category-purple {
    position: absolute;
    top: 3rem;
    left: 0;
  }

  .front-page .p-clbox__txtbox__ttl,
  .front-page .p-clbox__txtbox__ttl-lightblue,
  .front-page .p-clbox__txtbox__ttl-green,
  .front-page .p-clbox__txtbox__ttl-pink,
  .front-page .p-clbox__txtbox__ttl-yellow,
  .front-page .p-clbox__txtbox__ttl-orange,
  .front-page .p-clbox__txtbox__ttl-purple {
    font-size: 1.6rem;
  }

  .front-page .p-clbox__txtbox__ttl,
  .front-page .p-clbox__txtbox__ttl-lightblue,
  .front-page .p-clbox__txtbox__ttl-green,
  .front-page .p-clbox__txtbox__ttl-pink,
  .front-page .p-clbox__txtbox__ttl-yellow,
  .front-page .p-clbox__txtbox__ttl-orange,
  .front-page .p-clbox__txtbox__ttl-purple {
    margin-top: 0;
  }

  .front-page .p-clbox__txtbox__ttl br,
  .front-page .p-clbox__txtbox__ttl-lightblue br,
  .front-page .p-clbox__txtbox__ttl-green br,
  .front-page .p-clbox__txtbox__ttl-pink br,
  .front-page .p-clbox__txtbox__ttl-yellow br,
  .front-page .p-clbox__txtbox__ttl-orange br,
  .front-page .p-clbox__txtbox__ttl-purple br {
    display: none;
  }

  .front-page .p-clbox__comment,
  .front-page .p-clbox__comment-lightblue,
  .front-page .p-clbox__comment-green,
  .front-page .p-clbox__comment-yellow,
  .front-page .p-clbox__comment-pink,
  .front-page .p-clbox__comment-orange,
  .front-page .p-clbox__comment-purple {
    height: inherit;
    height: 23rem;
    padding-top: 0;
    overflow-y: inherit;
    overflow-y: scroll;
    border-top-width: 0;
    line-height: 1.7;
  }

  .front-page .p-clbox__img {
    display: block;
    width: 22rem;
    margin-left: 4rem;
  }

  .front-page #cboxNext,
  .front-page #cboxPrevious {
    width: 4rem;
    height: 4rem;
  }

  .front-page #cboxNext {
    right: -1.5rem;
  }

  .front-page #cboxPrevious {
    left: -1.5rem;
  }

  .front-page #cboxClose {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .underlayer__ttl {
    font-size: 3.6rem;
  }

  .underlayer__subttl {
    font-size: 1.2rem;
  }

  .founder .fou__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .founder .fou__card__img {
    width: 100%;
  }

  .founder .fou02__ttl {
    font-size: 1.5rem;
  }

  .founder .fou02__txt {
    font-size: 1.4rem;
  }

  .founder .fou02__card img {
    width: 40%;
  }

  .founder .fou03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: calc((100% - 768px) / 2);
    margin-left: calc((100% - 768px) / 2);
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .founder .fou03__card {
    width: calc(50% - 3rem);
    margin-top: 0;
  }

  .founder .fou04__outline {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .founder .fou04__logo {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .founder .fou04__lead {
    font-size: 1.8rem;
  }

  .founder .fou04__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .founder .fou04__box__txt {
    width: 32rem;
  }

  .founder .fou04__box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 36rem);
    margin-top: 0;
  }

  .founder .fou04__box__item {
    width: calc(50% - 1rem);
  }

  .founder .fou04__box__item:last-of-type {
    margin-top: 0;
    margin-left: 0;
  }

  .file .p-fil__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .schoolpolicy .sch__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .schoolpolicy .sch01__ttl span {
    font-size: 1.6rem;
  }

  .schoolpolicy .sch01__list>li::before {
    top: 0.65rem;
  }

  .disclosure .dis__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .disclosure .dis01__subttl {
    font-size: 2rem;
  }

  .faq .faq__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .faq .faq01__question {
    font-size: 1.8rem;
  }

  .faq .faq01__question__ttl::before {
    font-size: 2.8rem;
  }

  .faq .faq01__answer__ttl {
    font-size: 1.8rem;
  }

  .faq .faq01__answer__ttl::before {
    font-size: 2.8rem;
  }

  .movie .mov__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .movie .mov__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .movie .mov__item {
    width: calc(50% - 1rem);
  }

  .movie .mov__item:nth-of-type(2) {
    margin-top: 0;
  }

  .event .eve__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .event .eve01__box {
    padding: 3rem 1rem;
  }

  .event .eve01__datebox__freetxt {
    font-size: 2.4rem;
  }

  .event .eve01__datebox__week {
    font-size: 1.8rem;
  }

  .event .eve01__txtbox__ttl {
    font-size: 1.8rem;
  }

  .event .eve01__txtbox__list {
    margin-top: 2rem;
  }

  .event .eve01__txtbox__item {
    width: 38%;
  }

  .schedule .sch__mv {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .schedule .sch02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .schedule .sch02__box,
  .schedule .sch02__box--pink,
  .schedule .sch02__box--green,
  .schedule .sch02__box--orange,
  .schedule .sch02__box--blue {
    width: calc(33.3333333333% - 1rem);
  }

  .schedule .sch02__box:nth-child(-n+3),
  .schedule .sch02__box--pink:nth-child(-n+3),
  .schedule .sch02__box--green:nth-child(-n+3),
  .schedule .sch02__box--orange:nth-child(-n+3),
  .schedule .sch02__box--blue:nth-child(-n+3) {
    margin-top: 0;
  }

  .schedule .sch02__ttl>h2 {
    font-size: 2.1rem;
  }

  .schedule .sch02__ttl div {
    font-size: 1.2rem;
  }

  .schedule .sch02__ttl span {
    font-size: 1.6rem;
  }

  .schedule .sch02__item {
    font-size: 1.3rem;
  }

  .schedule #cboxClose {
    top: 20px;
    right: 20px;
  }

  .schedule .clbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .schedule .clbox__img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 49%;
  }

  .schedule .clbox__ttl {
    width: 100%;
  }

  .schedule .clbox__txt {
    width: 50%;
  }

  .privacy .pri__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .syllabus .syl__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .syllabus .syl02__subttl {
    font-size: 2rem;
  }

  .syllabus .syl02__subttl span:first-of-type {
    font-size: 2rem;
  }

  .contact .con__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .contact .con01__box__txt01 a {
    font-size: 3.6rem;
  }

  .contact .con01__box__txt01 span {
    font-size: 2.7rem;
  }

  .contact .con01__box__txt02 {
    font-size: 2.4rem;
  }

  .contact .con01__box__txt02 span {
    font-size: 2.7rem;
  }

  .message .mes__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .message .mes01__ttl {
    font-size: 1.8rem;
  }

  .message .mes01__txt {
    font-size: 1.3rem;
  }

  .message .mes01__info {
    width: 40%;
  }

  .song .son__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .song .son01__ttl {
    font-size: 2rem;
  }

  .song .son01__subttl01 {
    font-size: 1.6rem;
  }

  .song .son01__box02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .song .son01__box02>a:nth-of-type(n+2) {
    margin-top: 0;
  }

  .song .son01__box03 {
    margin-top: 12rem;
  }

  .song .son01__btn {
    width: calc(50% - 2rem);
  }

  .song .son01__txt01 {
    font-size: 1.5rem;
  }

  .song .son01__txt02 {
    font-size: 1.1rem;
  }

  .history .p-his__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .history .p-his01__subttl02 {
    font-size: 1.4rem;
  }

  .history .p-his01__dlist>dt,
  .history .p-his01__dlist>dd {
    font-size: 1.3rem;
  }

  .history .p-his01__dlist>dt {
    width: 9rem;
  }

  .history .p-his01__dlist>dd {
    width: calc(100% - 12rem);
  }

  .history .p-his01__img01 {
    width: 30%;
  }

  .request .p-req__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .request .p-req01__txt01 {
    font-size: 1.3rem;
  }

  .request .p-req01__txt02 {
    font-size: 1.8rem;
  }

  .request .p-req01__link {
    width: 34rem;
    margin-right: auto;
    margin-left: auto;
  }

  .events-calendar .p-evca__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .intr .p-int__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .intr .p-int02__ttl h3 {
    font-size: 2.4rem;
  }

  .intr .p-int02__ttl span {
    font-size: 1.4rem;
  }

  .intr .p-int02__list::after {
    display: block;
    width: calc(33.3333333333% - 1rem);
    content: "";
  }

  .intr .p-int02__item {
    width: calc(33.3333333333% - 1rem);
    margin-top: 3rem;
  }

  .intr .p-int02__item:nth-of-type(3) {
    margin-top: 0;
  }

  .intr #cboxLoadedContent .p-clbox__ttl {
    font-size: 2.4rem;
  }

  .intr #cboxLoadedContent .p-clbox__lead {
    font-size: 1.4rem;
  }

  .intr #cboxLoadedContent .p-clbox__subttl {
    font-size: 1.4rem;
  }

  .intr #cboxLoadedContent .p-clbox__txt {
    font-size: 1.4rem;
  }

  .career .p-car__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .career .p-car01__box__num {
    font-size: 9.2rem;
  }

  .career .p-car01__box__num span {
    font-size: 3.6rem;
  }

  .career .p-car02__dlist dt {
    font-size: 1.5rem;
  }

  .career .p-car03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
  }

  .career .p-car03 a {
    width: calc(50% - 1rem);
    margin-top: 0;
  }

  .guradutes .p-gur__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .off-classes .p-ofc__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .shikoukai .p-shi__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .shikoukai .p-shi01__box__txt01 a {
    font-size: 3.6rem;
  }

  .shikoukai .p-shi01__box__txt01 span {
    font-size: 2.7rem;
  }

  .shikoukai .p-shi01__box__txt02 {
    font-size: 2.4rem;
  }

  .shikoukai .p-shi01__box__txt02 span {
    font-size: 2.7rem;
  }

  .shikoukai .p-shi02__name {
    font-size: 1.4rem;
  }

  .shikoukai .p-shi02__ulist li {
    font-size: 1.4rem;
  }

  .shikoukai .p-shi03__ttl:nth-of-type(n+2) {
    margin-top: 9rem;
  }

  .dk .p-dk__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .dk .p-dk01__ttl {
    font-size: 2rem;
  }

  .dk .p-dk01__ttl-sub {
    font-size: 1.8rem;
  }

  .dk .p-dk01__olist li {
    width: calc(50% - 1rem);
  }

  .dk .p-dk01__olist li:nth-of-type(2) {
    margin-top: 0;
  }

  .dk .p-dk01__olist li h3 {
    font-size: 1.5rem;
  }

  .dk .p-dk02__box__ttl span:nth-of-type(2) {
    font-size: 4rem;
  }

  .dk .p-dk02__box__num {
    font-size: 15rem;
  }

  .dk .p-dk02__box__num span {
    font-size: 6rem;
  }

  .dk .p-dk02__btnbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .dk .p-dk02__btnbox a {
    width: calc(50% - 1rem);
    margin-top: 0;
    padding-right: 6rem;
  }

  .agreement .p-agr__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .agreement .p-agr01__tel__txt01 a {
    font-size: 4rem;
  }

  .agreement .p-agr01__tel__txt01 span {
    font-size: 3rem;
  }

  .sitemap .p-sit__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .sitemap .p-sit01__box__ttl {
    font-size: 1.6rem;
  }

  .sitemap .p-sit01__box__link {
    font-size: 1.6rem;
  }

  .english .p-eng__ttl,
  .english .p-eng__ttl-l,
  .english .p-eng__ttl-c,
  .english .p-eng__ttl-r {
    font-size: 3.7rem;
  }

  .english .p-eng__slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
  }

  .english .p-eng__slick img {
    display: block;
    width: calc(33.3333333333% - 1rem);
  }

  .english .p-eng__slick-col2 img {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }

  .english .p-eng__slick-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .english .p-eng03__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .english .p-eng03__img {
    width: 28rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 2rem;
  }

  .english .p-eng04__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .english .p-eng04__img {
    width: 28rem;
    margin-top: 0;
    margin-right: 2rem;
    margin-left: 0;
  }

  .uniform main {
    padding-bottom: 0;
  }

  .uniform .p-uni__mv {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .uniform .p-uni01__img {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .jrhighschool .p-jrh__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .jrhighschool .p-jrh01__ttl {
    font-size: 2rem;
  }

  .jrhighschool .p-jrh01__ulist__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .jrhighschool .p-jrh01__ulist__item:nth-of-type(1) {
    margin-top: 0;
  }

  .jrhighschool .p-jrh01__ulist__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .jrhighschool .p-jrh01__ulist__txtbox {
    width: calc(100% - 40rem - 4rem);
    padding-left: 6rem;
  }

  .jrhighschool .p-jrh01__ulist__ttl {
    font-size: 1.6rem;
  }

  .jrhighschool .p-jrh01__ulist__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .jrhighschool .p-jrh01__ulist__icon {
    width: 13.4rem;
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
  }

  .jrhighschool .p-jrh01__ulist__txt {
    margin-top: 1.5rem;
  }

  .jrhighschool .p-jrh01__ulist__imgbox {
    width: 40rem;
    margin-top: 0;
  }

  .jrhighschool .p-jrh01__ulist__img {
    margin-top: 5rem;
  }

  .jrhighschool .p-jrh01__ulist__comment {
    margin-left: auto;
    -webkit-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
  }

  .jrhighschool .p-jrh02__outline {
    margin-top: 7.5rem;
  }

  .jrhighschool .p-jrh02__ttl {
    font-size: 2rem;
  }

  .jrhighschool .p-jrh02__ulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7rem;
  }

  .jrhighschool .p-jrh02__ulist__item {
    position: relative;
    width: calc(33.3333333333% - 1rem);
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .jrhighschool .p-jrh02__ulist__item:nth-of-type(1) .p-jrh02__ulist__ttl {
    padding-top: 2rem;
  }

  .jrhighschool .p-jrh02__ulist__item:nth-of-type(3) .p-jrh02__ulist__ttl {
    padding-top: 2rem;
  }

  .jrhighschool .p-jrh02__ulist__item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6rem;
    height: 6rem;
    margin: auto;
    -webkit-transform: translate(50%, 0%) rotate(0deg);
    transform: translate(50%, 0%) rotate(0deg);
  }

  .jrhighschool .p-jrh02__ulist__ttl {
    min-height: 4em;
    margin-top: 0;
  }

  .jrhighschool .p-jrh02__ulist__ttl h4 {
    font-size: 1.6rem;
  }

  .jrhighschool .p-jrh02__ulist__txt {
    margin-top: 0;
  }

  .jrhighschool .p-jrh02__table01__txt {
    font-size: 1.2rem;
  }

  .jrhighschool .p-jrh02__table01 table {
    width: 100%;
  }

  .jrhighschool .p-jrh02__table02 {
    margin-top: 10rem;
  }

  .jrhighschool .p-jrh02__table02 table {
    width: 100%;
  }

  .jrhighschool .p-jrh02__table02 table tr th {
    padding: 2rem 1rem;
  }

  .jrhighschool .p-jrh02__table__ttl span {
    font-size: 2.1rem;
  }

  .highschool .p-hig__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .highschool .p-hig01__ttl {
    font-size: 2rem;
  }

  .highschool .p-hig01__ulist__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .highschool .p-hig01__ulist__item:nth-of-type(1) {
    margin-top: 0;
  }

  .highschool .p-hig01__ulist__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .highschool .p-hig01__ulist__item:nth-of-type(2) .p-hig01__ulist__txtbox {
    padding-left: 8rem;
  }

  .highschool .p-hig01__ulist__item:nth-of-type(2) .p-hig01__ulist__comment {
    margin-right: auto;
    -webkit-transform: translateX(60%) translateY(-50%);
    transform: translateX(60%) translateY(-50%);
  }

  .highschool .p-hig01__ulist__txtbox {
    width: calc(100% - 40rem - 4rem);
    padding-left: 6rem;
  }

  .highschool .p-hig01__ulist__ttl {
    font-size: 1.6rem;
  }

  .highschool .p-hig01__ulist__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .highschool .p-hig01__ulist__icon {
    width: 13.4rem;
    -webkit-transform: translateX(-6rem);
    transform: translateX(-6rem);
  }

  .highschool .p-hig01__ulist__txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }

  .highschool .p-hig01__ulist__imgbox {
    width: 40rem;
    margin-top: 0;
  }

  .highschool .p-hig01__ulist__img {
    margin-top: 5rem;
  }

  .highschool .p-hig01__ulist__comment {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-left: 0;
    -webkit-transform: translateX(-60%) translateY(-50%);
    transform: translateX(-60%) translateY(-50%);
  }

  .highschool .p-hig02__outline {
    margin-top: 7.5rem;
  }

  .highschool .p-hig02__ttl {
    font-size: 2rem;
  }

  .highschool .p-hig02__ulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 7rem;
  }

  .highschool .p-hig02__ulist__item {
    position: relative;
    width: calc(33.3333333333% - 1rem);
    margin-top: 0;
    padding-bottom: 4rem;
  }

  .highschool .p-hig02__ulist__item:nth-of-type(1) .p-jrh02__ulist__ttl {
    padding-top: 2rem;
  }

  .highschool .p-hig02__ulist__item:nth-of-type(3) .p-jrh02__ulist__ttl {
    padding-top: 2rem;
  }

  .highschool .p-hig02__ulist__item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6rem;
    height: 6rem;
    margin: auto;
    -webkit-transform: translate(50%, 0%) rotate(0deg);
    transform: translate(50%, 0%) rotate(0deg);
  }

  .highschool .p-hig02__ulist__ttl {
    min-height: 4em;
    margin-top: 0;
  }

  .highschool .p-hig02__ulist__txt {
    margin-top: 0;
  }

  .highschool .p-hig02__table01__txt {
    font-size: 1.2rem;
  }

  .highschool .p-hig02__table01__txt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .highschool .p-hig02__table01 table {
    width: 100%;
  }

  .highschool .p-hig02__table02 {
    margin-top: 10rem;
  }

  .highschool .p-hig02__table02 table tr th {
    padding: 2rem 1rem;
  }

  .highschool .p-hig02__table__ttl span {
    font-size: 2.1rem;
  }

  .highschool .p-hig02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .highschool .p-hig02__box__item,
  .highschool .p-hig02__box__item01,
  .highschool .p-hig02__box__item02 {
    width: calc(50% - 2rem);
  }

  .highschool .p-hig02__box__item02 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .highschool .p-hig02__box__txt {
    margin-top: 3rem;
    line-height: 1.4;
  }

  .talk01 .p-tal__mv,
  .talk02 .p-tal__mv,
  .talk03 .p-tal__mv,
  .talk04 .p-tal__mv,
  .talk05 .p-tal__mv,
  .talk06 .p-tal__mv,
  .talk07 .p-tal__mv,
  .talk08 .p-tal__mv {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .talk01 .p-tal00,
  .talk02 .p-tal00,
  .talk03 .p-tal00,
  .talk04 .p-tal00,
  .talk05 .p-tal00,
  .talk06 .p-tal00,
  .talk07 .p-tal00,
  .talk08 .p-tal00 {
    padding: 90px 0 0;
  }

  .talk01 .p-tal00 .container-box .person-left img,
  .talk01 .p-tal00 .container-box .person-right img,
  .talk02 .p-tal00 .container-box .person-left img,
  .talk02 .p-tal00 .container-box .person-right img,
  .talk03 .p-tal00 .container-box .person-left img,
  .talk03 .p-tal00 .container-box .person-right img,
  .talk04 .p-tal00 .container-box .person-left img,
  .talk04 .p-tal00 .container-box .person-right img,
  .talk05 .p-tal00 .container-box .person-left img,
  .talk05 .p-tal00 .container-box .person-right img,
  .talk06 .p-tal00 .container-box .person-left img,
  .talk06 .p-tal00 .container-box .person-right img,
  .talk07 .p-tal00 .container-box .person-left img,
  .talk07 .p-tal00 .container-box .person-right img,
  .talk08 .p-tal00 .container-box .person-left img,
  .talk08 .p-tal00 .container-box .person-right img {
    width: 23rem;
    max-width: 230px;
  }

  .talk01 .p-tal00 .container-box .person-left,
  .talk02 .p-tal00 .container-box .person-left,
  .talk03 .p-tal00 .container-box .person-left,
  .talk04 .p-tal00 .container-box .person-left,
  .talk05 .p-tal00 .container-box .person-left,
  .talk06 .p-tal00 .container-box .person-left,
  .talk07 .p-tal00 .container-box .person-left,
  .talk08 .p-tal00 .container-box .person-left {
    left: 10px;
  }

  .talk01 .p-tal00 .container-box .person-right,
  .talk02 .p-tal00 .container-box .person-right,
  .talk03 .p-tal00 .container-box .person-right,
  .talk04 .p-tal00 .container-box .person-right,
  .talk05 .p-tal00 .container-box .person-right,
  .talk06 .p-tal00 .container-box .person-right,
  .talk07 .p-tal00 .container-box .person-right,
  .talk08 .p-tal00 .container-box .person-right {
    right: 10px;
  }

  .talk01 .p-tal00 .container-box .person-right.-wide img,
  .talk02 .p-tal00 .container-box .person-right.-wide img,
  .talk03 .p-tal00 .container-box .person-right.-wide img,
  .talk04 .p-tal00 .container-box .person-right.-wide img,
  .talk05 .p-tal00 .container-box .person-right.-wide img,
  .talk06 .p-tal00 .container-box .person-right.-wide img,
  .talk07 .p-tal00 .container-box .person-right.-wide img,
  .talk08 .p-tal00 .container-box .person-right.-wide img {
    width: 40vw;
    max-width: 269px;
  }

  .talk01 .p-tal00 .container-box .title,
  .talk02 .p-tal00 .container-box .title,
  .talk03 .p-tal00 .container-box .title,
  .talk04 .p-tal00 .container-box .title,
  .talk05 .p-tal00 .container-box .title,
  .talk06 .p-tal00 .container-box .title,
  .talk07 .p-tal00 .container-box .title,
  .talk08 .p-tal00 .container-box .title {
    font-weight: 500;
    font-size: 28px;
  }

  .talk01 .p-tal00 .container-box .names,
  .talk02 .p-tal00 .container-box .names,
  .talk03 .p-tal00 .container-box .names,
  .talk04 .p-tal00 .container-box .names,
  .talk05 .p-tal00 .container-box .names,
  .talk06 .p-tal00 .container-box .names,
  .talk07 .p-tal00 .container-box .names,
  .talk08 .p-tal00 .container-box .names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 30px;
    gap: 25px;
  }

  .talk01 .p-tal00 .container-box .student,
  .talk01 .p-tal00 .container-box .teacher,
  .talk02 .p-tal00 .container-box .student,
  .talk02 .p-tal00 .container-box .teacher,
  .talk03 .p-tal00 .container-box .student,
  .talk03 .p-tal00 .container-box .teacher,
  .talk04 .p-tal00 .container-box .student,
  .talk04 .p-tal00 .container-box .teacher,
  .talk05 .p-tal00 .container-box .student,
  .talk05 .p-tal00 .container-box .teacher,
  .talk06 .p-tal00 .container-box .student,
  .talk06 .p-tal00 .container-box .teacher,
  .talk07 .p-tal00 .container-box .student,
  .talk07 .p-tal00 .container-box .teacher,
  .talk08 .p-tal00 .container-box .student,
  .talk08 .p-tal00 .container-box .teacher {
    font-size: 17px;
  }

  .talk01 .p-tal00 .container-box .cross-container,
  .talk02 .p-tal00 .container-box .cross-container,
  .talk03 .p-tal00 .container-box .cross-container,
  .talk04 .p-tal00 .container-box .cross-container,
  .talk05 .p-tal00 .container-box .cross-container,
  .talk06 .p-tal00 .container-box .cross-container,
  .talk07 .p-tal00 .container-box .cross-container,
  .talk08 .p-tal00 .container-box .cross-container {
    position: relative;
    left: auto;
  }

  .talk01 .p-tal00 .container-box .cross-line1,
  .talk01 .p-tal00 .container-box .cross-line2,
  .talk02 .p-tal00 .container-box .cross-line1,
  .talk02 .p-tal00 .container-box .cross-line2,
  .talk03 .p-tal00 .container-box .cross-line1,
  .talk03 .p-tal00 .container-box .cross-line2,
  .talk04 .p-tal00 .container-box .cross-line1,
  .talk04 .p-tal00 .container-box .cross-line2,
  .talk05 .p-tal00 .container-box .cross-line1,
  .talk05 .p-tal00 .container-box .cross-line2,
  .talk06 .p-tal00 .container-box .cross-line1,
  .talk06 .p-tal00 .container-box .cross-line2,
  .talk07 .p-tal00 .container-box .cross-line1,
  .talk07 .p-tal00 .container-box .cross-line2,
  .talk08 .p-tal00 .container-box .cross-line1,
  .talk08 .p-tal00 .container-box .cross-line2 {
    width: 56px;
    height: 2px;
  }

  .talk01 .p-tal01__box01,
  .talk02 .p-tal01__box01,
  .talk03 .p-tal01__box01,
  .talk04 .p-tal01__box01,
  .talk05 .p-tal01__box01,
  .talk06 .p-tal01__box01,
  .talk07 .p-tal01__box01,
  .talk08 .p-tal01__box01 {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 67.2rem;
    padding-bottom: 0.1rem;
    background-image: url(assets/images/talk_border01_lg.png);
  }

  .talk01 .p-tal01__box01__imgbox,
  .talk02 .p-tal01__box01__imgbox,
  .talk03 .p-tal01__box01__imgbox,
  .talk04 .p-tal01__box01__imgbox,
  .talk05 .p-tal01__box01__imgbox,
  .talk06 .p-tal01__box01__imgbox,
  .talk07 .p-tal01__box01__imgbox,
  .talk08 .p-tal01__box01__imgbox {
    position: relative;
    width: 20rem;
    height: inherit;
    margin-right: 0;
    margin-left: 2rem;
  }

  .talk01 .p-tal01__box01__name,
  .talk02 .p-tal01__box01__name,
  .talk03 .p-tal01__box01__name,
  .talk04 .p-tal01__box01__name,
  .talk05 .p-tal01__box01__name,
  .talk06 .p-tal01__box01__name,
  .talk07 .p-tal01__box01__name,
  .talk08 .p-tal01__box01__name {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .talk01 .p-tal01__box01__txtbox,
  .talk02 .p-tal01__box01__txtbox,
  .talk03 .p-tal01__box01__txtbox,
  .talk04 .p-tal01__box01__txtbox,
  .talk05 .p-tal01__box01__txtbox,
  .talk06 .p-tal01__box01__txtbox,
  .talk07 .p-tal01__box01__txtbox,
  .talk08 .p-tal01__box01__txtbox {
    width: 40rem;
  }

  .talk01 .p-tal01__box01__ttl,
  .talk02 .p-tal01__box01__ttl,
  .talk03 .p-tal01__box01__ttl,
  .talk04 .p-tal01__box01__ttl,
  .talk05 .p-tal01__box01__ttl,
  .talk06 .p-tal01__box01__ttl,
  .talk07 .p-tal01__box01__ttl,
  .talk08 .p-tal01__box01__ttl {
    font-size: 2rem;
  }

  .talk01 .p-tal01__box01__txt,
  .talk02 .p-tal01__box01__txt,
  .talk03 .p-tal01__box01__txt,
  .talk04 .p-tal01__box01__txt,
  .talk05 .p-tal01__box01__txt,
  .talk06 .p-tal01__box01__txt,
  .talk07 .p-tal01__box01__txt,
  .talk08 .p-tal01__box01__txt {
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 3rem;
  }

  .talk01 .p-tal01__box02,
  .talk02 .p-tal01__box02,
  .talk03 .p-tal01__box02,
  .talk04 .p-tal01__box02,
  .talk05 .p-tal01__box02,
  .talk06 .p-tal01__box02,
  .talk07 .p-tal01__box02,
  .talk08 .p-tal01__box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 67.2rem;
    margin-top: -1%;
    margin-left: auto;
    padding-bottom: 0;
    padding-bottom: 1px;
    background-image: url(assets/images/talk_border02_lg.png);
    background-position: 0 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .talk01 .p-tal01__box02__imgbox,
  .talk02 .p-tal01__box02__imgbox,
  .talk03 .p-tal01__box02__imgbox,
  .talk04 .p-tal01__box02__imgbox,
  .talk05 .p-tal01__box02__imgbox,
  .talk06 .p-tal01__box02__imgbox,
  .talk07 .p-tal01__box02__imgbox,
  .talk08 .p-tal01__box02__imgbox {
    position: relative;
    width: 20rem;
    height: inherit;
    margin-top: 0rem;
    margin-bottom: 0;
    float: inherit;
  }

  .talk01 .p-tal01__box02__img,
  .talk02 .p-tal01__box02__img,
  .talk03 .p-tal01__box02__img,
  .talk04 .p-tal01__box02__img,
  .talk05 .p-tal01__box02__img,
  .talk06 .p-tal01__box02__img,
  .talk07 .p-tal01__box02__img,
  .talk08 .p-tal01__box02__img {
    display: block;
    width: 20rem;
    margin-right: 2rem;
  }

  .talk01 .p-tal01__box02__name,
  .talk02 .p-tal01__box02__name,
  .talk03 .p-tal01__box02__name,
  .talk04 .p-tal01__box02__name,
  .talk05 .p-tal01__box02__name,
  .talk06 .p-tal01__box02__name,
  .talk07 .p-tal01__box02__name,
  .talk08 .p-tal01__box02__name {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .talk01 .p-tal01__box02__txtbox,
  .talk02 .p-tal01__box02__txtbox,
  .talk03 .p-tal01__box02__txtbox,
  .talk04 .p-tal01__box02__txtbox,
  .talk05 .p-tal01__box02__txtbox,
  .talk06 .p-tal01__box02__txtbox,
  .talk07 .p-tal01__box02__txtbox,
  .talk08 .p-tal01__box02__txtbox {
    width: 40rem;
    margin-top: 0;
  }

  .talk01 .p-tal01__box02__txt,
  .talk02 .p-tal01__box02__txt,
  .talk03 .p-tal01__box02__txt,
  .talk04 .p-tal01__box02__txt,
  .talk05 .p-tal01__box02__txt,
  .talk06 .p-tal01__box02__txt,
  .talk07 .p-tal01__box02__txt,
  .talk08 .p-tal01__box02__txt {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .talk01 .p-tal01__nav,
  .talk01 .p-tal01__nav-prev,
  .talk01 .talk02 .p-tal01__nav-prev,
  .talk02 .talk01 .p-tal01__nav-prev,
  .talk01 .talk03 .p-tal01__nav-prev,
  .talk03 .talk01 .p-tal01__nav-prev,
  .talk01 .talk04 .p-tal01__nav-prev,
  .talk04 .talk01 .p-tal01__nav-prev,
  .talk01 .talk05 .p-tal01__nav-prev,
  .talk05 .talk01 .p-tal01__nav-prev,
  .talk01 .talk06 .p-tal01__nav-prev,
  .talk06 .talk01 .p-tal01__nav-prev,
  .talk01 .talk07 .p-tal01__nav-prev,
  .talk07 .talk01 .p-tal01__nav-prev,
  .talk01 .talk08 .p-tal01__nav-prev,
  .talk08 .talk01 .p-tal01__nav-prev,
  .talk01 .p-tal01__nav-next,
  .talk01 .talk02 .p-tal01__nav-next,
  .talk02 .talk01 .p-tal01__nav-next,
  .talk01 .talk03 .p-tal01__nav-next,
  .talk03 .talk01 .p-tal01__nav-next,
  .talk01 .talk04 .p-tal01__nav-next,
  .talk04 .talk01 .p-tal01__nav-next,
  .talk01 .talk05 .p-tal01__nav-next,
  .talk05 .talk01 .p-tal01__nav-next,
  .talk01 .talk06 .p-tal01__nav-next,
  .talk06 .talk01 .p-tal01__nav-next,
  .talk01 .talk07 .p-tal01__nav-next,
  .talk07 .talk01 .p-tal01__nav-next,
  .talk01 .talk08 .p-tal01__nav-next,
  .talk08 .talk01 .p-tal01__nav-next,
  .talk02 .p-tal01__nav,
  .talk02 .talk01 .p-tal01__nav-prev,
  .talk01 .talk02 .p-tal01__nav-prev,
  .talk02 .p-tal01__nav-prev,
  .talk02 .talk03 .p-tal01__nav-prev,
  .talk03 .talk02 .p-tal01__nav-prev,
  .talk02 .talk04 .p-tal01__nav-prev,
  .talk04 .talk02 .p-tal01__nav-prev,
  .talk02 .talk05 .p-tal01__nav-prev,
  .talk05 .talk02 .p-tal01__nav-prev,
  .talk02 .talk06 .p-tal01__nav-prev,
  .talk06 .talk02 .p-tal01__nav-prev,
  .talk02 .talk07 .p-tal01__nav-prev,
  .talk07 .talk02 .p-tal01__nav-prev,
  .talk02 .talk08 .p-tal01__nav-prev,
  .talk08 .talk02 .p-tal01__nav-prev,
  .talk02 .talk01 .p-tal01__nav-next,
  .talk01 .talk02 .p-tal01__nav-next,
  .talk02 .p-tal01__nav-next,
  .talk02 .talk03 .p-tal01__nav-next,
  .talk03 .talk02 .p-tal01__nav-next,
  .talk02 .talk04 .p-tal01__nav-next,
  .talk04 .talk02 .p-tal01__nav-next,
  .talk02 .talk05 .p-tal01__nav-next,
  .talk05 .talk02 .p-tal01__nav-next,
  .talk02 .talk06 .p-tal01__nav-next,
  .talk06 .talk02 .p-tal01__nav-next,
  .talk02 .talk07 .p-tal01__nav-next,
  .talk07 .talk02 .p-tal01__nav-next,
  .talk02 .talk08 .p-tal01__nav-next,
  .talk08 .talk02 .p-tal01__nav-next,
  .talk03 .p-tal01__nav,
  .talk03 .talk01 .p-tal01__nav-prev,
  .talk01 .talk03 .p-tal01__nav-prev,
  .talk03 .talk02 .p-tal01__nav-prev,
  .talk02 .talk03 .p-tal01__nav-prev,
  .talk03 .p-tal01__nav-prev,
  .talk03 .talk04 .p-tal01__nav-prev,
  .talk04 .talk03 .p-tal01__nav-prev,
  .talk03 .talk05 .p-tal01__nav-prev,
  .talk05 .talk03 .p-tal01__nav-prev,
  .talk03 .talk06 .p-tal01__nav-prev,
  .talk06 .talk03 .p-tal01__nav-prev,
  .talk03 .talk07 .p-tal01__nav-prev,
  .talk07 .talk03 .p-tal01__nav-prev,
  .talk03 .talk08 .p-tal01__nav-prev,
  .talk08 .talk03 .p-tal01__nav-prev,
  .talk03 .talk01 .p-tal01__nav-next,
  .talk01 .talk03 .p-tal01__nav-next,
  .talk03 .talk02 .p-tal01__nav-next,
  .talk02 .talk03 .p-tal01__nav-next,
  .talk03 .p-tal01__nav-next,
  .talk03 .talk04 .p-tal01__nav-next,
  .talk04 .talk03 .p-tal01__nav-next,
  .talk03 .talk05 .p-tal01__nav-next,
  .talk05 .talk03 .p-tal01__nav-next,
  .talk03 .talk06 .p-tal01__nav-next,
  .talk06 .talk03 .p-tal01__nav-next,
  .talk03 .talk07 .p-tal01__nav-next,
  .talk07 .talk03 .p-tal01__nav-next,
  .talk03 .talk08 .p-tal01__nav-next,
  .talk08 .talk03 .p-tal01__nav-next,
  .talk04 .p-tal01__nav,
  .talk04 .talk01 .p-tal01__nav-prev,
  .talk01 .talk04 .p-tal01__nav-prev,
  .talk04 .talk02 .p-tal01__nav-prev,
  .talk02 .talk04 .p-tal01__nav-prev,
  .talk04 .talk03 .p-tal01__nav-prev,
  .talk03 .talk04 .p-tal01__nav-prev,
  .talk04 .p-tal01__nav-prev,
  .talk04 .talk05 .p-tal01__nav-prev,
  .talk05 .talk04 .p-tal01__nav-prev,
  .talk04 .talk06 .p-tal01__nav-prev,
  .talk06 .talk04 .p-tal01__nav-prev,
  .talk04 .talk07 .p-tal01__nav-prev,
  .talk07 .talk04 .p-tal01__nav-prev,
  .talk04 .talk08 .p-tal01__nav-prev,
  .talk08 .talk04 .p-tal01__nav-prev,
  .talk04 .talk01 .p-tal01__nav-next,
  .talk01 .talk04 .p-tal01__nav-next,
  .talk04 .talk02 .p-tal01__nav-next,
  .talk02 .talk04 .p-tal01__nav-next,
  .talk04 .talk03 .p-tal01__nav-next,
  .talk03 .talk04 .p-tal01__nav-next,
  .talk04 .p-tal01__nav-next,
  .talk04 .talk05 .p-tal01__nav-next,
  .talk05 .talk04 .p-tal01__nav-next,
  .talk04 .talk06 .p-tal01__nav-next,
  .talk06 .talk04 .p-tal01__nav-next,
  .talk04 .talk07 .p-tal01__nav-next,
  .talk07 .talk04 .p-tal01__nav-next,
  .talk04 .talk08 .p-tal01__nav-next,
  .talk08 .talk04 .p-tal01__nav-next,
  .talk05 .p-tal01__nav,
  .talk05 .talk01 .p-tal01__nav-prev,
  .talk01 .talk05 .p-tal01__nav-prev,
  .talk05 .talk02 .p-tal01__nav-prev,
  .talk02 .talk05 .p-tal01__nav-prev,
  .talk05 .talk03 .p-tal01__nav-prev,
  .talk03 .talk05 .p-tal01__nav-prev,
  .talk05 .talk04 .p-tal01__nav-prev,
  .talk04 .talk05 .p-tal01__nav-prev,
  .talk05 .p-tal01__nav-prev,
  .talk05 .talk06 .p-tal01__nav-prev,
  .talk06 .talk05 .p-tal01__nav-prev,
  .talk05 .talk07 .p-tal01__nav-prev,
  .talk07 .talk05 .p-tal01__nav-prev,
  .talk05 .talk08 .p-tal01__nav-prev,
  .talk08 .talk05 .p-tal01__nav-prev,
  .talk05 .talk01 .p-tal01__nav-next,
  .talk01 .talk05 .p-tal01__nav-next,
  .talk05 .talk02 .p-tal01__nav-next,
  .talk02 .talk05 .p-tal01__nav-next,
  .talk05 .talk03 .p-tal01__nav-next,
  .talk03 .talk05 .p-tal01__nav-next,
  .talk05 .talk04 .p-tal01__nav-next,
  .talk04 .talk05 .p-tal01__nav-next,
  .talk05 .p-tal01__nav-next,
  .talk05 .talk06 .p-tal01__nav-next,
  .talk06 .talk05 .p-tal01__nav-next,
  .talk05 .talk07 .p-tal01__nav-next,
  .talk07 .talk05 .p-tal01__nav-next,
  .talk05 .talk08 .p-tal01__nav-next,
  .talk08 .talk05 .p-tal01__nav-next,
  .talk06 .p-tal01__nav,
  .talk06 .talk01 .p-tal01__nav-prev,
  .talk01 .talk06 .p-tal01__nav-prev,
  .talk06 .talk02 .p-tal01__nav-prev,
  .talk02 .talk06 .p-tal01__nav-prev,
  .talk06 .talk03 .p-tal01__nav-prev,
  .talk03 .talk06 .p-tal01__nav-prev,
  .talk06 .talk04 .p-tal01__nav-prev,
  .talk04 .talk06 .p-tal01__nav-prev,
  .talk06 .talk05 .p-tal01__nav-prev,
  .talk05 .talk06 .p-tal01__nav-prev,
  .talk06 .p-tal01__nav-prev,
  .talk06 .talk07 .p-tal01__nav-prev,
  .talk07 .talk06 .p-tal01__nav-prev,
  .talk06 .talk08 .p-tal01__nav-prev,
  .talk08 .talk06 .p-tal01__nav-prev,
  .talk06 .talk01 .p-tal01__nav-next,
  .talk01 .talk06 .p-tal01__nav-next,
  .talk06 .talk02 .p-tal01__nav-next,
  .talk02 .talk06 .p-tal01__nav-next,
  .talk06 .talk03 .p-tal01__nav-next,
  .talk03 .talk06 .p-tal01__nav-next,
  .talk06 .talk04 .p-tal01__nav-next,
  .talk04 .talk06 .p-tal01__nav-next,
  .talk06 .talk05 .p-tal01__nav-next,
  .talk05 .talk06 .p-tal01__nav-next,
  .talk06 .p-tal01__nav-next,
  .talk06 .talk07 .p-tal01__nav-next,
  .talk07 .talk06 .p-tal01__nav-next,
  .talk06 .talk08 .p-tal01__nav-next,
  .talk08 .talk06 .p-tal01__nav-next,
  .talk07 .p-tal01__nav,
  .talk07 .talk01 .p-tal01__nav-prev,
  .talk01 .talk07 .p-tal01__nav-prev,
  .talk07 .talk02 .p-tal01__nav-prev,
  .talk02 .talk07 .p-tal01__nav-prev,
  .talk07 .talk03 .p-tal01__nav-prev,
  .talk03 .talk07 .p-tal01__nav-prev,
  .talk07 .talk04 .p-tal01__nav-prev,
  .talk04 .talk07 .p-tal01__nav-prev,
  .talk07 .talk05 .p-tal01__nav-prev,
  .talk05 .talk07 .p-tal01__nav-prev,
  .talk07 .talk06 .p-tal01__nav-prev,
  .talk06 .talk07 .p-tal01__nav-prev,
  .talk07 .p-tal01__nav-prev,
  .talk07 .talk08 .p-tal01__nav-prev,
  .talk08 .talk07 .p-tal01__nav-prev,
  .talk07 .talk01 .p-tal01__nav-next,
  .talk01 .talk07 .p-tal01__nav-next,
  .talk07 .talk02 .p-tal01__nav-next,
  .talk02 .talk07 .p-tal01__nav-next,
  .talk07 .talk03 .p-tal01__nav-next,
  .talk03 .talk07 .p-tal01__nav-next,
  .talk07 .talk04 .p-tal01__nav-next,
  .talk04 .talk07 .p-tal01__nav-next,
  .talk07 .talk05 .p-tal01__nav-next,
  .talk05 .talk07 .p-tal01__nav-next,
  .talk07 .talk06 .p-tal01__nav-next,
  .talk06 .talk07 .p-tal01__nav-next,
  .talk07 .p-tal01__nav-next,
  .talk07 .talk08 .p-tal01__nav-next,
  .talk08 .talk07 .p-tal01__nav-next,
  .talk08 .p-tal01__nav,
  .talk08 .talk01 .p-tal01__nav-prev,
  .talk01 .talk08 .p-tal01__nav-prev,
  .talk08 .talk02 .p-tal01__nav-prev,
  .talk02 .talk08 .p-tal01__nav-prev,
  .talk08 .talk03 .p-tal01__nav-prev,
  .talk03 .talk08 .p-tal01__nav-prev,
  .talk08 .talk04 .p-tal01__nav-prev,
  .talk04 .talk08 .p-tal01__nav-prev,
  .talk08 .talk05 .p-tal01__nav-prev,
  .talk05 .talk08 .p-tal01__nav-prev,
  .talk08 .talk06 .p-tal01__nav-prev,
  .talk06 .talk08 .p-tal01__nav-prev,
  .talk08 .talk07 .p-tal01__nav-prev,
  .talk07 .talk08 .p-tal01__nav-prev,
  .talk08 .p-tal01__nav-prev,
  .talk08 .talk01 .p-tal01__nav-next,
  .talk01 .talk08 .p-tal01__nav-next,
  .talk08 .talk02 .p-tal01__nav-next,
  .talk02 .talk08 .p-tal01__nav-next,
  .talk08 .talk03 .p-tal01__nav-next,
  .talk03 .talk08 .p-tal01__nav-next,
  .talk08 .talk04 .p-tal01__nav-next,
  .talk04 .talk08 .p-tal01__nav-next,
  .talk08 .talk05 .p-tal01__nav-next,
  .talk05 .talk08 .p-tal01__nav-next,
  .talk08 .talk06 .p-tal01__nav-next,
  .talk06 .talk08 .p-tal01__nav-next,
  .talk08 .talk07 .p-tal01__nav-next,
  .talk07 .talk08 .p-tal01__nav-next,
  .talk08 .p-tal01__nav-next {
    width: min(100% - 4rem, 34rem);
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
  }

  .talk01 .p-tal01__nav__link,
  .talk01 .p-tal01__nav__link-next,
  .talk01 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk01 .p-tal01__nav__link-next,
  .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk01 .p-tal01__nav__link-prev,
  .talk02 .p-tal01__nav__link,
  .talk02 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk02 .p-tal01__nav__link-next,
  .talk02 .p-tal01__nav__link-next,
  .talk02 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk02 .p-tal01__nav__link-prev,
  .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk02 .p-tal01__nav__link-prev,
  .talk03 .p-tal01__nav__link,
  .talk03 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk03 .p-tal01__nav__link-next,
  .talk03 .p-tal01__nav__link-next,
  .talk03 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk03 .p-tal01__nav__link-prev,
  .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk03 .p-tal01__nav__link-prev,
  .talk04 .p-tal01__nav__link,
  .talk04 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk04 .p-tal01__nav__link-next,
  .talk04 .p-tal01__nav__link-next,
  .talk04 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk04 .p-tal01__nav__link-prev,
  .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk04 .p-tal01__nav__link-prev,
  .talk05 .p-tal01__nav__link,
  .talk05 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk05 .p-tal01__nav__link-next,
  .talk05 .p-tal01__nav__link-next,
  .talk05 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk05 .p-tal01__nav__link-prev,
  .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk05 .p-tal01__nav__link-prev,
  .talk06 .p-tal01__nav__link,
  .talk06 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk06 .p-tal01__nav__link-next,
  .talk06 .p-tal01__nav__link-next,
  .talk06 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk06 .p-tal01__nav__link-prev,
  .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk06 .p-tal01__nav__link-prev,
  .talk07 .p-tal01__nav__link,
  .talk07 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk07 .p-tal01__nav__link-next,
  .talk07 .p-tal01__nav__link-next,
  .talk07 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk07 .p-tal01__nav__link-prev,
  .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk07 .p-tal01__nav__link-prev,
  .talk08 .p-tal01__nav__link,
  .talk08 .talk01 .p-tal01__nav__link-next,
  .talk01 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk02 .p-tal01__nav__link-next,
  .talk02 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk03 .p-tal01__nav__link-next,
  .talk03 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk04 .p-tal01__nav__link-next,
  .talk04 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk05 .p-tal01__nav__link-next,
  .talk05 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk06 .p-tal01__nav__link-next,
  .talk06 .talk08 .p-tal01__nav__link-next,
  .talk08 .talk07 .p-tal01__nav__link-next,
  .talk07 .talk08 .p-tal01__nav__link-next,
  .talk08 .p-tal01__nav__link-next,
  .talk08 .talk01 .p-tal01__nav__link-prev,
  .talk01 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk02 .p-tal01__nav__link-prev,
  .talk02 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk03 .p-tal01__nav__link-prev,
  .talk03 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk04 .p-tal01__nav__link-prev,
  .talk04 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk05 .p-tal01__nav__link-prev,
  .talk05 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk06 .p-tal01__nav__link-prev,
  .talk06 .talk08 .p-tal01__nav__link-prev,
  .talk08 .talk07 .p-tal01__nav__link-prev,
  .talk07 .talk08 .p-tal01__nav__link-prev,
  .talk08 .p-tal01__nav__link-prev {
    width: 14rem;
  }

  .talk01 .p-tal02,
  .talk02 .p-tal02,
  .talk03 .p-tal02,
  .talk04 .p-tal02,
  .talk05 .p-tal02,
  .talk06 .p-tal02,
  .talk07 .p-tal02,
  .talk08 .p-tal02 {
    width: 100%;
    max-width: 950px;
  }

  .talk01 .p-tal02 .article-content,
  .talk02 .p-tal02 .article-content,
  .talk03 .p-tal02 .article-content,
  .talk04 .p-tal02 .article-content,
  .talk05 .p-tal02 .article-content,
  .talk06 .p-tal02 .article-content,
  .talk07 .p-tal02 .article-content,
  .talk08 .p-tal02 .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .talk01 .p-tal02 .main-title,
  .talk01 .p-tal02 .section-title,
  .talk02 .p-tal02 .main-title,
  .talk02 .p-tal02 .section-title,
  .talk03 .p-tal02 .main-title,
  .talk03 .p-tal02 .section-title,
  .talk04 .p-tal02 .main-title,
  .talk04 .p-tal02 .section-title,
  .talk05 .p-tal02 .main-title,
  .talk05 .p-tal02 .section-title,
  .talk06 .p-tal02 .main-title,
  .talk06 .p-tal02 .section-title,
  .talk07 .p-tal02 .main-title,
  .talk07 .p-tal02 .section-title,
  .talk08 .p-tal02 .main-title,
  .talk08 .p-tal02 .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35.789474%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .talk01 .p-tal02 .vertical-text,
  .talk02 .p-tal02 .vertical-text,
  .talk03 .p-tal02 .vertical-text,
  .talk04 .p-tal02 .vertical-text,
  .talk05 .p-tal02 .vertical-text,
  .talk06 .p-tal02 .vertical-text,
  .talk07 .p-tal02 .vertical-text,
  .talk08 .p-tal02 .vertical-text {
    font-size: 28px;
    line-height: 1.6;
    text-align: left;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .talk01 .p-tal02 .vertical-text::after,
  .talk01 .p-tal02 .vertical-text::before,
  .talk02 .p-tal02 .vertical-text::after,
  .talk02 .p-tal02 .vertical-text::before,
  .talk03 .p-tal02 .vertical-text::after,
  .talk03 .p-tal02 .vertical-text::before,
  .talk04 .p-tal02 .vertical-text::after,
  .talk04 .p-tal02 .vertical-text::before,
  .talk05 .p-tal02 .vertical-text::after,
  .talk05 .p-tal02 .vertical-text::before,
  .talk06 .p-tal02 .vertical-text::after,
  .talk06 .p-tal02 .vertical-text::before,
  .talk07 .p-tal02 .vertical-text::after,
  .talk07 .p-tal02 .vertical-text::before,
  .talk08 .p-tal02 .vertical-text::after,
  .talk08 .p-tal02 .vertical-text::before {
    z-index: -1;
    width: 60px;
    height: 60px;
  }

  .talk01 .p-tal02 .vertical-text::after,
  .talk02 .p-tal02 .vertical-text::after,
  .talk03 .p-tal02 .vertical-text::after,
  .talk04 .p-tal02 .vertical-text::after,
  .talk05 .p-tal02 .vertical-text::after,
  .talk06 .p-tal02 .vertical-text::after,
  .talk07 .p-tal02 .vertical-text::after,
  .talk08 .p-tal02 .vertical-text::after {
    top: -15px;
    bottom: auto;
    left: 45px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
  }

  .talk01 .p-tal02 .vertical-text::before,
  .talk02 .p-tal02 .vertical-text::before,
  .talk03 .p-tal02 .vertical-text::before,
  .talk04 .p-tal02 .vertical-text::before,
  .talk05 .p-tal02 .vertical-text::before,
  .talk06 .p-tal02 .vertical-text::before,
  .talk07 .p-tal02 .vertical-text::before,
  .talk08 .p-tal02 .vertical-text::before {
    top: auto;
    right: 45px;
    bottom: -15px;
    clip-path: polygon(0% 100%, 0% 60px, 100% 0%, 100% 60px, 100% 100%);
  }

  .talk01 .p-tal02 .conversation,
  .talk02 .p-tal02 .conversation,
  .talk03 .p-tal02 .conversation,
  .talk04 .p-tal02 .conversation,
  .talk05 .p-tal02 .conversation,
  .talk06 .p-tal02 .conversation,
  .talk07 .p-tal02 .conversation,
  .talk08 .p-tal02 .conversation {
    margin-right: 30px;
  }

  .talk01 .p-tal02 .conversation.reverse,
  .talk02 .p-tal02 .conversation.reverse,
  .talk03 .p-tal02 .conversation.reverse,
  .talk04 .p-tal02 .conversation.reverse,
  .talk05 .p-tal02 .conversation.reverse,
  .talk06 .p-tal02 .conversation.reverse,
  .talk07 .p-tal02 .conversation.reverse,
  .talk08 .p-tal02 .conversation.reverse {
    margin-right: 0;
    margin-left: 30px;
  }

  .talk01 .p-tal02 .crs-msg,
  .talk02 .p-tal02 .crs-msg,
  .talk03 .p-tal02 .crs-msg,
  .talk04 .p-tal02 .crs-msg,
  .talk05 .p-tal02 .crs-msg,
  .talk06 .p-tal02 .crs-msg,
  .talk07 .p-tal02 .crs-msg,
  .talk08 .p-tal02 .crs-msg {
    width: auto;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .talk01 .p-tal02__nav,
  .talk01 .p-tal02__nav-next,
  .talk01 .talk02 .p-tal02__nav-next,
  .talk02 .talk01 .p-tal02__nav-next,
  .talk01 .talk03 .p-tal02__nav-next,
  .talk03 .talk01 .p-tal02__nav-next,
  .talk01 .talk04 .p-tal02__nav-next,
  .talk04 .talk01 .p-tal02__nav-next,
  .talk01 .talk05 .p-tal02__nav-next,
  .talk05 .talk01 .p-tal02__nav-next,
  .talk01 .talk06 .p-tal02__nav-next,
  .talk06 .talk01 .p-tal02__nav-next,
  .talk01 .talk07 .p-tal02__nav-next,
  .talk07 .talk01 .p-tal02__nav-next,
  .talk01 .talk08 .p-tal02__nav-next,
  .talk08 .talk01 .p-tal02__nav-next,
  .talk02 .p-tal02__nav,
  .talk02 .talk01 .p-tal02__nav-next,
  .talk01 .talk02 .p-tal02__nav-next,
  .talk02 .p-tal02__nav-next,
  .talk02 .talk03 .p-tal02__nav-next,
  .talk03 .talk02 .p-tal02__nav-next,
  .talk02 .talk04 .p-tal02__nav-next,
  .talk04 .talk02 .p-tal02__nav-next,
  .talk02 .talk05 .p-tal02__nav-next,
  .talk05 .talk02 .p-tal02__nav-next,
  .talk02 .talk06 .p-tal02__nav-next,
  .talk06 .talk02 .p-tal02__nav-next,
  .talk02 .talk07 .p-tal02__nav-next,
  .talk07 .talk02 .p-tal02__nav-next,
  .talk02 .talk08 .p-tal02__nav-next,
  .talk08 .talk02 .p-tal02__nav-next,
  .talk03 .p-tal02__nav,
  .talk03 .talk01 .p-tal02__nav-next,
  .talk01 .talk03 .p-tal02__nav-next,
  .talk03 .talk02 .p-tal02__nav-next,
  .talk02 .talk03 .p-tal02__nav-next,
  .talk03 .p-tal02__nav-next,
  .talk03 .talk04 .p-tal02__nav-next,
  .talk04 .talk03 .p-tal02__nav-next,
  .talk03 .talk05 .p-tal02__nav-next,
  .talk05 .talk03 .p-tal02__nav-next,
  .talk03 .talk06 .p-tal02__nav-next,
  .talk06 .talk03 .p-tal02__nav-next,
  .talk03 .talk07 .p-tal02__nav-next,
  .talk07 .talk03 .p-tal02__nav-next,
  .talk03 .talk08 .p-tal02__nav-next,
  .talk08 .talk03 .p-tal02__nav-next,
  .talk04 .p-tal02__nav,
  .talk04 .talk01 .p-tal02__nav-next,
  .talk01 .talk04 .p-tal02__nav-next,
  .talk04 .talk02 .p-tal02__nav-next,
  .talk02 .talk04 .p-tal02__nav-next,
  .talk04 .talk03 .p-tal02__nav-next,
  .talk03 .talk04 .p-tal02__nav-next,
  .talk04 .p-tal02__nav-next,
  .talk04 .talk05 .p-tal02__nav-next,
  .talk05 .talk04 .p-tal02__nav-next,
  .talk04 .talk06 .p-tal02__nav-next,
  .talk06 .talk04 .p-tal02__nav-next,
  .talk04 .talk07 .p-tal02__nav-next,
  .talk07 .talk04 .p-tal02__nav-next,
  .talk04 .talk08 .p-tal02__nav-next,
  .talk08 .talk04 .p-tal02__nav-next,
  .talk05 .p-tal02__nav,
  .talk05 .talk01 .p-tal02__nav-next,
  .talk01 .talk05 .p-tal02__nav-next,
  .talk05 .talk02 .p-tal02__nav-next,
  .talk02 .talk05 .p-tal02__nav-next,
  .talk05 .talk03 .p-tal02__nav-next,
  .talk03 .talk05 .p-tal02__nav-next,
  .talk05 .talk04 .p-tal02__nav-next,
  .talk04 .talk05 .p-tal02__nav-next,
  .talk05 .p-tal02__nav-next,
  .talk05 .talk06 .p-tal02__nav-next,
  .talk06 .talk05 .p-tal02__nav-next,
  .talk05 .talk07 .p-tal02__nav-next,
  .talk07 .talk05 .p-tal02__nav-next,
  .talk05 .talk08 .p-tal02__nav-next,
  .talk08 .talk05 .p-tal02__nav-next,
  .talk06 .p-tal02__nav,
  .talk06 .talk01 .p-tal02__nav-next,
  .talk01 .talk06 .p-tal02__nav-next,
  .talk06 .talk02 .p-tal02__nav-next,
  .talk02 .talk06 .p-tal02__nav-next,
  .talk06 .talk03 .p-tal02__nav-next,
  .talk03 .talk06 .p-tal02__nav-next,
  .talk06 .talk04 .p-tal02__nav-next,
  .talk04 .talk06 .p-tal02__nav-next,
  .talk06 .talk05 .p-tal02__nav-next,
  .talk05 .talk06 .p-tal02__nav-next,
  .talk06 .p-tal02__nav-next,
  .talk06 .talk07 .p-tal02__nav-next,
  .talk07 .talk06 .p-tal02__nav-next,
  .talk06 .talk08 .p-tal02__nav-next,
  .talk08 .talk06 .p-tal02__nav-next,
  .talk07 .p-tal02__nav,
  .talk07 .talk01 .p-tal02__nav-next,
  .talk01 .talk07 .p-tal02__nav-next,
  .talk07 .talk02 .p-tal02__nav-next,
  .talk02 .talk07 .p-tal02__nav-next,
  .talk07 .talk03 .p-tal02__nav-next,
  .talk03 .talk07 .p-tal02__nav-next,
  .talk07 .talk04 .p-tal02__nav-next,
  .talk04 .talk07 .p-tal02__nav-next,
  .talk07 .talk05 .p-tal02__nav-next,
  .talk05 .talk07 .p-tal02__nav-next,
  .talk07 .talk06 .p-tal02__nav-next,
  .talk06 .talk07 .p-tal02__nav-next,
  .talk07 .p-tal02__nav-next,
  .talk07 .talk08 .p-tal02__nav-next,
  .talk08 .talk07 .p-tal02__nav-next,
  .talk08 .p-tal02__nav,
  .talk08 .talk01 .p-tal02__nav-next,
  .talk01 .talk08 .p-tal02__nav-next,
  .talk08 .talk02 .p-tal02__nav-next,
  .talk02 .talk08 .p-tal02__nav-next,
  .talk08 .talk03 .p-tal02__nav-next,
  .talk03 .talk08 .p-tal02__nav-next,
  .talk08 .talk04 .p-tal02__nav-next,
  .talk04 .talk08 .p-tal02__nav-next,
  .talk08 .talk05 .p-tal02__nav-next,
  .talk05 .talk08 .p-tal02__nav-next,
  .talk08 .talk06 .p-tal02__nav-next,
  .talk06 .talk08 .p-tal02__nav-next,
  .talk08 .talk07 .p-tal02__nav-next,
  .talk07 .talk08 .p-tal02__nav-next,
  .talk08 .p-tal02__nav-next {
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .talk01 .p-tal02__nav__link,
  .talk01 .p-tal02__nav__link-next,
  .talk01 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk01 .p-tal02__nav__link-next,
  .talk02 .p-tal02__nav__link,
  .talk02 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk02 .p-tal02__nav__link-next,
  .talk02 .p-tal02__nav__link-next,
  .talk02 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk02 .p-tal02__nav__link-next,
  .talk03 .p-tal02__nav__link,
  .talk03 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk03 .p-tal02__nav__link-next,
  .talk03 .p-tal02__nav__link-next,
  .talk03 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk03 .p-tal02__nav__link-next,
  .talk04 .p-tal02__nav__link,
  .talk04 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk04 .p-tal02__nav__link-next,
  .talk04 .p-tal02__nav__link-next,
  .talk04 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk04 .p-tal02__nav__link-next,
  .talk05 .p-tal02__nav__link,
  .talk05 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk05 .p-tal02__nav__link-next,
  .talk05 .p-tal02__nav__link-next,
  .talk05 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk05 .p-tal02__nav__link-next,
  .talk06 .p-tal02__nav__link,
  .talk06 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk06 .p-tal02__nav__link-next,
  .talk06 .p-tal02__nav__link-next,
  .talk06 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk06 .p-tal02__nav__link-next,
  .talk07 .p-tal02__nav__link,
  .talk07 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk07 .p-tal02__nav__link-next,
  .talk07 .p-tal02__nav__link-next,
  .talk07 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk07 .p-tal02__nav__link-next,
  .talk08 .p-tal02__nav__link,
  .talk08 .talk01 .p-tal02__nav__link-next,
  .talk01 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk02 .p-tal02__nav__link-next,
  .talk02 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk03 .p-tal02__nav__link-next,
  .talk03 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk04 .p-tal02__nav__link-next,
  .talk04 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk05 .p-tal02__nav__link-next,
  .talk05 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk06 .p-tal02__nav__link-next,
  .talk06 .talk08 .p-tal02__nav__link-next,
  .talk08 .talk07 .p-tal02__nav__link-next,
  .talk07 .talk08 .p-tal02__nav__link-next,
  .talk08 .p-tal02__nav__link-next {
    width: auto;
    padding: 1rem 5rem;
  }

  .talk01 .crs-line,
  .talk02 .crs-line,
  .talk03 .crs-line,
  .talk04 .crs-line,
  .talk05 .crs-line,
  .talk06 .crs-line,
  .talk07 .crs-line,
  .talk08 .crs-line {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .talk01 .crs-line.top,
  .talk02 .crs-line.top,
  .talk03 .crs-line.top,
  .talk04 .crs-line.top,
  .talk05 .crs-line.top,
  .talk06 .crs-line.top,
  .talk07 .crs-line.top,
  .talk08 .crs-line.top {
    margin-top: 60px;
    margin-left: 0;
  }

  .voice .p-voi__mv {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .voice .p-voi01__ulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
  }

  .voice .p-voi01__ulist::after {
    display: block;
    width: calc(33.333333% - 2rem);
    height: 0.1rem;
    content: "";
  }

  .voice .p-voi01__ulist__item:nth-child(n+2) {
    margin-top: 0;
  }

  .voice .p-voi01__ulist__item {
    width: calc(33.3333333333% - 1rem);
  }

  .voice .p-voi01__ulist__item:nth-child(n+4) {
    margin-top: 4rem;
  }

  .voice .p-voi01__ulist__item a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
  }

  .voice .p-voi01__ulist__box {
    width: 100%;
  }

  .voice .p-voi01__ulist__category,
  .voice .club .p-clu04 .p-voi01__ulist__category-lightblue,
  .club .p-clu04 .voice .p-voi01__ulist__category-lightblue,
  .voice .club .p-clu04 .p-voi01__ulist__category-green,
  .club .p-clu04 .voice .p-voi01__ulist__category-green,
  .voice .club .p-clu04 .p-voi01__ulist__category-yellow,
  .club .p-clu04 .voice .p-voi01__ulist__category-yellow,
  .voice .club .p-clu04 .p-voi01__ulist__category-orange,
  .club .p-clu04 .voice .p-voi01__ulist__category-orange,
  .voice .club .p-clu04 .p-voi01__ulist__category-pink,
  .club .p-clu04 .voice .p-voi01__ulist__category-pink,
  .voice .club .p-clu04 .p-voi01__ulist__category-purple,
  .club .p-clu04 .voice .p-voi01__ulist__category-purple,
  .voice .p-voi01__ulist__category-lightblue,
  .voice .p-voi01__ulist__category-green,
  .voice .p-voi01__ulist__category-yellow,
  .voice .p-voi01__ulist__category-orange,
  .voice .p-voi01__ulist__category-pink,
  .voice .p-voi01__ulist__category-purple {
    width: 100%;
    font-size: 1rem;
  }

  .voice .p-voi01__ulist__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .voice .p-voi01__ulist__txtbox__ttl,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-lightblue,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-green,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-yellow,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-orange,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-pink,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-purple,
  .voice .p-voi01__ulist__txtbox__ttl-lightblue,
  .voice .p-voi01__ulist__txtbox__ttl-green,
  .voice .p-voi01__ulist__txtbox__ttl-pink,
  .voice .p-voi01__ulist__txtbox__ttl-yellow,
  .voice .p-voi01__ulist__txtbox__ttl-orange,
  .voice .p-voi01__ulist__txtbox__ttl-purple {
    margin-left: 0.5rem;
    font-size: 1.2rem;
  }

  .voice .p-voi01__ulist__txtbox__txt {
    margin-top: 0;
    font-size: 1rem;
  }

  .voice .p-clbox__outline,
  .voice .p-clbox__outline-lightblue,
  .voice .p-clbox__outline-green,
  .voice .p-clbox__outline-pink,
  .voice .p-clbox__outline-yellow,
  .voice .p-clbox__outline-orange,
  .voice .p-clbox__outline-purple {
    padding: 7rem 4rem 5rem;
  }

  .voice .p-clbox__box {
    width: 100%;
  }

  .voice .p-clbox__category,
  .voice .p-clbox__category-lightblue,
  .voice .p-clbox__category-green,
  .voice .p-clbox__category-pink,
  .voice .p-clbox__category-yellow,
  .voice .p-clbox__category-orange,
  .voice .p-clbox__category-purple {
    position: absolute;
    top: 3rem;
    left: 0;
  }

  .voice .p-clbox__txtbox__ttl,
  .voice .p-clbox__txtbox__ttl-lightblue,
  .voice .p-clbox__txtbox__ttl-green,
  .voice .p-clbox__txtbox__ttl-pink,
  .voice .p-clbox__txtbox__ttl-yellow,
  .voice .p-clbox__txtbox__ttl-orange,
  .voice .p-clbox__txtbox__ttl-purple {
    font-size: 1.6rem;
  }

  .voice .p-clbox__txtbox__ttl,
  .voice .p-clbox__txtbox__ttl-lightblue,
  .voice .p-clbox__txtbox__ttl-green,
  .voice .p-clbox__txtbox__ttl-pink,
  .voice .p-clbox__txtbox__ttl-yellow,
  .voice .p-clbox__txtbox__ttl-orange,
  .voice .p-clbox__txtbox__ttl-purple {
    margin-top: 0;
  }

  .voice .p-clbox__txtbox__ttl br,
  .voice .p-clbox__txtbox__ttl-lightblue br,
  .voice .p-clbox__txtbox__ttl-green br,
  .voice .p-clbox__txtbox__ttl-pink br,
  .voice .p-clbox__txtbox__ttl-yellow br,
  .voice .p-clbox__txtbox__ttl-orange br,
  .voice .p-clbox__txtbox__ttl-purple br {
    display: none;
  }

  .voice .p-clbox__comment,
  .voice .p-clbox__comment-lightblue,
  .voice .p-clbox__comment-green,
  .voice .p-clbox__comment-yellow,
  .voice .p-clbox__comment-pink,
  .voice .p-clbox__comment-orange,
  .voice .p-clbox__comment-purple {
    height: inherit;
    height: 23rem;
    padding-top: 0;
    overflow-y: inherit;
    overflow-y: scroll;
    border-top-width: 0;
  }

  .voice .p-clbox__img {
    display: block;
    width: 22rem;
    margin-left: 4rem;
  }

  .voice #cboxNext,
  .voice #cboxPrevious {
    width: 4rem;
    height: 4rem;
  }

  .voice #cboxNext {
    right: -1.5rem;
  }

  .voice #cboxPrevious {
    left: -1.5rem;
  }

  .voice #cboxClose {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .club .p-clu__mv {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .club .p-clu01__ttl {
    font-size: 1.8rem;
  }

  .club .p-clu01__txt {
    margin-top: 5rem;
  }

  .club .p-clu03__outline {
    margin-top: 10rem;
    padding-top: 10rem;
  }

  .club .p-clu03__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0.2rem solid #652076;
  }

  .club .p-clu03__content {
    display: none;
    border: none;
  }

  .club .p-clu03__content:nth-of-type(n-2) {
    margin-top: 8rem;
  }

  .club .p-clu03__content__ttl {
    display: none;
  }

  .club .p-clu03__categorylist {
    width: calc(33.3333333333% - 1rem);
    margin-bottom: 2rem;
  }

  .club .p-clu03__categorylist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 3rem;
    padding: 0;
    border-bottom: none;
    background: none;
  }

  .club .p-clu03__categorylist__item:nth-of-type(n-3) {
    margin-top: 0;
  }

  .club .p-clu03__categorylist__ttl {
    font-size: 1.2rem;
  }

  .club .p-clu03__categorylist__ttl:hover::after {
    background-color: #652076;
    color: #fff;
  }

  .club .p-clu03__categorylist__ttl::after {
    font-size: 1rem;
  }

  .club .p-clu03__categorylist__ttl:nth-of-type(n-2) {
    border-top: none;
  }

  .club .p-clu03__categorylist__txt {
    font-size: 1.2rem;
  }

  .club .p-clu03__categorylist__txt {
    display: none;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 2rem 1rem;
    border-top: 1px solid #652076;
    border-bottom: 1px solid #652076;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(230, 221, 233)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(230, 221, 233) 0%, rgb(255, 255, 255) 100%);
  }

  .club .p-clu03__ulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }

  .club .p-clu03__ulist::after {
    display: block;
    width: calc(33.3333333333% - 2rem);
    content: "";
  }

  .club .p-clu03__btn {
    margin-top: 4rem;
  }

  .club .p-clu04__outline {
    margin-top: 8rem;
  }

  .club .p-clu04 .p-voi01__ulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
  }

  .club .p-clu04 .p-voi01__ulist::after {
    display: block;
    width: calc(33.333333% - 2rem);
    height: 0.1rem;
    content: "";
  }

  .club .p-clu04 .p-voi01__ulist__item:nth-child(n+2) {
    margin-top: 0;
  }

  .club .p-clu04 .p-voi01__ulist__item {
    width: calc(33.3333333333% - 1rem);
  }

  .club .p-clu04 .p-voi01__ulist__item:nth-child(n+4) {
    margin-top: 4rem;
  }

  .club .p-clu04 .p-voi01__ulist__item a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
  }

  .club .p-clu04 .p-voi01__ulist__img {
    width: 11rem;
  }

  .club .p-clu04 .p-voi01__ulist__box {
    width: 100%;
  }

  .club .p-clu04 .p-voi01__ulist__category,
  .club .p-clu04 .p-voi01__ulist__category-lightblue,
  .club .p-clu04 .p-voi01__ulist__category-green,
  .club .p-clu04 .p-voi01__ulist__category-yellow,
  .club .p-clu04 .p-voi01__ulist__category-orange,
  .club .p-clu04 .p-voi01__ulist__category-pink,
  .club .p-clu04 .p-voi01__ulist__category-purple {
    width: 100%;
    font-size: 1rem;
  }

  .club .p-clu04 .p-voi01__ulist__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .club .p-clu04 .p-voi01__ulist__txtbox__ttl,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple {
    margin-left: 1rem;
    font-size: 1.2rem;
  }

  .club .p-clu04 .p-voi01__ulist__txtbox__txt {
    margin-top: 0;
    font-size: 1rem;
  }

  .club .p-clbox__outline,
  .club .p-clbox__outline-lightblue,
  .club .p-clbox__outline-green,
  .club .p-clbox__outline-pink,
  .club .p-clbox__outline-yellow,
  .club .p-clbox__outline-orange,
  .club .p-clbox__outline-purple {
    padding: 7rem 4rem 5rem;
  }

  .club .p-clbox__box {
    width: 100%;
  }

  .club .p-clbox__category,
  .club .p-clbox__category-lightblue,
  .club .p-clbox__category-green,
  .club .p-clbox__category-pink,
  .club .p-clbox__category-yellow,
  .club .p-clbox__category-orange,
  .club .p-clbox__category-purple {
    position: absolute;
    top: 3rem;
    left: 0;
  }

  .club .p-clbox__txtbox__ttl,
  .club .p-clbox__txtbox__ttl-lightblue,
  .club .p-clbox__txtbox__ttl-green,
  .club .p-clbox__txtbox__ttl-pink,
  .club .p-clbox__txtbox__ttl-yellow,
  .club .p-clbox__txtbox__ttl-orange,
  .club .p-clbox__txtbox__ttl-purple {
    font-size: 1.6rem;
  }

  .club .p-clbox__txtbox__ttl,
  .club .p-clbox__txtbox__ttl-lightblue,
  .club .p-clbox__txtbox__ttl-green,
  .club .p-clbox__txtbox__ttl-pink,
  .club .p-clbox__txtbox__ttl-yellow,
  .club .p-clbox__txtbox__ttl-orange,
  .club .p-clbox__txtbox__ttl-purple {
    margin-top: 0;
  }

  .club .p-clbox__txtbox__ttl br,
  .club .p-clbox__txtbox__ttl-lightblue br,
  .club .p-clbox__txtbox__ttl-green br,
  .club .p-clbox__txtbox__ttl-pink br,
  .club .p-clbox__txtbox__ttl-yellow br,
  .club .p-clbox__txtbox__ttl-orange br,
  .club .p-clbox__txtbox__ttl-purple br {
    display: none;
  }

  .club .p-clbox__comment,
  .club .p-clbox__comment-lightblue,
  .club .p-clbox__comment-green,
  .club .p-clbox__comment-yellow,
  .club .p-clbox__comment-pink,
  .club .p-clbox__comment-orange,
  .club .p-clbox__comment-purple {
    height: inherit;
    height: 23rem;
    padding-top: 0;
    overflow-y: inherit;
    overflow-y: scroll;
    border-top-width: 0;
  }

  .club .p-clbox__img {
    display: block;
    width: 22rem;
    margin-left: 4rem;
  }

  .club #cboxNext,
  .club #cboxPrevious {
    width: 4rem;
    height: 4rem;
  }

  .club #cboxNext {
    right: -1.5rem;
  }

  .club #cboxPrevious {
    left: -1.5rem;
  }

  .club #cboxClose {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .principle .p-prin__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .principle .p-prin__lnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: min(100% - 4rem, 950px);
    margin: auto;
  }

  .principle .p-prin__lnav__item {
    width: calc(33.3333333333% - 2rem);
  }

  .principle .p-prin__lnav__item:nth-of-type(n+2) {
    margin-top: 0;
  }

  .principle .p-prin01__outline {
    width: min(100% - 4rem, 950px);
    margin-right: auto;
    margin-left: auto;
  }

  .principle .p-prin01__outline02 .p-prin01__head {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .principle .p-prin01__sec {
    margin-top: 12rem;
  }

  .principle .p-prin01__sec:nth-of-type(n+2) {
    margin-top: 16rem;
  }

  .principle .p-prin01__head {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .principle .p-prin01__head__ttl em {
    font-size: 2.4rem;
  }

  .principle .p-prin01__head__ttl span {
    font-size: 6rem;
  }

  .principle .p-prin01__txtbox__ttl {
    font-size: 1.8rem;
  }

  .principle .p-prin01__txtbox__txt {
    font-size: 1.4rem;
  }

  .principle .p-prin01__txtbox__txt {
    margin-top: 2rem;
  }

  .principle .p-prin01__body {
    margin-top: 5rem;
  }

  .principle .p-prin01__item {
    position: relative;
    border-radius: 16px;
    background-color: inherit;
  }

  .principle .p-prin01__item:nth-of-type(n+2) {
    margin-top: 8rem;
  }

  .principle .p-prin01__item:nth-of-type(2n) .p-prin01__content {
    margin-left: auto;
  }

  .principle .p-prin01__item:nth-of-type(2n) .p-prin01__content__img {
    right: inherit;
    left: 0;
  }

  .principle .p-prin01__item:nth-of-type(2n) .p-prin01__content__txtbox {
    width: 70%;
    margin-right: initial;
    margin-left: auto;
  }

  .principle .p-prin01__item:nth-of-type(2n) .p-prin01__content__txtbox__subttl {
    padding-right: 0;
  }

  .principle .p-prin01__item:nth-of-type(2n) .p-prin01__content__txtbox__txt {
    padding-right: 0;
  }

  .principle .p-prin01__trigger {
    cursor: inherit;
  }

  .principle .p-prin01__content {
    display: block;
    width: 75.789474%;
    margin: 0 0 0;
    padding: 4rem;
    border: 16px solid #ded1e1;
    border-radius: 16px;
  }

  .principle .p-prin01__content__txtbox {
    width: 80%;
    margin-right: 0;
    margin-left: 0;
  }

  .principle .p-prin01__content__txtbox__subttl {
    padding-right: 5rem;
  }

  .principle .p-prin01__content__txtbox__subttl::before {
    width: 45rem;
  }

  .principle .p-prin01__content__txtbox__txt {
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 5rem;
  }

  .principle .p-prin01__content__img {
    position: absolute;
    position: absolute;
    top: 0;
    top: 0;
    right: 0;
    right: 0;
    width: 28rem;
    margin-top: 0;
  }

  .principle .p-prin01__content__btn {
    width: 30rem;
    margin: 3rem 0 0 30%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .principle .p-prin01__txtbox {
    margin-left: 6rem;
    padding-left: 4rem;
    border-left: 1px solid #231815;
  }

  .principle .p-prin01__txtbox::before {
    display: none;
  }

  .principle .p-prin01__txtbox__ttl {
    font-size: 1.8rem;
  }

  .principle .p-prin01__txtbox__ttl {
    margin-top: 0;
  }

  .principle .p-prin01__note {
    padding: 2rem;
  }

  .principle .p-prin01__foot {
    margin-top: 8rem;
  }

  .principle .p-prin01__foot__sec01 .p-prin01__foot__item,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .principle .p-prin01__foot__sec01 .p-prin01__foot__item>img,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item-other>img {
    width: 50%;
  }

  .principle .p-prin01__foot__sec01 .p-prin01__foot__item>p,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item-other>p {
    width: 50%;
  }

  .principle .p-prin01__foot__sec02 {
    margin-top: 8rem;
  }

  .principle .p-prin01__foot__ttl01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2rem;
  }

  .principle .p-prin01__foot__ttl01 span {
    margin-top: 0;
    margin-left: 0.5rem;
    font-size: 1.7rem;
  }

  .principle .p-prin01__foot__ttl02 {
    font-size: 2rem;
    text-align: left;
  }

  .principle .p-prin01__foot__box {
    margin-top: 3rem;
  }

  .principle .p-prin01__foot__box:nth-of-type(n+2) {
    margin-top: 6rem;
  }

  .principle .p-prin01__foot__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .principle .p-prin01__foot__item,
  .principle .p-prin01__foot__item-other {
    width: calc(50% - 2rem);
    margin-top: 0;
  }

  .principle .p-prin01__foot__item:nth-of-type(n+2),
  .principle .p-prin01__foot__item-other:nth-of-type(n+2) {
    margin-top: 0;
  }

  .principle .p-prin01__foot__item:nth-of-type(n+3),
  .principle .p-prin01__foot__item-other:nth-of-type(n+3) {
    margin-top: 7rem;
  }

  .principle .p-prin01__foot__item__ttl {
    text-align: left;
  }

  .principle .p-prin01__foot__item__term {
    text-align: left;
  }

  .principle .p-prin01__foot__item__img {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .principle .p-prin01__foot__item__txt01 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .principle .p-prin01__foot__item__txt02 {
    padding-right: 0;
    padding-left: 0;
    line-height: 1.8;
  }

  .principle .p-prin01__foot__item-other {
    height: 13rem;
    margin-top: 7rem;
    padding: 0.6rem;
    border: 1px solid #231815;
  }

  .principle .p-prin01__foot__item-other__ttl {
    font-size: 1.7rem;
    text-align: justify;
  }

  .principle .p-prin01__foot__item-other__sub {
    padding-left: 1rem;
    text-align: left;
  }

  .principle .p-prin01__foot__item-other__txt {
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    padding-left: 1rem;
    border-top: none;
    text-align: left;
  }

  .principle .p-prin01__foot__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
  }

  .principle .p-prin01__foot__item02__img01 {
    width: calc(50% - 2rem);
  }

  .principle .p-prin01__foot__item02__txt01 {
    width: calc(50% - 2rem);
    margin-top: 0;
  }

  .principle .p-prin01__wrap {
    padding-right: 0;
    padding-left: 0;
    background-image: url(assets/images/pri03_bg_lg.png);
    background-position: 50% 20rem;
  }

  .principle .p-prin01__wrap .p-prin01__body,
  .principle .p-prin01__wrap .p-prin01__foot {
    width: min(100% - 4rem, 95rem);
    margin-right: auto;
    margin-left: auto;
  }

  .principle .clbox__outline {
    padding: 8rem 5rem;
  }

  .principle .clbox__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .principle .clbox__list__item:nth-of-type(n+2) {
    margin-top: 0;
  }

  .principle .clbox__list__item {
    width: calc(50% - 3rem);
  }

  .subject .p-cur__mv {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .subject .p-cur01__txt {
    margin-top: 5rem;
  }

  .subject .p-cur01__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12rem;
    border-bottom: 0.2rem solid #652076;
  }

  .subject .p-cur01__tab__item,
  .subject .p-cur01__tab__item01,
  .subject .p-cur01__tab__item02 {
    width: 33%;
    margin-top: 0;
    border-top: 0.2rem solid #652076;
    border-bottom: none;
  }

  .subject .p-cur01__content:nth-of-type(n-2) {
    margin-top: 8rem;
  }

  .subject .p-cur01__item:nth-of-type(1) {
    margin-top: 0;
  }

  .subject .p-cur01__item:nth-of-type(2n) .p-cur01__item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .subject .p-cur01__item:nth-of-type(2n) .p-cur01__card {
    margin-right: 5rem;
  }

  .subject .p-cur01__item:nth-of-type(2n) .p-cur01__item__foot {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .subject .p-cur01__item {
    margin-top: 11rem;
  }

  .subject .p-cur01__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subject .p-cur01__item__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
  }

  .subject .p-cur01__box__ttl {
    font-size: 3.6rem;
  }

  .subject .p-cur01__box__ttl__en {
    font-size: 1.4rem;
  }

  .subject .p-cur01__box__ttl__en {
    margin-top: 2rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .subject .p-cur01__box__subttl {
    font-size: 1.6rem;
  }

  .subject .p-cur01__box__subttl {
    margin-top: 4rem;
  }

  .subject .p-cur01__box__txt {
    font-size: 1.4rem;
  }

  .subject .p-cur01__box__txt {
    line-height: 1.75;
  }

  .subject .p-cur01__card {
    display: block;
    margin-top: 0;
    padding: 0;
    border: 0;
    background-color: #fff;
  }

  .subject .p-cur01__card__img {
    display: block;
    width: 41.2rem;
    margin-right: 0;
  }

  .subject .p-cur01__txtbox {
    display: none;
  }

  .subject .p-cur01__goal:nth-of-type(1) {
    margin-left: 0;
  }

  .subject .p-cur01__goal {
    margin-top: 0;
    margin-left: 4rem;
  }

  .subject .p-cur01__goal__box {
    padding: 2rem;
    border-right: 1px solid #652076;
    border-left: 1px solid #652076;
  }

  .subject .p-cur01__goal__item {
    font-size: 1.4rem;
  }

  .subject .p-cur01__btn {
    margin-top: 9rem;
  }

  .exa main {
    padding-bottom: 0;
  }

  .exa .p-exa__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .exa .p-exa__outline {
    width: min(100% - 4rem, 95rem);
    margin-right: auto;
    margin-left: auto;
  }

  .exa .p-exa02__outline {
    margin-top: 8rem;
  }

  .exa .p-exa02__tablebox {
    display: block;
  }

  .exa .p-exa02__tablebox table th {
    font-size: 1.2rem;
  }

  .exa .p-exa02__acrbox {
    display: none;
  }

  .exa .p-exa03__subttl {
    font-size: 2rem;
  }

  .exa .p-exa03__subttl {
    cursor: inherit;
  }

  .exa .p-exa03__subttl span:first-of-type {
    font-size: 2rem;
  }

  .exa .p-exa03__txt {
    width: 100%;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #652076;
    font-size: 1.5rem;
  }

  .exa .p-exa03__item {
    font-size: 1.4rem;
  }

  .recruit .p-rec__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .news .p-neli__mv,
  .news .p-shi__mv,
  .news .p-ser__mv,
  .single-news .p-neli__mv,
  .single-news .p-shi__mv,
  .single-news .p-ser__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .news .p-neli01__lnav,
  .single-news .p-neli01__lnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news .p-neli01__lnav a,
  .single-news .p-neli01__lnav a {
    width: calc(33.3333333333% - 1.7rem);
    font-size: 1.6re;
  }

  .news .p-neli01__lnav a:nth-of-type(n+2),
  .single-news .p-neli01__lnav a:nth-of-type(n+2) {
    margin-top: 0;
  }

  .news .p-neli01__search,
  .single-news .p-neli01__search {
    grid-template-rows: auto auto;
    grid-template-columns: 11em auto;
    grid-template-columns: 12em auto;
    grid-template-areas: "search_ttl search_box""search_space search_note";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .news .p-neli01__search>div form,
  .single-news .p-neli01__search>div form {
    gap: 1rem;
  }

  .news .p-neli01__search>div form input[type=search],
  .single-news .p-neli01__search>div form input[type=search] {
    border: 2px solid #652076;
  }

  .news .p-neli01__search>div form input[type=search]::-webkit-input-placeholder,
  .single-news .p-neli01__search>div form input[type=search]::-webkit-input-placeholder {
    font-size: 1.6rem;
  }

  .news .p-neli01__search>div form input[type=search]::-moz-placeholder,
  .single-news .p-neli01__search>div form input[type=search]::-moz-placeholder {
    font-size: 1.6rem;
  }

  .news .p-neli01__search>div form input[type=search]:-ms-input-placeholder,
  .single-news .p-neli01__search>div form input[type=search]:-ms-input-placeholder {
    font-size: 1.6rem;
  }

  .news .p-neli01__search>div form input[type=search]::-ms-input-placeholder,
  .single-news .p-neli01__search>div form input[type=search]::-ms-input-placeholder {
    font-size: 1.6rem;
  }

  .news .p-neli01__search>div form input[type=search]::placeholder,
  .single-news .p-neli01__search>div form input[type=search]::placeholder {
    font-size: 1.6rem;
  }

  .news .p-neli01__search>div form button[type=submit],
  .single-news .p-neli01__search>div form button[type=submit] {
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
  }

  .news .p-neli01__search span,
  .single-news .p-neli01__search span {
    display: block;
  }

  .news .p-neli01__catlist,
  .single-news .p-neli01__catlist {
    width: min(100% - 4rem, 87rem);
    margin-right: auto;
    margin-left: auto;
  }

  .news .p-neli01__catlist::before,
  .single-news .p-neli01__catlist::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .news .p-neli01__catlist__item,
  .single-news .p-neli01__catlist__item {
    width: calc(20% - 2.5rem);
  }

  .news .p-neli01__catlist__item__link,
  .news .p-neli01__catlist__item__link-news,
  .news .p-neli01__catlist__item__link-event_news,
  .news .p-neli01__catlist__item__link-club_news,
  .news .p-neli01__catlist__item__link-admissions_news,
  .news .p-neli01__catlist__item__link-member_news,
  .news .p-neli01__catlist__item__link-sv_news,
  .news .p-neli01__catlist__item__link-recruit_news,
  .news .p-neli01__catlist__item__link-activities_news,
  .single-news .p-neli01__catlist__item__link,
  .single-news .p-neli01__catlist__item__link-news,
  .single-news .p-neli01__catlist__item__link-event_news,
  .single-news .p-neli01__catlist__item__link-club_news,
  .single-news .p-neli01__catlist__item__link-admissions_news,
  .single-news .p-neli01__catlist__item__link-member_news,
  .single-news .p-neli01__catlist__item__link-sv_news,
  .single-news .p-neli01__catlist__item__link-recruit_news,
  .single-news .p-neli01__catlist__item__link-activities_news {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  .news .p-neli01__btn,
  .single-news .p-neli01__btn {
    width: 29rem;
  }

  .news .p-neli01__list::after,
  .single-news .p-neli01__list::after {
    width: calc(33.3333333333% - 2rem);
  }

  .news .p-neli01__item,
  .single-news .p-neli01__item {
    width: calc(33.3333333333% - 2rem);
  }

  .news .p-neli01__box,
  .single-news .p-neli01__box {
    padding: 1.5rem;
    background-color: #fff;
  }

  .news .p-neli01__cat,
  .news .p-neli01__cat-event_news,
  .news .p-neli01__cat-club_news,
  .news .p-neli01__cat-admissions_news,
  .news .p-neli01__cat-member_news,
  .news .p-neli01__cat-sv_news,
  .news .p-neli01__cat-recruit_news,
  .news .p-neli01__cat-activities_news,
  .news .p-neli01__cat-emergency,
  .news .p-neli01__cat-outline_news,
  .news .p-neli01__cat-news,
  .single-news .p-neli01__cat,
  .single-news .p-neli01__cat-event_news,
  .single-news .p-neli01__cat-club_news,
  .single-news .p-neli01__cat-admissions_news,
  .single-news .p-neli01__cat-member_news,
  .single-news .p-neli01__cat-sv_news,
  .single-news .p-neli01__cat-recruit_news,
  .single-news .p-neli01__cat-activities_news,
  .single-news .p-neli01__cat-emergency,
  .single-news .p-neli01__cat-outline_news,
  .single-news .p-neli01__cat-news {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .news .p-neli01__time,
  .single-news .p-neli01__time {
    font-size: 1.4rem;
  }

  .news .p-neli01__ttl,
  .single-news .p-neli01__ttl {
    font-size: 1.4rem;
  }

  .news .p-neli01__notfound,
  .single-news .p-neli01__notfound {
    margin-top: 8rem;
  }

  .news .p-neli01__notfound__ttl,
  .single-news .p-neli01__notfound__ttl {
    font-size: 1.6rem;
  }

  .news .p-neli01__notfound__txt,
  .single-news .p-neli01__notfound__txt {
    font-size: 1.4rem;
  }

  .single-news .infs01__ttl {
    font-size: 1.6rem;
  }

  .single-news .infs01__pnav>div:nth-of-type(2) .infs01__pnav__ttl a {
    padding-right: 0;
    padding-left: 2rem;
  }

  .bodyclassName .p-shortname__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .access .p-acc__mv {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .access .p-acc02__outline {
    margin-top: 8rem;
    padding-top: 0;
    border-top: none;
  }

  .access .p-acc03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .access .p-acc03__outline {
    margin-top: 9rem;
    margin-right: 0;
    margin-left: 0;
  }

  .access .p-acc03__box:nth-of-type(n+2) {
    margin-top: 0;
  }

  .access .p-acc03__box {
    width: calc(60% - 3rem);
  }

  .access .p-acc03__box:nth-of-type(n+2) {
    width: calc(40% - 3rem);
  }

  .access .p-acc03__ttl {
    font-size: 2rem;
  }

  .access .p-acc03__ttl {
    margin-bottom: 3rem;
  }

  .access .p-acc03__iframe iframe {
    height: 33.5rem;
  }

  .access .p-acc04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .access .p-acc04__outline {
    margin-top: 9rem;
    margin-right: 0;
    margin-left: 0;
  }

  .access .p-acc04__box:nth-of-type(n+2) {
    margin-top: 0;
  }

  .access .p-acc04__box {
    width: calc(55% - 3rem);
  }

  .access .p-acc04__box:nth-of-type(n+2) {
    width: calc(45% - 3rem);
  }

  .access .p-acc04__ttl {
    font-size: 2rem;
  }

  .access .p-acc04__ttl {
    margin-bottom: 3rem;
  }

  .access .p-acc04__iframe iframe {
    height: 45rem;
  }

  .access .p-acc04__list {
    height: 1rem;
  }

  .bodyclassName .p-shortname__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .notfound .fou__mv {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .mv-bg {
    overflow: hidden;
    background-image: url(assets/images/pc4.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mv {
    width: auto;
    height: calc(70vh - 86px - 100px);
  }

  .top-a svg {
    left: auto;
    overflow: hidden;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
  }

  .u-sp {
    display: none;
  }

  .u-tb {
    display: block;
  }

  .u-tbpc {
    display: block;
  }

  .u-sp-inline {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {

  /* middle-size */
  html {
    /* middle-size */
    scroll-padding-top: 9.6rem;
  }

  body {
    font-size: 1.7rem;
  }

  .l-short {
    /* middle-size */
  }

  .c-ttl01 {
    font-size: 4.8rem;
  }

  .c-ttl02 {
    font-size: 2rem;
  }

  .c-ttl02 {
    /* middle-size */
    font-weight: 700;
  }

  .c-ttl03__ttl {
    font-size: 4rem;
  }

  .c-ttl03__ttl {
    /* middle-size */
    letter-spacing: 0.25rem;
  }

  .c-ttl03__ttl::after {
    /* middle-size */
    bottom: -1.8rem;
  }

  .c-ttl03__subttl {
    font-size: 1.7rem;
  }

  .c-ttl03__subttl {
    /* middle-size */
    margin-top: 4rem;
  }

  .c-ttl04 {
    font-size: 4.8rem;
  }

  .c-ttl05 {
    font-size: 2.8rem;
  }

  .c-ttl06,
  .c-ttl06-pat03,
  .c-ttl06-pat02,
  .c-ttl06-pat01 {
    font-size: 1.7rem;
  }

  .c-table01 tr {
    /* middle-size */
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }

  .c-table01 th,
  .c-table01 td {
    /* middle-size */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
  }

  .c-table01 th {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    /* middle-size */
    border-bottom: 1px solid #fff;
  }

  .c-card01 {
    /* middle-size */
  }

  .c-card01__itme {
    /* middle-size */
    width: calc(50% - 3rem);
  }

  .c-card01__box {
    /* middle-size */
    width: calc(100% - 8rem);
    padding: 1.5rem 3rem 1.5rem 4rem;
  }

  .c-card01__ttl {
    font-size: 1.6rem;
  }

  .c-acrobat {
    /* middle-size */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .c-acrobat__link {
    /* middle-size */
    width: 16rem;
  }

  .c-acrobat__link span {
    /* middle-size */
  }

  .c-acrobat__txt {
    /* middle-size */
    margin-top: 0;
    margin-left: 3rem;
  }

  .c-page {
    /* middle-size */
    margin-top: -12rem;
    padding-top: 8rem;
  }

  .c-talk__bg {
    /* middle-size */
    background-size: 192rem;
  }

  .c-talk__ttlbox em {
    font-size: 4rem;
  }

  .c-talk__ttlbox em {
    /* middle-size */
    letter-spacing: 0.25rem;
  }

  .c-talk__ttlbox em::after {
    /* middle-size */
    bottom: -1.8rem;
  }

  .c-talk__ttlbox span {
    font-size: 1.7rem;
  }

  .c-talk__ttlbox span {
    /* middle-size */
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .c-talk__list {
    /* middle-size */
  }

  .c-talk__list__item,
  .c-talk__list__item01,
  .c-talk__list__item02,
  .c-talk__list__item03,
  .c-talk__list__item04,
  .c-talk__list__item05,
  .c-talk__list__item06 {
    /* middle-size */
  }

  .c-talk__list__item:nth-of-type(n+2),
  .c-talk__list__item01:nth-of-type(n+2),
  .c-talk__list__item02:nth-of-type(n+2),
  .c-talk__list__item03:nth-of-type(n+2),
  .c-talk__list__item04:nth-of-type(n+2),
  .c-talk__list__item05:nth-of-type(n+2),
  .c-talk__list__item06:nth-of-type(n+2) {
    /* middle-size */
  }

  .c-talk__list__item a,
  .c-talk__list__item01 a,
  .c-talk__list__item02 a,
  .c-talk__list__item03 a,
  .c-talk__list__item04 a,
  .c-talk__list__item05 a,
  .c-talk__list__item06 a {
    /* middle-size */
  }

  .c-talk__list__item img,
  .c-talk__list__item01 img,
  .c-talk__list__item02 img,
  .c-talk__list__item03 img,
  .c-talk__list__item04 img,
  .c-talk__list__item05 img,
  .c-talk__list__item06 img {
    /* middle-size */
  }

  .c-talk__list__item01 {
    /* middle-size */
  }

  .c-talk__list__txt {
    font-size: 1.6rem;
  }

  .c-getpost__cat {
    font-size: 1.3rem;
  }

  .c-getpost__time {
    font-size: 1.3rem;
  }

  .c-getpost__ttl {
    font-size: 1.4rem;
  }

  .is-pc .header__logo img {
    height: 2.7rem;
  }

  .is-pc .header-grid {
    grid-template-columns: auto 48.5rem;
  }

  .is-pc .header-droplist {
    gap: 0 2.5rem;
    font-size: 1.5rem;
  }

  .is-pc .header-droplist>li {
    min-height: 3.5rem;
    margin-top: 0.1rem;
    padding: 0.4rem 1rem 0.4rem;
  }

  .is-pc .header-droplist>li span {
    margin-top: 0;
    padding: 0.6rem 1rem;
  }

  .is-pc .header-droplist__list {
    top: 3.6rem;
  }

  .is-pc .header-cv {
    gap: 0 3.5rem;
  }

  .is-pc .header-cv li+li::before {
    left: -1.7rem;
  }

  .is-pc .drawer__inner-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .is-pc .drawer__ftr-menu {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 32rem;
    margin-bottom: 0;
  }

  .is-pc .drawer__ftr-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .is-pc .drawer__ftr-menu ul li {
    width: 100%;
  }

  .is-pc .drawer-grid {
    margin: 9rem 0;
  }

  .p-footer {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-footer__outline {
    padding-top: 6rem;
  }

  .p-footer__cv {
    display: none;
  }

  .p-footer__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-footer__menubox {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 3rem;
  }

  .p-footer__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 1.5rem;
  }

  .p-footer__menu:nth-of-type(n+2) {
    margin-top: 0.1rem;
  }

  .p-footer__menu:nth-of-type(3) {
    margin-top: 1.5rem;
    padding-top: 0;
    border-top: 0;
  }

  .p-footer__menu li::after {
    display: block;
    right: 0;
    width: 0.05rem;
    height: 1em;
    margin: 0 0 0 1rem;
    background-color: #fff;
    content: "";
  }

  .p-footer__menu li a {
    font-size: 1.4rem;
  }

  .p-footer__menu li.p-footer__item-blank a::after {
    width: 1rem;
    height: 1rem;
    margin-top: 0.1rem;
    margin-left: 0.5rem;
  }

  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
    gap: 0 1rem;
  }

  .p-footer__info p {
    font-size: 1.4rem;
  }

  .p-footer__logo {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .p-footer__logo__img {
    height: 2.7rem;
  }

  .p-footer__copy {
    font-size: 1.2rem;
  }

  .p-footer__copy {
    margin-top: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-footer__recruit {
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: 9.6rem;
    height: 9.6rem;
    margin-top: 0;
  }

  .p-footer__recruit li {
    height: 100%;
  }

  .p-footer__recruit li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
    font-size: 1.4rem;
  }

  .p-footer__recruit li a:hover {
    background-color: #fff;
    color: #652076;
  }

  .p-post_password__txt {
    font-size: 2rem;
  }

  .p-post_password__box input[type=password],
  .p-post_password__box input[type=submit] {
    font-size: 1.6rem;
  }

  .underlayer main {
    padding-bottom: 13rem;
  }

  .notfound .not01__btn {
    margin-top: 4rem;
  }

  .front-page .p-idxmv__outline {
    position: relative;
    overflow: hidden;
    border-top: 13px solid #000;
    border-bottom: 13px solid #000;
    border-top-width: 1.4rem;
  }

  .front-page .p-idxmv__outline::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }

  .front-page .p-idxmv__img {
    display: block;
    width: min(100% - 4rem, 1366px);
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idxmv__box .slick-next:before,
  .front-page .p-idxmv__box .slick-prev:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }

  .front-page .p-idx__emergency {
    margin-right: calc((100% - 950px) / 2);
    margin-left: calc((100% - 950px) / 2);
  }

  .front-page .p-idx01 {
    width: min(100%, 95rem);
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idx01 h2 {
    font-size: 2.8rem;
  }

  .front-page .p-idx01 h2 {
    letter-spacing: 1px;
  }

  .front-page .p-idx01__outline {
    padding-top: 9rem;
  }

  .front-page .p-idx01__nav::before,
  .front-page .p-idx01__nav::after {
    width: calc(25% - 3.5rem);
  }

  .front-page .p-idx01__nav>a {
    width: calc(20% - 2rem);
  }

  .front-page .p-idx01__nav>a:hover::after {
    height: 100%;
    background-color: #652076;
  }

  .front-page .p-idx01__list .slick-dots {
    bottom: -35px;
  }

  .front-page .p-idx01__list .slick-prev,
  .front-page .p-idx01__list .slick-next {
    top: calc(37.5% - 3.6rem);
    /* width: 3.6rem;
    height: 3.6rem; */
    width: 2.6rem;
    height: 2.6rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .front-page .p-idx01__list .slick-prev::before,
  .front-page .p-idx01__list .slick-next::before {
    /* width: 3.6rem;
    height: 3.6rem; */
    width: 2.6rem;
    height: 2.6rem;
  }

  .front-page .p-idx01__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .front-page .p-idx01__cat,
  .front-page .p-idx01__cat-event_news,
  .front-page .p-idx01__cat-club_news,
  .front-page .p-idx01__cat-admissions_news,
  .front-page .p-idx01__cat-member_news,
  .front-page .p-idx01__cat-sv_news,
  .front-page .p-idx01__cat-recruit_news,
  .front-page .p-idx01__cat-activities_news,
  .front-page .p-idx01__cat-emergency,
  .front-page .p-idx01__cat-outline_news,
  .front-page .p-idx01__cat-news {
    font-size: 1.3rem;
  }

  .front-page .p-idx01__date {
    font-size: 1.3rem;
  }

  .front-page .p-idx01__ttl {
    font-size: 1.4rem;
  }

  .front-page .p-idx02 {
    width: min(100%, 95rem);
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idx02::after {
    width: 100%;
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idx02__outline {
    position: relative;
    padding-top: 6rem;
  }

  .front-page .p-idx02__ttl {
    width: 41rem;
    margin-left: 9rem;
  }

  .front-page .p-idx02__txtbox {
    margin-left: 0;
  }

  .front-page .p-idx02__subttl {
    font-size: 2rem;
    line-height: 2.8;
  }

  .front-page .p-idx02__box {
    width: min(100%, 93rem);
    margin-right: auto;
    margin-left: auto;
  }

  .front-page .p-idx02__img {
    width: 53rem;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .front-page .p-idx02__list {
    width: min(100%, 93rem);
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
    gap: 2rem 0;
  }

  .front-page .p-idx02__item {
    width: calc(25% - 2rem);
  }

  .front-page .p-idx02__item-ttl {
    width: calc(25% - 2rem);
    font-size: 3.6rem;
  }

  .front-page .p-idx02__item-link {
    font-size: 1.6rem;
  }

  .front-page .p-idx02__item-link {
    width: calc(25% - 2rem);
  }

  .front-page .p-idx02__txt {
    font-size: 1.4rem;
  }

  .front-page .p-idx02__link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }

  .front-page .p-idx03__card {
    margin-top: 5.7rem;
  }

  .front-page .p-idx06__outline,
  .front-page .p-idx08__outline {
    margin-top: 2.5rem;
  }

  .front-page .p-idx06__slide .slick-slide,
  .front-page .p-idx08__slide .slick-slide {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .front-page .p-idx06__slide .slick-dots,
  .front-page .p-idx08__slide .slick-dots {
    /* bottom: -2.5rem; */
    bottom: -3rem;
  }

  .front-page .p-idx06__slide .slick-prev,
  .front-page .p-idx06__slide .slick-next,
  .front-page .p-idx08__slide .slick-prev,
  .front-page .p-idx08__slide .slick-next {
    width: 2.6rem;
    height: 2.6rem;
  }

  .front-page .p-idx06__slide .slick-prev::before,
  .front-page .p-idx06__slide .slick-next::before,
  .front-page .p-idx08__slide .slick-prev::before,
  .front-page .p-idx08__slide .slick-next::before {
    /* width: 3.6rem;
    height: 3.6rem;
    */
    width: 2.6rem;
    height: 2.6rem;
  }

  .front-page .p-idx06__slide .slick-prev,
  .front-page .p-idx08__slide .slick-prev {
    left: -3.6rem;
  }

  .front-page .p-idx06__slide .slick-next,
  .front-page .p-idx08__slide .slick-next {
    right: -3.6rem;
  }

  .front-page .p-idx08 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .front-page .p-idx07__outline {
    margin-bottom: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .front-page .p-idx07 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 4rem 0;
  }

  .front-page .p-clbox__txtbox__ttl,
  .front-page .p-clbox__txtbox__ttl-lightblue,
  .front-page .p-clbox__txtbox__ttl-green,
  .front-page .p-clbox__txtbox__ttl-pink,
  .front-page .p-clbox__txtbox__ttl-yellow,
  .front-page .p-clbox__txtbox__ttl-orange,
  .front-page .p-clbox__txtbox__ttl-purple {
    font-size: 2rem;
  }

  .underlayer__mv,
  .underlayer__mv__sv {
    height: 44rem;
    background-image: none;
  }

  .underlayer__mv::before,
  .underlayer__mv__sv::before,
  .underlayer__mv::after,
  .underlayer__mv__sv::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
  }

  .underlayer__mv::before,
  .underlayer__mv__sv::before {
    z-index: 1;
    background-size: 136.6rem;
  }

  .underlayer__mv::after,
  .underlayer__mv__sv::after {
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
  }

  .underlayer__box {
    z-index: 1;
    width: 48rem;
    padding: 2rem;
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem);
  }

  .underlayer__ttl {
    font-size: 4rem;
  }

  .underlayer__ttl {
    letter-spacing: 0.25rem;
  }

  .underlayer__ttl::after {
    width: calc(100% - 10rem);
    height: 0.4rem;
  }

  .underlayer__subttl {
    font-size: 1.5rem;
  }

  .founder .fou__mv::before,
  .founder .fou__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .founder .fou__card {
    padding: 0;
  }

  .founder .fou__card::after {
    height: 100%;
  }

  .founder .fou__card__inner {
    padding: 0 2rem 2rem;
  }

  .founder .fou__card__ttl {
    font-size: 1.4rem;
  }

  .founder .fou__card__txt {
    font-size: 1.4rem;
  }

  .founder .fou01__txt {
    margin-top: 5rem;
  }

  .founder .fou02 {
    display: block;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .founder .fou02__outline {
    margin-top: 8rem;
  }

  .founder .fou02__box {
    margin-top: 6rem;
    margin-left: calc((100% - 768px) / 2);
  }

  .founder .fou02__ttl {
    font-size: 2rem;
  }

  .founder .fou02__txt {
    font-size: 1.4rem;
  }

  .founder .fou02__txt {
    margin-top: 2rem;
  }

  .founder .fou02__card {
    width: 32rem;
    margin-top: 0;
    margin-left: 4rem;
    float: right;
  }

  .founder .fou02__card img {
    width: 100%;
  }

  .founder .fou03 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .founder .fou04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 4rem;
  }

  .founder .fou04__outline {
    margin-top: 8rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1.5rem;
  }

  .founder .fou04__logo {
    width: 32rem;
    margin-right: 0;
    margin-left: 0;
  }

  .founder .fou04__lead {
    font-size: 2rem;
  }

  .founder .fou04__lead {
    width: 57%;
    margin-top: 0;
    text-align: left;
  }

  .founder .fou04__box__item {
    width: calc(50% - 1.5rem);
  }

  .founder .fou04__box__img {
    border: none;
  }

  .file .p-fil__mv::before,
  .file .p-fil__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .file .p-fil01__box {
    margin-top: 5em;
  }

  .file .p-fil01__btn {
    margin-top: 3rem;
  }

  .file .p-fil02__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .file .p-fil02__link {
    width: 16rem;
  }

  .file .p-fil02__txt {
    margin-top: 0;
    margin-left: 3rem;
  }

  .schoolpolicy .sch__mv::before,
  .schoolpolicy .sch__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .schoolpolicy .sch01__box {
    margin-top: 10rem;
  }

  .schoolpolicy .sch01__ttl span {
    font-size: 1.7rem;
  }

  .schoolpolicy .sch01__list {
    margin-top: 5rem;
  }

  .schoolpolicy .sch01__doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 5rem;
  }

  .schoolpolicy .sch01__doc>dt {
    width: 25%;
    margin-top: 2rem;
  }

  .schoolpolicy .sch01__doc>dd {
    width: 75%;
    margin-top: 2rem;
  }

  .disclosure .dis__mv::before,
  .disclosure .dis__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .disclosure .dis01__sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .disclosure .dis01__ttl {
    width: 100%;
  }

  .disclosure .dis01__box {
    position: relative;
    width: 50%;
    margin-top: 3rem;
    padding: 2rem 0 4rem;
    border-right: 0;
    border-left: 0;
    background-color: inherit;
  }

  .disclosure .dis01__box:first-of-type {
    margin-top: 3rem;
    padding-right: 4rem;
    border-right: 1px solid #652076;
  }

  .disclosure .dis01__box:last-of-type {
    padding-left: 4rem;
  }

  .disclosure .dis01__subttl {
    font-size: 2rem;
  }

  .disclosure .dis01__subttl {
    position: inherit;
    background-color: inherit;
  }

  .disclosure .dis01__subttl::after,
  .disclosure .dis01__subttl::before {
    display: none;
  }

  .disclosure .dis01__list {
    display: block;
  }

  .disclosure .dis03__sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .disclosure .dis03__link {
    width: 16rem;
  }

  .disclosure .dis03__txt {
    margin-top: 0;
    margin-left: 3rem;
  }

  .faq .faq__mv::before,
  .faq .faq__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .faq .faq01__box {
    margin-top: 2rem;
  }

  .faq .faq01__question {
    font-size: 2.2rem;
  }

  .faq .faq01__question {
    padding: 2.7rem 5rem 2rem 8rem;
    padding-left: 9rem;
  }

  .faq .faq01__question__ttl::before {
    font-size: 3.6rem;
  }

  .faq .faq01__question__ttl::before {
    left: 4rem;
  }

  .faq .faq01__answer {
    padding-bottom: 5rem;
    padding-left: 9rem;
  }

  .faq .faq01__answer__ttl {
    font-size: 2.2rem;
  }

  .faq .faq01__answer__ttl::before {
    font-size: 3.6rem;
  }

  .faq .faq01__answer__ttl::before {
    top: 2rem;
    left: 4rem;
  }

  .movie .mov__mv::before,
  .movie .mov__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .movie .mov__item {
    width: calc(50% - 3.5rem);
  }

  .event .eve__mv::before,
  .event .eve__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .event .eve01__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 20rem;
    padding: 0;
    background-color: #ded0e1;
  }

  .event .eve01__datebox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12.3rem;
    padding: 2rem;
    border-right: 0.8rem solid #fff;
  }

  .event .eve01__datebox__date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event .eve01__datebox__year::after {
    display: none;
  }

  .event .eve01__txtbox {
    width: calc(100% - 11.3rem);
    margin-left: auto;
    padding: 3rem 4rem;
  }

  .event .eve01__txtbox__ttl {
    font-size: 2rem;
  }

  .event .eve01__txtbox__ttl {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: left;
  }

  .event .eve01__txtbox__txt {
    display: block;
  }

  .event .eve01__txtbox__list {
    display: none;
  }

  .event .eve01__txtbox__label,
  .event .eve01__txtbox__label--cancel,
  .event .eve01__txtbox__label--end,
  .event .eve01__txtbox__label--preparation,
  .event .eve01__txtbox__label--reserve,
  .event .eve01__txtbox__label--undecided,
  .event .eve01__datebox__label--cancel,
  .event .eve01__datebox__label--end,
  .event .eve01__datebox__label--preparation,
  .event .eve01__datebox__label--reserve,
  .event .eve01__datebox__label--undecided {
    margin-top: 2rem;
  }

  .schedule .sch__mv::before,
  .schedule .sch__mv::after {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .schedule .sch02 {
    margin-top: 7rem;
  }

  .schedule .sch02__box,
  .schedule .sch02__box--pink,
  .schedule .sch02__box--green,
  .schedule .sch02__box--orange,
  .schedule .sch02__box--blue {
    width: calc(33.3333333333% - 2rem);
    margin-top: 4rem;
  }

  .schedule .sch02__ttl {
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
  }

  .schedule .sch02__ttl>h2 {
    font-size: 2.2rem;
  }

  .schedule .sch02__ttl div {
    font-size: 1.7rem;
  }

  .schedule .sch02__ttl span {
    font-size: 1.7rem;
  }

  .schedule .sch02__item {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .schedule .clbox__outline {
    padding: 4rem;
  }

  .schedule .clbox__ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .schedule .clbox__txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }

  .privacy .pri__mv::before,
  .privacy .pri__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .privacy .pri__table {
    margin-top: 5rem;
  }

  .privacy .pri01__table {
    margin-top: 5rem;
  }

  .privacy .pri02 {
    margin-top: 5rem;
  }

  .privacy .pri02__txt {
    margin-top: 5rem;
  }

  .privacy .pri02__table {
    margin-top: 5rem;
  }

  .privacy .pri03__outline {
    margin-top: 5rem;
  }

  .privacy .pri03__txt {
    margin-top: 5rem;
  }

  .privacy .pri03__table {
    margin-top: 5rem;
  }

  .privacy .pri04__outline {
    margin-top: 5rem;
  }

  .privacy .pri04__txt {
    margin-top: 5rem;
  }

  .privacy .pri04__table {
    margin-top: 5rem;
  }

  .syllabus main {
    padding-bottom: 0;
  }

  .syllabus .syl__mv::before,
  .syllabus .syl__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .syllabus .syl01__txt {
    margin-top: 4rem;
  }

  .syllabus .syl01__txt:last-of-type {
    margin-top: 4rem;
  }

  .syllabus .syl02 {
    padding-top: 4rem;
    padding-bottom: 8rem;
    background-color: #fff;
  }

  .syllabus .syl02__sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .syllabus .syl02__ttl {
    width: 100%;
  }

  .syllabus .syl02__box {
    position: relative;
    width: 50%;
    margin-top: 3rem;
    padding: 2rem 0 4rem;
    border-right: 0;
    border-left: 0;
    background-color: inherit;
  }

  .syllabus .syl02__box:first-of-type {
    margin-top: 3rem;
    padding-right: 4rem;
    border-right: 1px solid #652076;
  }

  .syllabus .syl02__box:last-of-type {
    padding-left: 4rem;
  }

  .syllabus .syl02__subttl {
    font-size: 2rem;
  }

  .syllabus .syl02__subttl {
    position: inherit;
    background-color: inherit;
  }

  .syllabus .syl02__subttl span:first-of-type {
    font-size: 2rem;
  }

  .syllabus .syl02__subttl span:first-of-type::after {
    height: 0.4rem;
  }

  .syllabus .syl02__subttl::after,
  .syllabus .syl02__subttl::before {
    display: none;
  }

  .syllabus .syl02__list {
    display: block;
  }

  .contact .con__mv::before,
  .contact .con__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .contact .con01__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .contact .con01__box__ttl {
    width: 30rem;
  }

  .contact .con01__box>div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }

  .contact .con01__box__txt01 a {
    font-size: 4.6rem;
  }

  .contact .con01__box__txt01 span {
    font-size: 3.9rem;
  }

  .contact .con01__box__txt02 {
    font-size: 3.2rem;
  }

  .contact .con01__box__txt02 {
    margin-top: 1rem;
  }

  .contact .con01__box__txt02 span {
    font-size: 2.4rem;
  }

  .contact .con01__txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }

  .contact .con01__txt span {
    margin-top: 0;
  }

  .contact .con01__note {
    margin-top: 1.5rem;
  }

  .message .mes__mv::before,
  .message .mes__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .message .mes01__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .message .mes01__ord03 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .message .mes01__ord04 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .message .mes01__ord05 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .message .mes01__ttl {
    font-size: 2rem;
  }

  .message .mes01__ttl {
    width: 100%;
    margin-bottom: 5rem;
  }

  .message .mes01__ttl:nth-of-type(2) {
    margin-top: 10rem;
  }

  .message .mes01__txt {
    font-size: 1.7rem;
  }

  .message .mes01__txt {
    width: 100%;
    line-height: 1.6;
  }

  .message .mes01__txt:nth-of-type(1) {
    width: calc(100% - 24rem - 4rem);
  }

  .message .mes01__info {
    display: block;
    width: 24rem;
    margin-top: 0;
  }

  .song .son__mv::before,
  .song .son__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .song .son01__ttl {
    font-size: 2.8rem;
  }

  .song .son01__subttl01 {
    font-size: 1.8rem;
  }

  .song .son01__box01 {
    margin-top: 12rem;
  }

  .song .son01__box01:nth-of-type(2) {
    margin-top: 12rem;
  }

  .song .son01__btn:nth-of-type(2) {
    margin-top: 0;
  }

  .song .son01__btn {
    width: calc(50% - 3rem);
  }

  .song .son01__txt01 {
    font-size: 1.8rem;
  }

  .song .son01__txt02 {
    font-size: 1.4rem;
  }

  .song .son01__translation {
    margin-top: 6rem;
  }

  .history .p-his__mv::before,
  .history .p-his__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .history .p-his01 {
    display: block;
  }

  .history .p-his01__txt01 {
    margin-top: 5rem;
  }

  .history .p-his01__box01 {
    width: calc(50% - 2rem);
    margin-top: 9rem;
    margin-right: 0;
    margin-left: 0;
  }

  .history .p-his01__box01:nth-of-type(3) {
    margin-top: 7rem;
  }

  .history .p-his01__subttl02 {
    font-size: 1.6rem;
  }

  .history .p-his01__subttl02 {
    margin-top: 3rem;
  }

  .history .p-his01__dlist>dt,
  .history .p-his01__dlist>dd {
    font-size: 1.4rem;
  }

  .history .p-his01__box02 {
    width: calc(50% - 2rem);
    margin-top: 9rem;
    padding: 3rem 2.8rem;
    float: right;
    border-right: 0.1rem solid #652076;
    border-left: 0.1rem solid #652076;
  }

  .history .p-his01__txt02 {
    margin-top: 1rem;
  }

  .request .p-req__mv::before,
  .request .p-req__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .request .p-req01__txt01 {
    font-size: 1.7rem;
  }

  .request .p-req01__txt02 {
    font-size: 2.4rem;
  }

  .request .p-req01__txt02 {
    margin-top: 6rem;
  }

  .request .p-req01__link {
    width: 44rem;
    margin-top: 2rem;
  }

  .events-calendar .p-evca__mv::before,
  .events-calendar .p-evca__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .events-calendar .p-evca01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .events-calendar .p-evca01__box {
    width: calc(50% - 2rem);
  }

  .events-calendar .p-evca01__box:nth-of-type(2) {
    margin-top: 0;
  }

  .events-calendar .p-evca01__ttl>h2 {
    padding-bottom: 1.5rem;
  }

  .events-calendar .p-evca01__ttl>span {
    margin-top: 1.5rem;
  }

  .events-calendar .p-evca01__btn {
    margin-top: 1.5rem;
  }

  .events-calendar .p-evca02__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .events-calendar .p-evca02__link {
    width: 16rem;
  }

  .events-calendar .p-evca02__txt {
    margin-top: 0;
    margin-left: 3rem;
  }

  .intr .p-int__mv::before,
  .intr .p-int__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .intr .p-int01__outline {
    margin-bottom: 10rem;
  }

  .intr .p-int01__txt {
    margin-top: 5rem;
  }

  .intr .p-int02__mainimg {
    display: block;
    position: relative;
    margin-right: calc((100% - 950px - 100px) / 2);
    margin-left: calc((100% - 950px - 100px) / 2);
  }

  .intr .p-int02__outline {
    margin-right: calc((100% - 950px) / 2);
    margin-left: calc((100% - 950px) / 2);
  }

  .intr .p-int02__ttl {
    display: none;
  }

  .intr .p-int02__ttl h3 {
    font-size: 4.8rem;
  }

  .intr .p-int02__ttl span {
    font-size: 1.7rem;
  }

  .intr .p-int02__ttl span::after {
    width: 51rem;
  }

  .intr .p-int02__list {
    margin-top: 6rem;
  }

  .intr .p-int02__list::after {
    width: calc(33.3333333333% - 2rem);
  }

  .intr .p-int02__item {
    width: calc(33.3333333333% - 2rem);
    margin-top: 4rem;
  }

  .intr .p-int02__txt {
    margin-top: 1.5rem;
  }

  .intr #cboxLoadedContent .p-clbox__ttl {
    font-size: 3rem;
  }

  .intr #cboxLoadedContent .p-clbox__lead {
    font-size: 1.6rem;
  }

  .intr #cboxLoadedContent .p-clbox__subttl {
    font-size: 1.6rem;
  }

  .intr #cboxLoadedContent .p-clbox__txt {
    font-size: 1.6rem;
  }

  .intr #cboxLoadedContent .p-clbox__txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .intr #cboxLoadedContent .p-clbox__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
  }

  .intr #cboxLoadedContent .p-clbox__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 2rem);
    height: auto;
  }

  .intr #cboxLoadedContent .p-clbox__btn {
    width: 24rem;
    margin-right: auto;
    margin-left: auto;
  }

  .intr #cboxLoadedContent .p-clbox__360view {
    width: 24rem;
    margin-right: auto;
    margin-left: auto;
  }

  .career .p-car__mv::before,
  .career .p-car__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .career .p-car01__txt {
    margin-top: 5rem;
    text-align: center;
  }

  .career .p-car01__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10rem;
  }

  .career .p-car01__box__ttl {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .career .p-car01__box__num {
    font-size: 14.4rem;
  }

  .career .p-car01__box__num {
    margin-top: 0;
  }

  .career .p-car01__box__num span {
    font-size: 7.2rem;
  }

  .career .p-car02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
  }

  .career .p-car02__box01 {
    width: calc(50% - 2.5rem);
  }

  .career .p-car02__scroll {
    overflow: initial;
    white-space: inherit;
  }

  .career .p-car02__table tr:nth-of-type(1) td {
    white-space: nowrap;
  }

  .career .p-car02__table th,
  .career .p-car02__table td {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .career .p-car02__dlist {
    padding: 2rem 3rem;
  }

  .career .p-car02__dlist dt {
    font-size: 1.7rem;
  }

  .career .p-car02__dlist dd {
    line-height: 2;
  }

  .career .p-car03 {
    margin-top: 12rem;
  }

  .career .p-car03 a {
    width: calc(50% - 2.5rem);
    margin-top: 0;
    padding: 3rem 7rem 3rem 4rem;
  }

  .career .p-car03 a::after {
    right: 4rem;
  }

  .guradutes .p-gur__mv::before,
  .guradutes .p-gur__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .guradutes .p-gur01__txt01 {
    margin-top: 3rem;
  }

  .guradutes .p-gur01__ttl02 {
    margin-top: 3rem;
  }

  .guradutes .p-gur01__txt03 {
    margin-top: 1.5rem;
  }

  .guradutes .p-gur02__ttl02 {
    margin-top: 3rem;
  }

  .guradutes .p-gur02__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .guradutes .p-gur02__lttl {
    width: 19.2rem;
  }

  .guradutes .p-gur02__icon-full {
    width: 100%;
  }

  .guradutes .p-gur02__ldoc {
    width: calc(100% - 19.2rem - 3rem);
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .guradutes .p-gur02__btn {
    width: 24rem;
  }

  .guradutes .p-gur03__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .guradutes .p-gur03__link {
    width: 16rem;
  }

  .guradutes .p-gur03__txt {
    margin-top: 0;
    margin-left: 3rem;
  }

  .off-classes .p-ofc__mv::before,
  .off-classes .p-ofc__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .off-classes .p-ofc__ulist li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
  }

  .off-classes .p-ofc__lttl {
    width: 19.2rem;
  }

  .off-classes .p-ofc__icon {
    width: 100%;
  }

  .off-classes .p-ofc__ldoc {
    width: calc(100% - 19.2rem - 3rem);
    margin-top: 0;
  }

  .off-classes .p-ofc__olist-sub {
    margin-top: 0.5rem;
  }

  .off-classes .p-ofc__note {
    margin-top: 2rem;
  }

  .off-classes .p-ofc01__ttl01 {
    margin-top: 5rem;
  }

  .off-classes .p-ofc02__outline {
    margin-top: 5rem;
  }

  .off-classes .p-ofc03__outline {
    margin-top: 5rem;
  }

  .off-classes .p-ofc04__outline {
    margin-top: 5rem;
  }

  .shikoukai .p-shi__mv::before,
  .shikoukai .p-shi__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .shikoukai .p-shi01__txt02 {
    margin-top: 4rem;
  }

  .shikoukai .p-shi01__ulist {
    margin-top: 4rem;
  }

  .shikoukai .p-shi01__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .shikoukai .p-shi01__box__ttl {
    width: 30rem;
  }

  .shikoukai .p-shi01__box>div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }

  .shikoukai .p-shi01__box__txt01 a {
    font-size: 4.6rem;
  }

  .shikoukai .p-shi01__box__txt01 span {
    font-size: 3.9rem;
  }

  .shikoukai .p-shi01__box__txt02 {
    font-size: 3.2rem;
  }

  .shikoukai .p-shi01__box__txt02 {
    margin-top: 1rem;
  }

  .shikoukai .p-shi01__box__txt02 span {
    font-size: 2.4rem;
  }

  .shikoukai .p-shi02__outline {
    margin-top: 12rem;
    padding-bottom: 6rem;
  }

  .shikoukai .p-shi02__box01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6rem;
  }

  .shikoukai .p-shi02__txt01 {
    width: calc(100% - 4rem - 20rem);
    margin-top: 0;
    line-height: 1.8;
  }

  .shikoukai .p-shi02__info {
    width: 20rem;
    margin: 0;
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .shikoukai .p-shi02__name {
    font-size: 1.4rem;
  }

  .shikoukai .p-shi02__ulist {
    margin-top: 6rem;
  }

  .shikoukai .p-shi02__ulist li {
    font-size: 1.6rem;
  }

  .shikoukai .p-shi02__ulist li {
    width: 25%;
    padding: 1rem;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(1),
  .shikoukai .p-shi02__ulist li:nth-of-type(2) {
    width: 25%;
    margin-right: 0;
    margin-left: 0;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(7),
  .shikoukai .p-shi02__ulist li:nth-of-type(5) {
    border-left: 0;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(4) {
    border-right: 1px solid #652076;
    border-bottom: 1px solid #652076;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(5) {
    border-right: none;
    border-bottom: 1px solid #652076;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(6) {
    border-right: 1px solid #652076;
    border-bottom: 1px solid #652076;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(7) {
    border-right: 1px solid #652076;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(8) {
    border-right: none;
  }

  .shikoukai .p-shi02__ulist li:nth-of-type(9) {
    border-right: none;
  }

  .shikoukai .p-shi02__ulist li.p-shi02__spacer {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    border: none;
  }

  .shikoukai .p-shi03__outline {
    margin-top: 6rem;
    margin-right: calc((100% - 950px) / 2);
    margin-left: calc((100% - 950px) / 2);
  }

  .shikoukai .p-shi03__ttl {
    margin-right: calc((100% - 768px) / 2);
    margin-left: calc((100% - 768px) / 2);
  }

  .shikoukai .p-shi03__ttl::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .dk .p-dk__mv::before,
  .dk .p-dk__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .dk .p-dk01__outline {
    padding-right: 0;
    padding-left: 0;
  }

  .dk .p-dk01__ttl {
    font-size: 2.8rem;
  }

  .dk .p-dk01__ttl-sub {
    font-size: 1.6rem;
  }

  .dk .p-dk01__txt {
    margin-top: 1rem;
  }

  .dk .p-dk01__olist {
    margin-top: 13rem;
  }

  .dk .p-dk01__olist__imgbox {
    width: calc(50% - 3rem);
  }

  .dk .p-dk01__olist__txtbox {
    width: calc(50% - 3rem);
  }

  .dk .p-dk01__olist li {
    width: calc(50% - 3rem);
    margin-top: 8rem;
  }

  .dk .p-dk01__olist li h3 {
    font-size: 2rem;
  }

  .dk .p-dk01__olist li h3 {
    margin-top: 3rem;
    line-height: 1.5;
  }

  .dk .p-dk01__olist li p {
    margin-top: 2rem;
    line-height: 1.8;
  }

  .dk .p-dk01__olist__img01 {
    top: -3.5rem;
    width: 12.5rem;
  }

  .dk .p-dk02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dk .p-dk02::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8rem;
    height: 65.2rem;
    margin: auto;
    -webkit-transform: translateY(-13.6rem);
    transform: translateY(-13.6rem);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4rem, rgb(101, 32, 118)), color-stop(4rem, rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgb(101, 32, 118) 4rem, rgb(255, 255, 255) 4rem);
    content: "";
  }

  .dk .p-dk02__outline {
    margin-top: 17rem;
    padding-top: 9.7rem;
    padding-bottom: 9.7rem;
  }

  .dk .p-dk02__lead {
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .dk .p-dk02__wrap {
    width: 75rem;
  }

  .dk .p-dk02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }

  .dk .p-dk02__box__ttl {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .dk .p-dk02__box__num {
    font-size: 14.4rem;
  }

  .dk .p-dk02__box__num {
    margin-top: 0;
  }

  .dk .p-dk02__box__num span {
    font-size: 7.2rem;
  }

  .dk .p-dk02__txt {
    margin-top: 5rem;
  }

  .dk .p-dk02__btnbox a {
    width: calc(50% - 2rem);
  }

  .dk .p-dk02__btnbox a::after {
    right: 3rem;
  }

  .dk .p-dk02__btn {
    margin-top: 6rem;
    text-align: center;
  }

  .dk .p-dk03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dk .p-dk03__outline {
    padding-top: 13rem;
  }

  .dk .p-dk03__btn {
    margin-top: 4rem;
    text-align: center;
  }

  .dk .p-dk03__btn:nth-of-type(1),
  .dk .p-dk03__btn:nth-of-type(2) {
    width: calc(50% - 3rem);
    margin-top: 0;
  }

  .agreement .p-agr__mv::before,
  .agreement .p-agr__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .agreement .p-agr01__tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .agreement .p-agr01__tel__ttl {
    width: 30rem;
  }

  .agreement .p-agr01__tel>div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }

  .agreement .p-agr01__tel__txt01 a {
    font-size: 4.6rem;
  }

  .agreement .p-agr01__tel__txt01 span {
    font-size: 3.9rem;
  }

  .agreement .p-agr01__sec {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5rem;
  }

  .agreement .p-agr01__sec__link {
    width: 16rem;
  }

  .agreement .p-agr01__sec__txt01 {
    margin-top: 0;
    margin-left: 3rem;
  }

  .sitemap .p-sit__mv::before,
  .sitemap .p-sit__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .sitemap .p-sit01 {
    margin-right: calc((100% - 838px) / 2);
    margin-left: calc((100% - 838px) / 2);
  }

  .sitemap .p-sit01__btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sitemap .p-sit01__btnlist__item {
    width: calc(25% - 3rem);
    margin-top: 0;
  }

  .sitemap .p-sit01__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
  }

  .sitemap .p-sit01__box,
  .sitemap .p-sit01__box-3col,
  .sitemap .p-sit01__box-2col,
  .sitemap .p-sit01__box-1col {
    margin-top: 5rem;
  }

  .sitemap .p-sit01__box:nth-of-type(1),
  .sitemap .p-sit01__box-3col:nth-of-type(1),
  .sitemap .p-sit01__box-2col:nth-of-type(1),
  .sitemap .p-sit01__box-1col:nth-of-type(1) {
    margin-top: 0;
  }

  .sitemap .p-sit01__box-1col {
    width: 100%;
  }

  .sitemap .p-sit01__box-2col {
    width: calc(50% - 4rem);
  }

  .sitemap .p-sit01__box-3col {
    width: 100%;
  }

  .sitemap .p-sit01__box-3col .p-sit01__box__dlist,
  .sitemap .p-sit01__box-3col .p-sit01__box__dlist-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem;
  }

  .sitemap .p-sit01__box-3col .p-sit01__box__dlist:nth-of-type(2),
  .sitemap .p-sit01__box-3col .p-sit01__box__dlist-none:nth-of-type(2) {
    margin-top: 5rem;
    padding-top: 3rem;
  }

  .sitemap .p-sit01__box-3col .p-sit01__box__link {
    width: calc(33.3333333333% - 0rem);
    margin-top: 2rem;
  }

  .sitemap .p-sit01__box__ttl {
    font-size: 1.8rem;
  }

  .sitemap .p-sit01__box__dlist,
  .sitemap .p-sit01__box__dlist-none {
    padding-top: 2rem;
  }

  .sitemap .p-sit01__box__link {
    font-size: 1.6rem;
  }

  .sitemap .p-sit01__box__link {
    margin-top: 2rem;
  }

  .english .p-engmv__outline {
    position: relative;
    overflow: hidden;
    border-top: 13px solid #000;
    border-bottom: 13px solid #000;
    border-top-width: 1.4rem;
  }

  .english .p-engmv__outline::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(assets/images/idx_mv_tb.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
    content: "";
    -webkit-filter: blur(1rem);
    filter: blur(1rem);
  }

  .english .p-engmv__img {
    display: block;
    width: min(100% - 4rem, 1366px);
    margin-right: auto;
    margin-left: auto;
  }

  .english .p-eng01__outline,
  .english .p-eng02__outline,
  .english .p-eng03__outline,
  .english .p-eng04__outline,
  .english .p-eng05__outline,
  .english .p-eng06__outline,
  .english .p-eng07__outline,
  .english .p-eng08__outline,
  .english .p-eng09__outline {
    padding-top: 10rem;
  }

  .english .p-eng__ttl,
  .english .p-eng__ttl-l,
  .english .p-eng__ttl-c,
  .english .p-eng__ttl-r {
    font-size: 4.8rem;
  }

  .english .p-eng__ttl::after,
  .english .p-eng__ttl-l::after,
  .english .p-eng__ttl-c::after,
  .english .p-eng__ttl-r::after {
    margin-right: 0;
    margin-left: 0;
    line-height: 1.7;
  }

  .english .p-eng__ttl-l {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .english .p-eng__ttl-l::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .english .p-eng__ttl-r {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .english .p-eng__ttl-r::after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .english .p-eng__txt {
    line-height: 1.7;
  }

  .english .p-eng__slick img {
    width: 28rem;
  }

  .english .p-eng__img {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .english .p-eng03__img {
    margin-left: 4rem;
  }

  .english .p-eng04__img {
    margin-right: 4rem;
  }

  .uniform main {
    padding-bottom: 0;
  }

  .uniform .p-uni__mv::before,
  .uniform .p-uni__mv::after {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .uniform .p-uni01__img {
    width: 100%;
  }

  .jrhighschool .p-jrh__mv::before,
  .jrhighschool .p-jrh__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .jrhighschool .p-jrh01__ttl {
    font-size: 2.8rem;
  }

  .jrhighschool .p-jrh01__ttl {
    margin-top: 10rem;
  }

  .jrhighschool .p-jrh01__ulist__ttl {
    font-size: 2rem;
  }

  .jrhighschool .p-jrh02__ttl {
    font-size: 2.8rem;
  }

  .jrhighschool .p-jrh02__ulist__ttl h4 {
    font-size: 2rem;
  }

  .jrhighschool .p-jrh02__scroll {
    margin-top: -3rem;
  }

  .jrhighschool .p-jrh02__table01 {
    width: min(100% - 4rem, 82.8rem);
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
  }

  .jrhighschool .p-jrh02__table01__txt {
    font-size: 1.4rem;
  }

  .jrhighschool .p-jrh02__table01 table tr th,
  .jrhighschool .p-jrh02__table01 table tr td {
    font-size: 1.5rem;
  }

  .jrhighschool .p-jrh02__table02 .p-jrh02__table__ttl {
    margin-left: 4.1rem;
  }

  .jrhighschool .p-jrh02__table02 table tr th,
  .jrhighschool .p-jrh02__table02 table tr td {
    font-size: 1.5rem;
  }

  .jrhighschool .p-jrh02__table__ttl {
    width: 39.2rem;
    padding: 2rem 0 4rem;
  }

  .jrhighschool .p-jrh02__table__ttl span {
    font-size: 2.4rem;
  }

  .jrhighschool .p-jrh03__outline {
    margin-top: 9rem;
  }

  .highschool .p-hig__mv::before,
  .highschool .p-hig__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .highschool .p-hig01__ttl {
    font-size: 2.8rem;
  }

  .highschool .p-hig01__ttl {
    margin-top: 10rem;
  }

  .highschool .p-hig01__ulist__ttl {
    font-size: 2rem;
  }

  .highschool .p-hig01__ulist__txt {
    font-size: 1.6rem;
  }

  .highschool .p-hig02__ttl {
    font-size: 2.8rem;
  }

  .highschool .p-hig02__scroll {
    margin-top: -3rem;
    overflow: inherit;
    white-space: inherit;
  }

  .highschool .p-hig02__table01 {
    width: min(100% - 4rem, 82.8rem);
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
  }

  .highschool .p-hig02__table01__txt {
    font-size: 1.4rem;
  }

  .highschool .p-hig02__table01 table {
    width: 100%;
  }

  .highschool .p-hig02__table01 table tr th,
  .highschool .p-hig02__table01 table tr td {
    font-size: 1.5rem;
  }

  .highschool .p-hig02__table02 .p-jrh02__table__ttl {
    -webkit-transform: translateX(4.1rem);
    transform: translateX(4.1rem);
  }

  .highschool .p-hig02__table02 table {
    width: 100%;
  }

  .highschool .p-hig02__table__ttl {
    width: 39.2rem;
    padding: 2rem 0 4rem;
  }

  .highschool .p-hig02__table__ttl span {
    font-size: 2.4rem;
  }

  .highschool .p-hig02__box {
    margin-top: -3rem;
  }

  .highschool .p-hig03__outline {
    margin-top: 9rem;
  }

  .talk01 .p-tal__mv::before,
  .talk01 .p-tal__mv::after,
  .talk02 .p-tal__mv::before,
  .talk02 .p-tal__mv::after,
  .talk03 .p-tal__mv::before,
  .talk03 .p-tal__mv::after,
  .talk04 .p-tal__mv::before,
  .talk04 .p-tal__mv::after,
  .talk05 .p-tal__mv::before,
  .talk05 .p-tal__mv::after,
  .talk06 .p-tal__mv::before,
  .talk06 .p-tal__mv::after,
  .talk07 .p-tal__mv::before,
  .talk07 .p-tal__mv::after,
  .talk08 .p-tal__mv::before,
  .talk08 .p-tal__mv::after {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .talk01 .p-tal01__box01,
  .talk02 .p-tal01__box01,
  .talk03 .p-tal01__box01,
  .talk04 .p-tal01__box01,
  .talk05 .p-tal01__box01,
  .talk06 .p-tal01__box01,
  .talk07 .p-tal01__box01,
  .talk08 .p-tal01__box01 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .talk01 .p-tal01__box01__img,
  .talk02 .p-tal01__box01__img,
  .talk03 .p-tal01__box01__img,
  .talk04 .p-tal01__box01__img,
  .talk05 .p-tal01__box01__img,
  .talk06 .p-tal01__box01__img,
  .talk07 .p-tal01__box01__img,
  .talk08 .p-tal01__box01__img {
    width: 20rem;
  }

  .talk01 .p-tal01__box01__ttl,
  .talk02 .p-tal01__box01__ttl,
  .talk03 .p-tal01__box01__ttl,
  .talk04 .p-tal01__box01__ttl,
  .talk05 .p-tal01__box01__ttl,
  .talk06 .p-tal01__box01__ttl,
  .talk07 .p-tal01__box01__ttl,
  .talk08 .p-tal01__box01__ttl {
    font-size: 2.4rem;
  }

  .talk01 .p-tal01__box01__txt,
  .talk02 .p-tal01__box01__txt,
  .talk03 .p-tal01__box01__txt,
  .talk04 .p-tal01__box01__txt,
  .talk05 .p-tal01__box01__txt,
  .talk06 .p-tal01__box01__txt,
  .talk07 .p-tal01__box01__txt,
  .talk08 .p-tal01__box01__txt {
    width: 40rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 5rem;
  }

  .talk01 .p-tal01__box02__name,
  .talk02 .p-tal01__box02__name,
  .talk03 .p-tal01__box02__name,
  .talk04 .p-tal01__box02__name,
  .talk05 .p-tal01__box02__name,
  .talk06 .p-tal01__box02__name,
  .talk07 .p-tal01__box02__name,
  .talk08 .p-tal01__box02__name {
    bottom: -2.5rem;
  }

  .talk01 .p-tal01__nav,
  .talk01 .p-tal01__nav-prev,
  .talk01 .talk02 .p-tal01__nav-prev,
  .talk02 .talk01 .p-tal01__nav-prev,
  .talk01 .talk03 .p-tal01__nav-prev,
  .talk03 .talk01 .p-tal01__nav-prev,
  .talk01 .talk04 .p-tal01__nav-prev,
  .talk04 .talk01 .p-tal01__nav-prev,
  .talk01 .talk05 .p-tal01__nav-prev,
  .talk05 .talk01 .p-tal01__nav-prev,
  .talk01 .talk06 .p-tal01__nav-prev,
  .talk06 .talk01 .p-tal01__nav-prev,
  .talk01 .talk07 .p-tal01__nav-prev,
  .talk07 .talk01 .p-tal01__nav-prev,
  .talk01 .talk08 .p-tal01__nav-prev,
  .talk08 .talk01 .p-tal01__nav-prev,
  .talk01 .p-tal01__nav-next,
  .talk01 .talk02 .p-tal01__nav-next,
  .talk02 .talk01 .p-tal01__nav-next,
  .talk01 .talk03 .p-tal01__nav-next,
  .talk03 .talk01 .p-tal01__nav-next,
  .talk01 .talk04 .p-tal01__nav-next,
  .talk04 .talk01 .p-tal01__nav-next,
  .talk01 .talk05 .p-tal01__nav-next,
  .talk05 .talk01 .p-tal01__nav-next,
  .talk01 .talk06 .p-tal01__nav-next,
  .talk06 .talk01 .p-tal01__nav-next,
  .talk01 .talk07 .p-tal01__nav-next,
  .talk07 .talk01 .p-tal01__nav-next,
  .talk01 .talk08 .p-tal01__nav-next,
  .talk08 .talk01 .p-tal01__nav-next,
  .talk02 .p-tal01__nav,
  .talk02 .talk01 .p-tal01__nav-prev,
  .talk01 .talk02 .p-tal01__nav-prev,
  .talk02 .p-tal01__nav-prev,
  .talk02 .talk03 .p-tal01__nav-prev,
  .talk03 .talk02 .p-tal01__nav-prev,
  .talk02 .talk04 .p-tal01__nav-prev,
  .talk04 .talk02 .p-tal01__nav-prev,
  .talk02 .talk05 .p-tal01__nav-prev,
  .talk05 .talk02 .p-tal01__nav-prev,
  .talk02 .talk06 .p-tal01__nav-prev,
  .talk06 .talk02 .p-tal01__nav-prev,
  .talk02 .talk07 .p-tal01__nav-prev,
  .talk07 .talk02 .p-tal01__nav-prev,
  .talk02 .talk08 .p-tal01__nav-prev,
  .talk08 .talk02 .p-tal01__nav-prev,
  .talk02 .talk01 .p-tal01__nav-next,
  .talk01 .talk02 .p-tal01__nav-next,
  .talk02 .p-tal01__nav-next,
  .talk02 .talk03 .p-tal01__nav-next,
  .talk03 .talk02 .p-tal01__nav-next,
  .talk02 .talk04 .p-tal01__nav-next,
  .talk04 .talk02 .p-tal01__nav-next,
  .talk02 .talk05 .p-tal01__nav-next,
  .talk05 .talk02 .p-tal01__nav-next,
  .talk02 .talk06 .p-tal01__nav-next,
  .talk06 .talk02 .p-tal01__nav-next,
  .talk02 .talk07 .p-tal01__nav-next,
  .talk07 .talk02 .p-tal01__nav-next,
  .talk02 .talk08 .p-tal01__nav-next,
  .talk08 .talk02 .p-tal01__nav-next,
  .talk03 .p-tal01__nav,
  .talk03 .talk01 .p-tal01__nav-prev,
  .talk01 .talk03 .p-tal01__nav-prev,
  .talk03 .talk02 .p-tal01__nav-prev,
  .talk02 .talk03 .p-tal01__nav-prev,
  .talk03 .p-tal01__nav-prev,
  .talk03 .talk04 .p-tal01__nav-prev,
  .talk04 .talk03 .p-tal01__nav-prev,
  .talk03 .talk05 .p-tal01__nav-prev,
  .talk05 .talk03 .p-tal01__nav-prev,
  .talk03 .talk06 .p-tal01__nav-prev,
  .talk06 .talk03 .p-tal01__nav-prev,
  .talk03 .talk07 .p-tal01__nav-prev,
  .talk07 .talk03 .p-tal01__nav-prev,
  .talk03 .talk08 .p-tal01__nav-prev,
  .talk08 .talk03 .p-tal01__nav-prev,
  .talk03 .talk01 .p-tal01__nav-next,
  .talk01 .talk03 .p-tal01__nav-next,
  .talk03 .talk02 .p-tal01__nav-next,
  .talk02 .talk03 .p-tal01__nav-next,
  .talk03 .p-tal01__nav-next,
  .talk03 .talk04 .p-tal01__nav-next,
  .talk04 .talk03 .p-tal01__nav-next,
  .talk03 .talk05 .p-tal01__nav-next,
  .talk05 .talk03 .p-tal01__nav-next,
  .talk03 .talk06 .p-tal01__nav-next,
  .talk06 .talk03 .p-tal01__nav-next,
  .talk03 .talk07 .p-tal01__nav-next,
  .talk07 .talk03 .p-tal01__nav-next,
  .talk03 .talk08 .p-tal01__nav-next,
  .talk08 .talk03 .p-tal01__nav-next,
  .talk04 .p-tal01__nav,
  .talk04 .talk01 .p-tal01__nav-prev,
  .talk01 .talk04 .p-tal01__nav-prev,
  .talk04 .talk02 .p-tal01__nav-prev,
  .talk02 .talk04 .p-tal01__nav-prev,
  .talk04 .talk03 .p-tal01__nav-prev,
  .talk03 .talk04 .p-tal01__nav-prev,
  .talk04 .p-tal01__nav-prev,
  .talk04 .talk05 .p-tal01__nav-prev,
  .talk05 .talk04 .p-tal01__nav-prev,
  .talk04 .talk06 .p-tal01__nav-prev,
  .talk06 .talk04 .p-tal01__nav-prev,
  .talk04 .talk07 .p-tal01__nav-prev,
  .talk07 .talk04 .p-tal01__nav-prev,
  .talk04 .talk08 .p-tal01__nav-prev,
  .talk08 .talk04 .p-tal01__nav-prev,
  .talk04 .talk01 .p-tal01__nav-next,
  .talk01 .talk04 .p-tal01__nav-next,
  .talk04 .talk02 .p-tal01__nav-next,
  .talk02 .talk04 .p-tal01__nav-next,
  .talk04 .talk03 .p-tal01__nav-next,
  .talk03 .talk04 .p-tal01__nav-next,
  .talk04 .p-tal01__nav-next,
  .talk04 .talk05 .p-tal01__nav-next,
  .talk05 .talk04 .p-tal01__nav-next,
  .talk04 .talk06 .p-tal01__nav-next,
  .talk06 .talk04 .p-tal01__nav-next,
  .talk04 .talk07 .p-tal01__nav-next,
  .talk07 .talk04 .p-tal01__nav-next,
  .talk04 .talk08 .p-tal01__nav-next,
  .talk08 .talk04 .p-tal01__nav-next,
  .talk05 .p-tal01__nav,
  .talk05 .talk01 .p-tal01__nav-prev,
  .talk01 .talk05 .p-tal01__nav-prev,
  .talk05 .talk02 .p-tal01__nav-prev,
  .talk02 .talk05 .p-tal01__nav-prev,
  .talk05 .talk03 .p-tal01__nav-prev,
  .talk03 .talk05 .p-tal01__nav-prev,
  .talk05 .talk04 .p-tal01__nav-prev,
  .talk04 .talk05 .p-tal01__nav-prev,
  .talk05 .p-tal01__nav-prev,
  .talk05 .talk06 .p-tal01__nav-prev,
  .talk06 .talk05 .p-tal01__nav-prev,
  .talk05 .talk07 .p-tal01__nav-prev,
  .talk07 .talk05 .p-tal01__nav-prev,
  .talk05 .talk08 .p-tal01__nav-prev,
  .talk08 .talk05 .p-tal01__nav-prev,
  .talk05 .talk01 .p-tal01__nav-next,
  .talk01 .talk05 .p-tal01__nav-next,
  .talk05 .talk02 .p-tal01__nav-next,
  .talk02 .talk05 .p-tal01__nav-next,
  .talk05 .talk03 .p-tal01__nav-next,
  .talk03 .talk05 .p-tal01__nav-next,
  .talk05 .talk04 .p-tal01__nav-next,
  .talk04 .talk05 .p-tal01__nav-next,
  .talk05 .p-tal01__nav-next,
  .talk05 .talk06 .p-tal01__nav-next,
  .talk06 .talk05 .p-tal01__nav-next,
  .talk05 .talk07 .p-tal01__nav-next,
  .talk07 .talk05 .p-tal01__nav-next,
  .talk05 .talk08 .p-tal01__nav-next,
  .talk08 .talk05 .p-tal01__nav-next,
  .talk06 .p-tal01__nav,
  .talk06 .talk01 .p-tal01__nav-prev,
  .talk01 .talk06 .p-tal01__nav-prev,
  .talk06 .talk02 .p-tal01__nav-prev,
  .talk02 .talk06 .p-tal01__nav-prev,
  .talk06 .talk03 .p-tal01__nav-prev,
  .talk03 .talk06 .p-tal01__nav-prev,
  .talk06 .talk04 .p-tal01__nav-prev,
  .talk04 .talk06 .p-tal01__nav-prev,
  .talk06 .talk05 .p-tal01__nav-prev,
  .talk05 .talk06 .p-tal01__nav-prev,
  .talk06 .p-tal01__nav-prev,
  .talk06 .talk07 .p-tal01__nav-prev,
  .talk07 .talk06 .p-tal01__nav-prev,
  .talk06 .talk08 .p-tal01__nav-prev,
  .talk08 .talk06 .p-tal01__nav-prev,
  .talk06 .talk01 .p-tal01__nav-next,
  .talk01 .talk06 .p-tal01__nav-next,
  .talk06 .talk02 .p-tal01__nav-next,
  .talk02 .talk06 .p-tal01__nav-next,
  .talk06 .talk03 .p-tal01__nav-next,
  .talk03 .talk06 .p-tal01__nav-next,
  .talk06 .talk04 .p-tal01__nav-next,
  .talk04 .talk06 .p-tal01__nav-next,
  .talk06 .talk05 .p-tal01__nav-next,
  .talk05 .talk06 .p-tal01__nav-next,
  .talk06 .p-tal01__nav-next,
  .talk06 .talk07 .p-tal01__nav-next,
  .talk07 .talk06 .p-tal01__nav-next,
  .talk06 .talk08 .p-tal01__nav-next,
  .talk08 .talk06 .p-tal01__nav-next,
  .talk07 .p-tal01__nav,
  .talk07 .talk01 .p-tal01__nav-prev,
  .talk01 .talk07 .p-tal01__nav-prev,
  .talk07 .talk02 .p-tal01__nav-prev,
  .talk02 .talk07 .p-tal01__nav-prev,
  .talk07 .talk03 .p-tal01__nav-prev,
  .talk03 .talk07 .p-tal01__nav-prev,
  .talk07 .talk04 .p-tal01__nav-prev,
  .talk04 .talk07 .p-tal01__nav-prev,
  .talk07 .talk05 .p-tal01__nav-prev,
  .talk05 .talk07 .p-tal01__nav-prev,
  .talk07 .talk06 .p-tal01__nav-prev,
  .talk06 .talk07 .p-tal01__nav-prev,
  .talk07 .p-tal01__nav-prev,
  .talk07 .talk08 .p-tal01__nav-prev,
  .talk08 .talk07 .p-tal01__nav-prev,
  .talk07 .talk01 .p-tal01__nav-next,
  .talk01 .talk07 .p-tal01__nav-next,
  .talk07 .talk02 .p-tal01__nav-next,
  .talk02 .talk07 .p-tal01__nav-next,
  .talk07 .talk03 .p-tal01__nav-next,
  .talk03 .talk07 .p-tal01__nav-next,
  .talk07 .talk04 .p-tal01__nav-next,
  .talk04 .talk07 .p-tal01__nav-next,
  .talk07 .talk05 .p-tal01__nav-next,
  .talk05 .talk07 .p-tal01__nav-next,
  .talk07 .talk06 .p-tal01__nav-next,
  .talk06 .talk07 .p-tal01__nav-next,
  .talk07 .p-tal01__nav-next,
  .talk07 .talk08 .p-tal01__nav-next,
  .talk08 .talk07 .p-tal01__nav-next,
  .talk08 .p-tal01__nav,
  .talk08 .talk01 .p-tal01__nav-prev,
  .talk01 .talk08 .p-tal01__nav-prev,
  .talk08 .talk02 .p-tal01__nav-prev,
  .talk02 .talk08 .p-tal01__nav-prev,
  .talk08 .talk03 .p-tal01__nav-prev,
  .talk03 .talk08 .p-tal01__nav-prev,
  .talk08 .talk04 .p-tal01__nav-prev,
  .talk04 .talk08 .p-tal01__nav-prev,
  .talk08 .talk05 .p-tal01__nav-prev,
  .talk05 .talk08 .p-tal01__nav-prev,
  .talk08 .talk06 .p-tal01__nav-prev,
  .talk06 .talk08 .p-tal01__nav-prev,
  .talk08 .talk07 .p-tal01__nav-prev,
  .talk07 .talk08 .p-tal01__nav-prev,
  .talk08 .p-tal01__nav-prev,
  .talk08 .talk01 .p-tal01__nav-next,
  .talk01 .talk08 .p-tal01__nav-next,
  .talk08 .talk02 .p-tal01__nav-next,
  .talk02 .talk08 .p-tal01__nav-next,
  .talk08 .talk03 .p-tal01__nav-next,
  .talk03 .talk08 .p-tal01__nav-next,
  .talk08 .talk04 .p-tal01__nav-next,
  .talk04 .talk08 .p-tal01__nav-next,
  .talk08 .talk05 .p-tal01__nav-next,
  .talk05 .talk08 .p-tal01__nav-next,
  .talk08 .talk06 .p-tal01__nav-next,
  .talk06 .talk08 .p-tal01__nav-next,
  .talk08 .talk07 .p-tal01__nav-next,
  .talk07 .talk08 .p-tal01__nav-next,
  .talk08 .p-tal01__nav-next {
    margin-top: 17rem;
  }

  .talk01 .p-tal02__nav,
  .talk01 .p-tal02__nav-next,
  .talk01 .talk02 .p-tal02__nav-next,
  .talk02 .talk01 .p-tal02__nav-next,
  .talk01 .talk03 .p-tal02__nav-next,
  .talk03 .talk01 .p-tal02__nav-next,
  .talk01 .talk04 .p-tal02__nav-next,
  .talk04 .talk01 .p-tal02__nav-next,
  .talk01 .talk05 .p-tal02__nav-next,
  .talk05 .talk01 .p-tal02__nav-next,
  .talk01 .talk06 .p-tal02__nav-next,
  .talk06 .talk01 .p-tal02__nav-next,
  .talk01 .talk07 .p-tal02__nav-next,
  .talk07 .talk01 .p-tal02__nav-next,
  .talk01 .talk08 .p-tal02__nav-next,
  .talk08 .talk01 .p-tal02__nav-next,
  .talk02 .p-tal02__nav,
  .talk02 .talk01 .p-tal02__nav-next,
  .talk01 .talk02 .p-tal02__nav-next,
  .talk02 .p-tal02__nav-next,
  .talk02 .talk03 .p-tal02__nav-next,
  .talk03 .talk02 .p-tal02__nav-next,
  .talk02 .talk04 .p-tal02__nav-next,
  .talk04 .talk02 .p-tal02__nav-next,
  .talk02 .talk05 .p-tal02__nav-next,
  .talk05 .talk02 .p-tal02__nav-next,
  .talk02 .talk06 .p-tal02__nav-next,
  .talk06 .talk02 .p-tal02__nav-next,
  .talk02 .talk07 .p-tal02__nav-next,
  .talk07 .talk02 .p-tal02__nav-next,
  .talk02 .talk08 .p-tal02__nav-next,
  .talk08 .talk02 .p-tal02__nav-next,
  .talk03 .p-tal02__nav,
  .talk03 .talk01 .p-tal02__nav-next,
  .talk01 .talk03 .p-tal02__nav-next,
  .talk03 .talk02 .p-tal02__nav-next,
  .talk02 .talk03 .p-tal02__nav-next,
  .talk03 .p-tal02__nav-next,
  .talk03 .talk04 .p-tal02__nav-next,
  .talk04 .talk03 .p-tal02__nav-next,
  .talk03 .talk05 .p-tal02__nav-next,
  .talk05 .talk03 .p-tal02__nav-next,
  .talk03 .talk06 .p-tal02__nav-next,
  .talk06 .talk03 .p-tal02__nav-next,
  .talk03 .talk07 .p-tal02__nav-next,
  .talk07 .talk03 .p-tal02__nav-next,
  .talk03 .talk08 .p-tal02__nav-next,
  .talk08 .talk03 .p-tal02__nav-next,
  .talk04 .p-tal02__nav,
  .talk04 .talk01 .p-tal02__nav-next,
  .talk01 .talk04 .p-tal02__nav-next,
  .talk04 .talk02 .p-tal02__nav-next,
  .talk02 .talk04 .p-tal02__nav-next,
  .talk04 .talk03 .p-tal02__nav-next,
  .talk03 .talk04 .p-tal02__nav-next,
  .talk04 .p-tal02__nav-next,
  .talk04 .talk05 .p-tal02__nav-next,
  .talk05 .talk04 .p-tal02__nav-next,
  .talk04 .talk06 .p-tal02__nav-next,
  .talk06 .talk04 .p-tal02__nav-next,
  .talk04 .talk07 .p-tal02__nav-next,
  .talk07 .talk04 .p-tal02__nav-next,
  .talk04 .talk08 .p-tal02__nav-next,
  .talk08 .talk04 .p-tal02__nav-next,
  .talk05 .p-tal02__nav,
  .talk05 .talk01 .p-tal02__nav-next,
  .talk01 .talk05 .p-tal02__nav-next,
  .talk05 .talk02 .p-tal02__nav-next,
  .talk02 .talk05 .p-tal02__nav-next,
  .talk05 .talk03 .p-tal02__nav-next,
  .talk03 .talk05 .p-tal02__nav-next,
  .talk05 .talk04 .p-tal02__nav-next,
  .talk04 .talk05 .p-tal02__nav-next,
  .talk05 .p-tal02__nav-next,
  .talk05 .talk06 .p-tal02__nav-next,
  .talk06 .talk05 .p-tal02__nav-next,
  .talk05 .talk07 .p-tal02__nav-next,
  .talk07 .talk05 .p-tal02__nav-next,
  .talk05 .talk08 .p-tal02__nav-next,
  .talk08 .talk05 .p-tal02__nav-next,
  .talk06 .p-tal02__nav,
  .talk06 .talk01 .p-tal02__nav-next,
  .talk01 .talk06 .p-tal02__nav-next,
  .talk06 .talk02 .p-tal02__nav-next,
  .talk02 .talk06 .p-tal02__nav-next,
  .talk06 .talk03 .p-tal02__nav-next,
  .talk03 .talk06 .p-tal02__nav-next,
  .talk06 .talk04 .p-tal02__nav-next,
  .talk04 .talk06 .p-tal02__nav-next,
  .talk06 .talk05 .p-tal02__nav-next,
  .talk05 .talk06 .p-tal02__nav-next,
  .talk06 .p-tal02__nav-next,
  .talk06 .talk07 .p-tal02__nav-next,
  .talk07 .talk06 .p-tal02__nav-next,
  .talk06 .talk08 .p-tal02__nav-next,
  .talk08 .talk06 .p-tal02__nav-next,
  .talk07 .p-tal02__nav,
  .talk07 .talk01 .p-tal02__nav-next,
  .talk01 .talk07 .p-tal02__nav-next,
  .talk07 .talk02 .p-tal02__nav-next,
  .talk02 .talk07 .p-tal02__nav-next,
  .talk07 .talk03 .p-tal02__nav-next,
  .talk03 .talk07 .p-tal02__nav-next,
  .talk07 .talk04 .p-tal02__nav-next,
  .talk04 .talk07 .p-tal02__nav-next,
  .talk07 .talk05 .p-tal02__nav-next,
  .talk05 .talk07 .p-tal02__nav-next,
  .talk07 .talk06 .p-tal02__nav-next,
  .talk06 .talk07 .p-tal02__nav-next,
  .talk07 .p-tal02__nav-next,
  .talk07 .talk08 .p-tal02__nav-next,
  .talk08 .talk07 .p-tal02__nav-next,
  .talk08 .p-tal02__nav,
  .talk08 .talk01 .p-tal02__nav-next,
  .talk01 .talk08 .p-tal02__nav-next,
  .talk08 .talk02 .p-tal02__nav-next,
  .talk02 .talk08 .p-tal02__nav-next,
  .talk08 .talk03 .p-tal02__nav-next,
  .talk03 .talk08 .p-tal02__nav-next,
  .talk08 .talk04 .p-tal02__nav-next,
  .talk04 .talk08 .p-tal02__nav-next,
  .talk08 .talk05 .p-tal02__nav-next,
  .talk05 .talk08 .p-tal02__nav-next,
  .talk08 .talk06 .p-tal02__nav-next,
  .talk06 .talk08 .p-tal02__nav-next,
  .talk08 .talk07 .p-tal02__nav-next,
  .talk07 .talk08 .p-tal02__nav-next,
  .talk08 .p-tal02__nav-next {
    margin-top: 9rem;
  }

  .voice .p-voi__mv::before,
  .voice .p-voi__mv::after {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .voice .p-voi01__ulist {
    margin-top: 12rem;
  }

  .voice .p-voi01__ulist__item {
    width: calc(33.3333333333% - 2rem);
  }

  .voice .p-voi01__ulist__img {
    width: 15.4rem;
  }

  .voice .p-voi01__ulist__category,
  .voice .club .p-clu04 .p-voi01__ulist__category-lightblue,
  .club .p-clu04 .voice .p-voi01__ulist__category-lightblue,
  .voice .club .p-clu04 .p-voi01__ulist__category-green,
  .club .p-clu04 .voice .p-voi01__ulist__category-green,
  .voice .club .p-clu04 .p-voi01__ulist__category-yellow,
  .club .p-clu04 .voice .p-voi01__ulist__category-yellow,
  .voice .club .p-clu04 .p-voi01__ulist__category-orange,
  .club .p-clu04 .voice .p-voi01__ulist__category-orange,
  .voice .club .p-clu04 .p-voi01__ulist__category-pink,
  .club .p-clu04 .voice .p-voi01__ulist__category-pink,
  .voice .club .p-clu04 .p-voi01__ulist__category-purple,
  .club .p-clu04 .voice .p-voi01__ulist__category-purple,
  .voice .p-voi01__ulist__category-lightblue,
  .voice .p-voi01__ulist__category-green,
  .voice .p-voi01__ulist__category-yellow,
  .voice .p-voi01__ulist__category-orange,
  .voice .p-voi01__ulist__category-pink,
  .voice .p-voi01__ulist__category-purple {
    width: 10rem;
    font-size: 1.4rem;
  }

  .voice .p-voi01__ulist__txtbox__ttl,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-lightblue,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-green,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-yellow,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-orange,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-pink,
  .voice .club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple,
  .club .p-clu04 .voice .p-voi01__ulist__txtbox__ttl-purple,
  .voice .p-voi01__ulist__txtbox__ttl-lightblue,
  .voice .p-voi01__ulist__txtbox__ttl-green,
  .voice .p-voi01__ulist__txtbox__ttl-pink,
  .voice .p-voi01__ulist__txtbox__ttl-yellow,
  .voice .p-voi01__ulist__txtbox__ttl-orange,
  .voice .p-voi01__ulist__txtbox__ttl-purple {
    margin-left: 1rem;
    font-size: 1.4rem;
  }

  .voice .p-voi01__ulist__txtbox__txt {
    font-size: 1.3rem;
  }

  .voice .p-voi02__outline {
    margin-top: 9rem;
  }

  .voice .p-clbox__txtbox__ttl,
  .voice .p-clbox__txtbox__ttl-lightblue,
  .voice .p-clbox__txtbox__ttl-green,
  .voice .p-clbox__txtbox__ttl-pink,
  .voice .p-clbox__txtbox__ttl-yellow,
  .voice .p-clbox__txtbox__ttl-orange,
  .voice .p-clbox__txtbox__ttl-purple {
    font-size: 2rem;
  }

  .club .p-clu__mv::before,
  .club .p-clu__mv::after {
    background-image: url(assets/images/sv__mainimg_lg.jpg);
  }

  .club .p-clu01__ttl {
    font-size: 2.8rem;
  }

  .club .p-clu03__categorylist {
    width: calc(33.3333333333% - 2rem);
    margin-bottom: 3rem;
  }

  .club .p-clu03__categorylist__item {
    margin-top: 4rem;
  }

  .club .p-clu03__categorylist__ttl {
    font-size: 1.4rem;
  }

  .club .p-clu03__categorylist__ttl::after {
    font-size: 1.2rem;
  }

  .club .p-clu03__categorylist__txt {
    font-size: 1.4rem;
  }

  .club .p-clu03__categorylist__txt {
    padding: 2rem;
  }

  .club .p-clu04 .p-voi01__ulist__item {
    width: calc(33.3333333333% - 2rem);
  }

  .club .p-clu04 .p-voi01__ulist__img {
    width: 15.4rem;
  }

  .club .p-clu04 .p-voi01__ulist__category,
  .club .p-clu04 .p-voi01__ulist__category-lightblue,
  .club .p-clu04 .p-voi01__ulist__category-green,
  .club .p-clu04 .p-voi01__ulist__category-yellow,
  .club .p-clu04 .p-voi01__ulist__category-orange,
  .club .p-clu04 .p-voi01__ulist__category-pink,
  .club .p-clu04 .p-voi01__ulist__category-purple {
    width: 10rem;
    font-size: 1.4rem;
  }

  .club .p-clu04 .p-voi01__ulist__txtbox__ttl,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-lightblue,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-green,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-yellow,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-orange,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-pink,
  .club .p-clu04 .p-voi01__ulist__txtbox__ttl-purple {
    margin-left: 1rem;
    font-size: 1.4rem;
  }

  .club .p-clu04 .p-voi01__ulist__txtbox__txt {
    font-size: 1.3rem;
  }

  .club .p-clbox__txtbox__ttl,
  .club .p-clbox__txtbox__ttl-lightblue,
  .club .p-clbox__txtbox__ttl-green,
  .club .p-clbox__txtbox__ttl-pink,
  .club .p-clbox__txtbox__ttl-yellow,
  .club .p-clbox__txtbox__ttl-orange,
  .club .p-clbox__txtbox__ttl-purple {
    font-size: 2rem;
  }

  .principle .p-prin__mv::before,
  .principle .p-prin__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .principle .p-prin01__outline02 .p-prin01__head {
    padding-right: 0;
    padding-left: 0;
  }

  .principle .p-prin01__head {
    margin-right: calc((100% - 768px) / 2);
    margin-left: calc((100% - 768px) / 2);
  }

  .principle .p-prin01__head__ttl em {
    font-size: 3.6rem;
  }

  .principle .p-prin01__head__ttl span {
    font-size: 9.6rem;
  }

  .principle .p-prin01__txtbox__ttl {
    font-size: 2rem;
  }

  .principle .p-prin01__txtbox__txt {
    font-size: 1.7rem;
  }

  .principle .p-prin01__content__img {
    width: 40rem;
  }

  .principle .p-prin01__txtbox__ttl {
    font-size: 2rem;
  }

  .subject .p-cur__mv::before,
  .subject .p-cur__mv::after {
    background-image: url(assets/images/dk__mainimg_lg.jpg);
  }

  .subject .p-cur01__item:nth-of-type(1) {
    margin-top: 0;
  }

  .subject .p-cur01__box__ttl {
    font-size: 4.8rem;
  }

  .subject .p-cur01__box__ttl__en {
    font-size: 2rem;
  }

  .subject .p-cur01__box__subttl {
    font-size: 2rem;
  }

  .subject .p-cur01__box__txt {
    font-size: 1.6rem;
  }

  .subject .p-cur01__goal__item {
    font-size: 1.4rem;
  }

  .exa main {
    padding-bottom: 0;
  }

  .exa .p-exa__mv::before,
  .exa .p-exa__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .exa .p-exa02__outline {
    margin-top: 9rem;
  }

  .exa .p-exa02__tablebox table th {
    font-size: 1.4rem;
  }

  .exa .p-exa03__sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }

  .exa .p-exa03__ttl {
    width: 100%;
  }

  .exa .p-exa03__box {
    position: relative;
    width: 50%;
    margin-top: 3rem;
    padding: 2rem 0 4rem;
    border-right: 0;
    border-left: 0;
    background-color: inherit;
  }

  .exa .p-exa03__box:first-of-type {
    margin-top: 3rem;
    padding-right: 4rem;
    border-right: 1px solid #652076;
  }

  .exa .p-exa03__box:last-of-type {
    padding-left: 4rem;
  }

  .exa .p-exa03__subttl {
    font-size: 2rem;
  }

  .exa .p-exa03__subttl {
    position: inherit;
    background-color: inherit;
  }

  .exa .p-exa03__subttl span:first-of-type {
    font-size: 2rem;
  }

  .exa .p-exa03__subttl span:first-of-type::after {
    height: 0.4rem;
  }

  .exa .p-exa03__subttl::after,
  .exa .p-exa03__subttl::before {
    display: none;
  }

  .exa .p-exa03__ttl2 {
    font-size: 2.4rem;
  }

  .exa .p-exa03__list {
    display: block;
  }

  .exa .p-exa03__sec02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 5rem;
  }

  .exa .p-exa03__sec02__link {
    width: 16rem;
  }

  .exa .p-exa03__sec02__txt {
    margin-top: 0;
    margin-left: 3rem;
  }

  .recruit .p-rec__mv::before,
  .recruit .p-rec__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .news .p-neli__mv::before,
  .news .p-neli__mv::after,
  .news .p-shi__mv::before,
  .news .p-shi__mv::after,
  .news .p-ser__mv::before,
  .news .p-ser__mv::after,
  .single-news .p-neli__mv::before,
  .single-news .p-neli__mv::after,
  .single-news .p-shi__mv::before,
  .single-news .p-shi__mv::after,
  .single-news .p-ser__mv::before,
  .single-news .p-ser__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .news .p-neli01__search,
  .single-news .p-neli01__search {
    grid-template-columns: 10em auto;
  }

  .news .p-neli01__catlist__item,
  .single-news .p-neli01__catlist__item {
    width: calc(20% - 2rem);
  }

  .single-news .infs01 {
    margin-top: 6rem;
    margin-right: calc((100% - 768px - 120px) / 2);
    margin-left: calc((100% - 768px - 120px) / 2);
  }

  .single-news .infs01__cat {
    margin-top: 0;
  }

  .single-news .infs01__ttl {
    font-size: 1.9rem;
  }

  .single-news .infs01__box {
    padding-top: 4rem;
  }

  .single-news .infs01__link {
    width: 36rem;
    margin-top: 5rem;
    padding: 2rem 0 2rem;
  }

  .single-news .infs01__pnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px dashed #652076;
    background-color: #fff;
  }

  .single-news .infs01__pnav::after {
    display: block;
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.1rem;
    margin: auto;
    background-color: #b1b1b2;
    content: "";
  }

  .single-news .infs01__pnav>div:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: right;
  }

  .single-news .infs01__pnav>div {
    width: 50%;
  }

  .bodyclassName .p-shortname__mv::before,
  .bodyclassName .p-shortname__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .access .p-acc__mv::before,
  .access .p-acc__mv::after {
    background-image: url(assets/images/sg__mainimg_lg.jpg);
  }

  .access .p-acc01__txt {
    margin-top: 5rem;
  }

  .access .p-acc02__btn {
    display: none;
  }

  .access .p-acc02__txt {
    margin-top: 5rem;
    text-align: center;
  }

  .access .p-acc03 {
    margin-right: 0;
    margin-left: 0;
  }

  .access .p-acc03__ttl {
    font-size: 2.4rem;
  }

  .access .p-acc04 {
    margin-right: 0;
    margin-left: 0;
  }

  .access .p-acc04__ttl {
    font-size: 2.4rem;
  }

  .bodyclassName .p-shortname__mv::before,
  .bodyclassName .p-shortname__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .notfound .fou__mv::before,
  .notfound .fou__mv::after {
    background-image: url(assets/images/ot__mainimg_lg.jpg);
  }

  .top-a {
    width: 100vw;
    height: 34.6154vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .u-tb {
    display: none;
  }

  .u-pc {
    display: block;
  }

  .u-pc-im {
    display: block !important;
  }

  .u-pc-inline {
    display: inline;
  }
}

@media only screen and (min-width: 1366px) {

  /* large-size */
  .l-full {
    margin-right: calc((100% - 1366px) / 2);
    margin-left: calc((100% - 1366px) / 2);
  }

  /* large-size min 1440px */
  .mv {
    width: auto;
    height: calc(100vh - 300px);
  }

  .top-a svg {
    left: 50vw;
    width: auto !important;
    height: calc(100vh - 300px);
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}

@media screen and (min-width: 950px) {
  .l-page {
    margin-right: calc((100% - 950px) / 2);
    margin-left: calc((100% - 950px) / 2);
  }

  .l-base {
    margin-right: calc((100% - 950px) / 2);
    margin-left: calc((100% - 950px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .l-short {
    margin-right: calc((100% - 768px) / 2);
    margin-left: calc((100% - 768px) / 2);
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 648px) {
  .l-xshort {
    margin-right: calc((100% - 768px - 120px) / 2);
    margin-left: calc((100% - 768px - 120px) / 2);
  }
}

@media (orientation: landscape) {
  .is-tablet .drawer__scroll-box {
    padding: 5rem calc((100% - 80rem) / 2);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .jrhighschool .p-jrh01__ulist__item:nth-of-type(2n) .p-jrh01__ulist__txtbox {
    padding-left: 8rem;
  }

  .jrhighschool .p-jrh01__ulist__item:nth-of-type(2n) .p-jrh01__ulist__comment {
    margin-right: auto;
    -webkit-transform: translateX(60%) translateY(-50%);
    transform: translateX(60%) translateY(-50%);
  }

  .principle .p-prin01__foot__sec01 .p-prin01__foot__item>img,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item-other>img,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item>p,
  .principle .p-prin01__foot__sec01 .p-prin01__foot__item-other>p {
    width: calc(50% - 2rem);
  }
}

/*# sourceMappingURL=style.css.map */