@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overprogram: hidden;
}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower #visual {
  background: url("../../_images/service/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 共通エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.service .body {
  max-width: 1120px;
  padding: 0 20px;
}

.service .inner {
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.service .inner .subtitle {
  font-size: 3.0rem;
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .inner {
    max-width: 1000px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .service .inner .subtitle {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title {
  position: relative;
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-family: "Prata", serif;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title-1 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 2.5em;
  line-height: 1.4;
}
.service .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark.png") no-repeat;
  width: 50px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 17px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title-1 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.5em;
    line-height: 1.4;
  }
  .service .title-1::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-mark.png") no-repeat;
    width: 25px;
    height: 5px;
    background-size: 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 17px;
  } 
}

/* ****************************************************************************************************
   * リード文
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#lead {
  padding-bottom: 60px;
}
#lead .content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#lead .subtitle {
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;
}
#lead .text {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .content {}
  #lead .subtitle {
    font-size: 2.4rem;
  }
  #lead .text {
    margin-top: 20px;
  }
}


/* ****************************************************************************************************
   * 共通項目
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#program,
#drip,
#member {
  position: relative;
  padding-top: 110px;
  padding-bottom: 90px;
}
#service-3 {
  margin-bottom: 120px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.service .item.layout-2 {
  justify-content: flex-start;
}

.service .item {}
.service .item ~ .item {
  margin-top: 90px;
}

.service .item picture {
  width: 31%;
  margin-right: 5%;
}

.service .item .detail {
  width: 64%;
}

.service .item .detail .text {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service .item .detail .caption {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  .service .item ~ .item {
    margin-top: 40px;
  }
  .service .item picture {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .service .item .detail {
    width: 100%;
    margin-top: 1em;
  }
  
  .service .item .detail .text {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

/* ****************************************************************************************************
   * パララックス　エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service-bg {
  position: relative;
  height: 540px;
}

.service-bg .clip {
  height: 100%;
  clip-path: border-box;
}
.service-bg .clip .img {
/*
  position: fixed;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
/*  pointer-events: none;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .service-bg {
    height: 270px;
    padding: 0 !important;
  }
  .service-bg .clip {
    height: 100%;
    clip-path: border-box;
  }
}
