@charset "UTF-8";
/*
 *
 * 定数
 *
 */
@font-face {
  font-family: "Butler Bold";
  font-style: normal;
  font-weight: bold;
  src: local("Butler Bold"), url("https://372583731515405b0edb2ed21bf10e74.cdnext.stream.ne.jp/font/Butler_Bold.woff") format("woff");
  font-display: swap;
}
/*
 *
 * Mixin定義
 *
 */
/*
 * テキストの末尾に「 ... 」を追加（Chrome、safariのみ複数行対応）
 * $height = 要素の高さ
 * $line = 行数
 */
/*
 * 上下中央揃え（1行のみ対応）
 * IE対応（第二引数にズレる分のpxを渡す）
 * $height = 要素の高さ
 */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-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 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 *
 * Base
 *
 */
body {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-feature-settings: "palt";
  color: #000000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}
input:-webkit-autofill,
button:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

/*
 *
 * Common
 *
 */
.u__underline {
  background: linear-gradient(transparent 65%, rgba(250, 87, 75, 0.5) 65%);
}

.u__wrap {
  max-width: 1440px;
  margin: 0 auto;
}

.u__inner {
  max-width: 960px;
  margin: 0 auto;
}

.u__changeLine {
  display: inline;
}

@media (max-width: 749px) {
  .u__changeLine {
    display: block;
  }
}
.u__changeLine-pc {
  display: block;
}

@media (max-width: 749px) {
  .u__changeLine-pc {
    display: inline;
  }
}
.u__colorBlue {
  color: #2b55b2;
}

.u__title {
  font-size: 26px;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #2c3e50;
  /*文字色*/
  background: #eeeeee;
  /*背景色*/
  border-left: solid 5px #b7282e;
  /*左線*/
  border-bottom: solid 3px #cccccc;
  /*下線*/
  text-align: center;
  margin-bottom: 4%;
  font-weight: bold;
}
.u__title::first-letter {
  font-size: 42px;
  color: #1a2443;
}

@media (max-width: 749px) {
  .u__title {
    font-size: max(5.93vw, 26px);
    padding: 0 0 5.56%;
    background: none;
    border: none;
    padding: 0;
    margin: 6% 0;
  }
}
.u__text-orange {
  color: #b7282e;
}

.header__wrap {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 60px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__wrap--thanksPage {
  justify-content: center;
}
.header__logo {
  display: inline-block;
  width: 25%;
  max-width: 300px;
  margin: 0 10px;
}
.header__text {
  display: inline;
  font-size: 18px;
  color: #1a2443;
}
.header__text--background {
  background-color: #1a2443;
  color: #ffffff;
  margin: 0 2px;
}
.header__text--underline {
  font-weight: 900;
}

@media (max-width: 749px) {
  .header__wrap {
    height: 60px;
  }
  .header__logo {
    width: 50%;
    margin: 0 5px;
  }
  .header__text {
    width: 49%;
    font-size: max(1.73vw, 13px);
    line-height: 1.5;
    text-align: center;
  }
  .header__text--background {
    margin: 0 1px;
  }
}
.firstView__contents {
  background: #fff url(../img/firstView__bg.png) 50% 0 no-repeat;
  background-size: contain;
  height: 37.5vw;
  max-height: 540px;
  max-width: 1440px;
  margin: 60px auto 0;
}
.firstView__contents-sub {
  font-size: min(1.667vw, 24px);
  line-height: 1.5;
}
.firstView__contents-main {
  font-size: min(4.167vw, 60px);
  padding: 1.673% 0;
}
.firstView__contents-main > p {
  margin-bottom: 3%;
}
.firstView__contents-main > p > span {
  background-color: #b7282e;
}
.firstView__contents--sp {
  display: none;
}

@media (max-width: 749px) {
  .firstView__contents {
    background: #fff url(../img/sp/firstView__bg.png) 50% 0 no-repeat;
    background-size: contain;
    height: 72vw;
    max-height: 540px;
    max-width: 750px;
    margin: 60px auto 0;
  }
  .firstView__contents-sub {
    font-size: max(2.73vw, 14px);
  }
  .firstView__contents-main {
    font-size: max(5.4vw, 24px);
    padding: 8px 0;
  }
  .firstView__contents--pc {
    display: none;
  }
  .firstView__contents--sp {
    display: block;
  }
}
.applyBox {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.applyBox__title {
  width: 100%;
  padding: 1% 0;
  font-size: 26px;
  background-color: #b7282e;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 749px) {
  .applyBox__title {
    font-size: max(4.33vw, 20px);
    padding: 2% 0;
  }
}
.company__title {
  font-size: 22px;
  color: #2c3e50;
  /*文字色*/
  text-align: center;
  margin: 1% 0 0;
  font-weight: bold;
}
.company__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2%;
}
.company__logo > li {
  width: 15%;
  max-width: 200px;
  overflow: hidden;
}
.company__logo > li > img {
  display: block;
  height: 80px;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 749px) {
  .company__title {
    font-size: max(3.267vw, 16px);
    margin: 4% 0 2%;
  }
  .company__logo {
    justify-content: space-evenly;
    margin: 0;
  }
  .company__logo > li {
    width: 30%;
    margin-bottom: 3%;
  }
  .company__logo > li > img {
    height: 100%;
  }
}
.feature {
  padding: 0 0 2.22%;
}
.feature__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.feature__list > li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.75%;
  align-items: center;
}
.feature__list-icon {
  width: 33.3%;
  max-width: 320px;
}
.feature__list-content {
  width: 60%;
  max-width: 576px;
  color: #1a2443;
  text-align: left;
}
.feature__list-content-title {
  font-size: 24px;
  padding-bottom: 2.76%;
  font-weight: 700;
}
.feature__list-content-descr {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 749px) {
  .feature {
    padding: 0 2% 40px;
  }
  .feature__list {
    width: 100%;
    max-width: 660px;
  }
  .feature__list > li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .feature__list-icon {
    width: 91.67%;
    max-width: 660px;
    margin-bottom: 15px;
  }
  .feature__list-content {
    width: 92%;
    max-width: 660px;
    text-align: center;
  }
  .feature__list-content-title {
    font-size: max(4.33vw, 20px);
    padding-bottom: 5px;
  }
  .feature__list-content-descr {
    font-size: max(2.73vw, 14px);
    text-align: center;
  }
}
.flow {
  padding: 0 0 40px;
}
.flow__content {
  display: flex;
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
  justify-content: space-between;
}
.flow__content > li {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30.17%;
  max-width: 362px;
  padding: 0;
  position: relative;
}
.flow__content-pic {
  width: 100%;
}
.flow__content-title {
  font-size: 24px;
  text-align: center;
  padding: 5% 0;
}
.flow__content-descr {
  font-size: 16px;
  font-weight: 400;
  padding: 0 2% 3%;
}

@media (max-width: 749px) {
  .flow {
    padding: 0 2% 40px;
  }
  .flow__content {
    width: 100%;
    max-width: 660px;
    flex-direction: column;
  }
  .flow__content > li {
    width: 100%;
    max-width: 750px;
  }
  .flow__content > li:nth-child(2) {
    margin: 30px 0;
  }
  .flow__content-title {
    font-size: max(4.33vw, 20px);
    padding: 15px 0 5px;
  }
  .flow__content-descr {
    width: 90%;
    margin: 0 auto;
    font-size: max(2.73vw, 14px);
    padding-bottom: 15px;
    text-align: center;
  }
}
.faq {
  padding: 0 0 3.667%;
  height: auto;
  /* Accordion styles */
}
.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq__header {
  position: relative;
  width: 100%;
  max-width: 970px;
  color: #000000;
  overflow: hidden;
  margin: 0 auto;
}
.faq__header__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  padding: 20px 40px;
  transition: all 0.35s;
  font-weight: 500;
}
.faq__header__title__icon {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #b7282e;
  border-radius: 100%;
}
.faq__header__title__icon::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq__header__title__icon::after {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 70%;
  transform: translate(-50%, -50%);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.faq__header__detail {
  max-height: 0;
  transition: all 0.35s;
}
.faq__header__detail__dscr {
  padding: 0 60px 20px;
  line-height: 2;
  font-size: 16px;
}
.faq input:checked + .faq__header__title {
  color: #b7282e;
}
.faq input:checked + .faq__header__title span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 0.5s;
}
.faq input:checked ~ .faq__header__detail {
  max-height: 3000px;
  transition: all 0.35s;
  color: #b7282e;
}

@media (max-width: 749px) {
  .faq {
    padding: 0 0 40px;
    /* Accordion styles */
  }
  .faq__header__title {
    font-size: max(3.267vw, 16px);
    padding: 20px;
  }
  .faq__header__title__words {
    width: 90%;
  }
  .faq__header__detail__dscr {
    padding: 10px 40px;
    font-size: max(2.73vw, 14px);
  }
}
.ourWords {
  background: #fff url(../img/ourWords__bg.png) 50% 0 no-repeat;
  background-size: cover;
  padding-bottom: 5%;
}
.ourWords__title {
  color: #1a2443;
  line-height: 2;
  text-align: center;
}
.ourWords__contents {
  width: 50%;
  margin: 0 auto;
  color: #1a2443;
  line-height: 1.5;
  font-size: 16px;
}
.ourWords__contents > p {
  margin-bottom: 3%;
}

@media (max-width: 749px) {
  .ourWords__title {
    color: #1a2443;
    line-height: 2;
    text-align: center;
    font-size: max(5.93vw, 26px);
  }
  .ourWords__contents {
    width: 88%;
    font-size: max(2.73vw, 14px);
    font-weight: 400;
  }
  .ourWords__contents > p {
    margin-bottom: 24px;
  }
}
.footer {
  width: 100%;
  margin: 5% auto;
}
.footer__links {
  display: flex;
  justify-content: space-between;
  width: 30%;
  font-size: min(0.972vw, 14px);
  margin: 0 auto;
}
.footer__links > a {
  color: #4a5266;
}
.footer__logo {
  width: 20%;
  margin: 3% auto;
}
.footer__marker {
  text-align: center;
  font-size: min(0.972vw, 14px);
}

@media (max-width: 749px) {
  .footer__links {
    width: 70%;
  }
  .footer__logo {
    width: 50%;
  }
}
.thanksPage__title {
  font-size: min(2.92vw, 42px);
  font-weight: 700;
  padding: 3.29% 0;
  text-align: center;
}
.thanksPage__content {
  font-size: min(1.25vw, 18px);
  line-height: 1.5;
  padding: 0 0 4.29%;
  text-align: center;
}
.thanksPage__content > span {
  display: block;
}
.thanksPage > button {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-color: #1a2443;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}

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