/*---------------------------------------

responsive

---------------------------------------*/
.sponly {
  display: block;
}
@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}
@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}
@media (min-width: 1024px) {
  .lgless {
    display: none;
  }
}

.xlless {
  display: block;
}
@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}
@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}
@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}
@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}
@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}
@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}
@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

/*---------------------------------------

colors

---------------------------------------*/
/*---------------------------------------

base

---------------------------------------*/
img {
  width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  background: #FFFFFE;
  color: #1A3431;
}

.sm {
  font-size: 85%;
}

.xl {
  font-size: 125%;
}

.xxl {
  font-size: 150%;
}

.ul {
  border-bottom: 1px solid;
}

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.color {
  background: linear-gradient(to bottom, transparent 60%, rgba(230, 163, 10, 0.5) 60%);
}

.center {
  text-align: center;
}

/*---------------------------------------

header

---------------------------------------*/
.header {
  background: #fff;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0 16px 16px;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 20px 20px 16px;
  }
}
.header__logo {
  width: 160px;
}
@media (min-width: 768px) {
  .header__logo {
    width: 220px;
  }
}

/*---------------------------------------

main

---------------------------------------*/
.main__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 56px;
}
@media (min-width: 1024px) {
  .main__wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 56px 0 112px;
  }
}
@media (min-width: 1280px) {
  .main__wrapper {
    max-width: 1200px;
  }
}
.main-cta {
  display: none;
}
@media (min-width: 1024px) {
  .main-cta {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: calc(118px - 2em);
    width: 360px;
    padding: 2em 1em;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .main-cta {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .main-cta__wrapper {
    box-shadow: 0 0 10px rgba(140, 153, 151, 0.3);
    transition: 0.325s ease-in-out;
    text-align: center;
    padding: 56px 1em;
  }
  .main-cta__wrapper:hover {
    box-shadow: 0 0 16px rgba(140, 153, 151, 0.5);
  }
}
@media (min-width: 1024px) {
  .main-cta__top {
    color: #f97821;
    font-weight: 500;
    line-height: 2;
  }
  .main-cta__top span {
    border-bottom: 2px solid #f97821;
  }
}
@media (min-width: 1024px) {
  .main-cta__title {
    padding: 2em 1.5em;
  }
}
@media (min-width: 1024px) {
  .main-cta__button {
    text-align: center;
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .main-cta__link {
    display: inline-block;
    background-color: #E10115;
    background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: left 0;
    line-height: 1;
    padding: 0.9375rem;
    min-width: 9.25rem;
    max-width: 248px;
    width: 100%;
    font-weight: 500;
    transition: 0.325s ease-in-out;
    text-align: center;
    font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
    border-radius: 0.25em;
    color: #FFFFFE;
  }
  .main-cta__link:hover {
    background-position: right 0;
  }
}
@media (min-width: 1024px) {
  .main-cta__caption {
    margin-top: 1em;
  }
  .main-cta__caption span {
    font-weight: bold;
    font-size: 125%;
  }
}
.main-contents {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .main-contents {
    margin: 0;
    padding: 2em 1em;
  }
}
@media (min-width: 1280px) {
  .main-contents {
    max-width: 800px;
  }
}
.main-contents__title {
  font-weight: 500;
  position: relative;
  margin: 20px 0 0;
  padding-bottom: 8px;
  padding-left: 1em;
  color: #8c9997;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .main-contents__title {
    margin: 20px 0 32px;
    font-size: 24px;
    border-bottom: 2px solid rgba(140, 153, 151, 0.5);
  }
}

/*---------------------------------------

mainview

---------------------------------------*/
.mainview {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainview__middle {
  text-align: center;
  color: #f97821;
  margin: 1em 0;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .mainview__middle {
    font-size: 32px;
  }
}
.mainview__image {
  margin: 1em 0;
}
.mainview__image.-middle {
  margin-top: 2em;
}
.mainview__bottom {
  text-align: center;
  font-weight: bold;
  color: #1A3431;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 600px) {
  .mainview__bottom {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .mainview__bottom {
    font-size: 20px;
  }
}

/*---------------------------------------

archive

---------------------------------------*/
.archive {
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .archive {
    padding: 0;
  }
}
.archive p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .archive p {
    font-size: 18px;
  }
}
.archive__title {
  font-weight: 700;
  position: relative;
  margin: 40px 0 32px;
  padding-bottom: 16px;
  border-bottom: 4px solid rgba(140, 153, 151, 0.5);
  line-height: 1.5;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .archive__title {
    font-size: 28px;
    margin-top: 56px;
  }
}
.archive__title::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 4px;
  background: #475C5A;
  left: 0;
  bottom: -4px;
}
.archive__item {
  font-weight: 500;
  line-height: 1.6;
  margin: 1em 0;
  font-size: 16px;
  padding-left: 1.5em;
  position: relative;
}
@media (min-width: 1024px) {
  .archive__item {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    padding-left: 2em;
  }
}
.archive__item::before {
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-image: url(../img/check.svg);
  left: 0;
  top: 0.4em;
}
@media (min-width: 1024px) {
  .archive__item::before {
    width: 1em;
    height: 1em;
    top: 0.4em;
  }
}
.archive__contents {
  margin-top: 2em;
}
.archive__contents--item {
  border: 2px solid;
  margin-top: 1em;
}
.archive__contents--item p {
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .archive__contents--item p {
    padding: 0 1em 0 2em;
  }
}
.archive__contents p.archive__contents--title {
  margin: 0;
  background: #1A3431;
  color: #FFFFFE;
  font-size: 18px;
  font-weight: 500;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  .archive__contents p.archive__contents--title {
    font-size: 24px;
  }
}
.archive__contents--menu {
  margin: 1em 0 2em;
}
.archive__contents--menu p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .archive__contents--menu p {
    font-size: 16px;
  }
}
.archive__contents--imagebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.archive__contents--image {
  width: 50%;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .archive__contents--image {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .archive__image.recommend {
    padding: 1em;
  }
}
.archive__image.title {
  margin-top: 2em;
}
.archive__image.triangle {
  padding: 1em;
  max-width: 480px;
  margin: 0 auto;
}
.archive__voice {
  margin-top: 2em;
}
@media (min-width: 1024px) {
  .archive__voice {
    margin-top: 4em;
  }
}
.archive__voice p.archive__voice--title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 4px solid #f97821;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .archive__voice p.archive__voice--title {
    font-size: 24px;
    padding-left: 24px;
  }
}
.archive__voice p.archive__voice--person {
  font-size: 14px;
  margin: 0;
  padding-left: 16px;
  color: #f97821;
  padding-top: 0.5em;
  border-left: 4px solid #f97821;
}
@media (min-width: 1024px) {
  .archive__voice p.archive__voice--person {
    padding-left: 24px;
    font-size: 16px;
  }
}

/*---------------------------------------

voice

---------------------------------------*/
.voice {
  margin-top: 56px;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .voice {
    padding: 0;
  }
}
.voice p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .voice p {
    font-size: 18px;
  }
}
.voice__title {
  color: #2fb5be;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5em;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .voice__title {
    font-size: 32px;
  }
}
.voice__title span {
  display: block;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .voice__title span {
    font-size: 24px;
  }
}
.voice__title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #2fb5be;
  left: 0;
  bottom: -4px;
}
.voice__image {
  width: 50%;
  max-width: 280px;
  float: right;
}
.voice__image img {
  border-radius: 50%;
}
.voice__name {
  font-family: serif;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .voice__name {
    font-size: 24px;
  }
}
.voice__name span {
  font-size: 85%;
}

/*---------------------------------------

contents-cta

---------------------------------------*/
.contents-cta {
  transition: 0.325s ease-in-out;
  text-align: center;
  padding: 32px 1em;
  margin: 32px 16px;
  background: rgba(47, 181, 190, 0.05);
}
@media (min-width: 1024px) {
  .contents-cta {
    margin: 56px 0;
  }
}
.contents-cta:hover {
  box-shadow: 0 0 16px rgba(140, 153, 151, 0.2);
}
.contents-cta__top {
  color: #f97821;
  font-weight: 700;
  line-height: 2;
}
.contents-cta__top span {
  border-bottom: 2px solid #f97821;
}
@media (min-width: 1024px) {
  .contents-cta__top {
    font-size: 20px;
  }
}
.contents-cta__title {
  max-width: 400px;
  width: 80%;
  margin: 2em auto 3em;
}
.contents-cta__button {
  text-align: center;
  margin-top: 2em;
}
.contents-cta__link {
  display: inline-block;
  background-color: #E10115;
  background-image: linear-gradient(to right, #8E0506 0%, #E10115 50%, #E6A30A 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: left 0;
  line-height: 1;
  padding: 0.9375rem;
  min-width: 9.25rem;
  max-width: 248px;
  width: 100%;
  font-weight: 500;
  transition: 0.325s ease-in-out;
  text-align: center;
  font-size: calc(1.125rem + 2 * (100vw - 375px) / 1065);
  border-radius: 0.25em;
  color: #FFFFFE;
}
.contents-cta__link:hover {
  background-position: right 0;
}
.contents-cta__caption {
  margin-top: 1em;
}
.contents-cta__caption span {
  font-weight: bold;
  font-size: 125%;
}

/*---------------------------------------

lecturer

---------------------------------------*/
.lecturer {
  margin-top: 56px;
  background: rgba(47, 181, 190, 0.05);
  border: 1px solid #2fb5be;
  padding: 2em 1em;
}
@media (min-width: 1024px) {
  .lecturer {
    padding: 2em;
  }
}
.lecturer__title {
  font-size: 18px;
  font-weight: 700;
  color: #f97821;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  .lecturer__title {
    font-size: 28px;
  }
}
.lecturer__image {
  width: 50%;
  max-width: 260px;
  float: right;
}
.lecturer__image img {
  border-radius: 50%;
}
.lecturer__name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .lecturer__name {
    font-size: 36px;
  }
}
.lecturer__name span {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .lecturer__name span {
    font-size: 28px;
  }
}
.lecturer__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .lecturer__text {
    font-size: 18px;
  }
}
.lecturer__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #f97821;
  padding-bottom: 8px;
  border-bottom: 2px dotted #f97821;
  margin: 2em 0 1em;
}
.lecturer__subtext {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .lecturer__subtext {
    font-size: 18px;
  }
}

/*---------------------------------------

footer

---------------------------------------*/
.footer {
  background: #5a5f56;
  padding: 1em 2em;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer {
    flex-direction: row;
  }
}
.footer__pp--img {
  width: 40px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */