@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 992px) {
    .inner {
        max-width: 992px;
        padding: 0 60px;
    }
}

.txt-orange {
  color: #FF7E28;
}
.bg-orange {
  background-color: #FFF3E0;
}
mark {
  background:linear-gradient(transparent 60%, #F5FF00 60%);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.64;
  margin-bottom: 20px;
}
h2.h2--bar {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
h2.h2--bar::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #FF7E28;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  h2.h2--bar {
    padding-bottom: 28px;
  }
  h2.h2--bar::after {
    width: 64px;
  }
}


/*---.heading-2---*/
.heading-2 {
  border-bottom: solid 2px #B2B2B2;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.heading-2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #FF7E28;
  bottom: -2px;
  width: 30%;
}
.heading-2 strong {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 14px;
}
@media screen and (min-width:1024px) {
  .heading-2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .heading-2::after {
    width: 11%;
  }
  .heading-2 strong {
    font-size: 4rem;
  }
}

/*---.heading-3---*/
.heading-3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.625;
  margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
  .heading-3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.page-heading__bg {
  background: url("../img/service/page-heading--sp.png") no-repeat center / contain;
  
}
@media screen and (min-width:1024px) {
  .page-heading__bg {
    background: url("../img/service/page-heading--pc.png") no-repeat center / contain;
  }
}

.service-intro {
  padding: 30px 0 40px;
}
.service-intro p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 2;
}

@media screen and (min-width:1024px) {
.service-intro {
  padding: 50px 0 70px;
}
.service-intro-image{
	padding-left: 40px;
}
}


/*---ご利用メリット---*/
.service-merit{
	padding: 30px 0 50px;
}
.service-merit .inner{
	z-index: 1;
	position: relative;
}
@media screen and (min-width:1024px) {
	.service-merit{
		padding: 50px 0 100px;
		position: relative;
	}
}


	.service-merit .inner::before{
		content: url("../img/service/merit-bg-icon-1.svg");
		position: absolute;
		top: -20px;
		left: -50px;
		width: 200px;
		z-index: -1;
	}
	.service-merit .inner::after{
		content: url("../img/service/merit-bg-icon-2.svg");
		position: absolute;
		bottom: -80px;
		right: -20px;
		width: 200px;
		z-index: -1;
	}
/* 左縦見出し */
.service-merit__side {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.service-merit__side-label {
  font-size: 16px;
  letter-spacing: .12em;
  margin-bottom: 12px;
  color: #555;
}

.service-merit__side-title {
  color: #ED6C00;
  font-weight: 700;
	font-size: 35px;
}

/* モバイル見出し */
.service-merit__title {
  font-size: 30px;
}

.service-merit__subtitle {
  font-size: 13px;
}

/* 共通 */
.service-merit__item{
	margin: 30px 0 0;
    padding: 0 0 20px;
}
@media screen and (min-width:1024px) {
.service-merit__item{
	margin: 40px 0 0;
    padding: 0 0 40px;
}
	.service-merit__item-text{
		padding-right: 40px;
	}
}
.service-merit__num {
  color: #ED6C00;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .1em;
  margin-bottom: 6px;
}

.service-merit__item-image {
	padding-right: 20px;
}

.service-merit__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.service-merit__text {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* utility */
.text-orange {
  color: #ED6C00;
}


/*--- course ---*/
.course {
  padding: 0 0 20px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 3;
}
.course .inner > p {
  color: #FFFFFF;
  letter-spacing: .03em;
  line-height: 1.875;
}
.course-panel {
  background: #FFFFFF;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
}
.course h2 {
  text-align: center;
  letter-spacing: .03em;
}
.course h2 small {
  display: block;
  font-size: .54em;
  letter-spacing: .04em;
  color: #FFA700;
}
.course-box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.course-box__item p {
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 2;
}
.course-box__item p small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: left;
  margin-top: 16px;
}
.course-box__item p small a {
  display: inline;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-all;
}
.movie {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.movie__title {
  text-align: center;
}
.movie__title span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: .4em 1.8em;
  background: #53C1CB;
  border-radius: 3em;
  margin: 0 auto 10px;
  display: inline-block;
}
.movie > p {
  font-size: 1.3rem;
  letter-spacing: .03em;
  line-height: 1.6;
  text-align: center;
}
.movie-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
.movie__bottom {
  margin-top: 40px;
}
.movie__bottom p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: .03em;
}
.movie__bottom strong {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.4;
  color: #53C1CB;
  position: relative;
}
.movie__bottom strong::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 17px;
  background: url("../img/manatop/dots.png") no-repeat center/contain;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .movie-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
	.course{
		padding: 0 0 100px;
	}
  .course .inner > p {
    font-size: 1.8rem;
    text-align: center;
  }
  .course-panel {
    padding: 35px 24px 24px;
    border-radius: 20px;
  }
  .course h2 {
    font-size: 3rem;
  }
  .course-box {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 0 4%;
    padding: 0 30px;
  }
  .course-box__item:first-child {
    width: 31%;
  }
  .course-box__item:last-child {
    width: 65%;
  }
  .course-box__item p {
    font-size: 1.6rem;
  }
  .course-box__item p small {
    display: block;
    font-size: 1.2rem;
    letter-spacing: .03em;
    line-height: 1.5;
    text-align: left;
    margin-top: 16px;
  }
  .movie {
    border-radius: 20px;
    padding: 26px 30px;
    margin-top: 50px;
  }
  .movie__title span {
    font-size: 1.9rem;
  }
  .movie > p {
    font-size: 1.6rem;
  }
  .movie-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  .movie__bottom {
    margin-top: 60px;
  }
  .movie__bottom p {
    font-size: 1.6rem;
  }
  .movie__bottom strong {
    font-size: 2.2rem;
  }
  .movie__bottom strong::after {
    width: 6px;
    height: 28px;
    top: -42px;
  }
}

/*--- case ---*/
.case {
  background: #FFF3E0;
  margin-top: -20px;
  padding: 60px 0 30px;
}
/*
.case .inner {
  padding: 0 10px;
}
*/
.case h2 + p {
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 16px;
}
.case-list {
  display: flex;
}
.case-list__item{
  height: 100%;
}
.case-list__item > a {
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-list__item > a figure {
  aspect-ratio: 335 / 188;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.case-list__item > a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case-list__text {
  padding: 15px 25px 0;
  flex: 1; /* ここが高さ揃えの肝 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.case-list__text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.case-list__data span:first-child {
  color: rgba(85,85,85,0.50);
}
.case-list__data .txt-orange {
  text-decoration: underline;
  float: right;
}
.case .btn_row {
  padding: 0 10px;
}
.case .btn_row a {
  background: #FF7E28;
  border-radius: 3em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 365px;
  height: 66px;
  margin: 30px auto 0;
  position: relative;
}
.case .btn_row .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width:1024px) {
  .case {
    padding: 110px 0 70px;
  }
  .case h2 + p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .case .btn_row a {
    margin: 70px auto 0;
  }
  
 /* slick無効時（=通常の3カラム） */
  .case-list:not(.slick-initialized){
    display: flex;
    gap: 40px;
    align-items: stretch; /* 子要素を同じ高さに伸ばす */
  }

  .case-list:not(.slick-initialized) .case-list__item{
    flex: 1 1 0;
    height: auto;
    display: flex;
  }

  .case-list:not(.slick-initialized) .case-list__item > a{
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------
  slick有効時：高さを揃える（SP/PC）
----------------------------- */
.case-list .slick-list {
  padding: 10px 0;
}
.case-list.slick-initialized .slick-track{
  display: flex;
}

.case-list.slick-initialized .slick-slide{
  height: auto;
  display: flex;
}

.case-list.slick-initialized .slick-slide > div,
.case-list.slick-initialized .slick-slide > li{
  width: 100%;
}

/* ガター（スライド間余白） */
@media screen and (min-width:1024px) {
.case-list.slick-initialized .slick-slide{
  padding: 0 20px;
  box-sizing: border-box;
}
}







