.tpl-contents-header {
  background-image: url(/images/common/bg_contents_header1.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#strategy {
  padding: 20px 15px 60px;
}
#strategy > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#strategy .tpl-title1 {
  margin: 0 0 30px;
}
#strategy .lead {
  margin: 0 0 30px;
  font-size: 1.6rem;
  text-align: center;
}
#strategy .grid {
  display: grid;
  gap: 20px 30px;
}
#strategy .step1-title,
#strategy .step2-title,
#strategy .step3-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 55px;
  margin: 0 30px 0 0;
  box-sizing: border-box;
  background: linear-gradient(45deg, #545454, #000);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-indent: 30px;
}
#strategy .step1-title::after,
#strategy .step2-title::after,
#strategy .step3-title::after {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 0 27.5px 30px;
  border-color: transparent transparent transparent #000;
  content: "";
}
#strategy .step1-title {
  grid-row: 1/2;
  grid-column: 2/3;
}
#strategy .step2-title {
  grid-row: 1/2;
  grid-column: 3/4;
}
#strategy .step3-title {
  grid-row: 1/2;
  grid-column: 4/5;
}
#strategy .step1-awareness,
#strategy .step2-awareness,
#strategy .step3-awareness,
#strategy .step1-service,
#strategy .step2-service,
#strategy .step3-service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
#strategy .step2-awareness,
#strategy .step3-awareness,
#strategy .step2-service,
#strategy .step3-service {
  display: none;
}
#strategy .step1-awareness {
  grid-row: 2/3;
  grid-column: 1/2;
}
#strategy .step1-service {
  grid-row: 3/4;
  grid-column: 1/2;
}
#strategy .step1-awareness-content,
#strategy .step2-awareness-content,
#strategy .step3-awareness-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #EDEDEF;
  box-sizing: border-box;
  background-color: #F7F7F7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#strategy .step1-awareness-content {
  grid-row: 2/3;
  grid-column: 2/3;
}
#strategy .step2-awareness-content {
  grid-row: 2/3;
  grid-column: 3/4;
}
#strategy .step3-awareness-content {
  grid-row: 2/3;
  grid-column: 4/5;
}
#strategy .step1-service-content,
#strategy .step2-service-content,
#strategy .step3-service-content {
  padding: 10px;
  border: 1px solid #EDEDEF;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 1.6rem;
}
#strategy .step1-service-content .number,
#strategy .step2-service-content .number,
#strategy .step3-service-content .number {
  position: relative;
  height: 36px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  background: linear-gradient(45deg, #EFEFEF, #C6C1C1);
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-indent: 30px;
  font-family: "Roboto", sans-serif;
}
#strategy .step1-service-content .number::after,
#strategy .step2-service-content .number::after,
#strategy .step3-service-content .number::after {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 30px 0 0;
  border-color: #C6C1C1 transparent transparent transparent;
  content: "";
}
#strategy .step1-service-content .number span,
#strategy .step2-service-content .number span,
#strategy .step3-service-content .number span {
  font-size: 3rem;
}
#strategy .step1-service-content .texts,
#strategy .step2-service-content .texts,
#strategy .step3-service-content .texts {
  padding: 0 15px 30px;
}
#strategy .step1-service-content .texts .title,
#strategy .step2-service-content .texts .title,
#strategy .step3-service-content .texts .title {
  margin: 0 0 5px;
  font-weight: bold;
}
#strategy .step1-service-content .texts .text,
#strategy .step2-service-content .texts .text,
#strategy .step3-service-content .texts .text {
  margin: 0 0 30px;
}
#strategy .step1-service-content .texts .text:last-of-type,
#strategy .step2-service-content .texts .text:last-of-type,
#strategy .step3-service-content .texts .text:last-of-type {
  margin: 0;
}
#strategy .step1-service-content {
  grid-row: 3/4;
  grid-column: 2/3;
}
#strategy .step2-service-content {
  grid-row: 3/4;
  grid-column: 3/4;
}
#strategy .step3-service-content {
  grid-row: 3/4;
  grid-column: 4/5;
}

.tabs {
  display: none;
}

#sleep-checkup {
  padding: 60px 15px 80px;
  background-image: url(/images/services/bg1.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#sleep-checkup > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sleep-checkup .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
}
#sleep-checkup h2 {
  align-self: center;
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0;
}
#sleep-checkup .lead {
  grid-row: 1/2;
  grid-column: 2/4;
  margin: 0;
  font-size: 1.6rem;
}
#sleep-checkup .lead > span {
  display: block;
}
#sleep-checkup .lead > span.ttl {
  font-size: 2rem;
  color: #2354A2;
  font-weight: bold;
  margin-bottom: 0.3em;
}
#sleep-checkup .lead .tpl-btn1 a {
  background: #0056a0;
  color: #FFF;
  border: none;
}
#sleep-checkup .lead .tpl-btn1 a:hover {
  background: #1f82b0;
}
#sleep-checkup .box1 h3,
#sleep-checkup .box2 h3,
#sleep-checkup .box3 h3 {
  margin: 0 0 30px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#sleep-checkup .box1 .image,
#sleep-checkup .box2 .image,
#sleep-checkup .box3 .image {
  text-align: center;
}
#sleep-checkup .box1 {
  grid-row: 2/3;
  grid-column: 1/2;
  position: relative;
}
#sleep-checkup .box1 .image {
  margin: 0 0 10px;
}
#sleep-checkup .box1 .image img {
  width: 302px;
}
#sleep-checkup .box1 .note01 {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#sleep-checkup .box1 .note01 span {
  display: inline-block;
  text-align: center;
}
#sleep-checkup .box1 .note01 span:first-of-type {
  width: 40%;
}
#sleep-checkup .box1 .note01 span:last-of-type {
  width: 45%;
}
#sleep-checkup .box1 .note02 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}
#sleep-checkup .box1 .icon-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin: auto;
}
#sleep-checkup .box2 {
  grid-row: 2/3;
  grid-column: 2/3;
  overflow: hidden;
}
#sleep-checkup .box2 .image {
  margin: 0 0 35px;
}
#sleep-checkup .box2 .image img {
  width: 300px;
}
#sleep-checkup .box2 .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px -15px 0;
}
#sleep-checkup .box2 .tags .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin: 0 15px 15px 0;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
#sleep-checkup .box3 {
  grid-row: 2/3;
  grid-column: 3/4;
  position: relative;
}
#sleep-checkup .box3::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17.5px 0 17.5px 20px;
  border-color: transparent transparent transparent #464646;
  content: "";
}
#sleep-checkup .box3 .image {
  margin: 0 0 15px;
}
#sleep-checkup .box3 .image img {
  width: 300px;
}
#sleep-checkup .box3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
#sleep-checkup .box3 ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
#sleep-checkup .box3 ul li:last-child {
  margin: 0;
}
#sleep-checkup .box3 ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
#sleep-checkup .box3 ul li .icon::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 8px;
  height: 4px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}

#sleep-examination {
  padding: 60px 15px 120px;
}
#sleep-examination > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sleep-examination .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}
#sleep-examination h2 {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0;
}
#sleep-examination .lead {
  grid-row: 1/2;
  grid-column: 2/4;
  margin: 0;
  font-size: 1.6rem;
}
#sleep-examination .box1,
#sleep-examination .box2,
#sleep-examination .box3 {
  padding: 20px 25px 25px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #EFEFEF;
}
#sleep-examination .box1 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-row: 2/3;
  grid-column: 1/2;
  height: 200px;
}
#sleep-examination .box1 h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#sleep-examination .box2 {
  grid-row: 3/4;
  grid-column: 1/2;
}
#sleep-examination .box2 h3 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#sleep-examination .box2 .image {
  text-align: center;
}
#sleep-examination .arrow {
  grid-row: 2/4;
  grid-column: 2/3;
  align-self: center;
  text-align: center;
}
#sleep-examination .box3 {
  grid-row: 2/4;
  grid-column: 3/4;
  min-height: 100%;
}
#sleep-examination .box3 h3 {
  margin: 0 0 50px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#sleep-examination .box3 ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
}
#sleep-examination .box3 ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  font-weight: bold;
}
#sleep-examination .box3 ul li:last-child {
  margin: 0;
}
#sleep-examination .box3 ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
#sleep-examination .box3 ul li .icon::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  width: 8px;
  height: 4px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  content: "";
}
#sleep-examination .box3 p {
  margin: 0 0 30px;
}
#sleep-examination .box3 .image {
  text-align: center;
}

