html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-txt);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

:root {
  --color-txt: #232c39;
  --color-wt: #ffffff;
  --color-main: #0b3059;
  --color-sub1: #1467B8;
  --color-sub2: #ffd30e;
  --color-hv: rgb(188, 127, 4);
  --color-sub3: #35A7D6;
  --color-bg: #F3F8FC;
  --color-bg2: #fffbf6;
}

h2 {
  color: var(--color-main);
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}

.t4 {
  margin-bottom: 42px;
  text-align: center;
  font-size: 1.7rem;
}

.t_sub {
  font-size: 1.4rem;
  margin-top: 5%;
}

.btn {
  position: relative;
  background: var(--color-sub2);
  border-radius: 2em;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 700;
  padding: .75em 1.7em .75em 3.3em;
  flex: 0 0 auto;
}

.btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 16px;
  height: 11px;
  top: 38%;
  left: 11%;
}

.btn:hover {
  background: var(--color-hv);
  transition: 0.3s;
}

@media screen and (min-width:721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

  .sp {
    display: block !important;
  }

  h2 {
    font-size: 2.5rem;
  }

  .wrap {
    padding-top: 85px;
  }
}

@media (min-width:1001px) {
  .btn {
    white-space: nowrap;
  }
}


/*******************************
  header
*******************************/

header .header__top__wrap {
  position: fixed;
  top: 0px;
  background: var(--color-main);
  width: 100%;
  z-index: 10;
}

header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding: 8px 1%;
  gap: 2%;
}

.header__top .logo_img {
  width: 90%;
}

.header__top .logo_img img {
  width: 100%;
}

.header__top .logo_top {
  color: var(--color-wt);
  font-size: 1.35rem;
  text-align: left;
}

.hamburger,
.header__main .header__cta .t4::before {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  flex: 1 1 auto;
}

.header__box {
  color: var(--color-wt);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5% 0;
  margin: 0 1% 0 3.5%;
  text-align: center;
}

.header__box_link {
  display: flex;
  gap: 3rem;
}

.header__box_link a {
  color: var(--color-wt);
}

.header__box_link a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

.header__box .header__box_flex div {
  align-items: center;
  display: flex;
}

.header__box div p {
  font-size: 1.3rem;
}

.header__box div p:nth-child(even) {
  color: var(--color-sub3);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 .5em 0 .25em;
}

.header__box p,
.header__box a {
  white-space: nowrap;
  word-break: keep-all;
}

header .header__main__wrap {
  padding: 70px 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.header__main_left {
  width: 52%;
}

.header__main_right {
  width: 48%;
  text-align: center;
}

.header__main_right>img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
}

.header__cta {
  padding-top: 22px;
  border-top: 1px solid color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
}

.header__main .header__cta .t4 {
  margin: 0 0 15px;
  padding: 0;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.header__cta .btn {
  display: inline-block;
}

.header__cta .t_sub {
  margin: 18px 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.header__main div {
  text-align: center;
}

.header__main div h1 {
  color: var(--color-main);
  font-size: 3.5rem;
  letter-spacing: .05em;
  line-height: 1.45;
  margin-bottom: 2%;
  text-align: left;
}

.header__main div .t1 {
  color: var(--color-sub3);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: .7em 0;
  text-align: left;
}

.header__main .t1:first-of-type {
  margin: 0 0 1.5%;
  padding: 4px 0px;
  color: var(--color-sub3);
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.5;
}

.header__main .t1:nth-of-type(2) {
  margin: 0 0 25px;
  color: var(--color-txt);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.65;
}

.header__main div ul {
  display: flex;
  gap: 2.2%;
  justify-content: center;
}

.header__main div li {
  align-items: center;
  background: var(--color-main);
  border-radius: 80px;
  color: var(--color-wt);
  display: flex;
  font-size: 1.4rem;
  height: 133px;
  max-width: 133px;
  justify-content: center;
  width: 100%;
}

.header__main div li p:nth-child(1) {
  border-bottom: 1px solid var(--color-wt);
  line-height: 131%;
  padding-bottom: 2%;
  margin-top: 7%;
  margin-bottom: 1.5%;
}

.header__main div li p:nth-child(2) {
  color: var(--color-sub2);
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .15em;
  margin: 0;
}

.header__main div li p:nth-child(2) span {
  font-size: 2.1rem;
  font-weight: 500;
}

.header__main div li p:nth-child(3) {
  color: var(--color-wt);
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0;
}

.header__main div .t4 {
  position: relative;
  margin: 32px 0 20px;
  padding-top: 24px;
  color: var(--color-main);
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
}

.header__main div .t4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
}

.header__main div .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.1em 1.2em 5em;
}

.header__main .btn:before {
  top: 41%;
  left: 13.5%;
  width: 20px;
  height: 15px;
}

.header__main img {
  max-width: 75%;
}

@media screen and (max-width:720px) {
  header .header__top {
    font-size: 1.0rem;
    padding: 2.2%;
  }

  .header__top .logo_img {
    width: 70%;
  }

  header .header__top h1 span {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: var(--color-wt);
    border-radius: 3px;
  }

  .close-btn {
    color: var(--color-wt);
    font-size: 3rem;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-main);
    padding-top: 60px;
    transition: all 0.3s;
    text-align: left;
  }

  .nav-menu.active {
    display: flex;
  }

  .header__box_link,
  .header__box,
  .btn_nav {
    display: block;
    margin: 1em 1em 1em 2em;
    text-align: left;
  }

  .header__box div,
  .header__main {
    display: block;
  }

  .header__box_link a {
    font-size: 1.7rem;
    padding-left: 1rem;
    margin-bottom: 1.5%;
  }

  .header__logobox {
    flex: 1;
  }

  header .header__main__wrap {
    padding: 15px 10px 50px;
  }

  .header__main_left,
  .header__main_right {
    width: 100%;
  }

  .header__main div h1 {
    font-size: 2.7rem;
    margin-bottom: 3.8%;
    line-height: 1.3;
    text-align: center;
  }

  .header__main div h1 span {
    font-size: 2.3rem;
  }

  .header__main .t1:first-of-type {
    padding: 3px 0px;
    margin: 0 0 5px;
    font-size: 1.75rem;
  }

  .header__main div .t1 {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }

  .header__main div ul {
    justify-content: center;
    margin: 2% auto 0;
    gap: 2%;
  }

  .header__main div li {
    font-size: 1.1rem;
    height: 90px;
    max-width: 105px;
  }

  .header__main div li p:nth-child(2) {
    font-size: 1.55rem;
  }

  .header__main div li p:nth-child(2) span {
    font-size: 1.5rem;
  }

  .header__main div li p:nth-child(3) {
    font-size: 1.4rem;
  }

  .header__main div .t3 {
    font-size: 1.4rem;
    margin: 1em 0 1.5em;
    padding: 10px 11px;
  }

  .header__main .t1:nth-of-type(2) {
    margin: 0 0 15px;
    line-height: 1.6;
  }

  .header__main img {
    margin: 5% auto;
  }

  .header__cta {
    margin-top: 5%;
    padding-top: 4.5%;
  }

  .header__main .header__cta .t4 {
    margin: 0 0 10px;
  }

  .header__main div .btn {
    font-size: 1.45rem;
    padding: 1.2em 2.8em 1.2em 4.5em;
  }

  .header__main .btn:before {
    top: 37%;
    left: 11%;
    width: 18px;
    height: 15px;
  }
}

@media (min-width:1001px) {
  .header__top {
    flex-wrap: nowrap;
  }

  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }

  .header__box_link {
    display: flex;
    gap: 2rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-align: center;
    align-items: center;
    line-height: 1.4;
  }

  .header__box,
  .header__box div,
  .header__box_link a {
    white-space: nowrap;
  }

  .close-btn {
    display: none !important;
  }
}

/*******************************
  Issues__wrap
*******************************/
.Issues__wrap {
  position: relative;
  padding: 100px 5%;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--color-sub3) 5%, var(--color-wt)) 0%,
      color-mix(in srgb, var(--color-sub3) 8%, var(--color-wt)) 100%);
}

.Issues__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.Issues__checkList {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Issues__item {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 20px 26px;
  background: var(--color-wt);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--color-main) 4%, transparent);
  margin-bottom: 2%;
}

.Issues__icon {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Issues__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Issues__content {
  flex: 1;
  min-width: 0;
}

.Issues__content h3 {
  margin: 0 0 1px;
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.Issues__content p {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 720px) {

  .Issues__wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 60px 5%;
    box-sizing: border-box;
  }

  .Issues__item {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 8px;
    row-gap: 7px;
    align-items: center;
    padding: 18px 16px;
  }

  .Issues__icon {
    grid-column: 1;
    grid-row: 1;
    flex: none;
    width: 27px;
    height: 27px;
  }

  .Issues__content {
    display: contents;
  }

  .Issues__content h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.5;
  }

  .Issues__content p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 1.33rem;
    line-height: 1.65;
  }
}


