@charset "UTF-8";
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
/*! 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*/
}

@media screen and (max-width: 767px) {
  html{
    width: 100%;
  }
}
body {
overflow-x: hidden;
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding-top: 72px;
  width: 100%;
}

body.is-noScroll {
  overflow: hidden;
}

/**
 * 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] {
  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 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ------------------------------ */
/* カスタムプロパティ */
/* ------------------------------ */
/* カラー */
:root {
  --color-font-blue: #1A5BBC;
  --color-font-black: #000000;
  --color-font-base: #454545;
  --color-font-gray: #808080;
  --color-font-green: #179467;
  --color-font-white: #ffffff;
  --color-bg-blue-gradation:linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
  --color-bg-orange-gradation: linear-gradient(90deg, #F39501 0%, #EC6A0E 100%);
  --color-bg-green-gradation: linear-gradient(90deg, #1cba81 0%, #11704e 100%);
  --color-bg-blue: #1A5BBC;
  --color-bg-white: #ffffff;
  --color-bg-green: #179467;
  --color-bg-cream: #FAFAFC;
  --color-bg-orange: #F47A4D;
  --color-bg-pink: #F65B7A;
}

/* コンテナ幅 */
:root {
  --width-content-max: 1400px;
  --width-content: 1200px;
}

/* フォント */
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-inter: "Inter", sans-serif;
}

/* -------------------------
全体共通のスタイル
------------------------- */
body {
  font-family: var(--font-family-base);
  font-size: 14px;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* -------------------------
コンテナの幅、余白
------------------------- */
.l-container {
  width: 90%;
  margin: 0 auto;
  max-width: var(--width-content);
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0;
  }
}
.l-container-max {
  width: 90%;
  margin: 0 auto;
  max-width: var(--width-content);
}

.l-container-100 {
  width: 100%;
  max-width: var(--width-content);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-container-100 {
    width: 100%;
  }
}
.c-button1 {
  font-size: 20px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--color-font-blue);
  max-width: 300px;
  margin: 0 auto;
  height: 54px;
  background-color: var(--color-bg-white);
  justify-content: center;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2392156863) 0px 3px 8px;
  position: relative;
}

.c-button-orange {
  font-size: 20px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01em;
  color: var(--color-font-white);
  outline-offset: -7px;
  justify-content: center;
  text-align: center;
  display: grid;
  place-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  max-width: 340px;
  background-image: var(--color-bg-orange-gradation);
  border-radius: 20px;
  padding: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-button-orange {
    font-size: 17px;
    width: 291px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-orange {
    font-size: 17px;
    width: 291px;
    height: 64px;
  }
}
.c-button-blue {
  font-size: 25px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.01em;
  color: var(--color-font-white);
  max-width: 484px;
  margin: 0 auto;
  height: 87px;
  background-image: var(--color-bg-blue-gradation);
  outline-offset: -7px;
  justify-content: center;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-button-blue {
    font-size: 16px;
    height: 58px;
    width: 320px;
  }
}
.c-button-blue-small {
  font-size: 18px;
  width: 316px;
}

.c-button-border-white::after {
  position: absolute;
  border: 1px solid #fff;
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 100px;
}



.c-button-movie {
  font-size: clamp(10px, 1vw, 15px);
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 3px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: var(--color-font-white);
  border-radius: 100px;
  background-color: #0f1a45;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.c-button-movie-blue{
  background-color: #1a5bbc;
}

@media screen and (max-width: 767px) {
  .c-button-movie {
    padding: 3px 15px;
  }
}
.c-button-movie:hover {
  background-color: #A8B5EA;
}

.c-button-circle-white::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-circle-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-button-circle-white::before {
    top: 19px;
    right: 19px;
    width: 20px;
    height: 20px;
  }
}
.c-button-arrow-white::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px var(--color-bg-white);
  border-right: solid 2px var(--color-bg-white);
}

.c-button-arrow-white-small::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px var(--color-bg-white);
  border-right: solid 2px var(--color-bg-white);
}

.c-button-arrow-blue-small::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px #2634B1;
  border-right: solid 2px #2634B1;
}



@media screen and (max-width: 767px) {
  .c-button-document::before {
    top: 17px;
    left: 47px;
    width: 29px;
    height: 29px;
  }
}
.c-line-break-sp {
  display: inline;
}

@media screen and (max-width: 767px) {
  .c-line-break-sp {
    display: block;
  }
}
.c-line-break-tb {
  display: inline;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .c-line-break-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-line-break-tb {
    display: inline;
  }
}
.c-line-break-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-line-break-pc {
    display: inline;
  }
}
.c-title-level2 {
  font-size: 40px;
  font-family: var(--line-height-base);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-title-level2 {
    font-size: 31px;
    white-space: nowrap;
  }
}
.c-title-level2-large {
  font-size: 44px;
  font-family: var(--line-height-base);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-title-level2-large {
    font-size: 26px;
  }
}
.c-title-level2-border::before {
  content: "";
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-title-level2-border::before {
    width: 78px;
  }
}
.c-title-level2-border-black::before {
  background-color: #1F3A62;
}

.c-title-level2-border-blue::before {
  background-color: var(--color-bg-blue);
}

.c-title-level2-blue {
  color: var(--color-font-blue);
}

.c-title-level2-white {
  color: var(--color-font-white);
}

.c-title-level2-gray {
  color: var(--color-font-base);
}

.c-title-level2-center {
  text-align: center;

}

.c-title-level2-small {
  font-size: 32px;
  font-family: var(--line-height-base);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .c-title-level2-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-title-level2-medium {
    font-size: 24px;
  }
}
.c-title-level3 {
  font-size: 30px;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title-level3 {
    font-size: 24px;
  }
}
.c-title-level3-white {
  color: var(--color-font-white);
}

.c-title-level3-black {
  color: var(--color-font-black);
}

.c-title-level3-center {
  text-align: center;
}

.c-title-logo {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-title-logo {
    width: 155px;
    height: 39px;
  }
}
.c-title-detail {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .c-title-detail {
    margin-top: 30px;
  }
}
.c-title-detail span {
  display: block;
}

.c-base-text {
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-font-base);
}
.c-base-text::before, .c-base-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-base-text::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-base-text::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

.c-base-text2 {
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-font-black);
  margin-top: 10px;
}
.c-base-text2::before, .c-base-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-base-text2::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-base-text2::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}


.c-base-text-white {
  color: var(--color-font-white);
}

.c-base-text-blue {
  color: var(--color-font-blue);
}

.c-base-text-green {
  color: var(--color-font-green);
}

.c-base-text-gray {
  color: var(--color-font-base);
}

.c-base-text-small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-base-text-small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-base-text-small-sp {
    font-size: 10px;
  }
}
.c-base-text-center {
  text-align: center;
}

.c-base-text-bold {
  font-weight: 700;
}

/* ヘッダー */
.header {
  background-color: var(--color-bg-white);
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 2px 10px rgba(214, 214, 214, 0.3);
}

.header__inner {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__title {
    width: 100px;
    height: 25px;
  }
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: var(--color-bg-white);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    background-color: var(--color-bg-white);
  }
}
@media screen and (min-width: 1025px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-items {
    top: 18%;
    padding: 0 45px;
    margin-top: 130px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .nav-items {
    top: 15%;
    padding: 0 45px;
    margin-top: 130px;
  }
}
@media screen and (min-width: 1025px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.nav-items__item a {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.nav-items__item {
  font-size: 14px;
  font-family: var(--font-family-base);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  color: var(--color-font-base);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-items__item {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .nav-items__item {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 26px;
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: var(--color-bg-blue);
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
@media screen and (max-width: 1024px) {
  .header__nav.active {
    transform: translateX(0);
    margin-top: 56px;
  }
}
.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header-nav-item {
  font-size: 14px;
  font-family: var(--font-family-base);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-font-base);
  margin-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 72px;
}

.btn-header {
  font-size: 14px;
  font-family: var(--font-family-roboto);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-font-blue);
  padding: 12px 47px;
  background-color: var(--color-bg-white);
  display: inline-block;
  border-radius: 100px;
  border: solid 1px var(--color-bg-blue);
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btn-header {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-header {
    font-size: 16px;
  }
}
.btn-header::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}

.top-fv {
  width: 100%;
}

.top-fv-inner {
  height: 50vw;
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  position: relative;
}

@media screen and (min-width: 1441px) {
  .top-fv-inner {
    height: 720px;
  }
}
@media screen and (max-width: 1280px) {
  .top-fv-inner {
    height: 670px;
  }
}
@media screen and (max-width: 1180px) {
  .top-fv-inner {
    height: 630px;
  }
}
@media screen and (max-width: 1080px) {
  .top-fv-inner {
    height: 580px;
  }
}
@media screen and (max-width: 960px) {
  .top-fv-inner {
    height: 540px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv-inner {
    height: 540px;
  }
}
@media screen and (max-width: 767px) {
  .top-fv-inner {
    height: 890px;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 376px) {
  .top-fv-inner {
    height: 890px;
    width: 375px;
  }
}
.top-fv-image-wrap {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.top-fv-image-wrap img {
  align-self: flex-start;
  object-fit: cover;
}

.fv-image-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .fv-image-pc {
    display: none;
  }
}
.fv-image-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .fv-image-sp {
    display: block;
  }
}
.top-fv-image-balloon {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 17%;
}

.top-fv-image-01 {
  position: absolute;
  top: 10%;
  left: 14%;
  width: 20%;
}

@media screen and (max-width: 840px) {
  .top-fv-image-01 {
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .top-fv-image-01 {
    width: 100%;
    left: 0;
    top: 20%;
    z-index: 2;
  }
}
.top-fv-image-02 {
  position: absolute;
  top: 46%;
  left: 33%;
  width: 34%;
}

@media screen and (max-width: 767px) {
  .top-fv-image-02 {
    width: 100%;
    top: 20%;
    right: 10%;
    left: 0;
    z-index: 1;
  }
}
.top-fv-image-04 {
  flex-basis: auto;
  position: absolute;
  top: 10%;
  right: 2%;
  width: 37%;
}

@media screen and (max-width: 840px) {
  .top-fv-image-04 {
    top: 15%;
  }
}
.top-fv-inner-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}

.top-fv-text {
  font-size: clamp(30px, 3.3vw, 48px);
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  background: var(--color-bg-blue-gradation);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 70px;
}
.top-fv-text::before, .top-fv-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-fv-text::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-fv-text::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-fv-text {
    margin-top: 37px;
  }
}
.top-fv-text-small {
  font-size: 33px;
}

@media screen and (max-width: 767px) {
  .top-fv-text-small {
    font-size: 21px;
  }
}
.top-fv-text-large {
  margin-top: 30px;
  display: block;
  font-size: 52px;
}

.top-fv-text-detail {
  font-size: clamp(22px, 2.2vw, 32px);
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-font-base);
  margin-top: 70px;
}
.top-fv-text-detail::before, .top-fv-text-detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-fv-text-detail::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-fv-text-detail::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-fv-text-detail {
    margin-top: 7px;
  }
}
.top-fv-inner-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top-fv-inner-button {
    bottom: 45px;
    width: 84%;
  }
}
.top-fv-button-large {
  width: 480px;
  height: 76px;
  background-image: linear-gradient(90deg, #1488CC 0%, #2B32B2 100%);
  justify-content: center;
  color: var(--color-font-white);
  align-items: center;
  justify-content: center;
  display: inline-flex;
  display: flex;
  flex-direction: column;
  place-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 25px;
  font-family: var(--line-height-base);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.top-fv-button-large::before, .top-fv-button-large::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-fv-button-large::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.top-fv-button-large::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-fv-button-large {
    height: 63px;
    font-size: 19px;
    padding: 0;
    width: 326px;
  }
}
.top-fv-button-large::before {
  content: "";
  width: 16.5px;
  height: 16.5px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px var(--color-bg-white);
  border-right: solid 2px var(--color-bg-white);
}

@media screen and (max-width: 767px) {
  .top-fv-button-large::before {
    width: 11.7px;
    height: 11.7px;
  }
}
.top-fv-button-small-text {
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-fv-button-small-text {
    font-size: 11px;
  }
}
.top-problem-inner {
  padding: 100px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .top-problem-inner {
    padding: 36px 0 44px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-section-title {
    font-size: 24px;
  }
}
.top-problem-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 60px 0 40px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-problem-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-wrapper {
    flex-direction: column;
    margin: 60px 0 15px 0;
  }
}
.top-problem-list {
  border-radius: 10px;
  background-color: var(--color-bg-white);
  padding: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-problem-list {
    padding: 12px;
  }
}
.top-problem-list-blue {
  background-color: var(--color-bg-blue);
}

.top-problem-list-green {
  background-color: var(--color-bg-green);
}

.top-problem-title {
  padding: 44px 0;
}

@media screen and (max-width: 767px) {
  .top-problem-title {
    font-size: 19px;
    padding: 21px 0;
  }
}
.top-problem-item {
  border-radius: 10px;
  background-color: var(--color-bg-white);
  width: 100%;
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-problem-item {
    padding: 26px 12px 32px 12px;
    margin-bottom: 12px;
  }
}
.top-problem-item:last-child {
  margin-bottom: 0;
}

.top-problem-item-lead {
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 3px 30px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .top-problem-item-lead {
    font-size: 12px;
    padding: 1px 19px;
  }
}
.top-problem-item-lead-blue {
  color: var(--color-font-blue);
  border: solid 1px var(--color-bg-blue);
}

.top-problem-item-lead-green {
  color: var(--color-font-green);
  border: solid 1px var(--color-bg-green);
}

.top-problem-item-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top-problem-item-title-wrap {
    margin-bottom: 36px;
  }
}
.top-problem-item-title {
  font-size: clamp(24px, 1.5vw, 28px);
  font-family: var(--line-height-base);
  font-weight: 700;
  line-height: normal;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .top-problem-item-title {
    font-size: 18px;
  }
}
.top-problem-item-image {
  flex-shrink: 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .top-problem-item-image-01 {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-item-image-02 {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-item-image-03 {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-item-image-04 {
    width: 74px;
    height: auto;
  }
}
.top-problem-item-text {
  padding: 14px 19px;
  background-color: var(--color-bg-cream);
}

@media screen and (max-width: 767px) {
  .top-problem-item-text {
    padding: 0;
  }
}
.top-problem-button {
  cursor: pointer;
  font-size: 20px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--color-font-blue);
  max-width: 300px;
  margin: 0 auto;
  height: 48px;
  background-color: var(--color-bg-white);
  justify-content: center;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-problem-button {
    font-size: 16px;
  }
}
.top-problem-button::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 20px;
  width: 15px; /* (2√3)*h/3 */
  height: 15px; /* 高さ */
  background-image: url(../img/icon-triangle-down.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top-problem-button::after {
    top: 18px;
    width: 12px;
    height: 12px;
  }
}
.top-problem-accordion-list {
  margin-top: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 30px;
  position: relative;
  border: transparent;
  height: 0;
  width: 0;
  opacity: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-problem-accordion-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-accordion-list {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0;
  }
}
.top-problem-accordion-list.is-open {
  margin-top: 24px;
  height: auto;
  width: 100%;
  opacity: 1;
  transition: opacity 1s, transform 0.5s;
}

.top-problem-button.is-open::after {
  transform: rotate(180deg);
}

.top-problem-accordion-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: calc((100% - 60px) / 2);
  padding: 35px 20px;
}

@media screen and (max-width: 767px) {
  .top-problem-accordion-item {
    width: 100%;
  }
}
/* @media screen and (max-width: 767px) {
  .problem-accordion-item-02 {
    order: 3;
  }
  .problem-accordion-item-0 {
    order: 2;
  }
} */
.top-problem-accordion-title {
  font-size: 22px;
  font-family: var(--font-family-base);
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--color-font-blue);
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-problem-accordion-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-accordion-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-problem-accordion-title span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-accordion-title span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-problem-accordion-text {
    font-size: 16px;
  }
}
.top-answer {
  background-color: #FAFAFC;
}

.top-answer-title-wrap {
  background-color: var(--color-bg-white);
  padding-bottom: 35px;
}

.top-answer-inner {
  padding-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .top-answer-inner {
    width: 100%;
  }
}
.top-answer-item {
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
  .top-answer-item {
    flex-direction: column;
    padding: 40px 0;
  }
}
.top-answer-item:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .top-answer-item:nth-child(even) {
    flex-direction: column;
  }
}
.top-answer-item-text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .top-answer-item-text {
    margin-top: 8px;
  }
}
.top-answer-item-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top-answer-item-text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-answer-item-text-wrap {
    width: 100%;
  }
}
.top-answer-item-title-space {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .top-answer-item-title-space {
    margin-bottom: -8px;
  }
}
.top-answer-item-title {
  font-size: 2rem;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: var(--color-font-white);
  position: relative;
  background: var(--color-bg-blue-gradation);
  display: inline;
  white-space: nowrap;
  padding: 10px;
}

.top-answer-item-title-sub{
  font-size: 8px;
}

@media screen and (max-width: 767px) {
  .top-answer-item-title {
    font-size: 1.3rem;
    line-height: 3;
  }
}
.top-answer-item-title-large {
  font-size: 2rem;
  margin: 8px 0 25px 0;
}

@media screen and (max-width: 767px) {
  .top-answer-item-title-large {
    margin: 5px 0 20px 0;
    font-size: 1.3rem;
  }
}
.top-answer-item-text-bottom {
  font-size: 14px;
  border-top: solid 1px #454545;
  margin-top: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-answer-item-text-bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-answer-image {
    width: 311px;
    height: 184px;
  }
}
.top-answer-image-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-answer-image-wrap {
    margin-bottom: 46px;
  }
}
.top-answer-balloon {
  position: absolute;
}

.answer-balloon-1-1 {
  top: -55px;
  left: -37px;
}

@media screen and (max-width: 767px) {
  .answer-balloon-1-1 {
    left: -7px;
    top: -40px;
  }
}
.answer-balloon-1-2 {
  top: 123px;
  left: -9px;
}

@media screen and (max-width: 767px) {
  .answer-balloon-1-2 {
    top: 92px;
    left: -7px;
  }
}
.answer-balloon-2-1 {
  top: -43px;
  right: -7px;
}

@media screen and (max-width: 767px) {
  .answer-balloon-2-1 {
    top: -23px;
    right: -7px;
  }
}
.answer-balloon-2-2 {
  top: 123px;
  right: 8px;
}

@media screen and (max-width: 767px) {
  .answer-balloon-2-2 {
    top: 90px;
    right: -7px;
  }
}
.answer-balloon-3-1 {
  top: -53px;
  left: -28px;
}

@media screen and (max-width: 767px) {
  .answer-balloon-3-1 {
    top: -29px;
    left: -7px;
  }
}
.answer-balloon-3-2 {
  bottom: 33px;
  right: -12px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .answer-balloon-3-2 {
    bottom: -42px;
    right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .answer-balloon-3-2 {
    right: -7px;
    bottom: -40px;
  }
}
.top-reason {
  background: var(--color-bg-white);
}

.top-reason-inner {
  padding-top: 57px;
}

@media screen and (max-width: 767px) {
  .top-reason-inner {
    width: 100%;
  }
}


.top-reason-wrap {
  margin-top: 70px;
  background-color: #EBF3FF;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .top-reason-wrap {
    padding: 30px 0 40px 0;
  }
}
.top-reason-list {
  background-color: var(--color-bg-white);
  padding: 80px 70px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media screen and (max-width: 767px) {
  .top-reason-list {
    padding: 42px 12px;
  }
}
.top-reason-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 86px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-reason-item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-reason-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason-image {
    width: 244px;
    height: auto;
  }
}
.top-reason-item:last-child {
  margin-bottom: 0;
}

.top-reason-text {
  width: 100%;
  margin-left: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-reason-text {
    margin-left: 0;
  }
}
.top-reason-text-01, .top-reason-text-02 {
  background-color: var(--color-bg-white);
  border-top: solid 1px #E2E2E2;
  padding-top: 17px;
}

.top-reason-text-01 {
  margin-bottom: 7px;
}

.top-reason-text-02 {
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .top-reason-text-01, .top-reason-text-02 {
    margin-bottom: 31px;
    margin-top: 38px;
    font-size: 16px;
  }
}
.top-reason-item-num-wrap {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-reason-item-num-wrap {
    order: 1;
  }
  .top-reason-title-wrap {
    order: 2;
  }
  .top-reason-image {
    order: 3;
  }
  .top-reason-text {
    display: contents;
  }
  .top-reason-text-01, .top-reason-text-02 {
    order: 4;
  }
  .top-reason-btn {
    order: 5;
  }
}
.top-reason-item-num {
  font-size: 94px;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #DEDEE0;
}
.top-reason-item-num::before, .top-reason-item-num::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-reason-item-num::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-reason-item-num::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-reason-item-num {
    font-size: 71px;
  }
}
.top-reason-item-lead {
  font-size: 24px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.02em;
  color: var(--color-font-blue);
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .top-reason-item-lead {
    font-size: 20px;
    left: 41px;
  }
}
.top-reason-title-wrap {
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .top-reason-title-wrap {
    margin-bottom: 0;
  }
}
.top-reason-title {
  font-size: 34px;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: var(--color-bg-blue-gradation);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-reason-title::before, .top-reason-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-reason-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-reason-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-reason-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason-title span {
    display: block;
  }
}
.top-reason-subtitle {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .top-reason-subtitle {
    font-size: 15px;
  }
}
.top-reason-title:last-child {
  margin-bottom: 32px;
}

.top-reason-btn {
  margin: 0 0 0 auto;
  text-align: right;
  color: #2634B1;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .top-reason-btn {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
  }
}
.top-cta {
  margin: 100px 50px 0 50px;
  padding: 46px 42px;
}

@media screen and (max-width: 767px) {
  .top-cta {
    margin: 27px 20px 54px 20px;
    padding: 20px;
    overflow: hidden;
  }
}
.swiper2 {
  position: relative;
}

.top-cta-inner {
  border: solid 6px #5168DF;
  background-color: #2548D7;
  border-radius: 16px;
  padding: 48px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-inner {
    border: solid 3px #5168DF;
    flex-direction: column;
    padding: 12px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-text-wrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-text-wrap {
    display: contents;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-image-wrap {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-image-wrap {
    width: 299px;
    height: 255px;
    order: 2;
  }
}
.top-cta-title {
  font-size: 34px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-font-white);
  margin-bottom: 34px;
}
.top-cta-title::before, .top-cta-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-cta-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-cta-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-title {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-title {
    font-size: 21px;
    order: 1;
    margin-bottom: 0;
  }
}
.top-cta-text {
  font-size: 15px;
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-font-white);
  margin-bottom: 22px;
}
.top-cta-text::before, .top-cta-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-cta-text::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-cta-text::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-text {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-text {
    margin: 28px 0;
    order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-button {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-button {
    order: 4;
  }
}
.top-cta-button-simple {
  margin-top: 20px;
  display: inline-block;
  font-size: 20px;
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--color-font-white);
  position: relative;
  writing-mode: vertical-lr;
  padding: 16px;
  position: absolute;
  right: 0;
  bottom: 50px;
  border-radius: 20px 0 0 20px;
  background-color: #009d5b;
  width: 60px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cta-button-simple {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .top-cta-button-simple {
    order: 5;
    font-size: 17px;
    margin-left: -37px;
  }
}

@media screen and (max-width: 767px) {
  .top-cta-button-simple::after {
    width: 21px;
    height: 21px;
    right: -25px;
  }
}
.swiper-slide-cta {
  height: auto;
}

.ruby{
  font-size: 36px;
}

.rt{
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .ruby{
    font-size: 26px;
  }

  .rt{
    font-size: 6px;
  }
}



/* -------------------------
機能一覧
------------------------- */
.top-functions {
  height: 1237px;
  width: 100%;
  background-image: url(../img/top-function-bg.png);
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1280px) {
  .top-functions {
    background-image: none;
    height: auto;
  }
}
.top-functions-inner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .top-functions-inner {
    width: 100%;
  }
}

.top-functions-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .top-functions-list {
    gap: 15px;
  }
}
.top-functions-item {
  background-color: var(--color-bg-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: calc((100% - 40px) / 3);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-functions-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-functions-item {
    width: 100%;
  }
}
.top-functions-circle {
  width: 120px;
  height: 120px;
  background-image: var(--color-bg-blue-gradation);
  position: relative;
  border-radius: 50%;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .top-functions-circle {
    width: 108px;
    height: 108px;
  }
}
.top-functions-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.top-functions-icon-01 {
  width: 36px;
  height: 69px;
  background-image: url(../img/icon-functions-01.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-01 {
    width: 31px;
    height: 62px;
  }
}
.top-functions-icon-02 {
  width: 66px;
  height: 67px;
  background-image: url(../img/icon-functions-02.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-02 {
    width: 48px;
    height: 48px;
  }
}
.top-functions-icon-03 {
  width: 54px;
  height: 54px;
  background-image: url(../img/icon-functions-03.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-03 {
    width: 59px;
    height: 60px;
  }
}
.top-functions-icon-04 {
  width: 45px;
  height: 54px;
  background-image: url(../img/icon-functions-04.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-04 {
    width: 40px;
    height: 48px;
  }
}
.top-functions-icon-05 {
  width: 58px;
  height: 55px;
  background-image: url(../img/icon-functions-05.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-05 {
    width: 52px;
    height: 49px;
  }
}
.top-functions-icon-06 {
  width: 59px;
  height: 55px;
  background-image: url(../img/icon-functions-06.svg);
}

@media screen and (max-width: 767px) {
  .top-functions-icon-06 {
    width: 53px;
    height: 49px;
  }
}
.top-functions-title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-functions-title {
    font-size: 26px;
  }
}
.top-functions-text {
  margin-top: 26px;
  padding: 0 25px 0 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-functions-text {
    margin-top: 15px;
    padding: 0 12px 0 45px;
  }
}
.top-functions-text::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 19px;
  width: 27px;
  height: 27px;
  background-image: url(../img/icon-circle-check.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-functions-text::before {
    top: 8px;
    left: 17px;
    width: 24px;
    height: 24px;
  }
}
/* -------------------------
導入の流れ
------------------------- */
.top-flow-title-wrap {
  height: 240px;
  width: 100%;
  background-image: url(../img/top-flow-title-bg.png);
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top-flow-title-wrap {
    height: 132px;
    background-position: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-flow-title-wrap-inner {
  text-align: center;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .top-flow-title-wrap-inner {
    width: 100%;
  }
}

.top-flow-title-wrap-triangle {
  width: 183px;
  height: 67px;
  background-color: var(--color-bg-blue);
  clip-path: polygon(50% 67px, 0% 0%, 183px 0%);
  margin-bottom: 23px;
  position: absolute;
  top: 239px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .top-flow-title-wrap-triangle {
    width: 79px;
    height: 28px;
    clip-path: polygon(50% 28px, 0% 0%, 79px 0%);
    background-color: #2764BF;
    top: 131px;
  }
}
.top-flow-img {
  margin: 91px 0 75px 0;
}

@media screen and (max-width: 767px) {
  .top-flow-img {
    margin: 54px 0 27px 0;
  }
}
.top-flow-microcopy {
  font-size: 26px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: var(--color-bg-blue-gradation);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  margin-bottom: 11px;
}
.top-flow-microcopy::before, .top-flow-microcopy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-flow-microcopy::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-flow-microcopy::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-flow-microcopy {
    font-size: 17px;
  }
}


/* -------------------------
料金プラン
------------------------- */

/* 表示領域の設定 */
.top-price-inner {
  margin: 40px auto 100px auto;
  padding: 25px;
  background-color: var(--color-bg-cream);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  width: 600px;
}

/* 「料金プラン」の表示設定 */
.top-price-text {
  width: 100%;
}
.c-price-square {
  font-size: 40px;
  width: 100%;
  margin: auto;
  --x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
  --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
  position: relative;
  padding: 0.5rem;
  background-image:
      var(--x-gradient),
      var(--y-gradient),
      var(--x-gradient),
      var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  font-weight: bold;
  text-align: center;
}

/* 表示文字設定 */
.c-price-text {
  margin: 20px auto;
  font-size: 18px;
  font-weight: 900;
}
/* 一部文字拡大 */
.c-price-text span {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 50px;
}

/* 画像表示領域の設定 */
.c-price-box {
  position: relative;
  margin: 10px 30px 0 30px;
}
.price-img {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: auto;
}
.c-price-text2 {
  position: absolute;/*重ねたい子要素にabsolute*/
  width: 90%;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 24px;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

/* プラン内容の表示領域の設定 */
.c-price-primary {
  position: relative;
  top: -25px;
}
/* 枠線の設定 */
.box1 {
  z-index: 1;
  margin: auto;
  position: relative;
  padding: 1em 1em;
  border: solid 6px #F65B7A;
  border-radius: 3px 0 3px 0;
  width: 100%;
}
.box2 {
  z-index: 1;
  margin: auto;
  position: relative;
  padding: 1em 1em;
  border: solid 6px #1a5bbc;
  border-radius: 3px 0 3px 0;
  width: 100%;
}

/* プラン名の設定 */
.c-price-title {
  margin: 30px auto 0 auto;
  font-size: 40px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 金額表示の設定 */
.top-price-yen {
  font-size: 36px;
  font-family: var(--font-family-roboto);
  font-weight: 900;
  letter-spacing: 0;
  color: var(--color-font-black);
  background: linear-gradient(transparent 75%, #F9E623 50%);
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
/* 金額の文字一部拡大 */
.top-price-yen span {
  font-size: 80px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-font-black);
  margin-top: 20px;
}

/* 補足領域の設定 */
.c-price-secondary {
  color: var(--color-font-gray);
  text-align: left;
}

/* プラン切り替えボタンの設定 */
#btn1 span,#btn2 span{
  display: flex;
  flex-direction: column;
  font-size: 24px;
  margin-top: 10px;
  padding: 20px 0;
  color: var(--color-bg-white);
  background-color: var(--color-font-black);
  border: 2px solid var(--color-bg-cream);
  width: 100%;
}

#btn1 span:hover {
  color: var(--color-font-black);
  background-color: var(--color-bg-cream);
  border: 2px solid var(--color-font-black);
}

#btn2 span:hover {
  color: var(--color-font-black);
  background: var(--color-font-white);
  border: 2px solid var(--color-font-black);
}

/* SPの表示設定（プランの設定 --ここから-- */
@media only screen and (min-width: 1px) and (max-width: 480px) {
/* 表示領域の設定 */
.top-price-inner {
  margin: calc(40vw/4.8) auto calc(100vw/4.8) auto;
  padding: calc(15vw/4.8);
  width: 100%;
}

/* 「料金プラン」の表示設定 */
.c-price-square {
  font-size: calc(31vw/4.8);
}

/* 表示文字設定 */
.c-price-text {
  margin: calc(10vw/4.8) 0;
  font-size: calc(12vw/4.8);
  font-weight: 900;
}
/* 一部文字拡大 */
.c-price-text span {
  font-size: calc(30vw/4.8);
}

/* 画像表示領域の設定 */
.c-price-box {
  position: relative;
  margin: calc(10vw/4.8) calc(30vw/4.8) 0 calc(30vw/4.8);
}
.c-price-text2 {
  font-size: calc(14vw/4.8);
}

/* プラン内容の表示領域の設定 */
.c-price-primary {
  position: relative;
  top: calc(-15vw/4.8);
}

/* プラン名の設定 */
.c-price-title {
  margin: calc(10vw/4.8) auto;
  font-size: calc(31vw/4.8);
  font-weight: 900;
}

/* 金額表示の設定 */
.top-price-yen {
  font-size: calc(24vw/4.8);
}
/* 金額の文字一部拡大 */
.top-price-yen span {
  font-size: calc(50vw/4.8);
}

/* 補足領域の設定 */
.c-price-secondary {
  font-size: calc(12vw/4.8);
  color: var(--color-font-gray);
  text-align: left;
}

/* プラン切り替えボタンの設定 */
#btn1 span,#btn2 span {
  font-size: calc(16vw/4.8);
  margin-top: calc(10vw/4.8);
  padding: calc(15vw/4.8);
}
} 
/* SPの表示設定（プランの設定 --ここまで-- */


@media screen and (max-width: 767px) {
  .top-price-caution {
    font-size: 10px;
  }
}
.top-price-plane-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top-price-plane-text {
    margin-top: 10px;
  }
}
.top-price-item {
  font-size: 20px;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color-font-base);
  margin-bottom: 15px;
  position: relative;
  padding-left: 33px;
  background-size: 30px 30px;
  background-image: url(../img/icon-circle-check.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.top-price-item-pink {
  font-size: 20px;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color-font-base);
  margin-bottom: 15px;
  position: relative;
  padding-left: 33px;
  background-size: 30px 30px;
  background-image: url(../img/icon-circle-check-pink.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.top-price-item::before, .top-price-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-price-item::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-price-item::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.top-price-item-pink::before, .top-price-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-price-item-pink::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-price-item-pink::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-price-item {
    font-size: 16px;
    background-size: 23px 23px;
    padding-left: 28px;
  }

  .top-price-item-pink {
    font-size: 16px;
    background-size: 23px 23px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top-price-item {
    font-size: 16px;
    background-size: 23px 23px;
    padding-left: 28px;
  }

  .top-price-item-pink {
    font-size: 16px;
    background-size: 23px 23px;
    padding-left: 28px;
  }
}
.top-price-item:last-child {
  margin-bottom: 0;
}

.top-price-item-pink:last-child {
  margin-bottom: 0;
}
/* -------------------------
導入事例
------------------------- */
.top-case {
  background-color: #EBF3FF;
}

@media screen and (max-width: 767px) {
  .top-case {
    width: 100%;
  }
}

.top-case-inner {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .top-case-inner {
    padding: 30px 0 40px 0;
  }
}
.top-case-pickup {
  margin-top: 24px;
  background-color: var(--color-bg-white);
  border-radius: 13px;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 2.56116px 6.40289px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-case-pickup {
    flex-direction: column;
    padding: 34px 12px 43px 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-case-pickup {
    margin-top: 30px;
    flex-direction: column;
    padding: 34px 12px 43px 12px;
  }
}
.top-case-thumbnail {
  margin: 0 56px 0 48px;
}

@media screen and (max-width: 767px) {
  .top-case-thumbnail {
    width: 253px;
    height: 138px;
    margin-bottom: 21px;
  }
}
.top-case-pickup-text {
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-case-pickup-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-case-pickup-text {
    padding-right: 0;
  }
}
.top-case-pickup-category {
  font-size: 18px;
  color: var(--color-font-white);
  font-family: var(--font-family-roboto);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 24px;
  border-radius: 100px;
  background-color: var(--color-bg-blue);
  padding: 9px 100px;
  text-align: center;
  display: inline-block;
}
.top-case-pickup-category::before, .top-case-pickup-category::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-case-pickup-category::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-case-pickup-category::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-case-pickup-category {
    font-size: 10px;
    padding: 7px 63px;
    margin-bottom: 17px;
  }
}
.top-case-pickup-label-wrap{
  display: flex;
  justify-content: flex-start;
}

.top-case-pickup-label {
  font-size: 15px;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 4px 18px;
  background-color: #EFF1F3;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 10px;
}
.top-case-pickup-label:last-child{
  margin-right: 0;
}
.top-case-pickup-label::before, .top-case-pickup-label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-case-pickup-label::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-case-pickup-label::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-case-pickup-label {
    font-size: 11px;
    line-height: 1;
    padding: 4px 11px;
  }
  .top-case-pickup-label::before, .top-case-pickup-label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top-case-pickup-label::before {
    margin-top: calc((1 - 1) * 0.5em);
  }
  .top-case-pickup-label::after {
    margin-bottom: calc((1 - 1) * 0.5em);
  }
}
.top-case-pickup-title {
  font-size: 15px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  color: #1D6EA9;
  padding-bottom: 7px;
  margin-bottom: 4px;
  border-bottom: solid 1px #E2E2E2;
}
.top-case-pickup-title::before, .top-case-pickup-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-case-pickup-title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-case-pickup-title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-case-pickup-title {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 6px;
  }
}
.top-case-pickup-company {
  font-size: 12px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.top-case-pickup-company::before, .top-case-pickup-company::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-case-pickup-company::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.top-case-pickup-company::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-case-pickup-company {
    font-size: 11px;
  }
}
/* -------------------------
活用ケース
------------------------- */
.top-service-inner {
  padding: 40px 0;
}

.top-service-table-wrap {
  max-width: 1080px;
  margin: 64px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-service-table-wrap {
    overflow-x: scroll;
    padding-top: 10px;
  }
}
.top-service-table-radius {
  font-size: 18px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #262B43;
  text-align: center;
  border: 1px solid #ddd;
  width: 100%;
}
.top-service-table-radius::before, .top-service-table-radius::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-service-table-radius::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-service-table-radius::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.top-service-table-radius thead {
  border: solid 1px var(--color-bg-cream);
}
.top-service-table-radius th, .top-service-table-radius td {
  padding: 0.6em 0;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .top-service-table-radius {
    border-collapse: collapse;
    min-width: 768px;
  }
}
.table-text-caution {
  font-size: 10.5px;
}

.table-text-small {
  font-size: 13px;
}

.table-text-medium {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .table-text-medium {
    font-size: 14px;
  }
}
.table-text-large {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .table-text-large {
    font-size: 14px;
  }
}
.table-text-ex-large {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .table-text-ex-large {
    font-size: 20px;
  }
}
.top-service-table-radius tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.top-service-table-radius tr td:nth-of-type(1) {
  font-size: 15px;
  font-family: var(--font-family-roboto);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
.top-service-table-radius tr td:nth-of-type(1)::before, .top-service-table-radius tr td:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-service-table-radius tr td:nth-of-type(1)::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-service-table-radius tr td:nth-of-type(1)::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

.top-service-table-radius th {
  text-align: center;
  background-color: #ddd;
  font-size: 18px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  letter-spacing: 0;
  height: 100px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .top-service-table-radius th {
    font-size: 13px;
  }
}
.top-service-table-radius th:first-of-type {
  width: 16.7%;
  border-radius: 8px 0 0 0;
  overflow: hidden;
}

.top-service-table-radius th:nth-child(2) {
  width: 16.7%;
  color: var(--color-bg-white);
  background-color: #F65B7A;
  font-size: 28px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-service-table-radius th:nth-child(2) {
    font-size: 21px;
  }
}
.top-service-table-radius th:nth-child(2)::before {
  position: fixed;
  top: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #F65B7A;
  border-radius: 10px 10px 0 0;
  left: 0;
  bottom: 100%;
}

  .top-service-table-radius td:nth-child(2) {
    border: 2px solid #F65B7A;
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .top-service-table-radius tr:last-child td:nth-child(2) {
    border-bottom: 2px solid #F65B7A;
  }
.top-service-table-radius th:nth-child(3) {
  width: 16.7%;
  color: #ffffff;
  border-left: solid 1px #ffffff;
  background-color: #262b43;
}

.top-service-table-radius th:nth-child(4) {
  width: 16.7%;
  color: #ffffff;
  border-left: solid 1px #ffffff;
  background-color: #262b43;
}

.top-service-table-radius th:nth-child(5) {
  width: 16.7%;
  color: #ffffff;
  border-left: solid 1px #ffffff;
  background-color: #F65B7A;
}
.top-service-table-radius th:nth-child(5) span {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .top-service-table-radius th:nth-child(5) span {
    font-size: 21px;
  }
}
.top-service-table-radius th:last-child {
  width: 16.7%;
  color: #ffffff;
  border-left: solid 1px #ffffff;
  border-right: solid 1px var(--color-bg-cream);
  background-color: #6E73D6;
  border-radius: 0 8px 0 0;
}

/* -------------------------
開発
------------------------- */
.top-development-inner {
  padding: 60px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-development-inner {
    padding: 44px 0 49px 0;
  }
}

.top-development-section-title{
  background: linear-gradient(transparent 80%, #F9E623 0%);
  display: inline;
}


@media screen and (max-width: 767px) {
  .top-development-section-title {
    font-size: 24px;
    padding: 0;
  }
}
.top-development-case {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-development-case {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-development-case {
    margin-top: 50px;
    flex-direction: column;
    padding: 0;
  }
}
.top-development-list-wrap {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top-development-list-wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-development-list-wrap {
    margin-right: 0;
    padding: 0 12px;
  }
}
.top-development-title {
  font-size: clamp(15px, 3.3vw, 21px);
  font-family: var(--line-height-base);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-bg-white);
  background-color: var(--color-bg-blue);
  display: flex;
  justify-content: center;
  border-radius: 100px;
  padding: 11px 60px;
  text-align: center;
  margin-bottom: 43px;

}

.top-development-title-inner{
  text-align: center;
  width: 90%;
}

.top-development-title::before, .top-development-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-development-title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-development-title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-development-title {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-development-item {
  font-size: 16.5px;
  font-family: var(--line-height-base);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-font-blue);
  margin-bottom: 31px;
  position: relative;
  padding-left: 47px;
}
.top-development-item::before, .top-development-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-development-item::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-development-item::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-development-item {
    font-size: 13px;
    padding-left: 35px;
  }
}
.top-development-item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon-developmentsvg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-development-item::before {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .top-development-item:nth-child(3)::before {
    top: 14px;
  }
}
.top-development-image-wrap {
  flex-basis: 53.5%;
}

@media screen and (max-width: 767px) {
  .top-development-image-wrap {
    margin-top: 33px;
    padding: 0 13px;
  }
}
.top-development-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-development-image-list {
    justify-content: center;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  .top-development-image-list {
    justify-content: center;
    gap: 6px;
  }
}
.top-development-image-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 51px) / 4);
}

@media screen and (max-width: 767px) {
  .top-development-image-item {
    width: calc((100% - 17px) / 2);
    height: auto;
    margin-bottom: 14px;
  }
}
.top-development-image-title {
  font-size: 12px;
  font-family: var(--line-height-inter);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-font-white);
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-development-image-title {
    font-size: 13px;
  }
}
.top-development-image {
  width: 100%;
}

.development-01 {
  background-color: #6A86A0;
}

.development-02 {
  background-color: #D19DB0;
}

.development-03 {
  background-color: #8B9C8B;
}

.development-04 {
  background-color: #D19D9D;
}

.development-05 {
  background-color: #E4BB7D;
}

.development-06 {
  background-color: #8BA687;
}

.development-07 {
  background-color: #72A8A8;
}

.development-08 {
  background-color: #A1C2CD;
}

.top-development-image-text {
  margin-top: 4px;
  font-size: 9px;
  font-family: var(--font-family-base);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--color-font-black);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top-development-image-text {
    margin-top: 10px;
    font-size: 10px;
  }
}
/* -------------------------
外部連携
------------------------- */
.alignment-inner{
  padding: 0 20px 80px 20px;
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}

.alignment-title{
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #1a5bbc;
  margin-bottom: 60px;
}

.alignment-text{
  text-align: center;
}

.alignment-flex{
  display: flex;
  justify-content: space-between;
}

.alignment-column01{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.alignment-logo{
  padding: 5px;
}

@media screen and (max-width: 767px){
  .alignment-logo{
    width: 46%;
  }
}

.alignment-text{
  font-size: 20px;
  font-weight: 900;
  color: #2c2c44;
  margin-bottom: 10px;
}

.alignment-text-small{
  font-size: 15px;
}

@media screen and (max-width: 767px) {
 .alignment-title{
  font-size: 34px;
 }

 .alignment-flex{
  display: block;
 }

 .alignment-column01{
  width: 100%;
  justify-content: space-between;
 }

 .alignment-text{
  margin-top: 20px;
  text-align: center;
 }

 .alignment-logo02{
  display: flex;
  justify-content: space-between;
 }


}

/* -------------------------
お問い合わせ
------------------------- */
.top-contact {
  background: var(--color-bg-blue-gradation);
}

.top-contact-inner {
  padding: 50px 0 80px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top-contact-inner {
    padding: 43px 0;
  }
}
.top-contact-text {
  font-size: 28px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-font-white);
  text-align: center;
}
.top-contact-text::before, .top-contact-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-text::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-contact-text::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-text {
    font-size: 12px;
  }
}
.top-contact-title {
  font-size: 48px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .top-contact-title {
    font-size: 21px;
    margin-bottom: 17px;
  }
}
.top-contact-contents {
  background-color: var(--color-bg-white);
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 95px;
  gap: 10px 64px;
  margin: 0 40px;
}
/* kk0125  */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top-contact-contents {
    flex-direction: column;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-contents {
    flex-direction: column;
    padding: 32px 25px;
    margin: 0;
  }
}
.top-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .top-contact-image {
    margin-bottom: 20px;
  }
}
.top-contact-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 360px;
    height: 80px;
/*  min-width: 420px; */
/*  height: 105px; */
  box-sizing: border-box;
  box-shadow: 0px 2.41858px 6.04645px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .top-contact-button {
    min-width: 300px;
    height: 75px;
  }
}
.top-contact-button::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-contact-button::before {
    width: 12px;
    height: 12px;
    right: 23px;
  }
}
.top-contact-button-blue {
  border: solid 2px var(--color-bg-blue);
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top-contact-button-blue {
    margin-top: 0;
  }
}
.top-contact-button-blue::before {
  border-top: solid 2px var(--color-bg-blue);
  border-right: solid 2px var(--color-bg-blue);
}

.top-contact-button-green {
  border: solid 2px #11B379;
  background-color: #11B379;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .top-contact-button-green {
    margin-top: 0;
  }
}
.top-contact-button-green::before {
  border-top: solid 2px var(--color-bg-white);
  border-right: solid 2px var(--color-bg-white);
}

.top-contact-button-text {
  font-size: 23px;
  font-family: var(--font-family-roboto);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.top-contact-button-text::before, .top-contact-button-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-button-text::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-contact-button-text::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-contact-button-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-button-text {
    font-size: 17px;
  }
}
.top-contact-button-microcopy {
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
}
.top-contact-button-microcopy::before, .top-contact-button-microcopy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-button-microcopy::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-contact-button-microcopy::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-contact-button-microcopy {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-button-microcopy {
    font-size: 12px;
  }
}
.top-contact-button-text-blue, .top-contact-button-microcopy-blue {
  color: var(--color-font-blue);
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .top-contact-button-text-blue, .top-contact-button-microcopy-blue {
    margin-top: 4px;
  }
}
.top-contact-button-text-green, .top-contact-button-microcopy-green {
  color: var(--color-font-white);
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .top-contact-button-text-green, .top-contact-button-microcopy-green {
    margin-top: 4px;
  }
}
/* -------------------------
代理店募集
------------------------- */
.top-agency-inner {
  padding: 100px 82px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top-agency-inner {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-agency-inner {
    padding: 30px 0 45px 0;
  }
}
.top-agency-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 77px;
  gap: 30px;
}
.top-agency-list2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  gap: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-agency-list {
    flex-direction: column;
    margin-top: 55px;
  }
   .top-agency-list2 {
    flex-direction: column;
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .top-agency-list {
    flex-direction: column;
    margin-top: 55px;
  }
   .top-agency-list2 {
    flex-direction: column;
    margin-top: 55px;
  }
}
.top-agency-item {
  background-color: var(--color-bg-white);
  box-sizing: border-box;
  box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
  border-radius: 20px;
  width: calc((100% - 42px) / 2);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-agency-item {
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-agency-item {
    width: 100%;
    border-radius: 15px;
  }
}
.top-agency-price-wrap {
  margin: 53px 13px 26px 13px;
  padding-bottom: 19px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-agency-price-wrap {
    margin-top: 39px;
    padding-bottom: 26px;
  }
}

.top-agency-item-authorized01 {
  border-top: 20px solid #1a5bbc;
}

@media screen and (max-width: 767px) {
  .top-agency-item-authorized01 {
    border-top: 15px solid #1a5bbc;
  }
}
.top-agency-item-authorized {
  border-top: 20px solid #F65B7A;
  border-radius: 15px;
  box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
}

@media screen and (max-width: 767px) {
  .top-agency-item-authorized {
    border-top: 15px solid #F65B7A;
  }
}
.top-agency-item-affiliate {
  border-top: 20px solid #40B4D8;
}

@media screen and (max-width: 767px) {
  .top-agency-item-affiliate {
    border-top: 15px solid #40B4D8;
  }
}
.top-agency-title {
  font-size: 38px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top-agency-title::before, .top-agency-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-agency-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-agency-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-agency-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.top-agency-authorized01 {
  color: #1a5bbc;
}
.top-agency-authorized {
  color: #F65B7A;
}

.top-agency-affiliate {
  color: #40B4D8;
}

.top-agency-price {
  font-size: 32px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 3;
  letter-spacing: 0.02em;
  margin-top: -30px;
}
.top-agency-price::before, .top-agency-price::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-agency-price::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-agency-price::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-agency-price {
    font-size: 23px;
  }
}
.top-agency-price-large {
  font-size: 80px;
}

@media screen and (max-width: 767px) {
  .top-agency-price-large {
    font-size: 59px;
  }
}
.top-agency-checklist {
  padding: 0 50px;
  margin-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .top-agency-checklist {
    padding: 0 23px;
    margin-bottom: 41px;
  }
}
.top-agency-checkitem {
  position: relative;
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #656565;
  padding-left: 30px;
  margin-bottom: 30px;
}
.top-agency-checkitem::before, .top-agency-checkitem::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-agency-checkitem::before {
  margin-top: calc((1 - 2.6) * 0.5em);
}
.top-agency-checkitem::after {
  margin-bottom: calc((1 - 2.6) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-agency-checkitem {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-agency-checkitem:last-child {
    margin-bottom: 0;
  }
}
.top-agency-checkitem::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon-circle-check-white.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-agency-checkitem::before {
    width: 16px;
    height: 16px;
    top: 22px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-agency-checkitem::before {
    width: 16px;
    height: 16px;
    top: 15px;
    left: 10px;
  }
}
/* -------------------------
お知らせ
------------------------- */
.top-news {
  position: relative;
}

.top-news-inner {
  padding: 60px 0 80px;
  max-width: 1252px;
  margin: 0 auto;
}

.swiper-slide.top-news-item{
height: 340px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-news-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-inner {
    padding: 30px 0;
    overflow: hidden;
  }
}
.top-news-list-wrap {
  margin: 0 10px 75px 10px;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-news-list-wrap {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list {
    margin: 0;
  }
}
.top-news-item {
  background-color: var(--color-bg-white);
  border-radius: 18px;
  position: relative;
  width: calc((100% - 52px) / 3);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
}

@media screen and (max-width: 767px) {
  .top-news-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 300px;
    height: 280px;
  }
}
.top-news-item:first-child {
  margin-left: 0;
}

.top-news-item:last-child {
  margin-right: 0;
}

.top-news-thumbnail {
  margin: 0;
  order: 0;
}

.top-news-image {
  width: 100%;
  border-radius: 18px 18px 0 0;
}

.top-news-detail {
  padding: 20px 31px 28px 31px;
}

@media screen and (max-width: 767px) {
  .top-news-detail {
    padding: 15px 25px 25px 22px;
  }
}
.top-news-title {
  font-size: 13px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 33px;
}
.top-news-title::before, .top-news-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-news-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-news-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-news-title {
    font-size: 10px;
  }
}
.top-news-date {
  font-size: 13px;
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-right: 14px;
}
.top-news-date::before, .top-news-date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-news-date::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-news-date::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-news-category {
  font-size: 13px;
  font-family: var(--font-family-base);
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-font-white);
  background-color: #00235D;
  border-radius: 3px;
  display: inline-block;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
}

.swiper {
  height: auto;
  width: 100%;
  position: relative;
  padding: 20px 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 10px 0;
  }
}
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: block;
  margin-bottom: -43px;
}

.swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper1 .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
    margin-bottom: -43px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .swiper1 .swiper-button-prev,
  .swiper1 .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper1 .swiper-button-prev,
  .swiper1 .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev-news::after,
.swiper-button-next-news::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  position: absolute;
  z-index: 1;
}

/* ニュース用前への矢印カスタマイズ */
.swiper-button-prev-news::after {
  background-image: url(../img/icon-circle-arrow-prev.svg);
  left: -30px;
}

/* ニュース用次への矢印カスタマイズ */
.swiper-button-next-news::after {
  background-image: url(../img/icon-circle-arrow-next.svg);
  right: -30px;
}

.swiper-button-prev-cta::after,
.swiper-button-next-cta::after {
  color: var(--color-bg-blue);
  position: absolute;
}

.swiper-button-prev-cta::after {
  left: -30px;
  font-size: 36px;
}

.swiper-button-next-cta::after {
  right: -30px;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev-cta::after {
    left: -30px;
    font-size: 26px;
  }
  .swiper-button-next-cta::after {
    right: -30px;
    font-size: 26px;
  }
}
/* -------------------------
お問い合わせ2
------------------------- */
.top-contact-2 {
  padding-top: 80px;
}

.top-contact-2-inner {
  padding-bottom: 50px;
  margin: 0 11px;
}

@media screen and (max-width: 767px) {
  .top-contact-2-inner {
    padding-bottom: 40px;
    margin: 0;
  }
}
.top-contact-2-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-contact-2-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-2-wrap {
    flex-direction: column;
  }
}
.top-contact-2-text {
  width: 540px;
  margin-right: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-contact-2-text {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-2-text {
    width: 100%;
  }
}
.top-contact-2-balloon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .top-contact-2-balloon-wrap {
    margin-bottom: 25px;
  }
}
.top-contact-2-lead {
  font-size: 30px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-font-blue);
  margin-bottom: 20px;
}
.top-contact-2-lead::before, .top-contact-2-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-lead::before {
  margin-top: calc((1 - 1.9) * 0.5em);
}
.top-contact-2-lead::after {
  margin-bottom: calc((1 - 1.9) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.top-contact-2-balloon-text {
  font-size: 43px;
  font-family: var(--font-family-base);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-font-blue);
  background: linear-gradient(transparent 75%, #F9E623 50%);
  text-align: center;
  display: inline;
}
.top-contact-2-balloon-text::before, .top-contact-2-balloon-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-balloon-text::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.top-contact-2-balloon-text::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-balloon-text {
    font-size: 24px;
  }
}
.top-contact-2-balloon {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}

.top-contact-2-balloon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--color-bg-blue);
  border-radius: 3px;
  transform: rotate(-25deg);
}

.top-contact-2-balloon::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-bg-blue);
  border-radius: 3px;
  transform: rotate(25deg);
}

.top-contact-2-document {
  text-align: center;
  background-color: #EBF3FF;
  padding: 58px 25px 36px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-contact-2-document {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-2-document {
    margin-bottom: 18px;
    padding: 35px 25px;
  }
}
.top-contact-2-document-lead {
  font-size: 18px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-font-blue);
  margin-bottom: 20px;
}
.top-contact-2-document-lead::before, .top-contact-2-document-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-document-lead::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-contact-2-document-lead::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-document-lead {
    font-size: 12px;
  }
}
.top-contact-2-document-title {
  font-size: 36px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-font-blue);
}
.top-contact-2-document-title::before, .top-contact-2-document-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-document-title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-contact-2-document-title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-document-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact-2-document-image {
    width: 153px;
    height: 150px;
    margin: 28px 0;
  }
}
.top-contact-2-document-detail {
  font-size: 28px;
  font-family: var(--font-family-roboto);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  color: var(--color-font-base);
  margin-bottom: 22px;
}
.top-contact-2-document-detail::before, .top-contact-2-document-detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-document-detail::before {
  margin-top: calc((1 - 0.8) * 0.5em);
}
.top-contact-2-document-detail::after {
  margin-bottom: calc((1 - 0.8) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-document-detail {
    font-size: 17px;
  }
}
.top-contact-2-document-list {
  list-style-type: disc;
  text-align: left;
}

.top-contact-2-document-item {
  font-size: 18px;
  font-family: var(--font-family-roboto);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--color-font-base);
  margin-bottom: 10px;
}
.top-contact-2-document-item::before, .top-contact-2-document-item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-contact-2-document-item::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.top-contact-2-document-item::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

@media screen and (max-width: 767px) {
  .top-contact-2-document-item {
    font-size: 16px;
    font-weight: 400;
  }
}
.top-contact-2-form {
  flex-basis: 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 30px 70px 78px 70px;
}

@media screen and (max-width: 767px) {
  .top-contact-2-form {
    width: 100%;
    padding: 35px 12px;
  }
}
#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact select, #contact textarea {
  font-family: var(--font-family-roboto);
  width: 100%;
  padding: 18px 10px;
  border: solid 1px #d6d6d6;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 400;
}

#contact dt {
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #262b43;
  margin-bottom: 8px;
}
#contact dt::before, #contact dt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#contact dt::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#contact dt::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

#contact dd {
  margin-bottom: 20px;
  margin-top: 4px;
}

#contact input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #contact input[type=radio] + label {
    font-size: 13px;
    white-space: nowrap;
  }
}
#contact input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
}

#contact input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #2634B1;
  border-radius: 50%;
}

#contact dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #contact dd ul {
    gap: 19px;
  }
}
#contact dd ul li:first-child,
#contact dd ul li:nth-child(2) {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #contact dd ul li:first-child,
  #contact dd ul li:nth-child(2) {
    margin-top: 0;
  }
}
#contact dd ul li {
  width: calc((100% - 37px) / 2);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contact dd ul li {
    width: 45%;
    margin-bottom: 0;
  }
}
#contact textarea {
  margin-bottom: 12px;
  height: 150px;
}

.submit {
  font-size: 18px;
  font-family: var(--font-family-base);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-font-white);
  width: 300px;
  margin: 0 auto;
  height: 57px;
  background-color: #2634B1;
  justify-content: center;
  text-align: center;
  display: grid;
  place-items: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2392156863) 0px 3px 8px;
  position: relative;
}

.submit::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15px; /* (2√3)*h/3 */
  height: 15px; /* 高さ */
  background-image: url(../img/icon-triangle-left-white.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

/* -------------------------
before-footer
------------------------- */

.before-footer-inner{
  display: flex;
  background-color: #fff;
}

.before-footer-content01{
  padding-top: 90px;
}

.before-footer-top{
  color: #1a5bbc;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.before-footer-title{
  color: #1a5bbc;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

.before-footer-text{
  color: #1a5bbc;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}

.before-footer-btn-inner{
  text-align: center;
  margin-bottom: 5px;
}

.before-footer-btn{
  width: 70%;
}

img.before-footer-img{
  width: 100vw;
}

img.before-footer-img-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .before-footer-inner{
    display: block;
    padding-top: 20px;
  }

  .before-footer-content01{
    padding-top: 0;
  }

  .before-footer-top{
    font-size: 18px;
  }

  .before-footer-text{
    font-size: 12px;
  }
  
  img.before-footer-img-sp{
    display: block;
  }

  img.before-footer-img{
    display: none;
  }
}

/* -------------------------
フッター
------------------------- */
.footer {
  background-color: var(--color-bg-blue);
}

.footer-inner {
  padding: 50px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 35px 24px 40px 24px;
  }
}
.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
}
.footer-menu-logo-wrap {
  width: 153px;
  margin-right: 118px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .footer-menu-logo-wrap {
    width: 142px;
    margin: 0 auto 43px auto;
  }
}
.footer-menu-logo-service {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

@media screen and (max-width: 767px) {
  .footer-menu-logo-service {
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-logo-service img {
    width: 19px;
    height: 19px;
  }
}
.footer-menu-logo-ltag {
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .footer-menu-logo-ltag {
    margin-top: 20px;
  }
}
.footer-menu-nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: 90px;
  justify-content: space-between;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .footer-menu-nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-list-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-list-wrap:nth-child(-n+2) {
    margin-bottom: 42px;
  }
}
.footer-menu-list-category {
  font-size: 16px;
  font-family: var(--font-family-roboto);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-font-white);
  margin-bottom: 20px;
}
.footer-menu-list-category::before, .footer-menu-list-category::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.footer-menu-list-category::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.footer-menu-list-category::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (max-width: 767px) {
  .footer-menu-list-category {
    font-size: 12px;
    line-height: 1.3;
  }
  .footer-menu-list-category::before, .footer-menu-list-category::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .footer-menu-list-category::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  .footer-menu-list-category::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
}
.footer-menu-list-item {
  font-weight: 500;
}

.top-footer-other-menu {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .top-footer-other-menu {
    padding: 40px 0 20px 0;
  }
}
.top-footer-other-menu-list {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-footer-other-menu-list {
    text-align: left;
  }
}
.top-footer-other-menu-item {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  border-right: solid 1px var(--color-bg-white);
}

@media screen and (max-width: 767px) {
  .top-footer-other-menu-item {
    width: 50%;
    padding: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-footer-other-menu-item:nth-child(even) {
    padding-left: 16px;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .top-footer-other-menu-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.top-footer-other-menu-item:first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .top-footer-other-menu-item:first-child {
    padding: 0;
  }
}
.top-footer-other-menu-item:last-child {
  padding-right: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .top-footer-other-menu-item:last-child {
    border: none;
  }
}
.top-footer-other-menu-item, .top-footer-copyright {
  font-size: 12px;
  font-family: var(--font-family-roboto);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-font-white);
}
.top-footer-other-menu-item::before, .top-footer-other-menu-item::after, .top-footer-copyright::before, .top-footer-copyright::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-footer-other-menu-item::before, .top-footer-copyright::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-footer-other-menu-item::after, .top-footer-copyright::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-footer-copyright {
  text-align: center;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .top-footer-copyright {
    margin-top: 0;
  }
}
/* -------------------------
TOPへ戻るボタン
------------------------- */
@media screen and (max-width: 767px) {
  .page-top {
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #EBF3FF;
    box-shadow: rgba(0, 0, 0, 0.2392156863) 0px 3px 8px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .page-top::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 3%;
    right: 37%;
    bottom: 0;
    margin: auto;
    border-top: solid 4px var(--color-bg-blue);
    border-right: solid 4px var(--color-bg-blue);
  }
}
@media screen and (max-width: 767px) {
  .page-top::before {
    width: 18px;
    height: 18px;
    top: 7%;
    right: 35%;
    border-top: solid 3px var(--color-bg-blue);
    border-right: solid 3px var(--color-bg-blue);
  }
}
/* -------------------------
動画
------------------------- */
.top-movie {
  cursor: pointer;
  position: fixed;
  left: 20px;
  bottom: 10px;
  z-index: 10;
  box-sizing: border-box;
  border: solid 2px var(--color-bg-blue);
  box-shadow: rgba(0, 0, 0, 0.2392156863) 0px 3px 8px;
  background-color: var(--color-bg-white);
}
.top-movie img {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .top-movie {
    width: 220px;
    height: auto;
    right: 70px;
  }
}
.top-movie-inner {
  position: relative;
}

.top-movie-btn {
  display: block;
  justify-content: space-evenly;
  padding: 8px 0;
  width: 80%;
  margin: auto;
  text-align: center;
}

.movie-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -8%;
  right: -4%;
}

#changeMovie {
  animation: fade 2s infinite;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.top-movie-text-inner{
  margin-top: 5px;
}

.top-movie-text{
  font-size: 8px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

/* -------------------------
top slid
------------------------- */
.swiper-backface-hidden .swiper-slide .top-cta-inner .top-cta-text-wrap
{
    width:70%;
   
  }

  .swiper-backface-hidden .swiper-slide{
    height: auto;
  }  
#price2
{
    display:none;
   
  }
.c-button-blue-price {
    font-size: 25px;
    font-family: var(--font-family-base);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.01em;
    color: var(--color-font-white);
    max-width: 484px;
    margin: 0 auto;
     height: 50px; 
    background-image: var(--color-bg-blue-gradation);
    outline-offset: -7px;
    justify-content: center;
    text-align: center;
    display: grid;
    place-items: center;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
}  
.top-next .top-contact-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    height: 60px;
    /* min-width: 420px; */
    /* height: 105px; */
    box-sizing: border-box;
    box-shadow: 0px 2.41858px 6.04645px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}
.top-next .top-contact-button-microcopy {
    font-size: 16px;
    font-family: var(--font-family-base);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 7px;
}
.top-next .top-contact-button-text {
    font-size: 20px;
    font-family: var(--font-family-roboto);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}
/*   */
#btn2,#price2{
 display:none;
 
}  

/* sp */
@media only screen and (min-width: 1px) and (max-width: 480px) {
.hieight1{
 margin-top:850px;
}  
  .margin1{
 margin-bottom:100px;position: absolute;top: 770px;  left: 30px;
} 
 .height2{
 
 height:  850px;
 
}

/* next action*/
.top-next .top-contact-button {
    min-width: 300px; 
   
    
}

/* フッダー調整 */
.top-footer-other-menu-list{
  justify-content: space-between;
}
}
/* sp yoko */
@media only screen and (min-width: 481px) and (max-width: 600px) {
/* next action*/
.top-next .top-contact-button {
    min-width: 300px; 
   
    
}
}
/* tablet */
@media only screen and (min-width: 601px) and (max-width: 767px) {
.top-contact-contents {
       flex-direction: column;
    /*    padding: 69px 0; */
    } 

/*   */
.top-agency .top-agency-list2 {
   display: block;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 77px;
    gap: 30px;
} 
.top-agency-item2 {
    display: flex;
    justify-content: space-evenly;
     margin-top: 77px;
    } 
.top-agency-item2 {
    background-color: var(--color-bg-white);
    box-sizing: border-box;
    box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
    border-radius: 20px;
    width: calc((100% - 0px) / 1);
} 
.top-agency-item2 .top-agency-checklist {
    padding: 0 50px;
    margin-top: 20px;
     margin-bottom: 10px;
}   
}

/* pc0 */
@media only screen and (min-width: 768px) and (max-width: 1024px) { 
.top-contact-contents {
        flex-direction: column;
    /*    padding: 69px 0; */
    } 

/* price */
 .top-contact-item img{
    margin: 20px 0px 0 0px;
}
/*   */
.top-agency .top-agency-list2 {
   display: block;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 77px;
    gap: 30px;
} 
.top-agency-item2 {
    display: flex;
    justify-content: space-evenly;
     margin-top: 77px;
    } 
.top-agency-item2 {
    background-color: var(--color-bg-white);
    box-sizing: border-box;
    box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
    border-radius: 20px;
    width: calc((100% - 0px) / 1);
} 
.top-agency-item2 .top-agency-checklist {
    padding: 0 50px;
    margin-top: 20px;
     margin-bottom: 10px;
}   
}
/* pc1 */
@media only screen and (min-width: 1025px) and (max-width: 1280px) { 
.top-contact-contents {
    flex-direction: unset;
   padding: 69px 20px;
  }

 .top-contact-item img{
    margin: 20px 0px 0 0px;
}
/*   */
.top-agency .top-agency-list2 {
   display: block;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 77px;
    gap: 30px;
} 
.top-agency-item2 {
    display: flex;
    justify-content: space-evenly;
     margin-top: 77px;
    } 
.top-agency-item2 {
    background-color: var(--color-bg-white);
    box-sizing: border-box;
    box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
    border-radius: 20px;
    width: calc((100% - 0px) / 1);
} 
.top-agency-item2 .top-agency-checklist {
    padding: 0 50px;
    margin-top: 20px;
     margin-bottom: 10px;
}   
}
/* pc2 */
@media only screen and (min-width: 1281px) and (max-width: 50000px) {
 
.top-contact-contents {
    flex-direction: column;
    padding: 69px 70px;
  }

.hieight1{
 margin-top:650px;
}  
    .margin1{
 margin-bottom:100px;position: absolute;top:560px;  left: 250px;
}

.top-next {
        flex-direction: unset;
    /*    padding: 69px 0; */
    }
    .top-contact-item img{
    margin: 20px 0px 0 0px;
}
/*   */
.top-agency .top-agency-list2 {
   display: block;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 77px;
    gap: 30px;
} 
.top-agency-item2 {
    display: flex;
    justify-content: space-evenly;
     margin-top: 77px;
    } 
.top-agency-item2 {
    background-color: var(--color-bg-white);
    box-sizing: border-box;
    box-shadow: 3.62011px 3.62011px 28.9609px -8.14525px #B2C3D2;
    border-radius: 20px;
    width: calc((100% - 0px) / 1);
} 
.top-agency-item2 .top-agency-checklist {
    padding: 0 50px;
    margin-top: 20px;
     margin-bottom: 10px;
}   
}

/* -------------------------
サイトにアクセスした時の
ポップアップの設定
------------------------- */
/* PC ポップアップ表示設定 */
.modal-wrap {
	display: none;
}

.modal {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-in {
  width: 550px;
	text-align: center;
  align-items: center;
	position: relative;
  background-color: var(--color-bg-cream);
  border-radius: 20px;
}

.modal-in a:hover{
	opacity: 0.8;
}

/* 閉じるボタン */
.modal-in .close{
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.modal-in .close img {
  width: 40px;
}

/* 掲載内容 --ここから-- */
.container {
  display: grid;
  place-content: center;
}

/* 掲載範囲の設定 */
.modal-textarea {
  position: relative;
  justify-content: center;
  margin: 20px;
  border: 5px solid var(--color-bg-blue);
  border-radius: 20px;
}

.modal-title {
  grid-row: 1/2;
  grid-column: 1/3;
  margin: 30px auto;
}

/* 1行目 */
.modal-title .title1 {
 font-size: 21px;
}

/* 2行目 */
.modal-title .title2 {
  font-size: 30px;
  margin-top: 10px;
  color: var(--color-bg-orange);
  width: 100%;
  font-weight: 800;
}

.modal-row {
  display: flex;
  grid-row: 2/3;
  grid-column: 1/3;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-content: center;
  gap: 20px;
}

/* 「管理画面」の表示エリア設定 */
.modal-column-left {
  grid-row: 2/3;
  grid-column: 1/2;
  margin: 10px auto;
  width: 220px;
  text-align: center;
  justify-content: start;
  align-content: start;
}

/* 「公式LINE」の表示エリア設定 */
.modal-column-right {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: 10px auto;
  width: 220px;
  text-align: center;
  justify-content: center;
}

/* 文字設定 */
.modal-text1 {
  font-size: 21px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-text1::before,
.modal-text1::after {
  content: "";
  height:1px;
  width: 10%;
  background-color:#666;
}
.modal-text1:before {
  margin-right: 10px;
}
.modal-text1:after {
  margin-left: 10px;
}

.modal-text2 {
  font-size: 18px;
}

/* ボタン設定 */
.modal-btn {
  margin: 10px auto 10px auto;
  padding: 5px;
  color: var(--color-bg-cream);
  border-radius: 80px;
  font-size: 21px;
}

/* 「管理画面」のボタン設定 */
.modal-btn1 {
  background-image: var(--color-bg-blue-gradation);
  width: 100%;
  height: 120px;
  border-bottom: 6px solid #072c63;
}
@media (hover: hover) { 
.modal-btn1:hover {
  border-bottom: 2px solid #072c63;
}
}
@media (hover: none) { 
.modal-btn1:active {
  border-bottom: 2px solid #072c63;
}
}

.modal-btn2 {
  background-image: var(--color-bg-orange-gradation);
  width: 100%;
  height: 120px;
  border-bottom: 6px solid #b04157;
}
@media (hover: hover) {
.modal-btn2:hover {
  border-bottom: 2px solid #b04157;
}
}
@media (hover: none) {
  .modal-btn2:active {
    border-bottom: 2px solid #b04157;
  }
}

.modal-btn3 {
  background-image: var(--color-bg-green-gradation);
  width: 100%;
  height: 80px;
  border-bottom: 6px solid #0e5c40;
}
@media (hover: hover) { 
.modal-btn3:hover {
  border-bottom: 2px solid #0e5c40;
}
}
@media (hover: none) { 
  .modal-btn3:active {
    border-bottom: 2px solid #0e5c40;
  }
}

/* メールによるお問い合わせ */
.modal-contact {
  grid-row: 3/4;
  grid-column: 1/3;
  margin: 30px auto 0px auto;
  width: 100%;
}


/* 767px以下の表示設定 --ここから-- */
@media only screen and (max-width: 767px) {
.modal-in {
  width: 400px;
  border-radius: 20px;
}

  /* 掲載範囲の設定 */
.modal-title {
  margin: 20px auto;
}

/* 1行目 */
.modal-title .title1 {
 font-size: 16px;
}

/* 2行目 */
.modal-title .title2 {
  font-size: 21px;
  margin-top: 10px;
}

.modal-row {
  gap: 10px;
}

/* 「管理画面」の表示エリア設定 */
.modal-column-left {
  margin: 10px auto;
  width: 150px;
}

/* 「公式LINE」の表示エリア設定 */
.modal-column-right {
  margin: 10px auto;
  width: 150px;
}

/* 文字設定 */
.modal-text1 {
  font-size: 16px;
}

.modal-text2 {
  font-size: 12px;
}

/* ボタン設定 */
.modal-btn {
  font-size: 16px;
}

/* 「管理画面」のボタン設定 */
.modal-btn1 {
  background-image: var(--color-bg-blue-gradation);
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #072c63;
}

.modal-btn2 {
  background-image: var(--color-bg-orange-gradation);
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #b04157;
}

.modal-btn3 {
  background-image: var(--color-bg-green-gradation);
  width: 100%;
  height: 60px;
  border-bottom: 4px solid #0e5c40;
}

/* メールによるお問い合わせ */
.modal-contact {
  margin: 20px auto 0px auto;
}
}
/* 767px以下の表示設定 --ここまで-- */

/* SPの表示設定(480px以下) --ここから-- */
@media only screen and (min-width: 1px) and (max-width: 480px) {
.modal-in .close{
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}

.modal-in .close img {
  width: calc(30vw/4.8);
}

.modal-textarea {
  border: 4px solid var(--color-bg-blue);
  margin: calc(15vw/4.8);
}

.modal-in {
  width: 80vw;
  border-radius: calc(20vw/4.8);
}

  /* 掲載範囲の設定 */
.modal-title {
  margin: calc(20vw/4.8) auto;
}

/* 1行目 */
.modal-title .title1 {
 font-size: calc(16vw/4.8);
}
  
/* 2行目 */
.modal-title .title2 {
  font-size: calc(21vw/4.8);
  margin-top: calc(10vw/4.8);
}

.modal-row {
  gap: calc(10vw/4.8);
}

/* 「管理画面」の表示エリア設定 */
.modal-column-left {
  margin: calc(10vw/4.8) auto;
  width: calc(150vw/4.8);
}

/* 「公式LINE」の表示エリア設定 */
.modal-column-right {
  margin: calc(10vw/4.8) auto;
  width: calc(150vw/4.8);
}

/* 文字設定 */
.modal-text1 {
  font-size: calc(16vw/4.8);
}

.modal-text2 {
  font-size: calc(12vw/4.8);
}
  
/* ボタン設定 */
.modal-btn {
  font-size: calc(16vw/4.8);
}

/* 「管理画面」のボタン設定 */
.modal-btn1 {
  background-image: var(--color-bg-blue-gradation);
  width: 100%;
  height: calc(100vw/4.8);
  border-bottom: 4px solid #072c63;
}

.modal-btn2 {
  background-image: var(--color-bg-orange-gradation);
  width: 100%;
  height: calc(100vw/4.8);
  border-bottom: 4px solid #b04157;
}

.modal-btn3 {
  background-image: var(--color-bg-green-gradation);
  width: 100%;
  height: calc(60vw/4.8);
  border-bottom: 4px solid #0e5c40;
}

/* メールによるお問い合わせ */
.modal-contact {
  margin: calc(20vw/4.8) auto 0px auto;
}
}
/* SPの表示設定(480px以下) --ここまで-- */


/*# sourceMappingURL=style.css.map */