@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

.c_white {
  color: #fff;
}

.c_maincolor {
  color: #69BAD1;
}

.c_yellow {
  color: #FFFF1C;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4vw, 60px);
  --headerHeight: 80px;
  --contentsWideS: 980px;
  --contentsWideM: 1180px;
  --contentsWideL: 1380px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.6vw;
    --headerHeight: 70px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.5 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0em;
  color: #2C3451;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
  padding-top: var(--headerHeight);
}

.home .l_container {
  padding-top: 0;
}

.section_wrap {
  padding: 6em 0 10em;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 2.5em 0 6.25em;
  }
}

.home .section_wrap {
  padding-top: 0;
}

.page-consultation .section_wrap,
.page-thanks .section_wrap {
  padding-bottom: 0;
}

.inner, .inner_l, .company_image--wrap, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l, .company_image--wrap {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.add_ttl {
  border-left: 3px solid #69BAD1;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #69BAD1;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .btn_policy {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .btn_policy:hover {
    opacity: 0.5;
  }
}

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

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

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.75em;
  border-radius: 4px;
  border: 1px solid #DAE2E6;
  background: #F7FAFC;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #C8CFD3;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #C8CFD3;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.5em 28px 0.5em 0.5em;
  border-radius: 0;
  border: 1px solid rgba(44, 52, 81, 0.5);
  background: url(../images/icon_tri_select.svg) no-repeat center right 10px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  accent-color: #69BAD1;
  inline-size: 1.2em;
  block-size: 1.2em;
}

input[type=radio] {
  accent-color: #69BAD1;
  inline-size: 1.2em;
  block-size: 1.2em;
}

.dlist_form .group:not(:last-of-type) {
  margin-bottom: 2em;
}
.dlist_form .group > dt {
  margin-bottom: 12px;
  font-weight: 700;
}
.dlist_form .group > dt.require:after {
  content: "必須";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8375em;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #EA5549;
  border-radius: 50px;
  width: 52px;
  height: 20px;
  margin-left: 0.5em;
}
.dlist_form .group > dd {
  flex-grow: 1;
}
.dlist_form .group > dd .list_kome {
  font-size: 0.875em;
  padding-top: 1em;
}
.dlist_form .notice {
  margin-top: 0.5em;
  font-size: 0.875em;
}

.contact_policy {
  margin-top: 2.5em;
}
.contact_policy > dt {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.contact_policy > dd {
  font-size: 0.9375em;
}
.contact_policy > dd dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contact_policy > dd dd:first-of-type {
  margin-bottom: 1em;
}

.wpcf7-checkbox.your-agreement {
  display: block;
  margin-top: 2.5em;
}
.wpcf7-checkbox.your-agreement .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-checkbox.your-agreement .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.wpcf7-checkbox.your-agreement .wpcf7-list-item input[type=checkbox] {
  border-color: #DAE2E6;
}
.wpcf7-checkbox.your-agreement + .wpcf7-not-valid-tip {
  text-align: center;
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 64px;
  border-radius: 50px;
  border: 2px solid #69BAD1;
  background-color: #69BAD1;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  margin: 24px auto 0;
}
.wpcf7-submit:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.img_mask_01, .company_image {
  position: relative;
}
.img_mask_01:after, .company_image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(121, 191, 210, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}

.img_mask_02 {
  position: relative;
}
.img_mask_02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #79bfd2;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}

.hover_dot {
  display: block;
  position: relative;
}
.hover_dot:before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hover_dot:before {
    content: none;
  }
}
.hover_dot:hover:before, .hover_dot.is-current:before {
  background-color: #69BAD1;
}

.ttl_cmn_01 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.5em;
  }
}

.ttl_cmn_02 {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02 {
    font-size: 1.75em;
  }
}
.ttl_cmn_02:before {
  content: attr(data-en);
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #69BAD1;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_02:before {
    font-size: 20px;
  }
}
.ttl_cmn_02.c_white:before {
  color: #fff;
}

.ttl_cmn_03 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_03 {
    font-size: 1.5em;
  }
}

.ttl_cmn_04 {
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.69;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_04 {
    font-size: 1.875em;
  }
}

.btn_cmn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  padding: 0.75em 1em;
  border-radius: 50px;
  border: 2px solid #69BAD1;
  background-color: #69BAD1;
  color: #fff;
  font-weight: 700;
}

.btn_consultation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75em 1em;
  border-radius: 50px;
  border: 2px solid #69BAD1;
  background-color: #69BAD1;
  color: #fff;
  font-weight: 700;
}

.btn_consultation_02 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 580px;
  padding: 22px;
  background-color: #fff;
  border-radius: 80px;
  color: #69BAD1;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn_consultation_02 {
    padding: 20px;
    font-size: 1.125em;
  }
}
.btn_consultation_02:before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background: url(../images/ico_form.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .btn_consultation_02:before {
    content: none;
  }
}
.btn_consultation_02:hover {
  background-color: #FFFF1C;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn_policy {
  font-size: 0.875em;
  padding-right: 22px;
  background: url(../images/ico_blank.svg) no-repeat right center/14px;
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.list_dot_01 > li {
  padding-left: 1.125em;
  position: relative;
}
.list_dot_01 > li:before {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #69BAD1;
  position: absolute;
  top: 10px;
  left: 0;
}

.breadcrumb {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.8125em;
  }
}
.breadcrumb .current-item {
  color: #69BAD1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  aspect-ratio: 2/1;
  position: relative;
}
.hbm_btn .box {
  display: block;
  width: 100%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 80%;
  height: 2px;
  background-color: #69BAD1;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

.is-home .hbm_btn:not(.js-active) .bar {
  background-color: #fff;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: -1;
  left: 20%;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: calc(50% - 1px);
  left: 10%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: calc(100% - 1px);
  left: 0%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
  left: 10%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
  left: 10%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
  left: 10%;
}

.header {
  background-color: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    box-shadow: 0 0 9px #edf6fa;
  }
}
.header__container {
  height: var(--headerHeight);
  margin: 0 var(--sideW);
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .header__container {
    justify-content: space-between;
  }
}
.header__logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 192px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 176px;
  }
}
.header__logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/logo_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.header__logo .logo_white {
  display: none;
}
.header.is-home {
  position: absolute;
  background-color: transparent;
  color: #fff;
}
.header.is-home .header__container {
  border-bottom: 1px solid #fff;
  height: 124px;
}
@media screen and (max-width: 767px) {
  .header.is-home .header__container {
    height: var(--headerHeight);
  }
}
.header.is-home .logo_white {
  display: block;
}
.header.is-home .logo_maincolor {
  display: none;
}
.header.is-home .btn_consultation {
  background-color: transparent;
  border: 1px solid #fff;
}
.header.is-home .btn_consultation:hover {
  background-color: #fff;
  color: #69BAD1;
}

.gnavi {
  margin-left: auto;
}
.gnavi ul {
  display: flex;
  align-items: center;
  gap: 56px;
}
.gnavi ul li a:not(.btn_consultation) {
  font-weight: 700;
}
.gnavi ul li:has(.btn_policy) {
  display: none;
}
.gnavi ul li:last-child {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .gnavi {
    position: fixed;
    z-index: 8;
    top: var(--headerHeight);
    left: 0;
    width: 100%;
    height: calc(100% - var(--headerHeight));
    padding: 32% var(--sideW) 0;
    background-color: #69BAD1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .gnavi.js-active {
    opacity: 1;
    visibility: visible;
  }
  .gnavi ul {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.25em;
    gap: 40px;
  }
  .gnavi ul li:has(.btn_policy) {
    display: block;
  }
  .gnavi ul li:not(:last-child) {
    padding: 0 var(--sideW);
  }
  .gnavi ul li:last-child {
    width: 100%;
  }
  .gnavi ul .btn_policy {
    font-size: 0.7em;
    font-weight: 500;
    background-image: url(../images/ico_blank_white.svg);
  }
  .gnavi ul .btn_consultation {
    background-color: #fff;
    color: #69BAD1;
    font-size: 1em;
    gap: 1.2em;
    padding: 1.125em 1em;
  }
  .gnavi ul .btn_consultation:before {
    content: "";
    display: block;
    width: 40px;
    aspect-ratio: 1/1;
    background: url(../images/ico_form.svg) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  .is-home .gnavi .btn_consultation {
    background-color: #fff !important;
  }
}
.footer {
  padding: 3.5em 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.5em 0 1em;
  }
}
.footer .inner_m {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .footer .inner_m {
    display: block;
    max-width: calc(274px + var(--sideW) * 2);
  }
}
.footer .logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    margin-bottom: 36px;
  }
}
.footer ul {
  width: calc(95% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .footer ul {
    width: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 40px;
  }
}
.footer ul li:last-child {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .footer ul li:last-child {
    display: none;
  }
}
.footer ul li a:not(.btn_consultation):not(.btn_policy) {
  font-weight: 700;
}
.footer .copyright {
  width: 100%;
  margin-top: 24px;
  color: #69BAD1;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    margin: 4em var(--extend) 0;
    padding: 0 var(--sideW);
    text-align: center;
    width: auto;
  }
}
.footer .grecaptcha_text {
  width: 100%;
  margin-top: 24px;
  color: #69BAD1;
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .footer .grecaptcha_text {
    width: auto;
    padding: 0 var(--sideW);
    margin: 1.25em var(--extend) 0;
  }
}

.footer_cta {
  padding: 5em 0 7.5em;
  background: url(../images/footer_cta_01.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_cta {
    padding: 3.75em 0 5em;
  }
}
.footer_cta:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 186, 209, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}
.footer_cta .inner_m {
  position: relative;
}
.footer_cta .ttl_cmn_02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_cta .ttl_cmn_02 {
    margin-bottom: 36px;
  }
}
.footer_cta--label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .footer_cta--label {
    margin-bottom: 12px;
  }
}
.footer_cta--label:before, .footer_cta--label:after {
  content: "";
  display: block;
  height: 1em;
  width: 2px;
  border-radius: 50px;
  background-color: #fff;
}
.footer_cta--label:before {
  transform: rotate(-25deg);
}
.footer_cta--label:after {
  transform: rotate(25deg);
}

.top_hero {
  position: relative;
}
.top_hero--bg {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hero--bg {
    flex-direction: column-reverse;
  }
}
.top_hero--bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0099BC;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.top_hero--bg .image {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hero--bg .image {
    height: 50dvh;
  }
}
.top_hero--bg .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_hero--bg .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 153, 188, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
}
.top_hero--content {
  position: absolute;
  left: 0;
  bottom: 105px;
}
.top_hero--content .main {
  color: #fff;
  font-size: clamp(45px, 4.86vw, 73px);
  font-weight: 700;
  text-shadow: 0 0 10px #0086a5;
}
@media screen and (max-width: 767px) {
  .top_hero--content .main {
    font-size: 40px;
  }
}
.top_hero--content .main .split {
  font-size: 0;
}
.top_hero--content .main .split > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.11em;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  font-size: clamp(45px, 4.86vw, 73px);
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_hero--content .main .split > span {
    font-size: 40px;
    width: 44px;
  }
}
.top_hero--content .main .split > span:not(:last-child) {
  border-right: none;
}
.top_hero--content .main .split > span span {
  display: block;
  transform: translateY(100%);
  transition: 0.5s 0.3s;
}
.top_hero--content .main.js-active .split > span > span {
  transform: translateY(0%);
}
.top_hero--content .sub {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2;
  text-shadow: 0 0 10px #0086a5;
}
@media screen and (max-width: 767px) {
  .top_hero--content .sub {
    margin-top: 1.5em;
    font-size: 1em;
    line-height: 1.8;
  }
}

.top_urge_01 {
  padding: 56px 0 104px;
}
@media screen and (max-width: 767px) {
  .top_urge_01 {
    padding: 40px 0 72px;
  }
}
.top_urge_01 .inner_m {
  display: flex;
  gap: 10.33%;
}
@media screen and (max-width: 820px) {
  .top_urge_01 .inner_m {
    flex-direction: column;
    gap: 40px;
  }
}
.top_urge_01 .image {
  flex-shrink: 0;
  text-align: center;
}
.top_urge_01 .image img {
  filter: drop-shadow(0 0 30px rgba(121, 191, 210, 0.3));
}
.top_urge_01 .text {
  flex-grow: 1;
  padding: 5% 0 0;
}
@media screen and (max-width: 767px) {
  .top_urge_01 .text {
    padding: 0;
  }
}
.top_urge_01 .text .ttl_cmn_04 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_urge_01 .text .ttl_cmn_04 {
    margin-bottom: 25px;
  }
}
.top_urge_01 .text p {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_urge_01 .text p {
    font-size: 1em;
  }
}
.top_urge_01 .text p span {
  font-weight: 700;
}

.top_urge_02 {
  margin-top: 240px;
  margin-bottom: 7.5em;
  padding-bottom: 7.5em;
  background-color: #EDF6FA;
}
@media screen and (max-width: 767px) {
  .top_urge_02 {
    margin-top: 117px;
    padding-bottom: 4em;
    margin-bottom: 4em;
  }
}
.top_urge_02 .inner_m {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .top_urge_02 .inner_m {
    flex-direction: column;
  }
}
.top_urge_02 .image {
  margin: -240px 0 7.5em var(--extend);
  display: block;
  overflow: hidden;
  height: 480px;
}
@media screen and (max-width: 820px) {
  .top_urge_02 .image {
    height: 234px;
    margin-top: -117px;
    margin-bottom: 42px;
  }
}
.top_urge_02 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_urge_02 .ttl_cmn_04 {
  width: 42.37%;
}
@media screen and (max-width: 820px) {
  .top_urge_02 .ttl_cmn_04 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.top_urge_02 .para {
  width: 57.63%;
  line-height: 2;
}
.top_urge_02 .para p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 820px) {
  .top_urge_02 .para {
    width: 100%;
    font-size: 0.9375em;
  }
}

.top_urge_03 {
  margin-bottom: 50px;
}
.top_urge_03 .inner_m {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_urge_03 .inner_m {
    flex-direction: column;
  }
}
.top_urge_03 .ttl_cmn_04 {
  width: 100%;
  margin-bottom: 22px;
}
@media screen and (max-width: 820px) {
  .top_urge_03 .ttl_cmn_04 {
    order: 1;
  }
}
.top_urge_03 .para {
  width: 42.12%;
  padding-top: 4.91%;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .top_urge_03 .para {
    order: 3;
    width: 100%;
    padding-top: 36px;
    font-size: 0.9375em;
  }
}
.top_urge_03 .para p + p {
  margin-top: 1.5em;
}
.top_urge_03 .image {
  width: 57.88%;
}
@media screen and (max-width: 820px) {
  .top_urge_03 .image {
    order: 2;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_urge_03 .image {
    margin-left: calc(var(--extend) - 10%);
  }
}

@media screen and (max-width: 767px) {
  .top_worries {
    padding: 0;
  }
}
.top_worries--box {
  background-color: #EDF6FA;
  border-radius: 20px 20px 0 0;
}
.top_worries .inner_m {
  padding: 6em var(--sideW) 6.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_worries .inner_m {
    padding: 4em var(--sideW) 6em;
  }
}
.top_worries .inner_m:before {
  content: "";
  display: block;
  width: max(13%, 141px);
  aspect-ratio: 169/160;
  background: url(../images/top_worries_01.svg) no-repeat left bottom/contain;
  position: absolute;
  bottom: -1px;
  left: var(--sideW);
}
@media screen and (max-width: 767px) {
  .top_worries .inner_m:before {
    width: 124px;
  }
}
.top_worries .inner_m:after {
  content: "";
  display: block;
  width: max(11.62%, 126px);
  aspect-ratio: 151/160;
  background: url(../images/top_worries_02.svg) no-repeat right bottom/contain;
  position: absolute;
  bottom: -1px;
  right: var(--sideW);
}
@media screen and (max-width: 767px) {
  .top_worries .inner_m:after {
    width: 110px;
  }
}
.top_worries ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_worries ul {
    gap: 12px;
  }
}
.top_worries ul > li {
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 2em 5%;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_worries ul > li {
    width: 100%;
    font-size: 1.0625em;
    padding: 1.6em 5%;
  }
}

.top_solution {
  margin-bottom: 11.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_solution {
    margin-bottom: 8em;
    padding: 0;
  }
}
.top_solution:before {
  content: "";
  display: block;
  width: 56px;
  aspect-ratio: 1/1;
  background: url(../images/top_solution_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_solution--box {
  background-color: #69BAD1;
  border-radius: 0 0 20px 20px;
  padding: 5.5em 0 6em;
}
@media screen and (max-width: 767px) {
  .top_solution--box {
    padding: 3.75em 0 4em;
  }
}
.top_solution--text {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_solution--text {
    font-size: 0.9375em;
    line-height: 1.75;
    text-align: left;
  }
}
.top_solution ul {
  margin: 36px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_solution ul {
    flex-wrap: wrap;
    gap: 0 13px;
  }
}
.top_solution ul > li {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  padding-top: 1%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_solution ul > li {
    width: calc((100% - 13px) / 2);
    font-size: 0.9375em;
    padding-top: 10px;
  }
  .top_solution ul > li:last-child {
    margin-top: -10px;
  }
}
.top_solution ul > li:before {
  content: attr(data-num);
  display: block;
  width: 100%;
  color: #C7E9F2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.2;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_solution ul > li:before {
    font-size: 1.86em;
    top: 20px;
  }
}

.top_service {
  position: relative;
  background-color: #EDF6FA;
  padding: 7.5em 0;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .top_service {
    padding: 4em 0 5em;
    margin-bottom: 5em;
  }
  .top_service .inner_l, .top_service .company_image--wrap {
    padding: 0 calc(var(--sideW) / 2);
  }
}
.top_service .ttl_cmn_02 {
  width: 100%;
  position: absolute;
  top: -66px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_service .ttl_cmn_02 {
    top: -52px;
  }
}
.top_service--subttl {
  display: flex;
  align-items: center;
  gap: 58px;
  border-top: 1px solid #69BAD1;
  border-bottom: 1px solid #69BAD1;
  padding: 20px 4%;
  color: #69BAD1;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_service--subttl {
    padding: 12px 0;
    font-size: 1.375em;
    line-height: 1.36;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.top_service--subttl:before {
  flex-shrink: 0;
  content: attr(data-num);
  display: block;
  width: 184px;
  color: #C7E9F2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2em;
  font-weight: 300;
  padding-left: 44px;
  border-right: 1px solid #69BAD1;
  line-height: 1;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_service--subttl:before {
    padding: 0.2em 0 0;
    width: 76px;
    font-size: 52px;
  }
}
.top_service--text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_service--text {
    font-size: 1em;
    text-align: left;
  }
}
.top_service--text + .top_service--text {
  margin-top: 1.75em;
}
.top_service--text02 {
  display: inline;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(180deg, rgba(247, 247, 148, 0) 0%, rgba(247, 247, 148, 0) 50%, #f7f794 50%, #f7f794 100%);
}
@media screen and (max-width: 767px) {
  .top_service--text02 {
    font-size: 1.125em;
  }
}
.top_service--text02__wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_service--text02__wrap {
    text-align: left;
  }
}
.top_service--list01 > li {
  background-color: #fff;
  border: 1px solid #69BAD1;
  border-radius: 20px;
  padding: 5em 7.15%;
  margin-bottom: 56px;
}
.top_service--list01 > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top_service--list01 > li {
    padding: 3em calc(var(--sideW) * 1.375);
  }
}
.top_service--list02 {
  margin: 1.75em 0;
  display: flex;
  gap: 1.69%;
}
@media screen and (max-width: 820px) {
  .top_service--list02 {
    flex-direction: column;
    gap: 8px;
    margin: 1.5em 0;
  }
}
.top_service--list02 > li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  border-radius: 10px;
  background-color: #454E6E;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .top_service--list02 > li {
    font-size: 1em;
    padding: 1.25em 2.5em;
    position: relative;
  }
}
.top_service--list02 > li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/ico_check_01_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top_service--list02 > li:before {
    position: absolute;
    width: 18px;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
  }
}
.top_service--list03 {
  display: flex;
  margin: 1.75em 0 2em;
}
@media screen and (max-width: 820px) {
  .top_service--list03 {
    flex-direction: column;
    margin: 1.5em 0;
  }
}
.top_service--list03 li {
  width: 100%;
  text-align: center;
  padding: 1.5em;
  margin-right: -20px;
  clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
  color: #fff;
  font-size: 1.0625em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top_service--list03 li {
    font-size: 1em;
    margin-right: 0;
    clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0);
    padding: 2.625em 0 2.25em;
  }
}
.top_service--list03 li:nth-child(1) {
  background-color: #69BAD1;
  z-index: 3;
  padding-top: 2em;
}
.top_service--list03 li:nth-child(2) {
  background-color: #51B0CB;
  transform: translateX(-20px);
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .top_service--list03 li:nth-child(2) {
    transform: translateX(0);
    margin-top: -20px;
  }
}
.top_service--list03 li:nth-child(2):before {
  content: "　";
}
@media screen and (max-width: 767px) {
  .top_service--list03 li:nth-child(2):before {
    content: none;
  }
}
.top_service--list03 li:nth-child(3) {
  background-color: #209CBF;
  transform: translateX(-20px);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .top_service--list03 li:nth-child(3) {
    transform: translateX(0);
    margin-top: -20px;
  }
}
.top_service--list03 li:nth-child(4) {
  background-color: #1081A0;
  transform: translateX(-20px);
}
@media screen and (max-width: 820px) {
  .top_service--list03 li:nth-child(4) {
    transform: translateX(0);
    margin-top: -20px;
  }
}
.top_service--list04 {
  margin-top: 60px;
  display: flex;
  gap: 1.69%;
}
@media screen and (max-width: 767px) {
  .top_service--list04 {
    margin-top: 54px;
    flex-direction: column;
    gap: 3em;
  }
}
.top_service--list04 > li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .top_service--list04 > li {
    padding: 0;
  }
}
.top_service--list04 .image {
  margin: 0 -10px 1em;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_service--list04 .image {
    margin: 0 0 1.25em;
  }
}
.top_service--list04 h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #69BAD1;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .top_service--list04 h3 {
    font-size: 1.25em;
  }
}
.top_service--list04 h3:before {
  content: "";
  display: block;
  width: 8px;
  height: 1em;
  background-color: #69BAD1;
}
.top_service--list04 p {
  font-size: 0.9375em;
  line-height: 1.75;
}
.top_service--list04 dl {
  margin-top: 1em;
  padding: 1em 0;
  border-top: 1px solid #DAE2E6;
  border-bottom: 1px solid #DAE2E6;
  position: relative;
}
.top_service--list04 dl:before, .top_service--list04 dl:after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  background-color: #69BAD1;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.top_service--list04 dl:before {
  top: 0;
}
.top_service--list04 dl:after {
  top: 100%;
}
.top_service--list04 dt {
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 8px;
}
.top_service--list04 dd li {
  font-size: 0.875em;
  text-indent: -1em;
  padding-left: 1em;
}
.top_service--list04 dd li:before {
  content: "・";
  color: #69BAD1;
}

.top_flow {
  margin-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .top_flow {
    margin-bottom: 5em;
  }
}
.top_flow .ttl_cmn_02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_flow .ttl_cmn_02 {
    margin-bottom: 0.625em;
  }
}
.top_flow ol {
  display: flex;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .top_flow ol {
    flex-direction: column;
  }
}
.top_flow ol > li {
  counter-increment: number 1;
  width: 100%;
  padding: 88px 0 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li {
    padding: 6px 0 6px 3.5em;
    font-size: 1.125em;
  }
}
.top_flow ol > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #69BAD1;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li:before {
    width: 4px;
    height: 100%;
    top: 0;
    left: 18px;
  }
}
.top_flow ol > li::after {
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #69BAD1;
  padding-top: 4px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_flow ol > li::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%);
    font-size: 1.33em;
  }
}
.top_flow ol > li .inbox {
  padding: 0 2%;
  border-right: 1px solid #DAE2E6;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li .inbox {
    border-right: none;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
  }
}
.top_flow ol > li .inbox .image {
  width: 120px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li .inbox .image {
    width: 115px;
    flex-shrink: 0;
    margin: 0;
  }
}
.top_flow ol > li p {
  margin: 0 -0.5em;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li p {
    margin: 0;
    text-align: left;
  }
}
.top_flow ol > li .label {
  width: -moz-max-content;
  width: max-content;
  background-color: #69BAD1;
  color: #fff;
  font-size: 0.75em;
  padding: 1px 0.5em 0;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_flow ol > li .label {
    position: static;
    transform: none;
    font-size: 0.9375em;
  }
}
.top_flow ol > li:first-child:before {
  width: 50%;
  left: unset;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li:first-child:before {
    width: 4px;
    height: 50%;
    top: 50%;
    right: unset;
    left: 18px;
  }
}
.top_flow ol > li:last-child:before {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_flow ol > li:last-child:before {
    width: 4px;
    height: 50%;
    top: 0;
    left: 18px;
  }
}
.top_flow ol > li:last-child .inbox {
  border-right: 0;
}
.top_flow ol > li:nth-child(n+4):before {
  background-color: #007898;
}
.top_flow ol > li:nth-child(n+4):after {
  background-color: #007898;
}

.top_faq .ttl_cmn_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_faq .ttl_cmn_02 {
    margin-bottom: 28px;
  }
}

