@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  scroll-behavior: smooth;
}

section {
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

#mianBg {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-image: url("../img/bg/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentWrap {
  position: relative;
}

.lowerBg {
  position: absolute;
  width: 100%;
  height: -webkit-fill-available;
}
.lowerBg img {
  width: 100%;
  height: 100%;
}

.lowerBg2 {
  background: #61b4c6 url(../img/bg/bg--lower.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}

#layout {
  display: flex;
  justify-content: center;
  padding: 0 32px;
}
@media (max-width: 768px) {
  #layout {
    padding: 0;
  }
}

.contents {
  max-width: 500px;
  position: relative;
}

.sectionHead {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 28px;
}
.sectionHead .dots {
  position: relative;
  height: 20px;
  margin: 8px auto 16px;
}
.sectionHead .dots::before, .sectionHead .dots::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.sectionHead .dots::before {
  top: 0;
}
.sectionHead .dots::after {
  bottom: 0;
}
.sectionHead .eng {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sofia Sans";
  margin-bottom: 8px;
}
.sectionHead .main {
  text-shadow: 0px 0px 14px #00a7cb;
}
.sectionHead .small {
  font-size: 24px;
}
.sectionHead--secondary {
  color: #00a7cb;
}
.sectionHead--secondary .dots::before, .sectionHead--secondary .dots::after {
  background-color: #00a7cb;
}
.sectionHead--secondary .main {
  text-shadow: none;
}

.opacityWrap {
  padding: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
.opacityWrap p {
  font-size: 14px;
  font-weight: 400;
  color: #022228;
}
.opacityWrap p:not(:last-child) {
  margin-bottom: 8px;
}
.opacityWrap > .title {
  color: #056073;
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 16px;
  text-align: center;
}
.opacityWrap img {
  margin-bottom: 16px;
}

.sideContents {
  height: 100vh;
  align-content: center;
  position: sticky;
  top: 0;
  color: #056073;
  max-width: 510px;
  min-width: 320px;
  overflow: auto;
  padding-left: 70px;
  align-self: self-start;
}
@media ((max-width: 1080px)) {
  .sideContents {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .sideContents {
    display: none;
  }
}
.sideContents > .ttl {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.sideContents > ul {
  display: flex;
  flex-direction: column;
  border: 1px solid #70bfcf;
  border-radius: 5px;
  background-color: #fff;
}
.sideContents > ul > li {
  font-size: 16px;
  display: flex;
  position: relative;
  padding: 6px 16px 6px 20px;
  align-items: center;
}
.sideContents > ul > li:not(:last-child) {
  border-bottom: 1px solid #70bfcf;
}
.sideContents > ul > li > .num {
  display: block;
  width: 30px;
  font-size: 16px;
  border-right: 1px solid #70bfcf;
}
.sideContents > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #056073;
  padding-left: 20px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.sideContents > .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  border: 1px solid #70bfcf;
  border-radius: 5px;
  background-color: #fff;
  padding: 12px;
}
.sideContents > .box > .subTtl {
  font-size: 18px;
}
.sideContents > .box > .telBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sideContents > .box > .telBox > .tel {
  font-size: 24px;
  font-weight: 600;
}
.sideContents > .mailAction {
  display: flex;
  gap: 16px;
  padding: 16px;
  color: #fff;
  background-color: #056073;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}
.sideContents > .mailAction .text {
  display: flex;
  gap: 8px;
}
.sideContents > .mailAction .text .icon {
  display: flex;
}
.sideContents > .mailAction .text .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

#menuWrap {
  position: sticky;
  top: 0;
  z-index: 200;
}
#menuWrap .relative {
  position: relative;
}
#menuWrap .relative #toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  color: #056073;
  background-color: #fff;
  border: 1px solid #70bfcf;
  border-radius: 3px;
  margin: 20px 20px 0 0;
  padding: 10px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  transition: 0.3s ease-out;
}
@media (max-width: 768px) {
  #menuWrap .relative #toggle {
    display: flex;
  }
}
#menuWrap .relative #toggle > .material-symbols-outlined {
  font-size: 32px;
  font-weight: 100;
}
#menuWrap .relative #toggle > .open, #menuWrap .relative #toggle > .close {
  position: absolute;
}
#menuWrap .relative #toggle > .open {
  opacity: 1;
}
#menuWrap .relative #toggle > .close {
  opacity: 0;
}
#menuWrap .relative #toggle.active .open {
  opacity: 0;
}
#menuWrap .relative #toggle.active .close {
  opacity: 1;
}
#menuWrap .relative #menu {
  width: 283px;
  background: rgba(5, 96, 115, 0.8);
  border-radius: 0 0 0 10px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: 0.3s ease-out;
}
#menuWrap .relative #menu > .menuList {
  display: flex;
  flex-direction: column;
  padding: 93px 0 20px 30px;
  gap: 10px;
}
#menuWrap .relative #menu > .menuList > li {
  padding: 0 20px 10px 0;
  border-bottom: 1px solid #70bfcf;
}
#menuWrap .relative #menu > .menuList > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  position: relative;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

.arrowCircle::before {
  content: "\e941";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Outlined";
  line-height: normal;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  width: 24px;
  height: 24px;
  background: #83c7d4;
  border-radius: 50%;
}
.arrowCircle--large::before {
  color: #056073;
  background: rgba(5, 96, 115, 0.1019607843);
  width: 32px;
  height: 32px;
}
.arrowCircle--white::before {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.arrowCircle--dark::before {
  color: #fff;
  background: #056073;
}
.arrowCircle--underArrow::before {
  transform: rotate(90deg);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #056073;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #034d5c;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(5, 96, 115, 0.1019607843) rgba(255, 255, 255, 0);
  /* scrollbar-width: none; */
}

.fv {
  background-image: url("../img/fv_bg.png");
  background-size: cover; /* 背景画像を親要素にカバー */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat;
}
.fv .head {
  font-size: clamp(10px, 5vw, 15px);
  background-color: #00a7cb;
  color: #fff;
  text-align: center;
}
.fv .title {
  color: #fff;
  text-align: center;
  width: 272px;
  height: 29px;
  left: 58px;
  top: 86px;
  font-family: "HiraginoMin";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 110%;
  /* ボックスの高さと同一、または29px */
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #00a7cb 0%, #08969e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-shadow: 0px 0px 14px #ffffff;
}

.sec2 {
  background-color: #00a7cb;
  color: #fff;
  max-width: 80%;
  padding: 20px;
  margin: auto;
}
.sec2 .ls {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.sec2 .ls li {
  flex: 1;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
}
.sec2 p {
  text-align: center;
  margin-bottom: 8px;
}

.medicalRecort {
  display: block;
  background: #fff;
  padding: 16px;
  border: 1px solid #4dc1db;
  border-radius: 5px;
}
.medicalRecort:not(:last-child) {
  margin-bottom: 16px;
}
.medicalRecort .profile {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #83c7d4;
}
.medicalRecort .profile .info {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.medicalRecort .profile .info .label {
  color: #00a7cb;
  font-size: 16px;
  font-family: "Sofia Sans";
}
.medicalRecort .profile .info .label::before {
  content: "[";
  font-size: 18px;
  padding-right: 4px;
}
.medicalRecort .profile .info .label::after {
  content: "]";
  font-size: 18px;
  padding-left: 4px;
}
.medicalRecort .profile .info .name {
  color: #056073;
  font-size: 18px;
  font-weight: 400;
}
.medicalRecort .profile .info .tag {
  color: #fff;
  background-color: #056073;
  border-radius: 50px;
  padding: 7px 10px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.medicalRecort .profile .thumb {
  width: 132px;
  height: auto;
  display: block;
}
.medicalRecort .profile .thumb--wide {
  width: 36%;
}
.medicalRecort .stateLabel {
  display: inline-block;
  color: #fff;
  background-color: #056073;
  border-radius: 50px;
  padding: 4px 24px;
  margin-bottom: 16px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.medicalRecort .stateText {
  color: #056073;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.medicalRecort .before {
  padding: 20px 10px 10px;
  border-radius: 5px;
  background: #dcedf0;
}
.medicalRecort .before .title {
  color: #056073;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.medicalRecort .before .title .small {
  font-size: 14px;
}
.medicalRecort .before .hr {
  border-bottom: 1px solid rgba(5, 96, 115, 0.5137254902);
  margin: 16px 0;
}
.medicalRecort .arrow {
  margin: 8px 0;
  text-align: center;
}
.medicalRecort .after {
  padding: 20px 10px 10px;
  background: #ffe5b9;
  border-radius: 5px;
  border: 1px solid #f39800;
  margin-bottom: 16px;
}
.medicalRecort .after .title {
  color: #c46207;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.medicalRecort .comment, .medicalRecort .comment2 {
  color: #022228;
  padding: 16px;
  border-radius: 5px;
  position: relative;
}
.medicalRecort .comment p, .medicalRecort .comment2 p {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
.medicalRecort .comment p:not(:last-child), .medicalRecort .comment2 p:not(:last-child) {
  margin-bottom: 16px;
}
.medicalRecort .comment {
  background: #fff;
  border: 1px solid #f5e4c7;
}
.medicalRecort .comment::before, .medicalRecort .comment::after {
  content: "";
  display: block;
  height: 20px;
}
.medicalRecort .comment::before {
  background-image: url(../img/asset/quote.png);
  margin-bottom: 16px;
}
.medicalRecort .comment::after {
  background-image: url(../img/asset/quote-rev.png);
  margin-top: 16px;
  background-position: right;
}
.medicalRecort .comment2 {
  background: #dfeef1;
  border: 1px solid #00a7cb;
  margin-top: 48px;
}
.medicalRecort .comment2::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/asset/comment.png);
  position: absolute;
  top: -31px;
}

.sec3 {
  background: linear-gradient(to bottom, #00a7cb 60%, #ffffff 100%);
  background-image: url(../img/bg/sec_3_bg.png);
}

.sec9 .wrap {
  background: linear-gradient(to bottom, #00a7cb 60%, #ffffff 100%);
}

.sec4 .wrapper .outer {
  padding: 16px;
  background: linear-gradient(to bottom, #1888ab, #93d9e8);
}
.sec4 .wrapper .outer .content {
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  border: 1px solid #fff;
  margin-top: -10em;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}
.sec4 .wrapper .outer .content .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.sec4 .wrapper .outer .content .description p {
  margin-bottom: 16px;
  font-weight: 400;
}
.sec4 .wrapper .outer .content .sources {
  font-family: "Sofia Sans";
  margin-bottom: 32px;
  font-size: 10px;
  color: #022228;
  font-weight: 400;
}
.sec4 .wrapper .outer .content .arrow img {
  display: block;
  margin: 0 auto 16px;
}
.sec4 .wrapper .outer .content .components {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec4 .wrapper .outer .content .components li {
  display: flex;
  gap: 10px;
  padding-bottom: 8px;
}
.sec4 .wrapper .outer .content .components li:not(:last-child) {
  border-bottom: 1px solid #70bfcf;
}
.sec4 .wrapper .outer .content .components .name {
  flex: 1;
  color: #056073;
  font-weight: 700;
  line-height: 1.4em;
}
.sec4 .wrapper .outer .content .components .name .small {
  font-size: 10px;
  letter-spacing: -0.1em;
}
.sec4 .wrapper .outer .content .components .detail {
  flex: 1;
  color: #022228;
  font-weight: 400;
  line-height: 1.3em;
}
.sec4 .wrapper .outer .content .merit {
  padding: 16px;
  margin-top: 16px;
  background: #ffe5b9;
  border-radius: 5px;
  border: 1px solid #f39800;
  text-align: center;
  color: #c46207;
}

.sec5 {
  background-color: #fff;
}
.sec5 .basis .head {
  display: flex;
  color: #fff;
  background-color: #00a7cb;
  padding: 20px;
  gap: 15px;
  align-items: center;
}
.sec5 .basis .head::before {
  content: attr(data-num);
  font-size: 20px;
  width: 40px;
  height: 46px;
  text-align: center;
  line-height: 1.4em;
  color: #00a7cb;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
}
.sec5 .basis .head .title {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0;
}
.sec5 .basis .arrow {
  text-align: center;
}
.sec5 .basis .arrow img {
  display: block;
  margin: auto;
}
.sec5 .basis .content {
  padding: 16px;
}
.sec5 .basis .content p {
  color: #022228;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.sec5 .basis .content p:not(:last-child) {
  margin-bottom: 16px;
}
.sec5 .result {
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(to right, rgba(0, 167, 203, 0.7), rgba(0, 167, 203, 0.7)), linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg/sec5.jpg);
  background-size: cover;
  margin-top: 16px;
}
.sec5 .result .title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 30px;
  margin: 16px 0 24px;
  flex-direction: row;
  justify-content: center;
}
.sec5 .result .title::before, .sec5 .result .title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
}
.sec5 .result .title::before {
  margin-right: 12px;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sec5 .result .title::after {
  margin-left: 12px;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sec5 .result .description {
  color: #022228;
  background: #fff;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 16px;
  border-radius: 3px;
}
.sec5 .result ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.sec5 .result ul li {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 14px 10px 12px;
  border-radius: 3px;
  border: 1px solid #fff;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
.sec5 .result ul li a {
  text-decoration: none;
  color: #fff;
}
.sec5 .result ul li .source {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.sec5 .result ul li .source .small {
  font-size: 10px;
}
.sec5 .result ul li .source::after {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
  font-size: 22px;
  font-weight: 300;
}
.sec5 .result ul li .tag {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
}

.sec6 {
  background-color: #e6f6fa;
}
.sec6 .effect {
  padding: 16px;
  border-radius: 5px;
}
.sec6 .effect .unit {
  padding: 50px 20px 20px;
  background-color: #fff;
  counter-increment: count;
  position: relative;
  margin-bottom: 40px;
}
.sec6 .effect .unit::before {
  content: counter(count);
  background-image: url(../img/asset/label.png);
  color: #fff;
  font-size: 24px;
  background-size: contain;
  position: absolute;
  top: -20px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  transform: translateX(-50%);
  left: 50%;
}
.sec6 .effect .unit .title {
  display: flex;
  flex-wrap: wrap;
  color: #00a7cb;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.sec6 .effect .unit .description p {
  color: #022228;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.sec6 .effect .unit .description p:not(:last-child) {
  margin-bottom: 16px;
}

.sec7 {
  padding: 16px;
  border-radius: 20px;
  background-color: rgba(0, 167, 203, 0.7);
}
.sec7 .title {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.sec7 .case .unit {
  padding: 16px;
  background: #fff;
  border-radius: 5px;
  counter-increment: count;
}
.sec7 .case .unit:not(:last-child) {
  margin-bottom: 16px;
}
.sec7 .case .unit .head {
  color: #00a7cb;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.sec7 .case .unit .head::before {
  content: counter(count);
  padding-right: 16px;
}
.sec7 .case .unit .head .unitTitle {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  color: #00a7cb;
  font-weight: 700;
  padding-left: 16px;
  border-left: 1px solid #00a7cb;
}
.sec7 .case .unit .head .unitTitle span {
  font-weight: 700;
}
.sec7 .case .unit .description p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
}
.sec7 .case .unit .sources {
  font-family: "Sofia Sans";
  margin-bottom: 16px;
  font-size: 10px;
  color: rgba(2, 34, 40, 0.7);
  font-weight: 400;
}
.sec7 .case .unit .subContent {
  border: 1px solid #056073;
  border-radius: 3px;
  padding: 16px;
}
.sec7 .case .unit .subContent .subHead {
  color: #056073;
  margin: 8px 0 16px;
}
.sec7 .case .unit .subContent .metrics {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.sec7 .case .unit .subContent .metrics li {
  border-radius: 5px;
  padding: 8px;
  color: #056073;
  font-size: 12px;
  background: #e6f6fa;
}
.sec7 .case .unit .subContent p {
  font-size: 12px;
  font-weight: 400;
}
.sec7 .case .unit .subContent p:not(:last-child) {
  margin-bottom: 8px;
}

.sec8 {
  padding-top: 32px;
  background: #fff;
}

.sec10 > .head {
  position: relative;
  padding-top: 32px;
  background: #fff;
  margin-bottom: -20%;
}
.sec10 > .head > .title {
  position: absolute;
  top: 70px;
  color: #fff;
}
.sec10 > .bgWrap {
  background: linear-gradient(to bottom, #0097c0, #00a7cb);
  padding: 0 16px 16px;
  z-index: 99;
  position: relative;
}
.sec10 > .bgWrap > .item {
  display: block;
}
.sec10 > .bgWrap > .content {
  color: #056073;
  background: #fff;
  padding: 16px;
  border-radius: 0 0 5px 5px;
}
.sec10 > .bgWrap > .content > .description {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.sec10 > .bgWrap > .content > .lotDescription {
  font-size: 14px;
  background: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.sec10 > .bgWrap > .content > .tag {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #056073;
  border-radius: 50px;
  padding: 8px 24px;
  margin: 0 auto 16px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.sec10 > .bgWrap > .content > .tag .label {
  font-size: 12px;
  font-weight: 300;
  padding: 2px 4px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 2px;
}
.sec10 > .bgWrap > .content > .about {
  margin-bottom: 32px;
}
.sec10 > .bgWrap > .content > .about > .title {
  font-size: 12px;
  margin-bottom: 10px;
}
.sec10 > .bgWrap > .content > .about > .description {
  list-style-position: inside;
  padding-left: 1em;
}
.sec10 > .bgWrap > .content > .about > .description li {
  font-size: 9px;
  color: #022228;
  line-height: 1.3em;
  list-style: initial;
}
.sec10 > .bgWrap > .content > .component {
  text-align: center;
  width: 100%;
}
.sec10 > .bgWrap > .content > .component .unit li {
  padding: 15px;
  font-weight: 800;
}
.sec10 > .bgWrap > .content > .component .unit li .small {
  font-size: 12px;
  font-weight: 800;
}
.sec10 > .bgWrap > .content > .component .unit li:not(:last-child) {
  border-bottom: 1px solid rgb(112, 191, 207);
}

.flow {
  background: #fff;
}
.flow--opacity {
  background: rgba(255, 255, 255, 0);
}
.flow .wrap {
  padding: 0 16px 16px;
  background: #056073;
}
.flow .summary {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #066072);
}
.flow .summary .icons {
  display: flex;
  gap: 10px;
  margin: 32px 0;
  align-items: center;
  justify-content: center;
}
.flow .summary .icons .box {
  height: 47px;
  width: 47px;
  border: 1px solid rgb(5, 96, 115);
  border-radius: 5px;
  background: #fff;
  padding: 8px;
}
.flow .summary .icons .box--noBorder {
  border: none;
  padding: 0;
}
.flow .summary .icons .box img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.flow .summary .bnr {
  display: block;
  padding-left: 16px;
  padding-bottom: 16px;
}
.flow .ex {
  color: #056073;
  font: 16px;
  background: #fff;
  padding: 22px 30px;
  border-radius: 8px;
  text-align: center;
}
.flow .ex .question {
  width: 30px;
  margin-bottom: 16px;
}
.flow .ex .head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.flow .ex .drinking {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 2px dashed #056073;
  border-bottom: 2px dashed #056073;
}
.flow .horizonImg {
  background: #00a7cb;
  display: block;
}
.flow .howTo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px;
  background: #00a7cb;
  text-align: center;
}
.flow .howTo .medias {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 16px 0;
}
.flow .howTo .medias li {
  flex: 1;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 8px;
}
.flow .process {
  padding: 16px;
  background: #00a7cb;
}
.flow .process .title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 16px 0;
  padding: 16px 0;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}
.flow .process .phase {
  counter-reset: list-counter;
}
.flow .process .phase li {
  position: relative;
}
.flow .process .phase li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  padding: 8px;
  background-color: #056073;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.flow .process .phase li:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url(../img/asset/arrow--yellow.png);
  height: 50px;
  width: 100px;
  background-position: center;
  background-size: contain;
  margin: 8px auto;
}
.flow .process .phase li .head {
  position: relative;
  margin-bottom: 8px;
  background: #e6f6fa;
  border-radius: 5px;
}
.flow .process .phase li .head img {
  display: block;
}
.flow .process .phase li .head .item {
  width: 40%;
  margin: auto;
  padding: 32px 0 54px;
}
.flow .process .phase li .head .message {
  font-size: 19px;
  color: #00a7cb;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.flow .process .phase li .head .message p {
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.flow .process .phase li .head .message p:not(:last-child) {
  margin-bottom: 4px;
}
.flow .process .phase li .description {
  font-size: 14px;
  color: #056073;
  padding: 16px;
  background: #fff;
  border-radius: 3px;
}
.flow .process .phase li .description .dashed {
  margin: 12px 0;
  padding: 12px 0;
  border-top: 2px dashed #056073;
  border-bottom: 2px dashed #056073;
}
.flow .attention {
  padding: 16px;
  background: #00a7cb;
  color: #fff;
}
.flow .attention .title {
  border-top: 2px dashed #fff;
  padding: 32px 0;
  font-weight: 600;
}
.flow .attention p {
  font-size: 14px;
  font-weight: 400;
}
.flow .attention p:not(:last-child) {
  margin-bottom: 1em;
}
.flow .actions {
  padding: 16px;
  background: #00a7cb;
}
.flow .actions .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.treatmentDetails {
  background: #fff;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #70bfcf;
  color: #022228;
}
.treatmentDetails li:not(:last-child) {
  margin-bottom: 12px;
}
.treatmentDetails .head {
  font-size: 14px;
  border-bottom: 1px solid #70bfcf;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.treatmentDetails .detail {
  font-weight: 300;
}

.table {
  width: 100%;
  font-size: 12px;
  border: 1px solid #056073;
  border-radius: 5px;
  border-spacing: 0;
  text-align: center;
}
.table thead {
  color: #fff;
  background: #00a7cb;
}
.table tbody td:first-child {
  background: #e6f6fa;
}
.table tr:not(:nth-child(0)):not(:nth-child(1)) td {
  border-top: 1px solid #e1dddd;
}
.table th:not(:last-child) {
  border-right: 1px solid #0590ae;
}
.table td:not(:last-child) {
  border-right: 1px solid #e1dddd;
}
.table td {
  color: rgb(5, 96, 115);
}
.table th,
.table td {
  width: 33%;
  padding: 16px;
  padding: 8px;
}

.medias .media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 3px;
}
.medias .media:not(:last-child) {
  margin-bottom: 8px;
}
.medias .media--line {
  border-radius: 3px;
}
.medias .media .action {
  display: flex;
  gap: 4px;
}
.medias .media .action .icon {
  display: flex;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #00a7cb;
  border-radius: 3px;
  padding: 10px;
}
.medias .media .action .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.medias .media .action .btn {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  align-content: center;
  color: #fff;
  text-align: center;
  background: #00a7cb;
  border-radius: 3px;
  padding: 8px;
}
.medias .media a {
  text-decoration: none;
}
.medias .media a .subAction {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #00a7cb;
  position: relative;
  border-radius: 3px;
  border: 2px solid;
  padding: 8px;
  transition: all 0.3s;
}
.medias .media a .subAction:hover {
  background: rgb(230, 246, 250);
}
.medias .media a .subAction::after {
  content: url("../img/asset/arrow--right.png");
  position: absolute;
  right: 8px;
}
.medias .media .submit {
  color: #00a7cb;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a7cb;
  border-radius: 3px;
  padding: 8px;
}
.medias .media--line .action .icon {
  padding: 0;
}
.medias .media--line .action .btn {
  background: #22ba4f;
}
.medias .media--line a .subAction {
  color: #22ba4f;
}
.medias .media--line a .subAction:hover {
  background: #e3ffeb;
}
.medias .media--line a .subAction::after {
  content: url("../img/asset/arrow--right--lien.png");
}

.tltle--border--underArrow {
  font-size: 16px;
  color: #056073;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #70bfcf;
  background: #fff;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
  word-break: break-word;
  position: relative;
}
.tltle--border--underArrow::after {
  content: "";
  display: block;
  background-image: url("/img/asset//arrow2.png");
  height: 9px;
  width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}

.table--KV {
  font-size: 13px;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table--KV .unit {
  display: flex;
  gap: 10px;
  padding-bottom: 8px;
}
.table--KV .unit:not(:last-child) {
  border-bottom: 1px solid #70bfcf;
}
.table--KV .unit .key {
  flex: 1;
  color: #056073;
  font-weight: 700;
  line-height: 1.4em;
}
.table--KV .unit .key .small {
  font-size: 10px;
  letter-spacing: -0.1em;
}
.table--KV .unit .value {
  flex: 1;
  color: #022228;
  font-weight: 400;
  line-height: 1.3em;
}

.horizon {
  margin: 32px 0;
  border-top: 1px solid #056073;
}

form {
  display: flex;
  flex-direction: column;
}
form .unit {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
form .unit label {
  font-size: 15px;
  color: rgb(5, 96, 115);
  margin-bottom: 4px;
}
form .unit input {
  width: 100%;
  background: rgb(230, 246, 250);
  border: 1px solid rgb(112, 191, 207);
  border-radius: 3px;
  padding: 8px;
}
form .unit .error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
}
form .submit {
  color: #00a7cb;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a7cb;
  border-radius: 3px;
  padding: 8px;
  transition: all 0.3s;
}
form .submit:hover {
  background: rgb(230, 246, 250);
}
form .submit::after {
  content: url("../img/asset/arrow--right.png");
  position: absolute;
  right: 8px;
}

.summarysList a {
  transition: all 0.3s;
}
.summarysList a:hover {
  opacity: 0.6;
}
.summarysList .num {
  counter-increment: count;
}
.summarysList .num::before {
  content: counter(count);
}
.summarysList .unit {
  color: #056073;
  font-size: 12px;
  background: #e6f6fa;
  border-radius: 5px;
  border: 1px solid #70bfcf;
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
.summarysList .unit::before {
  border-right: 1px solid #056073;
  padding-right: 8px;
  margin-right: 8px;
}
.summarysList .unit:not(:last-child) {
  margin-bottom: 8px;
}
.summarysList .unit .wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.summarysList--dark .unit {
  color: #fff;
  border-color: #056073;
  background: #056073;
}
.summarysList--dark .unit::before {
  border-right: 1px solid #fff;
}

.thesis {
  border: 1px solid #056073;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  color: #056073;
}
.thesis .head {
  font-weight: 600;
  border-bottom: 1px solid #056073;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.thesis .head .title {
  font-size: 14px;
}
.thesis .head .subTitle {
  font-size: 10px;
}
.thesis .body {
  font-size: 12px;
}
.thesis .body .summary {
  margin-bottom: 20px;
}
.thesis .body .descrption {
  color: #022228;
  font-weight: 400;
}
.thesis:not(:last-child) {
  margin-bottom: 8px;
}

.qa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e6f6fa;
  border: 1px solid #70bfcf;
  border-radius: 5px;
  padding: 16px;
}
.qa:not(:last-child) {
  margin-bottom: 8px;
}
.qa::after {
  content: "\e145";
  font-family: "Material Symbols Outlined";
  display: flex;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background: #83c7d4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  align-items: center;
  margin-left: 4px;
}
.qa.open::after {
  content: "\e15b";
}
.qa .content .q, .qa .content .a {
  display: flex;
  font-size: 12px;
  align-items: center;
  position: relative;
}
.qa .content .q .text, .qa .content .a .text {
  padding-left: 3.5em;
}
.qa .content .q::before, .qa .content .a::before {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-right: 8px;
  margin-right: 8px;
  height: 100%;
  width: 30px;
  position: absolute;
  text-align: center;
  align-content: center;
}
.qa .content .q {
  color: #022228;
}
.qa .content .q::before {
  content: "Q";
  color: #70bfcf;
  border-right: 1px solid #70bfcf;
}
.qa .content .a {
  color: #056073;
  height: 0;
  overflow: hidden;
}
.qa .content .a.open {
  height: initial;
  margin-top: 2em;
}
.qa .content .a::before {
  content: "A";
  color: #056073;
  border-right: 1px solid #056073;
}

p.em {
  font-weight: 600;
  color: #056073;
}

.wraperSecondary {
  border: 1px solid #056073;
  border-radius: 5px;
  padding: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.m-auto {
  margin: auto;
}

.block {
  display: block;
}

.textWrap {
  display: inline-block;
  white-space: pre-wrap;
}

.circle {
  width: 5px;
  height: 5px;
  background-color: #00a7cb;
  border-radius: 50%;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.relative {
  position: relative;
}

.highlight {
  background: #ffed63;
  font-weight: initial;
}

.ellipsisText {
  white-space: pre-wrap;
  word-break: break-all;
}

.documentHead {
  color: #056073;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 6px;
}

.ReactModalPortal {
  position: relative;
  z-index: 1000;
}

.ReactModal__Content--after-open {
  color: #022228;
  background: #dfeef1 !important;
  border-color: #00a7cb !important;
  width: 80%;
  max-width: 400px;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
}
.ReactModal__Content--after-open .resultTitle {
  color: #056073;
  margin-bottom: 16px;
}
.ReactModal__Content--after-open .resultMsg {
  font-size: 14px;
  font-weight: 400;
}
.ReactModal__Content--after-open button {
  color: #056073;
  width: 100%;
  padding: 4px 8px;
  margin-top: 24px;
  border: 1px solid #056073;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.ReactModal__Content--after-open button:hover {
  opacity: 0.8;
}

#header {
  font-size: 15px;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 20px 0 24px;
  position: absolute;
  border-bottom-left-radius: 60% 30%;
  border-bottom-right-radius: 60% 30%;
  -webkit-clip-path: ellipse(60% 70% at 50% 30%);
  clip-path: ellipse(60% 70% at 50% 30%);
  z-index: 10;
}
#header::before {
  content: "";
  background: #00a7cb;
  text-align: center;
  padding: 12px 0 20px;
  position: absolute;
  border-bottom-left-radius: 60% 30%;
  border-bottom-right-radius: 60% 30%;
  -webkit-clip-path: ellipse(60% 70% at 50% 30%);
  clip-path: ellipse(60% 70% at 50% 30%);
}
#header a {
  text-decoration: none;
}
#header .box {
  display: flex;
  justify-content: center;
}
#header .box .logo {
  width: 38px;
  height: auto;
  margin-right: 8px;
}
#header .box span {
  font-size: 12px;
  color: #5f5f5f;
}

footer {
  background: #e6f6fa;
  text-align: center;
}
footer ul {
  padding: 32px;
}
footer ul li a {
  color: #022228;
  text-decoration: none;
}
footer ul li:not(:last-child) {
  margin-bottom: 16px;
}
footer .copylight {
  background: #c5e6ef;
  padding: 16px;
}

.follow {
  display: flex;
  justify-content: space-around;
  padding: 8px 0 2px;
  background: rgba(0, 0, 0, 0.3);
  position: sticky;
  bottom: 0;
  z-index: 200;
}
.follow a {
  width: 50%;
  margin-left: 4px;
}
.follow a:nth-child(2) {
  margin-right: 4px;
}
.follow a img {
  width: 100%;
}
.follow .return {
  display: flex;
  flex-direction: column;
  color: #056073;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background: rgb(230, 246, 250);
  border: 2px solid #00a7cb;
  border-radius: 50%;
  position: absolute;
  right: 16px;
  top: -70px;
  text-decoration: none;
  transition: all 0.3s;
}
.follow .return .text {
  font-size: 12px;
}
.follow .return::before {
  content: "\e5d8";
  font-family: "Material Symbols Outlined";
  font-size: 24px;
}
.follow .return--hidden {
  visibility: hidden;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */