@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

#lead .lead-box{
	width: 100%;
	max-width: 900px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #D94B8A; 
	font-weight: bold; 
	color: #fff; 
	font-size: 1.8rem; 
	margin: 40px auto 0;
}
@media screen and (max-width: 767px){
	#lead .lead-box{
		font-size: 1.6rem;
		height: auto;
		padding: 10px;
		border-radius: 50px;
		text-align: center;
	}
}
#lead p{
	color: #333;
	font-size: 1.4rem;
	margin: 20px auto 0;
	max-width: 900px;
	text-align: justify;
}
@media screen and (min-width: 768px){
	#lead p{
		font-size: 1.6rem;
		text-align: center;
	}
}
#lead p.lead-ttl{
	font-weight: bold;
	color: #D94B8A;
	font-size: 1.8rem;
	margin: 40px auto 0;
	max-width: 900px;
	text-align: center;
}
@media screen and (min-width: 768px){
	#lead p.lead-ttl{
		font-size: 2.4rem;
		text-align: center;
	}
}
#schejule {
  padding: 50px 10px;
  background: #f1f1f1;
}
#schejule .inner {
  border-radius: 10px;
  background: #fff;
  padding: 40px 10px 10px;
}
@media screen and (min-width: 768px) {
  #schejule .inner p, #schejule .inner ul {
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
  }
}
#schejule .inner p li, #schejule .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
#schejule .inner p .detail, #schejule .inner p .map, #schejule .inner ul .detail, #schejule .inner ul .map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #schejule .inner p .detail, #schejule .inner p .map, #schejule .inner ul .detail, #schejule .inner ul .map {
    width: 50%;
  }
}
#schejule .inner p .detail iframe, #schejule .inner p .map iframe, #schejule .inner ul .detail iframe, #schejule .inner ul .map iframe {
  width: 100%;
  height: 300px;
}
#schejule .inner .day {
  font-size: 140%;
  font-weight: bold;
  color: #D94B8A;
}
#schejule h3{
	width: 100%;
	max-width: 900px;
	color: #D94B8A;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0 auto;
	border-bottom: 2px solid #D94B8A;
}
#schejule .time{
	font-size: 1.8rem;
}
#schejule .time span{
	margin-right: 10px;
	padding: 4px 10px;
	background: #D94B8A;
	color: #fdf455;
}
#schejule .area{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	#schejule .area{
		margin-bottom: 20px;
	}
}
#schejule .area span{
	display: inline-block;
	padding-right: 20px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px){
	#schejule .map{
		margin-top: 20px;
	}
}
#schejule .schejule-label{
	width: 56px;
	height: 32px;
	margin-bottom: 10px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #585858;
	color: #fff;
	font-weight: bold;
}
#merit .merit_ttl {
  text-align: center;
  font-size: 140%;
  margin-bottom: 20px;
  font-weight: bold;
}
#merit .merit_content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #merit .merit_content {
    width: 100%;
	max-width: 800px;
    margin: 0 auto;
  }
}
#merit li {
  font-size: 125%;
  margin-bottom: 5px;
}
#merit li h3{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #D94B8A;
}
#about .seminar_content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .seminar_content {
    width: 100%;
	max-width: 800px;
    margin: 0 auto;
  }
}
#about .seminar_content ul li{
	margin-bottom: 40px;
}
#about .seminar_content ul li h3{
	color: #D94B8A;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #D94B8A;
}
#about .seminar_content-flex{
	display: flex;
	gap: 20px;
	background: #fff;
	padding: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#about .seminar_content-flex{
		flex-direction: column;
		align-items: center;
	}
}
#about .seminar_content-flex img{
	width: 180px;
	max-height: 220px;
	object-fit: cover;
}
#about .seminar_content-flex dl dt{
	color: #D94B8A;
	font-weight: bold;
	font-size: 1.8rem;
}
#about .seminar_content-flex dl dt span.label{
	background: #D94B8A;
	width: 60px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
}
#about .seminar_content-flex dl dd{
	margin-left: 0;
	margin-top: 10px;
	text-align: justify;
}
#about .seminar_content-flex dl dd > ul li{
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 0;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
  #koushi .koushi_wrap .name {
    border-bottom: 1px solid #32506d;
  }
}
#koushi .flexbox {
  flex-wrap: nowrap;
  gap:20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #koushi .flexbox {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap :0;
  }
}
#koushi .koushi_wrap * {
  line-height: 2;
}
#koushi .text_wrap {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #koushi .text_wrap {
    width: 100%;
  }
}
#koushi .text_wrap ul li {
  margin-left: 1em;
  text-indent: -1em;
}
#koushi .text_wrap p {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
#koushi .photo_wrap {
  width: 30%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
	#koushi .photo_wrap {
		width: 100%;
		max-width: 800px;
	}
}
#koushi .photo_wrap img {
  width: 100%;
  max-width: 250px;
}
#program .box{
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width: 767px) {
	#program .box{
		width: 100%;
		max-width: 800px;
	}
}
#program ul li{
	display: flex;
	gap:20px;
	flex-wrap: wrap;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	#program ul li {
		gap: 8px;
		flex-direction: column;
	}
}
#program ul li:last-child{
	border-bottom: 1px solid #ccc;
}
#program ul li .program-time{
	color: #D94B8A;
}
#program h3{
	background: #D94B8A;
	padding: 8px 10px;
	color: #fff;
	line-height:1;
}
@media screen and (max-width: 767px){
	#program h3{
		line-height: 1.4;
		font-size: 1.6rem;
	}
}
#logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  /* color: #fff;*/
  font-size: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#logo .inner {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #logo .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #logo .inner {
    width: calc(100% - 60px);
    margin: 0;
  }
}
#logo .inner img {
  max-width: 90%;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
	#logo .inner img {
		max-height: 40px;
	}
}
.pink {
  color: #C33C3B;
}
h2.pink {
  text-align: center;
}
.upday {
  color: #32506d;
  font-size: 1.2rem;
  border: 1px solid #32506d;
  padding: 0.5rem;
  border-radius: 1rem;
}
.upday.sp_only {
  background: #32506d;
  border-radius: 0;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
body {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 0;
  min-height: 100vh;
  grid-template-areas: "logo "
    "header "
    "Visual"
    "main"
    "footer";
}
@media screen and (max-width: 767px) {
  body {
    grid-m-platform-areas: "logo"
      "header"
      "Visual"
      "main"
      "footer";
  }
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 1.5rem;
}
p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}
.pc_menu {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pc_menu {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .pc_menu {
    max-width: 1000px;
  }
}
.pc_menu > li {
  text-align: center;
  width: calc(100% / 5);
  position: relative;
}
.pc_menu > li:after {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  position: absolute;
  content: "";
  border-left: 2px solid #ffefef;
  border-bottom: 2px solid #ffefef;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pc_menu > li > a {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
#info .infoBlock {
  width: 100%;
}
#info .infoBlock h4 {
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}
#info .infoBlock h4:before {
  content: "";
  background: #32506d;
  width: 7px;
  height: 2rem;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
#info .infoBlock ul {
  background: #f7f7f7;
  overflow: auto;
  max-height: 250px;
  padding: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  #info .infoBlock ul {
    padding: 20px;
  }
}
#info .infoBlock ul .info-data, #info .infoBlock ul .info-title {
  display: block;
}
#info .infoBlock ul .info-title {
  color: #000;
}
#info .infoBlock li {
  margin-bottom: 1.5rem;
}
#step .box {
  padding-left: 70px;
}
#step .box h3 {
  position: relative;
  background: #0091a3;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-top: 0;
}
#step .box h3:before {
  content: "";
  position: absolute;
  left: -70px;
  background: url(../img/step_01.png) no-repeat;
  height: 60px;
  width: 60px;
  background-size: contain;
  top: 0;
}
#step .box .address {
  margin-top: 20px;
  border: #32506d 2px solid;
  padding: 1rem;
  max-width: 600px;
}
#step .box.step2 h3:before {
  background: url(../img/step-02.png) no-repeat;
  background-size: contain;
}
#step .box.step3 h3:before {
  background: url(../img/step-03.png) no-repeat;
  background-size: contain;
}
#step .box.step4 h3:before {
  background: url(../img/step-04.png) no-repeat;
  background-size: contain;
}
#step .box.step5 h3:before {
  background: url(../img/step-05.png) no-repeat;
  background-size: contain;
}
#step .box:not(:last-of-type) article {
  position: relative;
  padding-bottom: 40px;
}
#step .box:not(:last-of-type) article:before {
  content: "";
  position: absolute;
  left: -45px;
  background: url(../img/dot.png) repeat-y;
  height: 100%;
  width: 9px;
  top: 0;
}
.mustitems {
  padding: 0;
  padding-left: 1rem;
}
.mustitems * {
  line-height: 1.8;
}
.mustitems li > div {
  padding: 1rem;
  background: #edf6fa;
  margin-left: 1rem;
}
.mustitems li > span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.mustitems li {
  color: #32506d;
  margin-bottom: 20px;
}
.dl_flex {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .dl_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dl_flex dt {
    text-align: center;
  }
  .dl_flex dt span {
    width: 200px;
  }
}
.dl_flex dt span {
  border-radius: 4px;
  padding: 0.5rem;
  display: block;
  background: #32506d;
  color: #fff;
}
.dl_flex dd {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .dl_flex dd {
    margin: 0;
  }
}
.dl_flex dd ol {
  padding: 0;
  margin: 0;
}
.dl_flex dd ol li {
  margin-bottom: 1rem;
}
#qa .new_icon {
  display: inline-block;
  background: orangered;
  color: #fff;
  padding: 0 0.5rem;
  font-size: 1.2rem;
}
#qa h3 {
  font-size: 1.8rem;
  padding-left: 2rem;
  position: relative;
}
#qa h3:before {
  content: "";
  background: #32506d;
  width: 7px;
  height: 2rem;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
