@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
html {
  scroll-behavior: smooth;
}
#main #content #mainarea {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #444C55;
}
#main #content #mainarea img {
  vertical-align: bottom;
}
#main #content #mainarea a {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main #content #mainarea a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
#main #content #mainarea .p-title {
  font-size: 20px;
  font-weight: 700;
  color: rgba(68, 76, 85, 0.4);
  font-style: italic;
  margin-top: 40px;
  text-align: center;
  width: 46.6%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #main #content #mainarea .p-title {
    width: 70%;
  }
}
#main #content #mainarea .p-title img {
  max-width: 100%;
  height: auto;
}
#main #content #mainarea .base-color-bg {
  background: #C5D8EE;
}
#main #content #mainarea .main-color-bg {
  background: #C5D8EE;
}
@media screen and (max-width: 767px) {
  #main #content #mainarea .main-color-bg .button-wrap .button-2 {
    margin-top: 10px !important;
  }
}
#main #content #mainarea .sub-color-bg {
  background: #3D5FA8;
}
#main #content #mainarea .accent-color-bg {
  background: #444C55;
}
#main #content #mainarea .white-bg {
  background: #fff;
}
#main #content #mainarea .base-color-text {
  color: #C5D8EE;
}
#main #content #mainarea .main-color-text {
  color: sub-color;
}
#main #content #mainarea .sub-color-text {
  color: #3D5FA8;
}
#main #content #mainarea .accent-color-text {
  color: #444C55;
}
#main #content #mainarea .number {
  width: 26px;
  height: 26px;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: normal;
}
#main #content #mainarea .text-big {
  font-size: 16px;
}
#main #content #mainarea .speech {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
}
#main #content #mainarea .speech::after {
  content: "";
  bottom: calc(-20px / 2);
  left: 50%;
  margin-left: calc(-20px / 2);
  display: block;
  background: #3D5FA8;
  height: calc(20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main #content #mainarea .school-name {
  background: #73B5FB;
  border-radius: 0 10px 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
}
#main #content #mainarea .school-name p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline;
  color: #fff;
}
#main #content #mainarea .school-name::before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  -webkit-mask-image: url(school.svg);
  -webkit-mask-size: 18px 13px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(school.svg);
  mask-size: 18px 13px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  margin-right: 3px;
}
#main #content #mainarea .day-block {
  text-align: right;
  padding: 0 5px 5px;
  color: rgba(68, 76, 85, 0.5);
}
#main #content #mainarea .title {
  width: 100%;
}
#main #content #mainarea .title img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .iee-block {
  padding: 15px 15px 0 15px;
}
@media screen and (max-width: 767px) {
  #main #content #mainarea .iee-block {
    padding: 0px 15px;
  }
}
#main #content #mainarea .iee-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #444C55;
}
#main #content #mainarea .index-block {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 768px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: calc(50% - 768px / 2);
  padding-left: calc(50% - 768px / 2);
}
#main #content #mainarea .index-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
#main #content #mainarea .index-title-wrapper .p-title {
  width: auto;
}
#main #content #mainarea .index-item {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 4px 10px;
  margin: 0px 20px;
  background: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #444C55;
}
#main #content #mainarea .index-item .marker {
  width: 20px;
}
#main #content #mainarea .index-item .marker img {
  width: 100%;
}
#main #content #mainarea .item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  text-decoration: underline;
  line-height: 1.6em;
}
#main #content #mainarea .index-line {
  height: revert-layer;
}
#main #content #mainarea .index-line img {
  width: 100%;
  vertical-align: top;
}
#main #content #mainarea .h2-block {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3D5FA8;
}
#main #content #mainarea .h2-text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
}
#main #content #mainarea .h2-sub {
  font-size: 18px;
  line-height: 1.6em;
}
#main #content #mainarea .h3-block {
  padding-left: 15px;
  padding-right: 15px;
  color: #3D5FA8;
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 500;
}
#main #content #mainarea .h3-block::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #3D5FA8;
  position: relative;
  left: 50%;
  margin-left: -32px;
  margin-top: 10px;
}
#main #content #mainarea .h4-block {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
#main #content #mainarea .interview-block {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px;
  background-color: #3D5FA8;
}
#main #content #mainarea .interview-block::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: relative;
  top: 12px;
}
#main #content #mainarea .interview-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
#main #content #mainarea .speaker-block {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  #main #content #mainarea .speaker-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#main #content #mainarea .speaker-image {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(30px at center);
}
#main #content #mainarea .speaker-details {
  border-bottom: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main #content #mainarea .speaker-name {
  font-size: 11px;
  margin-bottom: 0px !important;
}
#main #content #mainarea .text-block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
#main #content #mainarea .column-block {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#main #content #mainarea .column-title {
  border-bottom: 2px solid #C5D8EE;
  font-size: 16px;
  padding-bottom: 5px;
}
#main #content #mainarea .column-img-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 10px);
  background: #fff;
  margin-left: 10px;
  border-radius: 70px 0 0 0;
}
#main #content #mainarea .column-img-block p {
  margin-left: 15px;
  margin-right: 15px;
}
#main #content #mainarea .column-img-block p:first-of-type {
  padding-top: 15px;
}
#main #content #mainarea .column-img-block p:last-of-type {
  padding-bottom: 15px;
}
#main #content #mainarea .column-img {
  float: left;
  margin: 0 30px 6px 0;
  shape-outside: circle();
}
#main #content #mainarea .column-img img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: circle(70px at center);
}
#main #content #mainarea .slide_title {
  color: sub-color;
  padding-top: 30px;
}
#main #content #mainarea .slider-block {
  margin-top: 40px;
}
#main #content #mainarea .slider .slick-list {
  overflow: inherit;
}
#main #content #mainarea .slider .splide__slide {
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
#main #content #mainarea .slider .splide__slide img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .slider .splide__slide .caption {
  -webkit-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
  opacity: 0;
  width: 100%;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  line-height: 1.4em;
}
#main #content #mainarea .slider .splide__slide.slick-current {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
#main #content #mainarea .slider .splide__slide.slick-current .caption {
  opacity: 1;
}
#main #content #mainarea .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
}
#main #content #mainarea .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 10px;
  right: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#main #content #mainarea .slick-arrow.slick-prev {
  right: 50px;
}
#main #content #mainarea .slick-arrow.slick-prev::before {
  border-width: 0 0 2px 2px;
  right: auto;
  left: 12px;
}
#main #content #mainarea .slick-dots {
  width: calc(100% - 100px);
  margin: 2% 0 0 10px;
}
#main #content #mainarea .slick-dots li {
  display: inline-block;
}
#main #content #mainarea .slick-dots li.slick-active button {
  background: sub-color;
}
#main #content #mainarea .slick-dots button {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px 2px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #444C55;
  border-radius: 50%;
}
#main #content #mainarea .img-full-block {
  width: 100%;
  margin: 0 auto;
}
#main #content #mainarea .img-full-block img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .img-block {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #main #content #mainarea .img-block {
    padding: 0 15px !important;
  }
}
#main #content #mainarea .images {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#main #content #mainarea .images img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .images .caption {
  width: 100%;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}
