@charset "UTF-8";

.l-inner {
  margin-top: 6.25rem;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.outpatient02.--visit {
  width: calc(1190 / 1980 *100%);
  margin: 0 auto;
}

.outpatient02.--visit .outpatient02__title {
  text-align: left;
  padding-left: 97px;
}

.outpatient02.--visit .outpatient02__inner {
  flex-direction: column;
}

/* target */
.target {
  margin-top: 214px;
  background-color: #f3ffe9;
  padding: 60px 280px;
  /* margin: 0 auto; */
}

.target__head {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 1;
  font-weight: 500;
  text-align: center;
}

.way02.--pd {
  padding: 5px;
}

.way02__item:first-child .way02__bottomTitle.way02__bottomTitle.--mg {
  margin-top: 20px;
}

.way02__inner.--flex {
  justify-content: initial;
}

.way02__small.--squere {
  width: initial;
  min-width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  flex-grow: 1;
}

.target__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 27px;
}

.target__item {
  border: 4px solid #d2f1b7;
  padding: 25px 5px;
  text-align: center;
  background-color: #fff;
}

.way02__wrap {
  display: flex;
  gap: 20px;
}

.way02__listWrap {
  flex-shrink: 1;
}

.way02__content {
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: 0.075em;
}

.way02__content::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #86c22a;
  border-radius: 50%;
}

.way02__topTxt {
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.1em;
  font-weight: 500;
}


.way02__attention {
  font-size: 12px;
  line-height: calc(18 / 12);
}

.way02__container.--mg {
  display: flex;
  flex-direction: column;
  height: 392px;
}

.way02__container.--mg .way02__bottom {
  margin-bottom: auto;
}

.way02__bottomTitle.--pd {
  margin-top: 87px;
}

.cross {
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  margin-left: 10px;

}

.cross span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #b3df71;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cross span:nth-child(2) {
  display: inline-block;
  width: 4px;
  height: 40px;
  background-color: #b3df71;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team {
  padding-top: 80px;
  padding-bottom: 120px;
  background: linear-gradient(90deg, transparent 0%, transparent 60%, #ebfbdb 60%, #ebfbdb 100%);
}

.team__wrap {
  display: flex;
  justify-content: center;
}

.team__head {
  font-size: 32px;
  line-height: calc(48 / 32);
}

.team__txt {
  font-size: 16px;
  line-height: calc(30 / 16);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 33px;
}

.team__list {
  margin-top: 50px;
}

.team__img {
  margin-left: 40px;
}

.team__btnWrap {
  margin-top: 115px;
}
.way03__img.--way4 {
  width: initial;
  margin-top: 120px;
}

.way03__body.--border {
  border-radius: 10px;
}

.iconWrap {
  margin-top: 30px;
}

/* 992以下 */

@media screen and (max-width: 992px) {
  .target {
    margin-top: 100px;
    padding: 50px 30px;
  }
  .target__head {
    font-size: 28px;
  }
  .way03__img.--way04 {
    width: 100%;
  }
  .target__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 27px;
    /* padding: 80px 50px; */
  }
  .target__item {

  }

  .cross {
    margin: 0 auto;
  }
  .way02__container.--mg {
    height: initial;
  }
  .way02__bottomTitle.--pd {
    margin-top: 10px;
  }

  .cross {
    width: 60px;
    height: 60px;
  }
  .cross span {
    width: 60px;
  }
  
  .cross span:nth-child(2) {
    height: 60px;
  }
  .way02__content {
    font-size: 12px;
  }
  .team {
    padding: 0 10px 118px 10px;
  }
  .team__txt {
    margin-top: 27px;
  }

  .team__list {
    margin-top: 48px;
  }
  .team__wrap {
    display: block;
  }
  .team__img {
    /* width: 40px; */
    margin-left: 10.5rem;
  }
  .team__img img {
    width: 100%;
    object-fit: cover;
    margin-right: 50px;
  }
  .team__btnWrap{
    margin-top: 60px;
  }
  .fv__catch {
    background-color: #fff;
    margin-right: calc(50 / 375 *100%);
    top: 0px!important;
  }
  .fv__title  {
    font-size: 26px;
  }
  .way {
    margin-top: 170px!important;
  }
  .outpatient02.--visit {
    width: 100%;
  }
  .outpatient02.--visit .outpatient02__title {
    padding-left: 25px;
  }
  .panel__innerBody {
    width: initial;
  }
}