#sleep-medicine {
  padding: 60px 15px 120px;
  background-color: #F2F6F8;
}
#sleep-medicine > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sleep-medicine .title-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}
#sleep-medicine .title-wrapper h2 {
  flex-shrink: 0;
  width: calc((100% - 60px) / 3);
  margin: 0 30px 0 0;
}
#sleep-medicine .title-wrapper .lead {
  margin: 0;
  font-size: 1.6rem;
}
#sleep-medicine .grid {
  display: grid;
  margin: 0 0 70px;
}
#sleep-medicine .arrow-wrapper1,
#sleep-medicine .arrow-wrapper2,
#sleep-medicine .arrow-wrapper3,
#sleep-medicine .arrow-wrapper4 {
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
}
#sleep-medicine .arrow-wrapper1 .title,
#sleep-medicine .arrow-wrapper2 .title,
#sleep-medicine .arrow-wrapper3 .title,
#sleep-medicine .arrow-wrapper4 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  height: 54px;
  margin: 0 5px 0 0;
  padding: 0 5px 0 45px;
  border-radius: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #fff;
  background-position: 16px center;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  font-weight: bold;
}
#sleep-medicine .arrow-wrapper1 .right .text,
#sleep-medicine .arrow-wrapper2 .right .text,
#sleep-medicine .arrow-wrapper3 .right .text,
#sleep-medicine .arrow-wrapper4 .right .text {
  margin: 0 0 -10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#sleep-medicine .arrow-wrapper1 {
  grid-row: 1/2;
  grid-column: 1/3;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 0 35px 58px;
}
#sleep-medicine .arrow-wrapper1 .title {
  background-image: url(/images/services/icon1.png);
  background-position: 16px center;
}
#sleep-medicine .arrow-wrapper1::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-bottom: 6px solid #000;
  border-right: 6px solid #000;
  transform: rotate(45deg);
  content: "";
}
#sleep-medicine .arrow-wrapper2 .title {
  background-image: url(/images/services/icon2.png);
  background-position: 16px center;
}
#sleep-medicine .arrow-wrapper3 .title {
  background-image: url(/images/services/icon3.png);
  background-position: 16px center;
}
#sleep-medicine .arrow-wrapper4 {
  margin: 0;
}
#sleep-medicine .arrow-wrapper4 .title {
  background-image: url(/images/services/icon4.png);
  background-position: 16px center;
}
#sleep-medicine .system {
  grid-row: 2/3;
  grid-column: 1/3;
  display: flex;
  margin: 0 0 50px;
  background-color: #fff;
  outline: 3px solid #000;
  outline-offset: -3px;
}
#sleep-medicine .system h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: 0;
  padding: 0 3px 0 0;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
#sleep-medicine .system h3 span {
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
}
#sleep-medicine .system .inner {
  flex-grow: 1;
  padding: 25px 15px;
}
#sleep-medicine .medical-care,
#sleep-medicine .clinical-trial {
  display: flex;
  position: relative;
}
#sleep-medicine .medical-care::before,
#sleep-medicine .clinical-trial::before {
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-bottom: 6px solid #000;
  border-right: 6px solid #000;
  transform: rotate(45deg);
  content: "";
}
#sleep-medicine .medical-care h3,
#sleep-medicine .clinical-trial h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 150px;
  height: 80px;
  margin: 0 15px 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#sleep-medicine .medical-care p,
#sleep-medicine .clinical-trial p {
  margin: 0;
  font-size: 1.6rem;
}
#sleep-medicine .medical-care {
  grid-row: 3/4;
  grid-column: 1/2;
  margin: 0 50px 0 0;
}
#sleep-medicine .medical-care h3 {
  background-color: #000;
}
#sleep-medicine .clinical-trial {
  grid-row: 3/4;
  grid-column: 2/3;
}
#sleep-medicine .clinical-trial::before {
  border-color: #20A29D;
}
#sleep-medicine .clinical-trial h3 {
  background-color: #20A29D;
}
#sleep-medicine .clinical-trial p {
  color: #20A29D;
}
#sleep-medicine .clinical-research {
  margin: 0 0 60px;
}
#sleep-medicine .clinical-research h3 {
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#sleep-medicine .clinical-research .list-wrapper {
  overflow: hidden;
}
#sleep-medicine .clinical-research ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -30px -30px 0;
  padding: 0;
}
#sleep-medicine .clinical-research ul li {
  display: flex;
  width: calc(50% - 30px);
  margin: 0 30px 30px 0;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
#sleep-medicine .clinical-research .image {
  flex-shrink: 0;
  margin: 0 25px 0 0;
}
#sleep-medicine .clinical-research .texts h4 {
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#sleep-medicine .clinical-research .texts p {
  margin: 0;
}
#sleep-medicine .publication {
  position: relative;
  width: 100%;
  padding: 15.1666666667% 0 0 0;
  background-image: url(/images/services/image17.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#sleep-medicine .publication a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  #strategy .grid {
    gap: 20px 15px;
  }
  #strategy .step1-awareness,
