@charset "UTF-8";
/* ----------------------------------------
	#students common
---------------------------------------- */
.moreBtn {
  max-width: 340px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 900px) {
    .moreBtn {
      margin: 0px auto; } }
  .moreBtn a {
    background: #1A72B9;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: block;
    line-height: 1.0;
    transition: all .25s ease-out;
    padding: 20px 10px;
    border-radius: 33px; }
    .moreBtn a:hover {
      background: #A8D5F9;
      transition: all .25s ease-out; }
  .moreBtn::after {
    content: url("../images/common/arrow_w.svg");
    display: inline-block;
    top: 15px;
    right: 15px;
    width: 25px;
    background-size: contain;
    position: absolute; }

.more_s {
  max-width: 110px;
  margin: 0px auto;
  padding: 8px;
  font-size: 1.2rem;
  line-height: 1.0rem;
  border: 1px solid #1A72B9;
  color: #1A72B9;
  border-radius: 20px;
  position: relative;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .more_s {
      max-width: 150px;
      font-size: 1.5rem;
      padding: 10px; } }
  .more_s::after {
    content: url("../images/common/arrow_b2.svg");
    display: inline-block;
    top: 7px;
    right: 5px;
    width: 8px;
    position: absolute; }
    @media screen and (min-width: 768px) {
      .more_s::after {
        right: 10px;
        width: 10px; } }

/* ----------------------------------------
	#student
---------------------------------------- */
#home_List .inner {
  padding-bottom: 0px !important; }
#home_List ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #home_List ul li {
    text-align: center;
    width: 250px;
    margin: 0px auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 901px) {
      #home_List ul li {
        width: 48%; } }
    @media screen and (min-width: 1025px) {
      #home_List ul li {
        width: 31%; } }
    #home_List ul li .imgArea {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #home_List ul li .imgArea {
          margin-bottom: 15px; } }
      #home_List ul li .imgArea img {
        border-radius: 10px; }
    #home_List ul li .name {
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        #home_List ul li .name {
          font-size: 2.0rem; } }
      @media screen and (min-width: 1025px) {
        #home_List ul li .name {
          font-size: 2.5rem; } }
    #home_List ul li .text {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #home_List ul li .text {
          margin-bottom: 15px; } }
    #home_List ul li a:hover .more_s {
      background: #1A72B9;
      color: #ffffff;
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }

@media screen and (max-width: 900px) {
  #home_fulltime .ol {
    max-width: 600px;
    margin: 0px auto; } }
@media screen and (min-width: 901px) {
  #home_fulltime .ol {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 900px) {
  #home_fulltime .ol .imgArea {
    margin-bottom: 25px; } }
@media screen and (min-width: 901px) {
  #home_fulltime .ol .imgArea {
    width: 45%; } }
#home_fulltime .ol .imgArea img {
  border-radius: 20px; }
@media screen and (min-width: 901px) {
  #home_fulltime .ol .textArea {
    width: 50%; } }
#home_fulltime .ol .textArea p {
  margin-bottom: 20px; }
@inclue minTabw {
  #home_fulltime .ol .textArea .moreBtn {
    margin: 0 !important; } }
#home_fulltime .ol .textArea .moreBtn a:hover {
  background: #0e64a9; }

#home_faq #faqList .accordion-hidden {
  display: none; }
#home_faq #faqList .accordion-open {
  display: block;
  padding: 20px 30px 20px 10px;
  background: #EBEBEB;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.3;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    #home_faq #faqList .accordion-open {
      padding: 25px 50px 25px 25px;
      font-size: 1.8rem; } }
  #home_faq #faqList .accordion-open::before, #home_faq #faqList .accordion-open::after {
    content: '';
    width: 15px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      #home_faq #faqList .accordion-open::before, #home_faq #faqList .accordion-open::after {
        right: 40px; } }
  #home_faq #faqList .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s; }
#home_faq #faqList .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0); }
#home_faq #faqList .accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer; }
#home_faq #faqList .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 15px 20px 30px 20px; }
  @media screen and (min-width: 768px) {
    #home_faq #faqList .accordion-hidden:checked + .accordion-open + .accordion-inner {
      padding: 20px 30px 40px 30px; } }

#about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #about ul li {
    margin-bottom: 20px; }
    @media screen and (min-width: 901px) {
      #about ul li {
        width: 31%;
        margin-bottom: 30px; } }
    #about ul li .imgArea {
      margin-bottom: 10px; }
    #about ul li .name {
      font-weight: bold;
      color: #1A72B9;
      font-size: 2.0rem;
      margin-bottom: 10px; }

#room .ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (min-width: 901px) {
    #room .ol .imgArea {
      width: 500px; } }
  @media screen and (min-width: 901px) {
    #room .ol .textArea {
      width: -webkit-calc(100% -550px);
      width: calc(100% - 550px); } }

/* ----------------------------------------
	#referral
---------------------------------------- */
@media screen and (min-width: 901px) {
  #referral #tokuten1 ul {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 901px) {
  #referral #tokuten1 ul li {
    width: 48%; } }
#referral #how .ol {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    #referral #how .ol {
      max-width: 600px;
      margin: 0px auto; } }
  #referral #how .ol .imgArea {
    margin-bottom: 25px; }
  #referral #how .ol .textArea {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #referral #how .ol .textArea {
        font-size: 2.0rem; } }
#referral #how ul {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    #referral #how ul {
      overflow-x: scroll;
      padding-bottom: 20px; } }
  @media screen and (min-width: 901px) {
    #referral #how ul {
      flex-wrap: wrap; } }
  #referral #how ul li {
    text-align: center;
    background: #1A72B9;
    color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin: 15px; }
    @media screen and (max-width: 900px) {
      #referral #how ul li {
        max-width: 300px;
        margin: 0px auto;
        width: 100%;
        margin-right: 20px; } }
    @media screen and (min-width: 901px) {
      #referral #how ul li {
        width: 30%; } }
    @media screen and (min-width: 1025px) {
      #referral #how ul li {
        width: 30%; } }
  #referral #how ul .point {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px; }
    #referral #how ul .point span.no {
      font-family: "PT Sans", sans-serif;
      font-weight: 700;
      font-size: 3.5rem; }
  #referral #how ul .imgArea {
    width: 220px;
    margin: 0px auto;
    margin-bottom: 25px; }
  #referral #how ul .name {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: bold;
    color: #A8D5F9; }
  #referral #how ul .text {
    font-size: 1.5rem;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: bold; }
#referral #tokuten2 .imgArea {
  text-align: center; }
  @media screen and (min-width: 901px) {
    #referral #tokuten2 .imgArea {
      width: 500px; } }
@media screen and (min-width: 901px) {
  #referral #use .ol {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 900px) {
  #referral #use .ol .imgArea {
    margin-bottom: 50px; } }
@media screen and (min-width: 901px) {
  #referral #use .ol .imgArea {
    width: 500px; } }
@media screen and (min-width: 901px) {
  #referral #use .ol .textArea {
    width: -webkit-calc(100% -550px);
    width: calc(100% - 550px); } }

/* ----------------------------------------
	#fulltime
---------------------------------------- */
#fulltime #about .ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (min-width: 901px) {
    #fulltime #about .ol .imgArea {
      width: 500px; } }
  @media screen and (min-width: 901px) {
    #fulltime #about .ol .textArea {
      width: -webkit-calc(100% -550px);
      width: calc(100% - 550px); } }
#fulltime #about ul.LinkBtn {
  display: flex;
  justify-content: space-around; }
  #fulltime #about ul.LinkBtn li {
    width: 31%;
    border-radius: 30px; }
    #fulltime #about ul.LinkBtn li a {
      color: #ffffff;
      display: block;
      padding: 20px;
      text-align: center;
      font-weight: bold; }
  #fulltime #about ul.LinkBtn .btn01 {
    background: #1A72B9; }
  #fulltime #about ul.LinkBtn .btn02 {
    background: #202c41; }
  #fulltime #about ul.LinkBtn .btn03 {
    background: #E41E26; }

/* ----------------------------------------
	#schedule
---------------------------------------- */
#schedule ul.cal li {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #schedule ul.cal li {
      margin-bottom: 50px; } }
  #schedule ul.cal li img {
    border: 4px solid #cccccc; }
#schedule .note ul li {
  padding-left: 1em;
  text-indent: -1em; }
