@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  overflow: hidden;
  padding-top: 60px;
}
#contents .inner {
  padding: 0px 34px;
  margin: 0px auto;
}

/* ホーム
--------------------------------------------------------------------------------- */
#home-main-image {
  height: calc( 100vh - 60px );
  height: calc( 100svh - 60px );
  min-height: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#home-main-image p {
  margin: 0px auto;
  max-width: 360px;
}
#home-main-image .scrolldown {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(  ( 100% - 360px ) / 2 );
  max-width: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: scrollAnime 1.6s ease-out infinite;
}
#home-main-image .scrolldown img {
  width: 72px;
}

@keyframes scrollAnime {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  80% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(5%);
    opacity: 0;
  }
}
#home-news {
  background-color: #f8f8fa;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
}
#home-news h2 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #3e1580;
}

.news-category {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.news-category li {
  margin: 0px 2px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  width: 70px;
}
.news-category li a {
  text-decoration: none;
  display: block;
  color: #323232;
  text-align: center;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 17px;
}
.news-category li a.on {
  background-color: #a875c9;
  color: #fff;
}
.news-category li.current-cat a {
  background-color: #a875c9;
  color: #fff;
}

.news-list {
  margin: 0px 0px 30px;
  padding: 0px;
  list-style-type: none;
}
.news-list li {
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #cfcfcf;
  border-width: 0px 0px 1px;
  border-radius: 0px;
}
.news-list li.empty-list {
  border: none;
}
.news-list li a,
.news-list li span {
  text-decoration: none;
  display: block;
  background-image: url(../images/arrow_002.png);
  background-position: right center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding: 20px 20px 20px 0px;
}
.news-list li a.out,
.news-list li span.out {
  background-image: url(../images/arrow_003.png);
}
.news-list li span {
  background-image: none;
  padding: 20px 0px;
}
.news-list li p {
  margin: 0px;
}
.news-list li .date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 10px;
}
.news-list li .date {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #3e1580;
  margin-right: 10px;
}
.news-list li .category {
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #3e1580;
  text-align: center;
  width: 92px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 5px;
}
.news-list li .title {
  font-size: 15px;
  line-height: 26px;
  color: #323232;
}

.news-link {
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  font-weight: bold;
  margin: 0px;
}

#home-about {
  background-color: #fff;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
}
#home-about h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #3e1580;
  margin-bottom: 20px;
}
#home-about h2.home-title-en {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 50px;
}
.english #home-about h2 {
  font-size: 18px;
  line-height: 28px;
}
.english #home-about h2.home-title-en {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 50px;
}

.txt-img-01 {
  margin-bottom: 60px;
}
.txt-img-01 .txt-area {
  margin-bottom: 45px;
}
.txt-img-01 .img-area {
  position: relative;
  overflow: hidden;
  margin-right: -34px;
  border-radius: 10px 0px 0px 10px;
}
.txt-img-01 .img-area::before {
  content: '';
  display: block;
  padding-top: 70.1538461538%;
}
.txt-img-01 .img-area p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.txt-img-01 .img-area p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.english .txt-img-01 {
  margin-bottom: 34px;
}
.english .txt-img-01 .img-area {
  margin-right: 0px;
  border-radius: 10px;
}
.english .txt-img-01 .img-area::before {
  padding-top: calc( ( 207 / 292 ) * 100% );
}

.white-bg-01 {
  background-color: #fff;
  border-radius: 10px;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
  padding: 48px 28px;
}
.white-bg-01 h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
  color: #a875c9;
}
.white-bg-01 h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
.white-bg-01 h4.lines {
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px 0px;
  border-radius: 0px;
  padding: 26px 0px;
}
.white-bg-01 p {
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 23px;
}

.blake {
  word-break: break-all;
}

#home-features {
  background-color: #3e1580;
  color: #fff;
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
}
#home-features h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.features-box-01-wrap {
  margin-bottom: 40px;
}