#main #content #mainarea .movie-block {
  width: 95%;
  max-width: 560px;
  margin: 0 auto;
}
#main #content #mainarea .movie-block .movie-block-inner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#main #content #mainarea .movie-block .movie-block-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main #content #mainarea .button {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#main #content #mainarea .button:hover .arrow {
  -webkit-animation: arrowmove 1.4s ease-in-out infinite alternate;
          animation: arrowmove 1.4s ease-in-out infinite alternate;
}
#main #content #mainarea .button a {
  min-width: 230px;
  padding: 7px 10px;
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 2px #444C55 solid;
  color: #444C55;
}
@media screen and (min-width: 768px) {
  #main #content #mainarea .button a {
    min-width: 320px;
    padding: 16px 10px;
  }
  #main #content #mainarea .button a .button-text {
    font-size: 18px;
  }
}
#main #content #mainarea .button-2 a {
  background: #3D5FA8;
  border: none;
  color: #fff;
}
#main #content #mainarea .button-2 a .arrow {
  background: #fff;
}
#main #content #mainarea .button-2 a .arrow::after {
  background: #3D5FA8;
}
#main #content #mainarea .button-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 14px;
}
#main #content #mainarea .button-wrap .button-2 {
  margin-top: 20px;
}
#main #content #mainarea .arrow {
  width: 20px;
  height: 20px;
  position: relative;
  background: #444C55;
  border-radius: 10px;
}
#main #content #mainarea .arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(arrow.svg);
  -webkit-mask-size: 12px 12.8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(arrow.svg);
  mask-size: 12px 12.8px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
#main #content #mainarea .link {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#main #content #mainarea .link a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#main #content #mainarea .link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #444C55;
  font-weight: 700;
  text-decoration: underline;
}
#main #content #mainarea .list-table {
  width: calc(100% - 30px);
  border-collapse: collapse;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main #content #mainarea th,
#main #content #mainarea td {
  padding: 4px 10px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  line-height: 1.5;
}
#main #content #mainarea th {
  background: #FFF9E3;
  font-weight: bold;
}
#main #content #mainarea td {
  background: #fff;
}
#main #content #mainarea .event-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 15px;
  background-color: #fff;
  color: #444C55;
}
#main #content #mainarea .event-block h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
#main #content #mainarea .event-block h4 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #main #content #mainarea .event-block .button-wrap .button-2 {
    margin-top: 10px !important;
  }
}
#main #content #mainarea .event {
  width: 100%;
  border-bottom: 1px solid #444C55;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#main #content #mainarea .event-title,
#main #content #mainarea .event-details {
  font-size: 18px;
  line-height: 1.5em;
  color: #444C55;
}
#main #content #mainarea .footer-text {
  padding: 15px;
  text-align: right;
  color: #444C55;
  font-size: 12px;
  line-height: 1.4em;
  background-color: sub-color;
}
#main #content #mainarea .speaker-intro {
  background-color: #c5d8ee78;
  margin: 15px 15px 0px 15px;
  padding: 20px;
}
#main #content #mainarea .speaker-intro .speaker-details {
  border-bottom: none;
}
#main #content #mainarea .speaker-intro .speaker-name {
  font-size: 15px;
  font-weight: 700;
}
#main #content #mainarea .speaker-intro .teacher01 {
  padding-bottom: 20px;
}
#main #content #mainarea .teacher01 .speaker-name {
  color: #0A8754;
}
#main #content #mainarea .teacher02 .speaker-name {
  color: #FE9000;
}
#main #content #mainarea .cnt01 {
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
}
#main #content #mainarea .cnt01 h2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}
#main #content #mainarea .cnt01 h2 img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .cnt01_content {
  padding: 30px;
  margin-top: 15px;
}
#main #content #mainarea .cnt01_textbox01 {
  padding: 15px;
}
#main #content #mainarea .cnt01_textbox02 {
  padding: 30px;
}
#main #content #mainarea .cnt01 .slider-block {
  margin-top: 50px;
}
#main #content #mainarea .cnt01_bottom {
  margin-top: 50px;
  padding-bottom: 50px;
  background-color: #C5D8EE;
}
#main #content #mainarea .cnt01_bottom_textbox {
  background-color: #fff;
  padding: 30px;
}
#main #content #mainarea .cnt01_bottom_textbox p:not(:last-child) {
  margin-bottom: 1em;
}
#main #content #mainarea .cnt02 {
  background-color: #C5D8EE;
  position: relative;
  padding-bottom: 60px;
  margin-top: 0px !important;
  background-color: #fff;
}
#main #content #mainarea .cnt02 h2 {
  margin-right: auto;
  margin-left: auto;
}
#main #content #mainarea .cnt02 h2 img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .cnt02 .cnt02_textbox01 {
  padding: 15px;
}
#main #content #mainarea .cnt02 .cnt02_profile {
  padding: 20px;
  background-color: #fff;
}
#main #content #mainarea .cnt02 .cnt02_profile .cnt02_profile_head {
  color: sub-color;
  padding-bottom: 10px;
}
#main #content #mainarea .cnt02 .cnt02_profile .cnt02_profile_head.girls {
  padding-top: 20px;
}
#main #content #mainarea .cnt02_content {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
}
#main #content #mainarea .cnt02 .button-2 {
  margin-bottom: 0;
  margin-top: 60px;
}
#main #content #mainarea .cnt02 .button-2.mt30 {
  margin-top: 30px;
}
#main #content #mainarea .cnt03 {
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
  margin-top: 0px !important;
}
#main #content #mainarea .cnt03 h2 {
  margin-right: auto;
  margin-left: auto;
}
#main #content #mainarea .cnt03 h2 img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .cnt03_h3 {
  margin-right: auto;
  margin-left: auto;
  width: 91.2%;
}
#main #content #mainarea .cnt03_h3 img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .cnt03_content {
  background-color: #fff;
  padding: 30px;
}
#main #content #mainarea .cnt04 {
  background-color: #fff;
  position: relative;
  padding-bottom: 50px;
  margin-top: 0px !important;
}
#main #content #mainarea .cnt04 h2 {
  margin-right: auto;
  margin-left: auto;
}
#main #content #mainarea .cnt04 h2 img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .cnt04_content {
  background-color: #fff;
  padding: 30px;
}
#main #content #mainarea .cnt04 .cnt04_textbox01 {
  padding: 15px;
}
#main #content #mainarea .cnt04 .interview-block {
  margin: 0;
}
#main #content #mainarea .index-line.iee-author-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#3D5FA8), color-stop(58.88%, #99B4EE));
  background: linear-gradient(180deg, #3D5FA8 0%, #99B4EE 58.88%);
}
#main #content #mainarea .index-line.iee-author-bottom {
  background-color: #fff;
}
#main #content #mainarea .iee-author {
  position: relative;
  padding: 30px;
  border: 20px solid #3D5FA8;
  background-color: white;
}
#main #content #mainarea .iee-author::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/t-el-seibi-250805_iee-bg.png);
  width: 100%;
  /*幅*/
  height: 200px;
  /*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-size: contain;
  background-repeat: no-repeat;
}
#main #content #mainarea .iee-author-title {
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
}
#main #content #mainarea .iee-author-title img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .iee-author .iee-author-text {
  color: #3D5FA8;
  font-size: 14px;
  line-height: 1.8em;
  padding: 0px 20px 20px 20px;
  z-index: 10;
  position: inherit;
}
@media screen and (max-width: 768px) {
  #main #content #mainarea .iee-author .button-wrap .button {
    margin-top: 10px !important;
  }
}
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.p30 {
  padding-top: 30px;
  background-color: #C5D8EE;
}
.mb30 {
  margin-bottom: 30px;
}