#strategy .step2-awareness,
#strategy .step3-awareness,
#strategy .step1-service,
#strategy .step2-service,
#strategy .step3-service {
    padding: 10px 5px;
  }

  #sleep-checkup h2 {
    grid-row: 1/2;
    grid-column: 1/4;
    text-align: center;
  }
  #sleep-checkup .lead {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  #sleep-checkup .lead .tpl-btn1 {
    margin: 0 auto;
  }
  #sleep-checkup .box1 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #sleep-checkup .box2 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  #sleep-checkup .box3 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  #sleep-checkup .box3::before {
    left: -28px;
  }

  #sleep-examination .grid {
    grid-template-columns: 1fr 1fr;
  }
  #sleep-examination h2 {
    grid-row: 1/2;
    grid-column: 1/3;
    text-align: center;
  }
  #sleep-examination .lead {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  #sleep-examination .box1 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #sleep-examination .box2 {
    grid-row: 4/5;
    grid-column: 1/2;
    margin: 0 0 80px;
  }
  #sleep-examination .arrow {
    grid-row: 3/5;
    grid-column: 2/3;
  }
  #sleep-examination .box3 {
    grid-row: 5/6;
    grid-column: 1/3;
    position: relative;
    width: calc(50% - 15px);
    margin: 0 auto;
  }
  #sleep-examination .box3::before {
    display: block;
    position: absolute;
    top: -106px;
    left: 0;
    right: 0;
    width: 32px;
    height: 81px;
    margin: auto;
    background-image: url(/images/services/arrow1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
  }

  #sleep-medicine .title-wrapper {
    display: block;
  }
  #sleep-medicine .title-wrapper h2 {
    width: auto;
    margin: 0 0 50px;
    text-align: center;
  }
  #sleep-medicine .clinical-research .texts h4 {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #strategy {
    padding: 20px 15px 30px;
  }
  #strategy .tpl-title1 {
    margin: 0 0 15px;
  }
  #strategy .lead {
    font-size: 1.3rem;
    text-align: left;
  }
  #strategy .grid {
    gap: 20px 10px;
  }
  #strategy .step1-title,
#strategy .step2-title,
#strategy .step3-title {
    height: 50px;
    margin: 0;
    background: linear-gradient(180deg, #545454, #000);
    text-indent: 0;
  }
  #strategy .step1-title::after,
#strategy .step2-title::after,
#strategy .step3-title::after {
    top: auto;
    bottom: -6px;
    left: 0;
    border-style: solid;
    border-width: 6px calc((100vw - 30px) / 2) 0 calc((100vw - 30px) / 2);
    border-color: #000 transparent transparent transparent;
  }
  #strategy .step1-title {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  #strategy .step2-title {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  #strategy .step3-title {
    grid-row: 7/8;
    grid-column: 1/3;
  }
  #strategy .step1-awareness,
#strategy .step2-awareness,
#strategy .step3-awareness,
#strategy .step1-service,
#strategy .step2-service,
#strategy .step3-service {
    display: flex;
    font-size: 1.4rem;
  }
  #strategy .step1-awareness {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  #strategy .step1-service {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #strategy .step2-awareness {
    grid-row: 5/6;
    grid-column: 1/2;
  }
  #strategy .step2-service {
    grid-row: 6/7;
    grid-column: 1/2;
  }
  #strategy .step3-awareness {
    grid-row: 8/9;
    grid-column: 1/2;
  }
  #strategy .step3-service {
    grid-row: 9/10;
    grid-column: 1/2;
  }
  #strategy .step1-awareness-content,
#strategy .step2-awareness-content,
#strategy .step3-awareness-content {
    font-size: 1.4rem;
  }
  #strategy .step1-awareness-content {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  #strategy .step2-awareness-content {
    grid-row: 5/6;
    grid-column: 2/3;
  }
  #strategy .step3-awareness-content {
    grid-row: 8/9;
    grid-column: 2/3;
  }
  #strategy .step1-service-content,
#strategy .step2-service-content,
#strategy .step3-service-content {
    font-size: 1.3rem;
  }
  #strategy .step1-service-content .number,
#strategy .step2-service-content .number,
#strategy .step3-service-content .number {
    height: 30px;
    margin: 0 20px 20px 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-indent: 20px;
  }
  #strategy .step1-service-content .number::after,
#strategy .step2-service-content .number::after,
#strategy .step3-service-content .number::after {
    right: -20px;
    border-width: 30px 20px 0 0;
  }
  #strategy .step1-service-content .number span,
#strategy .step2-service-content .number span,
#strategy .step3-service-content .number span {
    font-size: 2rem;
  }
  #strategy .step1-service-content .texts .text,
#strategy .step2-service-content .texts .text,
#strategy .step3-service-content .texts .text {
    margin: 0 0 20px;
  }
  #strategy .step1-service-content {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  #strategy .step2-service-content {
    grid-row: 6/7;
    grid-column: 2/3;
  }
  #strategy .step3-service-content {
    grid-row: 9/10;
    grid-column: 2/3;
  }

  .tabs {
    display: flex;
    padding: 0 15px;
    border-bottom: 1px solid #707070;
  }
  .tabs .tab {
    flex: 1;
    margin: 0 5px 0 0;
  }
  .tabs .tab:first-of-type a img {
    max-width: 80%;
    max-height: 22px;
  }
  .tabs .tab:last-child {
    margin: 0;
  }
  .tabs .tab a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0 0 -1px;
    border: 1px solid #707070;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
  }
  .tabs .tab a.active {
    border-bottom: 1px solid #fff;
  }

  #sleep-checkup {
    display: none;
    padding: 30px 15px 30px;
  }
  #sleep-checkup.active {
    display: block;
  }
  #sleep-checkup .grid {
    display: block;
  }
  #sleep-checkup h2 {
    width: 288px;
    margin: 0 auto 25px;
  }
  #sleep-checkup .lead {
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  #sleep-checkup .lead > span.ttl {
    font-size: 1.6rem;
  }
  #sleep-checkup .lead .tpl-btn1 {
    margin: 0 auto;
  }
  #sleep-checkup .box1 h3,
#sleep-checkup .box2 h3,
#sleep-checkup .box3 h3 {
    margin: 0 0 25px;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  #sleep-checkup .box1 {
    margin: 0 0 60px;
  }
  #sleep-checkup .box1 .image {
    margin: 0 0 15px;
  }
  #sleep-checkup .box1 .note01 {
    font-size: 1rem;
  }
  #sleep-checkup .box1 .note01 span:first-of-type {
    width: 160px;
  }
  #sleep-checkup .box1 .note01 span:last-of-type {
    width: 160px;
  }
  #sleep-checkup .box1 .note02 {
    font-size: 1rem;
  }
  #sleep-checkup .box1 .icon-plus {
    top: auto;
    bottom: -47px;
    right: 0;
    left: 0;
  }
  #sleep-checkup .box2 {
    margin: 0 0 60px;
  }
  #sleep-checkup .box2 .image {
    margin: 0 0 20px;
  }
  #sleep-checkup .box2 .tags .tag {
    width: 140px;
  }
  #sleep-checkup .box3::before {
    top: -40px;
    bottom: auto;
    left: 0;
    right: 0;
    border-width: 20px 17.5px 0 17.5px;
    border-color: #464646 transparent transparent transparent;
  }
  #sleep-checkup .box3 .image {
    margin: 0 0 25px;
  }
  #sleep-checkup .box3 ul {
    font-size: 1.3rem;
  }
  #sleep-checkup .box3 ul li .icon {
    top: -1px;
  }

  #sleep-examination {
    display: none;
    padding: 30px 15px 30px;
  }
  #sleep-examination.active {
    display: block;
  }
  #sleep-examination .grid {
    gap: 0 10px;
  }
  #sleep-examination h2 {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 248px;
    margin: 0 auto 30px;
  }
  #sleep-examination .lead {
    grid-row: 2/3;
    grid-column: 1/3;
    margin: 0 0 30px;
    font-size: 1.3rem;
  }
  #sleep-examination .box1,
