@charset "UTF-8";

.home .header {
  display: none;
}

.main-visual {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94%;
  height: 30vw;
  min-height: 530px;
  border-radius: 0 0 20px 20px;
  margin: 0 auto 30px;
}

.main-visual__title {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}

.main-visual__search {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 60px;
  z-index: 1;
}

.main-visual__search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  border: none;
  margin: auto;
  padding: 10px 60px 10px 30px;
  -webkit-transition: background 0.35s ease-in;
  transition: background 0.35s ease-in;
}

.main-visual__search-input::-webkit-input-placeholder {
  font-size: 1.1rem;
}

.main-visual__search-input::-moz-placeholder {
  font-size: 1.1rem;
}

.main-visual__search-input:-ms-input-placeholder {
  font-size: 1.1rem;
}

.main-visual__search-input::-ms-input-placeholder {
  font-size: 1.1rem;
}

.main-visual__search-input::placeholder {
  font-size: 1.1rem;
}

.main-visual__search-input:focus {
  background: #fff;
}

.main-visual__search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/top/search_btn_01.png) center center/contain no-repeat;
}

.main-visual__slide {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-visual__slide-item {
  position: relative;
  width: 100%;
  height: 100% !important;
  min-height: 530px;
}

.main-visual__slide-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
}

.main-visual__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #26a000;
  z-index: 900;
}

.main-visual__load-item {
  opacity: 0;
  -webkit-animation: fadein-up 0.5s linear forwards;
  animation: fadein-up 0.5s linear forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.main-visual__logo {
  margin-bottom: 20px;
}

.main-visual__loader {
  display: block;
  width: 180px;
  height: 5px;
  background-image: repeating-linear-gradient(-90deg, #fff, #fff 4px, transparent 4px, transparent 8px);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-size: 8px 8px;
  -webkit-animation: anim 8s linear infinite;
  animation: anim 8s linear infinite;
}

.main-visual .slick-slider .slick-track,
.main-visual .slick-slider .slick-list {
  height: 100%;
}

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.top-about {
  padding: 60px 0 100px;
}

.top-about .inner {
  position: relative;
  padding-top: 40px;
}

.top-about__ttl {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  z-index: 2;
}

.top-about__txt {
  position: relative;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 70px;
  z-index: 2;
}

.top-about__balloon {
  position: absolute;
  top: 0;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 220px;
  text-align: center;
  background: url(../images/top/about_balloon_bg_01.png) center center/contain no-repeat;
  z-index: 3;
}

.top-about__balloon-txt {
  line-height: 2;
  font-weight: 700;
}

.top-about__balloon-txt span {
  border-bottom: 1px solid #26a000;
}

.top-about__balloon-btn {
  display: inline-block;
  color: #fff;
  background: #26a000;
  border-radius: 20px;
  padding: 6px 18px;
}

.top-about__balloon-btn:hover {
  color: #fff;
}

.top-about__image {
  position: absolute;
  top: 0;
  left: 35px;
}

.top-sec--last {
  position: relative;
  padding-bottom: 170px;
}

.top-sec--last::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -100%;
  width: 50%;
  height: 100%;
  background-color: #eeeee5;
  -webkit-transform: skewY(7.5deg);
  transform: skewY(7.5deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.top-sec--last::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -100%;
  width: 50%;
  height: 100%;
  background-color: #eeeee5;
  -webkit-transform: skewY(-7.5deg);
  transform: skewY(-7.5deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.top-sec .inner {
  position: relative;
  max-width: 1260px;
}

.top-sec__ttl {
  display: inline-block;
  position: absolute;
  top: -80px;
  right: 120px;
  margin-bottom: 0;
  z-index: 13;
}

.top-sec--reverse .top-sec__ttl {
  right: auto;
  left: 120px;
}

.top-sec__image {
  overflow: hidden;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 493px);
  height: 530px;
  border-radius: 20px;
}

.top-sec__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
}

.top-sec--reverse .top-sec__image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.top-sec__txt-wrap {
  position: relative;
  width: 493px;
  padding: 60px 0 0 100px;
  z-index: 13;
}

.top-sec--reverse .top-sec__txt-wrap {
  padding: 60px 100px 0 40px;
}

.top-sec__read {
  position: relative;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.5rem;
  color: #26a000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.top-sec__read::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 70px);
  height: 1px;
  background: #555;
}

.top-sec--reverse .top-sec__read::after {
  left: -110px;
  width: calc(100% + 110px);
}

.top-sec__read .exclamation {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.top-sec__txt {
  font-weight: 700;
  margin-bottom: 40px;
}

.top-sec__btn {
  max-width: 160px;
  margin-left: 0;
}

.top-sec__foot {
  position: relative;
  width: 100%;
  z-index: 11;
}

.top-sec__foot::after {
  content: "";
  display: block;
  clear: both;
}

.top-sec__line {
  width: auto;
  height: 220px;
  float: right;
  margin-right: 13.93%;
}

.top-sec--reverse .top-sec__line {
  float: none;
  margin-right: 0;
  margin-left: 10.65%;
}

.top-sec__line .line {
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}

[data-animation=after] .top-sec__line .line {
  -webkit-animation: draw 1.2s linear forwards;
  animation: draw 1.2s linear forwards;
}

.top-sec__kurashi-img01 {
  position: absolute;
  top: -220px;
  left: 295px;
  width: 34.83%;
  background: url(../images/top/kurashi_foot_img_01.png) center center/contain no-repeat;
}

.top-sec__kurashi-img01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 87.29%;
}

.top-sec__kurashi-img02 {
  position: absolute;
  top: -110px;
  left: 120px;
  width: 12.29%;
  background: url(../images/top/kurashi_foot_img_02.jpg) center center/contain no-repeat;
}

.top-sec__kurashi-img02::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 81.33%;
}

.top-sec__sumai-img01 {
  position: absolute;
  top: -150px;
  right: 320px;
  width: 21.967%;
  background: url(../images/top/sumai_foot_img_01.png) center center/contain no-repeat;
}

.top-sec__sumai-img01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.top-sec__sumai-img02 {
  position: absolute;
  top: -175px;
  right: 100px;
  width: 22%;
  background: url(../images/top/sumai_foot_img_02.png) center center/contain no-repeat;
}

.top-sec__sumai-img02::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.862%;
}

.top-sec__hataraku-img01 {
  position: absolute;
  top: -200px;
  left: 60px;
  width: 40%;
  background: url(../images/top/hataraku_foot_img_01.png) center center/contain no-repeat;
}

.top-sec__hataraku-img01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}

.top-sec__hataraku-img02 {
  position: absolute;
  top: -80px;
  right: 20px;
  width: 24.5%;
  background: url(../images/top/hataraku_foot_img_02.png) center center/contain no-repeat;
}

.top-sec__hataraku-img02::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 87.044%;
}

[data-animation] .top-sec__kurashi-img01,
[data-animation] .top-sec__kurashi-img02,
[data-animation] .top-sec__sumai-img01,
[data-animation] .top-sec__sumai-img02,
[data-animation] .top-sec__hataraku-img01,
[data-animation] .top-sec__hataraku-img02 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

[data-animation=after] .top-sec__kurashi-img01,
[data-animation=after] .top-sec__kurashi-img02,
[data-animation=after] .top-sec__sumai-img01,
[data-animation=after] .top-sec__sumai-img02,
[data-animation=after] .top-sec__hataraku-img01,
[data-animation=after] .top-sec__hataraku-img02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
  transition: opacity 0.65s ease-out, -webkit-transform 0.65s ease-out;
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
  transition: opacity 0.65s ease-out, transform 0.65s ease-out, -webkit-transform 0.65s ease-out;
}

[data-animation=after] .top-sec__kurashi-img02,
[data-animation=after] .top-sec__sumai-img02,
[data-animation=after] .top-sec__hataraku-img02 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0px;
  }
}

.top-senpai {
  overflow: hidden;
  position: relative;
  background: #eeeee5;
  padding: 110px 0 90px;
  z-index: 10;
}

.top-senpai__ttl {
  text-align: center;
  margin-bottom: 110px;
}

.top-senpai__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.top-senpai__item {
  max-width: 200px;
  width: 23%;
}

.top-senpai__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.top-senpai__item-head {
  position: relative;
}

.top-senpai__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
}

.top-senpai__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  width: 80px;
  height: 80px;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: url(../images/common/balloon_bg_01.png) center center/contain no-repeat;
  z-index: 1;
}

.top-senpai__item--new .top-senpai__balloon::before {
  content: "NEW!!";
  display: block;
  font-size: 1rem;
  color: #ff0000;
}

.top-senpai__balloon-num {
  display: block;
  font-size: 1.8rem;
}

.top-senpai__item-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #ccc;
  border-radius: 16px;
  margin-bottom: 20px;
}

.top-senpai__item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.top-senpai__item-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.top-senpai__item-ttl {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #999;
  margin-bottom: 12px;
  padding: 0 5px 14px;
}

.top-senpai__item-txt {
  font-size: 1.1rem;
  text-align: justify;
  color: #666;
  margin-bottom: 0;
  padding: 0 10px;
}

.top-senpai .slick-list {
  overflow: visible;
}

.top-promotion {
  position: relative;
  background: #1b1f21;
  padding: 100px 0 90px;
  z-index: 10;
}

.top-promotion__ttl {
  text-align: center;
  margin-bottom: 50px;
}

.top-promotion__youtube {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.top-promotion__youtube::before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

.top-promotion__youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-info {
  padding: 10px 0 55px;
}

.top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

.top-info__item {
  max-width: 200px;
  margin: 0 5px;
}

.top-info__image {
  border-radius: 15px;
  margin-bottom: 15px;
}

.top-info__ttl {
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 0 10px;
}

.top-info__date {
  font-size: 1rem;
  color: #999;
  margin-bottom: 0;
  padding: 0 10px;
}

.life-guide-sec {
  padding-bottom: 80px;
}

.life-guide-sec:first-of-type {
  padding-top: 60px;
}

.life-guide-sec:nth-child(even) .life-guide-sec__content {
  padding: 0 40px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.life-guide-sec:nth-child(even) .life-guide-sec__image {
  margin-top: -100px;
}

.life-guide-sec__ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
}

.life-guide-sec__ttl span {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px dotted #26a000;
  padding-left: 6px;
}

.life-guide-sec__ttl span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #26a000;
}

.life-guide-sec__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
}

.life-guide-sec__map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47.058%;
}

.life-guide-sec__map > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.life-guide-sec__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
}

.life-guide-sec__box {
  position: relative;
  width: 44.117%;
  background: #fff;
  border-radius: 20px;
  margin-top: -20px;
  padding: 35px 20px 5px;
  z-index: 1;
}

.life-guide-sec__box-ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #26a000;
  margin-bottom: 10px;
}

.life-guide-sec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.life-guide-sec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1.5;
  width: 50%;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  padding: 16px 10px 16px 0;
}

.life-guide-sec__item::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #26a000 url(../images/common/icon_arrow.svg) center/contain no-repeat;
  border-radius: 50%;
  margin-top: 0.08em;
}

.life-guide-sec__item--one-column {
  width: 100%;
}

.life-guide-sec__image {
  position: relative;
  width: 55.883%;
  margin-top: -60px;
  z-index: 1;
}

.life-guide-sec__image img {
  display: block;
  margin: auto;
}

.house-flow {
  position: relative;
  padding-bottom: 110px;
}

.house-flow:last-child {
  padding-bottom: 0;
}

.house-flow:last-child::after {
  display: none;
}

.house-flow::after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 32px;
  width: 50px;
  height: 50px;
  background: url(../images/house/house-flow_arrow_01.png) center center/contain no-repeat;
}

.house-flow__ttl {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
}

.house-flow__ttl-inner {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  padding-left: 90px;
}

.house-flow__ttl-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-90deg, #26a000, #26a000 4px, transparent 4px, transparent 6px);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.house-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: url(../images/common/balloon_bg_01.png) center center/contain no-repeat;
  z-index: 1;
}

.house-flow__step-num {
  display: block;
  font-size: 1.8rem;
}

.house-flow__txt {
  margin-bottom: 0;
}

.house-flow__btn {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.house-flow__btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.house-flow__btn:hover {
  color: #fff;
}

.house-flow__btn-inner {
  display: block;
  height: 45px;
  line-height: 43px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #26a000;
  background: #fff;
  border-radius: 23px;
  border: 1px solid #26a000;
  padding: 0 40px;
}

.house-flow__btn-arrow {
  margin-right: 10px;
}

.house-flow__btn-arrow::before {
  display: inline-block;
  content: "→";
  color: #26a000;
}

.house-flow__btn-external {
  margin-left: 10px;
}

.house-flow__btn-external::before {
  display: inline-block;
  content: url(../images/common/icon_link_01.png);
}

.interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.interview-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}

.interview-list__item-head {
  position: relative;
}

.interview-list__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 40px;
  line-height: 1.3;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
}

.interview-list__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  width: 80px;
  height: 80px;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: url(../images/common/balloon_bg_01.png) center center/contain no-repeat;
  z-index: 1;
}

.top-senpai__item--new .interview-list__balloon::before {
  content: "NEW!!";
  display: block;
  font-size: 1rem;
  color: #ff0000;
}

.interview-list__balloon-num {
  display: block;
  font-size: 1.8rem;
}

.interview-list__item-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #ccc;
  border-radius: 16px;
  margin-bottom: 20px;
}

.interview-list__item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.interview-list__item-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
}

.interview-list__item-ttl {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  border-bottom: 1px solid #999;
  margin-bottom: 12px;
  padding: 0 5px 14px;
}

.interview-list__item-txt {
  font-size: 1.1rem;
  text-align: justify;
  color: #666;
  margin-bottom: 0;
  padding: 0 10px;
}

.voice__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dotted #26a000;
  padding-bottom: 50px;
}

.voice__head::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #26a000;
}

.voice__catch-wrap {
  width: calc(100% - 180px);
  padding-left: 60px;
}

.voice__catch {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
  color: #26a000;
  margin-bottom: 30px;
}

.voice__head-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 20px;
  background: #ccc;
}

.voice__head-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.717%;
}

.voice__head-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  height: 100%;
}

.voice__info {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
}

.voice__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 180px;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #26a000;
  border: 3px dotted #26a000;
  margin-bottom: 30px;
}

.voice__num span {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}

.voice__info-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.voice__info-body + .voice__info-body {
  margin-top: 20px;
}

.voice__info-body:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.voice__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

.voice__name span {
  font-size: 2.3rem;
}

.voice__furi {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.voice__read {
  font-weight: 700;
  margin-bottom: 0;
}

.voice__txt {
  width: 100%;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
  text-align: justify;
  padding-top: 30px;
  margin-bottom: 0;
}

.voice__body {
  padding-top: 50px;
}

.voice__two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}

.voice__two-column--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.voice__two-column-image-wrap {
  width: 300px;
  margin-bottom: 75px;
}

.voice__two-column-image {
  overflow: hidden;
  position: relative;
  background: #ccc;
  border-radius: 10px;
}

.voice__two-column-image img {
  width: 100%;
}

.voice__two-column-txt {
  width: calc(100% - 355px);
}

.voice__image-sec-pt1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.voice__image-sec-pt1-img {
  overflow: hidden;
  position: relative;
  width: 72.115%;
  aspect-ratio: 736/373;
  background: #ccc;
  border-radius: 20px;
}

.voice__image-sec-pt1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice__image-sec-pt1-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 27.885%;
  padding-left: 20px;
}

.voice__image-sec-pt1-img2 span {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  aspect-ratio: 27/36;
  background: #ccc;
  border-radius: 20px;
  margin-bottom: 10px;
}

.voice__image-sec-pt1-img2 span:last-child {
  margin-bottom: 0;
}

.voice__image-sec-pt1-img2 span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voice__image-sec-pt1-img2 p {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.voice__afterword {
  position: relative;
  background: #eeeee5;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 60px 40px 60px 200px;
}

.voice__afterword::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  width: 130px;
  height: 130px;
  background: url(../images/interview/voice_afterword_img_01.png) center center/contain no-repeat;
}

.voice__afterword p {
  font-weight: 700;
  margin-bottom: 0;
}

.voice__image-sec-pt2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #ccc;
  border-radius: 20px;
  margin: auto;
}

.voice__image-sec-pt2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}

.voice__image-sec-pt2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
}

.question {
  margin-bottom: 50px;
}

.question__dt {
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 45px;
}

.question__dt::before {
  content: "Q .";
  display: inline-block;
  position: absolute;
  top: -0.2em;
  left: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.8rem;
  margin-right: 10px;
}

.question__dd {
  font-weight: 700;
  margin-bottom: 0;
}

.faq-box {
  border-bottom: 1px solid #26a000;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.faq-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-box__question {
  position: relative;
  cursor: pointer;
  padding: 20px 20px 20px 50px;
}

.faq-box__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #222;
  border-radius: 50%;
}

.faq-box__answer {
  position: relative;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 20px 80px;
}

.faq-box__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #26a000;
  border-radius: 50%;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.info-list__item {
  width: 22%;
  margin: 0 4% 40px 0;
}

.info-list__item:nth-child(4n) {
  margin-right: 0;
}

.info-list__image {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.info-list__ttl {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 0 10px;
}

.info-list__date {
  font-size: 1rem;
  color: #999;
  margin-bottom: 0;
  padding: 0 10px;
}

.info-post__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.info-post__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-90deg, #26a000, #26a000 4px, transparent 4px, transparent 6px);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.info-post__ttl {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.info-post__date {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  background: #26a000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: auto;
  white-space: nowrap;
  padding: 0 12px;
}

.info-post__body {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.info-post__body > div:last-child {
  margin-bottom: 0;
}

.info-post__content {
  margin-bottom: 60px;
}

.info-post__content h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #26a000;
  margin: 30px 0 25px;
}

.info-post__content h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 25px 0 15px;
}

.info-post__content p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.info-post__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.info-post__image-item {
  position: relative;
  overflow: hidden;
  width: 23%;
  border-radius: 10px;
  margin-right: 2.666%;
}

.info-post__image-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.957%;
}

.info-post__image-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  z-index: 1;
}

.info-post__image-item:last-child {
  margin-right: 0;
}

.info-post__image-item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-post__image-item:hover::after {
  background: rgba(34, 34, 34, 0.4);
}

.info-post__image-item:hover .info-post__zoom {
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  -webkit-transform: rotate(0) translate(-16px, -16px);
  transform: rotate(0) translate(-16px, -16px);
  opacity: 1;
}

.info-post__image-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.info-post__zoom {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  background: url(../images/information/icon_zoom.png) center center/contain no-repeat;
  -webkit-transform: rotate(10deg) translate(-16px, -16px);
  transform: rotate(10deg) translate(-16px, -16px);
  z-index: 3;
}

.info-post__file {
  background: #FAFCF3;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}

.info-post__file-item a {
  font-weight: 700;
  color: #26a000;
  text-decoration: underline;
}

.info-post__file-item:last-child {
  margin-bottom: 0;
}

.info-post__file-item--pdf::before {
  content: url(../images/information/icon_pdf.gif);
  vertical-align: sub;
  margin-right: 4px;
}

.info-post__file-item--doc::before {
  content: url(../images/information/icon_doc.gif);
  vertical-align: sub;
  margin-right: 4px;
}

.info-post__file-item--xls::before {
  content: url(../images/information/icon_xls.gif);
  vertical-align: sub;
  margin-right: 4px;
}

.info-post__foot {
  text-align: center;
}

.info-post__btn {
  position: relative;
  display: inline-block;
  margin: auto;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.info-post__btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.info-post__btn:hover {
  color: #fff;
}

.info-post__btn-inner {
  display: block;
  height: 45px;
  line-height: 43px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #26a000;
  background: #fff;
  border-radius: 23px;
  border: 1px solid #26a000;
  padding: 0 40px;
}

.info-post__btn-arrow {
  margin-right: 10px;
}

.info-post__btn-arrow::before {
  display: inline-block;
  content: "←";
  color: #26a000;
}

.pagination {
  text-align: center;
  margin: 1em 0;
}

.pagination:after,
.pagination ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul {
  display: inline-block;
  margin: 0;
}

.pagination li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  border-radius: 8px;
}

.pagination li:first-child {
  margin-left: 0;
}

.pagination li.active {
  background-color: #26a000;
  color: #fff;
  cursor: auto;
  padding: 10px 20px;
}

.pagination li a {
  background: none repeat scroll 0 0 #ccc;
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
}

.pagination li a:hover {
  background-color: #26a000;
  color: #fff;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.privacy__txt {
  text-indent: 1em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.privacy__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  border: 1px solid #26a000;
  margin-bottom: 0;
}

.privacy__dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  color: #fff;
  background: #26a000;
}

.privacy__dl > dd {
  width: calc(100% - 250px);
  font-weight: 700;
  margin-bottom: 0;
  padding: 20px;
}

.privacy__dl > dd a {
  color: #26a000;
}

.privacy__dl > dd a:hover {
  color: #26a000;
}

.aboutsite__txt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.aboutsite__txt:last-child {
  margin-bottom: 0;
}

.sitemap {
  border-top: 1px solid #ccc;
}

.sitemap__item a:hover {
  color: #26a000;
}

.sitemap__ttl {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 16px 10px 14px;
}

.sitemap__ttl::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 10px;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: #26a000 #26a000 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap__ttl--sub::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 8px;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: transparent transparent #26a000 #26a000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sitemap__sub {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 10px 30px;
}

.sitemap__sub-item {
  margin-bottom: 10px;
}

.sitemap__sub-item:last-child {
  margin-bottom: 0;
}

.sitemap__sub-item a {
  color: #666;
}

.inpage-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

.inpage-nav__item {
  position: relative;
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  background: #eee;
  border-radius: 24px;
  margin-right: 12px;
  padding-top: 1px;
}

.inpage-nav__item:last-child {
  margin-right: 0;
}

.inpage-nav__item.is-active {
  position: relative;
  z-index: 1;
}

.inpage-nav__item.is-active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.inpage-nav__item.is-active .inpage-nav__item-inner {
  color: #fff;
  background: #26a000;
  border-radius: 23px;
  border: 1px solid #26a000;
  padding-right: 0.6em;
}

.inpage-nav__item.is-active .inpage-nav__triangle {
  position: relative;
  color: #fff;
  padding-left: 1.4em;
}

.inpage-nav__item.is-active .inpage-nav__triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.inpage-nav__item-inner {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.tel-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.tel-btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.tel-btn__inner {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: #222;
  border-radius: 23px;
}

.tel-btn:hover {
  color: #fff;
}

.tel-btn__icon {
  display: inline-block;
  content: url(../images/common/icon_tel_01.png);
  margin-right: 10px;
}

.cmn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 30.392%;
  margin-bottom: 80px;
}

.cmn-box--large {
  width: 47.058%;
}

.cmn-box--large .cmn-box__image::before {
  padding-top: 47.916%;
}

.cmn-box--large .cmn-box__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.cmn-box-wrap::after {
  content: "";
  display: block;
  width: 30.392%;
}

.cmn-box__ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.cmn-box__ttl span {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px dotted #26a000;
  padding-left: 6px;
}

.cmn-box__ttl span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #26a000;
}

.cmn-box__ttl--icon1 {
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-top: 130px;
}

.cmn-box__ttl--icon1::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100px;
  height: 111px;
  background: url(../images/life/kurashi_icon_01.png) center center/contain no-repeat;
}

.cmn-box__ttl--icon2 {
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-top: 130px;
}

.cmn-box__ttl--icon2::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100px;
  height: 111px;
  background: url(../images/life/kurashi_icon_02.png) center center/contain no-repeat;
}

.cmn-box__ttl--icon3 {
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-top: 130px;
}

.cmn-box__ttl--icon3::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100px;
  height: 111px;
  background: url(../images/life/kurashi_icon_03.png) center center/contain no-repeat;
}

.cmn-box__txt {
  font-weight: 700;
  margin-bottom: 20px;
}

.cmn-box__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #ccc;
  border-radius: 20px;
  margin-top: auto;
}

.cmn-box__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.193%;
}

.cmn-box__image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
}

.cmn-box__btn {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.cmn-box__btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.cmn-box__btn:hover {
  color: #fff;
}

.cmn-box__btn-inner {
  display: block;
  height: 45px;
  line-height: 43px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #26a000;
  background: #fff;
  border-radius: 23px;
  border: 1px solid #26a000;
  padding: 0 40px;
}

.cmn-box__btn-arrow {
  margin-right: 10px;
}

.cmn-box__btn-arrow::before {
  display: inline-block;
  content: "→";
  color: #26a000;
}

.cmn-box__btn-external {
  margin-left: 10px;
}

.cmn-box__btn-external::before {
  display: inline-block;
  content: url(../images/common/icon_link_01.png);
}

.support-box {
  margin-bottom: 60px;
}

.support-box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.support-box__item {
  width: 100%;
  margin-bottom: 80px;
}

.support-box__item:last-child {
  margin-bottom: 0;
}

.l-row .support-box__item {
  width: 48%;
  margin-bottom: 80px;
}

.l-row .support-box__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.support-box__txt {
  margin-bottom: 0;
}

.support-box__note {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  margin-top: 10px;
}

.support-box__list {
  padding-left: 1em;
}

.support-box__list > li {
  position: relative;
  padding-left: 1em;
}

.support-box__list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #26a000;
  border-radius: 50%;
}

.support-box__list a {
  color: #26a000;
  text-decoration: underline;
}

.support-box__price {
  margin-top: 26px;
}

.support-box__price-txt {
  position: relative;
  font-weight: 700;
  color: #26a000;
}

.support-box__price-txt span {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #26a000;
}

.support-box__price-txt span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #26a000;
}

.support-box__price-note {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
}

.support-box__tel {
  margin-top: 26px;
}

.support-box__tel-txt {
  font-weight: 700;
}

.support-box__btn {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  -webkit-transition: color 0.35s ease-in;
  transition: color 0.35s ease-in;
  z-index: 1;
}

.support-box__btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 4px);
  border-radius: 23px;
  z-index: -1;
}

.support-box__btn:hover {
  color: #fff;
}

.support-box__btn-inner {
  display: block;
  height: 45px;
  line-height: 43px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  color: #26a000;
  background: #fff;
  border-radius: 23px;
  border: 1px solid #26a000;
  padding: 0 40px;
}

.support-box__btn-arrow {
  margin-right: 10px;
}

.support-box__btn-arrow::before {
  display: inline-block;
  content: "→";
  color: #26a000;
}

.support-contact {
  padding: 60px 0;
  background: #eeeee5;
}

.support-contact .l-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.support-contact .l-row .support-contact__ttl span {
  display: block;
}

.l-row .support-contact__item {
  width: 29.411%;
}

.support-contact__ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.support-contact__ttl span {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px dotted #222;
  padding-left: 6px;
}

.support-contact__ttl span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #222;
}

.support-contact__ttl-sub {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.support-contact .tel-btn {
  margin: auto;
}

.u-mb0px {
  margin-bottom: 0;
}

.u-mb30px {
  margin-bottom: 30px;
}

.u-mb60px {
  margin-bottom: 60px;
}

@media only screen and (min-width: 560px) {
  .top-about__balloon-btn:hover {
    color: #fff;
    opacity: 0.7;
  }

  .top-senpai__item a:hover .top-senpai__item-image img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  .top-info__item {
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
  }

  .top-info__item:hover {
    opacity: 0.7;
  }

  .house-flow__btn:hover {
    color: #26a000;
  }

  .house-flow__btn:hover .house-flow__btn-inner {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }

  .interview-list__item a:hover .top-senpai__item-image img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }

  .info-list__item {
    -webkit-transition: opacity 0.15s ease-in;
    transition: opacity 0.15s ease-in;
  }

  .info-list__item:hover {
    opacity: 0.7;
  }

  .info-post__btn:hover {
    color: #26a000;
  }

  .info-post__btn:hover .info-post__btn-inner {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }

  .inpage-nav__item {
    -webkit-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in;
  }

  .inpage-nav__item:hover {
    background: rgba(38, 160, 0, 0.2);
  }

  .tel-btn {
    pointer-events: none;
  }

  .tel-btn:hover {
    color: #26a000;
  }

  .tel-btn:hover::after {
    opacity: 0;
  }

  .cmn-box__btn:hover {
    color: #26a000;
  }

  .cmn-box__btn:hover .cmn-box__btn-inner {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }

  .support-box__btn:hover {
    color: #26a000;
  }

  .support-box__btn:hover .support-box__btn-inner {
    -webkit-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
}

@media only screen and (min-width: 1400px) {
  .main-visual__slide-item img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1260px) {
  .top-sec__image {
    width: calc(100% - 413px);
  }

  .top-sec__txt-wrap {
    width: 413px;
    padding-left: 20px;
  }

  .top-sec--reverse .top-sec__txt-wrap {
    padding-right: 0;
  }

  .top-sec__kurashi-img01 {
    left: 23.413vw;
  }

  .top-sec__kurashi-img02 {
    left: 9.524vw;
  }

  .top-sec__sumai-img01 {
    right: 17.46vw;
  }

  .top-sec__sumai-img02 {
    right: 0;
  }

  .top-sec__hataraku-img01 {
    left: -1.587vw;
  }

  .top-sec__hataraku-img02 {
    right: 3.492vw;
  }
}

@media only screen and (max-width: 559px) {
  .home .header {
    display: block;
  }

  .main-visual {
    background: #ccc;
    height: 90.667vw;
    min-height: 90.667vw;
    margin-bottom: 0;
  }

  .main-visual__title {
    width: 70%;
    margin-bottom: 30px;
  }

  .main-visual__search {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .main-visual__search-input {
    padding-left: 20px;
  }

  .main-visual__search-input::-webkit-input-placeholder {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .main-visual__search-input::-moz-placeholder {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .main-visual__search-input:-ms-input-placeholder {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .main-visual__search-input::-ms-input-placeholder {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .main-visual__search-input::placeholder {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .main-visual__slide-item {
    height: 90.667vw !important;
    min-height: inherit;
  }

  .main-visual__slide-item:nth-child(3) img {
    left: 80%;
  }

  .main-visual__slide-item:nth-child(4) img {
    left: 20%;
  }

  .main-visual__slide-item img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }

  .home-nav {
    display: none;
  }

  .top-about {
    padding: 50px 0;
  }

  .top-about .inner {
    padding-top: 0;
  }

  .top-about__ttl {
    margin-bottom: 20px;
  }

  .top-about__ttl img {
    width: auto;
    height: 21.333vw;
  }

  .top-about__txt {
    margin-bottom: 20px;
  }

  .top-about__balloon {
    position: static;
    width: 100%;
    height: auto;
    background: none;
  }

  .top-about__balloon-txt {
    display: none;
  }

  .top-about__balloon-btn {
    padding: 10px 30px;
  }

  .top-about__image {
    display: none;
  }

  .top-sec {
    padding: 40px 0;
  }

  .top-sec--last {
    padding-bottom: 80px;
  }

  .top-sec__ttl {
    display: block;
    position: static;
    margin-bottom: 20px;
  }

  .top-sec__ttl img {
    display: block;
    width: auto;
    height: 16vw;
    margin: auto;
  }

  .top-sec__image {
    width: 100%;
    height: inherit;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
  }

  .top-sec__image::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 70.666%;
  }

  .top-sec__txt-wrap {
    width: 100%;
    padding: 0;
  }

  .top-sec--reverse .top-sec__txt-wrap {
    padding: 0;
  }

  .top-sec__read {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .top-sec__read::after {
    width: 100%;
  }

  .top-sec__txt {
    margin-bottom: 20px;
  }

  .top-sec__btn {
    max-width: 200px;
    margin: auto;
  }

  .top-sec__btn .btn__inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .top-sec__foot {
    display: none;
  }

  .top-senpai {
    padding: 50px 0;
  }

  .top-senpai .inner {
    padding: 0;
  }

  .top-senpai__ttl {
    display: block;
    position: static;
    margin-bottom: 50px;
  }

  .top-senpai__ttl img {
    display: block;
    width: auto;
    height: 16vw;
    margin: auto;
  }

  .top-senpai__list {
    display: block;
  }

  .top-senpai__item {
    max-width: inherit;
    width: 70%;
    margin: 0 20px;
  }

  .top-senpai__balloon {
    width: 70px;
    height: 70px;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .top-senpai__item--new .top-senpai__balloon::before {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .top-senpai__balloon-num {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .top-senpai__item-ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .top-senpai__item-txt {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .top-promotion {
    padding: 50px 0;
  }

  .top-promotion__ttl {
    display: block;
    position: static;
    margin-bottom: 30px;
  }

  .top-promotion__ttl img {
    display: block;
    width: auto;
    height: 16vw;
    margin: auto;
  }

  .top-promotion__youtube {
    width: 100%;
  }

  .top-info {
    padding-bottom: 50px;
  }

  .top-info__list {
    margin-bottom: 30px;
  }

  .top-info__date {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .life-guide-sec {
    padding-bottom: 50px;
  }

  .life-guide-sec:first-of-type {
    padding-top: 50px;
  }

  .life-guide-sec:nth-child(even) .life-guide-sec__content {
    padding-left: 0;
  }

  .life-guide-sec__ttl {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }

  .life-guide-sec__map {
    border-radius: 20px;
  }

  .life-guide-sec__map::before {
    padding-top: 80%;
  }

  .life-guide-sec__content {
    padding-left: 0;
  }

  .life-guide-sec__box {
    width: 100%;
    margin-top: 0;
    padding: 20px 10px 0;
  }

  .life-guide-sec__box-ttl {
    font-size: 15px;
    font-size: 4vw;
  }

  .life-guide-sec__item {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .life-guide-sec__image {
    display: none;
  }

  .house-flow::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .house-flow__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 20px;
  }

  .house-flow__ttl-inner {
    padding-left: 65px;
  }

  .house-flow__step {
    width: 55px;
    height: 55px;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .house-flow__step-num {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .house-flow__btn-inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding: 0 30px;
  }

  .interview-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .interview-list__balloon {
    font-size: 11px;
    font-size: 2.9333333333vw;
    width: 60px;
    height: 60px;
  }

  .top-senpai__item--new .interview-list__balloon::before {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .interview-list__balloon-num {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .interview-list__item-ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .interview-list__item-txt {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .voice__head {
    padding-bottom: 30px;
  }

  .voice__catch-wrap {
    width: 100%;
    padding-left: 0;
  }

  .voice__catch {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 20px;
  }

  .voice__catch br {
    display: none;
  }

  .voice__head-image img {
    width: 100%;
    height: auto;
  }

  .voice__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }

  .voice__num {
    width: 26.667vw;
    height: 26.667vw;
    line-height: 1.2;
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 20px;
  }

  .voice__info-body {
    width: calc(100% - 26.667vw);
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .voice__info-body + .voice__info-body {
    margin-top: 0;
  }

  .voice__name {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .voice__name span {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .voice__furi {
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-bottom: 6px;
  }

  .voice__txt {
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 20px;
  }

  .voice__body {
    padding-top: 30px;
  }

  .voice__two-column {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .voice__two-column-image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice__two-column-image {
    display: none;
  }

  .voice__two-column-txt {
    width: 100%;
  }

  .voice__image-sec-pt1 {
    margin-bottom: 40px;
  }

  .voice__image-sec-pt1-img2 {
    padding-left: 10px;
  }

  .voice__image-sec-pt1-img2 p {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .voice__afterword {
    padding: 16vw 20px 30px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .voice__afterword::before {
    top: 0;
    left: 0;
    width: 29.333vw;
    height: 29.333vw;
  }

  .question {
    margin-bottom: 30px;
  }

  .question__dt {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 6px;
    padding-left: 10.667vw;
  }

  .question__dt::before {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }

  .faq-box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .faq-box__question {
    padding-bottom: 10px;
  }

  .faq-box__question::before {
    top: 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .faq-box__answer {
    padding-left: 60px;
  }

  .faq-box__answer::before {
    top: 12px;
    left: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .info-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .info-list__item {
    width: 47%;
    margin: 0 0 30px 0;
  }

  .info-list__ttl {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .info-list__date {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }

  .info-post__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .info-post__head::after {
    display: none;
  }

  .info-post__ttl {
    width: 100%;
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .info-post__ttl::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: repeating-linear-gradient(-90deg, #26a000, #26a000 4px, transparent 4px, transparent 6px);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }

  .info-post__date {
    margin-left: auto;
  }

  .info-post__content {
    margin-bottom: 30px;
  }

  .info-post__content h3 {
    font-size: 18px;
    font-size: 4.8vw;
    margin: 20px 0 10px;
  }

  .info-post__content h4 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin: 20px 0 10px;
  }

  .info-post__image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .info-post__image-item {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .info-post__image-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .info-post__btn-inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding: 0 30px;
  }

  .privacy__txt {
    margin-bottom: 30px;
  }

  .privacy__dl {
    display: block;
  }

  .privacy__dl > dt {
    width: 100%;
    padding: 8px 10px;
  }

  .privacy__dl > dd {
    width: 100%;
  }

  .aboutsite__txt {
    margin-bottom: 30px;
  }

  .sitemap__ttl {
    font-size: 15px;
    font-size: 4vw;
    padding: 14px 10px 12px;
  }

  .sitemap__sub {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .inpage-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inpage-nav__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .tel-btn__inner {
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }

  .cmn-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .cmn-box:last-child {
    margin-bottom: 0;
  }

  .cmn-box--large {
    width: 100%;
    margin-bottom: 40px;
  }

  .cmn-box__ttl {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }

  .cmn-box__ttl--icon1 {
    font-size: 28px;
    font-size: 7.4666666667vw;
    padding-top: 120px;
  }

  .cmn-box__ttl--icon2 {
    font-size: 28px;
    font-size: 7.4666666667vw;
    padding-top: 120px;
  }

  .cmn-box__ttl--icon3 {
    font-size: 28px;
    font-size: 7.4666666667vw;
    padding-top: 120px;
  }

  .cmn-box__image::before {
    padding-top: 47.916%;
  }

  .cmn-box__image > img {
    max-width: 100%;
    height: auto;
  }

  .cmn-box__btn-inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding: 0 30px;
  }

  .support-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .l-row .support-box__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .l-row .support-box__item:last-child {
    margin-bottom: 0;
  }

  .l-row .support-box__item:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }

  .l-row .support-box__item:last-child {
    margin-bottom: 0;
  }

  .support-box__price {
    margin-top: 20px;
  }

  .support-box__tel {
    margin-top: 20px;
  }

  .support-box__btn-inner {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0;
    padding: 0 30px;
  }

  .l-row .support-contact__item {
    width: 100%;
    margin-bottom: 40px;
  }

  .l-row .support-contact__item:last-child {
    margin-bottom: 0;
  }

  .support-contact__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 10px;
  }

  .support-contact__ttl span {
    display: block;
    width: 80%;
    margin: auto;
  }

  .support-contact__ttl-sub {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .u-mb30px {
    margin-bottom: 15px;
  }

  .u-mb60px {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .top-about__ttl {
    margin-bottom: 4.167vw;
  }

  .top-about__ttl img {
    width: auto;
    height: 11.667vw;
    min-height: 100px;
  }

  .top-about__balloon {
    right: 4.167vw;
    width: 22.917vw;
    height: 22.917vw;
  }

  .top-about__balloon-txt {
    font-size: 1.2rem;
  }

  .top-about__balloon-btn {
    font-size: 1.2rem;
  }

  .top-about__image {
    width: 27.5vw;
  }

  .top-sec {
    padding-bottom: 150px;
  }

  .top-sec--last .top-sec__txt br {
    display: none;
  }

  .top-sec__ttl {
    top: -90px;
    right: 12.5vw;
  }

  .top-sec--reverse .top-sec__ttl {
    left: 12.5vw;
  }

  .top-sec__image {
    width: calc(100% - 43.021vw);
    height: 480px;
  }

  .top-sec__txt-wrap {
    width: 43.021vw;
    padding: 40px 0 0;
  }

  .top-sec--reverse .top-sec__txt-wrap {
    padding: 40px 0 0 40px;
  }

  .top-sec__foot {
    display: none;
  }

  .top-senpai__item {
    max-width: inherit;
    width: 40%;
    margin: 0 20px;
  }

  .life-guide-sec:nth-child(even) .life-guide-sec__content {
    padding-right: 2.083vw;
  }

  .life-guide-sec__ttl {
    font-size: 4rem;
    font-size: 4.167vw;
  }

  .life-guide-sec__content {
    padding-left: 2.083vw;
  }

  .life-guide-sec__item {
    width: 100%;
  }

  .interview-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .voice__catch-wrap {
    padding-left: 30px;
  }

  .voice__catch {
    font-size: 2.4rem;
  }

  .voice__catch br {
    display: none;
  }

  .voice__head-image {
    min-height: 380px;
  }

  .voice__two-column {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .voice__two-column-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .voice__two-column-image {
    display: none;
  }

  .voice__two-column-txt {
    width: 100%;
  }

  .question__dt {
    font-size: 2rem;
  }

  .question__dt::before {
    font-size: 2.4rem;
  }

  .info-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .info-list::after {
    content: "";
    display: block;
    width: 31%;
  }

  .info-list__item {
    width: 30%;
    margin: 0 0 30px 0;
  }

  .info-post__ttl {
    font-size: 2.8rem;
    font-size: 2.917vw;
  }

  .cmn-box__ttl {
    font-size: 4rem;
    font-size: 4.167vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .top-sec__line .line {
    stroke-dasharray: none;
    stroke-dashoffset: none;
  }
}