@charset "UTF-8";
@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: #2C2E32;
  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;
  }
}

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

/* -------------------------------------------------
	btn
-------------------------------------------------- */
.grad-btn,
.border-btn {
  width: 28.9375rem;
  padding: 20px 3rem;
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, rgb(39, 108, 247) 0%, rgb(23, 64, 145) 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 20px 0px rgba(2, 40, 49, 0.2);
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .grad-btn,
.border-btn {
    width: 95%;
    padding: 20px 0.9375rem;
    font-size: 0.9375rem;
  }
}
.grad-btn::after,
.border-btn::after {
  content: "";
  width: 18px;
  height: 9.5px;
  background: url(../img/arrow_white02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .grad-btn::after,
.border-btn::after {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .grad-btn::after,
.border-btn::after {
    width: 13.5px;
    height: 12px;
    margin-top: -3px;
    right: 1.5625rem;
    vertical-align: middle;
  }
}
.grad-btn:hover, .grad-btn:active,
.border-btn:hover,
.border-btn:active {
  background-position: 100% 50%;
}

.border-btn {
  border: 2px solid #0055FF;
  color: #0055FF;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .border-btn {
    max-width: 20.375rem;
  }
}

/* -------------------------------------------------
	header
-------------------------------------------------- */
.header {
  width: 100%;
  height: 100px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    height: 54px;
    padding: 0 20px;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  .header-inner {
    max-width: 38.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
  }
}

.header-logo {
  width: 23.375rem;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 9.4375rem;
  }
}
.header-logo__img {
  width: 100%;
}

.header-btn {
  width: 100%;
  padding: 20px 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (min-width: 901px) {
  .header-btn {
    max-width: 31.875rem;
    border-radius: 16px;
  }
}
@media screen and (max-width: 900px) {
  .header-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-btn {
    padding: 20px 0.625rem;
    font-size: 0.9375rem;
  }
}
.header-btn::after {
  content: none;
}
.header-btn__arrow {
  width: 4.625rem;
  height: 34px;
  padding: 13px 8px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.header-btn__arrow-img {
  display: block;
  margin: 0 auto;
}

.menu-toggle {
  width: 3.75rem;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  z-index: 9999;
  transition: top 0.6s;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    width: 3.125rem;
    height: 45px;
  }
}
.menu-toggle.active {
  border: none;
}
.menu-toggle__line {
  width: 1.25rem;
  height: 2px;
  background: #2C2E32;
  transition: all 0.2s;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .menu-toggle__line {
    width: 1.0625rem;
  }
}
.menu-toggle__line:first-of-type {
  top: 19px;
}
@media screen and (max-width: 768px) {
  .menu-toggle__line:first-of-type {
    top: 15px;
  }
}
.menu-toggle__line:first-of-type.active {
  top: 50%;
  transform: translateX(-50%) rotate(-40deg);
}
.menu-toggle__line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle__line:nth-of-type(2).active {
  display: none;
}
.menu-toggle__line:last-of-type {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .menu-toggle__line:last-of-type {
    top: 27px;
  }
}
.menu-toggle__line:last-of-type.active {
  top: 50%;
  transform: translateX(-50%) rotate(40deg);
}

.navi {
  width: 42.0625rem;
  padding: 45px 3.375rem 82px;
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.3s ease;
  position: absolute;
  right: 40px;
  top: 24px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .navi {
    width: 95%;
    padding: 17px 0.625rem 39px;
    right: 10px;
  }
}
.navi.active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.navi__logo {
  width: 17.625rem;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .navi__logo {
    width: 9.4375rem;
    margin-bottom: 36px;
  }
}

.navi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 3.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .navi-list {
    padding: 0 1.4375rem;
    gap: 30px 1.625rem;
  }
}

.navi-list-item {
  width: calc((100% - 3.8125rem) / 2);
}
@media screen and (max-width: 768px) {
  .navi-list-item {
    width: calc((100% - 1.625rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .navi-list-item:last-of-type {
    width: 100%;
  }
}
.navi-list-item__link {
  width: 100%;
  transition: 0.3s;
}
.navi-list-item__link:hover, .navi-list-item__link:active {
  opacity: 0.6;
}
.navi-list-item__en {
  margin-bottom: 10px;
  color: #0055FF;
  font-size: 0.875rem;
  display: block;
}

/* -------------------------------------------------
	mv
-------------------------------------------------- */
.mv {
  margin-top: -100px;
  padding: 24px 0 0 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 85, 255) 96%, rgb(255, 255, 255) 96%);
}
@media screen and (min-width: 769px) {
  .mv {
    padding-top: 140px;
  }
}
.mv__img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .mv__img {
    height: 100vh;
  }
}

