@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
:root {
  --black: #fff;
  --white: #000;
  --h1: 32px;
  --h2: 24px;
  --h3: 18px;
  --p: 16px;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.f-b {
  display: none !important;
}
@media screen and (max-width: 1070px) {
  .f-b {
    display: block !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 5%;
  }
}

.wrapper2 {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .wrapper2 {
    width: 100%;
    padding: 0;
  }
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #373737;
}
html body .s5-container {
  max-width: 100%;
  padding: 0;
}
html body .btn {
  color: #fff;
  background: #0B8195;
  height: 30px;
  width: 150px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  font-size: 14px;
  position: relative;
  transition: opacity 0.5s;
}
html body .btn:hover {
  opacity: 0.75;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html body .btn:hover {
    opacity: 1;
    text-decoration: none;
  }
}
html body .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}
html body .btn.ml {
  margin-left: auto;
}
html body .kv {
  padding: 60px 30px 60px 50px;
  margin-bottom: 100px;
  background-image: -webkit-linear-gradient(90deg, #edf7f8 0%, #c3ebdb 50%, #c3ebdb 60%, #edf7f8 100%);
}
@media screen and (max-width: 1080px) {
  html body .kv {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  html body .kv {
    padding: 30px 5%;
    margin-bottom: 30px;
  }
}
html body .kv .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 3.75%;
}
@media screen and (max-width: 1080px) {
  html body .kv .flex {
    gap: 30px 2%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  html body .kv .flex {
    flex-direction: column;
  }
}
html body .kv .flex .left {
  width: 42.5%;
}
@media screen and (max-width: 1080px) {
  html body .kv .flex .left {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  html body .kv .flex .left {
    width: 100%;
  }
}
html body .kv .flex .left h1 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  html body .kv .flex .left h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 1080px) {
  html body .kv .flex .left h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 1080px) and (max-width: 800px) {
  html body .kv .flex .left h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 1080px) and (max-width: 800px) and (max-width: 768px) {
  html body .kv .flex .left h1 {
    text-align: center;
  }
}
html body .kv .flex .right {
  width: 54.1%;
}
@media screen and (max-width: 1080px) {
  html body .kv .flex .right {
    width: 48%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  html body .kv .flex .right {
    width: 100%;
  }
}
html body .kv .flex .right img {
  width: 100%;
}
html body .ttl {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  border-left: 3px solid #0b8495;
  padding: 1px 0 3px 13px;
  line-height: 1.5;
  color: #0b8495;
}
@media screen and (max-width: 1180px) {
  html body .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1020px) {
  html body .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1020px) and (max-width: 768px) {
  html body .ttl {
    font-size: 24px;
  }
}
html body .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 45px;
  margin-left: 25px;
  line-height: 2.222;
}
@media screen and (max-width: 1180px) {
  html body .txt {
    font-size: 17px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1020px) {
  html body .txt {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 1020px) and (max-width: 768px) {
  html body .txt {
    margin-left: 15px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}
html body .txt span {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  html body .txt span {
    margin-top: 5px;
    line-height: 1.5;
  }
}
html body .reason .flex {
  margin-top: 40px;
  display: flex;
  gap: 30px 2.6%;
  margin-bottom: 150px;
}
@media screen and (max-width: 1160px) {
  html body .reason .flex {
    flex-wrap: wrap;
    gap: 30px 3%;
  }
}
@media screen and (max-width: 1160px) and (max-width: 768px) {
  html body .reason .flex {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
html body .reason .flex .item {
  width: 31.6%;
  border: 2px solid #35a96e;
}
@media screen and (max-width: 1160px) {
  html body .reason .flex .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 1160px) and (max-width: 768px) {
  html body .reason .flex .item {
    width: 100%;
  }
}
html body .reason .flex .item:nth-child(3) {
  position: relative;
}
html body .reason .flex .item:nth-child(3) .underTxt {
  position: absolute;
  bottom: -25px;
  right: -10px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}
html body .reason .flex .item .top {
  background: #edf7f3;
  padding: 40px 20px 20px;
  position: relative;
}
html body .reason .flex .item .top .top-img {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  html body .reason .flex .item .top .top-img {
    margin-bottom: 20px;
  }
}
html body .reason .flex .item .top .top-img img {
  width: 100%;
}
html body .reason .flex .item .top h3 {
  font-size: 28px;
  color: #0b8495;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1160px) {
  html body .reason .flex .item .top h3 {
    font-size: 26px;
  }
}
html body .reason .flex .item .top h3 span {
  font-size: 22px;
}
@media screen and (max-width: 1160px) {
  html body .reason .flex .item .top h3 span {
    font-size: 20px;
  }
}
html body .reason .flex .item .bottom {
  position: relative;
  padding: 45px 0 25px;
  background: #35a96e;
}
html body .reason .flex .item .bottom::after {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 0;
  width: 100%;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #edf7f3;
}
@media screen and (max-width: 768px) {
  html body .reason .flex .item .bottom {
    padding: 40px 0 20px;
  }
}
html body .reason .flex .item .bottom p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1160px) {
  html body .reason .flex .item .bottom p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 768px) {
  html body .reason .flex .item .bottom p {
    font-size: 26px;
  }
}
html body .method {
  max-width: 840px;
  width: 100%;
  margin: 30px auto 50px;
  border: solid 1px #f4a703;
}
html body .method__inner {
  padding: 20px 45px 20px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  html body .method__inner {
    padding: 20px;
    flex-direction: column-reverse;
  }
}
html body .method__inner .left {
  width: 52%;
}
@media screen and (max-width: 768px) {
  html body .method__inner .left {
    width: 100%;
  }
}
html body .method__inner .left ol li {
  line-height: 1;
  font-size: 20px;
  padding: 20px 0 20px 60px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  html body .method__inner .left ol li {
    padding: 20px 0 20px 40px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  html body .method__inner .left ol li {
    padding-left: 40px;
    font-size: 16px;
    line-height: 1.25;
  }
}
html body .method__inner .left ol li .num {
  position: absolute;
  top: 10px;
  left: 0;
  height: 36.52px;
  width: 36.52px;
  color: #fff;
  background: #f4a703;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  html body .method__inner .left ol li .num {
    height: 33px;
    width: 33px;
    top: 12px;
  }
}
@media screen and (max-width: 900px) and (max-width: 768px) {
  html body .method__inner .left ol li .num {
    height: 30px;
    width: 30px;
    top: 15px;
  }
}
html body .method__inner .left ol li:not(:last-child) {
  border-bottom: 2px dotted #bdbdbd;
}
html body .method__inner .right {
  width: 43%;
}
@media screen and (max-width: 768px) {
  html body .method__inner .right {
    width: 100%;
  }
}
html body .method__inner .right img {
  width: 100%;
}
html body .example {
  background: #edf7f3;
  padding: 105px 0 80px;
}
@media screen and (max-width: 768px) {
  html body .example {
    padding-top: 30px;
  }
}
html body .example__inner .flex {
  margin-top: 50px;
  display: flex;
  gap: 30px 2.6%;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex {
    gap: 30px 2%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1275px) and (max-width: 768px) {
  html body .example__inner .flex {
    margin-top: 30px;
    flex-direction: column;
  }
}
html body .example__inner .flex .item {
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 31.6%;
  padding: 20px;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex .item {
    width: 49%;
  }
}
@media screen and (max-width: 1275px) and (max-width: 768px) {
  html body .example__inner .flex .item {
    width: 100%;
  }
}
html body .example__inner .flex .item .title {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex .item .title {
    height: 90px;
  }
}
@media screen and (max-width: 1275px) and (max-width: 768px) {
  html body .example__inner .flex .item .title {
    height: auto;
    margin-bottom: 15px;
  }
}
html body .example__inner .flex .item .title p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.3636;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex .item .title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1275px) and (max-width: 768px) {
  html body .example__inner .flex .item .title p {
    font-size: 16px;
  }
}
html body .example__inner .flex .item .title p span {
  font-size: 22px;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex .item .title p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1275px) and (max-width: 768px) {
  html body .example__inner .flex .item .title p span {
    font-size: 20px;
  }
}
html body .example__inner .flex .item .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
html body .example__inner .flex .item .tag p {
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 15px;
  border: 2px solid #c9c9c9;
}
@media screen and (max-width: 1275px) {
  html body .example__inner .flex .item .tag p {
    font-size: 14px;
  }
}
html body .example__inner .flex .item .space {
  margin-bottom: 25px;
}
html body .example__inner .flex .item .space img {
  width: 100%;
}
html body .example__inner .flex .item .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
html body .example__inner .flex .item .detail p {
  line-height: 1.5625;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .example__inner .flex .item .detail p {
    font-size: 15px;
  }
}
html body .example__inner .flex .item .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 20px 15px;
  background: #f7f7f7;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: opacity 0.5s, box-shadow 0.5s;
}
html body .example__inner .flex .item .card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  border-color: transparent transparent transparent #d6d6d6;
}
html body .example__inner .flex .item .card:hover {
  box-shadow: none;
  text-decoration: none;
  color: #373737;
}
@media screen and (max-width: 768px) {
  html body .example__inner .flex .item .card:hover {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
html body .example__inner .flex .item .card div img {
  width: 100%;
}
html body .example__inner .flex .item .card div.text {
  line-height: 1;
}
html body .example__inner .flex .item .card div.text .model {
  display: inline-block;
  border-radius: 13px;
  color: #287986;
  border: #287986 solid 1px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 860px) {
  html body .example__inner .flex .item .card div.text .model {
    padding: 5px 10px;
    font-size: 14px;
  }
}
html body .example__inner .flex .item .card div.text p {
  padding-left: 10px;
}
@media screen and (max-width: 860px) {
  html body .example__inner .flex .item .card div.text p {
    padding-left: 0;
    font-size: 14px;
  }
}
html body .example__inner .introduction {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
html body .example__inner .introduction h4 {
  margin-top: 50px;
  font-size: 26px;
  color: #fff;
  background: #35a96e;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  html body .example__inner .introduction h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  html body .example__inner .introduction h4 {
    margin-top: 30px;
    font-size: 20px;
  }
}
html body .example__inner .introduction .int-flex {
  padding: 30px 40px;
  background: #fff;
  display: flex;
  gap: 30px 5%;
}
@media screen and (max-width: 768px) {
  html body .example__inner .introduction .int-flex {
    padding: 30px 30px;
    flex-direction: column-reverse;
  }
}
html body .example__inner .introduction .int-flex__left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  html body .example__inner .introduction .int-flex__left {
    width: 100%;
  }
}
html body .example__inner .introduction .int-flex__left .place {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
html body .example__inner .introduction .int-flex__left .place p {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  html body .example__inner .introduction .int-flex__left .place p {
    font-size: 17px;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  html body .example__inner .introduction .int-flex__left .place p {
    font-size: 16px;
  }
}
html body .example__inner .introduction .int-flex__left .place p.board {
  border-radius: 15px;
  border: 2px solid #c9c9c9;
  padding: 5px 15px;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  html body .example__inner .introduction .int-flex__left .place p.board {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  html body .example__inner .introduction .int-flex__left .place p.board {
    font-size: 14px;
  }
}
html body .example__inner .introduction .int-flex__left h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  html body .example__inner .introduction .int-flex__left h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 920px) and (max-width: 768px) {
  html body .example__inner .introduction .int-flex__left h3 {
    font-size: 20px;
    letter-spacing: -0.01em;
  }
}
html body .example__inner .introduction .int-flex__left .text {
  line-height: 1.666;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  html body .example__inner .introduction .int-flex__left .text {
    font-size: 15px;
  }
}
html body .example__inner .introduction .int-flex__right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  html body .example__inner .introduction .int-flex__right {
    width: 100%;
  }
}
html body .example__inner .introduction .int-flex__right img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */