@charset "UTF-8";

/* --------------------------- 
プラン SP
------------------------------ */
#plan {
  padding: 10rem 0 0;
}
.plan-title {
  max-width: 124rem;
  text-align: center;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.plan-title h2 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3rem;
  position: relative;
}
.plan-title h2 strong {
  font-size: 3rem;
  color: var(--green);
}
.plan-title h2 span:first-of-type {
  font-size: 2.1rem;
}
.plan-title h2 span:last-of-type {
  display: block;
  width: 12rem;
  background: var(--green);
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3rem 0 0.2rem;
  border-radius: 2rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.plan-title h2:before, .plan-title h2:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 4rem;
  background: var(--green);
  position: absolute;
  bottom: 0.5rem;
}
.plan-title h2:before {
  transform: rotate(-12deg);
  left: -2rem;
}
.plan-title h2:after {
  transform: rotate(12deg);
  right: -2rem;
}
.plan-title h2 + p {
  max-width: 40rem;
  margin: 0 auto;
  font-weight: 700;
  text-align: left;
  padding: 1.5rem;
  border-top: 0.1rem #ccc solid;
  border-bottom: 0.1rem #ccc solid;
}
.plan-title h2 + p span:first-of-type {
  color: var(--green);
}
.plan-title h2 + p span:last-of-type {
  color: var(--blue);
}

/* ----- .plan-select ----- */
.plan-select {
  max-width: 146rem;
  padding: 0 1.5rem;
  margin: 3rem auto 3rem;
}
.plan-select .step01 {
  background: #e7eeed;
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.plan-select .step02 {
  background: #eaf6fd;
  padding: 3rem 1.5rem;
  position: relative;
}
/* 矢印 */
.plan-select .step01::after,
.plan-select .step02::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/plan-arrow.svg) no-repeat center center;
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.plan-select .step01 h3,
.plan-select .step02 h3 {
  max-width: 124rem;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem #ccc solid;
  margin: 0 auto 2.5rem;
}
.plan-select .step01 h3 strong,
.plan-select .step02 h3 strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
}
.plan-select .step01 h3 strong {
  color: var(--green);
}
.plan-select .step02 h3 strong {
  color: var(--blue);
}
.plan-select ul {
  max-width: 124rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  margin: 0 auto;
}
/* 外のリストにドロップシャドウ */
.plan-select li {
  width: 48%;
  background: #fff;
  text-align: left;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem rgba(102, 102, 102, 0.2);
}
.plan-select li input {
  display: none;
}
.plan-select li label {
  display: block;
  position: relative;
}
/* 選択ボックス および 選択ボックス内テキスト改行 */
.plan-select label span {
  display: block;
}
/* 選択ボックスの設定 */
.plan-select li label > span {
  font-size: 1.3rem;
  padding: 2rem 1.2rem 2rem 2.4rem;
  position: relative;
  transition: .3s;
}
/* 選択ボックス（STEP02 MAX）の設定 */
.plan-select .step02 li:first-child label > span {
  background: var(--lred);
  border: 0.2rem var(--bred) solid;
  border-radius: 1rem;
}
@media only screen and (max-width: 374px) {
  .plan-select li label > span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .plan-select li label > span {
    font-size: 1.4rem;
  }
}
/* 選択ボックス内 プラン名称 */
.plan-select li label span strong {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/* 選択ボックス（STEP02 MAX）内 プラン名称 */
.plan-select .step02 li:first-child label span strong {
  color: var(--bred);
}
/* STEP01のチェックボックス */
.plan-select .step01 li label > span::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem #89a9a6 solid;
  border-radius: 0.2rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  transition: .3s;
}
/* STEP01-02のチェックマーク */
.plan-select li label > span::after {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../img/plan-icon-check.svg) no-repeat center center;
  position: absolute;
  top: 1.6rem;
  right: 1.4rem;
  opacity: 0;
  transition: .3s;
  transition-delay: .1s;
}
/* STEP01の左半円 */
.plan-select .step01 li label::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.6rem;
  background: var(--green);
  border-radius: 0 0.8rem 0.8rem 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .3s;
}
/* STEP01の選択時 */
.plan-select .step01 li input:checked + label > span {
  background: var(--green);
  color: #fff;
  border-radius: 1rem;
}
.plan-select .step01 li input:checked + label > span::before {
  border-color: #fff;
}
.plan-select li input:checked + label > span::after {
  opacity: 1;
}
.plan-select .step01 li input:checked + label::after {
  background: var(--yellow);
}
/* STEP02のチェックボックス */
.plan-select .step02 li label > span::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem #ccc solid;
  border-radius: 0.2rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  transition: .3s;
}
/* STEP02 MAX のチェックボックス */
.plan-select .step02 li:first-child label > span::before {
  border-color: var(--bred);
}
/* STEP02の左半円 */
.plan-select .step02 li label::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.6rem;
  background: var(--blue);
  border-radius: 0 0.8rem 0.8rem 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .3s;
}
/* STEP02 MAX の左半円 */
.plan-select .step02 li:first-child label::after {
  background: var(--bred);
}
/* STEP02の選択時 */
.plan-select .step02 li input:checked + label > span {
  background: var(--blue);
  color: #fff;
  border-radius: 1rem;
}
.plan-select .step02 li:first-child input:checked + label > span {
  background: var(--red);
  border-color: var(--red);
}
.plan-select .step02 li:first-child input:checked + label span strong {
  color: #fff;
}
.plan-select .step02 li input:checked + label > span::before {
  border-color: #fff;
}
.plan-select .step02 li input:checked + label::after {
  background: #fff;
}
/* STEP02 MAX の「オススメ」 */
.plan-select .step02 li:first-child label::before {
  content: "";
  display: block;
  width: 7.3rem;
  height: 4rem;
  background: url(../img/plan-icon-reco_sp.svg) no-repeat center center;
  position: absolute;
  top: -1.7rem;
  left: -0.4rem;
  z-index: 999;
}


