/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/
#breadcrumb {
  margin-bottom: 60px;
}

.section {
  margin-bottom: 60px;
}

.pc-inline {
  display: none;
}


.area-heading .foundation-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.area-heading .foundation-link a {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  color: #184aa1;
  line-height: 1.1em;
  border: 1px solid #184aa1;
  transition: 0.5s;
}
.area-heading .foundation-link a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #184aa1;
  transition: 0.2s;
  transform-origin: left top;
  transform: scale(0, 1);
  z-index: -1;
}
.area-heading .foundation-link a .arrow-b {
  position: relative;
  width: 50px;
  height: 1px;
  background: #184aa1;
  z-index: 1;
  transition: .3s;
  margin-left: 1em;
}
.area-heading .foundation-link a .arrow-b::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  transform: rotate(40deg);
  top: -2px;
  right: 0;
  background: #184aa1;
  transition: .3s;
}
.area-heading .foundation-link a:hover {
  color: #fff;
}
.area-heading .foundation-link a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.area-heading .foundation-link a:hover .arrow-b {
  background: #fff;
}
.area-heading .foundation-link a:hover .arrow-b::after {
  background: #fff;
}

.area-news .news-list {
  margin-top: 6px;
  border-top: 1px solid #666;
}
.area-news .news-list > div {
  padding: 15px;
  border-bottom: 1px dashed #7f7f7f;
}
.area-news .news-list dd.__new::after {
  display: inline-block;
  content: 'NEW';
  font-size: 13px;
  color: #ff0808;
  border: 1px solid #ff0808;
  padding: 2px 10px;
  margin-left: 25px;
}

.area-thought {
  padding-top: 16px;
}
.area-thought .thought-wrapper {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 16px;
}
.area-thought .thought-founder .__caption {
  font-size: 15px;
  text-align: center;
  margin-top: 1em;
}
.area-thought .thought-founder .__name {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25em;
}
.area-thought .thought-message {
  margin-top: 30px;
}
.area-thought .thought-message p {
  text-indent: 1em;
  line-height: 1.8;
}
.area-thought .thought-message p.__signature {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  margin-top: 1.5em;
}

.area-about,
.area-outline {
  padding-top: 16px;
}
.area-about .about-list,
.area-outline .outline-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.area-aim {
  padding-top: 16px;
}
.area-aim .aim-wrapper {
  background: url(/wordpress/wp-content/themes/siix/images/page-foundation/img_2.png) no-repeat center center;
  background-size: 90% auto;
}
.area-aim .aim-wrapper p {
  text-indent: 1em;
  line-height: 1.8;
}
.area-aim .aim-wrapper p + p {
  margin-top: 1.5em;
}
.area-aim .aim-wrapper p span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.area-list {
  padding-top: 16px;
}
.area-list .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.area-list .table-wrap + .table-wrap {
  margin-top: 30px;
}
.area-list .list-table {
  width: 768px;
}
.area-list .list-table thead th {
  background-color: #0c79bf;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 0.5em 1em;
  border-bottom: 10px solid #fff;
}
.area-list .list-table tbody td {
  padding: 12px 24px 12px 0;
  text-align: left;
}
.area-list .list-table tbody td:first-child {
  width: 20%;
}
.area-list .list-table tbody td:nth-child(2) {
  width: 16%;
}
.area-list .list-table tbody td:nth-child(3) {
  width: 30%;
}

.area-data {
  padding-top: 16px;
}

.area-faq {
  padding-top: 16px;
}
.area-faq .faq-leading {
  margin-top: 1em;
}
.area-faq h4 {
  background-color: #f2f2f2;
  padding: 10px 15px;
  font-weight: bold;
}
.area-faq-inner {
  margin-top:30px;
}
.area-faq-inner + .area-faq-inner {
  margin-top: 40px;
}
.area-faq-in-inner {
  margin-top: 1em;
}
.area-faq-in-inner + .area-faq-in-inner {
  margin-top: 2em;
}
.area-faq h5 {
  font-size: 15px;
}
.area-faq .feature-list {
  margin-top: 1em;
}
.area-faq .feature-list > li {
  position: relative;
  counter-increment: cnt;
  padding-left: 2em;
}
.area-faq .feature-list > li::before {
  position: absolute;
  content: "("counter(cnt) ") ";
  left: 0;
}
.area-faq .feature-list > li + li {
  margin-top: 1em;
}
.area-faq .scholarship-list {
  margin-top: 10px;
}
.area-faq .scholarship-list > div {
  display: flex;
}
.area-faq .scholarship-list > div + div {
  margin-top: 10px;
}
.area-faq .scholarship-list > div dt {
  flex-shrink: 0;
}
.area-faq .faq-list {
  margin-top: 30px;
}
.area-faq .faq-list > div + div {
  margin-top: 40px;
}
.area-faq .faq-list > div > div {
  display: flex;
}
.area-faq .faq-list > div > div > dt {
  width: 36px;
  flex-shrink: 0;
  margin-right: 15px;
}
.area-faq .faq-list > div > div > dt span {
  display: inline-block;
  width: 36px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  text-align: center;
  background-color: #174aa1;
}
.area-faq .faq-list > div > div:last-child {
  margin-top: 20px;
}
.area-faq .faq-list > div > div:last-child > dt span {
  background-color: #0c79bf;
}
.area-faq .faq-list > div > div > dd {
  line-height: 2;
  padding-top: 3px;
}
.area-faq .answer-list {
  margin-top: 4px;
}
.area-faq .answer-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.area-faq .answer-list > li + li {
  margin-top: 4px;
}

.area-foundation-contact {
  padding-top: 16px;
}
.area-foundation-contact .contact-wrap {
  margin-top: 1em;
}
.area-foundation-contact .contact-wrap a {
  font-weight: bold;
  text-decoration: underline;
}
.area-foundation-contact .contact-wrap a:hover {
  text-decoration: none;
}
.area-foundation-contact .contact-box {
  margin-top: 60px;
  border: 1px solid #174aa1;
  padding: 10px 15px;
}
.area-foundation-contact .contact-box .__name {
  font-size: 16px;
  font-weight: bold;
}
.area-foundation-contact .contact-box .__address {
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .area-faq .scholarship-list > div.__sp-wrap {
    flex-direction: column;
  }
  .area-faq .scholarship-list > div.__sp-wrap dd {
    padding-left: 1em;
  }
}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  .section {
    margin-bottom: 90px;
  }

  .area-heading .foundation-link {
    grid-template-columns: repeat(3, 1fr);
  }
  .area-heading .foundation-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    color: #184aa1;
    line-height: 1.1em;
    border: 1px solid #184aa1;
    transition: 0.5s;
  }
  .area-heading .foundation-link a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #184aa1;
    transition: 0.2s;
    transform-origin: left top;
    transform: scale(0, 1);
    z-index: -1;
  }
  .area-heading .foundation-link a .arrow-b {
    position: relative;
    width: 50px;
    height: 1px;
    background: #184aa1;
    z-index: 1;
    transition: .3s;
  }
  .area-heading .foundation-link a .arrow-b::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    transform: rotate(40deg);
    top: -2px;
    right: 0;
    background: #184aa1;
    transition: .3s;
  }
  .area-heading .foundation-link a:hover {
    color: #fff;
  }
  .area-heading .foundation-link a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .area-heading .foundation-link a:hover .arrow-b {
    background: #fff;
  }
  .area-heading .foundation-link a:hover .arrow-b::after {
    background: #fff;
  }

  .area-news .news-list > div {
    display: flex;
    column-gap: 30px;
  }

  .area-thought {
    margin-top: 40px;
  }
  .area-thought .thought-wrapper {
    padding: 40px;
  }
  .area-thought .thought-inner {
    overflow: hidden;
  }
  .area-thought .thought-founder {
    float: right;
    width: 385px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .area-thought .thought-founder .__caption {
    font-size: 17px;
  }
  .area-thought .thought-founder .__name {
    font-size: 19px;
  }
  .area-thought .thought-message {
    margin-top: 0;
  }
  .area-thought .thought-message p.__signature {
    font-size: 19px;
  }

  .area-about .about-list,
  .area-outline .outline-list {
    margin-top: 26px;
    row-gap: 30px;
  }
  .area-about .about-list div,
  .area-outline .outline-list div {
    display: grid;
    grid-template-columns: 4.5em 1fr;
    column-gap: 40px;
  }
  .eng .area-about .about-list div {
    grid-template-columns: 11em 1fr;
  }
  .eng .area-outline .outline-list div {
    grid-template-columns: 10em 1fr;
  }

  .area-aim .aim-wrapper {
    margin-top: 26px;
    background-size: 80% auto;
  }

  .area-list .table-wrap + .table-wrap {
    margin-top: 60px;
  }
  .area-list .list-table {
    width: 100%;
  }
  .area-list .list-table thead th {
    border-bottom-width: 15px;
    padding: 12px 25px;
  }
  .area-list .list-table tbody td:first-child {
    width: 18%;
  }
  .area-list .list-table tbody td:nth-child(2) {
    width: 18%;
  }
  .area-list .list-table tbody td:nth-child(3) {
    width: 30%;
  }

  .area-data {
    margin-top: 40px;
  }
  .area-data .data-link {
    margin-top: 26px;
  }
  .area-data .data-link .icon-pdf {
    background-size: 47px 37px;
  }

  .area-faq-inner {
    margin-top: 40px;
  }
  .area-faq-inner + .area-faq-inner {
    margin-top: 80px;
  }
  .area-faq h5 {
    font-size: 19px;
  }
  .area-faq .faq-list {
    margin-top: 45px;
  }
  .area-faq .faq-list > div + div {
    margin-top: 60px;
  }
  .area-faq .faq-list > div > div > dt {
    width: 40px;
  }
  .area-faq .faq-list > div > div > dt span {
    width: 40px;
    font-size: 20px;
  }
  .area-faq .faq-list > div > div > dd {
    padding-top: 4px;
  }

  .area-foundation-contact .contact-box {
    margin-top: 110px;
    padding: 25px 30px;
  }
  .area-foundation-contact .contact-box .__name {
    font-size: 19px;
  }
  .area-foundation-contact .contact-box .__address {
    margin-top: 10px;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {
  .foundation-ttl {
    padding-bottom: 100px;
  }

  .pc-inline {
    display: inline;
  }

  .area-heading .foundation-link {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .area-heading .foundation-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    color: #184aa1;
    line-height: 1.1em;
    border: 1px solid #184aa1;
    transition: 0.5s;
  }

  .area-thought .thought-wrapper {
    padding: 70px;
  }

  .area-aim .aim-wrapper {
    background-size: 884px auto;
  }

  .area-list .list-table tbody td:first-child {
    width: 20%;
  }

}

