@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

/* 共通スタイル-- */

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #212121;
  height: 100%;
  margin: 0;
  background: #fff;
}

h1 span {
    font-size: 2rem;
}

h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #212121;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#contents-wrap {
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
}
.title-wrap {
  background: url("../images/image.webp");
  background-size: cover;
  background-position: center;
  padding: 8%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #212121;
}
.title-sub {
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  left: 40%;
  top:0;
}
.title-sub figure {
  width: 80%;
  cursor: pointer;
}
.label {
  background: #3399cc;
  padding: 3px;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  width: 20%;
  border-radius: 50px;
  /*! margin-inline-start: 8rem; */
  text-align: center;
  margin: 1rem auto 1rem 40%;
	
}
.title-main {
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
  font-family: "Noto Serif JP", serif;
  margin: 3rem 0 0 0;
  letter-spacing: -3px;
}
.title-main .white{
	padding:0 5% 5rem 5%;
}
.title-main .color {
  color: #cc0066;
  font-size:2rem;
}
.s-blacktxt {
  font-size: 1.4rem;
 /* display: flex;*/
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-weight: bold;
  color: #000;
  margin: 1rem auto;
}
/*.s-blacktxt:before,
.s-blacktxt:after {
  border-top: 1px solid;
  content: "";
  width: 2em;*/ /* 線の長さ */
/*}
.s-blacktxt:before {
  margin-right: 1em; *//* 文字の右隣 */
/*}
.s-blacktxt:after {
  margin-left: 1em; *//* 文字の左隣 */
/*}*/
.title-date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin: 1rem auto;
  /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
.white{
	background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
}
.title-date .white{
padding:0.8rem 0% 0% 0%; 
}
.title-date .large {
  font-size: 2.5rem;
/*  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
.title-date .tume{
	letter-spacing:-0.08em;
}
/* btn  */
.btn-wrap {
  text-align: center;
  margin: 1.5rem auto 0.2rem 1rem;
}
.btn-wrap p.deadline {
  margin: 20px 0 0;
  color: #212121;
}
.btn-animation-02 {
  display: inline-block;
  width: 30%;
  text-align: center;
  background-color: #fff;
  border: 2px solid #3399cc;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
/*margin:0 auto;*/
}
.title-wrap .btn-animation-02 {
  width: 30%;
}
.btn-animation-02 a {
  color: #fff;
  display: block;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 20px;
  letter-spacing: 0.2rem;
}
.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #3399cc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff;
  color: #3399cc;
}
.btn-animation-02:hover,
.btn-animation-02 a:hover {
  color: #3399cc;
  box-shadow: none;
}
.btn-close {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  text-align: center;
  background-color: #ccc;
  font-size: 1rem;
  color: #fff;
  border-radius: 4px;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  width:35%;
}
.instructor-wrap .btn-wrap p.deadline {
  color: #a32f57;
}
.mt30 {
  margin-top: 30px;
}

/* main */

#main-contents {
  width: 100%;
  margin: 0 auto;
}
.greeting-wrap {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 40px;
}
.greeting-text {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom:0.5rem;
}
.border {
  width: 85%;
  margin: 0 auto;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #a32f57 0 20%, #e3ccd4 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
.about-wrap {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 40px;
}
.about-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}
.about-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: #fff;
  text-align: center;
  background-color: #212121;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.about-list dd {
  width: 85%;
  padding: 6px 18px;
  border-top: 1px solid #fff;
  background: #f3f4f5;
  color: #121212;
}
.instructor-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.instructor-wrap h2 {
  color: #212121;
  padding: 30px 0 0 0;
  width: 85%;
  margin: 0 auto;
}
.instructor-intro {
  padding: 20px 0;
  position: relative;
}
.instructor-intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  z-index: -1;
  margin: 0 auto;
}
.intro-title {
  max-width: 1000px;
  margin: 1rem auto;
}
.instructor-intro h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  max-width: 1000px;
  width: 40%;
  margin: 20px auto;
  padding: 3px 0;
  text-align: center;
  background: #a32f57;
  border-radius: 20px;
}

