@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#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: 3em;
  padding-bottom: 3em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower
#visual {
  position: relative;
}
body.layout-lower
#visual .body {
  min-height: 300px;
  background: url("../../_images/first/visual.png") no-repeat;
  background-position: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower
  #visual .body {
    min-height: 100%;
    background: url("../../_images/first/visual-sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}


/* ****************************************************************************************************
   * 初診の方へ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first {
  position: relative;
  padding-top: 40px;
  padding-bottom: 1em;
  background: var(--c-l-orange);
}
.first:last-child {
  padding-bottom: 100px;
}

.first .body {
  max-width: 1240px;
  padding: 0 20px;
}

.first .column ~ .column {
  margin-top: 100px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .first {
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 1em;
    background: var(--c-l-orange);
  }
  .first:last-child {
    padding-bottom: 50px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .column ~ .column {
    margin-top: 50px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first .title-1 {
  font-size: 2.4rem;
  color: #fff;
  background: var(--c-orange);
  border-radius: 10px;
  padding: 0.2em 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .title-1 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.5em 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.first .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .text {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.first .link-btn {
  margin-top: 20px;
}

.first .link-btn .btn {
  margin-left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .link-btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.first .inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  max-width: 1080px;
  margin: 0 auto;
}
.first .inner::after {
  content: "";
  display: block;
  background: url("../../_images/first/arrow.png") no-repeat;
  width: 60px;
  height: 24px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.first .list + .inner { /* 1つ目*/
  margin-top: 60px !important;
}
.first .inner ~ .inner {
  margin-top: 60px !important;
}
.first .inner:last-child::after {
  display: none;
}

.first .inner .content {
  max-width: 88%;
}

.first .inner .content .text {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first .inner {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 10px rgba(79, 49, 26, 0.1);
  }
  .first .inner .content {
    max-width: 84%;
  }
  .first .inner .content .text {
    font-size: 1.7rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .inner .content {
    width: 100%;
    max-width: 100%;
  }
  .first .list + .inner { /* 1つ目*/
    margin-top: 30px !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容 詳細
/* ------------------------------------------------------------------------------------------------- */

.first .item {}

.first .item .title-2 {
  color: var(--c-orange);
  font-size: 2.2rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .item {}
  .first .item .title-2 {
    color: var(--c-orange);
    font-size: 1.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（スタイル）
/* ------------------------------------------------------------------------------------------------- */

.first .item ul.style {}

.first .item ul.style li {
  list-style: none;
  position: relative;
  padding-left: 2.0em;
  font-size: 1.8rem;
}
.first .item ul.style li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--c-orange);
  color: var(--c-orange);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  margin-top: 8px;
}

.first .item ul.style li ~ li {
  margin-top: 0.5em;
}

.first .item ul.style-1 li {
  display: flex;
  justify-content: flex-start;
}
.first .item ul.style li .col-1 {
  width: 7em;
}
.first .item ul.style li .col-2 {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .item ul.style {}
  .first .item ul.style li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.6rem;
  }
  .first .item ul.style li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid var(--c-orange);
    color: var(--c-orange);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    margin-top: 10px;
  }
  
  .first .item ul.style li ~ li {
    margin-top: 1em;
  }
  .first .item ul.style-1 li {
    display: block;
    justify-content: flex-start;
  }
  .first .item ul.style li .col-1 {
    width: auto;
    font-weight: bold;
  }
  .first .item ul.style li .col-2 {}  
}



/* ****************************************************************************************************
   * 初診の流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#flow {}

.first .inner .contents {
  justify-content: flex-start;
}

.first .inner .number {
  width: /*80px*/8%;
  margin-right: 3%;
  height: 80px;
  max-width: 80px;
  min-width: 80px;
  border-radius: 100%;
  background: var(--c-orange);
}

.first .inner .number p {
  position: relative;
  font-size: 4.0rem;
  display: block;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  min-height: 80px;
  padding-top: 0.5em;
}
.first .inner .number p::before {
  content: "STEP";
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 10px auto 0;
}


.first .inner .content {}
.first .inner .content .title-3 {
  font-size: 3.0rem;
  color: var(--c-gray);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #flow {
    padding-top: 0 !important;
  }

  .first .inner .contents {
    display: flex;
  }
  .first .inner .number {
    width: /*80px*/8%;
    margin-right: 0;
    height: 60px;
    max-width: 60px;
    min-width: 60px;
    border-radius: 100%;
    background: var(--c-orange);
    margin: 0 auto;
  }
  
  .first .inner .number p {
    font-size: 3.0rem;
    line-height: 1.4;
    min-height: 60px;
    padding-top: 0.5em;
  }
  .first .inner .number p::before {
    font-size: 1.4rem;
    margin: 7px auto 0;
  }
  .first .inner .content .title-3 {
    font-size: 2.4rem;
    color: var(--c-gray);
    text-align: center;
  }
}





