@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 80.0%;
}
body {
  color:#333;
  font-family: "M Plus 1", "Roboto", sans-serif;
  line-height:20px;
}
a{
  color:#000;
}
a:link,
a:visited,
a:hover,
a:active{
  text-decoration:none; 
}
.pc{
  display:block !important;
}
.sp{
  display:none !important;
}
.annotation{
  color:#f00;
  font-size:1.4rem;
}
.blue{
  color:#00F!important;
}
.red{
  color:#F00!important;
}
.purple{
  color:#af8ed0!important;
}
.orange{
  color:#ff9300;
}
.black{
  color:#000;
}
.left{
  text-align:left!important;
}
.right{
  text-align:right!important;
}
.top25{
  margin-top:25px!important;
}
.top100{
  margin-top:100px!important;
}
.top50{
  margin-top:50px!important;
}
.bottom25{
  margin-bottom:25px!important;
}
.bottom50{
  margin-bottom:50px!important;
}
#top-img{
  margin:210px 0 0;
  width:100%;
}
.img90 img{
  width:90%;
}
.img80 img{
  width:80%;
  margin:0 auto;
}
.img50 img{
  width:50%;
  margin:0 auto;
}
.clear{
  clear:both;
}
.width70{
  width:70%;
  margin:auto;
}
.width80{
  width:80%;
  margin:auto;
}
.width90{
  width:90%;
  margin:auto;
}
.under-line h3{
  margin:0 5% 0;
  display:inline-block;
  border-bottom:2px #b1e3c8  solid;
}
ol{
  list-style-type:decimal;
  text-align:left;
  width:70%;
  margin:30px auto;
}
ol li{
  margin:0 0 20px 0;
}


	
/* --------------------------------
 * main
 * -------------------------------- */
main{
  display:block;
  position:relative;
  font-size:1.5rem;
  line-height:2.5rem;
}


/* --------------------------------
 * parts
 * -------------------------------- */
.service{
  text-align:center;
  margin:0 auto;
  width:90%;
}
h1{
  display:none;
}
h2{
  letter-spacing:0px;
  font-size:3.0rem;
  margin:0 auto 15px;
  display:inline-block;
  font-weight:400;
}
/* --------------------------------
 * service
 * -------------------------------- */
.purple-back{
  margin:0 auto;
  width:100%;
  background:#cdd4ec;
 }
.purple-back_service01{
  text-align:left;
  margin:0 auto;
  padding-bottom:100px;
  width:80%;
}
.purple-back_service01 .sub-titlle{
  padding-top:100px;
  color:#ee6c6c;
  text-indent:-10px;
  letter-spacing:3px;
  font-size:1.2rem;
}
.purple-back h2,
.white-back h2{
  margin:30px 0;
  line-height:4.8rem;
}
.purple-back section h2::first-letter {
  color: #af8ed0;
  font-size: 200%;
}
#top-end img{
  width:100%;
  margin-top:-50px;
}
.example {
  position: relative;
}
.example #PB-btn01{
  position: absolute;
  bottom: 220px;
  right: 20%;
  width: 200px; 
}
.example #PB-btn02{
  position: absolute;
  bottom: -75px;
  left: 15%;
  width: 180px;
}
.example #PB-img01{
  position: absolute;
  top: -100px;
  left: -50px;
  width: 250px;
}
.example #PB-img02{
  position: absolute;
  top: 50px;
  right: 15%;
  width: 350px;
}
.example #PB-img05{
  position: absolute;
  top: 40px;
  right: 0;
  width: 130px;
}
#signature{
  text-align:right;
}
.white-back{
  margin:0 auto;
  width:100%;
}
.white-back_service01{
  text-align:center;
  margin:0 auto;
  width:80%;
}
.white-back_service01 h3{
  font-size: 2.5rem;
  margin: 75px auto 50px;
  border-bottom: 3px #6f528d solid;
  padding-bottom: 20px;
  width: 50%;
}
.white-back_service02{
  text-align:left;
  margin:0 auto;
  width:80%;
}
.white-back_service03{
  text-align:center;
  padding-bottom:100px;
  margin:100px auto 0;
  width:80%;
}
.white-back_service01 .sub-titlle,
.white-back_service02 .sub-titlle,
.white-back_service03 .sub-titlle{
  padding-top:100px;
  color:#ee6c6c;
  text-indent:-10px;
  letter-spacing:3px;
  font-size:1.2rem;
}
.white-back_service02 section{
  margin-bottom:80px;
}
.white-back section h2::first-letter {
  color: #fdc182;
  font-size: 200%;
}
.white-back .title{
  margin:0 auto 25px;
  font-size:2.0rem;
}
.white-back_service03 .title{
  margin:10px auto 50px;
}
.white-back_service03 .icon {
  color: #af8ed0;
  margin-right: 0.3em;
}
.white-back .read-more{
  text-align:right;
  margin: 15px auto;
  padding: 0 20px;
  font-size: 1.4rem;
}
#top-contact{
  padding: 250px 0;
  background: url(../images/top-img003.png) 0 / cover no-repeat;
  text-align:center;
  color:#303030;
}
#top-contact h2{
  margin-bottom:50px;
}
table {
  width:80%;
  margin:0 auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
th, td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}
th {
  background-color: #f3f3f3;
  font-size:1.2rem;
  font-weight: bold;
  text-align: center;
}
td {
  font-size: 1.2rem;
  text-align: left;
}
tr:nth-child(even) {
  background-color: #fafafa;
}
.program-table th:nth-child(1),
.program-table th:nth-child(2),
.program-table th:nth-child(3),
.program-table td:nth-child(1),
.program-table td:nth-child(2) {
  text-align: center;
}