.dlist_faq .group {
  background-color: #EDF6FA;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 54px var(--sideW) 48px;
}
@media screen and (max-width: 767px) {
  .dlist_faq .group {
    margin-bottom: 1em;
    padding: 2em 6.15%;
  }
}
.dlist_faq .group:last-child {
  margin-bottom: 0;
}
.dlist_faq dt {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt {
    font-size: 1em;
    padding-left: 40px;
  }
}
.dlist_faq dt:before {
  padding-top: 5px;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #69BAD1;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_faq dt:before {
    font-size: 1.5em;
  }
}
.dlist_faq dd {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  margin-top: 1em;
  padding-top: 1.25em;
  line-height: 2;
  border-top: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd {
    font-size: 0.875em;
    line-height: 1.714;
    padding-left: 40px;
  }
}
.dlist_faq dd:before {
  padding-top: 5px;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #69BAD1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #69BAD1;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_faq dd:before {
    font-size: 1.714em;
  }
}

.page_hero {
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) {
  .page_hero {
    padding: 2.5em 0 0;
  }
}
.page_hero--ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  border: 1px solid #2C3451;
  padding: 0.075em 16px 0.125em;
}
@media screen and (max-width: 767px) {
  .page_hero--ttl {
    font-size: 2.125em;
    padding: 0.25em 16px 0.125em;
  }
}
.page_hero .breadcrumb {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page_hero .breadcrumb {
    margin-top: 20px;
  }
}

.company_image {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .company_image {
    height: 180px;
  }
}
.company_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_image--wrap {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .company_image--wrap {
    margin-bottom: 3.75em;
  }
}

.company_sec_01 {
  margin-bottom: 12.5em;
}
@media screen and (max-width: 767px) {
  .company_sec_01 {
    margin-bottom: 5em;
  }
}

.layout_split_01 {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .layout_split_01 {
    flex-direction: column;
    align-items: unset;
    gap: 2em;
  }
}
.layout_split_01--left {
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .layout_split_01--left {
    max-width: unset;
  }
}
.layout_split_01--right {
  flex-grow: 1;
}

.dlist_outline .group {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #DAE2E6;
  padding: 1.75em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group {
    flex-direction: column;
    gap: 0.75em;
    font-size: 0.9375em;
  }
}
.dlist_outline .group:after {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background-color: #69BAD1;
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group:after {
    width: 33%;
  }
}
.dlist_outline .group:nth-child(1) {
  border-top: 1px solid #DAE2E6;
}
.dlist_outline .group:nth-child(1):before {
  content: "";
  display: block;
  width: 180px;
  height: 2px;
  background-color: #69BAD1;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group:nth-child(1):before {
    width: 33%;
  }
}
.dlist_outline .group > dt {
  width: 180px;
  flex-shrink: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group > dt {
    width: 100%;
  }
}
.dlist_outline .group > dd {
  flex-grow: 1;
  padding: 0 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .dlist_outline .group > dd {
    padding: 0;
  }
}

.dlist_business {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dlist_business {
    font-size: 0.9375em;
  }
}
.dlist_business dt {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.dlist_business dd {
  margin-bottom: 1.5em;
}
.dlist_business dd:last-of-type {
  margin-bottom: 0;
}
.dlist_business ul li {
  margin-bottom: 0.3em;
}
.dlist_business ul li:last-child {
  margin-bottom: 0;
}

.dlist_map dt {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.75em;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_map dt {
    font-size: 1.125em;
    padding-left: 1.5em;
  }
}
.dlist_map dt:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgb(105, 186, 209) 30%, rgb(105, 186, 209) 100%);
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_map dt:before {
    top: 5px;
  }
}
.dlist_map dd {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .dlist_map dd {
    margin-bottom: 2.4em;
  }
}
.dlist_map dd:last-child {
  margin-bottom: 0;
}
.dlist_map dd {
  display: block;
  overflow: hidden;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .dlist_map dd {
    height: 240px;
  }
}
.dlist_map dd iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.box_lightblue {
  border-radius: 10px;
  background-color: #EDF6FA;
  padding: 7.5em var(--sideW);
}
@media screen and (max-width: 767px) {
  .box_lightblue {
    margin: 0 var(--extend);
    padding: 2.5em var(--sideW);
  }
}
.box_lightblue .box_white {
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  padding: 5em var(--sideW);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_lightblue .box_white {
    padding: 2.5em var(--sideW);
  }
}
.box_lightblue .box_white .box_form {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.content_thanks {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_thanks {
    text-align: left;
  }
}
.content_thanks .btn_cmn_01 {
  margin: 2.5em auto 0;
}