/* Base

====================================================*/
body {
  height: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff !important;
}

.font-din {
  font-family: "DIN Alternate", "Noto Sans JP", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

:root {
  --bg: linear-gradient(106.47deg, #0465bf 0%, #2c97de 100%);
  --aqua: #c4e8f4;
}

/* footer

====================================================*/
/* 
#footer {
    background-color: #1A1A1C;
    padding: 80px 75px 16px;
    position: relative;
}

.pagetop {
    position: absolute;
    cursor: pointer;
    top: -120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    color: #fff;
    height: 120px;
    justify-content: end;
}

.pagetop .border {
    height: 47px;
}

@media screen and (max-width:786px) {
    .pagetop {
        height: 54px;
        top: calc(6px - 54px);
    }

    #footer {
        padding: 32px 0;
    }
} */

/* header

====================================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 auto; */
  height: 85px;
  max-width: calc(1360px + 32px);
  width: 100%;
  margin: 0 auto;
  padding: 14px 40px;
  background-color: #fff;
  gap: 16px;
}

.header > div.header_nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.header .logo {
  margin-right: 5%;
}

.header .logo img {
  /*     height: 40px; */
  width: auto;
  max-width: inherit;
}

.header ul.menu {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  row-gap: 8px;
}

.header ul.menu a {
  color: #1a1a1c;
  padding: 0 15px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-weight: 700;
  line-height: 18.2px;
  letter-spacing: 0.05em;
}

.header ul.menu a:hover {
  color: #0549ae;
}

/* #overlay img {
    display: none;
} */
#overlay .logo,
#overlay .link-form {
  display: none;
}

#header.fixed {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 786px) {
  .header {
    height: 68px;
    /* position: fixed;
        top: 0;
        z-index: 5; */
    padding: 12px 16px;
  }

  #overlay.open .logo,
  #overlay.open .link-form {
    display: flex;
  }

  .header .link-form {
    display: none;
  }

  .header img {
    height: 30px;
  }

  .header > div.header_nav {
    flex-grow: initial;
  }

  #overlay {
    opacity: 0;
    z-index: -5;
  }

  #overlay .logo {
    display: block;
    position: absolute;
    left: 12px;
    top: 17px;
    z-index: 5;
  }

  #overlay.open {
    opacity: 1;
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    background-size: cover;
    left: 0;
    right: 0;
    background: #0549ae;
    text-align: center;
    padding: 0 16px;
  }

  .header ul.menu {
    display: none;
    margin: 0 auto;
    /* max-width: 600px;
        width: 100%; */
    padding: 97px 0 32px;
    flex-direction: column;
  }

  .header ul.menu a {
    padding: 0;
    font-size: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.17px;
  }

  #overlay.open ul.menu {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .header ul.menu li {
    margin-bottom: 20px;
  }

  #overlay.open .wpcf7-submit {
    max-width: 386px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  body.open {
    overflow: hidden;
  }

  #overlay .link-form {
    background: linear-gradient(90deg, #fbb907 0%, #f45124 100%);
    max-width: 400px;
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    position: relative;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }

  #overlay .link-form::after {
    content: "";
    background: url(img/chevron-right-solid.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    aspect-ratio: 1/1;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(908%)
      hue-rotate(105deg) brightness(109%) contrast(100%);
    margin-left: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  #overlay .link-form img {
    width: 16px;
  }
}

/* スマホ : メニューボタン */
.menu_btn-wrap {
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 50;
}

#overlay-button {
  /* position: absolute;
    right: 12px;
    top: 12px; */
  z-index: 5;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  background-color: #0549ae;
  border-radius: 50%;
}

#overlay-button span {
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}

#overlay-button span::before {
  top: -8px;
  visibility: visible;
}

#overlay-button span::after {
  top: 8px;
}

#overlay-button span::before,
#overlay-button span::after {
  height: 2px;
  width: 18px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

#overlay-button:hover span,
#overlay-button:hover span::before,
#overlay-button:hover span::after {
  background: #fff;
}

.menu_btn-wrap input[type="checkbox"] {
  display: none;
}

.menu_btn-wrap input[type="checkbox"]:checked ~ #overlay {
  visibility: visible;
}

.menu_btn-wrap input[type="checkbox"]:checked ~ #overlay-button:hover span,
.menu_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span {
  background: transparent;
}

.menu_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span::before {
  transform: rotate(45deg) translate(5.5px, 5.5px);
}

.menu_btn-wrap input[type="checkbox"]:checked ~ #overlay-button span::after {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

@media screen and (max-width: 786px) {
  .menu_btn-wrap {
    display: block;
  }

  .header ul.menu a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-shadow: none;
    color: #fff;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 12px;
  }

  .header ul.menu a:hover {
    color: #f88a14;
  }

  .header ul.menu a::before {
    content: "";
    margin-right: 16px;
    background: #f88a14;
    background: url(img/chevron-right-solid.svg) no-repeat;
background-position: center;
background-size: contain;
width: 16px;
aspect-ratio: 1/1;
filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(423%) hue-rotate(350deg) brightness(97%) contrast(100%);
  }

  .menu_btn-wrap.open #overlay-button {
    background-color: #fff;
  }

  .menu_btn-wrap.open #overlay-button span::before,
  .menu_btn-wrap.open #overlay-button span::after {
    background-color: #0549ae;
  }

  .menu_btn-wrap.open #overlay-button:hover span,
  .menu_btn-wrap.open #overlay-button:hover span::before,
  .menu_btn-wrap.open #overlay-button:hover span::after {
    background: #0549ae;
  }

  /* 
    .headerColorScroll {
        background: linear-gradient(90deg, #0B8E81 0%, #167AAE 100%);
    } */
}

.link-form {
  background: #0549ae;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  max-width: 220px;
  width: 100%;
  gap: 8px;
}

header .link-form:hover {
  background: rgba(5, 73, 174, 0.7);
  color: #fff;
}

.link-form img {
  /* margin-right: 8px; */
  width: 16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(172deg) brightness(105%) contrast(101%);
}

/**/
.wpcf7 {
  width: 100%;
}

.form-card {
  padding: 12px 16px;
  border: 1px solid #dddddd;
  margin-bottom: 16px;
}

/* ---  フォーム : 必須  --- */
.required {
  border-radius: 2px;
  color: #fff;
  margin-left: 16px;
  background: #0549ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 2px 4px;
  white-space: nowrap;
}

/* ---  フォーム :   --- */
.wpcf7 p {
  margin-bottom: 12px;
}

.wpcf7 .confirm_area p {
  margin-bottom: 24px;
}

.wpcf7 .confirm_area p > label {
  margin-bottom: 6px;
}

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

.wpcf7 p > label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.05em;
}

.wpcf7 input {
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  padding: 6px 0;
}

.wpcf7 input:focus {
  outline: none;
  border-bottom: 2px solid #0549ae;
}

.wpcf7 select:focus {
  outline: none;
  border: 1px solid #0549ae;
}

.wpcf7 input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: left;
  color: #dddddd;
}

.wpcf7 select {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 6px 16px;
  color: #333333;
  margin-top: 8px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

/* .wpcf7-list-item label input {
  margin-right: 16px;
} */

/* .checkbox {
  margin-bottom: 12px;
} */

.checkbox input {
  appearance: none;
  min-height: inherit;
  height: 15px;
  width: 15px;
  margin: 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.checkbox input:checked {
  border: 1px solid #1d9bf0;
  background-color: #1d9bf0;
}

.checkbox input:checked::before {
  display: grid;
  place-content: center;
  color: white;
  height: 100%;
}

.checkbox input:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}

.checkbox .wpcf7-list-item {
  margin: 0;
}

.checkbox .wpcf7-list-item-label {
  text-decoration: underline;
}

.policy-txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  margin-bottom: 12px;
}

.policy-txt a {
  text-decoration: underline;
  color: #333333;
}

/* ---  エラー表示  --- */
.wpcf7-not-valid-tip {
  color: #fff !important;
  margin-top: 8px;
  padding: 4px;
  background-color: #dc2626;
  font-size: 12px !important;
}

.wpcf7-response-output {
  background-color: #fff;
  text-align: center;
}

.select .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #fae4d7;
  border-color: #fae4d7;
  color: #fff;
}

.wpcf7 .wpcf7-submit:disabled:hover {
  box-shadow: none;
  transform: translateY(0);
}

.submit p {
  display: flex;
  flex-direction: column;
}

/* ---  送信ボタンなど  --- */
.submit {
  text-align: center;
}

.submit p {
  display: flex;
  justify-content: center;
}

.wpcf7-submit,
.btn-back {
  display: flex;
  height: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  width: 100%;
}

.wpcf7-submit,
input.wpcf7-submit {
  background: #f46f21;
  background: linear-gradient(90.93deg, #fcc803 -0.07%, #f44f25 99.93%);
}

.wpcf7-submit::after {
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(908%)
    hue-rotate(105deg) brightness(109%) contrast(100%);
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
}

.btn-back {
  background: #e3e3e3 !important;
  color: #030712 !important;
}

.btn-back::after {
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1/1;
  filter: none;
  transform: rotate(-180deg);
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
}

.wpcf7-submit:hover,
.btn-back:hover {
  color: #fff;
  background-color: #f46f21;
}

/* ---  確認画面と完了画面を非表示  --- */
.confirm_area,
.thanks_area {
  display: none;
}

/* ---  デフォルトのサンクスメッセージを非表示  --- */
.wpcf7-response-output {
  display: none;
}

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

.section {
  padding: 80px 32px;
}

.section_bg {
  background: #e8f1fc;
}

.section_body {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 786px) {
  .section {
    padding: 60px 16px;
  }
}

.section_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 57.92px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 32px;
}

.section_ttl .key {
  display: inline-block;
  background: radial-gradient(circle at 0% 40%, #00abfd 0%, #002cb6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_ttl::after {
  content: "";
  display: block;
  background: #0549ae;
  width: 80px;
  height: 4px;
  margin: 24px auto 0;
}

.section_ttl + p {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 786px) {
  .section_ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 46.34px;
    letter-spacing: 0.02em;
  }

  .section_ttl + p {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
}

.link-wrap {
  margin-top: 80px;
  text-align: center;
}

.link-wrap br {
  display: none;
}

.link-wrap p {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #0549ae;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.link-wrap p::before {
  content: "\005C";
}

.link-wrap p::after {
  content: "/";
}

.link-wrap a.link-form,
.link-img-wrap a.link-form {
  background: linear-gradient(90deg, #fbb907 0%, #f45124 100%);
  max-width: 480px;
  width: 100%;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 24px;
  position: relative;
  margin: 0 auto;
}

.link-wrap a.link-form::after,
.link-img-wrap a.link-form::after {
 
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(908%)
    hue-rotate(105deg) brightness(109%) contrast(100%);
  margin-left: 8px;
  /* display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px; */
  position: absolute;
  right: 16px;
}

.link-wrap a.link-form img,
.link-img-wrap a.link-form img {
  width: 22px;
}

@media screen and (max-width: 786px) {
  .link-wrap {
    margin-top: 40px;
  }

  .link-wrap br {
    display: block;
  }

  .link-wrap p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    margin-bottom: 16px;
  }

  .link-wrap a.link-form,
  .link-img-wrap a.link-form {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px;
  }

  .link-wrap a.link-form img,
  .link-img-wrap a.link-form img {
    width: 16px;
  }

  .link-wrap a.link-form::after,
  .link-img-wrap a.link-form::after {
    position: inherit;
    margin: 0;
    right: 0;
    width: 18px;
  }
}

.sp-only {
  display: none !important;
}

/* .pc-only{
    display: block;
} */
@media screen and (max-width: 786px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none;
  }

  .link-form.sp-only {
    display: flex !important;
  }
}

#mainVisual {
  background: url(img/mainvisual-5.webp?2025) no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
}

.mainVisual_body {
  display: flex;
  justify-content: center;
  padding: calc(38px + 12px) 16px 38px;
  align-items: center;
}

.mainVisual_content {
  max-width: 785px;
  width: 60%;
}

.mainVisual_ttl-1st {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  white-space: pre;
}

.mainVisual_ttl-1st::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-left: 16px;
}

.mainVisual_ttl-2nd {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 20px #022157);
}

.mainVisual_ttl-2nd .lg {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.mainVisual_ttl-3rd {
  display: inline-block;
  padding: 0 12px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #f88a14;
  margin-bottom: 18px;
}

.mainVisual_content > p {
  filter: drop-shadow(0 0 20px #022157);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  margin-bottom: 24px;
}

.mainVisual_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.mainVisual_list li {
  max-width: calc((100% - 20px * 1) / 2);
  width: 100%;
  padding: 12px;
  background: #ffffffe5;
  display: flex;
  border-radius: 4px;
}

.mainVisual_list li > img {
  margin-right: 16px;
  max-width: 36px;
}

.mainVisual_list li > .mainVisual_list-txt .fn {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #0142aa;
}

.mainVisual_list li > .mainVisual_list-txt .fb {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #0142aa;
}

.mainVisual_form {
  max-width: 368px;
  width: 40%;
  margin-left: 5%;
  background-color: #fff;
  border: 1px solid #ffffff;
  /* padding: 16px 24px; */
}

.mainVisual_form-ttl {
  border: 1px solid #ffffff;
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  padding: 8px 16px;
}

#form .mainVisual_form-ttl {
  border: none;
}

.mainVisual_form-ttl > div {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  background: #f88a14;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
}

.mainVisual_form-ttl img {
  width: 90px;
}

.mainVisual_form-content {
  padding: 16px 24px;
}
@media screen and (max-width: 1000px) {
  .mainVisual_list {
    flex-direction: column;
  }
  .mainVisual_list li {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 786px) {
  /* #mainVisual {
        margin-top: 68px;
    } */
  .mainVisual_content,
  .mainVisual_form {
    width: 100%;
  }
  .mainVisual_ttl-1st {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .mainVisual_ttl-1st::after {
    display: none;
  }

  .mainVisual_ttl-2nd {
    margin-bottom: 15px;
  }

  .mainVisual_ttl-2nd,
  .mainVisual_ttl-2nd .lg {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
  }

  .mainVisual_form {
    display: none;
  }

  .mainVisual_list {
    flex-direction: column;
  }

  .mainVisual_list li {
    max-width: inherit;
    width: 100%;
  }

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

  .mainVisual_ttl-3rd {
    font-size: 34px;
    font-weight: 700;
    line-height: 44.2px;
  }

  .mainVisual_content > p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .mainVisual_list li > .mainVisual_list-txt .fn {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .mainVisual_list li > .mainVisual_list-txt .fb {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .mainVisual_list li > img {
    margin-right: 12px;
  }

  #form .mainVisual_form-ttl {
    padding: 16px;
  }
}

#about {
  padding: 120px 32px;
}

#about .section {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* .about-section-1st {
  margin-bottom: 120px;
} */

.about-section-1st .about-content-wrap {
  display: flex;
  justify-content: space-between;
}

.about-section-1st .about-img {
  max-width: 486px;
  width: 100%;
  margin-left: 40px;
}

@media (min-width: 751px) {
  .about-section-1st .about-img img {
    min-width: 486px;
  }
}

.about-section-1st .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #0549ae;
}

.about-section-1st .sub_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 51.2px;
  letter-spacing: 0.02em;
  color: #0549ae;
  margin-bottom: 16px;
}

.about-section-1st .about-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  color: var(--black, #231816);
}

@media (max-width: 786px) {
  #about {
    padding: 60px 16px;
  }
  .about-section-1st .about-content-wrap,
  .about-section-2nd .about-content-wrap,
  .about-section-3rd .about-content-wrap {
    flex-direction: column;
  }
  .about-section-1st .ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
  }

  .about-section-1st .sub_ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 0.02em;
  }

  .about-section-1st .about-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .about-section-1st .about-img {
    margin: 32px auto 0;
    max-width: inherit;
  }

  .about-section-1st {
    margin-bottom: 60px;
  }
}

#worries {
  text-align: center;
}

.worries_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
}

.worries_list li {
  display: flex;
  align-items: center;
  border: 3px solid #dddddd;
  padding: 16px 20px;
  max-width: calc((100% - 20px * 1) / 2);
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.96px;
  letter-spacing: 0.02em;
  text-align: left;
  border-radius: 4px;
}

.worries_list li img {
  margin-right: 16px;
}

.worries_list + img {
  margin-bottom: 32px;
}

#worries .sub_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  display: flex;
  align-items: end;
  border-radius: 4px;
}

#worries .sub_ttl span {
  padding: 16px;
}

#worries .sub_ttl img {
  width: 205px;
  margin-left: -8%;
  margin-top: -50px;
  margin-right: 16px;
}

/* #worries .sub_ttl br {
    display: none;
} */

#worries .triangle {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #0549ae66;
  padding: 19px 16px 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin: 0 auto 32px;
  max-width: 377px;
  width: 100%;
}

@media (max-width: 1240px) {
  #worries .sub_ttl {
    margin-left: 8%;
    width: 92%;
  }
}

@media (max-width: 786px) {
  #worries .sub_ttl {
    margin-left: 0%;
    width: 100%;
    justify-content: center;
  }

  #worries .sub_ttl img {
    display: none;
  }

  .worries_list {
    gap: 16px;
    margin-bottom: 24px;
  }

  .worries_list li {
    max-width: 100%;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.06px;
    letter-spacing: 0.02em;
  }

  .worries_list li img {
    width: 30px;
  }

  .worries_list + img {
    margin-bottom: 24px;
  }

  #worries .sub_ttl span {
    font-size: 24px;
    font-weight: 700;
    line-height: 34.75px;
    letter-spacing: 0.02em;
  }

  #worries .triangle {
    padding: 22px 16px 43px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0 auto 24px;
  }
}

/**/
.service__wrap {
  display: flex;
  gap: 26px 20px;
  flex-wrap: wrap;
}
.service__item {
  max-width: calc((100% - 20px * 1) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 34px 36px;
  background: #e8f1fc;
  border-radius: 4px;
  gap: 16px;
}
.service__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service__no {
  color: #0549ae;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.service__no > span {
  font-size: 27px;
}
.service__header > h3 {
  font-size: 28px;
  line-height: 1.5;
}
.service__item > ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.service__item > ul > li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 4px;
}
.service__item > ul > li::before {
  content: "";
  background: url(img/check.svg) no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 24px;
  width: 100%;
  aspect-ratio: 1/1;
}

@media (max-width: 786px) {
  .service__item {
    max-width: 100%;
  }
  .service__no {
    font-size: 18px;
  }
  .service__no > span {
    font-size: 20px;
  }
  .service__header > h3 {
    font-size: 20px;
  }
}
/**/
#point .section_ttl {
  margin-bottom: 48px;
}

#point .point_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#point .point_list li {
  background-color: #e8f1fc;
  border-radius: 4px;
}

#point .point_list .point_no {
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

#point .point_list .point_no .lg {
  font-family: "Poppins";
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

#point .point_list h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  line-height: 1.5;
  /* overflow: hidden;
  height: 2em; */
}

#point .point_list h3 span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#point .point_list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

#point .point_list-1st {
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  padding: 48px 36px;
}

#point .point_list-1st .point_no {
  position: absolute;
  left: 12px;
  top: -30px;
}

#point .point_list-1st .point_list-img {
  min-width: 420px;
  width: 100%;
  margin-left: 32px;
}

#point .point_list-flex {
  max-width: calc(50% - 32px);
  width: 100%;
  margin-bottom: 32px;
  padding: 16px 36px 51px;
}

.point_list-flex .point_list-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.point_list-flex .point_list-img img {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  width: 160px;
}

@media (max-width: 786px) {
  #point .point_list {
    flex-direction: column;
  }

  #point .point_list li {
    max-width: inherit;
    flex-direction: column;
    padding: 12px 24px 32px;
    margin-bottom: 40px;
  }

  #point .point_list li:last-child {
    margin-bottom: 0;
  }

  #point .point_list h3 {
    height: auto;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    /* line-height: 30px; */
    letter-spacing: 0.02em;
  }
  .point_list-1st h3 {
    margin-top: 20px;
  }

  #point .point_list-1st .point_list-img {
    min-width: inherit;
    margin: 0 0;
    order: 2;
    text-align: center;
  }
  .point_list-1st .point_list-txt{
    order: 3;
  }

  .point_list-flex .point_list-img {
    margin-bottom: 16px;
    flex-direction: column;
    margin-top: -40px;
  }

  .point_list-flex > .point_list-img > .point_no {
    order: 1;
    margin-left: -12px;
  }

  .point_list-flex > .point_list-img > img {
    order: 2;
  }

  .point_list-1st .point_list-img img,
  .point_list-flex .point_list-img img {
    max-width: 200px;
    margin: 20px auto 0;
    width: 100%;
  }

  #point .point_list p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }

  #point .point_list .point_no {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.02em;
  }

  #point .point_list .point_no .lg {
    font-size: 52px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.02em;
  }
}

/**/
.case__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  gap: 32px;
  background: #ffffff;
  border-radius: 4px;
}
.case__wrap > h2 {
  padding: 12px;
  width: 100%;
  color: #0549ae;
  background: #e8f1fc;
  border-radius: 4px;
  text-align: center;
}
.case__list {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
.case__list:last-child {
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
.case__item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.case__item > .case__img {
  max-width: 467px;
  width: 44%;
}
.case__item > .case__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case__body {
  width: 56%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.case__top {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ddd;
  align-items: baseline;
}
.case__company {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.case__name span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0549ae;
  margin-bottom: 4px;
}
.case__name div {
  font-size: 20px;
  font-weight: bold;
}
.case__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.case__link {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 15px;
  color: #030712;
  font-weight: 500;
  line-height: 1.6;
}
.case__link::after {
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  aspect-ratio: 1/1;
}
.case__interview {
  display: flex;
  gap: 17px;
  align-items: flex-start;
}
.case__interview .case__img{
  display: none;
}
.case__text {
  display: flex;
  gap: 6px;
  flex-direction: column;
  align-items: baseline;
}
.case__label {
  color: #0549ae;
  font-weight: bold;
  line-height: 1.6;
  font-size: 13px;
}
.case__desc {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 15px;
}

@media (max-width: 786px) {
  .case__wrap{
    gap: 40px;
    padding: 24px;
  }
  .case__list:last-child{
    padding-top: 40;
  }
  .case__item {
    flex-direction: column;
    gap: 24px;
  }
  .case__item > .case__img {
    max-width: 100%;
    width: 100%;
  }
  .case__body{
    width: 100%;
  }
  .case__name span {
    font-size: 14px;
  }
  .case__name div {
    font-size: 16px;
  }
  .case__logo img {
    height: 25px;
    width: auto;
  }
  .case__title {
    font-size: 24px;
  }
  .case__link{
    margin-left: auto;
  }
}

@media (max-width: 414px) {
  .case__company {
    /* flex-direction: column; */
    gap: 8px;
  }
  .case__interview {
    flex-direction: column;
  }
  .case__wrap {
    gap: 50px;
  }
  .case__item {
    gap: 16px;
  }
  .case__title {
    font-size: 20px;
  }
}
/**/
#plan .plan-wrap {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.plan-wrap .plan {
  max-width: calc(50% - 24px);
  width: 100%;
  padding: 24px;
  border-radius: 4px;
}

.plan-wrap .plan h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.plan-wrap .plan.webinar {
  background: #f4f9ff;
}

.plan-wrap .plan.webinar h3 {
  background: #0549ae33;
}

.plan-wrap .plan.webinar p {
  font-size: 24px;
  color: #0549ae;
  font-weight: bold;
  text-align: center;
}

.plan-wrap .plan.option {
  background: #fcf3e8;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.plan-wrap .plan.option h3 {
  background: #f88a144d;
  font-size: 18px;
  width: 100%;
  margin: 0;
}
.plan-wrap .plan.option ul {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#plan .link-img-wrap {
  background-image: radial-gradient(
      49.25% 212.68% at 49.25% 44.53%,
      rgba(0, 172, 255, 0.7) 0%,
      rgba(0, 44, 182, 0.4) 100%
    ),
    url("img/mainvisual-5.webp?2025");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 33px 48px;
  margin-top: 80px;
}

#plan .link-img-wrap .img {
  max-width: 380px;
  width: 100%;
}

#plan .link-img-wrap h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 21px;
}

#plan .link-img-wrap h3 > div {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 21px;
}
.plan__text {
  max-width: 900px;
  width: 100%;
  margin: 48px auto 0;
  text-align: center;
  padding: 24px;
  background: #fff;
  font-size: 18px;
}
.plan__text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 786px) {
  #plan .plan-wrap {
    flex-direction: column;
  }

  .plan-wrap .plan {
    max-width: inherit;
  }

  .plan-wrap .plan h3 {
    margin-bottom: 24px;
  }

  .plan-wrap .plan.webinar {
    margin-bottom: 20px;
    /* padding: 0; */
  }

  .plan-wrap .plan.webinar h3 {
    margin-bottom: 16px;
  }

  .plan-wrap .plan.option,
  .plan-wrap .plan.option ul {
    gap: 8px;
  }
  #plan .link-img-wrap {
    margin-top: 40px;
    flex-direction: column;
    padding: 24px;
  }

  #plan .link-img-wrap h3 {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
  }

  #plan .link-img-wrap h3 > div {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  #plan .link-img-wrap h3 .sm {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
  }

  #plan .link-img-wrap img + a {
    display: flex !important;
    justify-content: center;
    max-width: initial;
    margin-top: 32px;
  }

  /* #plan .link-img-wrap .txt a {
    display: none !important;
  } */

  #plan .link-img-wrap .img {
    margin: 0 auto 32px;
  }
  .plan__text {
    text-align: left;
  }
  .plan__text br {
    display: none;
  }
  .plan__text h3 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  #plan .link-img-wrap .img {
    max-width: 271px;
    width: 100%;
  }
  .plan__text h3 {
    font-size: 22px;
  }
}

#webinar_stock h2 .key {
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#webinar_stock h2 + p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
}

#webinar_stock h2 + p .key {
  color: #0142aa;
}

.webinar_stock-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 28px;
  max-width: 996px;
  width: 100%;
}

.webinar_stock-wrap .image {
  max-width: 300px;
  width: 25%;
}

.webinar_stock-wrap .icon {
  margin: 0 12px;
}

.webinar_stock-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #0549ae;
  border-radius: 4px;
  padding: 12px 16px;
  white-space: nowrap;
}

#webinar_stock .section_body > img {
  display: block;
  margin: 0 auto 28px;
}

#webinar_stock .sub_ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.34px;
  letter-spacing: 0.02em;
  justify-content: center;
  margin: 0 auto;
  max-width: 1044px;
  width: 100%;
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  display: flex;
  position: relative;
  border-radius: 4px;
}

#webinar_stock .sub_ttl span {
  padding: 16px;
}

#webinar_stock .sub_ttl img {
  width: 224px;
  position: absolute;
  right: 30px;
  bottom: -10px;
}

#webinar_stock .link-img-wrap {
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 6px 60px 80px;
  text-align: left;
  margin-top: 120px;
}

#webinar_stock .link-img-wrap .img {
  max-width: 525px;
  width: 100%;
  margin-left: 48px;
}

#webinar_stock .link-img-wrap h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 24px;
}

#webinar_stock .link-img-wrap h3 span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.75px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

#webinar_stock .link-img-wrap h3 + p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #fff;
  margin-bottom: 24px;
}

#webinar_stock .link-img-wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px 24px;
  color: #333;
  gap: 12px;
}

#webinar_stock .link-img-wrap dt {
  max-width: calc(160px - 12px);
  width: 40%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
}

#webinar_stock .link-img-wrap dd {
  max-width: calc(100% - 160px);
  width: 60%;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
}

@media (max-width: 786px) {
  .webinar_stock-wrap {
    flex-direction: column;
  }

  .webinar_stock-wrap .image {
    width: 100%;
  }

  .webinar_stock-wrap .icon {
    margin: 24px 0;
  }

  #webinar_stock .sub_ttl img {
    display: none;
  }

  #webinar_stock .link-img-wrap {
    flex-direction: column;
    padding: 36px 24px;
    margin-top: 60px;
  }

  #webinar_stock .link-img-wrap h3 span {
    padding-bottom: 12px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.02em;
  }

  #webinar_stock .link-img-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    margin-bottom: 16px;
  }

  #webinar_stock .link-img-wrap h3 + p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  #webinar_stock .link-img-wrap dl {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 0;
  }

  #webinar_stock .link-img-wrap dt {
    margin-bottom: 8px;
  }

  #webinar_stock .link-img-wrap dd {
    margin-bottom: 16px;
  }

  #webinar_stock .link-img-wrap dt,
  #webinar_stock .link-img-wrap dd {
    max-width: inherit;
    width: 100%;
  }

  #webinar_stock .link-img-wrap dd:last-child {
    margin-bottom: 0;
  }

  #webinar_stock .link-img-wrap .img {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }

  #webinar_stock .sub_ttl span {
    padding: 12px;
  }
}

#flow .section_ttl {
  margin-bottom: 48px;
}

#flow .link-wrap {
  margin-top: 43px;
}

.parent {
  display: grid;
  grid-template-columns: 0.1fr repeat(6, 1fr);
  /* grid-column-gap: 24px; */
  grid-row-gap: 20px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
  margin-right: 12px;
}

.div2 {
  grid-area: 2 / 1 / 3 / 2;
  margin-right: 12px;
}

.div3 {
  grid-area: 1 / 2 / 3 / 3;
  display: flex;
  align-items: center;
}

.div4 {
  grid-area: 1 / 3 / 2 / 4;
  display: flex;
}

.div5 {
  grid-area: 1 / 4 / 3 / 5;
  display: flex;
  align-items: center;
}

.div6 {
  grid-area: 1 / 5 / 2 / 6;
  display: flex;
}

.div7 {
  grid-area: 2 / 6 / 3 / 7;
  display: flex;
}

.div8 {
  grid-area: 1 / 6 / 2 / 7;
  display: flex;
}

.div9 {
  grid-area: 1 / 7 / 2 / 8;
  display: flex;
}

.div10 {
  grid-area: 1 / 2 / 2 / 8;
  background-color: #fff;
}

.div11 {
  grid-area: 2 / 2 / 3 / 8;
  background-color: #fff;

  min-height: 293px;
}

@media (max-width: 786px) {
  #flow .link-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: .5fr repeat(6, 1fr); */
    grid-column-gap: 12px;
    grid-row-gap: 0px;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  .div3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  .div4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  .div5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  .div6 {
    grid-area: 5 / 2 / 6 / 3;
  }

  .div7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  .div8 {
    grid-area: 6 / 2 / 7 / 3;
  }

  .div9 {
    grid-area: 7 / 2 / 8 / 3;
  }

  .div10 {
    grid-area: 2 / 1 / 8 / 2;
    padding: 2px 0;
  }

  .div11 {
    grid-area: 2 / 2 / 8 / 3;
    padding: 2px 0;
  }
}

.flow_ttl {
  background-color: #0549ae;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.flow_ttl:last-child {
  margin-bottom: 0;
}

.flow_list-card-wrap {
  padding: 12px;
  display: flex;
}

.flow_list-card {
  border: 2px solid #0549ae;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  position: relative;
}

.flow_list-ttl {
  display: flex;
  align-items: flex-start;
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.parent .flow_list-card-wrap {
  counter-increment: list-counter;
}

.flow_list-ttl::before {
  color: #0549ae;
  content: counter(list-counter) ".";
  margin-right: 2px;
}

.flow_list-ttl + div {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #0549ae;
  line-height: 1;
  right: -35px;
  bottom: 20px;
  z-index: 3;
  position: absolute;
  width: 40px;
  height: 4px;
  background: #0549ae;
  outline: solid 4px #fff;
  border-radius: 4px;
}

.dli-arrow-right::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #0549ae;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
  border-radius: 4px;
}

.div3 .flow_list-card,
.div5 .flow_list-card {
  min-height: 353px;
}

.div3 .flow_list-card .dli-arrow-right,
.div5 .flow_list-card .dli-arrow-right {
  bottom: 62%;
}

.div6 .flow_list-card .dli-arrow-right {
  transform: rotate(53deg);
  width: 88px;
  bottom: -25px;
  right: -50px;
  top: initial;
}

.flow_list-card.order1 .dli-arrow-right {
  top: -59px;
  left: 50%;
  width: 64px;
  right: initial;
  transform: rotate(-90deg) translateX(-50%);
}

/* .flow_list-card.order2 .dli-arrow-right {
    right: -35px;
    bottom: 40px;
    top: initial;
} */

.parent + p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .flow_ttl {
    writing-mode: inherit;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .flow_list-wrap {
    margin-left: 0;
    padding: 12px;
  }

  .flow_list-card-wrap {
    padding: 10px 12px;
  }

  .div3 .flow_list-card,
  .div5 .flow_list-card {
    min-height: inherit;
  }

  .div7.flow_list-card-wrap {
    align-items: flex-start;
  }

  .div3 .flow_list-card br {
    display: none;
  }

  .dli-arrow-right {
    right: 15px;
    top: inherit;
    transform: rotate(90deg);
    bottom: -14px;
  }

  .div3 .flow_list-card .dli-arrow-right,
  .div5 .flow_list-card .dli-arrow-right {
    bottom: -14px;
  }

  .div6 .flow_list-card .dli-arrow-right {
    transform: rotate(-220deg);
    right: initial;
    left: -58px;
    width: 70px;
    bottom: -16px;
  }

  .flow_list-card.order1 .dli-arrow-right {
    top: initial;
    right: -49px;
    transform: rotate(0deg);
    bottom: 76px;
    width: 60px;
    left: initial;
  }

  .flow_list-card.order2 .dli-arrow-right {
    right: 15px;
    bottom: -14px;
  }

  .parent + p {
    text-align: left;
    margin-top: 12px;
  }
}

.case-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1011px;
  width: 100%;
  margin: 0 auto;
}

.case-wrap .img {
  max-width: 474px;
  width: 100%;
}

.case-wrap .txt .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.case-wrap .txt img {
  width: 160px;
}

@media (max-width: 786px) {
  .case-wrap {
    flex-direction: column;
  }

  .case-wrap .img {
    max-width: inherit;
  }
}

#fqa .section_ttl {
  margin-bottom: 48px;
}

#fqa dl {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#fqa dt,
#fqa dd {
  display: flex;
  align-items: center;
}

#fqa dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
  border-bottom: 1px solid #0549ae;
  margin-bottom: 16px;
}

#fqa dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.02em;
  margin-bottom: 48px;
}

#fqa dd:last-child {
  margin-bottom: 0;
}

#fqa .q_icon,
#fqa .a_icon {
  max-width: 52px;
  width: 100%;
  height: 52px;
  margin-right: 16px;
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
}

#fqa .q_icon {
  color: #0549ae;
  border: 2px solid #0549ae;
}

#fqa .a_icon {
  background-color: #0549ae;
  color: #fff;
}

#footer_section {
  background: radial-gradient(
    49.25% 212.68% at 49.25% 44.53%,
    #00abfd 0%,
    #002cb6 100%
  );
  padding: 60px 32px;
}

#footer_section .section_body {
  max-width: 1440px;
  display: flex;
  justify-content: center;
}

#footer_section .txt {
  color: #fff;
  text-align: center;
}

#footer_section .sub_ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  padding: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 16px;
}

#footer_section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
}

#footer_section h2 .sm {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  text-align: center;
  display: block;
}

#footer_section a.link-form {
  background: linear-gradient(90deg, #fbb907 0%, #f45124 100%);
  max-width: 480px;
  width: 100%;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 24px;
  position: relative;
  margin: 24px auto 0;
}

#footer_section a.link-form::after {
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  max-width: 31px;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(908%)
    hue-rotate(105deg) brightness(109%) contrast(100%);
  /*   
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 16px; */
}

#footer_section a.link-form img {
  width: 22px;
}

#footer_section .img {
  max-width: 525px;
  width: 100%;
  margin-left: 48px;
}

@media (max-width: 786px) {
  #footer_section {
    padding: 36px 16px;
  }

  #footer_section .section_body {
    flex-direction: column;
  }

  #footer_section .sub_ttl {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.02em;
    padding: 12px;
  }

  #footer_section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    margin-bottom: 24px;
  }

  #footer_section h2 .sm {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    margin-bottom: 4px;
  }

  #footer_section .img {
    margin-left: 0;
    max-width: inherit;
  }

  #footer_section a.link-form.sp-only {
    display: flex !important;
    margin: 40px auto 0;
  }

  #footer_section a.link-form {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px;
  }

  #footer_section a.link-form img {
    width: 16px;
  }
}

/* footer {
    text-align: center;
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #231816;
} */

/* footer

====================================================*/
#footer {
  background-color: #0f0f0f;
  padding: 0 16px;
}

#footer > .logo {
  text-align: center;
  padding: 32px 0;
}

#footer > .logo > img {
  width: 100%;
  max-width: 192px;
}

#footer .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 87px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

#footer .menu,
#footer .sns {
  max-width: 500px;
  width: 100%;
}

#footer .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
  gap: 12px;
  width: 100%;
}

#footer .menu ul:last-child {
  margin-bottom: 0;
}
/* 
#footer .menu ul li {
  margin-right: 12px;
} */

#footer .menu ul a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

#footer .menu ul a::after {
  content: "";
  background: url(img/chevron-right-solid.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(908%)
    hue-rotate(105deg) brightness(109%) contrast(100%);
  /* content: "＞";
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-left: 6px; */
}

#footer .sns {
  display: flex;
  align-items: center;
}

#footer .sns a {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  margin-left: 16px;
}

#footer .copy {
  color: #fff;
  text-align: center;
  padding: 32px 0;
}

#footer ul {
  display: flex;
}

.footer_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.menu .footer_ttl {
  margin-bottom: 22px;
}

@media screen and (max-width: 786px) {
  #footer .menu-wrap {
    flex-direction: column;
  }

  #footer .menu {
    margin-bottom: 40px;
  }

  #footer .sns {
    display: block;
  }

  #footer .sns .footer_ttl {
    margin-bottom: 16px;
  }

  #footer .sns a {
    margin-left: 0;
    margin-right: 16px;
  }

  #footer .menu ul li {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 786px) {
  #fixed {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    padding: 8px 16px;
  }

  #fixed .link-form {
    max-width: inherit;
    border-radius: 0;
    justify-content: center;
    gap: 12px;
  }

  #fixed .link-form span {
    padding: 8px;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #f88a14;
  }
}

/* チェックボックス全体 */
.wpcf7-list-item label {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  /* padding: 8px; */
  /* font-size: 16px;
  font-weight: normal; */
}

/* チェックボックス全体（アイコンを上に表示） */
.wpcf7-list-item label.checkbox--icon-top {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  place-items: center;
  text-align: center;
}

/* チェックボックス全体（アイコンを下に表示） */
.wpcf7-list-item label.checkbox--icon-bottom {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  place-items: center;
  text-align: center;
}

/* チェックボックス全体（アイコンを右に表示） */
.wpcf7-list-item label.checkbox--icon-right {
  width: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: dashed 1px #bdbdbd;
}

.wpcf7-list-item label.checkbox--icon-right:last-child {
  border-bottom: none;
}

/* チェックボックス全体：非活性の見た目 */
.wpcf7-list-item label:has(.checkbox_icon:disabled) {
  opacity: 0.4;
}

/* アイコン */
.wpcf7-list-item input {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}

/* 強制カラーモードが有効のときは、既定のシステムカラー値を設定して、トランジションを無効にする */
@media (forced-colors: active) {
  .wpcf7-list-item input,
  .check input {
    transition: none;
    border-color: CanvasText;
  }
}

/* アイコン：選択済みの見た目 */
/* .wpcf7-list-item input:checked,
.check input:checked {
  background: var(--thema-green);
  border-color: var(--thema-green);
} */

@media (forced-colors: active) {
  .wpcf7-list-item input:checked,
  .check input:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}

/* アイコン：活性時のホバー演出 */
/* .wpcf7-list-item input:hover:enabled,
.wpcf7-form-control-wrap input:hover:enabled,
.check input:hover:enabled,
textarea:hover:enabled  {
  border-color: var(--thema-green);
  box-shadow: 0 0 0 4px rgba(30, 120, 60, 0.4);
}

@media (forced-colors: none) and (any-hover: hover) {
  .wpcf7-list-item input:hover:enabled,
  .wpcf7-form-control-wrap input:hover:enabled,
  .check input:hover:enabled,
  textarea:hover:enabled {
      border-color: var(--thema-green);
      box-shadow: 0 0 0 4px rgba(30, 120, 60, 0.4);
  }
} */

/**/
/* .wpcf7-not-valid{
background: rgba(147, 44, 35, 0.1) !important;
border-color: var(--thema-red) !important;
border-width: 2px !important;
}
.wpcf7-not-valid:hover:enabled {
box-shadow: 0 0 0 4px rgba(147, 44, 35, 0.5) !important;
border-color: var(--thema-red) !important;
}
@media (forced-colors: none) and (any-hover: hover) {
input.wpcf7-not-valid:hover:enabled  {
  box-shadow: 0 0 0 4px rgba(147, 44, 35, 0.5) !important;
  border-color: var(--thema-red) !important;
}
} */

/* チェックマーク */
.wpcf7-list-item input::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("img/check.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  transition: opacity 0.2s;
  filter: var(--svg-white);
}

@media (forced-colors: active) {
  .wpcf7-list-item input::before {
    transition: none;
    background-color: CanvasText;
  }
}

/* チェックマーク：選択済みの見た目 */
.wpcf7-list-item input:checked::before {
  opacity: 1;
}
