* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
}
body {
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*-----------------
 ヘッダー
------------------*/
#header {
  height: 60px;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
}
.logo {
  width: 25%;
  height: 100%;
  margin: 0.5rem;
}
/* header レスポンシブ */
@media screen and (max-width: 768px) {
    .nav-items-item a {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0;
        padding: 1rem;
    }
    .header-nav {
        padding: 1rem;
    }
}

/*-----------------
 全体
------------------*/
body {
  line-height: 1.7;
}
.inner {
  max-width: 730px;
  margin: 0 auto;
}
.section-title {
  margin-bottom: 1.5rem;
}
.section-title > h2 {
  font-size: 36px;
  font-weight: bold;
  color: #008d3e;
  text-align: center;
}
.section-title2 {
  color: #333333 !important;
}
.section-title-small {
  font-size: 28px;
}
.title-border {
  border-color:  #008d3e;
  border-width: 2px 0 0 0;
  border-style: solid;
  width: 4rem;
  margin: 1rem auto 4rem auto;  
}
.title-border-wide {
  width: 567px;
  margin-top: .5rem;
}
.green {
  color: #008d3e;
}
.green2 {
  color: #04a760;
}
.bold {
  font-weight: bold;
}
.border {
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
.bg {
  width: 100%;
  margin-bottom: -.5rem;
}
/*-----------------
 FV
------------------*/
#fv {
  background-image: url(../images/fv.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 47vw;
  margin-top: 60px;
}
.fv-title {
  width: 40vw;
  display: flex;
  margin: 5.5rem auto 0 auto;
}
.fv-img {
  display: flex;
  margin: 0 auto;
  width: 36vw;
}
.fv-img-left {
  width: 32vw;
  position: absolute;
  left: 0;
}
.fv-content-box {
  display: flex;
  justify-content: center;
}
.yellow {
  color: #efea3a;
}
.font12 {
  font-size: 0.8vw;
  font-weight: 400;
}
a.btn {
  border-radius: 100vh;
  text-align: center;
  color: #fff;
  margin: 0 1rem;
  width: 17vw;
  font-weight: bold;
}
a.btn-blue {
  background-color: #29abe2;
  border-bottom: 5px solid #0066cc;
  line-height: 1;
  font-size: 1.4vw;
  padding: 5px 2vw;

}
a.btn-blue:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0066cc;
}
.tel {
  width: 100%;
}
a.btn-orange {
  background-color: #fbb03b;
  border-bottom: 5px solid #f7931e;
  font-size: 1.4vw;
  letter-spacing: .2vw;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-orange:hover {
  margin-top: 3px;
  border-bottom: 2px solid #f7931e;
}
.header-btn {
  height: 4.5vw;
}
.btn-orange::before {
  content: '';
  display: inline-block;
  width: 2vw;
  height: 1.5vw;
  background-image: url(../images/mail-icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1vw;
}
a.btn-green {
  background-color: #fff;
  border-bottom: 5px solid #006837;
  line-height: 1;
  font-size: 1.5vw;
  color: #006837;
  padding: 5px 2vw
}
a.btn-green:hover {
  margin-top: 3px;
  border-bottom: 2px solid #006837;
}
.green-tel {
  width: 100%;
  display: flex;
  margin: auto;
}
.cta-box {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.cta {
  background-color: #00a35a;
  height: 10vw;
  padding: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 999;
}
.cta > p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.cta-small {
  font-size: 1vw;
}
.cta-orange {
  background-color: #fbb03b;
  border-bottom: 5px solid #f7931e;
  font-size: 1.2vw;
  letter-spacing: .2vw;
  line-height: 1;
  height: 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 2vw 0 2vw;
}
.cta-orange:hover {
  margin-top: 3px;
  border-bottom: 2px solid #f7931e;
}
.mail-icon {
  width: 15%;
  height: 38%;
  margin-right: .5rem;
}
/*-----------------
 訪問介護について
------------------*/
#about {
  padding-top: 3rem;
}
.about-content {
  background-image: url(../images/bg1.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 30vw;
  padding: 6vw;
  margin: 7rem 0 4vw 0;
}
.about-content-box {
  position: relative;
}
.about-img {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: auto;
}
.about-content-box > p {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  max-width: 760px;
  width: 100%;
  border: 2px solid #cab080;
  border-radius: 10px;
  padding: 3rem;
  margin: 0 auto;
}
.about-content-box2 > p {
  text-align: center;
}

/*-----------------
 訪問介護でやること
------------------*/
#about2 {
  position: relative;
}
.about2-bg {
  width: 100%;
  position: absolute;
  bottom: -12vw;
  z-index: -1;
}
.about2-content {
  background-color: #fff;
  border: 2px solid #008d3e;
  box-shadow: 5px 5px #008d3e;
  margin: 3rem auto;
}
.about2-content-title {
  display: flex;
}
.about2-content-title > h6{
  font-size: 22px;
  padding: 1rem 0 0 1rem;
  color: #006800;
}
.about2-number {
  width: 30px;
  height: 100%;
  margin: 1rem 0 0 1rem;
}
.about2-content-box {
  display: flex;
  align-items: center;
}
.about2-content-box > img {
  width: 43%;
}
.about2-reverse {
  flex-direction: row-reverse;
}
.about2-content-box > img, .about2-content-box > p {
  padding: 1rem;
  line-height: 2;
}

/*-----------------
 訪問看護サービスの提供
------------------*/
#about3 {
  margin-top: 12rem;
}
.about3-content {
  padding: 10rem 0 7rem 0;
}
.about3-img {
  position: absolute;
  top: -11vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
}
.about3-text {
  text-align: center;
}

/*-----------------
 特徴
------------------*/
.circle {
  position: relative;
  margin-top: -3rem;
  text-align: center;
}
.circle-p {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 21px;
}
#about4 {
  position: relative;
}
.about4-bg {
  width: 100%;
  position: absolute;
  bottom: -7vw;
  z-index: -1;
}
.about4-content-box {
  display: flex;
  margin: 6rem auto 4rem auto;
}
.about4-content {
  border: 2px solid #04a760;
  padding: 0 .2rem 2rem .2rem;
  margin: 0 .5rem;
  width: 33.333333%;
  background-color: #fff;
}
.about4-text {
  color: #008d3e;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.about4-text > span {
  font-size: 16px;
}
.about4-img {
  display: flex;
  margin: 1rem auto;
  width: 30%;
}