/*---アコーディオン下部---*/
.acboxB {
  width: 100%;
  font-size: 0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 1rem 0;
}
.acboxB label {
  width: 25%;
  font-size: 0.8rem;
  background: #686868;
  position: relative;
  display: block;
  padding: 4px 12px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.1rem;
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
  border-radius: 3px;
}
.acboxB label:hover {
  background-color: #a32f57;
  color: #fff;
  box-shadow: none;
}
.acboxB input {
  display: none;
}
.acboxB label:after {
  color: #fff;
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.acboxB input:checked ~ label::after {
  content: "▲";
}
.acboxB div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s; /* 開閉スピードの設定 */
}
.acboxB input:checked ~ div {
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
  border: 1px solid #a32f57;
}
.acboxB input:checked ~ label {
  background: #a32f57; /* クリック後のラベルの背景色 */
  box-shadow: none;
  border-radius: 3px 3px 0 0;
}
.acboxB-under {
  font-size: 0.875rem; /* 開いた部分の文字サイズ */
  color: #212121; /* 開いた部分の文字色 */
  box-shadow: none;
}

.acboxB.top {
  width: 100%;
  margin: 0.4rem 0 0.8rem;
}

.instructor-wrap img {
  max-width: 150px;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 0 #747474;
  border: 1px solid #dbdbdb;
}

.instructor-box {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 0 0 10px; */
  flex-wrap: wrap;
  color: #121212;
}
.instructor-list {
  background-color: #f3f4f5;
  margin: 0 10px 10px 0;
  padding: 15px;
  max-width: 480px;
  width: 100%;
  border: 1px solid #ccc;
}

.instructor-list.mr0 {
  margin-right: 0;
}
.instructor-list.one-space02 {
  max-width: 1000px;
  width: 100%;
  margin: 6px auto;
}
.instructor-list.one-space02 li {
  margin-right: 0px;
}
.instructor-list .position {
  line-height: 1.4;
}
.position span {
  font-weight: normal;
  font-size: 0.8rem;
}
.name {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.position li:nth-child(odd) {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
.position li:nth-child(even) {
  font-size: 0.8rem;
}
.explanation {
  display: flex;
  justify-content: flex-start;
}
.explanation li:first-child {
  margin-right: 20px;
  width: 12%;
}
.explanation li:nth-child(2) {
  width: 100%;
}
.explanation li figure {
  width: 100%;
}
.explanation li p {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
}
.explanation-small {
  display: flex;
  justify-content: flex-start;
}
.explanation-small li:first-child {
  width: 30%;
  margin-right: 16px;
}
.explanation-small li:nth-child(2) {
  width: 100%;
}
.explanation-small li figure {
  width: 100%;
}
.explanation-small li p {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
}
.program-wrap {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 30px;
}
.program-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
}
.program-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #a32f57;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.program-list dt.tetsukon {
  background: #212121;
}
.tetsukon.kityou {
  color: #fff;
}
.program-list dd {
  width: 85%;
  padding: 10px 10px;
  line-height: 1.2rem;
  background: #f3f4f5;
  color: #121212;
  border: 1px solid #fff;
}
.program-list dd span {
  font-size: 0.8rem;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #a32f57;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer-wrap {
  width: 100%;
  background-color: #212121;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 20px 20px 0 20px;
}
.ft-name {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
}
.ft-notes {
  margin: 20px 0;
}
.ft-notes a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ft-notes a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.ft-notes a:hover:before {
  transform: scale(1);
}
.attention {
  font-size: 0.75rem;
  padding: 10px 0;
  text-align: right;
}
@media screen and (min-width:1500px){
.title-wrap {
  padding: 5rem 5rem 20% 5rem;	
}
}
@media screen and (max-width:1500px){
.title-wrap {
  padding: 5rem 5rem 10rem 5rem;
}
}
@media screen and (max-width: 1050px) {
	h1 .title-main{
	font-size:0.5rem;
	}
  .title-sub p.label span {
    font-size: 0.875rem;
  }
  .title-sub p.text {
    font-size: 1.25rem;
  }
	.instructor-box {
    display: block;
    padding: 0 5px;
    color: #121212;
  }
  .instructor-list.mr0 {
    margin-right: auto;
  }
  .instructor-list {
    margin: 30px auto 0;
    max-width: 100%;
  }
  .pc_br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .title-date {
    margin: 0 auto;
  }
.title-sub figure {
    width: 80%;
    margin: 0.5rem 0rem;
}
  .btn-animation-02 {
    width: 72%;
  }
  .instructor-intro h3 {
    width: 60%;
    font-size: 1.2rem;
  }
  .footer-wrap {
    font-size: 0.7rem;
  }
  .ft-name {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .attention {
    text-align: left;
  }
  .program-list {
    font-size: 0.8rem;
  }
  .program-list dt {
    width: 28%;
  }
  .program-list dd {
    width: 72%;
    word-break: break-all;
  }
  .program-list dt.pt12p {
    padding-top: 4%;
  }
  .program-list dt.pt9p {
    padding-top: 4%;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 854px) {
  h1.title-main{
    font-size:1.2rem;
  }
.title-wrap {
	padding:3rem 3rem 5rem 3rem;
	}
	.title-main .color {
		font-size:1.2rem;
	}
  h1 span {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  .title-sub figure {
    width: 45%;
    margin: 0rem -2rem;
  }
	.title-sub{
		margin-right:-6rem;
	}
  .title-main {
    font-size: 1.2rem;
    margin: auto 1rem;
    /*text-align: center;*/
    line-height: 1.2;
  }
	.title-main .white{
		padding:0% 2% 3rem 2%;
	}
  .title-wrap {
    background: url(../images/image.webp) no-repeat;
    background-size: 102%;
    background-position: top;
    border: none;
  }
  .label {
    width: 20%;
    padding: 2px;
    font-size: 0.8rem;
    margin: 10px auto;
  }
  .s-blacktxt {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    /*justify-content: left;*/
    margin: 5px auto;
    padding-left: 1rem;
  }
  /*.s-blacktxt:before,
  .s-blacktxt:after {
    border-top: 1px solid;
    content: "";
    width: 1em; *//* 線の長さ */
/*  }
  .s-blacktxt:before {
    margin-right: 1em; *//* 文字の右隣 */
/*  }
  .s-blacktxt:after {
    margin-left: 1em;*/ /* 文字の左隣 */
/*  }*/
  .title-date {
    margin: 0;
	  font-size:0.8rem;
  }
  .title-date .large {
    font-size: 2rem;
  }
.title-wrap .btn-animation-02 {
	width: 35%;
	font-size:0.8rem;
	}
  .btn-animation-02.titlebtn {
    display: inline-block;
    margin: 0 auto;
  }
 .titlebtn span {
    margin: 0 auto;
	 width:100%;
  }
	.instructor-list .position {
    font-size: 0.8rem;
  }
  .instructor-intro h4 {
    text-align: center;
    font-size: 1.4rem;
  }
  .instructor-list h5 {
    font-size: 1.1rem;
    text-align: left;
  }
  .explanation-small li:first-child {
    width: 20%;
  }
  .explanation li:first-child {
    width: 20%;
  }
  .greeting-wrap,
  .about-wrap,
  .about-wrap2,
  .program-wrap {
    padding: 0 15px;
    line-height: 1.2;
  }
  .acboxT label {
    width: 18%;
  }
  .acboxB label {
    width: 30%;
  }
  .acbox label {
    width: 17%;
  }
}
@media screen and (max-width: 730px) {
  .title-wrap .btn-animation-02 span{
    width: 100%;
	font-size:1rem;
	  margin:0 auto;
	  padding:0.3rem;
  }	
.title-main{
		font-size:1.5rem;
	}
h1 .title-main{
		font-size:1.5rem;
	}
	.color{
		font-size:1.5rem;
	}
	.title-main .white{
		padding:0 2% 3rem 2%; 
	}
	.label{
		margin-top:5%;
	}
	.title-date{
		font-size:1rem;
		margin-top:5%;
	}
	.title-date .large{
		font-size:1.5rem;
	}
}
@media screen and (max-width: 590px) {
   h1.title-main{
    font-size:1.2rem;
  }
  .title-wrap {
    background: url(../images/sp_main.webp);
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
  }

  .title-sub {
    display: inline-block;
    justify-content: center;
    margin: 0;
    right: 0;
    top: 0.5rem;
  }

  .title-sub figure {
    width: 45%;
    float: none;
    margin: 0;
  }
  .title-main{
    /* text-align: center; */
    font-size: 1rem;
	margin:2.5rem auto auto 0;
	padding-bottom:1rem;
  }

	.title-main .color{
		font-size:2rem;
	}
	.title-main .white{
		padding:1rem 1rem 5rem 1rem;
	}
  .title-date {
	  margin-top:0.5rem;
    padding-top: 0.5rem;
    text-align: center;
  }
  .label {
    width: 40%;
	  font-size:1.3rem;
	margin:18rem auto 0 auto;
  }

  .title-wrap .btn-animation-02 {
    width: 80%;
  }
  .s-blacktxt {
    /*margin: 4px 0 0 0;
    justify-content: center;*/
    margin:-0.5rem auto 0rem auto;
  }
  .title-wrap .btn-animation-02 {
    margin: 0 auto;
  }
  .btn-wrap {
	  margin-top:0.5rem;
    padding-top: 0.5rem;
  }
  .btn-close {
    width: 90%;
    margin: 0 auto;
  }
  .explanation {
    display: block;
    justify-content: center;
    margin-bottom: 155px;
  }

  .explanation-small li:first-child {
    width: 45%;
  }
  .explanation li:first-child {
    width: 40%;
    margin: 0 auto;
  }

  .instructor-wrap img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
  }

  .instructor-list.one-space img {
    margin: 0 auto 1rem;
  }

  .acboxT label {
    width: 36%;
  }
  .acboxB label {
    width: 100%;
    margin: 0 auto;
    font-size: 0.8rem;
  }
  .acboxB-under {
    width: 100%;
    margin: 0 auto;
  }
  .acbox label {
    width: 32%;
  }
}

@media screen and (max-width:414px){
.title-main {
    font-size: 1rem !important;
    line-height: 1.2;
    color: #000;
    font-family: "Noto Serif JP", serif;
    margin: 3rem 0 0 0;
    letter-spacing: 0;
}

.title-main .color {
    font-size: 1.5rem !important;
}
}

@media screen and (max-width: 320px) {
  .s-blacktxt {
    margin-bottom: 165px;
  }
.title-main{
	width:95%;
	padding:0.5rem;
}
.title-main .white{
	background-color:none;
	}
.title-main .color{
font-size:1.3rem;	
}
h1.title-main{
font-size:1.3rem;	
}
.title-sub figure img{
padding:0 0 5rem 0;
}
.title-wrap{
	background-size:98%;
	padding:2rem 0 0 0;
	}
  /*.label {
    margin-bottom: 8px;
  }*/
}
@media screen and (min-width: 852px) and (max-width: 1200px) {
  .title-wrap {
    background: url(../images/image.webp) no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
	  padding:4rem;
    color: #fff;
  }
	.title-sub{
	width:25%;
	right:-5rem;
	}
  .title-sub figure {
    width: 55%;
  }
  .title-main {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-top: 1rem;
	  margin: 1rem;
  }
	.title-main span{
		font-size:1.5rem;
	}
	.title-main .color {
		font-size:2rem;
	}
	.title-main .white{
	padding:0.5rem 2% 5rem 2%;
}
	.s-blacktxt{
		font-size:1rem;
	}
  .title-date {
    margin: 0.5rem auto;
  }
  .title-date .large {
    font-size: 1.7rem;
  }
  .title-wrap .btn-animation-02 {
    margin-top: 8px;
  }
  .label {
    width: 15%;
    margin: 0 auto;
    font-size: 1rem;
  }
  .s-blacktxt {
    margin: 0.5rem auto;
  }
  .btn-wrap {
    margin: 0.4rem auto;
  }
  .explanation-small li figure {
    width: 97%;
  }
  .explanation-small li:first-child {
    width: 12%;
  }
  .acbox label {
    width: 11%;
  }
}

@media screen and (min-width: 1040px) {
  .explanation-small li:first-child {
    width: 30%;
  }
  .acbox label {
    width: 23%;
  }
	/*.title-main .white{
	padding:0% 0% 8% 0%;
}*/
}
@media screen and (min-width: 420px) {
  .sp_br {
    display: none;
  }

}