/* ----- .plan-active ----- */
.plan-active {
  background: #f1f1f1;
  padding: 7.5rem 0 5rem;
}
.plan-active .inner140 {
  padding: 0 1rem;
}

/* ----- .plan-point ----- */
.plan-point {
  background: var(--green);
  padding: 3rem 0;
}
.plan-point .inner140 {
  padding: 0 1rem;
}
.plan-point .point-box-wrap {
  max-width: 60rem;
  background: #fff;
  padding: 0 1.5rem;
  margin: 0 auto;
  border-radius: 0.5rem;
}
.plan-point .point-box {
  padding: 2rem 0 1.5rem;;
}
.plan-point .point-box:first-child {
  border-bottom: 0.1rem var(--green) solid;
}
.plan-point .point-box figure {
  text-align: center;
  margin-bottom: 2.5rem;
}
.plan-point .point-box figure img {
  border-radius: 0.5rem;
}
.plan-point .point-box h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width:390px) {
  .plan-point .point-box h3 {
    font-size: 1.8rem;
  }
}
.plan-point .point-box:last-child h3 {
  text-align: center;
}
.plan-point .point-box h3 > span {
  display: block;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  color: var(--green);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding: 1.3rem;
  border-radius: 0 1.5rem 0 0;
  position: absolute;
  top: -7.8rem;
  left: -1.3rem;
}
.plan-point .point-box h3 span span {
  display: block;
  font-size: 1.4rem;
}
.plan-point .point-box h3 strong {
  color: var(--green);
  padding: 0 0.1rem 0;
  border-bottom: 4px var(--green) dotted;
}
.plan-point .point-box p {
  font-size: 1.4rem;
}

/* 表示位置 SP --------- */
.plan-active .inner140 > p{
  max-width: 64rem;
  margin: 0 auto;
  text-align: left;
  padding: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
}