#sleep-examination .box2,
#sleep-examination .box3 {
    padding: 20px 15px 25px;
  }
  #sleep-examination .box1 {
    grid-row: 3/4;
    grid-column: 1/2;
    height: auto;
    margin: 0;
  }
  #sleep-examination .box1 h3 {
    font-size: 1.3rem;
  }
  #sleep-examination .box2 {
    grid-row: 3/4;
    grid-column: 2/3;
    margin: 0;
  }
  #sleep-examination .box2 h3 {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  #sleep-examination .arrow {
    grid-row: 4/5;
    grid-column: 1/3;
    align-self: auto;
    margin: 0 0 5px;
  }
  #sleep-examination .box3 {
    grid-row: 5/6;
    grid-column: 1/3;
    width: auto;
    min-height: auto;
  }
  #sleep-examination .box3::before {
    display: none;
  }
  #sleep-examination .box3 h3 {
    margin: 0 0 20px;
    font-size: 1.3rem;
  }
  #sleep-examination .box3 ul {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
  #sleep-examination .box3 ul li {
    margin: 0 0 5px;
    padding: 0 0 0 20px;
  }
  #sleep-examination .box3 ul li .icon {
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
  }
  #sleep-examination .box3 ul li .icon::before {
    top: 4px;
    width: 6px;
    height: 3px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
  }
  #sleep-examination .box3 p {
    margin: 0 0 15px;
  }

  #sleep-medicine {
    display: none;
    padding: 30px 15px 60px;
  }
  #sleep-medicine.active {
    display: block;
  }
  #sleep-medicine .title-wrapper {
    margin: 0 0 30px;
  }
  #sleep-medicine .title-wrapper h2 {
    width: 248px;
    margin: 0 auto 20px;
  }
  #sleep-medicine .title-wrapper .lead {
    font-size: 1.3rem;
  }
  #sleep-medicine .grid {
    display: block;
    margin: 0 0 30px;
  }
  #sleep-medicine .arrow-wrapper1,
#sleep-medicine .arrow-wrapper2,
#sleep-medicine .arrow-wrapper3,
#sleep-medicine .arrow-wrapper4 {
    margin: 0 0 10px;
  }
  #sleep-medicine .arrow-wrapper1 .title,
#sleep-medicine .arrow-wrapper2 .title,
#sleep-medicine .arrow-wrapper3 .title,
#sleep-medicine .arrow-wrapper4 .title {
    width: 88px;
    height: 36px;
    margin: 0;
    padding: 0 5px 0 30px;
    background-position: 10px center;
    font-size: 1rem;
  }
  #sleep-medicine .arrow-wrapper1 .right .text,
#sleep-medicine .arrow-wrapper2 .right .text,
#sleep-medicine .arrow-wrapper3 .right .text,
#sleep-medicine .arrow-wrapper4 .right .text {
    margin: 0 0 -4px;
    font-size: 1rem;
    line-height: 1;
  }
  #sleep-medicine .arrow-wrapper1 {
    justify-content: center;
    margin: 0 18px 30px 48px;
  }
  #sleep-medicine .arrow-wrapper1 .title {
    background-size: 18px auto;
  }
  #sleep-medicine .arrow-wrapper1::after {
    bottom: -15px;
    left: 0;
    right: 0;
  }
  #sleep-medicine .arrow-wrapper2 .title {
    background-size: 23px auto;
  }
  #sleep-medicine .arrow-wrapper3 .title {
    background-size: 22px auto;
  }
  #sleep-medicine .arrow-wrapper4 {
    margin: 0;
  }
  #sleep-medicine .arrow-wrapper4 .title {
    background-size: 20px auto;
  }
  #sleep-medicine .system h3 {
    width: 30px;
    font-size: 1.2rem;
  }
  #sleep-medicine .system .inner {
    padding: 15px;
  }
  #sleep-medicine .medical-care h3,
#sleep-medicine .clinical-trial h3 {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  #sleep-medicine .medical-care p,
#sleep-medicine .clinical-trial p {
    font-size: 1.3rem;
  }
  #sleep-medicine .medical-care {
    margin: 0 0 50px;
  }
  #sleep-medicine .clinical-trial::before {
    border-color: #20A29D;
  }
  #sleep-medicine .clinical-research {
    margin: 0 0 30px;
  }
  #sleep-medicine .clinical-research h3 {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
  #sleep-medicine .clinical-research ul {
    display: block;
    margin: 0 0 -15px;
  }
  #sleep-medicine .clinical-research ul li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 10px;
    width: auto;
    margin: 0 0 15px;
    padding: 15px;
  }
  #sleep-medicine .clinical-research .image {
    grid-row: 2/3;
    grid-column: 1/2;
    margin: 0;
  }
  #sleep-medicine .clinical-research .texts {
    display: contents;
  }
  #sleep-medicine .clinical-research .texts h4 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin: 0;
    font-size: 1.3rem;
  }
  #sleep-medicine .clinical-research .texts p {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 1.3rem;
  }
  #sleep-medicine .publication {
    height: 70px;
    padding: 0;
  }
  #sleep-medicine .publication a {
    padding: 0 0 0 8em;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
}