@charset "UTF-8";
/* Scss Document */
/*------------------------------------------
  fontstyle
------------------------------------------*/
/* Scss Document */
.en-bold {
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls04 {
  letter-spacing: 0.04em;
}

/*------------------------------------------
  library
------------------------------------------*/
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
/* ========== margin ========== */
.ma {
  margin: auto !important;
}

.m00 {
  margin: 0 !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* ========== padding ========== */
.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* ========== other ========== */
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.boN {
  border: none !important;
}

.baN {
  background: none !important;
}

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

/*------------------------------------------
  reset
------------------------------------------*/
/*! destyle.css v3.0.2 | 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*/
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  color: #2B2B2B;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

/**
 * 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * 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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

table {
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/*------------------------------------------
  header
------------------------------------------*/
/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  background: #222C88;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 0 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
    padding: 0 0 100px;
  }
}

/*------------------------------------------
  component
------------------------------------------*/
.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}

.btn__contact {
  max-width: 490px;
  width: 100%;
  margin: 70px auto 0;
  position: relative;
}
.btn__contact-copy {
  background-color: #fff;
  padding: 6px 24px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border: 4px solid #F2BA00;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px rgba(128, 98, 0, 0.5);
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-copy {
    padding: 4px 40px;
    font-size: 1.1rem;
    line-height: 1.4;
    border: 2px solid #F2BA00;
    top: -34px;
  }
}
.btn__contact-copy::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 18px;
  height: 12px;
  background: #F2BA00;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 70%);
          clip-path: polygon(0 0, 100% 0%, 50% 70%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-copy::before {
    bottom: -13px;
  }
}
.btn__contact-copy::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 16px;
  height: 10px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 70%);
          clip-path: polygon(0 0, 100% 0%, 50% 70%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-copy::after {
    bottom: -9px;
  }
}
.btn__contact-link {
  background-color: #F2BA00;
  color: #fff;
  width: 100%;
  height: 108px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: 700;
  box-shadow: 0 8px 0 #d5a300;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-link {
    height: 60px;
    font-size: 1.7rem;
    box-shadow: 0 4px 0 #d5a300;
  }
}
@media (any-hover: hover) {
  .btn__contact-link:hover {
    background: #D5A300;
    box-shadow: inset 0 8px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) and (min-width: 0px) and (max-width: 768px) {
  .btn__contact-link:hover {
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
  }
}
.btn__contact-link::before, .btn__contact-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 46px;
  width: 24px;
  height: 5px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2.5px) 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-link::before, .btn__contact-link::after {
    width: 16px;
    height: 3px;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}