/* -------------------------------------------------
	title
-------------------------------------------------- */
.tit-lev1-part1 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tit-lev1-part1 {
    font-size: 1.125rem;
  }
}

.tit-lev1-part2,
.tit-lev1-part3 {
  margin-bottom: 80px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tit-lev1-part2,
.tit-lev1-part3 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.tit-lev1-part2__en,
.tit-lev1-part3__en {
  color: #0055FF;
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .tit-lev1-part2__en,
.tit-lev1-part3__en {
    font-size: 0.875rem;
  }
}

.tit-lev1-part3 {
  color: #fff;
}
.tit-lev1-part3__en {
  color: #fff;
}

.tit-lev2-part1 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .tit-lev2-part1 {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}

/* -------------------------------------------------
	bg
-------------------------------------------------- */
.grad-bg {
  padding-bottom: 73px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 195, 255) 100%);
}

/* -------------------------------------------------
	copy
-------------------------------------------------- */
.copy {
  margin-bottom: 87px;
  padding-top: 72px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy {
    margin-bottom: 77px;
    padding-top: 51.5px;
  }
}
.copy__text {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .copy__text {
    margin: 30px 0 42px;
    text-align: left;
  }
}

/* -------------------------------------------------
	message
-------------------------------------------------- */
.message {
  width: 1600px;
  padding: 80px 5rem;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 40px 1.25rem 25px;
  }
}

.message-inner {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .message-inner {
    align-items: flex-start;
    gap: 0 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-inner {
    flex-direction: column;
    gap: 40px 0;
  }
}

@media screen and (min-width: 1025px) {
  .message-inner-content {
    width: 45rem;
  }
}
.message-inner-content__text {
  line-height: 1.7;
}

.message-inner-movie {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .message-inner-movie {
    width: 42.5rem;
  }
}
.message-inner-movie iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .message-inner-movie iframe {
    height: 185px;
  }
}
@media screen and (min-width: 769px) {
  .message-inner-movie__name {
    font-size: 1.125rem;
  }
}

