@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-DeBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A-OTF Gothic MB101 Pr6";
  src: url("../fonts/A-OTF-GothicMB101Pr6-Ultra.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*---------- VARIABLE ----------*/
:root {
  --color-blue: #104B9B;
}

/*---------- SPACING SYSTEM ----------*/
@media screen and (max-width: 767px) {
  :root {
    --spacing-sp-5-pc-10: 5px;
    --spacing-sp-7-pc-15: 7px;
    --spacing-sp-10-pc-20: 10px;
    --spacing-sp-12-pc-25: 12px;
    --spacing-sp-15-pc-30: 15px;
    --spacing-sp-20-pc-40: 20px;
    --spacing-sp-25-pc-50: 25px;
    --spacing-sp-30-pc-60: 30px;
    --spacing-sp-35-pc-70: 35px;
    --spacing-sp-40-pc-80: 40px;
    --spacing-sp-45-pc-90: 45px;
    --spacing-sp-50-pc-100: 50px;
    --spacing-sp-60-pc-120: 60px;
    --spacing-sp-80-pc-160: 80px;
    --spacing-sp-90-pc-180: 90px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --spacing-sp-5-pc-10: 10px;
    --spacing-sp-7-pc-15: 15px;
    --spacing-sp-10-pc-20: 20px;
    --spacing-sp-12-pc-25: 25px;
    --spacing-sp-15-pc-30: 30px;
    --spacing-sp-20-pc-40: 40px;
    --spacing-sp-25-pc-50: 50px;
    --spacing-sp-30-pc-60: 60px;
    --spacing-sp-35-pc-70: 70px;
    --spacing-sp-40-pc-80: 80px;
    --spacing-sp-45-pc-90: 90px;
    --spacing-sp-50-pc-100: 100px;
    --spacing-sp-60-pc-120: 120px;
    --spacing-sp-80-pc-160: 160px;
    --spacing-sp-90-pc-180: 180px;
  }
}
/*---------- TEXT ----------*/
.u-txt-blue {
  color: var(--color-blue) !important;
}

/* ---------- TEXT FONT ---------- */
.u-text-bold {
  font-weight: bold !important;
}

/*---------- TITLE ----------*/
.c-ttl01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--spacing-sp-20-pc-40);
  color: #000;
}
.c-ttl01 small {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  margin-top: var(--spacing-sp-7-pc-15);
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 20px;
  }
  .c-ttl01 small {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl01 {
    font-size: 45px;
  }
  .c-ttl01 small {
    font-size: 28px;
  }
}

/*---------- MAIN PAGE ----------*/
.page_todoku {
  font-family: "A-OTF Gothic MB101 Pr6", sans-serif;
  font-weight: 400;
}

.c-mainvisual {
  position: relative;
  background: url(../todoku/images/MV_bg.png) no-repeat top center/cover;
}
.c-mainvisual:after {
  position: absolute;
  content: "";
  background: url("../todoku/images/MV-bg-ware.png") no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
}
.c-mainvisual__catch {
  position: relative;
  z-index: 1;
}
.c-mainvisual__catch-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-mainvisual__catch-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
.c-mainvisual__catch-left:after {
  position: absolute;
  content: "";
  background: url("../todoku/images/MV-ellipse.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}
.c-mainvisual__catch-title {
  display: inline-block;
  background: #fff;
  border-radius: 9999px;
  font-weight: 500;
}
.c-mainvisual__catch-title span {
  color: #099CF9;
}
.c-mainvisual__card {
  position: relative;
  background: rgba(9, 156, 249, 0.27);
}
.c-mainvisual__card-list {
  display: grid;
  flex-wrap: wrap;
}
.c-mainvisual__card-item {
  background: linear-gradient(#104B9B, #055FB8, #087FCB);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.c-mainvisual__card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-mainvisual {
    margin-top: 60px;
  }
  .c-mainvisual__catch {
    padding-top: 30px;
  }
  .c-mainvisual__catch:after {
    width: 100px;
    height: 50px;
  }
  .c-mainvisual__catch:before {
    width: 150px;
    height: 150px;
  }
  .c-mainvisual__catch-content {
    padding-bottom: 40px;
  }
  .c-mainvisual__catch-left {
    width: 70%;
    z-index: 3;
  }
  .c-mainvisual__catch-left:after {
    top: -30%;
    left: -25%;
    width: 130%;
    height: 170%;
  }
  .c-mainvisual__catch-title {
    font-size: 12px;
    padding: 0 10px;
  }
  .c-mainvisual__catch-img {
    position: absolute;
    width: 55%;
    bottom: 0;
    right: -16%;
  }
  .c-mainvisual h1 {
    margin-block: 20px 10px;
  }
  .c-mainvisual__card {
    padding-block: 25px 40px;
  }
  .c-mainvisual__card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c-mainvisual__card-item {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
  }
  .c-mainvisual__card-img {
    height: 35px;
  }
  .c-mainvisual__card-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .c-mainvisual {
    margin-bottom: 8px;
    margin-top: 94px;
  }
  .c-mainvisual__catch {
    padding-top: 40px;
  }
  .c-mainvisual__catch:after {
    width: 445px;
    height: 207px;
  }
  .c-mainvisual__catch:before {
    width: 588px;
    height: 587px;
  }
  .c-mainvisual__catch-left {
    width: 60%;
  }
  .c-mainvisual__catch-left:after {
    top: -70%;
    left: -25%;
    width: 150%;
    height: 200%;
  }
  .c-mainvisual__catch-title {
    font-size: 29px;
    padding: 0 20px 3px;
  }
  .c-mainvisual h1 {
    margin-bottom: 60px;
  }
  .c-mainvisual__card {
    padding-block: 45px 90px;
  }
  .c-mainvisual__card-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .c-mainvisual__catch-img {
    width: 64%;
    margin-right: -20%;
  }
  .c-mainvisual__card-item {
    font-size: 22px;
    padding: 20px;
    border-radius: 20px;
  }
}

.c-list-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacing-sp-10-pc-20);
}
.c-list-btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #093975;
  border: 1px solid var(--color-blue);
  font-weight: bold;
  text-decoration: none;
}
.c-list-btn li a.btn-blue-light {
  background: #099CF9;
  border: 1px solid #099CF9;
}
.c-list-btn li a.btn-white {
  background: #fff;
  color: var(--color-blue);
}
.c-list-btn--center {
  justify-content: center;
}
.c-list-btn--style2 {
  justify-content: center;
  gap: var(--spacing-sp-15-pc-30);
}
.c-list-btn--style2 li a {
  border-radius: 999px;
  padding-block: var(--spacing-sp-15-pc-30) !important;
}
.c-list-btn .btn-pdf .icon-pdf {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-list-btn li a {
    width: 120px;
    font-size: 10px;
    padding: 10px 5px;
  }
  .c-list-btn--style2 li a {
    width: 240px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-list-btn li a {
    width: 300px;
    font-size: 18px;
    padding: 22px 10px;
  }
  .c-list-btn li a:hover {
    opacity: 0.7;
  }
  .c-list-btn--style2 li a {
    width: 432px;
    font-size: 26px;
  }
}

.c-sec1 {
  text-align: center;
}
.c-sec1 .c-ttl01 img {
  margin-right: var(--spacing-sp-10-pc-20);
}
.c-sec1 p {
  line-height: 1.4;
  font-weight: 800;
  color: #343434;
}
@media screen and (max-width: 767px) {
  .c-sec1 {
    font-size: 15px;
    padding-block: 25px;
  }
  .c-sec1 .c-ttl01 img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec1 {
    font-size: 30px;
    padding-block: 55px;
  }
}

.c-video {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.c-video iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

.c-sec2 {
  background: #1fa8c8 url("../todoku/images/s2_bg.jpg") no-repeat top center;
  background-size: contain;
  padding-top: var(--spacing-sp-30-pc-60);
}
.c-sec2__ttl {
  text-align: center;
  color: #fff;
  margin-bottom: var(--spacing-sp-35-pc-70);
}
.c-sec2__cont {
  position: relative;
}
.c-sec2__img {
  position: relative;
  text-align: center;
  padding-left: 5%;
}
.c-sec2__img img {
  position: relative;
  z-index: 3;
}
.c-sec2__list li {
  position: absolute;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.c-sec2__list li:after {
  position: absolute;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 0;
}
.c-sec2__list li:nth-child(1) {
  top: 0;
  z-index: 2;
}
.c-sec2__list li:nth-child(1):after {
  bottom: 10%;
  right: 40px;
  transform: rotate(21deg);
}
.c-sec2__list li:nth-child(2) {
  top: 0;
  z-index: 2;
}
.c-sec2__list li:nth-child(2):after {
  bottom: 10%;
  left: 30px;
  transform: rotate(145deg);
}
.c-sec2__list li:nth-child(3) {
  bottom: 0;
}
.c-sec2__list li:nth-child(3):after {
  bottom: 20%;
  right: 5px;
}
.c-sec2__list li:nth-child(4) {
  bottom: 0;
}
.c-sec2__list li:nth-child(4):after {
  bottom: 15%;
  left: 20px;
  transform: rotate(170deg);
}
.c-sec2__list-ttl {
  margin-bottom: var(--spacing-sp-5-pc-10);
}
.c-sec2__foot {
  background: var(--color-blue);
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-block: var(--spacing-sp-20-pc-40);
}
.c-sec2__foot span {
  color: #EC8A09;
  text-emphasis-style: dot;
  text-emphasis-color: #fff;
  text-emphasis-position: over right;
}
@media screen and (max-width: 767px) {
  .c-sec2__ttl {
    font-size: 20px;
  }
  .c-sec2__img {
    padding-top: 20px;
  }
  .c-sec2__img img {
    width: 40%;
  }
  .c-sec2__list {
    font-size: 8px;
  }
  .c-sec2__list li {
    padding: 5% 2%;
    border-radius: 10px;
  }
  .c-sec2__list li:after {
    width: 25px;
    height: 15px;
  }
  .c-sec2__list li:nth-child(1) {
    top: -15px;
    left: -1%;
    width: 155px;
    height: 110px;
  }
  .c-sec2__list li:nth-child(1):after {
    bottom: 25%;
    right: -16px;
    transform: rotate(45deg);
  }
  .c-sec2__list li:nth-child(2) {
    top: -15px;
    right: -1%;
    width: 150px;
    height: 120px;
  }
  .c-sec2__list li:nth-child(2):after {
    bottom: -12%;
    left: 0px;
    transform: rotate(115deg);
  }
  .c-sec2__list li:nth-child(3) {
    left: -1%;
    bottom: 20px;
    width: 140px;
    height: 140px;
  }
  .c-sec2__list li:nth-child(3):after {
    bottom: 78%;
    right: -20px;
  }
  .c-sec2__list li:nth-child(4) {
    right: -1%;
    bottom: 10px;
    width: 120px;
    height: 135px;
  }
  .c-sec2__list li:nth-child(4):after {
    bottom: 80%;
    left: -22px;
    transform: rotate(200deg);
  }
  .c-sec2__list-ttl {
    font-size: 10px;
  }
  .c-sec2__foot {
    font-size: 20px;
  }
  .c-sec2__foot span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec2__ttl {
    font-size: 35px;
  }
  .c-sec2__list {
    font-size: 18px;
  }
  .c-sec2__list li {
    padding: 5%;
  }
  .c-sec2__list li:after {
    width: 45px;
    height: 25px;
  }
  .c-sec2__list li:nth-child(1) {
    left: 4%;
    width: 465px;
    height: 352px;
  }
  .c-sec2__list li:nth-child(2) {
    right: 0;
    width: 468px;
    height: 352px;
  }
  .c-sec2__list li:nth-child(3) {
    left: -6%;
    width: 499px;
    height: 352px;
  }
  .c-sec2__list li:nth-child(4) {
    right: -6%;
    width: 499px;
    height: 352px;
  }
  .c-sec2__list-ttl {
    font-size: 22px;
  }
  .c-sec2__foot {
    font-size: 30px;
  }
  .c-sec2__foot span {
    font-size: 40px;
  }
}

.c-sec3 {
  background: url("../todoku/images/s3-bg.png") no-repeat center bottom;
  padding-block: var(--spacing-sp-50-pc-100);
}
.c-sec3__list-card {
  display: grid;
}
@media screen and (max-width: 767px) {
  .c-sec3__list-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec3__list-card {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-sec4 {
  background: url("../todoku/images/s4-bg.png") no-repeat bottom center;
  background-size: cover;
  padding-block: var(--spacing-sp-50-pc-100);
}
.c-sec4 .c-ttl01 {
  color: var(--color-blue);
}
.c-sec4__card {
  display: grid;
  counter-reset: cardNum;
  margin-top: var(--spacing-sp-60-pc-120);
}
.c-sec4__card-item {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 6px rgba(9, 156, 249, 0.2);
  counter-increment: cardNum;
  padding-bottom: var(--spacing-sp-15-pc-30);
  font-weight: 500;
}
.c-sec4__card-item:before {
  position: absolute;
  background: linear-gradient(#104B9B, #055FB8, #087FCB);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(cardNum, decimal-leading-zero);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  top: 10px;
  left: 10px;
}
.c-sec4__card-item:after {
  position: absolute;
  content: "";
  background: linear-gradient(to left, #EC8A09, #FFBB00);
  z-index: 3;
}
.c-sec4__card-item:nth-child(5):after {
  display: none;
}
.c-sec4__card-img {
  text-align: center;
  margin-top: -50px;
  padding-left: 40px;
}
.c-sec4__card-txt {
  margin-top: var(--spacing-sp-15-pc-30);
  margin-inline: var(--spacing-sp-12-pc-25);
  padding-left: var(--spacing-sp-10-pc-20);
  border-left: 3px solid #EC8A09;
}
.c-sec4__card-ttl {
  color: var(--color-blue);
  margin-bottom: var(--spacing-sp-5-pc-10);
}
@media screen and (max-width: 767px) {
  .c-sec4__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
    margin-top: 80px;
  }
  .c-sec4__card-item {
    border-radius: 20px;
    font-size: 15px;
  }
  .c-sec4__card-item:after {
    width: 80px;
    height: 25px;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .c-sec4__card-ttl {
    font-size: 16px;
  }
  .c-sec4__card-img img {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-sec4__card {
    grid-template-columns: repeat(3, 1fr);
    gap: 95px 70px;
  }
  .c-sec4__card-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .c-sec4__card-item {
    border-radius: 35px;
    font-size: 18px;
  }
  .c-sec4__card-item:nth-child(3):after {
    display: none;
  }
  .c-sec4__card-item:nth-child(5) {
    grid-column: 2/span 2;
    padding-bottom: 0;
  }
  .c-sec4__card-item:nth-child(5) .c-sec4__card-txt {
    width: 26%;
  }
  .c-sec4__card-item:nth-child(5) .c-sec4__card-img {
    width: 74%;
    text-align: left;
    margin-top: -60px;
  }
  .c-sec4__card-item:after {
    width: 41px;
    height: 96px;
    top: 50%;
    right: -56px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .c-sec4__card-ttl {
    font-size: 20px;
  }
}

.c-sec5 {
  background: url("../todoku/images/s5-bg.png") no-repeat top center;
  background-size: cover;
  padding-block: var(--spacing-sp-35-pc-70) var(--spacing-sp-45-pc-90);
}
.c-sec5 .c-ttl01 {
  color: #fff;
}
.c-sec5__main {
  background: #fff;
  border-radius: 20px;
  padding: var(--spacing-sp-20-pc-40);
}
.c-sec5__part1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.c-sec5__part1-img {
  position: relative;
  z-index: 2;
}
.c-sec5__part1-cont {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(9, 156, 249, 0.2);
  padding: var(--spacing-sp-15-pc-30) var(--spacing-sp-20-pc-40);
  font-weight: 500;
  text-align: center;
  z-index: 2;
}
.c-sec5__part1-txt {
  position: relative;
}
.c-sec5__part1-txt:after {
  position: absolute;
  content: "";
  background: url("../todoku/images/s5-ellipse.png") no-repeat;
  background-size: 100%;
}
.c-sec5__part1-ttl {
  color: var(--color-blue);
  font-weight: 800;
  margin-bottom: var(--spacing-sp-10-pc-20);
}
.c-sec5__card {
  display: grid;
  gap: var(--spacing-sp-15-pc-30);
  margin-top: var(--spacing-sp-15-pc-30);
}
.c-sec5__card-item {
  position: relative;
  background: #fff;
  border: 1px solid #099CF9;
  border-radius: 20px;
  padding: var(--spacing-sp-10-pc-20) var(--spacing-sp-15-pc-30);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.c-sec5__card-txt {
  font-weight: 500;
  flex: 1;
}
.c-sec5__card-txt span {
  color: var(--color-blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-sec5__part1 {
    flex-wrap: wrap;
  }
  .c-sec5__part1-img {
    width: 100%;
    text-align: center;
  }
  .c-sec5__part1-txt {
    width: 100%;
    font-size: 14px;
  }
  .c-sec5__part1-txt:after {
    width: 200%;
    height: 300%;
    top: -100%;
    left: -50%;
  }
  .c-sec5__part1-ttl {
    font-size: 18px;
  }
  .c-sec5__card {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-sec5__card-img {
    width: 90px;
  }
  .c-sec5__card-img img {
    width: 70px;
  }
  .c-sec5__card-txt {
    font-size: 16px;
  }
  .c-sec5__card-txt span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec5__part1-img {
    width: 780px;
  }
  .c-sec5__part1-txt {
    width: calc(100% - 810px);
    font-size: 16px;
  }
  .c-sec5__part1-txt:after {
    width: 220%;
    height: 220%;
    top: -60%;
    left: -60%;
  }
  .c-sec5__part1-ttl {
    font-size: 25px;
  }
  .c-sec5__card {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-sec5__card-img {
    width: 120px;
  }
  .c-sec5__card-txt {
    font-size: 20px;
  }
  .c-sec5__card-txt span {
    font-size: 30px;
  }
}

.c-sec6 {
  padding-block: var(--spacing-sp-50-pc-100);
}
.c-sec6__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-sec6__cont-ttl {
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: var(--spacing-sp-7-pc-15);
}
.c-sec6__cont-txt_img {
  margin-top: var(--spacing-sp-20-pc-40);
}
.c-sec6__list-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--spacing-sp-10-pc-20);
  margin-top: var(--spacing-sp-25-pc-50);
}
.c-sec6__list-btn a {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to top, #104B9B, #055FB8, #087FCB);
  border-radius: 37px;
  text-decoration: none;
  color: #fff;
  padding: var(--spacing-sp-10-pc-20);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-sec6__cont-img {
    width: 100%;
  }
  .c-sec6__cont-txt {
    font-size: 15px;
    margin-top: 15px;
  }
  .c-sec6__cont-ttl {
    font-size: 17px;
  }
  .c-sec6__cont-ttl span {
    font-size: 20px;
  }
  .c-sec6__list-btn li {
    width: 200px;
  }
  .c-sec6__list-btn li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec6__cont-img {
    width: 60%;
    margin-left: -5%;
  }
  .c-sec6__cont-txt {
    width: 38%;
    font-size: 18px;
  }
  .c-sec6__cont-ttl {
    font-size: 22px;
  }
  .c-sec6__cont-ttl span {
    font-size: 30px;
  }
  .c-sec6__list-btn li {
    width: 300px;
  }
  .c-sec6__list-btn li a {
    font-size: 18px;
  }
  .c-sec6__list-btn li a:hover {
    opacity: 0.6;
  }
}

.c-sec7 {
  background: url("../todoku/images/s7-bg.png") no-repeat top center;
  padding-block: var(--spacing-sp-60-pc-120);
}
.c-sec7 .c-ttl01 span {
  color: #099CF9;
}
.c-sec7__union {
  position: absolute;
  background: url("../todoku/images/s7-union.png") no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: var(--color-blue);
  font-weight: bold;
  line-height: 1.3;
}
.c-sec7__card {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  gap: var(--spacing-sp-50-pc-100);
  margin-bottom: var(--spacing-sp-20-pc-40);
}
.c-sec7__card-item {
  position: relative;
  background: #fff;
  box-shadow: 0 5px 6px rgba(9, 156, 249, 0.2);
  border-radius: 20px;
}
.c-sec7__card-item:nth-child(2) .c-sec7__card-cont {
  padding: var(--spacing-sp-12-pc-25) var(--spacing-sp-30-pc-60);
}
.c-sec7__card-ttl {
  background: #109ABD;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  padding: var(--spacing-sp-5-pc-10);
}
.c-sec7__card-cont {
  padding: var(--spacing-sp-15-pc-30) var(--spacing-sp-20-pc-40);
  margin-top: var(--spacing-sp-20-pc-40);
}
@media screen and (max-width: 767px) {
  .c-sec7__card {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
  .c-sec7__card-ttl {
    font-size: 20px;
  }
  .c-sec7__union {
    width: 100px;
    height: 102px;
    font-size: 14px;
    padding-bottom: 10px;
    top: -40px;
    left: 10px;
  }
  .c-sec7__union span {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-sec7__card {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
  }
  .c-sec7__card-ttl {
    font-size: 30px;
  }
  .c-sec7__union {
    width: 189px;
    height: 203px;
    font-size: 25px;
    padding-bottom: 20px;
    top: -80px;
    left: 20px;
  }
  .c-sec7__union span {
    font-size: 45px;
  }
}

.p-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.p-price__item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--spacing-sp-25-pc-50);
}
.p-price__icon img {
  display: block;
  height: auto;
}
.p-price__content {
  flex: 1;
}
.p-price__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: linear-gradient(#104B9B, #055FB8, #087FCB);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.p-price__value {
  display: flex;
  align-items: flex-start;
}
.p-price__number {
  color: #ef5b16;
  font-weight: bold;
  line-height: 0.9;
}
.p-price__info {
  display: flex;
  flex-direction: column;
  margin-left: 6px;
  margin-top: 2px;
}
.p-price__tax {
  color: var(--color-blue);
  font-weight: normal;
  line-height: 1;
}
.p-price__unit {
  color: var(--color-blue);
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
}
.p-price__plus {
  color: var(--color-blue);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-price__icon {
    width: 60px;
  }
  .p-price__label {
    min-width: 80px;
    font-size: 12px;
  }
  .p-price__tax {
    font-size: 8px;
  }
  .p-price__number {
    font-size: 38px;
  }
  .p-price__unit {
    font-size: 20px;
  }
  .p-price__unit small {
    font-size: 14px;
  }
  .p-price__plus {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-price__icon {
    width: 80px;
  }
  .p-price__label {
    min-width: 115px;
    font-size: 20px;
  }
  .p-price__tax {
    font-size: 14px;
  }
  .p-price__number {
    font-size: 50px;
  }
  .p-price__unit {
    font-size: 30px;
  }
  .p-price__unit small {
    font-size: 20px;
  }
  .p-price__plus {
    font-size: 50px;
  }
}

.p-step li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-sp-25-pc-50);
}
.p-step__number {
  background: #E24C11;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.p-step__txt {
  position: relative;
  flex: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: var(--spacing-sp-5-pc-10);
  background: #DEE9F1;
  border-color: #9ABDD6;
  border-width: 1px;
  border-style: solid;
}
.p-step__txt:after, .p-step__txt:before {
  position: absolute;
  content: "";
}
.p-step__txt:after {
  background: #00AEB2;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-step__txt:before {
  background: linear-gradient(to top, #104B9B, #055FB8, #087FCB);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-step li:first-child .p-step__txt {
  background: #E7FAEE;
  border-color: #79CC97;
}
.p-step li:last-child .p-step__txt {
  background: #EFBDBD;
  border-color: #C97878;
}
.p-step li:last-child .p-step__txt:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-step li:not(:last-child) {
    margin-bottom: 32px;
  }
  .p-step__number {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .p-step__txt {
    font-size: 16px;
  }
  .p-step__txt:after {
    width: 20px;
    left: -20px;
  }
  .p-step__txt:before {
    width: 30px;
    height: 14px;
    bottom: -24px;
  }
}
@media screen and (min-width: 768px) {
  .p-step li:not(:last-child) {
    margin-bottom: 45px;
  }
  .p-step__number {
    width: 47px;
    height: 47px;
    font-size: 25px;
  }
  .p-step__txt {
    font-size: 18px;
  }
  .p-step__txt:after {
    width: 37px;
    left: -37px;
  }
  .p-step__txt:before {
    width: 47px;
    height: 19px;
    bottom: -34px;
  }
}