@charset "UTF-8";
/* ----------------------------------------------------
util
---------------------------------------------------- */
.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-mb-64 {
  margin-bottom: 64px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

/* --------------------------------
全体
-------------------------------- */
.feature_footer_wrap {
    display: none;
}

.contentfix960N2014 .headerN2015 .hdCateOuter {
    margin-bottom: 0;
}

.contentfix960N2014 .headerN2015 .lowInfoOuter {
  margin-bottom: 0 !important;
}

#special .specialContentBody {
  font-size: 14px;
  font-weight: 300;
  color: #007078;
  background-color: #ffffff;
  line-height: 1.5;
  margin-top: 0;
}

body .contentfix960N2014 .mainArea {
  min-width: 1024px;
  width: 100% !important;
  margin-top: 0 !important;
}

.mainArea .specialContentBody .link {
  color: #003e9f;
  display: block;
}
.mainArea .specialContentBody .link:hover {
  color: #ff8d00;
  text-decoration: underline;
}

.mainArea .specialContentBody img.-radius {
  border-radius: 12px;
}

.mainArea .specialContentBody b {
  font-weight: 500;
}

/* breadcrumbs */
.breadcrumbs {
  max-width: 960px;
  margin: 12px auto;
  font-size: 12px;
  line-height: 1.1;
}

.breadcrumbs li {
  display: inline;
  margin-left: 8px;
  padding-left: 16px;
  background: url(https://www.askul.co.jp/resource/images/detail/2014new_arrow-topicpath-bg-02.gif) no-repeat 0 4px;
  line-height: 1.4;
}

.breadcrumbs ol li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.breadcrumbs ol a:link,
.breadcrumbs ol a:visited {
  text-decoration: none;
}

.breadcrumbs ol a:hover,
.breadcrumbs ol a:active {
  text-decoration: underline;
}

/* section,wrapper */
.section{
  background-color: #F5F1EC;
  padding: 48px 0;
}

.section.-wide{
  padding: 48px 0 80px;
}

.section.-bgLightGreen{
  background-color: #D6EADD;
}

.wrapper{
  max-width: 960px;
  margin-inline: auto;
}

/* heading */
.heading-b,
.heading-c,
.heading-d{
  text-align: center;
  font-weight: 500;
}

.heading-b{
  font-size: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #007078;
}

.heading-c{
  font-size: 24px;
}

.heading-d{
  font-size: 16px;
  background-color: #D6EADD;
  padding-inline: 16px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  font-weight: normal;
}

/* lead */
.lead-text{
  text-align: center;
  position: relative;
  line-height: 1.8;
}

.lead-text.-hasImg::before,
.lead-text.-hasImg::after{
  content: '';
  position: absolute;
  display: block;
}

.lead-text.-hasImg::before{
  top: 0;
  left: 50px;
  width: 64px;
  height: 130px;
  background: url('/resource/club_com/special/kao_laurier/images/leaf_01.svg') no-repeat;
}

.lead-text.-hasImg::after{
  bottom: 0;
  right: 65px;
  width: 61px;
  height: 49px;
  background: url('/resource/club_com/special/kao_laurier/images/leaf_02.svg') no-repeat;
}

.lead-box{
  background-color: #007078;
  width: 736px;
  padding: 32px;
  margin-inline: auto;
  text-align: center;
  color: #ffffff;
  border-radius: 62px;
}

/* caption */
.caption{
  font-size: 11px;
  color: #30201A;
  text-align: center;
}

.caption.-taright{
  text-align: right;
}

/* form-btn */
.mainArea .specialContentBody .form-btn{
  display: block;
  position: relative;
  width: 331px;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #007078;
  color: #007078;
  margin-inline: auto;
}

.mainArea .specialContentBody .form-btn::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 20px;
  margin-block: auto;
  background: url('/resource/club_com/special/kao_laurier/images/icon-angle.svg') no-repeat;
  width: 16px;
  height: 16px;
}

.mainArea .specialContentBody .form-btn:hover{
  opacity: 0.5;
  text-decoration: none;
}

/* main visual */
.mv-img{
  display:block;
  width:100%;
  height:495px;
  object-fit: cover;
}

/* movie */
.movie{
  width: 800px;
  height: 450px;
  margin-inline: auto;
}

/* img */
.imgwrap{
  position: relative;
}

.img-contents_02{
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.lytimg{
  width: 480px;
  margin-inline: auto;
}

.img-center{
  display: block;
  margin-inline: auto;
}

/* bgbox */
.bgbox{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 16px;
  background-color: #007078;
}

.bgbox-img{
  opacity: 0.6;
}

.bgbox-img.-rotate{
  transform: rotate(180deg);
}

.bgbox-text{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-inline: 50px;
}

/* card */
.card{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.card-list{
  position: relative;
  text-align: center;
}

.card-list::after{
  position: absolute;
  top: 60%;
  left: calc(100% + 16px);
  width: 25px;
  height: 48px;
  content: '';
  background: url('/resource/club_com/special/kao_laurier/images/triangle.svg') no-repeat;
}

.card-list:last-child::after{
  content: none;
}


.card-list-text{
  display: flex;
  align-items: center;
  margin-inline: 16px;
  height: 64px;
}

/* grid */
.grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 24px;
  margin-inline: auto;
  justify-content: center;
}

.grid.-col2{
  grid-template-columns: auto auto;
  grid-gap: 36px;
  margin-inline: auto;
}

.grid-item.-width242{
  width: 242px;
}

.grid-item.-width182{
  width: 182px;
}

.grid-item-img{
  display: block;
}

.link:hover .grid-item-img {
  opacity: 0.5;
}


.price{
  text-align: right;
  color: #dd2c08;
  font-size: 12px;
}

.price-value{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.col{
  display: flex;
  width: 800px;
  margin: 0 auto;
  align-items: center;
}

.col .heading-c, .col .lead-text{
  text-align: left;
}

.colWrapper + .colWrapper{
  margin-left: 40px;
}

.line {
  height: 1px;
  background-image: linear-gradient(90deg, #007078, #007078 5px, transparent 0, transparent 0);
  background-size: 10px 1px;
}

/* dl */
.dlbox{
  width: 384px;
  border: 1px solid #007078;
  border-radius: 50px;
  padding: 16px 48px;
  margin-inline: auto;
}

.dl-list{
  display: flex;
  font-size: 12px;
}

/* panel */
.panel{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 64px 32px;
  grid-template-areas:
  "areaA areaB"
  "areaC areaD"
  "areaE areaD";
}

.panel-list {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
}

.panel-list:nth-of-type(1){
  grid-area: areaA;
}
.panel-list:nth-of-type(2){
  grid-area: areaB;
}
.panel-list:nth-of-type(3){
  grid-area: areaC;
}
.panel-list:nth-of-type(4){
  grid-area: areaD;
}
.panel-list:nth-of-type(5){
  grid-area: areaE;
}

.panel-list-inner{
  text-align: center;
  padding: 24px 27px;
}

.panel-list-inner.-narrow{
  padding: 16px 27px 24px;
}

.panel-number{
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.panel-lead{
  color: #30201A;
}

.panel-caption{
  font-size: 10px;
  color: #30201A;
}
