@charset "UTF-8";
/*
#overview
色

サイト全体で使用している色一覧
*/
/*
#colors
色

@white #fff
@black #444444
@gray #626262
@beige #efeee3
@beige2 #e5e1cd
@blue #4098bc
@blue2 #4064bc
@sky #80c5db
@sky2 #eaf5f9
@gold #a69e4d
@yellow #fff100
@pink #f19ec2
@pink2 #aa5290
@red #e60012
*/
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-navy: #232c5a;
  --color-blue: #00486e;
  --color-red: #e60012;
  --color-pink: #d580b2;
  --color-green: #506d69;
  --color-gray: #eee;
  --color-gray2: #ccc;
  --color-main: var(--color-green, #506d69);
  --color-sub: var(--color-blue, #89a1ce);
  --text-color: var(--color-black, #333);
  --pattern-cross: repeating-linear-gradient(
			45deg,
			var(--color-gray) 25%,
			transparent 25%,
			transparent 75%,
			var(--color-gray) 75%,
			var(--color-gray)
		),
		repeating-linear-gradient(
			45deg,
			var(--color-gray) 25%,
			transparent 25%,
			transparent 75%,
			var(--color-gray) 75%,
			var(--color-gray)
		);
  --pattern-stripe: repeating-linear-gradient(
		-45deg,
		transparent 0,
		transparent 3px,
		var(--color-gray) 3px,
		var(--color-gray) 6px
	);
  --width-base: 1000px;
  --width-main-column: 700px;
  --width-side-column: 200px;
}

.interval5em > *:not(:last-child) {
  margin-bottom: 0.5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.bg-black {
  background: #000;
}

.text-black {
  color: #000;
}

.bg-gray {
  background: #efefef;
}

.text-gray {
  color: #efefef;
}

.bg-beige {
  background: #f4efe6;
}

.text-beige {
  color: #f4efe6;
}

.bg-blue {
  background: #89a1ce;
}

.text-blue {
  color: #89a1ce;
}

.bg-green {
  background: #52ddae;
}

.text-green {
  color: #52ddae;
}

.bg-green2 {
  background: #39876d;
}

.text-green2 {
  color: #39876d;
}

.bg-green3 {
  background: #469280;
}

.text-green3 {
  color: #469280;
}

.bg-pale-green {
  background: #f0f7f2;
}

.text-pale-green {
  color: #f0f7f2;
}

.bg-pale-green2 {
  background: rgba(80, 178, 128, 0.3);
}

.text-pale-green2 {
  color: rgba(80, 178, 128, 0.3);
}

.bg-red {
  background: #df0515;
}

.text-red {
  color: #df0515;
}

.bg-orange {
  background: #f8b500;
}

.text-orange {
  color: #f8b500;
}

.bg-sky0 {
  background: #1b96d5;
}

.text-sky0 {
  color: #1b96d5;
}

.bg-green0 {
  background: #74be5a;
}

.text-green0 {
  color: #74be5a;
}

.bg-orange0 {
  background: #ef7d54;
}

.text-orange0 {
  color: #ef7d54;
}

.bg-pink0 {
  background: #e9516e;
}

.text-pink0 {
  color: #e9516e;
}

/*
@mixin bgStripe($type: -45, $color1: #fff, $color2: #000, $interval: 4, $size: 10) {
	@if (type_of($type) == number) {
		$stripes: ();
		$width: 100% / $interval;

		@for $i from 1 through $interval {
			//$stripes: append();

			@if $i == 1 {
				$colorStripe: $color1;
			} @else {
				$colorStripe: $color2;
			}
			$widthStripe: $width * $i;
			$stripes: append($stripes, $colorStripe);
		}
		background: repeating-linear-gradient($type + deg, $stripes);
	}
	background-size: $size + px $size + px;
}
*/
.wrap {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 130px;
}

.bg-feature78 {
  position: relative;
  background-color: #e6e94d;
}

.content__inner {
  padding-left: 150px;
  padding-right: 150px;
}

.feature78-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.feature78-main {
  position: relative;
  margin-bottom: 190px;
  text-align: center;
}

.feature78-main__img {
  position: relative;
  margin-top: 90px;
  max-width: 100%;
  height: auto;
  z-index: 10;
}

.feature78-main-img {
  position: absolute;
  max-width: 100%;
  height: auto;
}

.feature78-main-img--1 {
  right: 23%;
  top: 9%;
}

.feature78-main-img--2 {
  right: -1%;
  top: 17%;
}

.feature78-main-img--3 {
  right: -1%;
  top: 76%;
}

.feature78-main-img--4 {
  left: 8%;
  top: 97%;
  z-index: 0;
}

.feature78-main-img--5 {
  left: 5%;
  top: 54%;
  z-index: 3;
}

.feature78-main-img--6 {
  left: 1%;
  top: 11%;
  z-index: 2;
}

.feature78-top-wrap {
  position: relative;
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
  z-index: 5;
}

.feature78-top {
  flex: 1;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
}

.feature78-top__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  height: 110px;
  font-size: 27px;
  color: var(--color-white);
  background-color: #000;
  border-radius: 16px;
  line-height: 1.25;
}

.feature78-top__head span {
  font-size: calc(18 / 27 * 100%);
}

.feature78-top__head * {
  font-weight: bold;
}

.feature78-top__head--2 ruby {
  ruby-position: under;
}

.feature78-top__theme {
  margin-bottom: 1em;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.feature78-top__text {
  font-weight: bold;
  line-height: calc(28 / 16);
}

.feature78-top__text--2 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.feature78-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 33rem;
  height: 11rem;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  color: #008e79;
  background-color: #fff;
  border-radius: 5.5rem;
}

.feature78-head span {
  font-size: calc(18 / 27 * 100%);
}

.feature78-head * {
  font-weight: bold;
}

.feature78-head--1 {
  margin-bottom: 1em;
}

.feature78-head--2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0.5em;
  height: 17rem;
}

.feature78-head--2 ruby {
  ruby-position: under;
}

.feature78-head--process {
  margin-bottom: 1em;
}

.feature78-head--voice {
  margin-bottom: 3em;
  text-indent: 0.4em;
  letter-spacing: 0.4em;
}

@counter-style feature78-circled {
  system: fixed;
  symbols: "①" "②" "③";
  suffix: "";
}

.feature78-top-list {
  display: flex;
  justify-content: center;
  gap: 2em;
  counter-reset: cnt;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
}

.feature78-top-list li {
  counter-increment: cnt;
}

.feature78-top-list figure {
  position: relative;
  display: block;
}

.feature78-top-list img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

.feature78-top-list figcaption {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  display: inline-block;
  padding: 0 0.5em;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.5;
}

.feature78-top-list figcaption::before {
  content: counter(cnt, feature78-circled);
}

.feature78-section__header {
  position: relative;
  display: flex;
  justify-content: center;
}

.feature78-section__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  width: 36.8rem;
  height: 22.8rem;
  font-size: 6.3rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  color: #008e79;
  text-align: center;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
  background: url(../images/feature78-head-bg.svg) no-repeat center center/contain;
}

.feature78-section__text {
  margin-bottom: 1em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: calc(28 / 16);
}

.feature78-section__text--top {
  color: #008e79;
}

.feature78-section__img-wrap {
  position: relative;
}

.feature78-section__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.feature78-section__img--l {
  margin-bottom: 2em;
}

.feature78-section__img--s1 {
  position: absolute;
  right: -23%;
  bottom: -11%;
}

.feature78-section__img--c1 {
  position: absolute;
  right: -11%;
  top: -11%;
}

.feature78-section__img--c2 {
  position: absolute;
  right: -13%;
  bottom: -12%;
}

.feature78-section__img--c3 {
  position: absolute;
  right: 17%;
  bottom: -19%;
}

.feature78-section__img--c4 {
  position: absolute;
  left: -20%;
  top: 15%;
}

.feature78-section__img--sports-1 {
  position: absolute;
  left: -21%;
  bottom: -27%;
}

.feature78-section__img--sports-2 {
  position: absolute;
  right: -11%;
  bottom: 7%;
}

.feature78-section__img--culture-1 {
  position: absolute;
  left: -19%;
  bottom: 10%;
}

.feature78-section__img--culture-2 {
  position: absolute;
  right: -10%;
  bottom: 15%;
}

.feature78-voice-wrap {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.feature78-voice__header {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-bottom: 1em;
  width: 100%;
}

.feature78-voice__data {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 1em;
  font-size: 18px;
}

.feature78-voice__data__post {
  width: 100%;
  font-weight: bold;
}

.feature78-voice__data__name {
  font-size: calc(26 / 18 * 100%);
  font-weight: bold;
}

.feature78-voice__data__jh {
  font-weight: bold;
}

.feature78-voice__img {
  display: block;
  border-radius: 1em;
  width: 210px;
}

.feature78-voice__text {
  line-height: calc(28 / 16);
}

.feature78-voice-head {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .content__inner {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
  .feature78-content {
    gap: 10vw;
  }
  .feature78-main__img {
    width: 45.66667vw;
  }
  .feature78-main-img--1 {
    width: 19.5vw;
  }
  .feature78-main-img--2 {
    width: 23.25vw;
  }
  .feature78-main-img--3 {
    width: 30.91667vw;
  }
  .feature78-main-img--4 {
    width: 70.83333vw;
  }
  .feature78-main-img--5 {
    width: 19.75vw;
  }
  .feature78-main-img--6 {
    width: 22.75vw;
  }
  .feature78-section__img--s1 {
    width: 17.41667vw;
  }
  .feature78-section__img--c1 {
    width: 15.5vw;
  }
  .feature78-section__img--c2 {
    width: 15.08333vw;
  }
  .feature78-section__img--c3 {
    width: 16.33333vw;
  }
  .feature78-section__img--c4 {
    width: 15.16667vw;
  }
  .feature78-section__img--sports-1 {
    width: 21.91667vw;
  }
  .feature78-section__img--sports-2 {
    width: 17.41667vw;
  }
  .feature78-section__img--culture-1 {
    width: 28.25vw;
  }
  .feature78-section__img--culture-2 {
    width: 21.16667vw;
  }
  .feature78-voice-head__img {
    width: auto;
    height: 5.83333vw;
  }
}

@media screen and (max-width: 992px) {
  .content__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .feature78-section__img--s1 {
    right: 0;
  }
  .feature78-section__img--c1 {
    display: none;
  }
  .feature78-section__img--c2 {
    right: 0;
  }
  .feature78-section__img--c4 {
    display: none;
  }
  .feature78-section__img--sports-1 {
    left: 0;
  }
  .feature78-section__img--sports-2 {
    right: 0;
  }
  .feature78-section__img--culture-1 {
    left: 0;
  }
  .feature78-section__img--culture-2 {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .bg-feature78 {
    background-size: 100%;
  }
  .feature78-content {
    gap: 10vw;
  }
  .feature78-main {
    margin-bottom: 25vw;
  }
  .feature78-main__img {
    margin-top: 20vw;
    width: 70%;
  }
  .feature78-main-img--1 {
    right: 0;
    top: 29%;
    width: 30vw;
  }
  .feature78-main-img--2 {
    display: none;
  }
  .feature78-main-img--3 {
    right: 2%;
    top: 105%;
    width: 49vw;
  }
  .feature78-main-img--4 {
    display: none;
  }
  .feature78-main-img--5 {
    left: 3%;
    top: 84%;
    width: 35vw;
  }
  .feature78-main-img--6 {
    left: 2%;
    top: 17%;
    width: 30vw;
  }
  .feature78-top-wrap {
    flex-direction: column;
  }
  .feature78-top__head {
    height: 25vw;
    font-size: 4.5vw;
  }
  .feature78-top__theme {
    font-size: 4.5vw;
  }
  .feature78-top__text--2 {
    padding-left: 0;
    padding-right: 0;
  }
  .feature78-head {
    height: 20vw;
    font-size: 4.5vw;
    background-size: cover;
    border-radius: 10vw;
  }
  .feature78-head--2 {
    padding-top: 0.5em;
    height: auto;
  }
  .feature78-head__theme {
    width: 65%;
    height: auto;
  }
  .feature78-top-list {
    flex-wrap: wrap;
    align-items: center;
    gap: 5vw;
  }
  .feature78-top-list li {
    max-width: 40vw;
  }
  .feature78-section__head {
    padding-top: 1em;
    width: 47.91667vw;
    height: 29.6875vw;
    font-size: 6.35081vw;
  }
  .feature78-section__img--s1 {
    right: -5%;
    bottom: -45%;
    width: 20vw;
  }
  .feature78-section__img--c2 {
    right: -10%;
    bottom: -15%;
    width: 22vw;
  }
  .feature78-section__img--c3 {
    right: 14%;
    bottom: -27%;
    width: 27vw;
  }
  .feature78-section__img--sports-1 {
    bottom: 0;
    left: -3%;
    width: 22vw;
  }
  .feature78-section__img--sports-2 {
    right: 0;
    width: 20vw;
  }
  .feature78-section__img--culture-1 {
    left: -4%;
    bottom: 8%;
    width: 28vw;
  }
  .feature78-section__img--culture-2 {
    bottom: 5%;
    right: -2%;
    width: 22vw;
  }
  .feature78-voice__student {
    align-self: flex-start;
    width: 20vw;
    height: auto;
  }
  .feature78-voice__data {
    width: 55vw;
    font-size: 3.6vw;
  }
  .feature78-voice__data__post {
    height: auto;
  }
  .feature78-voice__img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .feature78-voice-head__img {
    margin-bottom: 0.5em;
    height: 10vw;
  }
}