/* ????3?????? */

.program-table td:nth-child(3) {
  text-align: left;
}
.lecturer {
  display: table;
}
.lecturer img {
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  margin:5px 15px 5px 5px;
}
.lecturer img,
.lecturer-info {
  display: table-cell;
  vertical-align: middle;
}
.program-table hr {
  margin:2px;
}
.example #PB-img03{
  position: absolute;
  top: 150px;
  left: 0;
  width: 200px;
}
.example #PB-img04{
  position: absolute;
  bottom: -170px;
  right: 0;
  width: 200px;
}
.white-back .admission img{
  width: 200px;
  margin: 100px auto 0;
}
#switching01{
  width:100%;
  margin:auto;
}

.example #PB-btn04{
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 180px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.card {
  border: 1px solid #ddd;
  padding: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.card h3 {
  font-size: 1.8rem;
  margin: 10px 20px 20px;
  color: #333;
  text-align: left;
  font-weight:400;
}
.card .icon {
  color: #f3a600;
  margin-right: 0.3em;
}
.card img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.card p {
  padding: 0 25px;
  font-size: 1.2rem;
  line-height: 1.6;
}
#flyers a{
  font-weight:600;
  font-size:1.6rem;
}
#flyers img{
  width:80%;
}


/* --------------------------------
 * footer
 * -------------------------------- */
footer {
  width:100%;
  padding:10px 0 45px;
  margin:150px auto 0;
  font-size:1.3rem;
  clear:both;
  color:#210042;
}
footer a{
  text-decoration: none;
}
.footer-top{
  width:80%;
  margin:50px auto;
  line-height:35px;
}
.footer-top h3{
  text-align:center;
  font-size:1.8rem;
  color:#210042;
}
.footer-top section h3::first-letter {
  color: #fdc182;
  font-size: 150%;
}
.footer-top p{
  text-align:center;
}

.footer-top img{
  width:50.0%;
}
.footer-top div{
  display:block;
  float:left;
  width:45.0%;
  padding:20px 0 20px 3%;
  text-align:left;
}
.footer-medium{
  width:65%;
  margin:0 20% 0 24%;
  line-height:45px;
}
.footer-medium div{
  display:block;
  float:left;
  width:30.0%;
  padding:20px 0 20px 3%;
  text-align:left;
}
.footer-bottom{
  width:65%;
  margin:10px auto 0;
  line-height:45px;
  clear:both;
  display:block;
  padding:20px 0;
  text-align:center;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
  main {
  }
  body {
	width: 100%;
  }
  .horizontal-list {
    width: 100%;
  }
  .pc{
    display:none !important;
  }
  .sp{
    display:block !important;
  }
}
@media (max-width: 780px) {
  body {
    width: 100%;
  }
  *, *::before, *::after {
	box-sizing: inherit;
  }
  #top-img{
  	margin:35px 0 0;
  }



  /* --------------------------------
   * base
   * -------------------------------- */

  .bottom25{
    margin-bottom:15px!important;
  }

  /* --------------------------------
   * main
   * -------------------------------- */
  main{
    font-size:1.0rem;
    line-height:1.5rem;
  }
  /* --------------------------------
   * parts
   * -------------------------------- */
  h2{
    font-size:1.8rem;
    margin:0 auto 10px;
  }
  /* --------------------------------
   * service
   * -------------------------------- */
  .purple-back{
    margin:-5px auto;
  }
  .purple-back_service01{
    width:85%;
	padding-bottom:200px;
  }
  .purple-back_service01 .sub-titlle{
    padding-top:20px;
    font-size:0.8rem;
  }
  .purple-back h2,
  .white-back h2{
    margin:20px 0 30px;
    line-height:2.6rem;
  }
  .example #PB-btn01{
    bottom: 50px;
    right: 32%;
    width: 140px; 
  }
  .example #PB-btn02{
    bottom: -160px;
    left: 26%;
    width: 150px;
  }
  .example #PB-img01{
    top: -75px;
    left: -15px;
    width: 100px;
  }
  .example #PB-img02{
    top: -15px;
    right: 30px;
    width: 50px;
  }
  .example #PB-img05{
    top: 40px;
    right: 0;
    width: 80px;
  }
  .white-back_service01{
    width:90%;
  }
  .white-back_service01 h3{
	font-size: 1.5rem;
    margin: 35px auto 15px;
	border-bottom: 2px #6f528d solid;
    padding-bottom: 10px;
    width: 70%;
  }
  .white-back_service02{
    text-align:left;
    margin:0 auto;
    width:85%;
  }
  .white-back_service03{
    margin:50px auto 0;
  }
  .white-back_service01 .sub-titlle,
  .white-back_service02 .sub-titlle,
  .white-back_service03 .sub-titlle{
    padding-top:30px;
    font-size:0.8rem;
	text-align:center;
  }
  .white-back_service02 section{
    margin-bottom:200px;
	text-align:center;
  }
  .white-back .title{
    margin:0 auto 15px;
    font-size:1.2rem;
  }
  .white-back_service03 .title{
    margin:0 auto 30px;
  }
  #top-contact{
    padding: 35px 0;
  }
  #top-cantact div{
	width:70%;
  }
  #top-contact h2{
	font-size:1.2rem;
	margin-bottom:10px;
  }
  #top-contact p{
	margin:0 auto;
  }
  .white-back .read-more{
    font-size: 1.0rem;
  }
  table {
    width:100%;
  }
  th {
    font-size: 0.90rem;
  }
  td {
    font-size:1.0rem;
	line-height:1.4rem;
    vertical-align:middle;
  }
  .lecturer {
    display: block;
  }
  .lecturer-info {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .lecturer img {
    width: 100%;
    max-width: 80px;
    height: auto;
    margin: auto;
  }
  .example #PB-img03,
  .example #PB-img04{
    display:none;
  }
  .white-back .admission img{
    width: 140px;
    margin: 30px auto 0;
  }
  #switching01{
    margin:100px auto 50px;
  }
  .example #PB-btn04{
    bottom: -150px;
    right: 27%;
    width: 150px;
  }
  .card {
    border-radius: 4px;
  }
  .card h3 {
    font-size: 1.2rem;
    margin: 0 15px 10px;
  }
  .card .icon {
    margin-right: 0;
  }
  .card img {
    margin-bottom: 10px;
  }
  .card p {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  #flyers a{
    font-size:1.2rem;
  }
  #flyers img{
    width:100%;
  }

/* --------------------------------
 * footer
 * -------------------------------- */
  footer {
    margin:0 auto;
    font-size:1.0rem;
  }
  .footer-top{
    margin:50px auto 0;
  }
  .footer-top h3{
    font-size:1.5rem;
	line-height:2.2rem;
  }
.footer-top section h3::first-letter {
  color: #fdc182;
  font-size: 150%;
}
  .footer-top img{
    width:180px;
	margin-top:20px;
  }
  .footer-top div{
    float:none;
    width:100%;
    padding:10px 0 ;
    text-align:left;
  }
  .footer-medium{
    width:80%;
    margin:0 5% 0 15%;
    line-height:40px;
  }
  .footer-bottom{
    margin:0 auto;
    padding:10px 0 0;
  }