@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /*-webkit-appearance: none;*/ /* 1 */
  /*appearance: none;*/
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
}

/* -------------------------------------------------
	メディアクエリ
-------------------------------------------------- */
/* -------------------------------------------------
	rem
-------------------------------------------------- */
/* -------------------------------------------------
	変数
-------------------------------------------------- */
body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

/* -------------------------------------------------
	共通
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

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

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

.section-wrap {
  max-width: 90%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.tit-lev2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tit-lev2 {
    font-size: 24px;
  }
}
.tit-lev2__en {
  font-size: 18px;
  display: block;
  color: #1A56A0;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .tit-lev2__en {
    font-size: 16px;
  }
}

.tit-lev2-white {
  color: #fff;
}
.tit-lev2-white__en {
  color: #fff;
}

/* 共通コンタクトエリア */
.c-contact {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  /* ボタンエリア */
}
@media screen and (max-width: 1024px) {
  .c-contact {
    flex-direction: column;
  }
}
.c-contact__col {
  flex: 1;
  text-align: center;
}
.c-contact__label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-contact__label {
    font-size: 14px;
  }
}
.c-contact__label::before {
  content: "＼ ";
}
.c-contact__label::after {
  content: " ／";
}
.c-contact__btn {
  width: 350px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(255, 139, 72) 0%, rgb(244, 90, 1) 50%, rgb(255, 139, 72) 100%);
  background-size: 200% 100%;
  background-position: left center;
  color: #fff;
  border-radius: 5px;
  transition: background-position 0.4s ease, transform 0.1s ease;
  /* 電話ボタン独自スタイル */
  /* WEB相談ボタン独自スタイル */
}
@media screen and (max-width: 1024px) {
  .c-contact__btn {
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
  }
}
.c-contact__btn:hover, .c-contact__btn:active {
  background-position: right center;
}
.c-contact__btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-contact__btn-tel-number {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-tel-number {
    font-size: 28px;
  }
}
.c-contact__btn-sub {
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-sub {
    font-size: 12px;
  }
}
.c-contact__btn-text {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-contact__btn-text {
    font-size: 20px;
  }
}
.c-contact__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact__btn--tel .c-contact__btn-icon {
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-contact__btn--tel .c-contact__btn-icon {
    width: 35px;
    height: 35px;
  }
}
.c-contact__btn--tel .c-contact__btn-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-contact__btn--tel .c-contact__btn-icon svg {
    width: 20px;
    height: 20px;
  }
}
.c-contact__btn--web {
  flex-direction: row;
  gap: 12px;
}
.c-contact__btn--web .c-contact__btn-icon svg {
  width: 28px;
  height: 28px;
}

/* -------------------------------------------------
	header
-------------------------------------------------- */
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1700px;
  width: 87%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 24px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 90%;
    padding: 20px 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-link {
  display: inline-block;
}
.header__logo-img {
  display: block;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    width: 180px;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .header__info {
    gap: 10px;
  }
}
.header__tel-box {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: #1A56A0;
  color: #fff;
  border-radius: 50%;
}
.header__tel-icon svg {
  width: 25px;
  height: 24px;
}
.header__tel-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.header__tel-number {
  font-size: 44px;
  font-weight: 700;
  color: #1A56A0;
}
.header__tel-number:hover {
  opacity: 0.8;
}
.header__tel-time {
  font-size: 11px;
  color: #1A56A0;
}
.header__btn {
  width: 227px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F07020;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .header__btn {
  }
}
@media screen and (max-width: 1024px) {
  .header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: #F07020;
    color: #fff;
    border-radius: 50%;
  }
}
.header__btn:hover {
  background-color: #d95310;
}
@media screen and (min-width: 1025px) {
  .header__btn-icon {
    margin-top: 2px;
  }
}
.header__btn-icon svg {
  width: 34px;
  height: 22.5px;
}
@media screen and (max-width: 1024px) {
  .header__btn-icon svg {
    width: 25px;
    height: 24px;
  }
}