.btn__contact-link::before {
  transform: rotate(45deg);
}
.btn__contact-link::after {
  transform: rotate(-45deg);
}
.btn__contact-link span {
  position: relative;
}
.btn__contact-link span::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/icon-btn.svg) center/cover;
  position: absolute;
  left: -55px;
  top: 11px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact-link span::before {
    width: 24px;
    height: 24px;
    left: -38px;
    top: 3px;
  }
}
.btn__contact.fixed {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .btn__contact.fixed {
    display: block;
    position: fixed;
    z-index: 100;
    max-width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

.content {
  overflow: hidden;
}

.mv {
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv {
    flex-direction: column-reverse;
    gap: 40px;
    height: auto;
  }
}
.mv__left {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__left {
    width: 100%;
  }
}
.mv__left .logo {
  margin-bottom: 14px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__left .logo {
    width: 102px;
    margin-bottom: 8px;
  }
}
.mv__right {
  width: 100%;
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__right {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.mv__title {
  color: #222C88;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.mv__thinking {
  color: #222C88;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #222C88;
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__thinking {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
.mv__thinking-title {
  color: #222C88;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 18px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__thinking-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.mv__thinking-text {
  line-height: 1.8;
}
.mv__link {
  height: 50%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10%;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link {
    height: 180px;
  }
}
@media (any-hover: hover) {
  .mv__link:hover {
    opacity: 0.8;
  }
}
.mv__link-text {
  font-size: 2.6rem;
  font-weight: 900;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link-text {
    font-size: 1.6rem;
  }
}
.mv__link-text span {
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link-text span {
    padding: 2px 5px;
  }
}
.mv__link-text span:not(:last-of-type) {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link-text span:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.mv__link-btn {
  color: #fff;
  padding: 8px 43px 8px 32px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link-btn {
    padding: 2px 20px 2px 8px;
  }
}
.mv__link-btn::before, .mv__link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .mv__link-btn::before, .mv__link-btn::after {
    right: 8px;
  }
}
.mv__link-btn::before {
  transform: rotate(45deg);
}
.mv__link-btn::after {
  transform: rotate(-45deg);
}
.mv__support {
  background: url(../images/mv-support-bg.jpg) center/cover;
}
.mv__support span {
  color: #222C88;
}
.mv__follow {
  background: url(../images/mv-follow-bg.jpg) center/cover;
}
.mv__follow span {
  color: #AE0000;
}

.wrap {
  background: #F5F6FF;
  padding-top: 70px;
  position: relative;
}
.wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.3491990546) 58%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap::after {
    height: 200px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap {
    padding-top: 40px;
  }
}
.wrap__box {
  margin-bottom: 95px;
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap__box {
    margin-bottom: 60px;
  }
}
.wrap__title {
  font-size: 4.8rem;
  font-weight: 900;
  color: #222C88;
  letter-spacing: -0.01em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.wrap__title img {
  margin-right: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap__title img {
    width: 94px;
  }
}
.wrap__title .small {
  font-size: 2.8rem;
  align-self: flex-end;
  margin-left: 12px;
  margin-bottom: 7px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap__title .small {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.wrap__text {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .wrap__text {
    font-size: 1.6rem;
  }
}

.section.support {
  position: relative;
}
.section.support .section__wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 32px 120px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section.support .section__wrap {
    padding: 0 20px 70px;
  }
}
.section.follow {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section.follow {
    padding-bottom: 20px;
  }
}
.section.follow::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #FFF5F5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section.follow .section__wrap {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 32px 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section.follow .section__wrap {
    padding: 0 20px 20px;
  }
}
.section__wrap {
  background: #fff;
  z-index: 1;
  position: relative;
}
.section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(-28px);
  font-size: 4.6rem;
  color: #fff;
  padding: 5px 20px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__title {
    font-size: 1.9rem;
    transform: translateY(-18px);
  }
}
.section__title.blue {
  background: #222C88;
}
.section__title.red {
  background: #AE0000;
}
.section__box {
  margin-bottom: 40px;
}
.section__box-title {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__box-title {
    font-size: 1.9rem;
    padding-bottom: 5px;
  }
}
.section__box-title.blue {
  color: #222C88;
  border-bottom: 2px solid #222C88;
}
.section__box-title.red {
  color: #AE0000;
  border-bottom: 2px solid #AE0000;
}
.section__box-title.white {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.section__box-title.fz38 {
  font-size: 3.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__box-title.fz38 {
    font-size: 2rem;
  }
}
.section .image__box {
  display: grid;
  grid-template-columns: 55% 40%;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section .image__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section .image__box .image {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section .image__box .image {
    height: auto;
    aspect-ratio: 300/150;
  }
}
.section .image__box .image img {
  width: 100%;
}
.section .image__box .support__image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section .image__box .support__image {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .section .image__box.co-re {
    display: flex;
    flex-direction: column-reverse;
  }
}
.section .text__box .section__num {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section .text__box .section__num {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.section__num {
  z-index: 1;
}
.section__num-title {
  font-size: 2.8rem;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__num-title {
    font-size: 2rem;
  }
}
.section__num-title::before {
  content: attr(data-title);
  font-size: 9.5rem;
  font-weight: 900;
  line-height: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__num-title::before {
    font-size: 7rem;
  }
}
.section__num-title.blue {
  color: #222C88;
}
.section__num-title.blue::before {
  color: rgba(34, 44, 136, 0.2);
}
.section__num-title.red {
  color: #AE0000;
}
.section__num-title.red::before {
  color: rgba(174, 0, 0, 0.2);
}
.section__num-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.section__flow-title {
  font-size: 1.8rem;
  color: #222C88;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .section__flow-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.section__image {
  text-align: center;
}

.thoughts {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .thoughts {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.thoughts__wrap {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 4%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .thoughts__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.thoughts__title {
  font-size: 2.8rem;
  color: #222C88;
  margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .thoughts__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.thoughts__image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.thoughts__image img {
  width: 100%;
}

.company {
  background: #222C88;
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company__profile {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.company__profile-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__profile-title {
    font-size: 2rem;
  }
}
.company__profile-text img {
  margin-bottom: 3px;
}
.company__info {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 4%;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__info {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.company__info-title {
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.company__info-history .history__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 5px;
}
.company__info-list li {
  margin-bottom: 5px;
}
.company__bottom {
  display: grid;
  grid-template-columns: 54% 42%;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.company__case {
  color: #fff;
}
.company__case-title {
  font-size: 2.6rem;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__case-title {
    font-size: 2.4rem;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.company__case-title .small {
  font-size: 1.6rem;
  margin-bottom: 3px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__case-title .small {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.company__case-list .case-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.company__case-list .case-list ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(6, auto);
  gap: 3px 3%;
  justify-content: space-between;
  grid-auto-flow: column;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__case-list .case-list ul {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__case-list .case-list ul li {
    display: inline-block;
  }
  .company__case-list .case-list ul li:not(:last-of-type) {
    padding-right: 20px;
    position: relative;
  }
  .company__case-list .case-list ul li:not(:last-of-type)::after {
    content: "／";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.company__contact {
  background: #F2F4FF;
  padding: 0 16px 16px 16px;
  border-radius: 6px;
  height: -moz-fit-content;
  height: fit-content;
}
.company__contact-title {
  font-size: 2.2rem;
  color: #222C88;
  font-weight: 900;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__contact-title {
    font-size: 2rem;
    padding: 15px 0;
  }
}
.company__contact-box {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__contact-box {
    padding: 15px;
  }
}
.company__contact-name {
  font-size: 2.2rem;
  color: #222C88;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__contact-name {
    font-size: 1.6rem;
  }
}
.company__contact-num {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__contact-num {
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .company__contact-num img {
    width: 200px;
  }
}/*# sourceMappingURL=common.css.map */