@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: 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/about/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 共通エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

.about {
  position: relative;
  padding-top: 70px;
  padding-bottom: 120px;
}

.about .body {
  max-width: 1120px;
  padding: 0 20px;
}

.about .inner {
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .about .inner {
    max-width: 1000px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.about .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以下の時*/
  .about .title {
    font-size: 3.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

.about .title-1 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 2.5em;
  line-height: 1.4;
}
.about .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以下の時*/
  .about .title-1 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.5em;
    line-height: 1.4;
  }
  .about .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;
  } 
}


/* ****************************************************************************************************
   * Concept
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#concept .content {
  max-width: 750px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

#concept .subtitle {
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;
}
#concept .text {
  margin-top: 70px;
}
#concept .text ~ .text {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #concept .content {
    margin-top: 20px;
  }
  #concept .subtitle {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #concept .text {
    margin-top: 20px;
  }
  #concept .text ~ .text {
    margin-top: 20px;
  }
}


/* ****************************************************************************************************
   * 流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#flow {
  position: relative;
  background: #e4e4e4;
  padding-top: 90px;
  padding-bottom: 90px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#flow .item.layout-2 {
  justify-content: flex-start;
}

#flow .item {}
#flow .item ~ .item {
  margin-top: 60px;
}

#flow .item picture {
  width: 31%;
  margin-right: 5%;
}

#flow .item .detail {
  width: 64%;
}

#flow .item .detail .text {
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#flow .item .detail .text span {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0.2em 0.2em;
  line-height: 1.0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 24px;
  height: 24px;
}
#flow .item:nth-child(1) .text span {
  background: #9900b5;
}
#flow .item:nth-child(2) .text span {
  background: #f20808;
}
#flow .item:nth-child(3) .text span {
  background: #3f6346
}
#flow .item:nth-child(4) .text span {
  background: #000000;
}
#flow .item .detail .caption {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #flow .item ~ .item {
    margin-top: 30px;
  }
  #flow .item picture {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center;
  }
  #flow .item .detail {
    width: 100%;
    margin-top: 1em;
  }
  
  #flow .item .detail .text {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

/* ****************************************************************************************************
   * 会員様だけの特別な特典
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#benefits {
  position: relative;
  padding-top: 130px;
  padding-bottom: 160px;
}

#benefits section ~ section {
  padding-top: 120px;
}

#benefits .inner {
  margin-top: 60px;
  margin-bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1120px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits section ~ section {
    padding-top: 60px;
  }
  #benefits .inner {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#benefits .benefit ul.layout-flex-3 {
  margin-top: 60px;
}

#benefits .benefit ul.layout-flex-3 li {}
#benefits .benefit ul.layout-flex-3 li:nth-child(n+4) {
  margin-top: 60px;
}

#benefits .benefit ul.layout-flex-3 li picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#benefits .benefit ul.layout-flex-3 li .title-2 {
  font-size: 2.4rem;
  text-align: center;
}
#benefits .benefit ul.layout-flex-3 li .text-1 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits .benefit ul.layout-flex-3 {
    margin-top: 30px;
  }
  #benefits .benefit ul.layout-flex-3 li {
    width: 48%;
  }
  #benefits .benefit ul.layout-flex-3 li:nth-child(n+3) {
    margin-top: 30px;
  }
  #benefits .benefit ul.layout-flex-3 li:nth-child(n+4) {
    margin-top: 30px;
  }
  
  #benefits .benefit ul.layout-flex-3 li .title-2 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
}

/* ****************************************************************************************************
   * 簡単4ステップ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#benefits .flow {}

#benefits .flow .flow-list {}
#benefits .flow .flow-list .item {
  position: relative;
  min-height: 120px;
}
#benefits .flow .flow-list .item ~ .item {
  margin-top: 0;
}

#benefits .flow .flow-list .item .title-2 {
  position: relative;
  max-width: 270px;
  width: 17em;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 2.0rem;
  line-height: 1.4;
}
#benefits .flow .flow-list .item::before {
  content: "";
  display: block;
  background: #cccccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 11px;
  z-index: -1;
  margin-top: 8px;
}
#benefits .flow .flow-list .item:nth-child(4)::before {
  display: none;
}

#benefits .flow .flow-list .item .title-2 span {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0.2em 0.2em;
  line-height: 1.0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 24px;
  height: 24px;
}
#benefits .flow .flow-list .item:nth-child(1) .title-2 span {
  background: #9900b5;
}
#benefits .flow .flow-list .item:nth-child(2) .title-2 span {
  background: #f20808;
}
#benefits .flow .flow-list .item:nth-child(3) .title-2 span {
  background: #3f6346
}
#benefits .flow .flow-list .item:nth-child(4) .title-2 span {
  background: #000000;
}

#benefits .flow .flow-list .item .text-1 {
  margin-top: 0;
  width: 70%;
}
#benefits .flow .flow-list .item .text-1 a {
  text-decoration: underline;
}
#benefits .flow .flow-list .item .text-1 a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/link-icon-b.png") no-repeat;
  width: 18px;
  height: 18px;
  margin-left: .4em;
  vertical-align: middle;
  margin-top: -4px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits .flow .flow-list .item ~ .item {
    margin-top: 0;
    padding-top: 40px;
  }
  #benefits .flow .flow-list .item .title-2 {
    font-size: 1.8rem;
  }
  
  #benefits .flow .flow-list .item::before {
    content: "";
    display: block;
    background: #cccccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 11px;
    z-index: -1;
    margin-top: 8px;
  }
  #benefits .flow .flow-list .item:nth-child(3)::before {
    height: 125%;
}

  #benefits .flow .flow-list .item .text-1 {
    margin-top: 1em;
    margin-left: 2.5em;
    width: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#benefits .flow .flow-list .link-btn {
  margin-top: 0;
}
#benefits .flow .flow-list .btn {
  width: 390px;
  text-align: center;
  margin: 0 auto;
  padding: 1.5em 1em;
}
#benefits .flow .flow-list .btn::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 0px;
  border: none;
  background: url("../../_images/_common/link-icon.png") no-repeat;
  transform: rotate(0);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 0;
  transition: 0.2s right;
}
#benefits .flow .flow-list .btn:hover:after {
  right: 0.3em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits .flow .flow-list .link-btn {
    margin-top: 20px;
  }
  #benefits .flow .flow-list .btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 1em;
  }
}

/* ****************************************************************************************************
   * 会員様の声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#benefits .voice ul.layout-flex-3 {
  margin-top: 40px;
}

#benefits .voice ul.layout-flex-3 li {
  position: relative;
  background: #f0f0f0;
  padding: 20px;
}
#benefits .voice ul.layout-flex-3 li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f0f0f0 transparent transparent transparent;
  border-width: 20px 12px 0 12px;
}

#benefits .voice ul.layout-flex-3 li .title-2 {
  font-size: 1.8rem;
}
#benefits .voice ul.layout-flex-3 li .text-1 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits .voice ul.layout-flex-3 {
    margin-top: 20px;
    display: block;
  }
  #benefits .voice ul.layout-flex-3 li {
    position: relative;
    background: #f0f0f0;
    padding: 20px;
    width: 100%;
  }
  #benefits .voice ul.layout-flex-3 li ~ li {
    margin-top: 50px;
  }
}

/* ****************************************************************************************************
   * パララックス　エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#about {
  position: relative;
  height: 540px;
}

#about .clip {
  height: 100%;
  clip-path: border-box;
}
#about .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以下の時*/
  #about {
    height: 270px;
    padding: 0 !important;
  }
  #about .clip {
    height: 100%;
    clip-path: border-box;
  }
}

/* ****************************************************************************************************
   * Message
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#message {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}
#message .body {
  max-width: 1240px;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#message .contents.layout-flex-2 {
  justify-content: flex-end;
}
#message .contents.layout-flex-2 > * {
  width: 50%;
}

#message picture {
  text-align: right;
}
#message .content {
  max-width: 540px;
}
#message .content .title {
  text-align: left;
}
#message .content .title + .column {
  margin-top: 50px;
}
#message .content .sign {
  text-align: right;
}
#message .content .sign span {
  font-size: 2.5rem;
  display: block;
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 1190px) {
  /*ブラウザの幅が736px以下の時*/
  #message .contents.layout-flex-2 {
    display: block;
  }
  #message .contents.layout-flex-2 > * {
    width: 100%;
  }
  
  #message picture {
    display: block;
    margin-top: 1em;
    text-align: center;
  }
  #message .content {
    max-width: 540px;
    margin: 0 auto;
  }
  #message .content .title + .column {
    margin-top: 20px;
  }
  #message .content .sign span {
    font-size: 2.0rem;
    display: block;
    margin-top: 20px;
  }
}



