@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

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: 500;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.7;
}

@media only screen and (max-width: 564px) {
  .container {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

img {
  max-width: 100%;
}

textarea {
  min-height: 100px !important;
}

.poligon {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.shape-left {
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.octagon {
  clip-path: polygon(50% 0, 100% 17%, 100% 46%, 100% 70%, 100% 100%, 48% 90%, 0 100%, 0 16%);
}

.progress-line {
  transform-origin: left;
  z-index: 9999;
  scale: 0 1;
  animation-name: progressLine;
  animation-timing-function: linear;
  animation-timeline: scroll();
}

.section-padding {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 56px 0;
  }
}

#projectTab li button.active {
  color: yellow !important;
  background-color: #121212 !important;
}

@keyframes progressLine {
  to {
    scale: 1 1;
  }
}
.main-banner {
  background-image: url(../img/mainVIsual.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  max-width: 200px;
}

.text-primary {
  color: #013993 !important;
}

.main-menu .main-menu-list .main-menu-item {
  color: #111;
}
@media (max-width: 756px) {
  .main-menu {
    display: none;
  }
}

.h1-title {
  font-size: clamp(32px, 4.166vw, 56px);
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .h1-title {
    margin-bottom: 16px;
  }
}

.h1-text {
  font-size: clamp(16px, 1.25vw, 24px);
  margin-bottom: 96px;
}
@media only screen and (max-width: 768px) {
  .h1-text {
    margin-bottom: 40px;
  }
}

.top-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 824px;
}
@media only screen and (max-width: 768px) {
  .top-service-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.top-service-list .top-service-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 16px 16px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .top-service-list .top-service-item {
    max-width: inherit;
    padding: 12px 12px 12px 16px;
    gap: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .top-service-list .top-service-item .icon-check ._icon {
    max-width: inherit;
    width: 20px;
  }
}
.top-service-list .top-service-item .top-servise-content .top-servise-title {
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .top-service-list .top-service-item .top-servise-content .top-servise-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.top-service-list .top-service-item .top-servise-content .top-servise-text {
  font-size: 12px;
  color: #111;
}
.top-service-list .top-service-item:nth-of-type(1) .top-servise-content .top-servise-title, .top-service-list .top-service-item:nth-of-type(4) .top-servise-content .top-servise-title {
  color: #d60b18;
}
.top-service-list .top-service-item:nth-of-type(2) .top-servise-content .top-servise-title, .top-service-list .top-service-item:nth-of-type(3) .top-servise-content .top-servise-title {
  color: #013993;
}

.worry {
  background-color: #F6F8F9;
}
.worry .worry-content .worry-heading {
  line-height: 1.7;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-heading {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.worry .worry-content .worry-inner {
  background-image: url(../img/worry-img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 40px 0;
  margin-bottom: 56px;
}
@media only screen and (max-width: 990px) {
  .worry .worry-content .worry-inner {
    background: none !important;
    padding: 0;
    margin-bottom: 32px;
  }
}
.worry .worry-content .worry-inner .worry-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  position: relative;
  z-index: 100;
}
.worry .worry-content .worry-inner .worry-list .worry-item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 15px 0px rgba(112, 132, 161, 0.19);
  padding: 32px 16px 32px 72px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-inner .worry-list .worry-item {
    padding: 16px 16px 16px 24px;
  }
}
.worry .worry-content .worry-inner .worry-list .worry-item .worry-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-inner .worry-list .worry-item .worry-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-inner .worry-list .worry-item .worry-text {
    font-size: 14px;
  }
}
.worry .worry-content .worry-inner .worry-list .worry-item .worry-icon {
  position: absolute;
  top: -8px;
  left: -16px;
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-inner .worry-list .worry-item .worry-icon {
    top: -16px;
    left: -12px;
  }
}
.worry .worry-content .worry-inner .worry-list .worry-item .worry-icon ._icon {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .worry .worry-content .worry-inner .worry-list .worry-item .worry-icon ._icon {
    width: 40px;
  }
}
.worry .worry-content .worry-inner .worry-img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.worry .worry-soving-text {
  background: linear-gradient(140deg, #013993, #53275E, #B21322, #F1CA23);
  box-shadow: 3px 3px 15px 0px rgba(112, 132, 161, 0.5);
  max-width: 960px;
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 24px 16px;
}
@media only screen and (max-width: 768px) {
  .worry .worry-soving-text {
    padding: 8px 16px;
  }
}
.worry .worry-soving-text ._text {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .worry .worry-soving-text ._text {
    font-size: 16px;
  }
}

.service {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
}
.service .service-content {
  margin: auto;
  background-color: #F6F8F9;
  padding: 80px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .service .service-content {
    padding: 56px 32px;
  }
}
.service .service-content .service-heding {
  text-align: center;
}
.service .service-content .service-heding ._heding {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .service .service-content .service-heding ._heding {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.service .service-content .service-heding ._heding::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 4px;
  content: "";
  background-image: -webkit-linear-gradient(left, #013993, #53275E, #B21322, #F1CA23);
  background-image: linear-gradient(to right, #013993, #53275E, #B21322, #F1CA23);
}
.service .service-content .service-inner {
  max-width: 960px;
  border-radius: 20px;
  margin: auto;
}
.service .service-content .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 40px;
}
@media only screen and (max-width: 990px) {
  .service .service-content .service-list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media only screen and (max-width: 564px) {
  .service .service-content .service-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.service .service-content .service-list .service-item {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 15px 0px rgba(112, 132, 161, 0.5);
  border-radius: 10px;
  padding: 40px 24px;
}
@media only screen and (max-width: 768px) {
  .service .service-content .service-list .service-item {
    padding: 32px 24px;
  }
}
.service .service-content .service-list .service-item .service-number {
  position: absolute;
  top: -32px;
  left: 8px;
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(0deg, #F1CA23 12%, #B21322 40%, #013993 70%, #013993 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .service .service-content .service-list .service-item .service-number {
    font-size: 56px;
    top: -24px;
  }
}
.service .service-content .service-list .service-item .service-img {
  margin-bottom: 16px;
  text-align: center;
}
.service .service-content .service-list .service-item .service-item-body .service-title {
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .service .service-content .service-list .service-item .service-item-body .service-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .service .service-content .service-list .service-item .service-item-body .service-text {
    font-size: 14px;
  }
}

.benefit-bg {
  background: url(../img/benefit-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .benefit-bg {
    background-size: 120%;
    background-repeat: repeat;
  }
}

.benefit {
  max-width: 1400px;
  margin: auto;
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .benefit {
    padding: 56px 32px;
  }
}
.benefit .benefit-content .benefit-heding ._heding {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .benefit .benefit-content .benefit-heding ._heding {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.benefit .benefit-content .benefit-heding ._heding::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 4px;
  content: "";
  background-image: -webkit-linear-gradient(left, #013993, #53275E, #B21322, #F1CA23);
  background-image: linear-gradient(to right, #013993, #53275E, #B21322, #F1CA23);
}
.benefit .benefit-content .benefit-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 990px) {
  .benefit .benefit-content .benefit-inner {
    gap: 56px;
  }
}
@media only screen and (max-width: 564px) {
  .benefit .benefit-content .benefit-inner {
    gap: 40px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 990px) {
  .benefit .benefit-content .benefit-inner .benefit-item {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 990px) {
  .benefit .benefit-content .benefit-inner .benefit-item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 564px) {
  .benefit .benefit-content .benefit-inner .benefit-item {
    gap: 24px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-img {
  width: 50%;
}
@media only screen and (max-width: 990px) {
  .benefit .benefit-content .benefit-inner .benefit-item .benefit-img {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-img ._img {
  box-shadow: 3px 3px 15px 0px rgba(112, 132, 161, 0.5);
  border-radius: 20px;
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body {
  max-width: 756px;
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media only screen and (max-width: 990px) {
  .benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 564px) {
  .benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-list-content {
  list-style: "ー";
  font-weight: 400;
  background-color: #F6F8F9;
  padding: 32px;
  border-radius: 10px;
}
@media only screen and (max-width: 564px) {
  .benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-list-content {
    font-size: 14px;
    padding: 24px 16px 24px 24px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-list-content .benefit-item-content {
  margin-bottom: 24px;
}
@media only screen and (max-width: 564px) {
  .benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-list-content .benefit-item-content {
    margin-bottom: 16px;
  }
}
.benefit .benefit-content .benefit-inner .benefit-item .benefit-item-body .benefit-list-content .benefit-item-content:last-child {
  margin-bottom: 0;
}

.flow {
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.flow .flow-content {
  margin: auto;
  background-color: #F6F8F9;
  padding: 80px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content {
    padding: 56px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow-content {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.flow .flow-content .flow-heding {
  text-align: center;
}
.flow .flow-content .flow-heding ._heding {
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-heding ._heding {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.flow .flow-content .flow-heding ._heding::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 4px;
  content: "";
  background-image: -webkit-linear-gradient(left, #013993, #53275E, #B21322, #F1CA23);
  background-image: linear-gradient(to right, #013993, #53275E, #B21322, #F1CA23);
}
.flow .flow-content .flow-inner {
  max-width: 1200px;
  margin: auto;
}
.flow .flow-content .flow-inner .flow-list .flow-item {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  column-gap: 32px;
  padding-bottom: 56px;
  padding-top: 56px;
  border-bottom: dashed 1px #979da7;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content .flow-inner .flow-list .flow-item {
    display: block;
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item:first-child {
  padding-top: 0;
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-head {
  display: flex;
  flex: 0 0 360px;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-head {
    margin-bottom: 16px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-number {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(140deg, #013993, #53275E, #B21322, #F1CA23);
  position: relative;
  margin-right: 24px;
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-number ._number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-number {
    margin-right: 16px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-title {
  font-weight: bold;
  padding-top: 6px;
  line-height: inherit;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-title {
    padding-top: 0;
    font-size: 16px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-head .flow-title .flow-title-small {
  font-size: 14px;
  padding-top: 0;
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 6px;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body {
    margin-left: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body {
    margin-left: 48px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body .flow-text {
  margin-bottom: 24px;
}
@media only screen and (max-width: 990px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body .flow-text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body .flow-text {
    font-size: 14px;
  }
}
.flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body .required-documents {
  color: #d60b18;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .flow .flow-content .flow-inner .flow-list .flow-item .flow-item-body .required-documents {
    font-size: 16px;
  }
}

#readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}
#readMoreBlock .readMoreInner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #readMoreBlock .readMoreInner {
    padding: 24px 16px;
  }
}
#readMoreBlock .readMoreInner .readMoreContainer {
  position: relative;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.6s;
}
#readMoreBlock .readMoreInner .readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 40%, #fff 100%);
  pointer-events: none;
}
#readMoreBlock .readMoreInner .readMoreContainer.show::after {
  z-index: -1;
  opacity: 0;
}
#readMoreBlock .readMoreInner .readMoreContainer p:last-child {
  margin-bottom: 10px;
}
#readMoreBlock .readMoreInner .readMoreBtn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 0;
  color: #fff;
  background: linear-gradient(140deg, #013993, #53275E, #B21322, #F1CA23);
  cursor: pointer;
  font-weight: bold;
  border-radius: 100vh;
}

.readMoreBlock-list {
  padding-left: 2rem;
  list-style: inherit !important;
}
@media only screen and (max-width: 768px) {
  .readMoreBlock-list {
    padding-left: 16px;
  }
}
.readMoreBlock-list .readMoreBlock-item {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 14px;
  border-bottom: dashed 1px #979da7;
}
@media only screen and (max-width: 768px) {
  .readMoreBlock-list .readMoreBlock-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.readMoreBlock-list .readMoreBlock-item:first-child {
  padding-top: 0;
}

.contact {
  margin: auto;
  padding-top: 0;
}
.contact .contact-inner {
  text-align: center;
  background: linear-gradient(140deg, rgba(1, 57, 147, 0.9) 0%, rgba(83, 39, 94, 0.9) 40%, rgba(178, 19, 34, 0.9) 75%, rgba(241, 100, 35, 0.9) 90%);
  padding: 40px 24px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .contact .contact-inner {
    padding: 40px 16px;
  }
}
.contact .contact-inner .contact-text {
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 1200px) {
  .contact .contact-inner .contact-text {
    margin-bottom: 16px;
  }
}
.contact .contact-inner .contact-text .tank-text {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: bold;
}
.contact .contact-inner .contact-text .ask-text {
  font-weight: bold;
  font-size: 18px;
}
.contact .contact-inner .contact-text .ask-text ._sp {
  display: none;
}
@media (max-width: 1200px) {
  .contact .contact-inner .contact-text .ask-text {
    font-size: 14px;
  }
  .contact .contact-inner .contact-text .ask-text ._sp {
    display: block;
  }
}
.contact .contact-inner .mail-link {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: auto;
  font-weight: 300;
  background: #fff;
  color: #111;
  font-weight: bold;
  border-radius: 100vh;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 16px 40px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .contact .contact-inner .mail-link {
    font-size: 14px;
    padding: 10px 24px;
  }
}
.contact .contact-inner .mail-link .material-symbols-outlined {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .contact .contact-inner .mail-link .material-symbols-outlined {
    right: 0px;
  }
}
.contact .contact-inner .mail-link:hover {
  background: linear-gradient(140deg, #013993, #53275E, #B21322, #F1CA23);
  color: #fff;
}

.top-btn {
  z-index: 200;
  margin-bottom: 56px;
  margin-right: 56px;
}
@media only screen and (max-width: 768px) {
  .top-btn {
    margin-bottom: 32px;
    margin-right: 32px;
  }
}
.top-btn > span {
  position: relative;
  display: block;
  background: linear-gradient(140deg, #013993, #53275E, #B21322, #F1CA23);
  border-radius: 100vh;
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .top-btn > span {
    width: 56px;
    height: 56px;
  }
}
.top-btn > span ._icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .top-btn > span ._icon {
    font-size: 16px;
  }
}

.footer {
  background-color: #111;
}

.sp-header {
  display: none;
}

@media (max-width: 756px) {
  .sp-header {
    display: block;
    position: relative;
    padding: 20px;
  }
  .hamburger {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger::before {
    content: "MENU";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .hamburger-line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #333;
    transition: all 0.4s;
  }
  .hamburger-line:nth-of-type(1) {
    top: 14px;
  }
  .hamburger-line:nth-of-type(2) {
    top: 23px;
  }
  .hamburger-line:nth-of-type(3) {
    top: 32px;
  }
  .hamburger.active .hamburger-line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .hamburger.active .hamburger-line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    /* ← ここを left:0 から変更 */
    width: 240px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    /* ← 影を左側に */
    transform: translateX(100%);
    /* ← 右側に隠す */
    transition: transform 0.4s;
    z-index: 90;
    padding: 0 24px;
  }
  .nav.active {
    transform: translateX(0);
  }
  .nav-list {
    margin: 0;
    padding: 80px 0 0;
    list-style: none;
  }
  .nav-link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 0;
    color: #013993;
    text-decoration: none;
    /* 上下中央に揃える */
  }
  .nav-link::before {
    width: 0;
    /* 初期表示は表示しないようにする */
    height: 0;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    transition: 0.3s;
  }
  .nav-link:hover::before {
    width: 0.25em;
    /* ホバー時に表示 */
    height: 0.25em;
    margin-right: 16px;
    background-color: #013993;
  }
  .nav .nav-img ._img {
    width: 100%;
    max-width: 200px;
  }
}

/*# sourceMappingURL=main.css.map */