/* タブ */
html {
/*   font-size: 100%; */
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
/*     font-size: 1.4897579143vw; */
  }
}
@media (min-width: 1074px) {
  html {
/*     font-size: 100%; */
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* タブcss */

.l-inner {
  margin-top: 6.25rem;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.panelSection {
  background-color: #f3ffe9;
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
  margin-top: 94px;
}
@media screen and (min-width: 768px) {
  .panelSection {
    padding-top: 6.25rem;
    margin-top: 130px;
  }
}

.panel__atention {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .panel__atention {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.panelWrapl {
  margin: 0 auto;
  padding-bottom: 2.75rem;
}

.panel__tabWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .panel__tabWrap {
    gap: 0.9375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.panel__tabBtn {
  min-width: 8.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
  background-color: #b8c0bc;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0.625rem 0.625rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .panel__tabBtn {
    font-size: 1.5rem;
  }
}

.panel__tabBtn.current {
  background: linear-gradient(#1fcd7b, #119d43);
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.icon-tab {
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../img/panelBtn1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .icon-tab {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.panel__tabBtn.current::after {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 1rem;
  -webkit-clip-path: polygon(49% 100%, 0 61%, 100% 62%);
          clip-path: polygon(49% 100%, 0 61%, 100% 62%);
  background-color: #119d43;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.panel__tabBtn:nth-child(n+2) {
  margin-left: 0.625rem;
}

.panel__tabBtn.--2 .icon-tab {
  background-image: url(../img/panelBtn2.png);
}

.panel__list {
  border: 2px solid #17b15b;
  background-color: #fff;
  height: 100%;
}

.panel__item {
  height: 100%;
  position: relative;
}

.panel__item:not(:last-child)::before {
  content: '';
  width: 1px;
  height: calc(100% + 30px);
  background-color: #ededed;
  position: absolute;
  top: 20px;
  left: 36%;
}
@media screen and (min-width: 768px) {
  .panel__item:not(:last-child)::before {
    left: 24%;
  }
}


.panel__body:nth-child(2) {
  display: none;
}

.panel__ttl {
  font-size: 1.4375rem;
  line-height: 1.0333333333;
  font-weight: 900;
  color: #17b15b;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .panel__ttl {
    font-size: 1.875rem;
    margin-top: 5.4375rem;
  }
}

.panel__list {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1.875rem;
}

.panel__item:nth-child(n+2) {
  margin-top: 1.6875rem;
}

.panel__time {
  display: inline-block;
  min-width: 5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #17b15b;
  border-radius: 3.125rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .panel__time {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    min-width: 6.25rem;
  }
}

.circle2 {
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
  margin-top: 0.46875rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .circle2 {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.circle2 span:nth-child(1) {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #cdf4de;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .circle2 span:nth-child(1) {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.circle2 span:nth-child(2) {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #17b15b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .circle2 span:nth-child(2) {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.border {
  margin-left: 0.625rem;
  margin-top: -1.1rem;
}
@media screen and (min-width: 768px) {
  .border {
    margin-left: 1.5rem;
    margin-top: 0;
  }
}

.border span {
  display: inline-block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #17b15b;
}
@media screen and (min-width: 768px) {
  .border span {
    width: 5rem;
  }
}

.panel__innerBody {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .panel__innerBody {
    margin-left: 1.125rem;
    width: 23.875rem;
  }
}

.panel__innerTtl {
  font-size: 1rem;
  font-weight: 900;
  color: #17b15b;
}
@media screen and (min-width: 768px) {
  .panel__innerTtl {
    font-size: 1.5rem;
  }
}

.panel__innerTxt {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4166666667;
  letter-spacing: 2.4px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .panel__innerTxt {
    font-size: 1.5rem;
  }
}

.panel__img {
  margin-top: 1.125rem;
  margin-left: auto;
}

.panel__cta {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .panel__cta {
    margin-top: 3.75rem;
  }
}

.panel__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* min-width: 21.875rem; */
  padding: 0.75rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2.375;
  background: linear-gradient(#1fcd7b, #119d43);
  border-radius: 3.125rem;
  color: #fff;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .panel__cta a {
    font-size: 1.5rem;
    letter-spacing: 0.24em;
    padding: 0.75rem 7.5rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 3.75rem;
    
  }
}

.cta__icon {
  display: inline-block;
  width: 1.5625rem;
  height: 1.375rem;
  background-image: url(../img/panelBtn1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .cta__icon {
    width: 2.1875rem;
    height: 2.25rem;
  }
}

.cta__icon.--2 {
  background-image: url(../img/panelBtn2.png);
}

.cta__arrow {
  display: inline-block;
  width: 1.0625rem;
  height: 1.5rem;
  background-image: url(../img/cta__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}


