:root {
  --color_main: #00A9D6;
  --color_pink: #E46282;
  --color_green: #33CC33;
  --color_red: #D61200;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
ol li,
ul li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}
button,
input,
select,
textarea {
  vertical-align: middle;
}
input {
  outline: 0;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}
hr{
  margin: 100px auto;
  width: 100%;
  max-width: 730px;
  background-color: #CED6D9;
  color: transparent;
  height: 2px;
  border: none;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ベース
---------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #222526;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
/* @media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
} */
body input[type="text"],
body input[type="button"],
body button,
body textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
body input[type="text"],
body select,
body textarea {
  width: 100%;
}
body input[type="radio"],
body input[type="checkbox"] {
  margin: 0;
}
body input,
body select,
body textarea,
body button {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
/* @media screen and (max-width: 768px) {
  body input,
  body select,
  body textarea,
  body button {
    font-size: 13px;
    font-size: 1.3rem;
  }
} */
body ::-moz-selection {
  background-color: #004298;
  color: #fff;
}
body ::selection {
  background-color: #004298;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
a:link,
a:visited {
  color: #222526;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.color-main {color: var(--color_main);}
.color-pink {color: var(--color_pink);}
.color-green {color: var(--color_green);}
.bg-white {background: #fff;}
.bg-lightblue {background: #F1FCFF;}
.bg-pink {background: var(--color_pink);}
.bg-lightpink {background: #FFF7F9;}
.bg-green {background: var(--color_green);}
.bg-lightgreen {background: #F8FFF8;}
.font-bold {font-weight: 700;}
.text-large {
  font-size: 1.25em;
  line-height: 1.5;
}
.common_box-text-caution {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}
.text-center-left {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
.text-center {
  text-align: center;
}
.text-black {
  color: #000000!important;
}

.mt-9 {margin-top: 0.9rem;}
.mt-12 {margin-top: 1.2rem;}
.mt-22 {margin-top: 2.2rem;}
.mt-26 {margin-top: 2.6rem;}
.mt-30 {margin-top: 3.05rem;}
.mt-36 {margin-top: 3.6rem;}
.mt-43 {margin-top: 4.3rem;}
.mt-48 {margin-top: 4.8rem;}
.mt-68 {margin-top: 6.8rem;}
.mt-116 {margin-top: 11.6rem;}
.mt-143 {margin-top: 14.3rem;}

.mb-22 {margin-bottom: 2.2rem;}

.common_box {
  margin-top: 2.3rem;
  width: 100%;
  margin-inline: auto;
  .common_box-grid {
    border-radius: 10px;
    overflow: hidden;
    padding: 3.2rem 5rem 3rem 4rem;
    gap: 2.6rem;
  }
  .common_box-child-left {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    img {
      width: 3.5rem;
      height: 3.5rem;
      object-fit: contain;
    }
  }
  .common_box-child-flex {
    display: flex;
    gap: 1rem;
  }
}
.common_box-small {
  margin-top: 2.3rem;
  max-width: 502px;
  width: 100%;
  margin-inline: auto;
  .common_box-grid {
    border-radius: 10px;
    overflow: hidden;
    padding: 3.8rem 2rem 3rem;
    gap: 2.6rem;
  }
  .common_box-child-left {
    flex: 0 0 5.4rem;
    width: 5.4rem;
    height: 5.4rem;
    img {
      width: 5.4rem;
      height: 5.4rem;
      object-fit: contain;
    }
  }
  .common_box-child-flex {
    display: flex;
    gap: 1.13rem;
  }
}
.common_box-child-right {
  h4 {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color_main);
  }
  p {
    margin-top: 0.43rem;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.455;
    letter-spacing: 0;
  }
}

.grid_col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid_col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid_col-3-spe {
  display: grid;
  grid-template-columns: 3fr 3fr 5fr;
}
.grid_col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gap-17 {gap: 1.7rem;}
.gap-30 {gap: 3rem;}

.section {
  width: 100%;
  margin-inline: auto;
  padding-inline: 4px;
  .container {
    width: 100%;
    max-width: 730px;
    margin-inline: auto;
  }
}

.common_heading.level-2 {
  text-align: center;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  .common_heading-sub {
    display: block;
    margin-inline: auto;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  .common_heading-deco {
    margin-top: 1.4rem;
    display: block;
    margin-inline: auto;
    width: fit-content;
    height: fit-content;
    img {
      display: block;
      margin-inline: auto;
      width: 22rem;
      height: 1.4rem;
      object-fit: contain;
    }
  }
}
.common_heading.level-3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
}
.common_text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.common_text-red {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0;
  color: var(--color_red);
}
.common_text-caution {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.571;
  letter-spacing: 0;
  color: #000;
}
.section02_textBox {
  border: 2px solid var(--color_red);
  padding: 1.4rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.common_flow {
  &.is-pink {
    margin-top: 5rem;
    .common_flow-heading {
      color: var(--color_pink);
      &::before,&::after {
        background: var(--color_pink);
      }
    }
    .common_flow-grid {
      gap: 4.4rem;
    }
    .common_flow-box {
      padding: 2rem 3rem;
      border: 1px solid var(--color_pink);
      &::before {
        border-top: 3px solid #FF5C7A;
        border-right: 3px solid #FF5C7A;
        top: 25%;
        right: 0;
        transform: translateX(150%) rotate(45deg);
      }
    }
    .common_flow-number {
      background: var(--color_pink);
    }
    .common_flow-boxHeading {
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 1.6;
      letter-spacing: 0;
      text-align: center;
    }
  }
  &.is-green {
    margin-top: 4.5rem;
    .common_flow-heading {
      color: var(--color_green);
      &::before,&::after {
        background: var(--color_green);
      }
    }
    .common_flow-grid {
      gap: 5.1rem;
    }
    .common_flow-box {
      padding: 2.2rem 2rem 2rem;
      display: grid;
      grid-template-rows: 7rem 3.6em;
      border: 1px solid var(--color_green);
      &::before {
        border-top: 3px solid #31C24B;
        border-right: 3px solid #31C24B;
        top: 50%;
        right: 0;
        transform: translate(175%, -50%) rotate(45deg);
      }
    }
    .common_flow-number {
      background: var(--color_green);
    }
    .common_flow-boxHeading {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 1.285;
      letter-spacing: 0;
      text-align: center;
      display: grid;
      place-items: center;
    }
  }

  .common_flow-heading {
    position: relative;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 17px;
    &::before {
      content: "";
      position: absolute;
      width: 21px;
      height: 14px;
      bottom: 0;
      right: 0;
      clip-path: polygon(0 0, 0 100%, 100% 100%);
    }
    &::after {
      content: "";
      position: absolute;
      width: calc(100% - 20px);
      height: 4px;
      bottom: 0;
      left: 0;
    }
  }

  .common_flow-grid {
    margin-top: 3rem;
  }
  .common_flow-box {
    position: relative;
    border-radius: 10px;
    &:not(:last-of-type)::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
    }
    &.no-border {
      border: none!important;
      border-radius: 0!important;
      padding: 0!important;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }
  .common_flow-boxChild {
    width: 100%;
    border: 1px solid #E46282;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.5rem;
    padding: 1.8rem 2rem 1.8rem 4.5rem;
    .common_flow-boxHeading {
      text-align: left;
    }
  }
  .common_flow-boxChildImg {
    flex: 0 0 4.6rem;
  }
  .common_flow-or {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: var(--color_pink);
  }
  .common_flow-number {
    font-family: Inter, sans-serif;
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
    top: -0.7rem;
    left: -1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.9rem;
    height: 2.9rem;
    padding-bottom: 2px;
    border-radius: calc(infinity * 1px);
  }
  .img {
    display: grid;
    place-items: center;
    margin-inline: auto;
  }
  .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .common_flow_boxText {
    margin-top: 0.4rem;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.636;
    letter-spacing: 0;
  }
  .common_flow-boxList {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
    li {
      position: relative;
      padding-left: 1em;
      &::before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0;
        font-size: inherit;
        line-height: inherit;
      }
    }
  }
}

.mv {
  padding-top: 7.8rem;
  padding-bottom: 3.3rem;

  .container-mv {
    margin-inline: auto;
    width: 100%;
    max-width: 754px;
    text-align: center;
  }

  .mv_heading-tag {
    display: block;
    width: fit-content;
    margin-inline: auto;
    color: #fff;
    background: var(--color_main);
    border-radius: calc(infinity * 1px);
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 0.85rem 2.85rem;
  }

  .mv_heading {
    margin-top: 1.7rem;
    font-weight: 600;
    font-size: 5.8rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .mv_flex {
    margin-top: 1.1rem;
    display: flex;
    gap: 0.7rem;
  }
  .mv_left {
    padding-top: 5.1rem;
    flex: 0;
    min-width: 183px;
  }
  .mv_text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.035em;
    text-align: left;
    white-space: nowrap;
  }
  .mv_right {
    flex: 1;
  }
}

.section01 {
  padding-top: 3.3rem;
  padding-bottom: 6.2rem;

  .section01_text {
    margin-top: 2.2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .section01_box {
    border-radius: 10px;
    overflow: hidden;
    &.bg-lightpink {border: 3px solid var(--color_pink);}
    &.bg-lightgreen {border: 3px solid var(--color_green);}

    .section01_box-heading {
      font-weight: 700;
      font-size: 2.2rem;
      line-height: 1.364;
      letter-spacing: 0;
      text-align: center;
      padding-top: 0.9rem;
      padding-bottom: 0.7rem;
      color: #fff;
    }

    .section01_box-inner {
      padding: 2.1rem 2rem 2.9rem;
    }

    .section01_box-text {
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1.846;
      letter-spacing: 0;
    }

    .section01_box-list {
      margin-top: 1.7rem;
      padding: 1.2rem 1.4rem;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
      li {
        white-space: nowrap;
        display: flex;
        gap: 0.6rem;
        font-weight: 500;
        font-size: 1.3rem;
        line-height: 1.857;
        letter-spacing: 0;
        .icon-check {
          margin-top: 0.3rem;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 2rem;
          height: 2rem;
          flex: 0 0 2rem;
          border-radius: calc(infinity * 1px);
          img {
            display: block;
            width: 1.1rem;
            height: 0.9rem;
            object-fit: contain;
          }
        }
      }
    }
  }

  .section01_bottom {
    margin-top: 9.4rem;
    padding-top: 5.4rem;
    padding-bottom: 7.5rem;
  }
  .section01_bottom-flex {
    display: flex;
    margin-top: 3.5rem;
    justify-content: center;
    margin-inline: auto;
    max-width: 680px;
    &.is-first {
      gap: 2.5rem;
    }
    &.is-second {
      gap: 3.7rem;
      align-items: center;
    }
    .section01_bottom-text {
      padding-top: 0.8rem;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: 0;
    }
    .section01_bottom-list {
      width: 160px;
      background: var(--color_main);
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      gap: 3.3px;
      padding: 1rem 1.8rem;
      li {
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
        color: #fff;
      }
    }
    .section01_bottom-left {
      flex: 0 0 230px;
    }
    .section01_bottom-right {
      .section01_bottom-tag {
        display: block;
        text-align: center;
        width: 13rem;
        padding-block: 1.2em;
        border-radius: calc(infinity * 1px);
        color: #fff;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: 0;
      }
    .section01_bottom-rightText {
      margin-top: 1.1rem;
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1;
      letter-spacing: 0;
      padding-left: 0.4rem;
    }
    }
  }
}

.section02 {
  padding-top: 12.4rem;
  padding-bottom: 4.7rem;

  .section02_textBox {
    border: 2px solid var(--color_red);
    padding: 1.4rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    .img {
      flex: 0 0 9.8rem;
    }
  }
}

.section03 {
  padding-top: 4.7rem;
  padding-bottom: 9.4rem;
}

.section04 {
  padding-top: 4.8rem;
  padding-bottom: 8rem;

  .section04_textBox {
    border: 2px solid var(--color_red);
    padding: 1.4rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    .img {
      flex: 0 0 8.4rem;
    }
  }
}