/*-----------------
 対象疾患
------------------*/
#about5 {
  width: 100%;
}
.bg-yellow {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1), rgba(255, 255, 239, 1) 80%, rgba(255, 255, 255, 1));
  width: 100%;
}
.about5-content-title {
  text-align: center;
  font-size: 22px;
  margin: 4rem;
}
.about5-content {
  position: relative;
  margin-top: -3rem;
  text-align: center;
}
.about5-text {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
}
.about5-small2 {
  font-size: 18px;
  top: 24%;
}
.about5-content-box {
  display: flex;
  margin: 2rem;
}
.about5-text2 {
  text-align: right;
}
.about5-text3 {
  text-align: left;
  font-size: 18px;
  margin-left: 6rem;
}
.about5-visual {
  display: flex;
  margin: 4rem auto;
  width: 100%;
}
.about5-visual3 {
  width: 80%;
}
.about5-visual2 {
  display: flex;
  margin: 0 auto;
}
.about5-area {
  margin-bottom: 7rem;
}
.area-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.area-title > span {
  border: 3px solid #008d3e;
  margin-right: 1rem;
}
.area-box {
  display: flex;
}
.area {
  border: 1px solid #008d3e;
  border-radius: 10px;
  color: #008d3e;
  padding: .5rem 1rem;
  margin: 1rem;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  min-width: 6.5rem;
}
.area2 {
  font-size: 18px;
  margin-right: 0.1rem;
}
.area-small {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  font-size: 13px;
  text-align: center;
  color: #333333;
}
/*-----------------
 ご利用料金
------------------*/
#price {
  margin-top: 4rem;
}
.price-content-box {
  border: 2px solid #badccc;
  border-radius: 1rem;
  background-color: #f7fff7;
  padding: 2rem 1rem;
}
.price-content {
  display: flex;
  justify-content: space-between;
}
.price-content-text-left {
  font-size: 22px;
  color: #f15a24;
}
.price-content-text-right {
  font-size: 22px;
  margin-right: 10rem;
}
.accordion {
  margin: 1rem auto 2rem auto;
  box-shadow: 0 3px 6px 0px rgb(239 239 239);
  background-color: #008d3e;
}
.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 24px;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::before,
.accordion summary::after {
  width: 2px;
  height: .9rem;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}