#qa .qaBtn {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #32506d;
  color: #32506d;
  border-radius: 0.5rem;
  position: relative;
  background: #fff;
  padding-right: 3rem;
}
#qa .qaBtn:before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/dl.png) no-repeat center center;
  background-size: contain;
  right: 1rem;
  margin: auto;
  top: 0;
  bottom: 0;
}
#qa .qaBtn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #32506d;
  content: "";
  z-index: -1;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 0.5rem;
  top: 5px;
}
#merit .box {
  background: #f1f1f1;
  padding: 2rem;
  margin-bottom: 10px;
}
#about .box {
  background: #f1f1f1;
  padding: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	#about .box {
	  padding: 2rem 0;
	}
}
#contact .box {
  background: #f7f7f7;
  padding: 2rem;
}
@media screen and (max-width: 767px){
	#contact .box {
	  padding: 2rem 1rem;
	}
}
#contact .telnumber {
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #D94B8A;
}
.phone {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  padding: 1rem;
}
.mail {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  padding: 1rem;
}
.formBtn {
  text-align: center;
}
.formBtn a {
  display: inline-block;
  text-align: center;
  background: #32506d;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 300px;
  max-width: 100%;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  max-width: 1000px;
}
.gtk_form textarea {
  font-size: 1.6rem;
}
.gtk_form dt.mfp {
  border: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding-left: 10px !important;
  font-size: 1.6rem !important;
  /* width: 30%!important; */
  padding-bottom: 20px !important;
  text-align: left !important;
}
.gtk_form input {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 2px 5px;
  line-height: 2 !important;
  font-size: 1.6rem !important;
  margin: 5px 5px !important;
}
.gtk_form select {
  font-size: 1.6rem !important;
}
.gtk_form input[type="text"] {
  max-width: 60% !important;
}
@media screen and (max-width: 678px) {
  .gtk_form input[type="text"] {
    max-width: calc(100% - 10px) !important;
  }
}
.gtk_form label {
  font-size: 1.6rem;
}
.gtk_form dd.mfp > div {
  max-width: 100%;
}
.gtk_form div.mfp_ok {
  width: 30px;
  min-width: 25px;
}
.gtk_form ._wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .gtk_form .mfp_buttons button {
    font-size: 1.4rem;
  }
}
.gtk_form .flexbox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsukushi {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.time_schejule {
  padding: 5px 10px;
  color: #fff;
  background: #32506d;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.time_schejule span {
  font-size: 1.4em;
}
.location {
  padding: 5px 10px;
  color: #fff;
  background: #32506d;
  width: 300px;
  display: inline-block;
  margin-bottom: 10px;
}
.location span {
  font-size: 1.4em;
}
.ended_info {
  border: 2px solid red;
  color: red;
  line-height: 2;
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  .ended_info {
    font-size: 2rem;
  }
}
@-webkit-keyframes tooltipShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes tooltipShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.acd_container {
  background: #f7f7f7;
}
.acd_list {
  margin-bottom: 40px;
  background: #f7f7f7;
}
.acd_list * {
  line-height: 1.7;
}
.acd_list dt, .acd_list dd {
  padding: 1rem 2rem;
}
.acd_list dt span, .acd_list dd span {
  color: #32506d;
}
.acd_list dt {
  border-top: 2px solid #fff;
  margin-bottom: 1rem;
}
.acd_list dd {
  padding: 1rem;
  background: #fff;
  border: 2px solid #32506d;
  margin: 0 auto 20px;
  width: calc(100% - 4rem);
  position: relative;
}
.acd_list dd {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: tooltipShow 0.3s linear 0s;
  animation: tooltipShow 0.3s linear 0s;
  display: block;
  position: relative;
}
.acd_list dd.closed {
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 0;
}
.seminar_announce {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 2em 0 0 0;
  font-weight: bold;
  color: #e95987;
  background: #fdeff4;
  border: solid 2px #e95987;
  border-radius: 5px;
}
.btn_form {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #D94B8A;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
	.btn_form{
		width: 100%;
		max-width: 350px;
	}
}
.btn_form_kigyo {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #3891a7;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
.btn_form_kojin {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #71a738;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
.btn_leaf {
  width: 350px;
  max-width: 100%;
  padding: 20px;
  display: inline-block;
  background: #F5E663;
  border-radius: 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
	.btn_form_kigyo,.btn_form_kojin ,.btn_leaf{
		width: 100%;
		max-width: 350px;
	}
}
#cv{
	padding-top: 40px;
}
#cv ul {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  #cv ul {
    flex-direction: column;
  }
  #cv li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #leaflet li {
    width: 100%;
    margin-bottom: 20px;
  }
}