.features-box-01 {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.features-box-01 .txt-area {
  width: calc( 100% - 86px );
}
.features-box-01 .txt-area h3 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #3e1580;
}
.english .features-box-01 .txt-area h3 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.features-box-01 .txt-area h4 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #3e1580;
  letter-spacing: 0;
}
.features-box-01 .txt-area p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  color: #323232;
}
.features-box-01 .img-area {
  width: 68px;
}
.features-box-01 .img-area p {
  text-align: center;
  margin: 0px;
}
.features-box-01 .img-area p img {
  width: 60px;
}

.home-m-01 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.english .home-m-01 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 48px;
}

.home-m-02 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.white-bg-02 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 13px;
  margin: 40px 0px 56px;
}

.features-box-02 {
  background-color: #3e1580;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.features-box-02:first-child {
  margin-bottom: 47px;
}
.features-box-02:first-child::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  bottom: -37px;
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.features-box-02:nth-of-type(2) {
  background-color: #a875c9;
}
.features-box-02:nth-of-type(3) {
  margin-top: 47px;
  background-color: #a875c9;
}
.features-box-02:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: -37px;
  background-image: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.features-box-02 h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: center;
}
.features-box-02 p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: center;
}

.line-01 {
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin: 56px 0px;
}

#slide {
  margin: 56px calc( ( 100vw - 100% ) / 2 * -1 ) 0px;
}

.slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.slider li {
  margin: 0px 13px;
}
.slider li .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.slider li .img::before {
  content: '';
  display: block;
  padding-top: 66.6666666667%;
}
.slider li .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.slider li .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.features-list-box {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.features-list-box li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #3e1580;
  background-color: #fff;
  border-radius: 6px;
  height: 100px;
  width: calc( ( 100% - 16px ) / 2 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
  text-align: center;
  padding: 0px 16px;
}
.features-list-box li:nth-of-type(2), .features-list-box li:nth-of-type(3) {
  background-color: #a875c9;
  color: #fff;
}

#home-possibility {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #f8f8fa;
}
#home-possibility h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #3e1580;
}
#home-possibility .home-m-01 {
  color: #3e1580;
}
#home-possibility .white-bg-02 {
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
  margin-bottom: 0px;
}
#home-possibility .features-box-02:nth-of-type(2) {
  background-color: #7545a3;
}

#home-examination {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-image: url(../images/home_examination_001.jpg);
  background-position: left -60px center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-examination h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.white-bg-03 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px 30px;
}
.english .white-bg-03 {
  padding: 50px 30px 30px;
}
.white-bg-03 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #3e1580;
}
.white-bg-03 p {
  font-size: 12px;
  line-height: 23px;
}
.white-bg-03 .exam-txt h3 {
  margin-bottom: 0px;
}

#home-contact {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #f8f8fa;
}
#home-contact h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #3e1580;
}

.white-bg-04 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 22px 0px;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 1px;
  border-radius: 10px;
}
.white-bg-04 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #3e1580;
  border-style: solid;
  border-color: #e3e3e3;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 30px;
}
.white-bg-04 p {
  margin: 0px;
}
.white-bg-04 .contact-name {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.english .white-bg-04 .contact-name {
  text-align: left;
}
.white-bg-04 .contact-mail {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #a875c9;
  position: relative;
}
.english .white-bg-04 .contact-mail {
  text-align: left;
}
.white-bg-04 .contact-mail::before {
  content: "";
  display: inline-block;
  transform: translateY(3px);
  margin-right: 4px;
  width: 23px;
  height: 15px;
  background-image: url(../images/icon_mail.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.white-bg-04 .contact-notice {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
}
.english .white-bg-04 .contact-notice {
  text-align: left;
}
.white-bg-04 .txt-area {
  margin-bottom: 40px;
}
.white-bg-04 .img-area {
  margin: 0px -22px;
  border-radius: 0px 0px 10px 10px;
  position: relative;
  overflow: hidden;
}
.white-bg-04 .img-area::before {
  content: '';
  display: block;
  padding-top: 71.4285714286%;
}
.white-bg-04 .img-area p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.white-bg-04 .img-area p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.small-txt {
  font-size: 12px;
  line-height: 20px;
}

.white-bg-05 {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 34px 0px;
}

.history-box-01 {
  margin-bottom: 24px;
}
.history-box-01 .txt h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 6px;
}
.history-box-01 .txt p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
.history-box-01 .img p {
  margin: 0px;
}

.line-02 {
  margin: 64px 0px;
  padding: 0px;
  display: block;
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.home-m-03 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #3e1580;
}
.home-m-03 .small {
  font-size: 16px;
}

.home-m-04 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 28px;
  color: #3e1580;
}

.home-m-05 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 28px;
  color: #3e1580;
}

.home-m-06 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

.home-m-07 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 18px;
  margin-top: 50px;
  color: #a875c9;
}

.home-m-08 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 50px;
}

.link-txt {
  font-size: 12px;
  line-height: 20px;
  margin-top: -10px;
}

.features-list-box-en {
  margin: 0px 0px 40px;
  padding: 0px;
  list-style-type: none;
}
.features-list-box-en li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #3e1580;
  background-color: #fff;
  border-radius: 6px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
  text-align: center;
  padding: 0px 16px;
}
.features-list-box-en li a {
  color: #3e1580;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.related-list-box-en {
  margin: 0px 0px 40px;
  padding: 0px;
  list-style-type: none;
}
.related-list-box-en li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #3e1580;
  background-color: #fff;
  border-radius: 6px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 16px;
  text-align: center;
  padding: 0px 16px;
}
.related-list-box-en li a {
  color: #3e1580;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#home-related {
  margin: 0px calc( ( 100vw - 100% ) / 2 * -1 );
  padding: 70px calc( ( 100vw - 100% ) / 2 );
  background-color: #a875c9;
}
#home-related h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

/* 下層
--------------------------------------------------------------------------------- */
#title-area {
  background-color: #3e1580;
  color: #fff;
  padding: 90px 30px 30px;
}
#title-area h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#title-area.news-title {
  background-color: #f7f7f9;
  color: #323232;
  padding: 50px 30px 30px;
}
#title-area.news-title .date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}
#title-area.news-title .date-wrap .date {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #3e1580;
  margin-right: 10px;
  margin-bottom: 0px;
}
#title-area.news-title .date-wrap .category {
  font-size: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #3e1580;
  background-color: #fff;
  border-radius: 13px;
  width: 100px;
  margin-bottom: 0px;
  text-align: center;
  margin-right: 5px;
}
#title-area.news-title h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
.english #title-area.news-title h2 {
  font-size: 18px;
}
.english #title-area h2 {
  font-size: 30px;
}