.accordion summary::before {
  position: absolute;
  right: 2rem;
  rotate: 90deg;
}
.accordion summary::after {
  transition: rotate .3s;
}
.accordion[open] summary::after {
  rotate: 90deg;
}
.accordion .table-container {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: transform .5s, opacity .5s;
}
.accordion[open] .table-container {
  transform: none;
  opacity: 1;
}
.price-summary {
  margin: 0 auto;
}
.price-table-title, .price-table-left, .price-table-right {
  padding: 1rem;
  font-size: 22px;
}
.white {
  background-color: #fff;
  height: 2rem;
}
.table-content {
  background-color: #fff;
}
.price-table-left {
  width: 40%;
  font-weight: bold;
}
.price-table-right {
  color: #333333;
}
.price-text {
  text-align: center;
  margin: 1rem auto;
}
.price-small {
  font-size: 20px;
}
table {
  width: 100%;
}
.no-border {
  border-style: solid; 
  border-width: 1px; 
  border-color: #fff; 
}
.price-table-title-right {
  border-right: 1px solid #008d3e;
  border-left: 1px solid #93e598;
}
.price-table-title-left {
  border-left: 1px solid #008d3e;

}
table td {
  border-style: solid; 
  border-width: 1px; 
  border-color: #008d3e; 
}
.red {
  color: #f15a24;
}
/*-----------------
 ご利用開始の流れ
------------------*/
#how-to {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2fcf2;
}
.how-to-content-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 3px 6px 0px rgb(239 239 239);
  padding: .5rem 2rem;
  margin: 1rem auto;
  align-items: center;
}
.how-to-content-box > img {
  margin-right: 3rem;
}
.step-title {
  display: flex;
  text-align: center;
  align-items: center;
}
.step-title > p {
  font-size: 24px;
  font-weight: bold;
  color: #008d3e;
  text-align: center;
}
.step-title > img {
  margin-right: 2vw;
}
.how-to-img1 {
  width: 25%;
  height: 100%;
}
.how-to-img2 {
  width: 25%;
  height: 100%;
}
.how-to-icon {
  display: flex;
  margin: -1.5rem auto -.5rem auto;
  width: 2.8vw;
}
/*-----------------
 よくあるご質問
------------------*/
#question {
  margin: 5rem auto;
}
.question-accordion {
  box-shadow: 0 3px 6px 0px rgb(239 239 239);
  background-color: #ffffde;
  border-radius: 5px;
}
.question-accordion > summary {
  color: #10ad69;
  font-weight: 600;
  font-size: 16px;
  padding: 1rem 2rem 1rem 3rem;
  position: relative;
}
.question-accordion > summary::before,
.question-accordion > summary::after {
  background-color: #008d3e;
}
.question-accordion > p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3rem 2rem 1.5rem 3rem;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
.question, .answer {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align:center;
  line-height: 24px;
  margin-right: 5px;
}
.question {
  background: #008d3e;
  color: #fff;
  position: absolute;
  left: 1.4rem;
}
.answer {
  background-color: #ffe7ae;
  color: #f75c24;
  position: absolute;
  left: 1.3rem;
}
.answer-text {
  font-size: 15px;
  position: relative;
}

/*-----------------
 会社概要
------------------*/
#company {
  margin: 5rem auto;
}
.company-content {
  display: flex;
}
.company-title {
  font-weight: bold;
  width: 30%;
  padding: 1rem 2rem;
}
.company-detail {
  width: 70%;
  padding: 1rem 2rem;
}
.bg-green, .pc-bg-green {
  background-color: #efffef;
}
.company-small {
  font-size: 15px;
}
/*-----------------
 フッター
------------------*/
footer {
  background-color: #006800;
  height: 180px;
  padding: 1rem;
}
footer > p {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

/*-----------------
 レスポンシブ
------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  
  /*ヘッダー*/
  #header {
    padding: 0;
    height: 50px;
  }
  .header {
    width: 33%;
  }
  .logo {
    width: 100%;
    margin: 1.5rem 1rem 1rem 1rem;
  }

  /*全体*/
  .inner {
    padding: 0 1rem;
  }
  .section-title > h2 {
    font-size: 28px;
  }
  .section-title2 {
    font-size: 22px !important;
  }
  .section-title-small {
    font-size: 18px;
  }
  img {
    width: 100%;
  }
  .title-border {
    margin-bottom: 3rem;
  }
  .title-border-wide {
    width: 90%;
  }
  .font12, .sp-fv-small {
    font-size: 2.8vw;
  }
  /*FV*/
  #fv {
    background-image: url(../images/sp-fv.webp);
    height: 150vw;
    margin-top: 50px;
  }
  .fv {
    padding: 0;
  }
  .fv-title {
    width: 70vw;
    margin: 0 0 54.5vw 0;
    padding-top: 1rem;
  }
  .fv-img-left {
    width: 100%;
  }
  .fv-img {
    width: 100%;
    margin-bottom: .5rem;
    margin-top: -1.5rem;
  }
  .fv-content {
    width: 33.333333%;
    margin: .7rem .5rem;
    padding-top: 4vw;
  }
  .fv-content-icon {
    width: 50%;
    top: -7vw;
    left: 7.5vw;
  }
  .fv-content-title {
    font-size: 3.8vw;
    line-height: 1.3;
  }

  /*ボタン*/
  a.btn {
    width: 50%;
    border-radius: 1rem;
    margin: 0 .5rem;
  }
  a.btn-blue {
    border-bottom: 3px solid #0066cc;
  }
  a.btn-blue {
    font-size: 3.8vw;
  }
  .btn-orange::before {
    width: 5vw;
    height: 3vw;
  }
  a.btn-orange {
    font-size: 3.8vw;
    border-bottom: 3px solid #f7931e;
    padding-top: 3px;
  }
  a.header-btn {
    font-size: 3vw;
    height: 9.5vw;
    width: 37%;
    margin: 0 1rem;
  }
  .btn-green {
    border-bottom: 3px solid #006837 !important;
    padding: 1.5vw 1vw 0.5vw !important;
  }
  .green-tel, .tel {
    width: 86%;
  }
  .cta-small {
    font-size: 2.2vw;
  }
  .cta-orange {
    height: 11vw;
    font-size: 3vw;
    justify-content: center;
    border-bottom: 3px solid #f7931e;
    padding: 2.3vw 2vw 1.7vw 2vw;
  }
  .mail-icon {
    width: 13%;
    height: auto;
    margin-right: 1rem;
  }

  /*訪問介護について*/
  #about {
    padding-top: 2rem;
  }
  .about-content {
    background-image: url(../images/sp-bg1.webp);
    padding: 33vw 1rem;
    height: 105vw;
    margin: 24vw 0 12vw 0;
  }
  .about-img {
    width: 70%;
    top: -42.5vw;
  }
  .about-content-box > p {
    font-size: 3.5vw;
    letter-spacing: 1px;
    padding: 1rem .5rem;
    line-height: 2;
  }
  
  /*訪問介護でやること*/
  .about2-content {
    padding: 0 0.5rem 1rem;
    margin: 2rem 1rem;
  }
  .about2-number {
    margin: 1rem 0 0 0;
  }
  .about2-content-box {
    flex-wrap: wrap;
  }
  .about2-content-box > p {
    font-size: 3.5vw;
    padding: 0;
  }
  .about2-content-box > img {
    width: 100%;
  }
  .about2-bg {
    position: static;
  }

  /*訪問看護サービスの提供*/
  #about3 {
    margin-top: 4rem;
  }
  .about3-content {
    padding: 79vw 1rem 3rem 1rem;
  }
  .about3-img {
    width: 75%;
    top: -79vw;
  }

  /*独町*/
  .circle-img {
    width: 25%;
  }
  .circle-p {
    font-size: 6.5vw;
  }
  .about4-content {
    width: 100%;
    margin: 3rem auto;
  }
  .about4-content-box {
    flex-wrap: wrap;
    margin: 1rem auto;
  }
  .about4-img {
    width: 40%;
  }
  .about4-text {
    font-size: 6.5vw;
  }
  .about4-text > span {
    font-size: 6vw;
  }
  .about4-text2 {
    font-size: 3.8vw;
  }
  .about4-bg {
    bottom: -3vw;
  }
  .about4-bg2 {
    bottom: 137vw;
  }
  .about4-bg3 {
    top: 133vw;
  }

  /*対象疾患*/
  .about5-content-title {
    font-size: 3.5vw;
    margin: 4rem 0;
  }
  .about5-text {
    font-size: 3.8vw;
    top: 15%;
    left: 4%;
  }
  .about5-img {
    width: 105%;
  } 
  .about5-small, .about5-small2 {
    font-size: 3vw;
    top: 2.5vw;
    left: 4%;
  }
  .about5-text2 {
    font-size: 2.7vw;
  }
  .about5-text3 {
    font-size: 3.5vw;
    margin-left: auto;
  }
  .about5-content-box {
    margin: 2.5rem 0 0 0;
  }
  .about5-visual {
    margin: 2rem auto;
  }
  .about5-visual3 {
    width: 100%;
  }
  .about5-area {
    margin-bottom: 2rem;
  }
  .area-title {
    font-size: 6vw;
    margin-bottom: 1rem;
  }
  .area-box {
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .area {
    font-size: 3.5vw;
    border-radius: 5px;
    padding: .2rem .5rem;
    margin: 0.5rem;
    min-width: 4.5rem;
  }
  .area2 {
    font-size: 3.2vw;
    letter-spacing: -0.5px;
    margin-right: 0.1rem;
  }
  .area-small {
    font-size: 2.5vw;
    bottom: -20px;
  }

  /*利用料金*/
  #price {
    margin-bottom: 2rem;
  }
  .price-content-box, .price-table-title, .price-table-left, .price-table-right {
    padding: .5rem 1rem;
  }
  .price-content {
    align-items: center;
  }
  .price-content-text-left, .price-content-text-right {
    font-size: 3.5vw;
    text-align: center;
  }
  .price-content-text-right {
    margin-right: 0;
  }
  .accordion summary, .price-table-title {
    font-size: 4vw;
  }
  .price-table-left, .price-table-right {
    font-size: 3.8vw;
  }
  .price-text {
    font-size: 3.1vw;
  }

  /*ご利用開始の流れ*/
  #how-to {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .how-to-content-box {
    text-align: center;
    padding: 0.1rem 1rem;
    margin: 1rem;
  }
  .sp-how-to-box {
    display: block;
  }
  .how-to-content {
    margin-top: 0.5rem;
  }
  .step-title > img {
    width: 23%;
    height: 50%;
  }
  .step-title > p {
    font-size: 4.5vw;
    margin-left: 7vw;
  }
  .how-to-content-box > img {
    margin-right: 0;
  }
  .how-to-btn > img {
    width: 47%;
    padding: 1rem .5rem 1.5rem 0;
    margin: 0;
  }
  .how-to-img1, .how-to-img2 {
    width: 35%;
  }
  .how-to-icon {
    width: 6%;
  }

  /*よくある質問*/
  #question {
    margin-top: 3rem;
  }
  .question-accordion > summary {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 3.8vw;
  }
  .question-accordion summary::before {
    right: 1rem;
  }
  .question-accordion > p {
    padding: .3rem 2rem 1.5rem 2rem;
  }
  .answer-text {
    font-size: 3.5vw;
  }
  .question, .answer {
    left: 0.3rem;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  
  /*会社情報*/
  #company {
    margin: 2rem auto;
  }
  .company-content {
    display: block;
  }
  .company-title, .company-detail {
    width: 100%;
    padding: .5rem 0;
  }
  .company-detail, .company-small {
    font-size: 3.5vw;
  }
  .sp-white {
    background-color: #fff;
  }
  .sp-green {
    background-color: #efffef;
  }
  /*footer*/
  .cta {
    height: 19vw;
  }
  .cta-box {
    margin: 0 auto;
  }
  footer {
    height: 27vw;
    padding: .5rem;
  }
  footer > p {
    font-size: 2vw;
  }


}