@charset "UTF-8";

.section_top {
  padding: 100px 0;
}

h2 {
  font-size: 36px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}

h2 .text-small {
  font-size: 24px;
  display: block;
  line-height: 1;
}

h2 .subtext {
  display: block;
  font-size: 18px;
  color: #1ca691;
  font-weight: 700;
}

.section_top .color01 {
  font-weight: bold;
}

.sec01 .cont01 {
  padding: 60px 5%;
  border: 2px solid #9cc93b;
  border-radius: 30px;
}

.sec01 .cont01 li {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0 8px 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: url("../img/check01.png")no-repeat top 0.8em left;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.sec01 .cont01 ul+p {
  font-size: 28px;
  line-height: 1.6;
  margin-top: 40px;
  text-align: center;
}

.sec02 {
  background: url("../img/sec02_bg.jpg")no-repeat center / cover;
}

.sec02 .tab_btn {
  display: block;
}

.sec02 .tab_item {
  display: none;
}

.sec02 .tab_item.active {
  display: block;
}

.sec02 .tab_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec02 .tab_btn {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 500;
  width: calc((100% - 52px)/5);
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
}

.sec02 .tab_btn:hover {
  cursor: pointer;
}

.sec02 .tab_btn:nth-child(1) {
  background: #c9a96f url("../img/tab_icon01.png")no-repeat center left 20px;
}

.sec02 .tab_btn:nth-child(2) {
  background: #c9a96f url("../img/tab_icon02.png")no-repeat center left 20px;
}

.sec02 .tab_btn:nth-child(3) {
  background: #c9a96f url("../img/tab_icon03.png")no-repeat center left 20px;
}

.sec02 .tab_btn:nth-child(4) {
  background: #c9a96f url("../img/tab_icon04.png")no-repeat center left 20px;
}

.sec02 .tab_btn:nth-child(5) {
  background: #c9a96f url("../img/tab_icon05.png")no-repeat center left 20px;
}

.sec02 .tab_btn.active:nth-child(1) {
  background: #1ca691 url("../img/tab_icon01.png")no-repeat center left 20px;
}

.sec02 .tab_btn.active:nth-child(2) {
  background: #1ca691 url("../img/tab_icon02.png")no-repeat center left 20px;
}

.sec02 .tab_btn.active:nth-child(3) {
  background: #1ca691 url("../img/tab_icon03.png")no-repeat center left 20px;
}

.sec02 .tab_btn.active:nth-child(4) {
  background: #1ca691 url("../img/tab_icon04.png")no-repeat center left 20px;
}

.sec02 .tab_btn.active:nth-child(5) {
  background: #1ca691 url("../img/tab_icon05.png")no-repeat center left 20px;
}

.sec02 .tab_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 10px;
  margin: 0 auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.sec02 .tab_item {
  padding: 60px 5%;
  border: 1px solid #1ca691;
  background: #fff;
  border-radius: 30px;
}

.sec02 .tab_item h3 {
  font-size: 26px;
  color: #fff;
  background: #9acdc5;
  text-align: center;
  border-radius: 10px;
  padding: 7px 0;
}

.sec02 .tab_item h3:not(:first-child) {
  margin-top: 40px;
}

.sec02 .tab_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px 10px;
  margin-top: 20px;
}

.sec02 .tab_item ul li {
  width: calc((100% - 30px)/4);
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.sec02 .tab_item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 10px solid #1ca691;
}

.sec02 .tab_item ul li a {
  color: #1ca691;
  position: relative;
  transition: .2s;
  text-decoration: none;
}

.sec02 .tab_item ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: 0 auto;
  width: calc(100% + 15px);
  height: 1px;
  border-bottom: 1px solid #1ca691;
  transition: .2s;
}

.sec02 .tab_item ul li a:hover {
  color: #333;
}

.sec02 .tab_item ul li a:hover:after {
  border-color: transparent;
}

.sec03 {
  background: url("../img/sec03_bg.png")no-repeat top 390px left;
}

.sec03 .img_box figure {
  text-align: right;
}

