@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #591A6B;
}
a:hover {
  opacity: 0.8;
}
table caption {
  display: none;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 3em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* フォームの初期化を追加 */
/* テキスト */
input[type="text"], input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}
select::-ms-expand {
  display: none;
}
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input[type="text"], input[type="email"], input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  outline: none;
}
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  outline: none;
}
input[type="submit"]::-moz-foucus-inner, input[type="reset"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
  -webkit-box-sizing: border-box;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: .5em .6em;
  vertical-align: middle;
}
/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #333;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  background-image: url("../img/common/bg01.png"), url("../img/common/bg02.png"), url("../img/common/bg.jpg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 1000px right, top 3000px left, top left;
}
@media (max-width: 1280px) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
    background-size: 50%, 50%, auto;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
.wrapper {
  overflow: hidden;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.mincyo {
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.pcOnly {
  display: block;
}
.ls1em {
  letter-spacing: 1em;
}
a[href$=".xlsx"]::before {
  font: var(--fa-font-regular);
  content: "\f1c3";
  color: #0D6E38;
  margin-right: 3px;
}
a[href$=".pdf"]::before {
  font: var(--fa-font-regular);
  content: "\f1c1";
  color: #E04545;
  margin-right: 3px;
}
a[href$=".docx"]::before {
  font: var(--fa-font-regular);
  content: "\f1c2";
  color: #1F64C2;
  margin-right: 3px;
}
.detailUpfile {
  margin-top: 1em;
}
.detailUpfile a {
  text-decoration: none;
  background: #F1F1F1;
  padding: 10px 15px;
  border-radius: 5px;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .detailUpfile a {
    display: block;
  }
}

/* ==========================================================================
  header
  ========================================================================== */
.header__inner {
  padding: 20px 25px;
  display: flex;
  gap: 0 55px;
  align-items: center;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.header__inner > .header__logo {
  margin-right: auto;
}
header svg path {
  /*fill: #333;*/
}
body.home header svg path {
  fill: #FFF!important;
}
.header__list {
  display: flex;
  gap: 0 30px;
  font-weight: 500;
  font-size: 1.6rem;
}
.header__list a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
body.home .header__list a {
  color: #FFF;
}
.header__contact {
  text-align: right;
}
.header__contact a {
  color: #823F94;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background: #FFF;
  padding: 12px 35px;
  font-size: 1.6rem;
}
.header__contact p:last-child {
  font-size: 1.4rem;
  margin-top: 5px;
}
.header__contact i {
  font-size: 1.9rem;
  margin-right: 5px;
}
/*ハンバーガーメニューボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 52px;
  height: 52px;
  cursor: pointer;
  text-align: center;
  background: #333;
  border-radius: 50px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 23px;
  height  : 2px ;
  left    : 15px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 33px;
}
.hamburger.active span:nth-child(1) {
  top : 25px;
  left: 15px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 25px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/* メニュー背景*/
#navigation {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #FFF;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
  height: 100vh;
  font-size: 2.1rem;
}
#navigation.active {
  opacity: 100;
  display: block;
}
/*.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  padding-top: 60px;
  background-color: #FFF;
  transition: 0.4s;
  font-size: 2.1rem;
}
.header__nav-area.-active {
  right: 0;
  visibility: visible;
}*/
.global-navigation {
  padding: 30px 25px;
  text-align: center;
}
.global-navigation__list {
  margin: 40px 0 20px;
}
.global-navigation__link {
  display: block;
  color: inherit;
  transition: color 0.4s;
  text-decoration: none;
  padding: 15px;
  text-align: center;
}
.btn_contact {
  background: #333;
  color: #FFF;
  display: block;
  text-decoration: none;
  padding: 13px 25px;
}
@media screen and (max-width: 1280px) {
  .header__inner {
    gap: 0 30px;
  }
  .header__list {
    gap: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav,
  .header__contact {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 20px 15px;
  }
  .header__inner > .header__logo {
    width: 270px;
  }
  .header__contact {
    display: none;
  }
}
/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  margin-top: 120px;
  background: #333;
}
.footer small {
  color: #FFF;
  display: block;
  padding: 5px 25px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#page-top a {
  display: block;
  width: 52px;
  height: 52px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:1.4rem;
  transition:all 0.3s;
  position: relative;
}

#page-top a::before {
  content: "TOP";
  width: 52px;
  height: 52px;
  border-radius: 50px;
  background:#525252;
  display: flex;
  justify-content:center;
  align-items:center;
}

#page-top a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 22px;
  color: #FFF;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(25%) rotate(-45deg);
}
/* リンクを右下に固定 */
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/* 上に上がる動き */
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* 下に下がる動き */
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {
.footer {
  margin-top: 30px;
  }
}
/* ==========================================================================
  main
  ========================================================================== */
.contents {
  max-width: 1270px;
  margin: 70px auto 0;
  padding: 0 25px;
}
/*body.home .contents {
  margin: 70px auto 0;
}*/
.pageBox {
  background: #FFF;
  border-radius: 20px;
  padding: 30px 40px;
  line-height: 2.4;
}
#detail {
  margin-bottom: 5em;
}
body.home .contents > section,
body.home .contents > div {
  margin-top: 150px;
}
body.home .contents > section:first-child,
body.home .contents > div:first-child {
  margin-top: 0;
}
.section__tit01 {
  position: relative;
  font-size: 3.0rem;
  padding:1.9em 0 1em;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
.section__tit01::before {
  content: "";
  background: url("../img/common/h2_01.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 39px;
}
.section__tit01::after {
  content: attr(title);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #823F94;
  font-size: 2.0rem;
  font-weight: 400;
}
.section__tit02 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 568px) {
  .contents {
    margin: 0 auto;
    padding: 0 15px;
  }
  body.home .contents {
    margin: 50px auto 0;
  }
  .pageBox {
    padding: 25px 15px 50px;
  }
  .section__tit01 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .section__tit01::after {
    font-size: 1.6rem;
  }
  .section__tit02 {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
  home
  ========================================================================== */
.mainimg {
  position: relative;
  background: url("../img/home/mainimg.jpg") no-repeat center center / cover;
  height: 100vh;
}
.mainimg .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.7rem;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  color: #FFF;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.infoBox {
  background: #FFF;
  padding: 50px;
  border-radius: 10px;
}
body.home .infoBox {
  margin: 40px auto 0;
  max-width: 1000px;
}
body.home .infoBox ul {
  margin-bottom: 3em;
}
.infoBox li {
  display: flex;
  border-bottom: 1px dotted #9B9B9B;
  padding: 10px 0;
}
.infoBox li .date {
  width: 10em;
  color: #666;
}
.infoBox li .tit {
  width: calc(100% - 10em);
}
.infoBox li .tit a {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
  padding-right: 2em;
}
.infoBox li .tit a::after {
  font: var(--fa-font-solid);
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0;
  color: #823F94;
  transform: translateY(-50%);
}
.newMark {
  color: #FF0000;
  font-size: 85%;
}
.btn_basic {
  background: #823F94;
  color: #FFF;
  padding: 5px 30px;
  text-decoration: none;
  display: inline-block;
}
.section__about {
  font-size: 110%;
  line-height: 2.4;
  max-width: 870px;
  margin: 100px auto;
}
.section__class {
  line-height: 2.0;
}
.section__class > p,
.section__contact > p {
  text-align: center;
}
.classList {
  margin: 50px auto 0;
  max-width: 1000px;
}
.classList li {
  background: #FFF;
  border-radius: 10px;
  padding: 50px 60px;
  display: flex;
  gap: 20px 30px;
  line-height: 1.6;
}
.classList li + li {
  margin-top: 35px;
}
.classList li > div,
.classList li > figure {
  width: calc((100% - 30px ) / 2);
}
.classList h4 {
  font-size: 115%;
  margin-bottom: 10px;
}
.classList table {
  font-size: 90%;
}
.classList table th,
.classList table td {
  padding: 5px;
}
.classList table th {
  color: #823F94;
  text-align: right;
  padding-right: 1em;
  white-space: nowrap;
}
.clubList {
  display: flex;
  gap: 25px 40px;
  list-style: none;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.clubList li {
  background: #FFF;
  width: calc( (100% - 40px * 2) / 3 );
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}
.clubList li::before {
  font: var(--fa-font-solid);
  content: "\f024";
  color: #823F94;
  margin-right: 3px;
}
ul.projectList {
  display: flex;
  gap: 20px 35px;
  justify-content: center;
  flex-wrap: wrap;
}
ul.projectList li {
  background: #FFF;
  width: calc((100% - 35px) / 2 );
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}
ul.projectList li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
ul.projectList li a[href$=".pdf"]::before {
  font: var(--fa-font-regular);
  content: "\f1c1";
  color: #E04545;
  margin-right: 3px;
}
.section__link ul {
  display: flex;
  gap: 20px 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.section__link ul li {
  width: calc((100% - 35px * 2) / 3 );
}
.contactBox {
  margin: 40px auto 0;
  max-width: 1000px;
  background: #FFF;
  padding: 50px;
  border-radius: 10px;
}
.contactBox input[type="text"],
.contactBox input[type="email"],
.contactBox input[type="tel"] {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .classList li {
    padding: 40px 50px;
  }
  .clubList li {
    width: calc( (100% - 40px) / 2 );
  }
}
@media screen and (max-width: 768px) {
  .mainimg .copy {
    font-size: 5vw;
  }
  .clubList {
    gap: 15px;
  }
  .clubList li {
    width: 100%;
  }
  ul.projectList li {
    width: 100%;
  }
  .section__link ul li {
    width: calc((100% - 35px) / 2 );
  }
}
@media screen and (max-width: 568px) {
  .mainimg .copy {
    font-size: 6vw;
  }
  body.home .contents > section,
  body.home .contents > div {
      margin-top: 80px;
  }
  .infoBox {
    padding: 20px 15px;
  }
  .infoBox li {
    flex-wrap: wrap;
  }
  .infoBox li .date,
  .infoBox li .tit {
    width: 100%;
  }
  .classList li {
    flex-direction: column;
    padding: 20px 30px;
  }
  .classList li > div, .classList li > figure {
    width: 100%;
  }
  .section__link ul li {
    width: 100%;
  }
  .contactBox {
    padding: 20px 30px;
  }
}

/* ==========================================================================
  maiformpro
  ========================================================================== */
.mfp_rows {
  display: flex;
  gap: 5px 10px;
}

@media screen and (max-width: 768px) {
  .mfp_rows {
    flex-direction: column;
  }
}

/* ==========================================================================
  common style
  ========================================================================== */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mb20 { margin-bottom: 20px; }
.taR {
  text-align: right;
}
.fsL { font-size: 150%; }
.fsLL { font-size: 160%; }

.wMax { width: 100%; }