.topic-path {
  overflow: hidden;
}
.topic-path ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: stretch;
  flex-direction: row;
}
.topic-path ul li {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topic-path ul li::after {
  content: ">";
  margin: 0px 0.5em;
}
.topic-path ul li:last-of-type::after {
  content: "";
  margin: 0px;
}
.topic-path ul li a {
  color: #fff;
  font-weight: 500;
}
.news-title .topic-path li {
  color: #3e1580;
}
.news-title .topic-path li a {
  color: #3e1580;
}

.page-nation {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 0px;
}
.page-nation ul {
  margin: 0px -4px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.page-nation ul li {
  margin: 0px 3px;
  padding: 0px;
  font-size: 10px;
  line-height: 34px;
  font-weight: bold;
}
.page-nation ul li.dots {
  margin: 0px;
}
.page-nation ul li a {
  display: block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #cfcfcf;
  border-width: 1px;
  border-radius: 50%;
  background-color: #fff;
  color: #323232;
}
.page-nation ul li a.on {
  background-color: #a875c9;
  color: #fff;
  border-color: #a875c9;
}
.page-nation ul li a.nolink {
  display: none;
}
.page-nation ul li.prev a, .page-nation ul li.next a {
  text-indent: -9999px;
  background-image: url(../images/arrow_prev.png);
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.page-nation ul li.next a {
  background-image: url(../images/arrow_next.png);
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0px 3px;
  padding: 0px;
  font-size: 10px;
  line-height: 34px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-style: solid;
  border-color: #cfcfcf;
  border-width: 1px;
  border-radius: 50%;
  background-color: #fff;
  color: #323232;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink {
  text-indent: -9999px;
  background-image: url(../images/arrow_prev.png);
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  background-image: url(../images/arrow_next.png);
}
.wp-pagenavi a.extend,
.wp-pagenavi span.extend {
  margin: 0px;
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
}

.news-detail {
  margin: 70px auto 0px;
  max-width: 830px;
}

.img-box {
  overflow: hidden;
  margin-bottom: 25px;
}
.img-box .img p {
  margin: 0px;
}
.img-box .txt {
  margin-top: 10px;
}
.img-box .txt p {
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}
.img-box figure {
  margin: 0px;
}
.img-box figure figcaption {
  text-align: left;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 18px;
}

.prev-next {
  margin: 60px 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.prev-next li {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.back-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 60px;
  width: 250px;
}
.back-btn a {
  display: block;
  height: 80px;
  border-style: solid;
  border-color: #cfcfcf;
  border-width: 1px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
  background-color: #f0f0f0;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0 10px;
  padding: 8px 10px;
  clear: both;
}

/* 共通
--------------------------------------------------------------------------------- */
.anchor {
  display: block;
  height: 0px;
  overflow: hidden;
  margin-top: -60px;
  padding-top: 60px;
}

/* パンくず */
/* コンテンツ幅 */
/* テキスト */
/* 見出し */
.m01 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #3e1580;
  margin-top: 50px;
  margin-bottom: 16px;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul li ul li {
  list-style-type: disc;
}
ul.indent1em, ul.indent2em, ul.indent3em {
  list-style-type: none;
  padding: 0px;
}
ul.indent1em li ul li, ul.indent2em li ul li, ul.indent3em li ul li {
  list-style-type: disc;
  margin-left: 0px;
  text-indent: 0px;
}
ul.indent1em li ul.indent1em li, ul.indent2em li ul.indent1em li, ul.indent3em li ul.indent1em li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent1em li ul.indent2em li, ul.indent2em li ul.indent2em li, ul.indent3em li ul.indent2em li {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent1em li ul.indent3em li, ul.indent2em li ul.indent3em li, ul.indent3em li ul.indent3em li {
  list-style-type: none;
  margin-left: 3em;
  text-indent: -3em;
}
ul.indent1em li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.indent2em li {
  margin-left: 2em;
  text-indent: -2em;
}
ul.indent3em li {
  margin-left: 3em;
  text-indent: -3em;
}
ul.list-01, ul.list-02, ul.list-03, ul.list-04 {
  list-style-type: none;
  padding-left: 0px;
}
ul.list-01 li, ul.list-02 li, ul.list-03 li, ul.list-04 li {
  padding-left: 1.2em;
  position: relative;
}
ul.list-01 li::before, ul.list-02 li::before, ul.list-03 li::before, ul.list-04 li::before {
  content: "●";
  position: absolute;
  left: 0px;
}
ul.list-02 li {
  margin-bottom: 0.6em;
}
ul.list-03 li::before {
  content: "▶︎";
  font-size: 75%;
}
ul.list-04 li::before {
  content: "■";
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol li ul {
  font-size: 100%;
}
ol li ul li {
  list-style-type: disc;
}
ol li ul.indent1em li, ol li ul.indent2em li, ol li ul.indent3em li {
  list-style-type: none;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th,
.basic td {
  padding: 15px 5px;
  line-height: 1.5em;
}
.basic th p, .basic th li,
.basic td p,
.basic td li {
  line-height: 1.5em;
}
.basic th.center,
.basic td.center {
  text-align: center;
}
.basic th.left,
.basic td.left {
  text-align: left;
}
.basic th.middle,
.basic td.middle {
  vertical-align: middle;
}
.basic th a,
.basic td a {
  text-decoration: none;
}
.basic td {
  background-color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.basic th {
  color: #fff;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-weight: bold;
}
.basic tr td:last-of-type {
  border-right-width: 0px;
}
.basic.width-auto {
  width: auto;
}
.basic.center th,
.basic.center td {
  text-align: center;
}
.basic.center th.left,
.basic.center td.left {
  text-align: left;
}
.basic.left th,
.basic.left td {
  text-align: left;
}
.basic.left th.center,
.basic.left td.center {
  text-align: center;
}
.basic.middle th,
.basic.middle td {
  vertical-align: middle;
}
.basic.middle th.top,
.basic.middle td.top {
  vertical-align: top;
}

div.scroll {
  overflow: scroll;
}
div.scroll table {
  min-width: 648px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  color: #323232;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

/* 動画 */
.movie {
  margin: 0px auto 60px;
  max-width: 864px;
}
.movie .movie-inner {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 色 */
.color-01 {
  color: #3e1580;
}

.color-02 {
  color: #a875c9;
}

.color-red {
  color: #FF0000;
}

/* 大きさ */
.bold {
  font-weight: bold;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.normal-weight {
  font-weight: 500;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

/* 改行 */
.tab,
.tabpc,
.pc,
.pc1024,
.pc1280 {
  display: none;
}

/* マージン */
hr {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
  overflow: hidden;
  clear: both;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  .news-list li a:hover .title {
    text-decoration: underline;
  }

  .back-btn a:hover {
    background-color: #a875c9;
    color: #fff;
    border-color: #a875c9;
  }
}
/*
--------------------------------------------------------------------------------- 580 */
@media print, screen and (min-width: 580px) {
  #home-examination {
    background-position: center center;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  .page-nation ul li {
    margin: 0px 7px;
    line-height: 40px;
  }
  .page-nation ul li a {
    width: 40px;
    height: 40px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0px 7px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  div.scroll {
    overflow: hidden;
  }
  div.scroll::before {
    display: none;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 768 */
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 80px;
  }
  #contents .inner {
    padding: 0px 150px;
    padding: 0px calc( ( 150 / 1280 ) * 100vw );
    max-width: calc( 980px + 300px );
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main-image {
    height: calc( 100vh - 80px );
    height: calc( 100svh - 80px );
    min-height: 500px;
  }
  #home-main-image p {
    max-width: 1280px;
  }
  #home-main-image .scrolldown {
    height: calc(  ( 100% - 440px ) / 2 );
  }

  #home-news {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-news h2 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0px;
  }

  .home-news-title {
    margin-bottom: 100px;
  }
  #home .home-news-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-right: 130px;
    margin-bottom: 40px;
  }

  .news-category {
    margin: 0px;
    justify-content: left;
  }
  .news-category li {
    margin: 0px 6px;
    font-size: 16px;
    line-height: 76px;
    width: 160px;
  }
  .news-category li a {
    height: 76px;
    border-radius: 38px;
  }
  #home .news-category li {
    margin: 0px 6px;
    font-size: 16px;
    line-height: 42px;
    width: 110px;
  }
  #home .news-category li a {
    height: 42px;
    border-radius: 21px;
  }

  .news-list {
    margin: 0px;
  }
  .news-list li a,
  .news-list li span {
    padding-right: 20px;
    padding: 34px 34px 34px 0px;
  }
  .news-list li span {
    background-image: none;
    padding: 20px 0px;
  }
  .news-list li .date-wrap {
    margin-bottom: 13px;
  }
  .news-list li .date {
    line-height: 26px;
    margin-right: 13px;
  }
  .news-list li .category {
    line-height: 26px;
    width: 100px;
    border-radius: 13px;
  }

  .news-link {
    line-height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .news-list-wrap {
    position: relative;
  }

  #home-about {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-about h2 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  #home-about h2.home-title-en {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 100px;
  }
  .english #home-about h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .english #home-about h2.home-title-en {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 130px;
  }

  .txt-img-01 {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .txt-img-01 .txt-area {
    margin-bottom: 0px;
    width: calc( ( 448 / 1280 ) * 100vw );
  }
  .txt-img-01 .img-area {
    margin-bottom: 32px;
    border-radius: 20px 0px 0px 20px;
    width: calc( ( 598 / 1280 ) * 100vw );
    margin-right: calc( 50% - 50vw );
  }
  .txt-img-01 .img-area::before {
    padding-top: 420px;
  }
  .txt-img-01 .img-area p img {
    object-position: 0% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
  }
  .english .txt-img-01 {
    margin-bottom: 60px;
    align-items: flex-start;
  }
  .english .txt-img-01 .txt-area {
    width: calc( ( 596 / 1280 ) * 100vw );
  }
  .english .txt-img-01 .img-area {
    border-radius: 20px;
    width: calc( ( 330 / 1280 ) * 100vw );
  }
  .english .txt-img-01 .img-area::before {
    padding-top: calc( ( 234 / 330 ) * 100% );
  }

  .white-bg-01 {
    border-radius: 20px;
    padding: 56px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .white-bg-01 h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0px;
    text-align: left;
    width: 254px;
  }
  .white-bg-01 .wb-wrap {
    width: calc( 100% - 254px );
  }
  .white-bg-01 h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .white-bg-01 h4.lines {
    padding: 20px 0px;
    margin-bottom: 16px;
  }
  .white-bg-01 p {
    font-size: 15px;
    line-height: 26px;
  }

  #home-features {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-features h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .features-box-01-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 100px;
  }

  .features-box-01 {
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 45px 34px;
    display: block;
    width: calc( ( 308 / 980 ) * 100% );
  }
  .features-box-01 .txt-area {
    width: auto;
  }
  .features-box-01 .txt-area h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
    height: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .english .features-box-01 .txt-area h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-left: -30px;
    margin-right: -30px;
    height: auto;
  }
  .features-box-01 .txt-area h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    min-height: 3em;
  }
  .features-box-01 .txt-area p {
    font-size: 15px;
    line-height: 26px;
  }
  .features-box-01 .img-area {
    width: 80px;
    margin: 0px auto 10px;
  }
  .features-box-01 .img-area p {
    text-align: center;
  }
  .features-box-01 .img-area p img {
    width: auto;
  }

  .home-m-01 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
    position: relative;
  }
  .english .home-m-01 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 90px;
  }

  .home-m-02 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 0px;
  }

  .white-bg-02 {
    border-radius: 20px;
    padding: 48px 38px;
    margin: 0px 0px 32px;
  }

  .features-box-02 {
    border-radius: 10px;
    padding: 0px 24px;
    height: 105px;
  }
  .features-box-02:first-child {
    margin-bottom: 67px;
  }
  .features-box-02:first-child::after {
    width: 40px;
    height: 40px;
    bottom: -54px;
  }
  .features-box-02:nth-of-type(3) {
    margin-top: 67px;
  }
  .features-box-02:nth-of-type(3)::after {
    width: 40px;
    height: 40px;
    top: -54px;
  }
  .features-box-02 h4 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .features-box-02 p {
    font-size: 15px;
    line-height: 26px;
  }

  .col-box-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 116px;
  }
  .col-box-01 .col {
    width: calc( ( 476 / 980 ) * 100% );
  }
  .col-box-01 .col:first-child {
    width: calc( ( 448 / 980 ) * 100% );
  }
  .col-box-01 .home-m-01 {
    margin-top: -10px;
  }

  .line-01 {
    margin: 116px 0px;
  }

  .col-box-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 96px;
    margin-top: 80px;
  }
  .col-box-02 .col {
    width: calc( ( 448 / 980 ) * 100% );
  }
  .col-box-02 .col p {
    margin-bottom: 0px;
  }

  .slider li {
    margin: 0px 30px;
  }

  .features-list-box li {
    font-size: 18px;
    line-height: 28px;
    border-radius: 20px;
    height: 156px;
    width: calc( ( 476 / 980 ) * 100% );
    margin-bottom: calc( ( 476 / 980 ) * 100% );
    margin-bottom: 30px;
  }

  #home-possibility {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-possibility h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }
  #home-possibility .white-bg-02 {
    border-radius: 20px;
  }
  #home-possibility .col-box-01 {
    margin-bottom: 0px;
  }

  #home-examination {
    background-position: center center;
    padding-top: 160px;
    padding-bottom: 235px;
  }
  #home-examination h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .white-bg-03 {
    border-radius: 20px;
    padding: 60px 30px 40px;
  }
  .white-bg-03 h3 {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .white-bg-03 p {
    font-size: 16px;
    line-height: 32px;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
  }
  .english .white-bg-03 {
    padding: 80px 30px 40px;
  }
  .english .white-bg-03 p {
    text-align: center;
  }
  .white-bg-03 .exam-txt-wrap {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .white-bg-03 .exam-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    margin: 0px auto 20px;
  }
  .white-bg-03 .exam-txt h3 {
    margin-right: 1em;
  }
  .white-bg-03 .exam-txt p {
    text-align: left;
    margin: 0px;
  }

  #home-contact {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  #home-contact h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .white-bg-04 {
    padding: 0px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .white-bg-04 h3 {
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-width: 0px 1px 0px 0px;
    margin-right: 20px;
    padding-right: 20px;
  }
  .white-bg-04 .contact-name {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  .white-bg-04 .contact-mail {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .white-bg-04 .contact-notice {
    text-align: left;
  }
  .white-bg-04 .txt-area {
    margin-bottom: 0px;
    width: calc( ( 588 / 980 ) * 100% );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
  }
  .white-bg-04 .img-area {
    margin: 0px;
    border-radius: 0px 20px 20px 0px;
    width: calc( ( 392 / 980 ) * 100% );
  }
  .english .white-bg-04 .txt-area {
    display: block;
    padding: 0px 45px;
  }

  .small-txt {
    font-size: 16px;
    line-height: 32px;
  }

  .white-bg-05 {
    border-radius: 20px;
    padding: 50px;
    margin: 58px 0px;
  }

  .history-box-01-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .history-box-01 {
    margin-bottom: 0px;
    width: calc( ( 100% - 56px ) / 3 );
    display: flex;
    flex-direction: column;
  }
  .history-box-01 .txt {
    flex-grow: 1;
  }
  .history-box-01 .txt h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .line-02 {
    margin: 116px 0px;
  }

  .home-m-03 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 60px;
  }
  .home-m-03 .small {
    font-size: 24px;
  }

  .home-m-04 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 60px;
    margin-bottom: 28px;
  }

  .home-m-05 {
    font-size: 18px;
    line-height: 28px;
  }

  .home-m-06 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 60px;
  }

  .home-m-07 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 80px;
  }

  .home-m-08 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 60px;
  }

  .link-txt {
    font-size: 14px;
    line-height: 22px;
    margin-top: -14px;
  }

  .features-list-box-en {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .features-list-box-en li {
    font-size: 18px;
    line-height: 26px;
    border-radius: 20px;
    height: 156px;
    margin-bottom: 0px;
    width: calc( ( 100% - 28px ) / 2 );
  }

  #home-related {
    padding-top: 160px;
    padding-bottom: 235px;
  }
  #home-related h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 100px;
  }

  .related-list-box-en {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .related-list-box-en li {
    font-size: 18px;
    line-height: 26px;
    border-radius: 20px;
    height: 156px;
    margin-bottom: 0px;
    width: calc( ( 100% - 28px ) / 2 );
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  #title-area {
    padding: 155px calc( ( 150 / 1280 ) * 100vw ) 40px;
  }
  #title-area h2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 95px;
  }
  #title-area.news-title {
    padding: 90px calc( ( 150 / 1280 ) * 100vw ) 40px;
  }
  #title-area.news-title .date-wrap {
    margin-bottom: 30px;
  }
  #title-area.news-title .date-wrap .date {
    font-size: 14px;
    line-height: 34px;
  }
  #title-area.news-title .date-wrap .category {
    font-size: 14px;
    line-height: 34px;
    border-radius: 17px;
    width: 130px;
  }
  #title-area.news-title h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 60px;
  }
  .english #title-area.news-title h2 {
    font-size: 26px;
  }
  .english #title-area h2 {
    font-size: 42px;
  }

  .topic-path ul li {
    font-size: 12px;
    line-height: 16px;
    max-width: 240px;
  }

  .page-nation {
    margin-top: 100px;
  }
  .page-nation ul li {
    font-size: 16px;
    margin: 0px 10px;
    line-height: 60px;
  }
  .page-nation ul li a {
    width: 60px;
    height: 60px;
  }
  .page-nation ul li.prev a, .page-nation ul li.next a {
    background-size: 16px auto;
  }

  .wp-pagenavi {
    margin-top: 100px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 16px;
    margin: 0px 10px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink,
  .wp-pagenavi span.previouspostslink,
  .wp-pagenavi span.nextpostslink {
    background-size: 16px auto;
  }

  .news-detail {
    margin-top: 130px;
  }

  .img-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .img-box .txt {
    margin-top: 20px;
  }
  .img-box .txt p {
    font-size: 14px;
    line-height: 20px;
  }
  .img-box figure figcaption {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 60px;
  }
  .img-txt .txt {
    width: calc( 100% - 330px );
  }
  .img-txt .txt p {
    margin: 0px;
  }
  .img-txt .img {
    width: 300px;
  }
  .img-txt .img p {
    margin: 0px;
  }
  .img-txt .wp-block-group__inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }

  .prev-next {
    margin: 150px 0px 40px;
  }
  .prev-next li {
    font-size: 18px;
    line-height: 26px;
  }

  .back-btn {
    margin-bottom: 150px;
    width: 350px;
  }
  .back-btn a {
    height: 100px;
    border-radius: 50px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }

  /* 見出し */
  .m01 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 150px;
    margin-bottom: 40px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .pc1024 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    padding: 0px 150px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .news-category li {
    width: 124px;
  }

  .txt-img-01 .txt-area {
    width: 448px;
  }
  .txt-img-01 .img-area {
    width: calc( 598px + ( ( 100vw - 1280px ) / 2 ) );
    margin-right: calc( ( ( 100vw - 980px ) / 2 ) * -1 );
  }
  .english .txt-img-01 .txt-area {
    width: 596px;
  }
  .english .txt-img-01 .img-area {
    width: 330px;
  }

  .features-box-01 .txt-area h3 {
    font-size: 20px;
  }

  .white-bg-04 h3 {
    margin-right: 40px;
    padding-right: 40px;
  }

  /* 下層
  --------------------------------------------------------------------------------- */
  #title-area {
    padding-left: 0px;
    padding-right: 0px;
  }
  #title-area h2 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #title-area.news-title .date-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .topic-path {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 改行 */
  .sp,
  .sptab,
  .tab,
  .pc1024 {
    display: none;
  }

  .pc1280 {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 20px;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt40 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .mt100 {
    margin-top: 100px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