.sec03 .name_box {
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 20px 30px;
  margin-top: -120px;
  font-weight: 700;
}

.sec03 .name_box p:first-child {
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.sec03 .name_box .text-small {
  font-size: 18px;
  letter-spacing: 0;
}

.sec03 .name_box .name {
  font-size: 30px;
  color: #1ca691;
}

.sec03 .name_box li {
  font-size: 16px;
}

.sec03 h3 {
  font-size: 30px;
  color: #9cc93b;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sec04 {
  background: url("../img/sec04_bg.jpg")no-repeat center / cover;
}

.sec04 h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  height: 60px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 90px;
  padding-bottom: 10px;
}

.sec04 h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.sec04 .column:nth-child(1) h3:before {
  background: url("../img/sec04_no01.png")no-repeat center / cover;
}

.sec04 .column:nth-child(2) h3:before {
  background: url("../img/sec04_no02.png")no-repeat center / cover;
}

.sec04 .column:nth-child(3) h3:before {
  background: url("../img/sec04_no03.png")no-repeat center / cover;
}

.sec04 .column:nth-child(4) h3:before {
  background: url("../img/sec04_no04.png")no-repeat center / cover;
}

.sec04 .column:nth-child(5) h3:before {
  background: url("../img/sec04_no05.png")no-repeat center / cover;
}

.sec04 .column:nth-child(6) h3:before {
  background: url("../img/sec04_no06.png")no-repeat center / cover;
}

.sec04 .column:nth-child(7) h3:before {
  background: url("../img/sec04_no07.png")no-repeat center / cover;
}

.sec04 .column:nth-child(8) h3:before {
  background: url("../img/sec04_no08.png")no-repeat center / cover;
}

.sec04 .column:nth-child(9) h3:before {
  background: url("../img/sec04_no09.png")no-repeat center / cover;
}

.sec05 .cont01 .text_box {
  font-size: 30px;
  letter-spacing: 0.02em;
}

.sec05 .cont01 .line01 {
  font-weight: bold;
  background: -webkit-linear-gradient(180deg, transparent 60%, #f1f8e2 60%, #f1f8e2 90%, transparent 90%);
  background: -moz-linear-gradient(180deg, transparent 60%, #f1f8e2 60%, #f1f8e2 90%, transparent 90%);
  background: linear-gradient(180deg, transparent 60%, #f1f8e2 60%, #f1f8e2 90%, transparent 90%);
}

.sec05 .cont02 {
  margin-top: 60px;
}

.sec05 .cont02 .column {
  position: relative;
  border: 1px solid #9cc93b;
  border-radius: 30px;
}

.sec05 .cont02 h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #9cc93b;
  background: #f1f8e2;
  border-radius: 30px 30px 0 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec05 .cont02 .text_box {
  padding: 20px 35px 60px 35px;
}

.sec05 .cont02 ul {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.sec05 .cont02 li {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 26px;
  background: url("../img/check03.png")no-repeat top 0.2em left;
  margin-top: 10px;
}

.sec05 .cont02 .column:nth-child(2) {
  border-color: #1ca691;
}

.sec05 .cont02 .column:nth-child(2) h3 {
  background: #e7f4f2;
  color: #1ca691;
}

.sec05 .column:nth-child(2) li {
  background: url("../img/check04.png")no-repeat top 0.2em left;
}

.sec05 .cont02 .column p:last-child {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}

.sec06 {
  background: url("../img/sec06_bg.jpg")no-repeat center / cover;
}

.sec06 .catch {
  position: relative;
  font-size: 30px;
  max-width: 100%;
  width: 860px;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #fbcb66;
  color: #333;
  text-align: center;
  border-radius: 180px;
}

.sec06 .catch:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -109px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 44px solid transparent;
  border-top: 65px solid #fbcb66;
}

.sec06 .cont_box {
  border-radius: 30px;
  background: #fff;
  padding: 46px 4%;
  margin-top: 35px;
}

.sec06 h3 {
  font-size: 30px;
  font-weight: 700;
  padding-left: 50px;
}

.sec06 .cont_box.cont01 {
  border: 6px solid #e6decf;
}

.sec06 .cont_box.cont02 {
  border: 6px solid #d9e5c0;
}

.sec06 .cont_box.cont03 {
  border: 6px solid #cae7e3;
}

.sec06 .cont_box.cont01 h3 {
  color: #c9a96f;
  background: url("../img/sec06_no01.png")no-repeat center left;
}

.sec06 .cont_box.cont02 h3 {
  color: #9cc93b;
  background: url("../img/sec06_no02.png")no-repeat center left;
}

.sec06 .cont_box.cont03 h3 {
  color: #1ca691;
  background: url("../img/sec06_no03.png")no-repeat center left;
}

.sec06 ul {
  margin-top: 10px;
}

.sec06 li {
  letter-spacing: 0.05em;
  padding-left: 25px;
}

.sec06 .cont01 li {
  background: url("../img/check02.png")no-repeat top 0.3em left;
}

.sec06 .cont02 li {
  background: url("../img/check03.png")no-repeat top 0.3em left;
}

.sec06 .cont03 li {
  background: url("../img/check04.png")no-repeat top 0.3em left;
}

.sec07 .tab_btn {
  display: block;
}

.sec07 .tab_item {
  display: none;
}

.sec07 .tab_item.active {
  display: block;
}

.sec07 .tab_btn_wrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .sec07 .tab_btn_wrap {
    gap: 2%;
  }
}

.sec07 .tab_btn_wrap .tab_btn {
  background: #fff;
  color: #c9a96f;
  border: 1px solid #c9a96f;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(16px, 3vw, 30px);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 30px 25px 30px;
  margin-bottom: 40px;
  position: relative;
}

.sec07 .tab_btn_wrap .tab_btn:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .sec07 .tab_btn_wrap .tab_btn {
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
  }
}

.sec07 .tab_btn_wrap .tab_btn.active {
  background: #1ca691;
  color: #fff;
  border-color: #1ca691;
}

.sec07 .tab_btn_wrap .tab_btn.active .step {
  color: #fff;
  border-color: #fff;
}

.sec07 .tab_btn_wrap .tab_btn.active:after {
  border-color: #fff;
}

.sec07 .tab_btn_wrap .tab_btn.active:before {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -35px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-top: 20px solid #1ca691;
}

.sec07 .tab_btn_wrap .step {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 1px #c9a96f;
}

.sec07 .text_box {
  background: #1ca691;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  font-size: 18px;
  width: 1000px;
  max-width: 86%;
  margin: -50px auto 0;
  padding: 20px 3%;
  position: relative;
  z-index: 1;
}

.sec07 .tab_btn_wrap .num {
  display: block;
  font-size: 36px;
}

.sec08 {
  background: url("../img/sec08_bg.jpg")no-repeat center / cover;
}

.sec08 .tel {
  font-size: 48px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-left: 40px;
  background: url("../img/icon_tel.png")no-repeat top 0.65em left;
}

.sec08 li+li {
  margin-top: 18px;
}

.sec09 {
  padding-bottom: 0;
}

.sec09 .cont01 li {
  padding-left: 30px;
  background: url("../img/check05.png")no-repeat center left;
  font-size: 24px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.sec09 .cont01 {
  position: relative;
}

.sec09 .cont01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 2000px;
  height: 180px;
  background: url("../img/sec09_arrow.png")no-repeat center / cover;
}

.sec09 .cont02 {
  background: #ceefea;
  padding: 100px 0;
}

.sec09 .cont02 .container {
  position: relative;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #1ca691;
  padding: 50px 8% 60px;
}

.sec09 .catch {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.sec09 .cont02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 4%;
  margin: 40px auto 0;
}

.sec09 .cont02 li {
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.sec09 .cont02 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 12px solid #1ca691;
}

.sec09 .cont02 li a {
  color: #1ca691;
  position: relative;
  transition: .2s;
  text-decoration: none;
}

.sec09 .cont02 li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -24px;
  right: 0;
  margin: 0 auto;
  width: calc(100% + 14px);
  height: 1px;
  border-bottom: 1px solid #1ca691;
  transition: .2s;
}

.sec09 .cont02 li a:hover {
  color: #333;
}

.sec09 .cont02 li a:hover:after {
  border-color: transparent;
}

.sec09 .catch2 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-top: 60px;
}

.sec09 .cont02 .line01 {
  padding-left: 0.4em;
  background: -webkit-linear-gradient(180deg, transparent 60%, #fbcb66 60%, #fbcb66 100%, transparent 100%);
  background: -moz-linear-gradient(180deg, transparent 60%, #fbcb66 60%, #fbcb66 100%, transparent 100%);
  background: linear-gradient(180deg, transparent 60%, #fbcb66 60%, #fbcb66 100%, transparent 100%);
}

.sec09 .catch2+p {
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mainimage {
    height: 38vw;
    background: url("../img/mainimage.jpg")no-repeat center / cover;
  }

  .sec01 .cont01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .sec01 .cont01 li {
    width: calc((100% - 40px)/2);
  }

  .sec02 .tab_item:nth-child(4) ul li {
    width: 18%;
  }

  .sec02 .tab_item:nth-child(4) ul li:nth-child(2n) {
    width: 26%;
  }

  .sec03 .img_box {
    width: 460px;
  }

  .sec03 .text_box {
    width: calc(100% - 500px);
  }

  .sec03 .text_box figure {
    width: 1000px;
    margin-top: 40px;
    margin-left: 100px;
  }

  .sec05 .cont01 figure {
    width: 461px;
  }

  .sec05 .cont01 .text_box {
    width: calc(100% - 500px);
  }

  .sec06 figure {
    width: 400px;
  }

  .sec06 .text_box {
    width: calc(100% - 440px);
  }

  .sec08 h2 {
    text-align: left;
    width: 260px;
    margin-bottom: 0;
    position: relative;
  }

  .sec08 h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 290px;
    border-right: 1px solid #fff;
  }

  .sec08 .tel {
    width: 330px;
  }

  .sec08 ul {
    width: 520px;
  }

  .sec09 figure {
    text-align: left;
  }

  .sec09 .cont02 li:nth-child(3n-2) {
    width: 30%;
  }

  .sec09 .cont02 li:nth-child(3n-1) {
    width: 24%;
  }

  .sec09 .cont02 li:nth-child(3n) {
    width: 38%;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec04 .columns.col3>* {
    width: calc((100% - 20px)/2);
  }

  .sec04 h3 {
    padding-left: 70px;
    height: 70px;
    padding-bottom: 0;
  }

  .sec04 h3:before {
    height: 60px;
    width: 60px;
  }

  .sec08 .container {
    width: 700px;
    margin: auto;
  }

  .sec08 h2,
  .sec08 .tel {
    width: 36%;
  }

  .sec08 .tel {
    width: 60%;
  }

  .sec08 h2:after {
    height: 100px;
  }

  .sec08 ul {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 1239px) {
  .section_top {
    padding: 70px 0;
  }

  h2 {
    margin-bottom: 30px;
  }

  .sec01 .cont01 {
    padding: 20px 4%;
  }

  .sec01 .cont01 li {
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.2;
    background-size: 16px;
    background-position: top 0.6em left;
  }

  .sec01 .cont01 ul+p {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 20px;
  }

  .sec02 .tab_btn_wrap {
    gap: 10px;
    margin-bottom: 20px;
  }

  .sec02 .tab_btn {
    width: calc((100% - 20px)/3);
  }

  .sec02 .tab_btn:nth-child(4),
  .sec02 .tab_btn:nth-child(5) {
    width: calc((100% - 10px)/2);
  }

  .sec02 .tab_item ul li {
    width: calc((100% - 20px)/3);
  }

  .sec02 .tab_item:nth-child(4) ul li,
  .sec02 .tab_item:nth-child(4) ul li:nth-child(2n) {
    width: calc((100% - 20px)/3);
  }

  .sec03 {
    background-size: 95% auto;
    background-position: top 390px left;
  }

  .sec04 .columns.col3 {
    gap: 40px 20px;
  }

  .sec05 .cont01 {
    flex-direction: row;
  }

  .sec05 .cont01 figure {
    margin: auto;
    width: 80%;
  }

  .sec05 .cont01 .text_box {
    display: table;
    margin: auto;
    width: auto;
  }

  .sec05 .cont01 .text_box {
    font-size: 24px;
  }

  .sec06 .catch {
    font-size: 26px;
  }

  .sec05 .cont02 .text_box {
    padding: 20px 15px 60px 15px;
  }

  .sec05 .cont02 ul {
    margin: auto;
    display: table;
  }

  .sec05 .cont02 li {
    font-size: 17px;
  }

  .sec06 figure {
    width: 100%;
  }

  .sec06 .text_box {
    width: 100%;
    margin-top: 10px;
  }

  .sec06 .text_box>* {
    margin: auto;
    display: table;
  }

  .sec09 {
    padding-bottom: 0;
  }

  .sec09 .cont01.columns {
    display: block;
  }

  .sec09 .cont01 figure {
    margin: auto;
    width: 40%;
    text-align: center;
  }

  .sec09 .cont01 ul {
    margin: 30px auto 0;
    width: auto;
    display: table;
  }

  .sec09 .cont02 {
    padding: 70px 0;
  }

  .sec09 .cont02 .container {
    padding: 50px 4% 60px;
  }

  .sec09 .cont02 ul {
    gap: 20px 10px;
    justify-content: space-between;
    width: 100%;
  }

  .sec09 .cont02 li {
    font-size: 20px;
    width: calc((100% - 10px)/2) !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

  .sec03 .img_box,
  .sec03 .text_box {
    width: 80%;
    margin: auto;
  }

  .sec03 h3 {
    margin-top: 30px;
  }

  .sec03 .text_box figure {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section_top .container {
    max-width: calc(100% - 40px);
    width: 420px;
    margin: auto;
  }

  .section_top {
    padding: 40px 0;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  h2 .text-small {
    font-size: 18px;
    line-height: 1.4;
  }

  h2 .subtext {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  .sec02 .tab_btn {
    height: 40px;
    width: calc((100% - 10px)/2);
    font-size: 17px;
    letter-spacing: 0;
    padding: 0px 15px 0px 40px;
    background-size: 20px !important;
    background-position: left 10px center !important;
  }

  .sec02 .tab_btn:last-child {
    width: 100%;
    justify-content: center;
    background-position: left 38% center !important;
  }

  .sec02 .tab_item {
    padding: 20px 4%;
  }

  .sec02 .tab_item h3 {
    font-size: 20px;
  }

  .sec02 .tab_item ul li {
    padding-left: 10px;
    width: calc((100% - 10px)/2) !important;
  }

  .sec02 .tab_item ul li:before {
    top: 0.4em;
    border: 3px solid transparent;
    border-left: 6px solid #1ca691;
  }

  .sec03 {
    background: url("../img/sp_sec03_bg.jpg")no-repeat top 200px center / cover;
  }

  .sec03 .img_box figure img {
    width: 90%;
    margin: auto;
  }

  .sec03 .name_box {
    margin-top: -50px;
    padding: 20px 4%;
    margin-bottom: 20px;
  }

  .sec03 .name_box p:first-child {
    font-size: 18px;
  }

  .sec03 .name_box .text-small {
    font-size: 14px;
  }

  .sec03 .name_box .name {
    font-size: 24px;
  }

  .sec03 .name_box li {
    line-height: 1.2;
    margin-top: 10px;
    letter-spacing: 0;
  }

  .sec03 h3 {
    font-size: 20px;
  }

  .sec03 .text_box figure {
    margin-top: 20px;
    margin-right: -20px;
    margin-left: 20px;
  }

  .sec04 .column+.column {
    margin-top: 20px;
  }

  .sec04 h3 {
    padding-left: 50px;
    letter-spacing: 0;
    padding-bottom: 0;
  }

  .sec04 h3:before {
    width: 40px;
    height: 40px;
  }

  .sec05 .cont01 .text_box {
    font-size: 18px;
    text-align: center;
  }

  .sec05 .cont02 {
    margin-top: 30px;
  }

  .sec05 .cont02 h3 {
    font-size: 20px;
    height: 50px;
  }

  .sec05 .cont02 .text_box {
    padding: 10px 4% 50px;
  }

  .sec05 .cont02 li {
    line-height: 1.2;
    font-size: 16px;
    margin-top: 10px;
    background-position: top 0.08em left !important;
  }

  .sec05 .cont02 .column p:last-child {
    width: 90%;
    margin: auto;
    bottom: -20px;
  }

  .sec05 .cont02 .column+.column {
    margin-top: 40px;
  }

  .sec06 .catch {
    width: 100%;
    height: 120px;
    font-size: 18px;
    line-height: 1.2;
  }

  .sec06 .catch:after {
    bottom: -60px;
    border: 20px solid transparent;
    border-top: 40px solid #fbcb66;
  }

  .sec06 .cont_box {
    margin-top: 20px;
    padding: 20px 4%;
  }

  .sec06 h3 {
    margin: 10px 0 0 !important;
    line-height: 1.2;
    padding: 5px 0;
    min-height: 30px;
    letter-spacing: 0;
    font-size: 20px;
    padding-left: 40px;
    background-size: 30px !important;
  }

  .sec06 li {
    line-height: 1.4;
    margin-top: 10px;
    background-position: top 0.15em left !important;
  }

  .sec07 .tab_btn_wrap .step {
    font-size: 14px;
    padding-right: 4px;
    margin-right: 4px;
  }

  .sec07 .tab_btn_wrap .num {
    font-size: 18px;
  }

  .sec07 .text_box {
    font-size: 16px;
    margin-top: -20px;
    max-width: 96%;
  }

  .sec08 .tel {
    margin: auto;
    display: table;
    line-height: 1.4;
    font-size: 36px;
    background-position: top 12px left;
  }

  .sec09 {
    padding: 30px 0 0;
  }

  .sec09 .cont01 figure {
    width: 80%;
  }

  .sec09 .cont01 img {
    max-width: 80%;
  }

  .sec09 .cont01 ul {
    margin-top: 10px;
  }

  .sec09 .cont01 li {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    background-position: top 0 left !important;
  }

  .sec09 .cont02 {
    padding-top: 30px;
    padding-block: 30px;
  }

  .sec09 .cont02 .container {
    padding: 20px 4%;
  }

  .sec09 .catch {
    font-size: 18px;
  }

  .sec09 .cont02 ul {
    gap: 15px 10px;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .sec09 .cont02 li {
    font-size: 16px;
    width: calc((100% - 10px)/2);
    padding-left: 10px;
  }

  .sec09 .cont02 li:before {
    top: 0.4em;
    border: 3px solid transparent;
    border-left: 6px solid #1ca691;
  }

  .sec09 .cont02 .line01 {
    font-size: 22px;
  }

  .sec09 .catch2 {
    margin-top: 20px;
    line-height: 1.2;
  }

  .sec09 .catch2+p {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 420px) {
  .sec02 .tab_btn:last-child {
    background-position: left 34% center !important;
  }
}

/* 医院スライダー */
#slider .slick-arrow {
  font-size: 0;
  text-indent: -9999px;
  padding: 0;
  width: 80px;
  height: 80px;
  z-index: 1;
}

#slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

#slider .slick-arrow.slick-next:after {
  background: url("../img/arrow_r.png")no-repeat center / cover;
}

#slider .slick-arrow.slick-prev:after {
  background: url("../img/arrow_l.png")no-repeat center / cover;
}

#slider .slick-prev {
  left: 2%;
}

#slider .slick-next {
  right: 2%;
}

#thumbnail_slider {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {

  #slider .slick-arrow,
  #slider .slick-arrow:after {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------下層 */
table.col2 tbody th,
table.col2 tbody td {
  width: 50%;
}

table.col3 tbody th,
table.col3 tbody td {
  width: 33.3333%;
}