/*******************************
  s01__wrap
*******************************/

.s01__wrap {
  padding: 100px 5% 0;
  margin: 0 auto;
}

.s01__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
}

.s01_box {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
}

.box_reverse {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 2% 0;
}

.s01_txt {
  width: 100%;
  margin: 0 0 2% 1%;
}

.s01_txt h3 {
  color: var(--color-sub3);
  font-size: 2.2rem;
  margin-bottom: .25em;
}

.s01__wrap .s01_box {
  margin: 0 0 2% 0;
}

.s01_box_img {
  width: 60%;
}

.s01__wrap .s01_box img {
  width: 100%;
}

.s01__no {
  font-size: 5.5rem;
  font-weight: 700;
  color: var(--color-sub1);
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
  margin-bottom: 2%;
}

.s01__wrap p span {
  font-size: 1.8rem;
  color: var(--color-sub1);
  font-weight: 700;
}

.s01_txt ul {
  margin: 1.5em 0;
  padding: 1.5% 3%;
  background: color-mix(in srgb, var(--color-sub3) 7%, var(--color-wt));
  border-left: 4px solid var(--color-sub1);
}

.s01_txt ul li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: .35em;
  line-height: 1.6;
}

.s01_txt ul li:last-child {
  margin-bottom: 0;
}

.s01_txt ul li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--color-sub1);
  border-bottom: 2px solid var(--color-sub1);
  transform: rotate(-45deg);
}

@media screen and (max-width:720px) {
  .s01__wrap {
    padding: 60px 5% 0;
  }

  .s01__no {
    left: 12px;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0;
    transform: none;
  }

  .s01__wrap div {
    display: block;
  }

  .s01_box_img,
  .s01__wrap div ul {
    width: 100%;
  }

  .s01__wrap .s01_box,
  .box_reverse {
    margin-bottom: 8%;
  }

  .s01_txt {
    margin: 1.5% 0 0 0;
  }

  .s01__wrap div .s01_titflex {
    display: flex;
    align-items: center;
  }

  .s01_txt h3 {
    line-height: 1.35;
    margin: 0 0 0 2.5%;
    font-size: 2rem;
  }

  .s01__wrap p span {
    font-size: 1.65rem;
  }

  .s01__wrap li:before {
    width: 20px;
    height: 20px;
  }
}


/*******************************
  s02__wrap
*******************************/

.s02__wrap {
  padding: 0 20px;
  background: radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--color-sub1) 15%, transparent), transparent 60%),
    radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--color-sub3) 15%, transparent), transparent 55%),
    linear-gradient(to bottom, var(--color-wt) 0%, color-mix(in srgb, var(--color-sub1) 4%, var(--color-wt)) 40%, color-mix(in srgb, var(--color-sub3) 10%, var(--color-wt)) 100%);
}

.s02__wrap_cnt {
  padding: 100px 0;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.s02__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  text-align: left;
}

.s02__card {
  position: relative;
  padding: 22px 24px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-sub1) 14%, var(--color-wt));
  border-radius: 10px;
  box-shadow: 0 3px 12px color-mix(in srgb, var(--color-main) 6%, transparent);
}

.s02__card h3 {
  margin: 0 0 8px;
  padding-left: 44px;
  color: var(--color-main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.s02__card::before {
  position: absolute;
  top: 21px;
  left: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  background: color-mix(in srgb,
      var(--color-sub3) 12%,
      var(--color-wt));

  border-radius: 50%;

  color: var(--color-sub1);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.s02__card:nth-child(1)::before {
  content: "01";
}

.s02__card:nth-child(2)::before {
  content: "02";
}

.s02__card:nth-child(3)::before {
  content: "03";
}

.s02__card:nth-child(4)::before {
  content: "04";
}

.s02__card:nth-child(5)::before {
  content: "05";
}

.s02__card:nth-child(6)::before {
  content: "06";
}

.s02__card:nth-child(7)::before {
  content: "07";
}

.s02__card:nth-child(8)::before {
  content: "08";
}

.s02__card h3 {
  margin: 0 0 8px;

  color: var(--color-main);

  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.s02__card p {
  margin: 0;

  color: var(--color-txt);

  font-size: 1.4rem;
  line-height: 1.75;
}

.s02__card p b {
  color: var(--color-sub1);
  font-weight: 700;
}

.diagnosis__cta {
  margin-top: 40px;
  padding: 34px 30px;
  background: linear-gradient(135deg,
      var(--color-main),
      var(--color-sub1));
  border-radius: 14px;
  text-align: center;
}

.diagnosis__cta .btn {
  display: inline-block;
  font-size: 1.7rem;
}

.diagnosis__cta p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--color-wt);
  font-size: 1.65rem;
  line-height: 1.8;
}

.diagnosis_btn {
  padding: 1.1em 2.3em 1.1em 3.8em;
}

.diagnosis_btn:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 18px;
  height: 14px;
  top: 39.5%;
  left: 9.5%;
}

@media screen and (max-width: 720px) {

  .s02__wrap {
    padding: 0 5%;
  }

  .s02__wrap_cnt {
    padding: 60px 0;
  }

  .s02__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .s02__card {
    padding: 18px 16px;
  }

  .s02__card::before {
    top: 17px;
    left: 14px;

    width: 32px;
    height: 32px;

    font-size: 1.25rem;
  }

  .s02__card h3 {
    min-height: 32px;
    margin: 0 0 8px;
    padding-left: 44px;
    font-size: 1.55rem;
    line-height: 1.5;
  }

  .s02__card p {
    margin: 0;
    padding-left: 0;
    font-size: 1.33rem;
    line-height: 1.65;
  }

  .diagnosis__cta {

    padding: 2.8% 3.5%;
  }

  .diagnosis__cta .btn {
    font-size: 1.6rem;
    line-height: 1.45;
  }

  .diagnosis_btn {
    padding: 1em 1.8em 1em 2.8em;
  }

  .diagnosis_btn:before {
    left: 7%;
  }
}


/*******************************
  s03__wrap
*******************************/

.s03__wrap {
  position: relative;
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bl);
  overflow: hidden;
  text-align: center;
}

.s03__wrap_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.matchType__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.matchType__card {
  background: var(--color-wt);
  border: 1.5px solid #e7edf6;
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.matchType__icon {
  width: 210px;
  height: 140px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matchType__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.matchType__card h3 {
  color: var(--color-main);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.matchType__card p {
  color: var(--color-txt);
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.matchType__grid--permission {
  grid-template-columns: 1fr;
  margin-top: 2%;
}

.permissionCard {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 35px;
  align-items: center;
  padding: 30px;
}


@media screen and (max-width: 720px) {
  .permissionCard {
    display: block;
    padding: 22px 16px;
  }

  .s03__wrap {
    padding: 60px 5%;
  }

  .matchType__grid {
    display: block;
  }

  .matchType__card {
    margin-bottom: 3%;
    padding: 28px 14px;
  }

  .matchType__card h3 {
    font-size: 1.9rem;
  }

  .matchType__card p {
    font-size: 1.45rem;
    line-height: 1.7;
  }

  .matchType__icon {
    margin: 0 auto 2%;
  }

}


/*******************************
  s04__wrap
*******************************/

.s04__wrap {
  padding: 0 20px;
  background-color: var(--color-bg2);
}

.s04__wrap_cnt {
  padding: 100px 0;
  max-width: 1000px;
  margin: 0 auto;
}


.s04__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 27px;
}

.s04__card {
  background: var(--color-wt);
  border: 1.5px solid var(--color-main);
  border-radius: 10px;
  box-shadow: 0 2px 5px color-mix(in srgb, var(--color-txt) 5%, transparent);
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
}

.s04__head {
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2rem;
}

.s04__wrap .s04__detail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.s04__wrap .s04__detailItem {
  padding: 11px 4px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 12%, var(--color-wt));
}

.s04__wrap .s04__detailItem h4 {
  display: inline-block;
  margin: 0;
  padding: .2em .3em 0;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
}

.s04__wrap .s04__detailTitle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.s04__wrap .s04__detailItem h5 {
  display: inline-block;
  margin: 0 0 5px;
  padding: .2em .7em;
  background: color-mix(in srgb,
      var(--color-sub3) 10%,
      var(--color-wt));
  border-left: 4px solid var(--color-sub1);
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.4;
}

.s04__wrap .s04__detailItem p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.65;
}

.s04__wrap .s04__detailItem--issue {
  padding: 10px 12px;
  background: color-mix(in srgb,
      var(--color-sub3) 6%,
      var(--color-wt));
  border-radius: 6px;
  border-bottom: none;
  margin-bottom: 4px;
}

.s04__wrap .s04__system {
  padding: 7px 10px;
  background: color-mix(in srgb,
      var(--color-sub1) 7%,
      var(--color-wt));
  border-radius: 5px;
  color: var(--color-main);
  font-weight: 700;
}

.s04__wrap .s04__functions {
  padding: 7px 10px;
  background: var(--color-bg);
  border-radius: 5px;
  font-weight: 600;
}

.s04__wrap .s04__detailItem--effect {
  padding: 9px 12px;
  margin-top: 9px;
  background: color-mix(in srgb,
      var(--color-sub2) 7%,
      var(--color-wt));
  border: 1.5px solid color-mix(in srgb, var(--color-sub2) 30%, var(--color-wt));
  border-radius: 6px;
}

.s04__wrap .s04__detailItem--effect h4 {
  background: transparent;
  border-left-color: var(--color-sub2);
}

@media screen and (max-width: 720px) {
  .s04__wrap .s04__detailItem {
    padding: 14px 2px;
  }

  .s04__wrap .s04__detailItem--issue,
  .s04__wrap .s04__detailItem--effect {
    padding: 13px;
  }

  .s04__wrap .s04__detailItem h4 {
    font-size: 1.35rem;
  }

  .s04__wrap .s04__detailItem p {
    font-size: 1.35rem;
    line-height: 1.75;
  }
}

@media screen and (max-width:720px) {
  .s04__grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 12px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .s04__card {
    flex: 0 0 92%;
    scroll-snap-align: start;
  }

  .s04__grid::-webkit-scrollbar {
    height: 6px;
  }

  .s04__grid::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--color-sub1) 25%, var(--color-wt));
    border-radius: 4px;
  }

  .s04__grid::-webkit-scrollbar-track {
    background: transparent;
  }
}

/*******************************
  s05__wrap
*******************************/

.s05__wrap {
  padding: 100px 5%;
  background: var(--color-wt);
}

.s05__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
}

.s05__lead {
  margin: -20px 0 40px;
  color: var(--color-sub1);
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.s05__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.s05__card {
  padding: 24px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb, var(--color-sub1) 15%, var(--color-wt));
  border-radius: 12px;
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-main) 7%, transparent);
}

.s05__card_head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 12%, var(--color-wt));
}

.s05__no {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;

  background: color-mix(in srgb,
      var(--color-sub3) 12%,
      var(--color-wt));

  border-radius: 50%;

  color: var(--color-sub1);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.s05__card h3 {
  margin: 0;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.s05__card_body p {
  margin: 0 0 10px;
  color: var(--color-txt);
  font-size: 1.4rem;
  line-height: 1.75;
}

.s05__card_body p:last-child {
  margin-bottom: 0;
}


/* SP */
@media screen and (max-width: 720px) {

  .s05__wrap {
    padding: 60px 5%;
  }

  .s05__lead {
    margin: -8px 0 28px;
    font-size: 1.6rem;
  }

  .s05__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .s05__card {
    padding: 20px 16px;
  }

  .s05__card_head {
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .s05__no {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  .s05__card h3 {
    font-size: 1.65rem;
  }

  .s05__card_body p {
    font-size: 1.35rem;
    line-height: 1.7;
  }
}

/*******************************
  s06__wrap
*******************************/

.s06__wrap {
  position: relative;
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
  overflow: hidden;
  text-align: center;
}

.s06__wrap_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.plan-compare__lead {
  display: inline-block;
  font-size: 1.95rem;
  font-weight: 500;
  margin-bottom: 3%;
  border-bottom: 3px solid var(--color-sub2);
}

.plan-compare__txt {
  margin-bottom: 5.5%;
}

.plan-compare__table {
  background: var(--color-wt);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--color-txt) 14%, var(--color-wt));
  font-size: 1.4rem;
}

.plan-row {
  display: grid;
  grid-template-columns: 0.75fr 2.1fr 2.1fr;
}

.plan-row:nth-child(odd):not(.plan-row--head) {
  background: color-mix(in srgb, var(--color-txt) 2%, var(--color-wt));
}

.plan-cell {
  padding: 16px 18px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-txt) 12%, var(--color-wt));
  border-right: 1px solid color-mix(in srgb, var(--color-txt) 12%, var(--color-wt));
  text-align: left;
}

.plan-cell:last-child {
  border-right: none;
}

.plan-cell--label {
  background: color-mix(in srgb, var(--color-sub1) 6%, var(--color-wt));
  font-weight: 700;
  font-size: 1.5rem;
}

.plan-row--head .plan-cell {
  border-bottom: 1px solid color-mix(in srgb, var(--color-sub1) 18%, var(--color-wt));
}

.plan-cell--planhead {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, var(--color-wt) 0%, color-mix(in srgb, var(--color-sub3) 5%, var(--color-wt)) 100%);
}

.plan-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--color-sub1);
}

.plan-name span {
  display: inline-block;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .s06__wrap {
    padding: 60px 5%;
  }

  .s06__wrap_cnt {
    padding: 0;
    margin: 0;
  }

  .plan-compare__lead {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

  .plan-compare__table {
    overflow-x: auto;
  }

  .plan-row {
    min-width: 720px;
  }
}


/*******************************
  s07__wrap
*******************************/

.s07__wrap {
  position: relative;
  padding: 100px 5%;
  overflow: hidden;
  background: linear-gradient(135deg,
      var(--color-main) 0%,
      var(--color-sub1) 100%);
}

.s07__wrap_cnt {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.s07__wrap h2 {
  color: var(--color-wt);
}

.s07__intro {
  padding: 30px 34px;
  margin-bottom: 28px;
  background: var(--color-wt);
  border-radius: 14px;
  box-shadow:
    0 8px 25px color-mix(in srgb, var(--color-main) 25%, transparent);
}

.s07__intro>h3 {
  margin: 0 0 22px;
  color: var(--color-main);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.s07__issues {
  display: grid;
  gap: 8px;
  margin: 0 auto 20px;
  max-width: 700px;
}

.s07__issues p {
  position: relative;
  margin: 0 auto;
  padding: 10px 14px 10px 42px;
  background: var(--color-bg);
  border-radius: 6px;
  color: var(--color-main);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.6;
}

.s07__issues p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--color-sub1);
  border-bottom: 2px solid var(--color-sub1);
  transform:
    translateY(-65%) rotate(-45deg);
}

.s07__intro_text {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.7;
}

.s07__participation {
  margin-bottom: 28px;
}

.s07__participation>h3 {
  margin: 0 0 20px;

  color: var(--color-wt);

  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.s07__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.s07__card {
  position: relative;
  padding: 28px 20px 22px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb,
      var(--color-sub3) 25%,
      var(--color-wt));
  border-radius: 12px;
  box-shadow:
    0 5px 18px color-mix(in srgb, var(--color-main) 22%, transparent);
}


.s07__no {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin: 0 auto 14px;

  background: var(--color-sub1);
  border-radius: 50%;

  color: var(--color-wt);

  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.s07__card h4 {
  margin: 0 0 12px;
  color: var(--color-main);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.s07__card p {
  margin: 0;
  color: var(--color-txt);
  font-size: 1.4rem;
  line-height: 1.65;
}

.s07__proposal {
  position: relative;
  padding: 30px 34px;
  background:
    linear-gradient(135deg,
      var(--color-wt) 0%,
      color-mix(in srgb,
        var(--color-sub3) 7%,
        var(--color-wt)) 100%);
  border-radius: 14px;
  box-shadow:
    0 8px 25px color-mix(in srgb, var(--color-main) 22%, transparent);
}

.s07__proposal_title {
  text-align: center;
}

.s07__proposal_title span {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--color-sub1);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.s07__proposal_title h3 {
  margin: 0 0 16px;
  color: var(--color-main);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.s07__proposal_lead {
  margin: 0 0 16px;
  color: var(--color-txt);
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
}

.s07__proposal_list {
  max-width: 600px;
  margin: 0 auto 22px;
}

.s07__proposal_list p {
  position: relative;
  margin: 0 0 8px;
  padding: 10px 14px 10px 38px;
  background: var(--color-wt);
  border: 1px solid color-mix(in srgb,
      var(--color-sub1) 12%,
      var(--color-wt));
  border-radius: 6px;
  color: var(--color-txt);
  font-size: 1.45rem;
  line-height: 1.6;
}

.s07__proposal_list p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 9px;
  height: 9px;
  background: var(--color-sub3);
  border-radius: 50%;
  transform: translateY(-50%);
}

.s07__message {
  margin: 0;
  padding: 15px 20px;
  background: var(--color-main);
  border-radius: 8px;
  color: var(--color-wt);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}


@media screen and (max-width: 720px) {

  .s07__wrap {
    padding: 60px 5%;
  }

  .s07__intro {
    padding: 22px 16px;
    margin-bottom: 22px;
  }

  .s07__intro>h3 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  .s07__issues p {
    padding: 9px 12px 9px 34px;
    font-size: 1.35rem;
  }

  .s07__issues p::before {
    left: 14px;
  }

  .s07__intro_text {
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .s07__participation {
    margin-bottom: 22px;
  }

  .s07__participation>h3 {
    font-size: 1.9rem;
  }

  .s07__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .s07__card {
    padding: 20px 16px;
  }

  .s07__no {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }

  .s07__card h4 {
    min-height: auto;
    margin-bottom: 9px;
    font-size: 1.55rem;
  }

  .s07__card p {
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .s07__proposal {
    padding: 22px 16px;
  }

  .s07__proposal_title h3 {
    font-size: 1.8rem;
  }

  .s07__proposal_lead {
    font-size: 1.35rem;
  }

  .s07__proposal_list p {
    padding: 9px 10px 9px 32px;
    font-size: 1.35rem;
  }

  .s07__proposal_list p::before {
    left: 13px;
  }

  .s07__message {
    padding: 13px 14px;

    font-size: 1.45rem;
    line-height: 1.65;
  }
}

/*******************************
  flow__wrap
*******************************/

.flow__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 5%;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 900px;
  margin: 0 auto;
}

.flow__item {
  display: flex;
  align-items: flex-start;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px;
  box-shadow: .5px 2px 5.5px color-mix(in srgb, var(--color-txt) 19%, transparent);
  position: relative;
}

.flow__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-right: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: color-mix(in srgb, var(--color-sub1) 8%, var(--color-wt));
  border-radius: 50%;
  overflow: hidden;
}

.flow__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow__content {
  text-align: left;
}

.flow_flex {
  display: flex;
  align-items: center;
  margin-bottom: .8%;
}

.flow__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
  box-sizing: border-box;
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 500;
  border-radius: 20px;
  padding: .8% 1.9%;
  margin-right: 1.3%;
}

.flow__content h3 {
  font-size: 19px;
  font-weight: 700;
}

.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-main);
}


@media screen and (max-width:720px) {
  .flow__wrap_cnt {
    padding: 60px 5%;
  }

  .flow__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    padding: 18px 16px;
  }

  .flow__icon {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 9px;
  }

  .flow__content {
    display: contents;
  }

  .flow_flex {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
  }

  .flow__step {
    width: auto;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    padding: 6px 14px;
    font-size: 1.3rem;
  }

  .flow__content h3 {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .flow__content > p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 1.33rem;
    line-height: 1.7;
  }

  .flow__content > p + p {
    margin-top: -3px;
  }
}


/*******************************
  faq__wrap
*******************************/

.faq__wrap {
  padding: 100px 5%;
  background-color: color-mix(in srgb, var(--color-sub2) 6%, var(--color-wt));
}

.faq__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
}

.faq__title {
  text-align: center;
  margin-bottom: 20px;
}

.faq__item {
  background: var(--color-wt);
  border: 1px solid var(--color-sub3);
  margin: 12px 0;
}

.faq__q {
  margin: 0;
}

.faq__toggle {
  width: 100%;
  text-align: left;
  display: block;
  background-color: var(--color-wt);
  border: 0;
  font: inherit;
  padding: 15px 44px 15px 20px;
  cursor: pointer;
  position: relative;
  color: var(--color-main);
}

.faq__toggle::before {
  content: "Q.";
  margin-right: 8px;
  color: var(--color-main);
  font-weight: 700;
}

.faq__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-main);
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}

.faq__a {
  padding: 0 20px 18px 20px;
}

.faq__a[hidden] {
  display: none;
}

.faq__a::before {
  content: "A.";
  margin-right: 8px;
  color: var(--color-sub1);
  font-weight: 700;
}

.faq__toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width:720px) {
  .faq__wrap {
    padding: 60px 5%;
  }
}


/*******************************
  form__wrap / form
*******************************/

.form__wrap {
  padding: 228px 5% 100px;
  margin-top: -128px;
}

.form__wrap_cnt1 {
  margin: -15px auto 28px;
  text-align: center;
  color: var(--color-main);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
}

.form__wrap_cnt1 span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--color-sub1);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.5;
}

.form__wrap_cnt {
  max-width: 820px;
  margin: 0 auto 5%;
  color: var(--color-txt);
  font-size: 1.45rem;
  line-height: 1.75;
  text-align: left;
}

.form__lead {
  margin: 0 0 18px;
  font-size: 1.55rem;
  font-weight: 600;
  text-align: center;
}

.form__consultList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
  margin: 0 auto 20px;
}

.form__consultList p {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 38px;
  background: var(--color-bg);
  border: 1px solid color-mix(in srgb,
      var(--color-sub1) 10%,
      var(--color-wt));

  border-radius: 7px;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.55;
}

.form__consultList p::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 15px;

  width: 9px;
  height: 5px;

  border-left: 2px solid var(--color-sub1);
  border-bottom: 2px solid var(--color-sub1);

  transform:
    translateY(-65%) rotate(-45deg);
}

.form__description {
  margin: 0 auto 22px;
  text-align: center;
}

.form__description p {
  margin: 0 0 6px;

  font-size: 1.45rem;
  line-height: 1.75;
}

.form__description p:last-child {
  margin-bottom: 0;
}

.form__wrap_cnt span {
  font-size: 1.35rem;
}


@media screen and (max-width: 720px) {

  .form__wrap_cnt1 {
    margin: -5px auto 22px;

    font-size: 1.5rem;
  }

  .form__wrap_cnt1 span {
    font-size: 1.9rem;
  }

  .form__wrap_cnt {
    margin-bottom: 8%;

    font-size: 1.35rem;
  }

  .form__lead {
    margin-bottom: 15px;

    font-size: 1.4rem;
    line-height: 1.7;
  }

  .form__consultList {
    grid-template-columns: 1fr;
    gap: 7px;

    margin-bottom: 18px;
  }

  .form__consultList p {
    padding: 10px 12px 10px 34px;

    font-size: 1.3rem;
  }

  .form__consultList p::before {
    left: 13px;
  }

  .form__description {
    margin-bottom: 18px;
  }

  .form__description p {
    font-size: 1.35rem;
    line-height: 1.7;
  }

}

.form__wrap h4 {
  color: var(--color-sub3);
  font-size: 2.2rem;
  text-align: center;
}

.form__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 3em;
  max-width: 500px;
}

.form__wrap ul li p:nth-child(1) {
  align-items: center;
  color: var(--color-sub1);
  display: flex;
  font-weight: 700;
}

.form__wrap ul li p:nth-child(1):after {
  content: "";
  border-top: 1px solid var(--color-sub1);
  flex-grow: 1;
  margin-left: .5em;
}

.form__wrap ul li p:nth-child(2) {
  color: var(--color-sub1);
  font-size: 3.6rem;
  line-height: 1.1;
}

form {
  font-weight: 700;
  margin: auto;
  max-width: 500px;
}

form .input__wrap {
  margin-bottom: 16px;
}

form .item__wrap {
  margin-top: .5em;
  width: 35%;
}

form .item__wrap span {
  background: var(--color-sub3);
  border-radius: 4px;
  color: var(--color-wt);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number] {
  background: var(--color-bg);
  border: 1px solid var(--color-bg);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}

form textarea {
  background: var(--color-bg);
  border: 1px solid var(--color-bg);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
  font-family: Arial, "Noto Sans JP", sans-serif;
  height: 150px;
}

form input[type=submit] {
  background: var(--color-sub2);
  border: none;
  border-radius: 10px;
  color: var(--color-main);
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}

form input[type=submit]:hover {
  background: var(--color-sub1);
  transition: 0.3s;
}

@media screen and (max-width:720px) {
  .form__wrap {
    padding: 184px 5% 60px;
    margin-top: -124px;
  }

  .form__wrap .t1 {
    font-size: 1.5rem;
  }

  .form__wrap h4 {
    font-size: 1.8rem;
  }

  .form__wrap ul li p:nth-child(1) {
    font-size: 1.2rem;
  }

  .form__wrap ul li p:nth-child(2) {
    font-size: 2.4rem;
  }

  .form__wrap ul {
    margin-bottom: 8%;
  }

  form input[type=submit] {
    font-size: 1.8rem;
    max-width: 240px;
  }

  form .item__wrap {
    width: 100%;
    margin-bottom: 1%;
  }
}


/*******************************
  footer
*******************************/

footer {
  background: var(--color-main);
  color: var(--color-wt);
  padding: 50px 5% 10px;
}

.footer_cnt {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer_cnt img {
  width: 90%;
}

.footer_cnt a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_cnt a,
footer ul li a:link,
footer ul li a:visited {
  color: var(--color-wt);
}

.footer_cnt a:hover,
footer ul li a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer ul {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}

footer ul li {
  margin: 0 1em;
}

footer .cr {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width:720px) {
  footer {
    font-size: 1.3rem;
    padding: 30px 5% 10px;
  }

  .footer_cnt {
    display: block;
    text-align: center;
  }

  .footer_cnt img {
    display: block;
    margin: 0 auto 2em;
    max-width: 220px;
  }

  footer .cr {
    font-size: 1.0rem;
  }
}