/* --------------------------- 
加入までの流れ SP
------------------------------ */
#howto {
  background: var(--bggr);
  padding: 5rem 1.5rem;
}
#howto section {
  text-align: center;
  margin: 0 auto;
}
#howto section h2 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
}
#howto section h2 strong {
  color: var(--green);
  font-size: 3rem;
  margin-left: 0.5rem;
}
#howto section h2 span {
  display: block;
  width: 13.5rem;
  background: var(--green);
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3rem 0 0.2rem;
  border-radius: 2rem;
  position: absolute;
  top: -0.2rem;
  left: -0.5rem;
}

.howto-wrap .step-wrap {
  margin-bottom: 5rem;
}
.step-wrap ol li {
  max-width: 60rem;
  background: #fff;
  padding: 6rem 2.2rem 2.5rem;
  margin: 8rem auto;
  text-align: center;
  position: relative;
}
.step-wrap ol li:first-child {
  margin-top: 4rem;
}
.step-wrap ol li:first-child p br{
  display: block;
}
.step-wrap ol li:last-child {
  margin-bottom: 3rem;
}
.step-wrap ol li::before, .step-wrap ol li::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.6rem;
  background: var(--green);
  position: absolute;
  bottom: -2.8rem;
}
.step-wrap ol li::before {
  transform: rotate(30deg) skewX(30deg);
  left: calc(50% - 1.2rem);
}
.step-wrap ol li::after {
  transform: rotate(-30deg) skewX(-30deg);
  left: 50%;
}
.step-wrap ol li:last-child::before, .howto-wrap ol li:last-child::after {
  display: none;
}
.step-wrap ol li .step {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  background: var(--green);
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  align-content: center;
  line-height: 1;
  border-radius: 3.5rem;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.step-wrap ol li .step span {
  display: block;
  font-size: 2.4rem;
}
.step-wrap ol li p {
  padding-top: 2rem;
  font-size: 1.6rem;
}
.step-wrap ol li p strong {
  display: block;
  font-weight: 700;
}
.step-wrap ol li p span {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (min-width:500px) {
  .step-wrap ol li p br {
    display: none;
  }
}

.convenient {
  background: #fff url("../img/flow-image.png") no-repeat center bottom;
  background-size: 45%;
  text-align: center;
  margin: 3rem auto 0;
  padding: 3rem 1.5rem 60%;
  border-radius: 1rem;
}
@media screen and (min-width:600px) {
  .convenient {
    background-size: 35%;
    padding-bottom: 50%;
  }
}
.convenient .convenient-in {
  display: inline-block;
  text-align: left;
}
.convenient h3 {
  color: var(--red);
  font-size: 2.1rem;
  font-weight: bold;
  padding: 1.5rem 0 2rem 9rem;
  position: relative;
}
.convenient h3 strong {
  display: block;
  width: 8rem;
  height: 8rem;
  padding-top: 0.8rem;
  color: #c00;
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
  border: 5px var(--red) solid;
  border-radius: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.convenient h3 strong span {
  font-size: 2.8rem;
  padding-left: 0.2rem;
}
.convenient ul {
  margin-top: 2.5rem;
}
.convenient li {
  background: url("../img/icon-check.svg") no-repeat 1rem 1rem;
  background-size: 2.4rem;
  line-height: 1.6;
  padding: 0 3rem 0 4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.convenient li:first-child {
  border-bottom: 1px #ccc dashed;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.convenient li:last-child {
  padding-top: 0.5rem;
}
.convenient li strong {
  font-size: 2.4rem;
}
.convenient li span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}



/* --------------------------- 
よくある質問 SP 
------------------------------ */
#faq {
  background: var(--bggrgn);
  padding: 5rem 1.5rem;
}
#faq section {
  text-align: center;
  margin: 0 auto;
}
#faq section h2 {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
}
#faq section h2 strong {
  color: var(--green);
  font-size: 3rem;
}
#faq section h2 span {
  display: block;
  width: 8rem;
  background: var(--green);
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3rem 0 0.2rem;
  border-radius: 2rem;
  position: absolute;
  top: -0.5rem;
  left: 1.2rem;
}

.faq-box {
  margin: 0 0 10px;
  border-radius:10px;
  color:#fff;
  text-align: left;
  overflow: hidden;
  background: var(--green);
  border: 1px solid var(--green);
}

.question {
  padding: 2rem 4rem 2rem 5rem;
  color: var(--green);
  line-height: 1.6;
  background: #fff;
  font-size: 1.6rem;
  position: relative;
}
.question p {
  position: relative;
}
.question p::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: var(--green);
  border-radius: 2.3rem;
  position: absolute;
  top: -0.7rem;
  left: -4.2rem;
}
.question p::after {
  content: "Q";
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  position: absolute;
  top: -0.5rem;
  left: -3.1rem;
}
.question::before, .question::after {
  content: "";
  display: block;
  background: var(--green);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.question::before {
  width: 15px;
  height: 3px;
  right: 1.5rem;
}
.question::after {
  width: 3px;
  height: 15px;
  right: 2.1rem;
  opacity: 1;
  transition: .3s;
}
.question.active::after {
  opacity: 0;
}

.answer {
  display: none;
  padding: 2rem 1.5rem 3rem;
  font-size: 1.6rem;
}
.answer p strong {
  color: #ff0;
}


/* --------------------------- 
ご紹介ムービー SP 
------------------------------ */
#movie {
  text-align: center;
  padding: 5rem 1.5rem;
}
#movie h2 {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
#movie h2 > span:first-child {
  font-size: 1.8rem;
  margin-left: 0.1em;
}
#movie h2 > span:last-child {
  display: block;
  font-size: 2.4rem;
  position: relative;
}
#movie h2 > span:last-child strong {
  font-size: 3rem;
  color: var(--green);
}
#movie h2 > span:last-child span {
  display: block;
  width: 11rem;
  background: var(--green);
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.3rem 0 0.2rem;
  border-radius: 2rem;
  position: absolute;
  top: -0.3rem;
  right: 0.8rem;
}

.movie-bg {
  max-width: 124rem;
  background: #000;
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 0 auto;
}
.movie-bg div {
  max-width: 80rem;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.movie-bg div iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}



/* --------------------------- 
神戸共済とは SP 
------------------------------ */
#about .about-bg {
  padding: 2rem 0 5rem;
  background: url("../img/kobe-bg_sp.jpg") no-repeat center bottom;
  background-size: 60rem;
}
@media screen and (min-width:600px) {
  #about .about-bg {
    background-size:auto;
  }
}

#about .about-bg section {
  padding: 0 1.5rem;
  text-align: center;
}
#about .about-bg section h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
}
#about .about-bg section h2 span {
  display: block;
  width: 28rem;
  margin: 1rem auto 0;
  padding: 0.5rem 0;
  color: var(--green);
  border-top: 0.2rem solid var(--green);
  border-bottom: 0.2rem solid var(--green);
  font-size: 1.6rem;
  color: var(--green);
}

#about .about-bg section h2 + p {
  display: inline-block;
  font-size: 1.4rem;
  padding: 3rem 1.5rem;
}
#about .about-bg section h2 + p span {
  display: inline-block;
  position: relative;
  text-shadow:
  0.2rem 0.2rem 0.2rem #fff, -0.2rem -0.2rem 0.2rem #fff,
  -0.2rem 0.2rem 0.2rem #fff,  0.2rem -0.2rem 0.2rem #fff,
  0.2rem 0 0.2rem #fff, -0.2rem  0 0.2rem #fff,
  0 0.2rem 0.2rem #fff,  0 -0.2rem 0.2rem #fff;
}
#about .about-bg section h2 + p span::after {
  content: "";
  display: block;
  width: 6.6rem;
  height: 18.7rem;
  background: url(../img/about-ill.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -8.5rem;
}
@media screen and (max-width:410px) {
  #about .about-bg section h2 + p {
    padding: 3rem 2rem 3rem 0;
  }
  #about .about-bg section h2 + p span::after {
    right: -7.2rem;
  }
}

#about .about-cta {
  max-width: 47rem;
  margin: 0 auto;  
}
#about .about-cta ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#about .about-cta ul li {
  width: auto;
  margin: 0 0 1rem;
}

#about .about-cta ul + p {
  line-height: 1.8;
  text-align: center;
  padding: 2rem 0;
  border-radius: 2rem;
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
#about .about-cta ul + p span {
  display: block;
  max-width: 28rem;
  margin: 0 auto;
}

/*----------------------------------------------------
タブレット用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* ----- .plan-select ----- */
  .plan-select {
    padding: 0 3rem;
  }

  /* ----------------------  
  加入までの流れ TAB 750
  -------------------------*/

  .convenient {
    background: #fff url("../img/flow-image.png") no-repeat 10% bottom;
    background-size: 26%;
    padding: 3rem 1.5rem 1.5rem 40%;
  }
  .convenient ul {
    margin-top: 0;
  }

  /* --------------------------- 
  よくある質問 TAB 750
  ------------------------------ */
  #faq {
    padding: 10rem 1.5rem;
  }
  .question {
    padding: 2rem 7rem;
  }
  .question p::before {
    left: -5.2rem;
  }
  .question p::after {
    left: -4.1rem;
  }
  .question::before {
    right: 3.5rem;
  }
  .question::after {
    right: 4.1rem;
  }
  
  
  /* --------------------------- 
  ご紹介ムービー TB 750 
  ------------------------------ */
  .movie-bg {
    padding: 3rem;
  }


  /* --------------------------- 
  神戸共済とは TB 750
  ------------------------------ */

  #about .about-bg {
    background: url("../img/kobe-bg.jpg") no-repeat center bottom;
    background-size: contain;
  }
  #about .about-bg section h2 + p {
    text-align: center;
    padding: 3rem 1.5rem 5rem;
  }
  #about .about-bg section h2 + p span {
    display: inline-block;
    position: relative;
  }
  #about .about-bg section h2 + p span::after {
    content: "";
    display: block;
    width: 7.8rem;
    height: 21rem;
    position: absolute;
    bottom: 0;
    right: -8.5rem;
  }

  #about .about-cta {
    max-width: 980px;
  }
  #about .about-cta ul {
    flex-direction: row;
  }
  #about .about-cta ul li {
    width: 49%;
  }

  #about .about-cta ul + p {
    padding: 15px 0;
  }


}