/* -------------------------------------------------
	worries
-------------------------------------------------- */
.worries {
  margin-top: 192px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worries {
    margin-top: 80px;
  }
}
.worries::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #fff; /* デモは青色の部分 */
  left: 0;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  .worries::before {
    height: 70px;
    bottom: -100px;
  }
}
.worries-wrap {
  width: 1440px;
}
.worries__tit {
  margin-bottom: 83px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries__tit {
    margin-bottom: 32px;
  }
}
.worries-inner {
  margin-bottom: 76px;
}
@media screen and (min-width: 1025px) {
  .worries-inner {
    margin-bottom: 179px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.worries__img {
  margin: 0 auto 45px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .worries__img {
    width: 23.3125rem;
    order: 2;
  }
}
@media screen and (max-width: 1330px) {
  .worries__img {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .worries__img {
    width: 10.9375rem;
  }
}
.worries__text {
  margin-bottom: 30px;
  text-align: center;
  color: #0055FF;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worries__text {
    font-size: 1.25rem;
  }
}
.worries__text--marker {
  background: linear-gradient(transparent 75%, #FFE97B 75%);
}
.worries__text::before {
  content: "";
  width: 87px;
  height: 87px;
  background: #F1F1F1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .worries__text::before {
    width: 54px;
    height: 54px;
  }
}

@media screen and (min-width: 1025px) {
  .worries-list01 {
    width: 28.125rem;
    order: 1;
  }
  .worries-list02 {
    width: 30rem;
    order: 3;
  }
}

.worries-item__tit {
  margin-bottom: 16px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 50px 100px 0 50px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #0055FF;
}
@media screen and (max-width: 1330px) {
  .worries-item__tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .worries-item__tit {
    margin-bottom: 10px;
    padding: 5px 7px;
  }
}
@media screen and (min-width: 1025px) {
  .worries-item:first-of-type .worries-item__text {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 1024px) {
  .worries-item__text {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------
	service
-------------------------------------------------- */
.service {
  padding: 258px 0 112px;
  background: linear-gradient(180deg, rgb(255, 255, 255) -22%, rgb(165, 195, 255) 100%);
}
@media screen and (max-width: 768px) {
  .service {
    padding: 120px 0 90px;
  }
}
.service-wrap {
  width: 1160px;
}
.service__tit {
  margin-bottom: 40px;
  text-align: center;
}
.service__text {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service__text {
    margin-bottom: 40px;
  }
}

.service-item:not(last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .service-item:not(last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .service-item:nth-of-type(2n + 1) .service-item__img {
    order: 2;
  }
  .service-item:nth-of-type(2n + 1) .service-item-content {
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .service-item-content {
    width: calc(100% - 38.125rem);
  }
}
.service-item__tit {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}
.service-item__img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .service-item__img {
    width: 34.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .service-item__img {
    margin-bottom: 20px;
  }
}

/* -------------------------------------------------
	strengths
-------------------------------------------------- */
.strengths {
  margin: -4% 0 154px;
  padding: 200px 0 239px;
  background: url(../img/strengths_bg.png) no-repeat;
  background-size: cover;
}
.strengths-wrap {
  width: 1600px;
}
@media screen and (max-width: 1024px) {
  .strengths {
    margin: -5% 0 80px;
    padding: 104px 0 37px;
  }
}

@media screen and (min-width: 1025px) {
  .strengths-list {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
  }
}
.strengths-list01 {
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .strengths-list01 {
    margin-bottom: 68px;
  }
}

.strengths-item {
  padding: 56px 2.5rem 26px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .strengths-item {
    max-width: 32.5rem;
    width: calc((100% - 40px) / 3);
    min-height: 536px;
  }
}
@media screen and (max-width: 1024px) {
  .strengths-item {
    margin-bottom: 30px;
    padding: 56px 1.25rem 20px;
  }
}
.strengths-item__num {
  font-size: 10rem;
  font-weight: 700;
  color: #0055FF;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.5;
}
@media screen and (max-width: 1024px) {
  .strengths-item__num {
    font-size: 6.25rem;
  }
}
.strengths-item__tit {
  margin-bottom: 35px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strengths-item__tit {
    margin-bottom: 27px;
    font-size: 1.25rem;
  }
}
.strengths-item__icon {
  height: 139px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strengths-item__icon {
    height: 128px;
  }
}
.strengths-item__img {
  max-width: 50%;
  height: auto;
}

/* -------------------------------------------------
	cta
-------------------------------------------------- */
.cta {
  width: 1440px;
  min-height: 500px;
  padding: 85px 10px 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/cta_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 990;
}
@media screen and (max-width: 768px) {
  .cta {
    min-height: 403px;
    padding: 43px 14px 37px;
    background-position: 30% 30%;
  }
}
.cta__tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cta__tit {
    margin-bottom: 30px;
  }
}
.cta__text {
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .cta__text {
    margin-bottom: 35px;
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 100%;
  }
}

.cta02 {
  margin-top: -353px;
  position: relative;
  z-index: 2;
}

/* -------------------------------------------------
	voice
-------------------------------------------------- */
.voice {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .voice {
    margin-top: -523px;
    padding-top: 523px;
    position: relative;
    overflow-y: clip;
  }
}
.voice__bg {
  width: 41%;
  position: absolute;
  top: 17%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .voice__bg {
    display: none;
  }
}
.voice-wrap {
  width: 1600px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .voice-wrap {
    margin-top: 160px;
  }
}
.voice-list {
  display: flex;
  gap: 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .voice-list {
    flex-direction: column;
    gap: 30px 0;
  }
}

.voice-item {
  padding: 43px 2.5rem 30px;
  background: #F6F6F6;
}
@media screen and (min-width: 1025px) {
  .voice-item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .voice-item {
    padding: 20px 10px;
  }
}
.voice-item iframe {
  margin-bottom: 32px;
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 768px) {
  .voice-item iframe {
    height: 200px;
    margin-bottom: 25px;
  }
}
.voice-item__tit {
  margin-bottom: 22px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .voice-item__tit {
    font-size: 1rem;
  }
}

/* -------------------------------------------------
	voice-others
-------------------------------------------------- */
.voice-others {
  margin-top: -115px;
  margin-bottom: 190px;
  padding-top: 230px;
  padding-bottom: 100px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 195, 255) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice-others {
    margin-top: -57px;
    margin-bottom: 140px;
    padding-top: 114px;
    padding-bottom: 30px;
  }
}
.voice-others::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #A5C3FF; /* デモは青色の部分 */
  left: 0;
  bottom: -119px;
}
@media screen and (max-width: 768px) {
  .voice-others::before {
    height: 70px;
    bottom: -70px;
  }
}
.voice-others-wrap {
  width: 1660px;
}
.voice-others__tit {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.voice-others__tit::after {
  content: "";
  width: 15.625rem;
  height: 1px;
  background: rgba(204, 204, 204, 0.8);
  opacity: 0.8;
}
.voice-others__text {
  margin-bottom: 46px;
  text-align: center;
  line-height: 1.7;
}
.voice-others .slide-arrow {
  width: 4.375rem;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .voice-others .slide-arrow {
    width: 2.1875rem;
  }
}
.voice-others .prev-arrow {
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice-others .prev-arrow {
    left: 5px;
  }
}
.voice-others .next-arrow {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .voice-others .next-arrow {
    right: 5px;
  }
}
.voice-others button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .voice-slider {
    width: 110%;
    margin-left: -5%;
  }
}
.voice-slider .slick-track {
  display: flex;
}
.voice-slider .slick-list {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .voice-slider .slick-list {
    width: 1480px;
    max-width: 85%;
  }
}

.voice-slider-item {
  height: auto;
  margin: 0 5px;
  padding: 20px 1.25rem 35px;
  background: #fff;
  border-radius: 5px;
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .voice-slider-item {
    min-height: 382px;
    margin: 0 10px;
    padding: 40px 2.5rem 32px;
  }
}
.voice-slider-item__tit {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0055FF;
}
@media screen and (max-width: 768px) {
  .voice-slider-item__tit {
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
  }
}
.voice-slider-item__text {
  margin-bottom: 15px;
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .voice-slider-item__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice-slider-item__img {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* -------------------------------------------------
	flow
-------------------------------------------------- */
.flow {
  padding-bottom: 500px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 195, 255) 100%);
  position: relative;
}
.flow::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #A5C3FF; /* デモは青色の部分 */
  left: 0;
  bottom: -119px;
}
@media screen and (max-width: 768px) {
  .flow::before {
    height: 70px;
    bottom: -70px;
  }
}
.flow-wrap {
  width: 1200px;
}
.flow__tit {
  margin-bottom: 42px;
}
.flow__text {
  margin-bottom: 64px;
  text-align: center;
}

.flow-item {
  padding: 62px 9.1875rem 62px 6.625rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flow-item {
    padding: 62px 3.125rem 62px 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-item {
    padding: 36px 1.375rem 36px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.flow-item:not(:last-of-type) {
  margin-bottom: 54px;
  position: relative;
}
.flow-item:not(:last-of-type)::before {
  content: "";
  width: 47px;
  height: 14px;
  background: url(../img/arrow_grad.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
.flow-item__step {
  padding-bottom: 10px;
  padding-right: 5.1875rem;
  border-right: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow-item__step {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flow-item__step {
    padding-right: 56px;
    font-size: 1rem;
  }
}
.flow-item__num {
  font-size: 5rem;
  display: block;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .flow-item__num {
    font-size: 3.75rem;
    line-height: 0.5;
  }
}
.flow-item__icon {
  width: auto;
}
@media screen and (min-width: 769px) {
  .flow-item__icon {
    max-width: 17%;
    margin: 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .flow-item__icon {
    max-width: 28%;
    margin-left: 56px;
  }
}
.flow-item-content {
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .flow-item-content {
    width: 100%;
    margin-top: 25px;
  }
}
.flow-item__tit {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .flow-item__tit {
    margin-bottom: 20px;
    text-align: center;
  }
}
.flow-item__text {
  line-height: 1.7;
}

/* -------------------------------------------------
	faq
-------------------------------------------------- */
.faq {
  padding-top: 160px;
  margin-bottom: 160px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
.faq-wrap {
  width: 1600px;
  padding: 80px 5rem;
  background: #F5F5F5;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .faq-wrap {
    padding: 30px 20px;
  }
}
.faq__bg {
  width: 44%;
  margin-top: -46%;
  position: absolute;
  top: 0;
  right: -157px;
  z-index: -1;
  transform: rotate(149deg);
}
@media screen and (max-width: 1024px) {
  .faq__bg {
    display: none;
  }
}

.faq-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .faq-item {
    padding-bottom: 30px;
    font-size: 0.9375rem;
  }
}
.faq-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .faq-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.faq-item__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 40px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-item__q {
    padding: 0 30px;
    align-items: flex-start;
    line-height: 1;
  }
}
.faq-item__q::before {
  content: "Q.";
  color: #0055FF;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-item__q::before {
    font-size: 1.25rem;
  }
}
.faq-item__q::after {
  transform: translateY(-25%) rotate(45deg);
  width: 11px;
  height: 11px;
  margin-left: 10px;
  border-bottom: 2px solid #2C2E32;
  border-right: 2px solid #2C2E32;
  content: "";
  transition: transform 0.5s;
}
.faq-item__a {
  margin-top: 30px;
  padding: 0 40px;
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .faq-item__a {
    padding: 0 30px;
  }
}
.faq-item__a::before {
  content: "A.";
  line-height: 1.2;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .faq-item__a::before {
    font-size: 1.25rem;
  }
}
.faq-item[open] .faq-item__q::after {
  transform: rotate(225deg);
}
.faq-item[open] .faq-item__a {
  transform: none;
  opacity: 1;
}

/* -------------------------------------------------
	company
-------------------------------------------------- */
.company {
  width: 1600px;
  margin-bottom: 160px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .company {
    margin-bottom: 80px;
    font-size: 1rem;
  }
}
.company-wrap {
  padding: 40px 5rem 80px 5rem;
  background: #F5F5F5;
}
@media screen and (max-width: 1024px) {
  .company-wrap {
    padding: 12px 1.375rem 42px 1.375rem;
  }
}
.company__text {
  margin-bottom: 30px;
}
.company__map {
  width: 100%;
  height: 304px;
}
@media screen and (max-width: 768px) {
  .company__map {
    height: 120px;
  }
}

/* -------------------------------------------------
	table
-------------------------------------------------- */
.main-table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 1025px) {
  .main-table__tit {
    width: 14.5625rem;
    border-bottom: 1px solid #0055FF;
    margin-bottom: 40px;
    padding: 40px 0;
    vertical-align: top;
  }
}
@media screen and (max-width: 1024px) {
  .main-table__tit {
    width: 100%;
    padding-top: 30px;
    display: block;
  }
}
.main-table__text {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1025px) {
  .main-table__text {
    padding: 40px 2.5rem 40px 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-table__text {
    width: 100%;
    padding-bottom: 30px;
    display: block;
    position: relative;
  }
  .main-table__text::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 1px;
    background: #0055FF;
  }
}

/* -------------------------------------------------
	contact
-------------------------------------------------- */
.contact {
  padding: 93px 0 120px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(165, 195, 255) 100%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 80px 0;
  }
}
.contact-wrap {
  width: 1120px;
}
.contact__tit {
  margin-bottom: 40px;
}
.contact__text {
  margin-bottom: 101px;
  text-align: center;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .border-btn {
  padding: 0;
}
.contact .border-btn::after {
  content: none;
}
.contact .border-btn input {
  width: 100%;
  padding: 20px 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .contact .border-btn input {
    padding: 20px 0.9375rem;
  }
}

.form-submit-btn {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.form-submit-btn::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .form-submit-btn {
    max-width: 20.375rem;
  }
}
@media screen and (max-width: 768px) {
  .form-submit-btn {
    margin-top: 30px;
  }
}
.form-submit-btn input {
  width: 100%;
  padding: 20px 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-submit-btn input {
    padding: 20px 0.9375rem;
  }
}

.contact-form-item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form-item {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.contact-form-item-top {
  align-items: flex-start;
}
.contact-form-item__tit {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .contact-form-item__tit {
    width: 20.875rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-item__tit {
    gap: 15px;
  }
}
.contact-form-item__tit--must {
  width: 82px;
  height: 38px;
  text-align: center;
  background: #0055FF;
  color: #fff;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact-form-item__tit--must {
    width: 64px;
    height: 26px;
  }
}
.contact-form-item__text {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .contact-form-item__text {
    width: calc(100% - 20.875rem);
    display: block;
  }
}
.contact-form-item__input {
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #ccc;
  background: #F5F5F5;
}
.contact-form-item__textarea {
  min-height: 139px;
}
.contact-form-item__select {
  position: relative;
}
.contact-form-item__select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0055FF;
  border-left: 2px solid #0055FF;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contact-form-item__select::after {
    top: 10px;
  }
}
.contact-form-item__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* -------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 70px 0 45px;
  background: #0055FF;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 35px 10px;
  }
}
.footer-wrap {
  width: 1330px;
}
.footer__logo {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    padding-bottom: 26px;
    margin-bottom: 26px;
  }
}
.footer__logo-img {
  width: 30.4375rem;
}
@media screen and (max-width: 768px) {
  .footer__logo-img {
    width: 13.4375rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 2;
  }
}
.footer-content__text {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .footer-content__text {
    margin-bottom: 40px;
    font-size: 0.9375rem;
  }
}
.footer-content__copyright {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer-content__copyright {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */