@charset "UTF-8";
/*! 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*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

main {
  margin: 0 auto;
  max-width: 1920px;
}

.c-cta_btn {
  max-width: 666px;
}
@media screen and (min-width: 960px) {
  .c-cta_btn:hover {
    transition: all 0.3s;
    opacity: 0.7;
    filter: brightness(120%);
  }
}

.cat-btn:hover {
  transition: all 0.3s;
  opacity: 0.7;
  filter: brightness(120%);
}
.cat-btn__txt {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .cat-btn__txt {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .cat-btn__txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

main {
  min-width: 1200px;
  color: #2F363B;
}
@media screen and (max-width: 1024px) {
  main {
    min-width: initial;
  }
}

@media screen and (max-width: 1024px) {
  .pc-cont {
    display: none;
  }
}

.sp-cont {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-cont {
    display: block;
  }
}

.yl-line {
  background: linear-gradient(transparent 10%, #FFF766 10%);
  color: #154A95;
  font-weight: 700;
}

.contact-btn {
  width: 25vw;
  margin-left: 8.125vw;
}
@media screen and (max-width: 1024px) {
  .contact-btn {
    width: 610px;
  }
}
@media screen and (max-width: 520px) {
  .contact-btn {
    width: 305px;
  }
}
.contact-btn a {
  display: block;
  padding: 0.57vw 0;
  text-align: center;
  font-size: 1.56vw;
  color: #fff;
  background-color: #fd3248;
  border-radius: 1.875vw;
  box-shadow: 0px 6px 0px 0px #cb273a;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact-btn a {
    padding: 20px 0;
    font-size: 36px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 520px) {
  .contact-btn a {
    padding: 10px 0;
    font-size: 18px;
  }
}

[data-type=fade-in] {
  opacity: 0;
  transform: translateY(50px);
}

[data-type=fade-in].is-anime {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transform: translateY(0);
}

[data-type=fade-in].is-anime.show-item-2 {
  transition-delay: 0.2s;
}

[data-type=fade-in].is-anime.show-item-3 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  [data-type=fade-in].is-anime.show-item-3 {
    transition-delay: 0s;
  }
}

[data-type=fade-in].is-anime.show-item-4 {
  transition-delay: 0s;
}
@media screen and (max-width: 1024px) {
  [data-type=fade-in].is-anime.show-item-4 {
    transition-delay: 0.2s;
  }
}

[data-type=fade-in].is-anime.show-item-5 {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1024px) {
  [data-type=fade-in].is-anime.show-item-5 {
    transition-delay: 0s;
  }
}

[data-type=fade-in].is-anime.show-item-6 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1024px) {
  [data-type=fade-in].is-anime.show-item-6 {
    transition-delay: 0.2s;
  }
}

[data-type=fade-left] {
  opacity: 0;
  transform: translateX(-50px);
}

[data-type=fade-left].is-anime {
  opacity: 1;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

[data-type=fade-right] {
  opacity: 0;
  transform: translateX(50px);
}

[data-type=fade-right].is-anime {
  opacity: 1;
  transform: translateX(0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

.yl-line {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 100%;
}

[data-type=fade-in].line-anime .yl-line {
  background-size: 100% 100%;
  transition: background-size 1s ease 0.2s;
}

@media screen and (max-width: 520px) {
  #satori__creative_container {
    display: none;
  }
}

.con-inner {
  width: 56.25vw;
  max-width: 1080px;
  min-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .con-inner {
    min-width: initial;
    min-width: auto;
    width: 670px;
  }
}
@media screen and (max-width: 520px) {
  .con-inner {
    width: 92%;
  }
}
.con-inner__sm {
  width: 71.4285714286%;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .con-inner__sm {
    min-width: initial;
    min-width: auto;
    width: 89.3333333333%;
  }
}

.bl-txt {
  color: #154A95;
}

.bl-txt-2 {
  color: #2497E3;
}

.thn {
  font-weight: 300;
}

.right-pack {
  margin-right: -0.5em;
}

.en-ttl {
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #2497E3;
}
@media screen and (max-width: 1024px) {
  .en-ttl {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .en-ttl {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.sec-ttl {
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  .sec-ttl {
    margin-bottom: 48px;
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  .sec-ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.sec-ttl .ss {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-ttl .ss {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .sec-ttl .ss {
    font-size: 14px;
  }
}
.sec-ttl .bl-bg {
  color: #154A95;
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .sec-ttl .bl-bg {
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  .sec-ttl .bl-bg {
    font-size: 24px;
  }
}

.cv-box {
  padding: 64px 0;
  background: linear-gradient(to bottom, #46a3e0 0%, #184490 100%);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cv-box {
    padding: 96px 0;
  }
}
@media screen and (max-width: 520px) {
  .cv-box {
    padding: 48px 0;
  }
}
.cv-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  width: 240px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  .cv-box::before {
    height: 16px;
    width: 120px;
  }
}
.cv-box--bl::before {
  background-color: #E6F5F7;
}
.cv-box--bl2::before {
  background-color: #DDE4ED;
}
.cv-box .boc {
  background-color: #fff;
  border-radius: 32px;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc {
    padding: 40px 30px 10px;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc {
    padding: 20px 15px 5px;
    border-radius: 16px;
  }
}
.cv-box .boc .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .ttl {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .ttl {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.cv-box .boc .ttl .bl-txt {
  border-bottom: #154A95 2px dotted;
}
.cv-box .boc .wrap {
  display: flex;
  justify-content: center;
}
.cv-box .boc .wrap .img {
  width: 144px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .wrap .img {
    width: 178px;
    margin-right: 20px;
  }
  .cv-box .boc .wrap .img img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .wrap .img {
    width: 88px;
    margin-right: 10px;
  }
}
.cv-box .boc .wrap .list {
  width: 648px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .wrap .list {
    width: calc(100% - 198px);
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .wrap .list {
    width: calc(100% - 98px);
  }
}
.cv-box .boc .wrap .list .item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .cv-box .boc .wrap .list .item {
    margin-bottom: 12px;
  }
}
.cv-box .boc .wrap .list .item .icon {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .wrap .list .item .icon {
    width: 40px;
    margin-right: 16px;
  }
  .cv-box .boc .wrap .list .item .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .wrap .list .item .icon {
    width: 20px;
    margin-right: 8px;
  }
}
.cv-box .boc .wrap .list .item .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .wrap .list .item .txt {
    width: calc(100% - 56px);
    line-height: 1.3;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .wrap .list .item .txt {
    font-size: 12px;
  }
}
.cv-box .boc .contact-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cv-box .boc .contact-btn-wrap .contact-btn {
  width: 400px;
  margin: 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .contact-btn-wrap .contact-btn {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .contact-btn-wrap .contact-btn {
    margin: 0 0 15px;
  }
}
.cv-box .boc .contact-btn-wrap .contact-btn a {
  display: block;
  color: #fff;
  background-color: #fd3248;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
  position: relative;
  z-index: 2;
  line-height: 1;
  box-shadow: 0px 4px 0px 0px #cb273a;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a {
    font-size: 32px;
    padding: 24px 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a .icon {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a .icon {
    width: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a .icon img {
    height: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .cv-box .boc .contact-btn-wrap .contact-btn a .icon img {
    height: 20px;
  }
}
.cv-box .boc .contact-btn-wrap .contact-btn a:hover {
  top: 4px;
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px #cb273a;
}

.contact-btn-head {
  background-color: #F5EB2F;
  padding: 8px 0;
}
.contact-btn-head p {
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
  text-align: center;
  font-size: 30px;
  color: #154A95;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  .contact-btn-head p {
    font-size: 18px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  padding: 15px 3.6% 15px 2%;
}
@media screen and (max-width: 1024px) {
  .header {
    border-bottom: #f7f7f7 4px solid;
  }
}
@media screen and (max-width: 520px) {
  .header {
    padding: 10px;
    border-bottom: #f7f7f7 2px solid;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
}
.header__wrapper .openbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .openbtn {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 34px;
    right: 40px;
    cursor: pointer;
    width: 60px;
    height: 36px;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .openbtn {
    top: 17px;
    right: 20px;
    width: 30px;
    height: 18px;
  }
}
.header__wrapper .openbtn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #154a95;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .header__wrapper .openbtn span {
    height: 2px;
  }
}
.header__wrapper .openbtn span:nth-of-type(1) {
  top: 0;
}
.header__wrapper .openbtn span:nth-of-type(2) {
  top: 15px;
}
@media screen and (max-width: 520px) {
  .header__wrapper .openbtn span:nth-of-type(2) {
    top: 7.5px;
  }
}
.header__wrapper .openbtn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 520px) {
  .header__wrapper .openbtn span:nth-of-type(3) {
    top: 15.5px;
  }
}
.header__wrapper .active span:nth-of-type(1) {
  top: 15px;
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .header__wrapper .active span:nth-of-type(1) {
    top: 1.5px;
  }
}
.header__wrapper .active span:nth-of-type(2) {
  opacity: 0;
}
.header__wrapper .active span:nth-of-type(3) {
  top: 27px;
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 520px) {
  .header__wrapper .active span:nth-of-type(3) {
    top: 13.5px;
  }
}
.header__wrapper .gnav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav {
    position: fixed;
    display: none;
    top: 95px;
    left: 0;
    width: 100%;
    height: 90vh;
    overflow: scroll;
    background: #fff;
    transition: all 0.5s;
    z-index: 200;
    padding: 50px 4% 40px;
  }
  .header__wrapper .gnav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .header__wrapper .gnav {
    top: 52.7px;
    padding: 25px 10.6666666667% 20px;
    height: 100vh;
  }
}
.header__wrapper .gnav__list {
  display: flex;
  margin-right: 0.56vw;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav__list {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .gnav__list {
    margin-bottom: 40px;
  }
}
.header__wrapper .gnav__item {
  margin-right: 2.08vw;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav__item {
    margin-right: 0;
  }
}
.header__wrapper .gnav__item a {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #2F363B;
  font-size: 1.041vw;
  line-height: 1.4;
  transition: 0.3s all;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav__item a {
    text-align: left;
    font-size: 38px;
    padding: 50px 20px;
    border-bottom: #d3d3d3 1px solid;
    position: relative;
  }
  .header__wrapper .gnav__item a::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 20px;
    width: 24px;
    height: 48px;
    background-image: url("../images/specified-skill-supply/icon-arrow-2.png.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .gnav__item a {
    font-size: 16px;
    padding: 25px 10px;
  }
  .header__wrapper .gnav__item a::before {
    top: 23px;
    right: 10px;
    width: 12px;
    height: 24px;
  }
}
.header__wrapper .gnav__item a:hover {
  color: #154A95;
  transition: 0.3s all;
}
.header__wrapper .gnav .cat-btn-h_inter {
  width: 200px;
  margin-left: 1.04vw;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav .cat-btn-h_inter {
    width: 100%;
  }
}
.header__wrapper .gnav .cat-btn-h_inter a {
  display: block;
  color: #fff;
  background-color: #FA2537;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0px 4px 0px 0px #B82531;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav .cat-btn-h_inter a {
    font-size: 32px;
    padding: 28px 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .gnav .cat-btn-h_inter a {
    font-size: 16px;
    padding: 14px 0;
  }
}
.header__wrapper .gnav .cat-btn-h_inter a .icon {
  width: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav .cat-btn-h_inter a .icon {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .gnav .cat-btn-h_inter a .icon {
    width: 20px;
    margin-right: 10px;
  }
}
.header__wrapper .gnav .cat-btn-h_inter a .icon img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .gnav .cat-btn-h_inter a .icon img {
    height: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .header__wrapper .gnav .cat-btn-h_inter a .icon img {
    height: 20px;
  }
}
.header__wrapper .gnav .cat-btn-h_inter a:hover {
  top: 4px;
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px #B82531;
}
@media screen and (max-width: 1024px) {
  .header__wrapper .panelactive {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 520px) {
  .header__logo {
    width: 110px;
  }
}
.header__logo img {
  width: 100%;
}

.mv {
  margin-top: 80px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 520px) {
  .mv {
    margin-top: 50px;
  }
}
.mv__bg {
  width: 91.66vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv__bg {
    width: 100%;
  }
}
.mv__bg img {
  width: 100%;
}
.mv__point {
  position: absolute;
  top: 15%;
  right: 4.68vw;
  width: 32vw;
}
@media screen and (max-width: 1024px) {
  .mv__point {
    top: 38%;
    width: 79.7333333333%;
    right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .mv__point img {
    width: 100%;
  }
}
.mv__txt {
  position: absolute;
  top: 32%;
  left: 0;
  color: #154a95;
  font-weight: 700;
  font-size: 4.7vw;
}
@media screen and (max-width: 1024px) {
  .mv__txt {
    top: 152px;
    left: 4%;
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .mv__txt {
    top: 20px;
    font-size: 20px;
  }
}
.mv__txt .head {
  display: inline-block;
  margin-left: 5.2vw;
  font-weight: 900;
  font-size: 5vw;
}
@media screen and (max-width: 1024px) {
  .mv__txt .head {
    font-size: 67.2px;
  }
}
@media screen and (max-width: 520px) {
  .mv__txt .head {
    font-size: 33.6px;
  }
}
.mv__txt .bg-wh {
  position: relative;
  color: #e4e5e7;
}
.mv__txt .bg-wh::before {
  content: "";
  position: absolute;
  top: -0.4vw;
  left: -0.4vw;
  color: #154a95;
}
.mv__txt .bg-wh-head::before {
  content: "─ 海外大学生";
}
.mv__txt .bg-wh-under::before {
  content: "からの";
  top: -0.86vw;
  left: -0.26vw;
}
.mv__txt .bg-wh-under-2::before {
  content: "が可能！";
  top: -0.86vw;
  left: -0.26vw;
}
.mv__txt .bl-bg {
  font-size: 5.25vw;
  font-weight: 900;
  margin-right: 1.56vw;
  padding: 0 1.56vw 0 5.2vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv__txt .bl-bg {
    font-size: 67.2px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 520px) {
  .mv__txt .bl-bg {
    font-size: 33.6px;
    padding: 0 5px;
  }
}
.mv__txt .bl-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #154a95;
  mix-blend-mode: multiply;
}
.mv__txt .yl {
  color: #ffff00;
  position: relative;
  z-index: 2;
}
.mv__txt .wh {
  color: #fff;
  position: relative;
  z-index: 2;
}
.mv__bnr {
  position: absolute;
  top: 8%;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .mv__bnr {
    padding: 30px 0 120px;
    position: static;
    width: 92%;
    margin: 0 auto;
  }
  .mv__bnr img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .mv__bnr {
    padding: 15px 0 60px;
  }
}
.mv__contact {
  margin-top: -5vw;
  background-color: #fff;
  border-radius: 32px;
  padding: 0 0 23px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv__contact {
    padding: 0 0 28px;
    margin-top: -220px;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact {
    padding: 0 0 12px;
    margin-top: -110px;
  }
}
.mv__contact .contact-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.mv__contact .contact-btn-wrap .contact-btn {
  width: 400px;
  margin: 24px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .mv__contact .contact-btn-wrap .contact-btn {
    width: 100%;
    margin: 24px 0 30px;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact .contact-btn-wrap .contact-btn {
    margin: 24px 0 20px;
  }
}
.mv__contact .contact-btn-wrap .contact-btn a {
  display: block;
  color: #fff;
  background-color: #fd3248;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
  position: relative;
  z-index: 2;
  line-height: 1;
  box-shadow: 0px 4px 0px 0px #cb273a;
  transition: all 0.3s;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .mv__contact .contact-btn-wrap .contact-btn a {
    font-size: 32px;
    padding: 28px 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact .contact-btn-wrap .contact-btn a {
    font-size: 16px;
    padding: 14px 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv__contact .contact-btn-wrap .contact-btn a .icon {
    display: inline-block;
    width: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact .contact-btn-wrap .contact-btn a .icon {
    width: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__contact .contact-btn-wrap .contact-btn a .icon img {
    height: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact .contact-btn-wrap .contact-btn a .icon img {
    height: 20px;
  }
}
.mv__contact .contact-btn-wrap .contact-btn a:hover {
  top: 4px;
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px #cb273a;
}
.mv__contact .contact-txt {
  color: #555B5E;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .mv__contact .contact-txt {
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 520px) {
  .mv__contact .contact-txt {
    font-size: 12px;
  }
}

.problem {
  padding: 82px 0 32px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .problem {
    padding: 96px 0 32px;
  }
}
@media screen and (max-width: 520px) {
  .problem {
    padding: 48px 0 16px;
  }
}
.problem .ttl-box {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .problem .ttl-box {
    margin-bottom: 0;
    position: relative;
  }
}
.problem .ttl-box .icon {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .problem .ttl-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 128px;
    height: 128px;
  }
  .problem .ttl-box .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .problem .ttl-box .icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .problem .ttl-box .icon-right {
    left: auto;
    right: 0;
  }
}
.problem .ttl-box .sec-ttl {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .problem .ttl-box .sec-ttl {
    width: 100%;
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  .problem .ttl-box .sec-ttl {
    font-size: 24px;
  }
}
.problem .ttl-box .sec-ttl .sm {
  font-size: 32px;
}
@media screen and (max-width: 520px) {
  .problem .ttl-box .sec-ttl .sm {
    font-size: 16px;
  }
}
.problem .ttl-box .sec-ttl .bl-bg {
  color: #154A95;
}
@media screen and (max-width: 1024px) {
  .problem .ttl-box .sec-ttl .bl-bg {
    font-size: 64px;
  }
}
@media screen and (max-width: 520px) {
  .problem .ttl-box .sec-ttl .bl-bg {
    font-size: 32px;
  }
}
.problem .list {
  background-color: #98ACB2;
  border-radius: 32px;
  padding: 32px 152px;
}
@media screen and (max-width: 1024px) {
  .problem .list {
    padding: 48px 32px;
  }
}
@media screen and (max-width: 520px) {
  .problem .list {
    border-radius: 16px;
    padding: 24px 16px;
  }
}
.problem .list .item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .problem .list .item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 520px) {
  .problem .list .item {
    margin-bottom: 22.8px;
  }
}
.problem .list .item .img {
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .problem .list .item .img {
    width: 128px;
  }
  .problem .list .item .img img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .problem .list .item .img {
    width: 64px;
  }
}
.problem .list .item .txt {
  margin: 0 25px;
  padding: 16px 32px;
  font-size: 20px;
  color: #555B5E;
  font-weight: 300;
  background-color: #fff;
  line-height: 1;
  font-weight: 700;
  border-radius: 0 12px 12px 12px;
}
@media screen and (max-width: 1024px) {
  .problem .list .item .txt {
    margin: 0 0 0 20px;
    width: calc(100% - 148px);
    font-size: 28px;
    line-height: 1.2;
    border-radius: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 520px) {
  .problem .list .item .txt {
    margin: 0 0 0 10px;
    padding: 8px 16px;
    width: calc(100% - 74px);
    font-size: 14px;
    border-radius: 0 8px 8px 8px;
  }
}
.problem .list .item .txt .bl-txt {
  color: #154A95;
}
.problem .list .item .txt .th {
  font-weight: 300;
}
.problem .list .item:last-of-type {
  margin-bottom: 0;
}
.problem .list .item--right {
  flex-direction: row-reverse;
}
.problem .list .item--right .txt {
  border-radius: 12px 0 12px 12px;
}
@media screen and (max-width: 1024px) {
  .problem .list .item--right .txt {
    margin: 0 20px 0 0;
    border-radius: 16px 0 16px 16px;
  }
}
@media screen and (max-width: 520px) {
  .problem .list .item--right .txt {
    margin: 0 10px 0 0;
    border-radius: 8px 0 8px 8px;
  }
}
.problem .tr-icon {
  margin: 32px auto;
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .problem .tr-icon {
    margin: 24px auto 48px;
  }
}
@media screen and (max-width: 520px) {
  .problem .tr-icon {
    margin: 12px auto 24px;
    width: 24px;
  }
}
.problem .lead-txt {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .problem .lead-txt {
    font-size: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 520px) {
  .problem .lead-txt {
    font-size: 14px;
  }
}
.problem .lead-txt .bg {
  font-size: 32px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .problem .lead-txt .bg {
    font-size: 48px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 520px) {
  .problem .lead-txt .bg {
    font-size: 24px;
  }
}
.problem .lead-txt .bl-txt-2 {
  font-weight: 700;
}
.problem .bnr {
  margin: 32px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 520px) {
  .problem .bnr {
    margin: 16px 0 0;
  }
}
.problem .bnr .pc {
  display: block;
}
@media screen and (max-width: 520px) {
  .problem .bnr .pc {
    display: none;
  }
}
.problem .bnr .sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .problem .bnr .sp {
    display: block;
  }
}
.problem .bnr a {
  transition: opacity 0.3s;
}
.problem .bnr a:hover {
  opacity: 0.8;
}

.sec {
  margin-top: -80px;
  padding: 144px 0 64px;
}
@media screen and (max-width: 1024px) {
  .sec {
    margin-top: -95px;
    padding: 191px 0 96px;
  }
}
@media screen and (max-width: 520px) {
  .sec {
    margin-top: -52px;
    padding: 101px 0 48px;
  }
}

.solution {
  background-color: #E6F5F7;
  position: relative;
  z-index: 2;
}
.solution::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  width: 240px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .solution::before {
    top: 95px;
  }
}
@media screen and (max-width: 520px) {
  .solution::before {
    top: 52px;
    height: 16px;
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .solution .sec-ttl .sm {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .solution .sec-ttl .sm {
    font-size: 16px;
  }
}
.solution .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .solution .list {
    justify-content: space-between;
  }
}
.solution .list .item {
  width: 31.8518518519%;
}
@media screen and (max-width: 1024px) {
  .solution .list .item {
    width: 47.5362318841%;
  }
}
.solution .list .item:nth-child(2), .solution .list .item:nth-child(5) {
  margin: 0 2.2222222222%;
}
@media screen and (max-width: 1024px) {
  .solution .list .item:nth-child(2), .solution .list .item:nth-child(5) {
    margin: 0;
  }
}
.solution .list .item .txt {
  margin: 16px 0 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .solution .list .item .txt {
    margin: 8px 0 96px;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .solution .list .item .txt {
    margin: 4px 0 48px;
    font-size: 12px;
  }
}
.solution .list .item--img {
  position: absolute;
  bottom: -64px;
  right: -129px;
}
@media screen and (max-width: 1024px) {
  .solution .list .item--img {
    position: static;
    width: 47.5362318841%;
  }
}
@media screen and (max-width: 1024px) {
  .solution .list .item:nth-child(5) .txt {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 520px) {
  .solution .list .item:nth-child(5) .txt {
    margin: 4px 0 0;
  }
}

.scheme__wrapper {
  width: 64.58vw;
  max-width: 1240px;
  min-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper {
    min-width: initial;
    min-width: auto;
    width: 92%;
  }
}
.scheme__wrapper .lead-ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .lead-ttl {
    margin: 64px 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .lead-ttl {
    margin: 32px 0;
    font-size: 20px;
  }
}
.scheme__wrapper .lead-ttl .bl-txt {
  font-size: 48px;
  border-bottom: #154A95 3px dotted;
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .lead-ttl .bl-txt {
    font-size: 24px;
  }
}
.scheme__wrapper .icon-tr {
  margin: 32px auto;
  height: 32px;
  width: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #154A95;
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .icon-tr {
    margin: 16px auto;
    height: 16px;
    width: 40px;
  }
}
.scheme__wrapper .box {
  padding: 40px 40px 50px;
  border-radius: 32px;
  background-color: #E9F3F7;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box {
    padding: 15px 15px 0;
  }
}
.scheme__wrapper .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #154A95;
  border-radius: 32px 32px 0 0;
}
.scheme__wrapper .box .lead-box {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f3f5 100%);
  border-radius: 16px 16px 0 0;
  padding-top: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box {
    border-radius: 8px 8px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box .sp-ttl {
    width: 90.4761904762%;
    margin: 0 auto 32px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box .sp-ttl {
    margin: 0 auto 16px;
    padding: 30px 0 0;
  }
}
.scheme__wrapper .box .lead-box .sp-ttl img {
  width: 100%;
}
.scheme__wrapper .box .lead-box .arc-txt {
  font-weight: 700;
  height: 122px;
}
.scheme__wrapper .box .lead-box .sub-ttl {
  margin-top: -50px;
  font-weight: 700;
  height: 130px;
  transform: scale(1.3);
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box .sub-ttl {
    transform: scale(1);
  }
}
.scheme__wrapper .box .lead-box .lead-txt {
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box .lead-txt {
    text-align: left;
    margin: 0 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box .lead-txt {
    margin: 0 15px;
    font-size: 14px;
  }
}
.scheme__wrapper .box .lead-box .lead-img {
  margin: -70px 0 48px;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box .lead-img {
    margin-top: 0;
  }
  .scheme__wrapper .box .lead-box .lead-img img {
    width: 100%;
  }
}
.scheme__wrapper .box .lead-box--yl {
  margin-bottom: 48px;
  background: #FFFEE5;
  border: #F2F0C2 3px solid;
  padding-bottom: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box--yl {
    margin-bottom: 96px;
    padding: 0px 30px 60px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box--yl {
    margin-bottom: 48px;
    padding: 0px 15px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box--yl .sp-ttl {
    width: 100%;
  }
}
.scheme__wrapper .box .lead-box--yl .hukidashi-box {
  margin: 0 auto;
  padding: 24px 0;
  width: 409px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box--yl .hukidashi-box {
    margin-bottom: 60px;
    width: 100%;
    font-size: 32px;
    padding: 16px 26px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box--yl .hukidashi-box {
    margin-bottom: 30px;
    font-size: 16px;
    padding: 8px 13px;
  }
}
.scheme__wrapper .box .lead-box--yl .hukidashi-box::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 40px;
  background-image: url(../images/specified-skill-supply/icon-arrow-1.png.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.scheme__wrapper .box .lead-box--yl .hukidashi-box .bl-txt {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box--yl .hukidashi-box .bl-txt {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box--yl .hukidashi-box .bl-txt {
    font-size: 18px;
  }
}
.scheme__wrapper .box .lead-box--yl .lead-img {
  margin: 32px 0 48px;
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .lead-box--yl .lead-img {
    margin: 32px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .lead-box--yl .lead-txt {
    margin: 0;
  }
}
.scheme__wrapper .box .bl-ttl {
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .bl-ttl {
    margin-bottom: 80px;
    font-size: 44px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .bl-ttl {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.scheme__wrapper .box .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .list {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .list {
    padding-bottom: 16px;
  }
}
.scheme__wrapper .box .list .item {
  width: 47.4074074074%;
  margin-bottom: 32px;
  color: #555B5E;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .list .item {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .list .item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .list .item .img img {
    width: 100%;
  }
}
.scheme__wrapper .box .list .item .item-ttl {
  margin: 16px 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #154A95;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .list .item .item-ttl {
    margin: 32px 0 16px;
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .list .item .item-ttl {
    margin: 16px 0 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .list .item .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .list .item .txt {
    font-size: 12px;
  }
}
.scheme__wrapper .box .mg-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .mg-list {
    justify-content: space-between;
  }
}
.scheme__wrapper .box .mg-list .mg-item {
  width: 23.3333333333%;
  border-radius: 16px;
  border: #D5DCE0 2px solid;
  text-align: center;
  font-size: 1.04vw;
  font-weight: bold;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .mg-list .mg-item {
    width: 48.253968254%;
    margin-bottom: 70px;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .mg-list .mg-item {
    margin-bottom: 35px;
    font-size: 12px;
  }
}
.scheme__wrapper .box .mg-list .mg-item .no {
  margin: -24px auto 0;
  display: block;
  color: #fff;
  background-color: #154A95;
  border-radius: 50%;
  width: 48px;
  line-height: 1;
  padding: 12px 0;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .mg-list .mg-item .no {
    margin: -35px auto 0;
    padding: 19px 0;
    font-size: 32px;
    width: 70px;
  }
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .mg-list .mg-item .no {
    margin: -17.5px auto 0;
    padding: 9.5px 0;
    font-size: 16px;
    width: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .scheme__wrapper .box .mg-list .mg-item .img {
    width: 62.5%;
    margin: -5px auto 8px;
  }
}
.scheme__wrapper .box .mg-list .mg-item .txt {
  padding: 14px 0;
  background-color: #D5DCE0;
  border-radius: 0 0 14px 14px;
  color: #555B5E;
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .box .mg-list .mg-item .txt {
    padding: 8px 0;
    line-height: 1.4;
  }
}
.scheme__wrapper .icon-plus {
  margin: 32px auto;
  width: 48px;
}
@media screen and (max-width: 520px) {
  .scheme__wrapper .icon-plus {
    margin: 16px auto;
    width: 24px;
  }
}
.scheme .results-box {
  background-color: #154A95;
  border-radius: 32px;
  padding: 37px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .scheme .results-box {
    padding: 64px 32px;
  }
}
@media screen and (max-width: 520px) {
  .scheme .results-box {
    padding: 32px 16px;
  }
}
.scheme .results-box .wh-txt {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 32px;
  font-size: 32px;
  color: #154A95;
  background-color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .scheme .results-box .wh-txt {
    font-size: 34px;
    padding: 16px 0;
    display: block;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  .scheme .results-box .wh-txt {
    font-size: 17px;
    padding: 8px 0;
    margin-bottom: 16px;
  }
}
.scheme .results-box .txt {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .scheme .results-box .txt {
    font-size: 24px;
  }
}
.scheme .results-box .txt .dot {
  border-bottom: #fff 3px dotted;
}
.scheme .results-box .txt .sm {
  font-size: 32px;
}
@media screen and (max-width: 520px) {
  .scheme .results-box .txt .sm {
    font-size: 16px;
  }
}
.scheme .results-box .txt .yl-txt {
  color: #FFE41A;
}

.advantage {
  background-color: #E9F3F7;
  position: relative;
  z-index: 1;
}
.advantage .sec-ttl .bl-bg .fg {
  margin-right: 5px;
  border-bottom: #154A95 3px dotted;
}
.advantage .sec-ttl .bl-bg .dot {
  border-bottom: #154A95 2px dotted;
}
@media screen and (max-width: 1024px) {
  .advantage .list {
    margin-top: 64px;
  }
}
@media screen and (max-width: 520px) {
  .advantage .list {
    margin-top: 32px;
  }
}
.advantage .list .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .advantage .list .item {
    margin-bottom: 80px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .advantage .list .item {
    margin-bottom: 40px;
  }
}
.advantage .list .item .img {
  width: 27.7777777778%;
}
@media screen and (max-width: 1024px) {
  .advantage .list .item .img {
    width: 35.652173913%;
  }
}
.advantage .list .item .txtbox {
  width: 59.2592592593%;
}
@media screen and (max-width: 1024px) {
  .advantage .list .item .txtbox {
    width: 64.347826087%;
  }
}
.advantage .list .item .txtbox .item-ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .advantage .list .item .txtbox .item-ttl {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .advantage .list .item .txtbox .item-ttl {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.advantage .list .item .txtbox .txt {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .advantage .list .item .txtbox .txt {
    font-size: 24px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 520px) {
  .advantage .list .item .txtbox .txt {
    font-size: 12px;
    margin-top: 12px;
  }
}
.advantage .list .item:nth-child(2) {
  flex-direction: row-reverse;
}
.advantage .list .item:nth-child(3) {
  margin-bottom: 0;
}

.comparison {
  background-color: #fff;
  position: relative;
}
.comparison .sec-ttl {
  margin-bottom: 64px;
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .comparison .sec-ttl {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
.comparison .sec-ttl .bl-txt {
  border-bottom: #154A95 2px dotted;
}
.comparison .tb {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}
@media screen and (max-width: 520px) {
  .comparison .tb {
    border-spacing: 2px 0;
  }
}
.comparison .tb th,
.comparison .tb td {
  text-align: center;
  font-size: 18px;
  height: 64px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .comparison .tb th,
.comparison .tb td {
    font-size: 24px;
    height: 112px;
    line-height: 1.2;
    padding: 0 15px;
  }
}
@media screen and (max-width: 520px) {
  .comparison .tb th,
.comparison .tb td {
    font-size: 12px;
    height: 56px;
    padding: 0 8px;
  }
}
.comparison .tb .th-gr {
  width: 20.3703703704%;
  background-color: #7A7A7A;
  color: #FFF;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .comparison .tb .th-gr {
    width: 28.9855072464%;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .comparison .tb .th-gr {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
  }
}
.comparison .tb .th-gr-w {
  width: 30.3703703704%;
  background-color: #7A7A7A;
  color: #FFF;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .comparison .tb .th-gr-w {
    width: 28.9855072464%;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .comparison .tb .th-gr-w {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
  }
}
.comparison .tb .th-bl {
  width: 48.5185185185%;
  background-color: #154A95;
  color: #FFF;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1024px) {
  .comparison .tb .th-bl {
    width: 39.7101449275%;
  }
}
@media screen and (max-width: 520px) {
  .comparison .tb .th-bl {
    border-radius: 8px 8px 0 0;
  }
}
.comparison .tb .th-gr-1,
.comparison .tb .td-gr-1 {
  border-top: #fff 4px solid;
  color: #555B5E;
  background-color: #F2F2F2;
}
.comparison .tb .th-gr-2,
.comparison .tb .td-gr-2 {
  color: #555B5E;
  background-color: #E6E6E6;
}
.comparison .tb .td-bl-1,
.comparison .tb .td-bl-2 {
  color: #154A95;
  font-weight: 700;
  background-color: #EFF7FC;
}
.comparison .tb .td-bl-2 {
  background-color: #E3F2FC;
}

.casestudy {
  background-color: #DDE4ED;
}
.casestudy .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.casestudy .list .item {
  width: 46.1111111111%;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item {
    width: 100%;
  }
}
.casestudy .list .item .bf-txt {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: #555B5E;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .bf-txt {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .bf-txt {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.casestudy .list .item .bf-box {
  border-radius: 16px;
  background-color: #98ACB2;
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .bf-box {
    border-radius: 8px;
  }
}
.casestudy .list .item .bf-box .txt {
  width: 288px;
  margin: 0 auto;
  padding: 68px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .bf-box .txt {
    padding: 48px 0 144px;
    width: 86.6666666667%;
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .bf-box .txt {
    padding: 24px 0 72px;
    font-size: 18px;
  }
}
.casestudy .list .item .img {
  width: 118px;
  margin: -60px auto 0;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .img {
    width: 236px;
    margin: -120px auto 0;
  }
  .casestudy .list .item .img img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .img {
    width: 118px;
    margin: -60px auto 0;
  }
}
.casestudy .list .item .af-txt {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  color: #2497E3;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-txt {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-txt {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.casestudy .list .item .af-box {
  padding: 26.1px 0 40px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-box {
    padding: 48px 30px 154px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-box {
    padding: 24px 15px 74px;
  }
}
.casestudy .list .item .af-box .lead-txt {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #2F363B;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-box .lead-txt {
    margin-bottom: 5px;
    font-size: 38px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-box .lead-txt {
    margin-bottom: 0px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-box .txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-box .txt {
    font-size: 16px;
  }
}
.casestudy .list .item .af-box .af-list {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-box .af-list {
    margin-top: 40px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-box .af-list {
    margin-top: 20px;
  }
}
.casestudy .list .item .af-box .af-list .af-item {
  margin: 0 12px;
  width: 120px;
  height: 120px;
  background-color: #E6F5F7;
  color: #555B5E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .item .af-box .af-list .af-item {
    margin: 0;
    font-size: 28px;
    width: 192px;
    height: 192px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .item .af-box .af-list .af-item {
    font-size: 14px;
    width: 96px;
    height: 96px;
  }
}
.casestudy .list .icon-tr {
  margin: 172px 33px 0;
  width: 16px;
  height: 24px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #555B5E;
}
@media screen and (max-width: 1024px) {
  .casestudy .list .icon-tr {
    margin: 48px 0;
    width: 48px;
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 520px) {
  .casestudy .list .icon-tr {
    margin: 24px 0;
    width: 24px;
    height: 16px;
  }
}

.lineup {
  padding: 64px 0;
  background-color: #DDE4ED;
}
.lineup .sec-ttl {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .lineup .sec-ttl {
    font-size: 20px;
  }
}
.lineup .lead-txt {
  margin-bottom: 32px;
  text-align: center;
  font-size: 20px;
  color: #555B5E;
}
@media screen and (max-width: 1024px) {
  .lineup .lead-txt {
    margin-bottom: 64px;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .lineup .lead-txt {
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.lineup .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup .list .item {
  margin-bottom: 12px;
  width: 32.5925925926%;
  border-radius: 8px;
  padding: 16px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #154A95;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .lineup .list .item {
    width: 32.1739130435%;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1.35;
    border-radius: 16px;
    padding: 36px 0;
  }
}
@media screen and (max-width: 520px) {
  .lineup .list .item {
    margin-bottom: 6px;
    font-size: 11px;
    border-radius: 8px;
    padding: 18px 0;
  }
}
.lineup .list .item .icon {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .lineup .list .item .icon {
    margin: 0 auto 16px;
    width: 40px;
    display: block;
  }
  .lineup .list .item .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .lineup .list .item .icon {
    margin: 0 auto 8px;
    width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup .list .item .txt {
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flow {
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .flow {
    padding: 96px 0;
  }
}
@media screen and (max-width: 520px) {
  .flow {
    padding: 48px 0;
  }
}
.flow .sec-ttl {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .flow .sec-ttl {
    font-size: 20px;
  }
}
.flow .list {
  width: 30.2vw;
  min-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow .list {
    width: 100%;
    min-width: none;
    min-width: auto;
  }
}
.flow .list .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .flow .list .item {
    margin-bottom: 52px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item {
    margin-bottom: 26px;
  }
}
.flow .list .item .icon {
  width: 48px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow .list .item .icon {
    width: 96px;
  }
  .flow .list .item .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item .icon {
    width: 48px;
  }
}
.flow .list .item .icon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 16.5px;
  width: 15px;
  height: 10px;
  background-color: #154A95;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1024px) {
  .flow .list .item .icon::before {
    bottom: -40px;
    left: 28.5px;
    width: 30px;
    height: 20px;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item .icon::before {
    bottom: -20px;
    left: 14px;
    width: 15px;
    height: 10px;
  }
}
.flow .list .item .txt {
  width: calc(100% - 48px);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .flow .list .item .txt {
    margin: 0 0 0 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item .txt {
    margin: 0 0 0 10px;
    font-size: 16px;
  }
}
.flow .list .item .txt .no {
  font-weight: 700;
  color: #154A95;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .flow .list .item .txt .no {
    display: block;
    margin: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item .txt .no {
    font-size: 12px;
  }
}
.flow .list .item .txt .add {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .flow .list .item .txt .add {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .flow .list .item .txt .add {
    font-size: 15px;
  }
}
.flow .list .item:last-of-type .icon::before {
  display: none;
}

.faq {
  background-color: #fff;
  position: relative;
}
.faq .sec-ttl {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .faq .sec-ttl {
    font-size: 20px;
  }
}
.faq .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq .list .item {
  width: 46.2962962963%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .faq .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item {
    margin-bottom: 32px;
  }
}
.faq .list .item .qw,
.faq .list .item .as {
  display: flex;
  align-items: flex-start;
}
.faq .list .item .qw .icon,
.faq .list .item .as .icon {
  width: 40px;
  padding: 8px 0;
  text-align: center;
  margin-right: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #FA2537;
  background-color: #FAE1E3;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .faq .list .item .qw .icon,
.faq .list .item .as .icon {
    width: 60px;
    padding: 14px 0;
    margin-right: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .icon,
.faq .list .item .as .icon {
    width: 30px;
    padding: 7px 0;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
  }
}
.faq .list .item .qw .txt,
.faq .list .item .as .txt {
  width: calc(100% - 56px);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .faq .list .item .qw .txt,
.faq .list .item .as .txt {
    width: calc(100% - 80px);
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .txt,
.faq .list .item .as .txt {
    width: calc(100% - 40px);
    font-size: 16px;
  }
}
.faq .list .item .qw {
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .faq .list .item .qw {
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .faq .list .item .qw .txt {
    padding-right: 80px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .txt {
    padding-right: 40px;
  }
}
.faq .list .item .qw .open-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .faq .list .item .qw .open-icon {
    display: block;
    position: absolute;
    top: 18px;
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .open-icon {
    top: 9px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
.faq .list .item .qw .open-icon__hr {
  background-color: #212121;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .open-icon__hr {
    height: 2px;
  }
}
.faq .list .item .qw .open-icon__vt {
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 4px;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .faq .list .item .qw .open-icon__vt {
    width: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .faq .list .item .as {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.3s;
    margin: 0;
  }
}
.faq .list .item .as .icon {
  color: #2497E3;
  background-color: #DFEEF7;
}
.faq .list .item .as .txt {
  font-size: 16px;
  color: #555B5E;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .faq .list .item .as .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .item .as .txt {
    font-size: 12px;
  }
}
.faq .list .open .open-icon {
  transform: rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 1024px) {
  .faq .list .open .as {
    margin-top: 48px;
  }
}
@media screen and (max-width: 520px) {
  .faq .list .open .as {
    margin-top: 24px;
  }
}

.apply {
  background-color: #E6E6E6;
}
.apply .con-inner {
  width: 800px;
  margin: 0 auto;
  min-width: auto;
}
@media screen and (max-width: 1024px) {
  .apply .con-inner {
    width: 92%;
  }
}
.apply .sec-ttl {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .apply .sec-ttl {
    font-size: 20px;
  }
}
.apply .name {
  margin-bottom: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .apply .name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .apply .name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.apply .rb-txt {
  width: 668px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .apply .rb-txt {
    width: 91.3043478261%;
  }
}
.apply .acv-txt {
  margin: -20px 0 48px;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .apply .acv-txt {
    margin: 0px 0 24px;
    font-size: 20px;
  }
}
.apply .acv-txt .bl-txt-2 {
  font-size: 64px;
}
@media screen and (max-width: 520px) {
  .apply .acv-txt .bl-txt-2 {
    font-size: 32px;
  }
}
.apply .tel-box {
  text-align: center;
  padding: 52px 0 48px;
  border-top: #BBBBBB 2px solid;
}
@media screen and (max-width: 520px) {
  .apply .tel-box {
    padding: 26px 0 24px;
  }
}
.apply .tel-box .head-txt {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #154A95;
}
@media screen and (max-width: 520px) {
  .apply .tel-box .head-txt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .apply .tel-box .head-txt .icon {
    display: inline-block;
    width: 20px;
  }
}
.apply .tel-box .head-txt .icon img {
  vertical-align: text-bottom;
}
.apply .tel-box .tel-no {
  margin-bottom: 16px;
  font-size: 80px;
  font-weight: 700;
  color: #2497E3;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .apply .tel-box .tel-no {
    margin-bottom: 8px;
    font-size: 40px;
  }
}
.apply .tel-box .rece-hours {
  font-size: 20px;
  font-weight: 700;
  color: #555B5E;
}
@media screen and (max-width: 520px) {
  .apply .tel-box .rece-hours {
    font-size: 14px;
  }
}
.apply .mail-box {
  text-align: center;
  padding: 52px 0 0;
  border-top: #BBBBBB 2px solid;
}
@media screen and (max-width: 520px) {
  .apply .mail-box {
    padding: 26px 0 0;
  }
}
.apply .mail-box .head-txt {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #004898;
}
@media screen and (max-width: 520px) {
  .apply .mail-box .head-txt {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .apply .mail-box .head-txt .icon {
    display: inline-block;
    width: 20px;
  }
}
.apply .mail-box .head-txt .icon img {
  vertical-align: text-bottom;
}
@media screen and (max-width: 520px) {
  .apply .mail-box .head-txt .icon img {
    vertical-align: baseline;
  }
}
.apply .mail-box .txt {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .apply .mail-box .txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .apply .mail-box .txt {
    font-size: 20px;
  }
}
.apply .mail-box .txt .bg {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .apply .mail-box .txt .bg {
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  .apply .mail-box .txt .bg {
    font-size: 24px;
  }
}
.apply__form__bnr {
  position: relative;
}
.apply__form__bnr::before {
  content: "";
  position: absolute;
  top: -15.5vw;
  right: 50%;
  transform: translate(50%, 0);
  background: url("../images/specifiedskill/img-contact-1.png.webp") no-repeat;
  background-size: contain;
  width: 57.3vw;
  height: 15.6vw;
}
@media screen and (max-width: 1024px) {
  .apply__form__bnr::before {
    top: -220px;
    width: 680px;
    height: 300px;
    background: url("../images/specifiedskill/sp-img-contact-1.png.webp") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__bnr::before {
    top: -120px;
    width: 90.6666666667%;
    height: 150px;
  }
}
.apply__form__cont {
  padding: 112px 0 0;
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont {
    margin-top: -95px;
    padding: 155px 0 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont {
    margin-top: -52px;
    padding: 82px 0 0;
  }
}
.apply__form__cont .input_fields .contact-ttl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields .contact-ttl {
    display: block;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields .contact-ttl {
    font-size: 30px;
  }
}
.apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
  padding: 13px 20px;
  border-radius: 4px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
    padding: 20px 30px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
    padding: 10px 15px;
    border-radius: 4px;
  }
}
.apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields input,
.apply__form__cont .input_fields textarea,
.apply__form__cont .input_fields select {
    font-size: 14px;
  }
}
.apply__form__cont .input_fields textarea {
  height: 150px;
}
.apply__form__cont .input_fields .tel_wrapper,
.apply__form__cont .input_fields .select_wrapper {
  max-width: 640px;
}
.apply__form__cont .input_fields .tel_wrapper > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apply__form__cont .input_fields .tel_wrapper > p .wpcf7-form-control-wrap {
  width: 25%;
}
.apply__form__cont .input_fields .select_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.apply__form__cont .input_fields .select_wrapper::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 16px;
  height: 15px;
  background-color: #333333;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields .select_wrapper::after {
    right: 30px;
    top: 34px;
    width: 18px;
    height: 12px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields .select_wrapper::after {
    right: 15px;
    top: 19px;
    width: 9px;
    height: 6px;
  }
}
.apply__form__cont .input_fields > div {
  padding: 25px 0;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields > div {
    padding: 24px 0;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields > div {
    padding: 12px 0;
  }
}
.apply__form__cont .input_fields dt,
.apply__form__cont .input_fields dd {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields dt,
.apply__form__cont .input_fields dd {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields dt,
.apply__form__cont .input_fields dd {
    font-size: 16px;
  }
}
.apply__form__cont .input_fields dt {
  margin-bottom: 16px;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .input_fields dt {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .input_fields dt {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}
.apply__form__cont .input_fields dt .must {
  color: #fd3148;
}
.apply__form__cont .input_fields dd {
  width: 100%;
  font-size: 20px;
}
.apply__form__cont .privacy_agreement {
  margin-top: 40px;
}
.apply__form__cont .privacy_agreement__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.apply__form__cont .privacy_agreement__cont {
  overflow-y: scroll;
  margin-top: 18px;
  padding: 15px 15px;
  max-height: 210px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .privacy_agreement__cont {
    max-height: 320px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .privacy_agreement__cont {
    max-height: 160px;
  }
}
.apply__form__cont .privacy_agreement__cont dt,
.apply__form__cont .privacy_agreement__cont dd {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .privacy_agreement__cont dt,
.apply__form__cont .privacy_agreement__cont dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .apply__form__cont .privacy_agreement__cont dt,
.apply__form__cont .privacy_agreement__cont dd {
    font-size: 14px;
  }
}
.apply__form__cont .privacy_agreement__cont dd + dt {
  margin-top: 1em;
}
.apply__form__cont .privacy_agreement__cont dd p + p {
  margin-top: 1em;
}
.apply__form__cont .privacy_agreement__cont .dt_1 {
  margin-bottom: 1em;
}
.apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper label {
  display: flex;
  align-items: center;
}
.apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper .is_privacy_agreement {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #cccccc;
  cursor: pointer;
  background-color: #fff;
}
.apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper .is_privacy_agreement:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #333333;
}
.apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper .is_privacy_agreement + span {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .apply__form__cont .privacy_agreement .is_privacy_agreement_wrapper .is_privacy_agreement + span {
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 30px);
  }
}
.apply__form__cont .submit_btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.apply__form__cont .submit_btn_wrapper .submit_btn {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .submit_btn_wrapper .submit_btn {
    width: 82%;
    margin: 0 auto;
    display: block;
  }
}
.apply__form__cont .submit_btn_wrapper .submit_btn:disabled {
  opacity: 1;
  filter: grayscale(1);
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .apply__form__cont .submit_btn_wrapper .submit_btn:disabled {
    width: 100%;
    display: block;
  }
}
.apply__form__cont .submit_btn_wrapper .submit_btn:disabled:hover {
  transition: all 0.3s;
  opacity: 0.7;
  filter: brightness(120%);
}

.ab-cont {
  padding: 64px 0 0;
}
.ab-cont .sec-ttl {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  .ab-cont .sec-ttl {
    font-size: 20px;
  }
}
.ab-cont .about__wrapper {
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .ab-cont .about__wrapper {
    max-width: initial;
    width: 89.3333333333%;
  }
}
.ab-cont .about__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab-cont .about__heading .heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 24px;
  font-weight: 700;
}
.ab-cont .about__heading .heading span {
  display: none;
}
.ab-cont .about__heading .img-mark img {
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .ab-cont .about__heading .img-mark img {
    margin-left: 10px;
    width: 35px;
  }
}
.ab-cont .about__list {
  margin-top: 34px;
}
.ab-cont .about__list__inner {
  display: flex;
  border-top: 1px solid #cccccc;
}
.ab-cont .about__list__inner:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.ab-cont .about__list__inner dt,
.ab-cont .about__list__inner dd {
  padding: 24px 16px;
  width: 100%;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .ab-cont .about__list__inner dt,
.ab-cont .about__list__inner dd {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .ab-cont .about__list__inner dt,
.ab-cont .about__list__inner dd {
    font-size: 12px;
  }
}
.ab-cont .about__list__inner dt {
  max-width: 25%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ab-cont .about__list__inner dt {
    max-width: 26%;
  }
}
.ab-cont .about__list__inner dd {
  max-width: 75%;
}
@media screen and (max-width: 1024px) {
  .ab-cont .about__list__inner dd {
    max-width: 74%;
  }
}
.ab-cont .about__list__inner dd .company-name {
  color: #00a5e3;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
.ab-cont .about__list__inner dd .company-name::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -30px;
  background-image: url("../images/common/icon-link-1.png.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 520px) {
  .ab-cont .about__list__inner dd .company-name::before {
    bottom: 0px;
    right: -22px;
    width: 18px;
    height: 18px;
  }
}
.ab-cont .about__list__inner dd .no-auto-link a[x-apple-data-detectors] {
  pointer-events: none;
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

footer {
  padding: 24px 0 92px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 0;
  }
}
footer .copyright {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .copyright {
    max-width: initial;
    width: 89.3333333333%;
  }
}
.bottom-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bottom-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .bottom-menu img {
    width: 100%;
  }
}
/*# sourceMappingURL=specified-skill-supply.css.map */