/*----------------------------------------------------
タブレット・PC用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {


  /* --------------------------- 
  プラン PC 1000
  ------------------------------ */
  #plan {
    padding: 10rem 0 0;
  }
  .plan-title {
    padding: 0 3rem;
  }
  .plan-title h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .plan-title h2 strong {
    font-size: 4rem;
    color: var(--green);
  }
  .plan-title h2 span:first-of-type {
    font-size: 3rem;
  }
  .plan-title h2 span:last-of-type {
    display: block;
    width: 12rem;
    background: var(--green);
    font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0.3rem 0 0.2rem;
    border-radius: 2rem;
    position: absolute;
    top: -3rem;
    left: 52.5%;
  }
  .plan-title h2 + p {
    max-width: 90rem;
    font-size: 2.1rem;
    text-align: center;
    padding: 2rem 0;
  }

  /* ----- .plan-select ----- */
  .plan-select {
    padding: 0 3rem;
    margin: 8rem auto 4.5rem;
  }
  .plan-select .step01,
  .plan-select .step02 {
    padding: 5rem 3rem;
  }
  .plan-select .step01 h3,
  .plan-select .step02 h3 {
    font-size: 2.1rem;
    text-align: left;
    padding-bottom: 2.5rem;
    margin: 0 auto 3rem;
  }
  .plan-select .step01 h3 strong,
  .plan-select .step02 h3 strong {
    display: inline-block;
    font-size: 2.8rem;
    margin-right: 3.5rem;
  }
  .plan-select .step02 li {
    width: 24%;
  }
  /* STEP02 MAX の「オススメ」 */
  .plan-select .step02 li:first-child label::before {
    width: 8.5rem;
    height: 4rem;
    background: url(../img/plan-icon-reco_pc.svg) no-repeat center center;
    top: -1.7rem;
    left: -3.2rem;
  }

  /* ----- .plan-active ----- */
  .plan-active {
    padding: 7rem 0 10rem;
  }
  .plan-active .inner140 {
    padding: 0 3rem;
  }


  /* ----- .plan-point 1000 ----- */
  .plan-point {
    padding: 8rem 0;
  }
  .plan-point .inner140 {
    padding: 0 3rem;
  }
  .plan-point .point-box-wrap {
  max-width: 140rem;
  display: flex;
  padding: 3rem 0;
  border-radius: 1rem;
}
  .plan-point .point-box {
    max-width: none;
    width: 50%;
    padding: 0 3rem;
  }
  .plan-point .point-box:first-child {
    border-bottom: none;
    border-right: 1px var(--green) solid;
  }
  .plan-point .point-box figure img {
    border-radius: 1rem;
  }
  .plan-point .point-box h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .plan-point .point-box h3 > span {
    font-size: 3.6rem;
    border-radius: 0 2rem 0 0;
    top: -9.5rem;
    left: -1.3rem;
  }
  .plan-point .point-box p {
    font-size: 1.6rem;
  }

.plan-point .point-box h3 strong {
  border-bottom: 6px var(--green) dotted;
}

  /* 表示位置 1000 --------- */
  .plan-active .inner140 > p{
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 8rem 0;
    font-size: 2.1rem;
  }

  /* ----------------------  
  加入までの流れ PC 1000
  -------------------------*/
  #howto {
    padding: 10rem 3rem;
  }
  #howto section h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  #howto section h2 strong {
    font-size: 4.8rem;
    margin-left: 0;
  }
  #howto section h2 span {
    width: 15rem;
    font-size: 1.6rem;
    padding: 0.7rem 0 0.5rem;
    top: 0.3rem;
    left: 0;
  }
  
  .step-wrap ol {
    display: flex;
    justify-content: space-between;
  }
  .step-wrap ol li {
    width: 30%;
    padding: 6.5rem 2rem 5rem;
    margin: 4rem auto 0;
  }
  .step-wrap ol li:last-child {
    margin-bottom: 0;
  }
  .step-wrap ol li::before, .step-wrap ol li::after {
    width: 6px;
    height: 14px;
    left: 105%;
  }
  .step-wrap ol li::before {
    transform: rotate(30deg) skewY(-30deg);
    top: 50%;
  }
  .step-wrap ol li::after {
    transform: rotate(-30deg) skewY(30deg);
    top: calc(50% - 12px);
  }
  .step-wrap ol li p {
    padding-top: 3.5rem;
  }
  .step-wrap ol li p span {
    text-align: left;
  }
  .step-wrap ol li p br {
    display: inline;
  }
  .step-wrap > p {
    font-size: 1.6rem;
    padding: 3rem 0 5rem;
  }

  .howto-wrap .convenient {
    background: #fff url("../img/flow-image.png") no-repeat 3% bottom;
    background-size: 22%;
    padding: 3rem 1.5rem 3rem 25%;
    border-radius: 1rem;
  }
  .howto-wrap .convenient h3 {
    font-size: 2.8rem;
    color: #c00;
    font-weight: 700;
  }
  .howto-wrap .convenient h3 strong {
    display: inline-block;
    width: 7rem;
    height: 7rem;
    font-size: 2.4rem;
    letter-spacing: normal;
    text-align: center;
    padding-top: 0.3rem;
    border: 0.5rem #c00 solid;
    border-radius: 3.5rem;
    margin-right: 1.5rem;
  }
  .howto-wrap .convenient h3 strong span {
    font-size: 2.8rem;
  }
  .howto-wrap .convenient ul {
    padding-left: 3rem;
  }
  .howto-wrap .convenient li {
    padding-left: 5rem;
  }


  /* ----------------------  
  よくある質問 PC 1000
  -------------------------*/
  #faq {
    padding: 10rem 3rem;
  }
  #faq section h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  #faq section h2 strong {
    font-size: 4.8rem;
  }
  #faq section h2 span {
    width: 9rem;
    font-size: 1.8rem;
    padding: 0.7rem 0 0.5rem;
    top: 0.3rem;
    left: 1.5rem;
  }
  
  
  /* --------------------------- 
  ご紹介ムービー PC 1000 
  ------------------------------ */
  #movie {
    text-align: center;
    padding: 10rem 3rem;
  }
  #movie h2 {
    display: inline-block;
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  #movie h2 > span:first-child {
    font-size: 2.4rem;
  }
  #movie h2 > span:last-child {
    font-size: 3rem;
  }
  #movie h2 > span:last-child strong {
    font-size: 4.8rem;
  }
  #movie h2 > span:last-child span {
    width: 14rem;
    font-size: 1.8rem;
    padding: 0.7rem 0 0.5rem;
    top: 0.4rem;
  }

  .movie-bg {
    padding: 5rem;
  }



  /* --------------------------- 
  神戸共済とは PC 1000
  ------------------------------ */
  #about .about-bg section h2 + p span::after {
    right: -9.5rem;
  }



}



/*----------------------------------------------------
PC用 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {


  /* --------------------------- 
  プラン PC 1200
  ------------------------------ */
  /* STEP01のチェックボックス */
  .plan-select .step01 li label > span::before {
    width: 2rem;
    height: 2rem;
    border-radius: 0.3rem;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
  /* STEP02のチェックボックス */
  .plan-select .step02 li label > span::before {
    width: 2rem;
    height: 2rem;
    border-radius: 0.3rem;
    top: 2rem;
    right: 2rem;
  }
  /* STEP01のチェックマーク */
  .plan-select .step01 li label > span::after {
    width: 2.2rem;
    height: 1.8rem;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
  }
  /* STEP02のチェックマーク */
  .plan-select .step02 li label > span::after {
    width: 2.2rem;
    height: 1.8rem;
    top: 2.1rem;
    right: 2rem;
  }

  /* ----- .plan-point ----- */
  .plan-point .point-box h3 {
    text-align: center;
  }



  /* ----------------------  
  加入までの流れ PC 1200
  -------------------------*/

  .step-wrap ol li p {
    font-size: 1.8rem;
  }
  .step-wrap > p {
    font-size: 1.8rem;
  }

  .howto-wrap .convenient {
    background: #fff url("../img/flow-image.png") no-repeat 15% bottom;
    background-size: 19%;
    padding: 3rem 1.5rem 3rem 25%;
    border-radius: 1rem;
  }
  .howto-wrap .convenient li {
    background: url("../img/icon-check.svg") no-repeat 1rem 1.5rem;
    background-size: 3rem;
    font-size: 2.1rem;
  }
  .howto-wrap .convenient li strong{
     font-size: 3rem;   
  }
  .howto-wrap .convenient li span {
    font-size: 1.8rem;
  }

  /* ----------------------  
  よくある質問 PC 1200
  -------------------------*/
  .question {
    font-size: 2rem;
    padding: 3rem 8rem 3rem 10rem;
  }
  .question p::before {
    width: 4.6rem;
    height: 4.6rem;
    top: -0.8rem;
    left: -7.5rem;
  }
  .question p::after {
    top: -0.1rem;
    left: -5.9rem;
  }
  .answer {
    font-size: 1.8rem;
    padding: 3rem 4rem;
  }


}



/*----------------------------------------------------
PC用 1400- 
----------------------------------------------------*/
@media screen and (min-width:1400px) {


  /* ----- .plan-select ----- */
  .plan-select {
    padding: 0;
  }

  /* --------------------------- 
  プラン PC 1400
  ------------------------------ */
  /* 矢印 */
  .plan-select .step01::after,
  .plan-select .step02::after {
    width: 3.4rem;
    height: 3.4rem;
    bottom: -1.7rem;
  }
  .plan-select .step01 h3,
  .plan-select .step02 h3 {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    margin: 0 auto 3.5rem;
  }
  .plan-select .step01 h3 strong,
  .plan-select .step02 h3 strong {
    font-size: 3.6rem;
    margin-right: 4.5rem;
  }
  /* 選択ボックスの設定 */
  .plan-select li label > span {
    font-size: 1.6rem;
  }
  .plan-select .step01 li label > span {
    padding: 3rem 5rem;
  }
  .plan-select .step02 li label > span {
    padding: 3rem 1.5rem 3rem 3.5rem;
  }
  /* 選択ボックス内 プラン名称 */
  .plan-select li label span strong {
    font-size: 2.4rem;
  }
  /* STEP01のチェックボックス */
  .plan-select .step01 li label > span::before {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    right: 6rem;
  }
  /* STEP02のチェックボックス */
  .plan-select .step02 li label > span::before {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    top: 2.5rem;
    right: 3rem;
  }
  /* STEP01のチェックマーク */
  .plan-select .step01 li label > span::after {
    width: 3rem;
    height: 2.2rem;
    top: 50%;
    right: 6rem;
    transform: translateY(-50%);
  }
  /* STEP02のチェックマーク */
  .plan-select .step02 li label > span::after {
    width: 2.8rem;
    height: 2rem;
    top: 2.8rem;
    right: 2.8rem;
  }
  /* STEP02 MAX の「オススメ」 */
  .plan-select .step02 li:first-child label::before {
    width: 12rem;
    height: 6.2rem;
    top: -2.7rem;
    left: -4.4rem;
  }

  /* ----- .plan-point ----- */
  .plan-point .point-box-wrap {
    padding: 5rem 0;
  }
  .plan-point .point-box {
    padding: 0 3.8rem;
  }
  @media screen and (min-width:1500px) {
    .plan-point .point-box {
      padding: 0 5rem;
    }
  }
  .plan-point .point-box h3 {
    font-size: 2.4rem;
  }
  .plan-point .point-box h3 > span {
    font-size: 4.8rem;
    padding: 2rem;
    border-radius: 0 3rem 0 0;
    top: -10.5rem;
    left: -0.5rem;
  }
  .plan-point .point-box h3 span span {
    font-size: 1.6rem;
  }
  .plan-point .point-box p {
    font-size: 1.8rem;
  }

.step-wrap ol li:first-child p br{
  display: none;
}

  /* 表示位置 1400 --------- */
  .plan-open{
    font-size:2.1rem;
  }



  /* ----------------------  
  神戸共済とは PC1400
  -------------------------*/
  #about .about-bg {
    padding: 0 0 10rem;
    background-size: auto;
  }
  #about .about-bg section h2 {
    font-size: 3.0rem;
    font-weight: bold;
  }
  #about .about-bg section h2 span {
    width: 320px;
    font-size: 1.8rem;
  }

  #about .about-bg section h2 + p {
    line-height: 2;
    text-align: center;
    font-size: 1.8rem;
    padding: 30px 0 80px;
  }

  #about .about-cta ul + p span {
    max-width: 380px;
  }
  #about .about-bg section h2 + p span::after {
    width: 9rem;
    height: 25.5rem;
  }



  /* ----------------------  
  加入までの流れ PC 1400
  -------------------------*/
  .howto-wrap .convenient {
    background: #fff url("../img/flow-image.png") no-repeat 18% bottom;
    background-size: 18%;
    padding: 3rem 1.5rem 3rem 23%;
    border-radius: 1rem;
  }


}