/* -------------------------------------------------
	mv
-------------------------------------------------- */
.mv {
  width: 100%;
  height: 80vh;
  background-image: url(../img/mv_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* 上部水色タグ */
  /* メインキャッチコピー */
  /* リード文 */
  /* 3つの特徴バッジ */
}
@media screen and (min-width: 1025px) {
  .mv {
    background-position-y: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
    padding: 40px 0 80px;
    background-image: url(../img/mv_img_sp.png);
    background-size: 200%;
    background-position-x: center;
  }
}
.mv__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .mv__inner {
    width: 40%;
    max-width: 800px;
    position: absolute;
    left: 8.125vw;
    bottom: 4.271vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv__inner {
    margin: 170px auto 0;
  }
}
.mv__tag {
  display: inline-block;
  background-color: #E6F1FF;
  color: #1A56A0;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 16px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.mv__title {
  width: 590px;
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
}
.mv__text {
  color: #000;
  line-height: 1.7;
  margin-bottom: 28px;
}
.mv__features {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .mv__features {
    flex-direction: column;
  }
}
.mv__feature-item {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ADD0FC;
  border-radius: 8px;
  padding: 12px 8px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__feature-item {
    width: 100%;
  }
}
.mv__feature-title {
  font-size: 18px;
  font-weight: 700;
  color: #1A56A0;
  line-height: 1.2;
  margin-bottom: 4px;
}
.mv__feature-sub {
  font-size: 11px;
  color: #444;
  white-space: nowrap;
}

/* -------------------------------------------------
	concerns
-------------------------------------------------- */
.concerns {
  margin-top: -20px;
  margin-bottom: 107px;
  background-color: #1A56A0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 70px 0 100px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 55px), 50% 100%, 0 calc(100% - 55px));
}
@media screen and (max-width: 768px) {
  .concerns {
    margin-bottom: 60px;
  }
}
.concerns__title {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .concerns__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.concerns__card {
  background-color: #fff;
  border-radius: 5px;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 44px 50px;
  border: 1px solid #688FC0;
}
@media screen and (max-width: 768px) {
  .concerns__card {
    padding: 20px 10px;
  }
}
.concerns__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media screen and (max-width: 1024px) {
  .concerns__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.concerns__item {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /* CSSで描写したオレンジのチェックマークアイコン */
}
@media screen and (min-width: 1025px) {
  .concerns__item {
    /* 4列目の右枠線を消去 */
    /* 下段（5行目〜8行目）の下枠線を消去 */
  }
  .concerns__item:nth-child(4n) {
    border-right: none;
  }
  .concerns__item:nth-child(n+5) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .concerns__item:nth-child(2n) {
    border-right: none;
  }
  .concerns__item:nth-child(7), .concerns__item:nth-child(8) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .concerns__item {
    padding: 20px 10px;
    flex-direction: column;
    gap: 10px;
  }
}
.concerns__item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .concerns__item::before {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.concerns__text {
  font-weight: bold;
  color: #000;
  letter-spacing: -1.2px;
}

/* -------------------------------------------------
	reason
-------------------------------------------------- */
.reason {
  margin-bottom: 120px;
}
.reason__text {
  width: 860px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .reason__text {
    margin-bottom: 40px;
  }
}

.reason-copy {
  margin-bottom: 70px;
  text-align: center;
  color: #1A56A0;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .reason-copy {
    flex-direction: column;
  }
}
.reason-copy__point {
  background: rgba(249, 255, 172, 0.2);
}
.reason-copy__logo {
  max-width: 90%;
  width: 230px;
}

.reason-list {
  width: 1400px;
}
.reason-list__item {
  margin-bottom: 45px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .reason-list__item {
    height: 416px;
  }
}
@media screen and (min-width: 1025px) {
  .reason-list__item--reverse .reason-list__item-body {
    flex-direction: row-reverse;
  }
}
.reason-list__item--reverse .reason-list__item-number {
  right: auto;
  left: 0;
}
.reason-list__item-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F55D05;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .reason-list__item-number {
    right: 0;
  }
}
.reason-list__item-body {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .reason-list__item-body {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .reason-list__item-body {
    flex-direction: column;
  }
}
.reason-list__item-image-wrapper {
  flex: 1;
  overflow: hidden;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
@media screen and (max-width: 1024px) {
  .reason-list__item-image-wrapper {
    width: 100%;
    order: 2;
  }
}
.reason-list__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.reason-list__item-content {
  flex: 1;
  margin: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .reason-list__item-content {
    margin: 80px 20px 40px;
    order: 1;
  }
}
.reason-list__item-blue-text {
  font-size: 24px;
  font-weight: bold;
  color: #1A56A0;
  margin-bottom: 15px;
}
.reason-list__item-text-wrapper {
  display: flex;
  gap: 20px;
}
.reason-list__item-text {
  color: #444;
}
.reason-list__item-text--dotto {
  -webkit-text-decoration: underline dotted #F07020;
          text-decoration: underline dotted #F07020;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-weight: bold;
}

/* -------------------------------------------------
	about
-------------------------------------------------- */
.about {
  padding: 73px 0;
  background: #F5F7FA;
}
.about__text {
  margin-bottom: 40px;
  color: #444;
  text-align: center;
}

.about-inner {
  width: 1060px;
}

.about-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about-list {
    flex-direction: column;
  }
}
.about-list__item {
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 14px 37px;
  text-align: center;
}
.about-list__icon-wrapper {
  height: 80px;
  margin-bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-list__icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-list__title {
  color: #1A56A0;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.about-list__text {
  color: #444;
  font-size: 14px;
  text-align: left;
}

/* -------------------------------------------------
	cta
-------------------------------------------------- */
.cta {
  padding: 120px 0;
  background: url(../img/cta_bg.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .cta {
    background-image: url(../img/cta_bg_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 60px 0;
  }
}

.cta-wrap {
  width: 1240px;
  padding: 45px 0;
  border-radius: 5px;
  background: #fff;
}

.cta-inner {
  width: 920px;
}
.cta-inner__text {
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .cta-inner__col {
    width: 50%;
  }
}
.cta-inner__btn {
  width: 436px;
  max-width: 100%;
}

/* -------------------------------------------------
	issue
-------------------------------------------------- */
.issue {
  margin-bottom: 113px;
  padding: 70px 0 130px;
  background: #1A56A0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 65px), 50% 100%, 0 calc(100% - 65px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 65px), 50% 100%, 0 calc(100% - 65px));
}
@media screen and (max-width: 768px) {
  .issue {
    margin-bottom: 60px;
  }
}

.issue-inner {
  width: 1410px;
}
.issue-inner__tit {
  margin-bottom: 0;
}
.issue-inner__text {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.issue-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .issue-list {
    flex-direction: column;
  }
}
.issue-list__item {
  flex: 1;
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 32px 20px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .issue-list__item {
    padding: 10px 10px 20px;
  }
}
.issue-list__number {
  font-size: 36px;
  font-weight: bold;
  color: rgba(26, 86, 160, 0.2);
  margin-bottom: 8px;
}
.issue-list__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.issue-list__text {
  font-size: 14px;
  color: #000;
}

/* -------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  width: 1200px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-bottom: 80px;
  }
}
.flow__text {
  margin-bottom: 33px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__text {
    width: 688px;
    max-width: 90%;
    margin: 0 auto 33px;
  }
}

.flow-step__item {
  margin-bottom: 20px;
}
.flow-step__item--last {
  margin-bottom: 0;
}
.flow-step__content {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 63px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow-step__content {
    padding: 20px 10px;
    flex-direction: column;
    gap: 20px;
  }
}
.flow-step__number-container {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow-step__number-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #ccc;
  }
}
.flow-step__step-label {
  font-weight: bold;
  color: #2C2E32;
  line-height: 1.2;
}
.flow-step__number {
  font-size: 80px;
  font-weight: bold;
  color: #2C2E32;
  line-height: 1;
  margin-top: -5px;
}
.flow-step__icon-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(230, 241, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 27px 0 32px;
  flex-shrink: 0;
}
.flow-step__icon {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.flow-step__text-container {
  flex: 1;
}
.flow-step__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.flow-step__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #0047AB transparent transparent transparent;
  margin: 24px auto;
}

/* -------------------------------------------------
	voice
-------------------------------------------------- */
.voice {
  margin-bottom: 97px;
  padding: 133px 0;
  background: #F5F7FA;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 70px;
    padding: 80px 0;
  }
}

.voice-inner {
  width: 1540px;
}
.voice-inner__text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .voice-inner__text {
    width: 845px;
    max-width: 90%;
    margin: 0 auto 40px;
  }
}

.voice-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .voice-list {
    flex-direction: column;
  }
}
.voice-list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 37px 27px 29px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25);
}
.voice-list__title {
  margin: 0 0 10px;
  color: #1A56A0;
  font-size: 18px;
  font-weight: 700;
}
.voice-list__text {
  margin-bottom: 25px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.03em;
  flex-grow: 1;
}
.voice-list__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  border-top: 1px dashed #ccc;
}
@media screen and (max-width: 1024px) {
  .voice-list__footer {
    flex-direction: column;
    gap: 20px;
  }
}
.voice-list__meta {
  color: #2C2E32;
  font-weight: 700;
}
.voice-list__avatar {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
.voice-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------------
	price
-------------------------------------------------- */
.price {
  width: 990px;
  margin-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .price {
    margin-bottom: 60px;
  }
}
.price__text {
  margin-bottom: 40px;
  text-align: center;
}

.price-table {
  border: 1px solid #1A56A0;
  border-radius: 5px;
  padding: 64px 0 74px;
}
@media screen and (max-width: 768px) {
  .price-table {
    padding: 40px 0;
  }
}
.price-table__inner {
  max-width: 720px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .price-table__inner-wrap {
    width: 90%;
    max-width: 636px;
    margin: 0 auto;
  }
}
.price-table__tag {
  display: inline-block;
  background-color: #FFF0EB;
  color: #E8622A;
  border-radius: 5px;
  padding: 13px 21px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price-table__tag {
    padding: 5px 21px;
  }
}
.price-table__heading {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .price-table__heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.price-table__list {
  margin-bottom: 15px;
}
.price-table__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 0;
}
.price-table__item:first-child {
  border-top: 1px solid #F0F0F0;
}
.price-table__item-price {
  font-weight: bold;
}
.price-table__item-text {
  font-size: 16px;
  color: #333333;
}
.price-table__item-text--red {
  color: #E8622A;
  font-weight: bold;
}
.price-table__description {
  margin-bottom: 30px;
  color: #666;
  font-size: 13px;
}
.price-table__text {
  margin-bottom: 24px;
  color: #000;
  font-size: 12px;
}
.price-table__comparison-heading {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  padding-top: 35px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.price-table__comparison {
  position: relative;
  padding-bottom: 16px;
}
.price-table__comparison::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 98%;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(23, 52, 86, 0.05);
  filter: blur(8px);
  z-index: -1;
}
.price-table__comparison-inner {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.44);
}
@media screen and (max-width: 768px) {
  .price-table__comparison-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.price-table__comparison-table {
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 768px) {
  .price-table__comparison-table {
    min-width: 500px;
  }
}
.price-table__comparison-table th,
.price-table__comparison-table td {
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}
.price-table__comparison-table th:last-child,
.price-table__comparison-table td:last-child {
  border-right: none;
}
.price-table__comparison-table-header {
  padding: 13.5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  color: #fff;
}
.price-table__comparison-table-header--label {
  background-color: #5C5C5C;
}
.price-table__comparison-table-header--our-company {
  background-color: #E8622A;
}
.price-table__comparison-table-header--major-company {
  background-color: #1A7A8A;
}
.price-table__comparison-table-cell {
  padding: 15px;
  text-align: center;
  font-size: 15px;
  height: 52px;
}
.price-table__comparison-table-cell--label {
  background-color: #fff;
}
.price-table__comparison-table-cell--our-company {
  background-color: #EAF6F7;
}
.price-table__comparison-table-cell--major-company {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .price-table__comparison-table-header--label, .price-table__comparison-table-cell--label {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 3;
  }
}
.price-table__comparison-table-symbol {
  font-size: 20px;
}
.price-table__comparison-table-symbol--double-circle {
  color: #1A7A8A;
}
.price-table__comparison-table-symbol--cross {
  color: #CC3333;
  font-size: 20px;
  font-weight: normal;
}
.price-table__comparison-table-symbol--triangle {
  color: #999;
  margin-top: 2px;
}
.price-table__comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.price-table__comparison-table tbody tr:nth-child(even) .price-table__comparison-table-cell--label {
  background-color: #F7F8FA;
}
.price-table__comparison-table tbody tr:nth-child(even) .price-table__comparison-table-cell--major-company {
  background-color: #F7F8FA;
}

/* -------------------------------------------------
	faq
-------------------------------------------------- */
.faq {
  margin-bottom: 112px;
  padding: 80px 0;
  background: #F5F7FA;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}

.faq-inner {
  width: 1032px;
}
.faq-inner__text {
  margin-bottom: 40px;
  text-align: center;
}

.faq-list {
  /* --- 質問エリア (クリック可能なボタン) --- */
  /* --- 質問のプレフィックス (Q.) --- */
  /* --- 質問テキスト --- */
  /* --- アイコン (プラス/マイナス) --- */
  /* --- 回答エリアのコンテナ (アニメーション用) --- */
  /* --- 回答エリアの実コンテンツ --- */
  /* --- 回答のプレフィックス (A.) --- */
  /* --- 回答テキスト --- */
}
.faq-list__item {
  background-color: #fff;
  border: 1px solid #E0E4EA;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq-list__item {
    margin-bottom: 20px;
  }
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__item--open {
  /* 開いている時は、アイコンを「マイナス」に */
}
.faq-list__item--open .faq-list__answer-container {
  display: block;
}
.faq-list__item--open .faq-list__icon::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.faq-list__question-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
  text-align: left;
  color: #2C2E32;
  font-weight: bold;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .faq-list__question-container {
    padding: 20px 25px;
    font-size: 18px;
  }
}
.faq-list__question-prefix {
  font-weight: bold;
  color: #0055FF;
  margin-right: 10px;
  font-size: 20px;
}
.faq-list__question-text {
  flex: 1;
  font-weight: bold;
}
.faq-list__icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  /* プラス・マイナスの線 */
  /* 横線 (常に表示) */
  /* 縦線 (プラスの時のみ表示) */
}
.faq-list__icon::before, .faq-list__icon::after {
  content: "";
  position: absolute;
  background-color: #1A56A0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-list__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq-list__icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-list__answer-container {
  display: none;
}
.faq-list__answer-content {
  display: flex;
  padding: 20px 25px 25px;
  color: #2C2E32;
}
@media screen and (max-width: 768px) {
  .faq-list__answer-content {
    padding: 10px;
  }
}
.faq-list__answer-prefix {
  font-weight: bold;
  font-size: 20px;
  color: #2C2E32;
  margin-right: 10px;
  margin-top: 2px;
}
.faq-list__answer-text {
  flex: 1;
  line-height: 1.8;
}

/* -------------------------------------------------
	contact
-------------------------------------------------- */
.contact {
  width: 1236px;
  padding: 67px 0 37px;
  margin-bottom: 90px;
  border-radius: 5px;
  background: #F8F8F8;
}
.contact__tit {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__tit {
    font-size: 24px;
  }
}
.contact__text {
  margin-bottom: 35px;
  text-align: center;
}

.contact-inner {
  width: 857px;
  padding: 57px 0 41px;
  background: #fff;
  border-radius: 5px;
}

.contact-form {
  width: 647px;
  /* セレクトボックス固有の調整 */
}
.contact-form__item {
  margin-bottom: 40px;
}
.contact-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #2D2D2D;
  margin-bottom: 10px;
}
.contact-form__badge {
  display: inline-block;
  padding: 2px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  line-height: 1.4;
}
.contact-form__badge--required {
  background-color: #F07020;
}
.contact-form__input {
  position: relative;
}
.contact-form__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form__input--select {
  position: relative;
  /* セレクトボックスのカスタム矢印 */
}
.contact-form__input--select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.contact-form__field {
  width: 100%;
  height: 43px;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
.contact-form__field::-moz-placeholder {
  color: rgba(10, 10, 10, 0.5);
}
.contact-form__field::placeholder {
  color: rgba(10, 10, 10, 0.5);
}
.contact-form select.contact-form__field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-weight: bold;
  padding-right: 36px;
  /* IE非表示 */
}
.contact-form select.contact-form__field::-ms-expand {
  display: none;
}
.contact-form__textarea {
  width: 100%;
  height: 130px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  resize: vertical;
}
.contact-form__agree {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  /* CF7のacceptance用スタイリング調整 */
}
.contact-form__agree .wpcf7-list-item {
  margin: 0;
}
.contact-form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.contact-form__agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #004CFF;
  cursor: pointer;
}
.contact-form__link {
  color: #004CFF;
  text-decoration: underline;
}
.contact-form__link:hover {
  text-decoration: none;
}
.contact-form__submit-wrapper {
  text-align: center;
}
.contact-form__submit {
  width: 100%;
  max-width: 588px;
  height: 52px;
  background-color: #E8734A;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.contact-form__submit:hover {
  opacity: 0.85;
}

/* -------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 37px 0 32px;
  text-align: center;
  background: #DCDCDC;
}
.footer__logo {
  width: 230px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.footer__copyright {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */