@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.main__movie {
  margin: 0 auto 3.9rem !important;
}
.main__video {
  margin-top: -12px;
}
.main__title {
  letter-spacing: 0.17rem;
  max-width: 1020px;
}
@media (max-width: 768px) {
  .main__title {
    max-width: 90%;
  }
}
.main__paragraph {
  line-height: 1.81rem;
  letter-spacing: 0.08rem;
}
.main__content-35 {
  padding-left: 9.5rem !important;
}
@media (max-width: 768px) {
  .main__content-35 {
    flex-basis: 100%;
    padding-left: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  .conceptdiv {
    align-items: center;
  }
}
.concept__img-box {
  flex-basis: 32.1%;
}
@media (max-width: 768px) {
  .concept__img-box {
    max-width: 246px;
    margin: 0 auto;
  }
}
.concept__img {
  width: 100%;
}
.concept__text-box {
  flex-basis: 47%;
}
@media (max-width: 768px) {
  .concept__text-box {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .concept__img-box, .concept__text-box {
    flex-basis: 100%;
  }
}
.concept__paragraph {
  padding-top: 15px;
}

.pc {
  display: block;
}
@media (max-width: 576px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 576px) {
  .sp {
    display: block;
  }
}

.basic {
  border-top: solid 1px #EBEBEB;
  color: #000;
  width: 100%;
  margin-bottom: 5rem;
  font-size: 16px;
}
.basic tr th, .basic tr td {
  border-bottom: solid 1px #EBEBEB;
  line-height: 200%;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  padding: 24px 30px 21px 0;
}
.basic tr * + th, .basic tr * + td {
  border-left: solid 1px #EBEBEB;
  padding-left: 30px;
}
.basic tr * + th:before, .basic tr * + th:after, .basic tr * + td:before, .basic tr * + td:after {
  background-color: #fff;
  position: absolute;
  left: -3px;
  display: block;
  width: 5px;
  height: 20px;
  content: "";
}
.basic tr * + th:before, .basic tr * + td:before {
  top: 0;
}
.basic tr * + th:after, .basic tr * + td:after {
  bottom: 0;
}
.basic tr:last-of-type th, .basic tr:last-of-type td {
  border-bottom: 1px solid #EBEBEB;
}
.basic tr th {
  white-space: nowrap;
  width: 160px;
}
.basic tr td {
  white-space: normal;
}
.basic:last-of-type {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .basic tr th, .basic tr td {
    padding: 14px 8px 11px 0;
    white-space: normal;
  }
  .basic tr * + th, .basic tr * + td {
    padding-left: 14px;
  }
  .basic tr th {
    width: 70px;
  }
}

.btn {
  background: #00155F;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  border-radius: 0;
  transition: 0.3s ease-in-out;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  position: relative;
  border: none;
  white-space: normal;
  line-height: 56px;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
}
.btn:hover {
  background-position: 0 0;
}
.btn span {
  justify-content: center;
  align-items: center;
  display: flex;
}
.btn span:after, .btn span:before {
  display: inline-block;
  transform: translateX(-0.5rem) rotate(90deg);
}
.btn span:after {
  content: url(/seminar/img/common/icon_chevron-right_white.svg);
  position: absolute;
  right: 0.5rem;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 5rem;
}
.table-responsive > table {
  margin: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.video {
  position: relative;
  padding: 0 0 56.25% 0;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video img {
  cursor: pointer;
}

.acd-check {
  display: none;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px 10px 20px;
  visibility: visible;
}
.acd-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
  font-weight: bold;
}
.acd-label:after {
  content: url(/seminar/img/common/icon_chevron-right.svg);
  display: inline-block;
  transform: rotate(90deg);
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
}
.acd-content.active {
  height: auto;
  opacity: 1;
  padding: 10px 10px 20px;
  visibility: visible;
  transition: 0.5s;
}

.js-trigger {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .is-show {
    top: 0;
    opacity: 1;
  }
  .is-show.slide-up {
    position: relative;
    top: 10%;
    transition: top 860ms, opacity 1s;
  }
  .is-show.fade-in-left {
    -webkit-animation: fade-in-left 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .is-show.fade-in-left-2 {
    -webkit-animation: fade-in-left 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
}
body._35th {
  min-width: 350px;
  /**
   * ----------------------------------------
   * animation fade-in-left
   * ----------------------------------------
   */
}
body._35th h1 > img {
  margin: 0 auto;
  display: block;
  width: 378px;
  max-width: 100%;
}
body._35th h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  margin: 2.8rem 0;
  color: #00155F;
}
body._35th h3 {
  font-size: 20px;
  text-align: center;
}
body._35th p {
  font-size: 16px;
}
body._35th ul.cheack {
  font-size: 20px;
  margin: 0 auto 2rem;
  display: block;
  max-width: 70%;
  line-height: 2;
}
body._35th ul.cheack li {
  list-style: none;
  padding-left: 2rem;
  text-indent: -1.4rem;
}
body._35th ul.cheack li:before {
  content: url(/seminar/img/common/icon_check.svg);
  display: inline-block;
  margin-right: 1rem;
}
body._35th .red_line {
  position: relative;
  padding: 0.2rem 0.8rem;
  border-left: 3px solid #E5360C;
  line-height: 1.4;
}
body._35th .red_line span {
  font-weight: normal;
  font-size: 1rem;
}
body._35th .border-box {
  border: solid 1px #FF4E4E;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}
body._35th .border-box.close {
  border: solid 20px #EBEBEB;
  color: #FF4E4E;
}
body._35th .main_visual {
  width: 100%;
  height: 700px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background: url(../img/bg_main_pc.jpg) no-repeat center bottom fixed;
  background-size: cover;
}
body._35th .main_visual + section {
  max-width: 640px;
  margin: 0 auto 3rem;
}
body._35th .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/bg_inner.svg) repeat-y center center;
  background-size: contain;
}
body._35th .inner > header, body._35th .inner > .content {
  width: 90%;
  max-width: 1020px;
  background: #fff;
  padding: 4.5rem 6.5rem;
}
body._35th .inner.parallax {
  height: auto;
  min-height: 15rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
body._35th .inner .content {
  transform: translateX(0);
  box-shadow: 0 10px 15px RGB(0 0 0/30%);
  border-radius: 6px;
  margin-bottom: 2.5rem;
}
body._35th .inner .content:nth-last-of-type(1) h3 + p {
  display: block;
  text-align: center;
}
body._35th .inner .content:nth-last-of-type(1) h3 + p > a {
  display: inline-block;
}
body._35th .inner .content .concept {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  body._35th .inner .content .concept {
    justify-content: center;
  }
}
body._35th .inner .content .concept + p {
  margin-bottom: 3rem;
}
body._35th .inner .content .concept h3 {
  text-align: left;
  margin-bottom: 1.5rem;
}
body._35th .inner .content .concept h3 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-bottom: 2rem;
}
body._35th .inner .content .concept h4 {
  font-size: 20px;
}
body._35th .inner .content .concept h4 span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 0.5rem;
}
body._35th .inner .content .concept .acd-label {
  position: absolute;
  bottom: 0;
  right: 0;
}
body._35th .inner .content table h3 {
  text-align: left;
  margin-bottom: 2rem;
}
body._35th .inner .content table .concept > img {
  width: 142px;
}
body._35th .inner .content .notes {
  background-color: #EEEEEE;
  color: #6A6A6A;
  padding: 1.5rem;
  list-style: disc;
  margin-bottom: 3rem;
}
body._35th .inner .content .notes li {
  margin-left: 1em;
  text-indent: 0;
  overflow: visible;
}
body._35th .inner .content .img-center {
  text-align: center;
}
body._35th a:hover > img {
  opacity: 0.7 !important;
}
body._35th header {
  width: 100%;
  box-shadow: none;
}
body._35th header > div {
  padding: 20px;
}
body._35th footer {
  max-width: 100%;
  width: 100%;
  padding: 0;
  border-top: 1px solid #EBEBEB;
}
body._35th footer section {
  margin: 0;
  padding: 20px 0;
  border: none;
  justify-content: center;
  background: #fff;
}
body._35th footer address {
  background: #00155F;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-style: normal;
}
@media (max-width: 1350px) {
  body._35th .inner {
    transform: translateX(0);
    width: 100%;
  }
  body._35th .inner > header, body._35th .inner > .content {
    max-width: 100%;
  }
  body._35th .inner .content {
    transform: translateX(0);
  }
}
body._35th .head-holders {
  max-width: 1020px;
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
body._35th .head-holders__link {
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
@media (max-width: 768px) {
  body._35th .head-holders__link {
    width: 125px;
  }
}
body._35th .head-holders__img {
  width: 100%;
}
body._35th .s-holders__title {
  letter-spacing: 0.17rem;
}
body._35th .s-holders__paragraph {
  letter-spacing: 0.08rem;
  line-height: 1.81;
}
body._35th .s-holders__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body._35th .s-holders__box {
    max-width: 100%;
  }
}
body._35th .s-holders__item {
  flex-basis: 49%;
  margin-bottom: 30px;
}
body._35th .s-holders__item:last-child, body._35th .s-holders__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body._35th .s-holders__item {
    flex-basis: 100%;
  }
  body._35th .s-holders__item:nth-last-child(2) {
    margin-bottom: 30px;
  }
}
body._35th .s-holders__img, body._35th .s-holders__name {
  display: block;
}
body._35th .s-holders__img {
  margin-bottom: 12px;
}
body._35th .s-holders__name {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
body._35th .s-holders__link {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
body._35th .s-holders__link:hover {
  text-decoration: underline;
}
body._35th .s-holders__link:visited {
  color: #000;
}
body._35th .interview-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: url("/35th/img/interviewHeadImage.jpg") right 50% bottom 37% no-repeat;
  background-size: cover;
}
body._35th .interview-head__box {
  font-size: 30px;
  text-align: center;
  color: #00155F;
}
@media (max-width: 768px) {
  body._35th .interview-head__box {
    font-size: 25px;
  }
}
body._35th .interview-head__title, body._35th .interview-head__name {
  display: block;
  margin-bottom: 15px;
}
body._35th .interview-head__title {
  font-size: 1.35rem;
}
@media (max-width: 768px) {
  body._35th .interview-head__title {
    font-size: 18px;
  }
}
body._35th .interview-section {
  padding-top: 40px;
}
body._35th .interview-section img {
  width: 100%;
}
@media (max-width: 768px) {
  body._35th .interview-section {
    padding-top: 0;
  }
}
body._35th .interview-section__sp-br {
  display: none;
}
@media (max-width: 768px) {
  body._35th .interview-section__sp-br {
    display: block;
  }
}
body._35th .interview-section__inner.content {
  margin-top: 3rem;
  padding: 4.5rem 6.5rem;
}
@media (max-width: 768px) {
  body._35th .interview-section__inner.content {
    padding: 2.5rem;
  }
}
body._35th .interview-section__section {
  padding-bottom: 30px;
}
body._35th .interview-section__big-title {
  margin: 0 0 2rem;
  letter-spacing: 0.08rem;
  text-align: left;
}
body._35th .interview-section__sub-title {
  text-align: left;
  letter-spacing: 0.06rem;
  margin-bottom: 25px;
}
body._35th .interview-section__paragraph {
  text-align: left !important;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  margin-bottom: 30px;
}
body._35th .interview-section__main-img {
  width: 100%;
  margin: 0 auto 50px;
}
body._35th .interview-section__sub-img {
  margin: 0 auto 70px;
  width: 61%;
  min-width: 500px;
}
@media (max-width: 768px) {
  body._35th .interview-section__sub-img {
    min-width: 100%;
  }
}
body._35th .interview-section__img-caption {
  padding-top: 28px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 0.9rem;
}
body._35th .interview-section__button {
  margin-top: 80px;
}
body._35th .interview-section__button-link {
  position: relative;
  display: flex;
  width: 495px;
  max-width: 100%;
  border: 2px solid #00155e;
  background: #00155e;
  margin: 1.3rem auto 0;
  align-items: center;
  justify-content: space-between;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 27px 15px;
  text-decoration: none;
}
body._35th .interview-section__button-link:hover {
  border: 2px solid #00155e;
  background: #fff;
}
body._35th .interview-section__button-link:hover > .interview-section__button-text,
body._35th .interview-section__button-link:hover > .interview-section__button-icon {
  color: #00155e;
}
@media (max-width: 768px) {
  body._35th .interview-section__button-link {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
body._35th .interview-section__button-text {
  flex-basis: 94%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08rem;
}
body._35th .interview-section__button-icon {
  flex-basis: 6%;
  margin-right: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
body._35th .about-section {
  border: solid 2px #c7c9c8;
  padding: 45px;
}
@media (max-width: 768px) {
  body._35th .about-section {
    padding: 25px;
  }
}
body._35th .about-section__logo-box {
  margin: 0 auto 45px;
  width: 61%;
  min-width: 500px;
}
@media (max-width: 768px) {
  body._35th .about-section__logo-box {
    margin: 0 auto 25px;
    min-width: 100%;
  }
}
body._35th .about-section__hp-logo-box {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 45px;
}
@media (max-width: 768px) {
  body._35th .about-section__hp-logo-box {
    width: 50%;
  }
}
body._35th .about-section__profile {
  margin-bottom: 20px;
}
body._35th .about-section__profile, body._35th .about-section__explanation {
  text-align: left !important;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media (max-width: 992px) {
  body._35th .inner .content {
    transform: translateX(0);
  }
  body._35th .inner .content .concept h3 {
    margin: 0 0 1rem;
    text-align: center;
  }
  body._35th .inner .content .concept h3 span {
    margin: 0 0 1rem;
  }
  body._35th .inner .content .concept h4 {
    font-size: 20px;
  }
  body._35th .inner .content .concept h4 span {
    margin: 0.5rem 0 0;
    line-height: 1.5;
  }
  body._35th .inner .content .concept .acd-label {
    position: relative;
  }
  body._35th .inner .content table .concept {
    flex-direction: row;
  }
  body._35th .inner .content table .concept > img {
    width: 80px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  body._35th h1 > img {
    width: 152px;
  }
  body._35th h2 {
    font-size: 20px;
    margin: 2rem 1rem;
  }
  body._35th h3 {
    font-size: 18px;
  }
  body._35th ul {
    max-width: 90%;
    font-size: 18px;
    margin: 0 auto;
  }
  body._35th .js-trigger {
    opacity: 1;
  }
  body._35th .notes {
    max-width: 100%;
  }
  body._35th .main_visual {
    height: 400px !important;
    background: url(../img/bg_main_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body._35th .main_visual + section {
    max-width: 90%;
  }
  body._35th .inner {
    width: 100%;
    transform: translateX(0);
  }
  body._35th .inner > header, body._35th .inner > .content {
    max-width: 100%;
    padding: 2.5rem;
  }
  body._35th .inner.parallax {
    background-repeat: repeat-y;
    background-attachment: inherit;
    background-size: contain;
    position: relative;
  }
  body._35th .inner .content {
    transform: translateX(0);
  }
  body._35th .inner .content .concept > img {
    margin: 0 auto 2.5rem;
  }
  body._35th .inner .content .concept:not(.row) {
    flex-direction: column;
  }
  body._35th .inner .content .concept.colum > img {
    margin: 0 0 1rem;
    width: 50%;
    margin: 0 auto;
  }
  body._35th .inner > footer {
    display: none;
  }
  body._35th > footer {
    display: block;
  }
  body._35th > footer section {
    flex-direction: column;
    flex-wrap: wrap;
  }
  body._35th > footer section a {
    display: block;
  }
}
@media (max-width: 576px) {
  body._35th .inner .content .concept.colum > img {
    width: 100%;
  }
  body._35th .inner .content .concept.row h3 {
    font-size: 20px;
  }
  body._35th .inner .content .concept.row h3 + p {
    font-size: 16px;
  }
  body._35th .inner .content .concept.row > img {
    max-width: 40%;
  }
  body._35th .border-box {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
body._35th .hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  body._35th .hero {
    background-position: 50% 0;
  }
}
body._35th .hero:after {
  bottom: 0;
  content: "";
  left: -2000%;
  position: absolute;
  right: -2000%;
  top: 0;
  z-index: 1;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body._35th .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
body._35th .animate {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
          animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
body._35th .delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body._35th .delay-400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body._35th .delay-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body._35th .delay-600 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body._35th .delay-700 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
body._35th .delay-800 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */