<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
   * 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. Change font properties to `inherit` in Safari.
   */
::-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;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Impact";
  font-style: normal;
  font-weight: normal;
  src: url("../font/impact.eot");
  /* IE9 Compat Modes */
  src: local("Impact"), url("../font/impact.eot?#iefix") format("embedded-opentype"), url("../font/impact.woff") format("woff"), url("../font/impact.ttf") format("truetype");
}

/* -----------------------------------------------
* Responsive
-------------------------------------------------- */
@use '../../setting/setting';
/* -----------------------------------------------
* Common
-------------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.9375rem;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.outer {
  width: 1024px;
  margin: 0 auto;
}

@media not screen and (min-width: 1024px) {
  .outer {
    width: 100%;
    padding: 0 20px;
  }
}

.inner {
  width: 740px;
  margin: 0 auto;
}

@media not screen and (min-width: 1024px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.md-show {
  display: none;
}

@media not screen and (min-width: 768px) {
  .md-show {
    display: block;
  }
}

@media not screen and (min-width: 768px) {
  .md-hide {
    display: none;
  }
}
.pc-only {
  display: block;
}
@media not screen and (min-width: 768px) {
  .pc-only {
    display: none;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Header
-------------------------------------------------- */
.header {
  width: 100%;
  background-color: #fff;
}

.header--fixed {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 45px;
}

@media not screen and (min-width: 1024px) {
  .header__wrapper {
    height: 60px;
    padding-left: 0;
  }
}

.header__logo {
  padding-top: 4px;
  display: flex;
  align-items: center;
}
.header__logo span {
  width: 300px;
}
@media not screen and (min-width: 768px) {
  .header__logo span {
    width: 220px;
  }
}
.header__logo span img {
  width: 100%;
}

.header__logo p {
 font-size: 1.2rem;
 font-weight: bold;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

@media not screen and (min-width: 1024px) {
  .header__content {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  font-size: 0.8125rem;
}

.header__item:not(:last-of-type) {
  margin-right: 20px;
}

.header__item:hover {
  opacity: .7;
}

.header__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F39800;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 60px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.header__button:hover {
  opacity: .7;
}

/* -----------------------------------------------
* Header-SP
-------------------------------------------------- */
.header-sp {
  display: none;
}

@media not screen and (min-width: 1024px) {
  .header-sp {
    display: block;
    z-index: 200;
  }
}

.header-sp__wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  padding: 60px 0 0;
}

@media not screen and (min-width: 768px) {
  .header-sp__wrapper {
    min-width: 200px;
  }
}

.header-sp__item a {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 20px 25px;
}

/* -----------------------------------------------
* Menu-Trigger
-------------------------------------------------- */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  display: none;
}

@media not screen and (min-width: 1024px) {
  .menu-trigger {
    display: block;
    position: absolute;
    width: 30px;
    height: 23px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 300;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #444444;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9.75px) rotate(-45deg);
  -webkit-transform: translateY(9.75px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9.75px) rotate(45deg);
  -webkit-transform: translateY(-9.75px) rotate(45deg);
  width: 100%;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Manga-Banner
-------------------------------------------------- */
.manga-banner {
  position: fixed;
  bottom: 17px;
  right: 17px;
  z-index: 200;
  width: 300px;
}

.manga-banner a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.manga-banner a:hover {
  opacity: .7;
}

.manga-banner img {
  width: 100%;
}

@media not screen and (min-width: 1024px) {
  .manga-banner {
    width: 180px;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Main-visual
-------------------------------------------------- */
.main-visual__image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* height: 0;
  padding-top: 50%;
  background: center/cover no-repeat url(../img/main-visual.png); */
  text-align: center;
  position: relative;
}

@media not screen and (min-width: 768px) {
  .main-visual__image {
    width: 100%;
    height: 220px;
  }
}
.slider__item {
  text-align: center;
}
.slider__item img {
  width: 100%;
}

.main-visual__text {
  width: 691px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media not screen and (min-width: 768px) {
  .main-visual__text {
    width: 80%;
    top: 27px;
  }
}
.main-visual__text span {
  width: 162px;
  display: inline-block;
  position: absolute;
  top: -39px;
  right: -62px;
}
@media not screen and (min-width: 768px) {
  .main-visual__text span {
    width: 72px;
    top: -20px;
    right: -31px;
  }
}
.main-visual__text img {
  width: 100%;
}



.main-visual__box {
  background-color: #0B2F80;
  text-align: center;
  position: relative;
  padding: 30px 35px 20px;
  margin-top: -124px;
  opacity: 0;
  -webkit-animation: 1s fadeIn .6s forwards;
          animation: 1s fadeIn .6s forwards;
}

@media not screen and (min-width: 768px) {
  .main-visual__box {
    padding: 30px 20px 20px;
    margin-top: 20px;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.main-visual__badge {
  width: 232px;
  position: absolute;
  top: -90px;
  left: -120px;
}

.main-visual__badge img {
  width: 100%;
}

@media not screen and (min-width: 1024px) {
  .main-visual__badge {
    width: 200px;
    top: -120px;
    left: -20px;
  }
}

@media not screen and (min-width: 768px) {
  .main-visual__badge {
    width: 160px;
    position: static;
    margin: 20px auto 0;
  }
}

.main-visual__keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-visual__keyword:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: center/contain no-repeat url(../img/line.svg);
  margin-right: 8px;
}

@media not screen and (min-width: 768px) {
  .main-visual__keyword:before {
    width: 34px;
    height: 34px;
  }
}

.main-visual__keyword:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: center/contain no-repeat url(../img/line.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 2px;
  margin-left: 8px;
}

@media not screen and (min-width: 768px) {
  .main-visual__keyword:after {
    width: 34px;
    height: 34px;
  }
}

.main-visual__keyword-item {
  display: inline-block;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #fff;
  padding: 4.8px;
}

.main-visual__keyword-item:not(:last-of-type) {
  margin-right: 14.5px;
}

@media not screen and (min-width: 768px) {
  .main-visual__keyword-item {
    font-size: 1.5rem;
  }
}

.main-visual__keyword-item--inversion {
  background-color: #fff;
  color: #0B2F80;
}

.main-visual__title {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-top: 10px;
}

.main-visual__title .large-text {
  font-size: 2.8125rem;
}

.main-visual__title .accent {
  color: #FFFF00;
}

@media not screen and (min-width: 768px) {
  .main-visual__title {
    font-size: 1rem;
  }
  .main-visual__title .large-text {
    font-size: 1.5rem;
  }
}

.main-visual__subtitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Catch
-------------------------------------------------- */
.catch {
  padding: 8px 0 27px;
}

.catch__text {
  font-family: a-otf-futo-go-b101-pr6n;
  color: #0B2F80;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.catch__text .accent {
  color: #00776A;
  font-size: 2.625rem;
}

.catch__text .accent .large-text {
  font-size: 3.4375rem;
}

@media not screen and (min-width: 768px) {
  .catch__text {
    font-size: 1.375rem;
  }
  .catch__text .accent {
    color: #00776A;
    font-size: 1.875rem;
  }
  .catch__text .accent .large-text {
    font-size: 2.25rem;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Search
-------------------------------------------------- */
.search {
  background-color: #ECECEC;
  padding: 24px 0 0;
}

.search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.search__image {
  width: 290px;
  margin-right: 2px;
}

.search__image img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .search__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 25%;
  }
}

.search__content {
  width: calc(100% - 290px - 2px);
}

@media not screen and (min-width: 768px) {
  .search__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.search__title {
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 2.0625rem;
  font-weight: 500;
  line-height: 1.5;
}

.search__title .large-text {
  font-size: 2.9375rem;
  margin-left: -1em;
}

@media not screen and (min-width: 768px) {
  .search__title {
    font-size: 1.375rem;
  }
  .search__title .large-text {
    font-size: 2.25rem;
  }
}

.search__list {
  margin-top: 7px;
  padding-bottom: 30px;
}

@media not screen and (min-width: 768px) {
  .search__list {
    padding-bottom: 20px;
  }
}

.search__item {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.search__item:not(:first-of-type) {
  margin-top: 9px;
}

.search__item:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 37px;
  height: 30px;
  background: center/contain no-repeat url(../img/checkbox.svg);
  margin-right: -3px;
}

@media not screen and (min-width: 768px) {
  .search__item {
    font-size: 1rem;
  }
  .search__item:not(:first-of-type) {
    margin-top: 6px;
  }
  .search__item:before {
    width: 28px;
    height: 22px;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Loss
-------------------------------------------------- */
.loss {
  background-color: #000;
}

.loss__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loss__content {
  margin-right: -13px;
  padding: 30px 0 20px;
}

@media not screen and (min-width: 768px) {
  .loss__content {
    padding: 24px 0 0;
  }
}

.loss__text {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.83;
}

@media not screen and (min-width: 768px) {
  .loss__text {
    font-size: 1.375rem;
  }
}

.loss__image {
  width: 194px;
}

.loss__image img {
  width: 100%;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Strength
-------------------------------------------------- */
.strength {
  background-color: #0B2F80;
  padding: 25px 0 34px;
}

@media not screen and (min-width: 768px) {
  .strength {
    padding: 24px 0;
  }
}

.strength__title {
  text-align: center;
}

.strength__title1 {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.33;
}

.strength__title1 .accent {
  position: relative;
}

.strength__title1 .accent:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #FFFF00;
}

@media not screen and (min-width: 768px) {
  .strength__title1 {
    font-size: 1.375rem;
  }
}

.strength__title2 {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 2.6875rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 13px;
}

@media not screen and (min-width: 768px) {
  .strength__title2 {
    font-size: 1.875rem;
  }
}

.strength__title3 {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 2.6875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 6px;
}

.strength__title3 .accent {
  color: #FFFF00;
  font-size: 5.4375rem;
  padding-left: 98px;
  position: relative;
}

.strength__title3 .accent:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 86px;
  height: 104px;
  background: center/contain no-repeat url(../img/light.svg);
  margin-right: 8px;
}

@media not screen and (min-width: 768px) {
  .strength__title3 {
    font-size: 1.875rem;
  }
  .strength__title3 .accent {
    display: inline-block;
    font-size: 3rem;
    padding: 14px 0 14px 64px;
  }
  .strength__title3 .accent:before {
    top: 0;
    left: 0;
    width: 64px;
    height: 78px;
  }
}

.strength__text {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin-top: 26px;
}

.strength__heading {
  background: -webkit-gradient(linear, left top, right top, from(#0B2F80), color-stop(25%, #fff), color-stop(75%, #fff), to(#0B2F80));
  background: -webkit-linear-gradient(left, #0B2F80, #fff 25%, #fff 75%, #0B2F80);
  background: linear-gradient(to right, #0B2F80, #fff 25%, #fff 75%, #0B2F80);
  color: #0B2F80;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  padding: 6px 0;
  margin-top: 20px;
}

.strength__heading .accent {
  color: #00776A;
  font-size: 2.5rem;
}

@media not screen and (min-width: 768px) {
  .strength__heading {
    font-size: 1.375rem;
  }
  .strength__heading .accent {
    font-size: 1.875rem;
  }
}

.strength__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.strength__item {
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .strength__item {
    width: 100%;
  }
}

.strength__icon {
  display: inline-block;
  width: 64px;
}

.strength__icon img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .strength__icon {
    width: 100px;
  }
}

.strength__point {
  color: #FFFF00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
}

.strength__cross {
  width: 120px;
  padding: 50px 35px 0;
}

.strength__cross img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .strength__cross {
    padding: 20px 35px;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* CTA
-------------------------------------------------- */
.cta {
  text-align: center;
}

.cta--profile-top {
  padding-top: 70px;
}

@media not screen and (min-width: 768px) {
  .cta--profile-top {
    padding-top: 40px;
  }
}

.cta--profile {
  padding: 45px 0 90px;
}

@media not screen and (min-width: 768px) {
  .cta--profile {
    padding: 0 0 40px;
  }
}

.cta--reason {
  padding-top: 55px;
}

@media not screen and (min-width: 768px) {
  .cta--reason {
    padding-top: 40px;
  }
}

.cta--service {
  padding: 65px 0 95px;
}

@media not screen and (min-width: 768px) {
  .cta--service {
    padding: 40px 0;
  }
}

.cta__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta__button {
  display: inline-block;
  width: calc(50% - 40px / 2);
  background-color: #E06D0E;
  padding: 20px 0 15px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.cta__button:before {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 53px;
  background: center/contain no-repeat url(../img/arrow_button.svg);
}

.cta__button:hover {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  top: 3px;
  left: 3px;
}

@media not screen and (min-width: 768px) {
  .cta__button {
    width: 100%;
  }
  .cta__button:not(:first-of-type) {
    margin-top: 20px;
  }
}

.cta__button--document {
  background-color: #FE9E1A;
}

.cta__button--document .cta__label {
  color: #FE9E1A;
}

.cta__label {
  display: inline-block;
  background-color: #fff;
  color: #E06D0E;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 18px;
  border-radius: 5.5px;
}

.cta__button-text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.47;
  margin-top: 8px;
}

.cta__contact {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -25px;
}

@media not screen and (min-width: 768px) {
  .cta__contact {
    flex-direction: column;
    align-items: center;
  }
}

.cta__contact .contact__logo {
  width: 100px;
}
.cta__contact .contact__logo img {
  width: 100%;
}
.cta__contact .contact__text {
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}
.cta__contact .contact__text .company {
  font-weight: 700;
  font-size: 1rem;
}
.cta__contact .contact__text .phone {
  font-size: 2.3125rem;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}

.cta__contact .contact__text .phone::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/icon_phone.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.cta__contact .contact__text .phone a {
    pointer-events: none;
}
@media not screen and (min-width: 768px) {
  .cta__contact .contact__text .phone a {
    pointer-events: initial;
  }
}
.cta__contact .contact__text .hours {
  font-size: 1rem;
}
.cta__text {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 50px;
  border: 2px solid #E06D0E;
  border-radius: 5px;
  margin-top: 34px;
  color: #E06D0E;
  width: 485px;
}

.cta__text span {
  display: inline-block;
}

@media not screen and (min-width: 768px) {
  .cta__text {
    padding: 6px;
    width: 100%;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Profile
-------------------------------------------------- */
.profile-top {
  padding: 0 0 20px;
}

.profile-top__main-title {
  margin-top: 80px;
}

@media not screen and (min-width: 768px) {
  .profile-top__main-title {
    margin-top: 40px;
  }
}

.profile-top__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media not screen and (min-width: 768px) {
  .profile-top__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}

.profile-top__item {
  width: calc(20% - 13px * 4 / 5);
  text-align: center;
  position: relative;
}

.profile-top__item:not(:last-of-type) {
  margin-right: 13px;
}

@media not screen and (min-width: 768px) {
  .profile-top__item {
    width: calc(50% - 13px / 2);
  }
  .profile-top__item:not(:last-of-type) {
    margin-right: 0;
  }
  .profile-top__item:not(:nth-of-type(2n)) {
    margin-right: 13px;
  }
  .profile-top__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

.profile-top__image {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.profile-top__image:hover {
  opacity: .7;
}

.profile-top__image img {
  width: 100%;
}

.profile-top__name {
  color: #E06D0E;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-top: 8px;
}

.profile-top__subname {
  color: #E06D0E;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 6px;
}

.profile-top__subname:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "▼";
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 80px 0 70px;
  border-top: 6px solid #E06D0E;
}

@media not screen and (min-width: 768px) {
  .profile {
    padding: 40px 0;
  }
}

.profile--first-child {
  border-top: none;
}

.profile__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.profile__background {
  position: absolute;
  top: -10px;
  right: 0;
  color: transparent;
  font-family: "Impact", sans-serif;
  font-size: 120px;
  line-height: 1;
  text-align: right;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

@media not screen and (min-width: 768px) {
  .profile__background {
    display: none;
  }
}

.profile__images {
  width: 460px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 44px;
}

@media not screen and (min-width: 1024px) {
  .profile__images {
    width: 100%;
    margin-right: 0;
  }
}

.profile__image:first-of-type {
  width: 100%;
}

@media not screen and (min-width: 1024px) {
  .profile__image:first-of-type {
    width: calc(50% - 10px / 2);
    margin-right: 10px;
  }
}

@media not screen and (min-width: 768px) {
  .profile__image:first-of-type {
    width: 100%;
    margin-right: 0;
  }
}

.profile__image:not(:first-of-type) {
  width: calc(50% - 10px / 2);
  margin-top: 10px;
}

.profile__image:nth-of-type(2) {
  margin-right: 10px;
}

.profile__content {
  width: 378px;
  padding: 20px 0 0;
}

@media not screen and (min-width: 1024px) {
  .profile__content {
    width: 100%;
  }
}

.profile__title {
  font-size: 1.125rem;
  line-height: 1;
  font-family: a-otf-futo-go-b101-pr6n;
  font-weight: 500;
}

.profile__title .large-text {
  font-size: 2.1875rem;
  letter-spacing: 0.25em;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #E06D0E;
}
.profile__title .small-text {
  color: #E06D0E;
}
.profile__list {
  margin-top: 50px;
}

@media not screen and (min-width: 1024px) {
  .profile__list {
    margin-top: 30px;
  }
}

.profile__item:not(:first-of-type) {
  margin-top: 20px;
}

.profile__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid #707070;
}

.profile__text {
  font-size: 0.9375rem;
  font-family: a-otf-gothic-bbb-pr6n;
  font-weight: 400;
  line-height: 1.47;
  margin-top: 8px;
}
.profile__text ul li {
  list-style: initial;
  margin-left: 20px;
}
.profile__text ul.list--2column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 70px;
}
.profile__text .list--2column.--short {
  height: 50px;
}
.profile__table {
  display: flex;
  flex-wrap: wrap;
}
.profile__table .year {
  width: 20%;
}
.profile__table .event {
  width: 80%;
}
.profile__comment {
  max-width: 740px;
  margin: 50px auto;
}
.profile__comment .comment__title {
  font-size: 1.5rem;
  color: #E06D0E;
  font-weight: 700;
  line-height: 1.3;
}
.profile__comment .comment__text {
  line-height: 1.5;
}
.kaeru-comment {
  display: flex;
  max-width: 740px;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .kaeru-comment {
    flex-direction: column;
    align-items: center;
  }
}
.kaeru-comment .comment__image {
  width: 134px;
  margin-right: 10px;
}
.kaeru-comment .comment__image img {
  width: 100%;
}
.kaeru-comment .comment__text {
  flex: 1;
}
.kaeru-comment .comment__text p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.kaeru-comment .comment__title {
 font-size: 1.25rem;
 color: #E06D0E;
 font-weight: 700;
 text-indent: 0;
}
@use '../../setting/setting';
/* -----------------------------------------------
* Voice
-------------------------------------------------- */
.voice {
  padding: 0 0 65px;
}

@media not screen and (min-width: 768px) {
  .voice {
    padding: 0 0 40px;
  }
}

.voice__heading {
  background-color: #A2A2A4;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  padding: 14px 0 14px 37px;
}

.voice__heading .large-text {
  font-size: 1.5625rem;
}

.voice__heading &gt; span {
  display: inline-block;
  position: relative;
}

.voice__heading &gt; span:before {
  position: absolute;
  top: 50%;
  left: -64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 46px;
  height: 40px;
  background: center/contain no-repeat url(../img/icon_voice.svg);
}

.voice__list {
  margin-top: 120px;
  position: relative;
}

.voice__list:before {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "THANKS VOICE";
  color: transparent;
  font-family: "Impact", sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 10;
}

@media not screen and (min-width: 768px) {
  .voice__list {
    margin-top: 100px;
  }
  .voice__list:before {
    font-size: 3.75rem;
    top: -80px;
  }
}

.voice__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__item:not(:first-of-type) {
  margin-top: 36px;
}

@media not screen and (min-width: 768px) {
  .voice__item:not(:first-of-type) {
    margin-top: 30px;
  }
}

.voice__person {
  width: 60px;
  text-align: center;
}

@media not screen and (min-width: 768px) {
  .voice__person {
    width: 100%;
  }
}

.voice__image {
  width: 46px;
}

@media not screen and (min-width: 768px) {
  .voice__image {
    display: block;
    margin: 0 auto;
  }
}

.voice__name {
  display: inline-block;
  min-width: 58px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 2px 0;
  border: 2px solid #0B2F80;
  margin-top: 4px;
}

.voice__name--female {
  color: #A0635E;
  border-color: #A0635E;
}

.voice__content {
  width: calc(100% - 60px - 44px);
  height: 100%;
  background-color: #ECECEC;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.voice__content:before {
  position: absolute;
  top: 30px;
  left: -22px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 22px 12.5px 0;
  border-color: transparent #ECECEC transparent transparent;
}

@media not screen and (min-width: 768px) {
  .voice__content {
    width: 100%;
    margin-top: 30px;
  }
  .voice__content:before {
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 0 12.5px 22px 12.5px;
    border-color: transparent transparent #ECECEC transparent;
  }
}

.voice__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice__title {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.18;
}

@media not screen and (min-width: 768px) {
  .voice__title {
    font-size: 1.125rem;
  }
}

.voice__trigger {
  cursor: pointer;
}

.voice__text {
  display: none;
  background-color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.47;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.voice__text p:not(:first-of-type) {
  margin-top: 1em;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Main-Title
-------------------------------------------------- */
.main-title {
  min-height: 166px;
  text-align: center;
  position: relative;
}

@media not screen and (min-width: 768px) {
  .main-title {
    min-height: auto;
  }
}

.main-title--message .main-title__background {
  -webkit-text-stroke: 1.5px rgba(254, 158, 26, 0.2);
}

.main-title--message .main-title__text {
  color: #fff;
  background: -webkit-linear-gradient(transparent calc(100% - 20px), rgba(254, 158, 26, 0.2) 20px);
  background: linear-gradient(transparent calc(100% - 20px), rgba(254, 158, 26, 0.2) 20px);
}

@media not screen and (min-width: 768px) {
  .main-title--manga .main-title__background {
    display: none;
  }
}

.main-title--manga .main-title__speech-baloon {
  top: -80px;
  left: 95px;
}

@media not screen and (min-width: 1024px) {
  .main-title--manga .main-title__speech-baloon {
    top: -80px;
    left: -20px;
  }
}

@media not screen and (min-width: 768px) {
  .main-title--manga .main-title__speech-baloon {
    top: 0;
    left: 0;
  }
}

@media not screen and (min-width: 1024px) {
  .main-title--manga .main-title__text {
    font-size: 2rem;
  }
}

.main-title--profile-top .main-title__speech-baloon {
  left: -60px;
}

@media not screen and (min-width: 1024px) {
  .main-title--profile-top .main-title__speech-baloon {
    top: -60px;
    left: -20px;
  }
}

@media not screen and (min-width: 768px) {
  .main-title--profile-top .main-title__speech-baloon {
    top: 0;
    left: 0;
  }
}

.main-title--profile-top .main-title__text {
  letter-spacing: normal;
}

.main-title--contact {
  color: #fff;
}

.main-title--contact .main-title__background {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.25);
}

.main-title--contact .main-title__subtext {
  margin-top: 90px;
}

@media not screen and (min-width: 768px) {
  .main-title--contact .main-title__subtext {
    margin-top: 30px;
  }
}

@media not screen and (min-width: 768px) {
  .main-title--step {
    height: 84px;
    margin-bottom: 30px;
  }
}

.main-title__background {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: transparent;
  font-family: "Impact", sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  text-align: right;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

@media not screen and (min-width: 1024px) {
  .main-title__background {
    font-size: 6.25rem;
  }
}

@media not screen and (min-width: 768px) {
  .main-title__background {
    font-size: 3.125rem;
  }
}

.main-title__text {
  display: inline;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.3em;
  line-height: 2;
  background: -webkit-linear-gradient(transparent calc(100% - 20px), rgba(254, 158, 26, 0.2) 20px);
  background: linear-gradient(transparent calc(100% - 20px), rgba(254, 158, 26, 0.2) 20px);
  position: relative;
}

.main-title__text .small-text {
  font-size: 1.75rem;
}

@media not screen and (min-width: 768px) {
  .main-title__text {
    font-size: 1.75rem;
  }
  .main-title__text .small-text {
    font-size: 1.25rem;
  }
}

.main-title__subtext {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 10px;
  position: relative;
}

.main-title__speech-baloon {
  position: absolute;
  width: 155px;
  z-index: 1;
}

.main-title__speech-baloon img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .main-title__speech-baloon {
    position: relative;
  }
}

.main-title__speech-baloon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  white-space: nowrap;
}

.main-title__speech-baloon-text .large-text {
  color: #FFFF6E;
  font-size: 1.25rem;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Reason
-------------------------------------------------- */
.reason {
  padding: 75px 0 0;
  border-top: 6px solid #FE9E1A;
  /* width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%); */
}

@media not screen and (min-width: 768px) {
  .reason {
    padding: 40px 0 0;
  }
}

.reason__points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%); */
  border-top: 6px solid #FE9E1A;
}

@media not screen and (min-width: 768px) {
  .reason__points {
    margin-top: 30px;
  }
}

.reason__point {
  width: 33.3%;
  height: 0;
  padding-top: 50%;
  background: center / cover no-repeat;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.reason__point a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.reason__point:hover {
  opacity: .7;
}

@media not screen and (min-width: 768px) {
  .reason__point {
    width: 100%;
  }
}

.reason__point-content {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px 0 12px;
}

.reason__point-title {
  color: #E06D0E;
  font-size: 1.3125rem;
  line-height: 1.2;
  padding-bottom: 6px;
  margin: 0 auto;
}

.reason__point-text {
  min-height: 45px;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.66;
  margin-top: 3px;
}

.reason__list {
  max-width: 600px;
  margin: 60px auto 0;
}

@media not screen and (min-width: 768px) {
  .reason__list {
    margin-top: 20px;
  }
}

.reason__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 140px;
}
.reason__item:last-child {
  margin-bottom: 80px;
}

.reason__image {
  width: 100%;
}

.reason__image img {
  width: 100%;
}

@media not screen and (min-width: 1024px) {
  .reason__image {
    width: 40%;
  }
}

@media not screen and (min-width: 768px) {
  .reason__image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

.reason__content {
  width: 100%;
  margin-top: 30px;
}

@media not screen and (min-width: 1024px) {
  .reason__content {
    width: 60%;
  }
}

@media not screen and (min-width: 768px) {
  .reason__content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.reason__header {
  border-bottom: 6px solid #0B2F80;
  padding-bottom: 20px;
  margin-left: 50px;
  margin-right: auto;
}

@media not screen and (min-width: 768px) {
  .reason__header {
    margin-left: 0;
    margin-top: 20px;
  }
}

.reason__number {
  color: #0B2F80;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.reason__number .large-text {
  font-size: 1.6875rem;
}

.reason__title {
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #E06D0E;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media not screen and (min-width: 768px) {
  .reason__title {
    font-size: 1.5rem;
  }
}

.reason__subtitle {
  color: #E06D0E;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: auto;
}

@media not screen and (min-width: 768px) {
  .reason__subtitle {
    margin-left: 0;
    margin-top: 0;
  }
}
.reason__caption {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media not screen and (min-width: 768px) {
  .reason__caption {
    margin-top: 0;
  }
}
.reason__text {
  width: 100%;
  margin-top: 30px;
}

.reason__text p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.reason__text p:not(:first-of-type) {
  margin-top: 1em;
}

@media not screen and (min-width: 1024px) {
  .reason__text {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 50px;
  }
}

@media not screen and (min-width: 768px) {
  .reason__text {
    padding-left: 0;
  }
}
.reason__manga {
  margin-top: 50px;
  text-align: center;
}

.reason__manga .manga__image {
  width: 80%;
  display: inline-block;
  margin-top: 10px;
}
.reason__manga .manga__image img {
  width: 100%;
}
.reason__manga .manga__text {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.manga__button {
  width: auto;
  display: inline-block;
  background-color: #FE9E1A;
  padding: 15px 40px 15px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.manga__button:before {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 53px;
  background: center/contain no-repeat url(../img/arrow_button.svg);
}
.manga__button:hover {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  top: 3px;
  left: 3px;
}
.manga__button-label {
  display: inline-block;
  background-color: #fff;
  color: #FE9E1A;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 18px;
  border-radius: 5.5px;
}

.manga__button-text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.47;
  display: inline-block;
  margin: 0 8px;
}
@media not screen and (min-width: 768px) {
  .manga__button-text {
    margin-top: 8px;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Step
-------------------------------------------------- */
.step {
  padding: 0 0 35px;
}

.step__heading {
  text-align: center;
  background-color: #FE9E1A;
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.2;
  text-align: center;
  padding: 14px 0;
}

.step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 34px;
}

.step__item {
  width: calc(25% - 16px * 3 / 4);
}

.step__item:not(:last-of-type) {
  margin-right: 16px;
}

@media not screen and (min-width: 1024px) {
  .step__item {
    width: calc(50% - 16px / 2);
  }
  .step__item:not(:last-of-type) {
    margin-right: 0;
  }
  .step__item:not(:nth-of-type(2n)) {
    margin-right: 16px;
  }
  .step__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media not screen and (min-width: 768px) {
  .step__item {
    width: 100%;
  }
  .step__item:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .step__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .step__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.step__number {
  text-align: center;
}

.step__number-top {
  display: block;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding-bottom: 4px;
  position: relative;
}

.step__number-top:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 27.5px;
  height: 1px;
  background-color: #000;
}

.step__number-bottom {
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}

.step__title {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E06D0E;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
  margin-top: 18px;
  position: relative;
  z-index: 10;
}

.step__arrow {
  margin-top: -20px;
  position: relative;
}

@media not screen and (min-width: 1024px) {
  .step__arrow {
    width: 100%;
  }
}

.step__image {
  width: 100%;
  margin-top: -15px;
}

.step__text {
  font-family: a-otf-gothic-bbb-pr6n;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  margin-top: 6px;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Banner
-------------------------------------------------- */
.banner {
  padding: 30px 0 0;
}

@media not screen and (min-width: 768px) {
  .banner {
    padding: 5px 0 0;
  }
}

.banner__image {
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.banner__image img {
  width: 100%;
}

.banner__image:hover {
  opacity: .7;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Service
-------------------------------------------------- */
.service {
  padding: 100px 0 0;
}

@media not screen and (min-width: 768px) {
  .service {
    padding: 40px 0 0;
  }
}

.service__campaign {
  text-align: center;
}

.service__campaign img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.service__campaign img:hover {
  opacity: 0.7;
}

@media not screen and (min-width: 1024px) {
  .service__campaign img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media not screen and (min-width: 768px) {
  .service__list {
    margin-top: 0;
  }
}

.service__item {
  width: calc(50% - 35px / 2);
  margin-top: 30px;
}

@media not screen and (min-width: 768px) {
  .service__item {
    width: 100%;
  }
}

.service__item--1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.service__item--1 .service__title {
  background-color: #de82b2;
}

.service__item--2 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.service__item--2 .service__title {
  background-color: #8f82bc;
}

@media not screen and (min-width: 768px) {
  .service__item--2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.service__item--3 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.service__item--3 .service__title {
  background-color: #41a1be;
  font-size: 1.125rem;
  letter-spacing: normal;
  padding: 7px 12px 0;
}

.service__item--3 .service__text {
  font-size: 0.875rem;
  line-height: 1.43;
}

@media not screen and (min-width: 768px) {
  .service__item--3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .service__item--3 .service__title {
    padding: 4px 12px;
  }
}

.service__item--4 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.service__item--4 .service__title {
  background-color: #aacf52;
}

@media not screen and (min-width: 768px) {
  .service__item--4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

.service__item--5 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.service__item--5 .service__title {
  background-color: #f6ad3c;
}

@media not screen and (min-width: 768px) {
  .service__item--5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

.service__item--6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.service__item--6 .service__title {
  background-color: #69bd83;
  font-size: 1.125rem;
  letter-spacing: normal;
  padding: 7px 0 0 10px;
}

@media not screen and (min-width: 768px) {
  .service__item--6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .service__item--6 .service__title {
    padding: 4px 12px;
  }
}

.service__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media not screen and (min-width: 768px) {
  .service__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service__icon {
  width: 50px;
  margin-right: 4px;
}

.service__title {
  width: calc(100% - 54px);
  height: 34px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  padding: 4px 0 0 12px;
}

@media not screen and (min-width: 768px) {
  .service__title {
    height: auto;
    padding: 4px 12px;
  }
}

.service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.service__text-wrapper {
  width: calc(100% - 110px - 16px);
}

@media not screen and (min-width: 768px) {
  .service__text-wrapper {
    width: 100%;
  }
}

.service__text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.47;
}

.service__subtext {
  font-size: 0.875rem;
  line-height: 1.28;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 6px;
}

.service__image {
  width: 110px;
}

.service__image img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .service__image {
    width: 100%;
    margin-top: 16px;
  }
}

.service__note {
  color: #41a1be;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.23;
  margin-top: 8px;
}

.service__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.service__tag {
  width: calc(33.3% - 5px * 2 / 3);
  background-color: #aacf52;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1;
  text-align: center;
  padding: 2px 0;
}

.service__tag:nth-of-type(-n + 2) {
  width: calc(50% - 5px / 2);
}

.service__tag:nth-of-type(n + 3) {
  margin-top: 5px;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Faq
-------------------------------------------------- */
.faq {
  padding: 0 0 90px;
}

@media not screen and (min-width: 768px) {
  .faq {
    padding: 0 0 40px;
  }
}

.faq__list {
  margin-top: 12px;
}

@media not screen and (min-width: 768px) {
  .faq__list {
    margin-top: 30px;
  }
}

.faq__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.faq__item:not(:first-of-type) {
  margin-top: 40px;
}

@media not screen and (min-width: 1024px) {
  .faq__item {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media not screen and (min-width: 768px) {
  .faq__item {
    margin: 0;
    width: 100%;
  }
  .faq__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.faq__number {
  width: 252px;
  height: 100%;
  background-color: #FE9E1A;
  padding: 26px 28px 24px 0;
  text-align: right;
}

@media not screen and (min-width: 1024px) {
  .faq__number {
    width: 200px;
  }
}

@media not screen and (min-width: 768px) {
  .faq__number {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
  }
}

.faq__number-content {
  display: inline-block;
  width: 54px;
}

@media not screen and (min-width: 768px) {
  .faq__number-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
  }
}

.faq__number-top {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

@media not screen and (min-width: 768px) {
  .faq__number-top {
    font-size: 1.5rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-right: 6px;
  }
}

.faq__number-bottom {
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-top: 5px;
}

@media not screen and (min-width: 768px) {
  .faq__number-bottom {
    font-size: 1.5rem;
    padding-top: 0;
  }
}

.faq__content {
  width: calc(100% - 252px - 140px);
}

@media not screen and (min-width: 1024px) {
  .faq__content {
    width: calc(100% - 200px);
  }
}

@media not screen and (min-width: 768px) {
  .faq__content {
    width: 100%;
  }
}

.faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 84px;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  border-bottom: 2px solid #FE9E1A;
  padding: 14px 20px;
}

@media not screen and (min-width: 1024px) {
  .faq__question {
    margin-right: 20px;
  }
}

@media not screen and (min-width: 768px) {
  .faq__question {
    margin-right: 0;
    padding: 14px 0;
  }
}

.faq__answer {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.67;
  padding: 16px 0 0 20px;
}

@media not screen and (min-width: 1024px) {
  .faq__answer {
    padding: 16px 20px 0 20px;
  }
}

@media not screen and (min-width: 768px) {
  .faq__answer {
    padding: 16px 0;
  }
}

@use '../../setting/setting';
/* -----------------------------------------------
* Message
-------------------------------------------------- */
.message {
  padding: 0 0 95px;
}

@media not screen and (min-width: 768px) {
  .message {
    padding: 0 0 40px;
  }
}

.message__visual {
  background: center/cover no-repeat url(../img/message.jpg);
  padding: 24px 0 36px;
}

.message__text {
  margin-top: 10px;
}

.message__text p {
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.32;
}

.message__text p:not(:first-of-type) {
  margin-top: 1em;
}

.message__content {
  padding: 30px 0 0;
}

.message__content p {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.67;
}

.message__content p:not(:first-of-type) {
  margin-top: 1em;
}

.message__logo {
  width: 118px;
  margin-top: 15px;
  margin-left: auto;
}

.message__logo img {
  width: 100%;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Outline
-------------------------------------------------- */
.outline {
  padding: 70px 0 50px;
  border-top: 6px solid #FE9E1A;
}

@media not screen and (min-width: 768px) {
  .outline {
    padding: 40px 0;
  }
}

.outline__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media not screen and (min-width: 768px) {
  .outline__map {
    margin-top: 30px;
  }
}
.outline__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.outline__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid #0B2F80;
}

.outline__title .accent {
  color: #00776A;
  margin-left: 1em;
}

.outline__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.29;
  margin-top: 8px;
}

.outline__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.29;
  margin-top: 2px;
}

.outline__tel:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 18px;
  background: center/contain no-repeat url(../img/icon-freedial.svg);
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .outline__tel {
    pointer-events: none;
  }
}

.outline__content {
  margin-top: 50px;
  position: relative;
}
.outline__content .outline__logo {
  position: absolute;
  width: 103px;
  height: 106px;
  right: 0;
  top: 0;
}
@media not screen and (min-width: 768px) {
  .outline__content .outline__logo {
    width: 80px;
    right: -10px;
  }
}
.outline__content .outline__logo img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .outline__content {
    margin-top: 20px;
  }
}

.outline__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.outline__term {
  width: 142px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

@media not screen and (min-width: 768px) {
  .outline__term {
    width: 100px;
  }
}

.outline__description {
  width: calc(100% - 142px);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media not screen and (min-width: 768px) {
  .outline__description {
    width: calc(100% - 100px);
  }
}
.outline__picture {
  max-width: 600px;
  margin: 40px auto;
}
.outline__picture img {
  width: 100%;
}
@use '../../setting/setting';
/* -----------------------------------------------
* Wish
-------------------------------------------------- */
.wish {
  background-color: #ECECEC;
  padding: 10px 0 0;
}

@media not screen and (min-width: 768px) {
  .wish {
    padding: 24px 0 0;
  }
}

.wish__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wish__image {
  width: 190px;
  margin-right: 17px;
}

.wish__image img {
  width: 100%;
}

@media not screen and (min-width: 768px) {
  .wish__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 25%;
  }
}

.wish__content {
  width: calc(100% - 190px - 17px);
  padding-bottom: 23px;
}

@media not screen and (min-width: 768px) {
  .wish__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 20px;
  }
}

.wish__title {
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.26;
}

@media not screen and (min-width: 768px) {
  .wish__title {
    font-size: 1.375rem;
  }
}

.wish__list {
  margin-top: 14px;
}

.wish__item {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.wish__item:not(:first-of-type) {
  margin-top: 10px;
}

.wish__item:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 24px;
  background: center/contain no-repeat url(../img/checkbox.svg);
  margin-right: -3px;
}

.wish__text {
  color: #0B2F80;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 23px;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Picture
-------------------------------------------------- */
.picture__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.picture__item {
  width: 33.3%;
}

.picture__item img {
  width: 100%;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Contact
-------------------------------------------------- */
.contact {
  background-color: #FE9E1A;
  padding: 45px 0 60px;
}

@media not screen and (min-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__inner {
  width: 874px;
  margin: 0 auto;
}

@media not screen and (min-width: 1024px) {
  .contact__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.contact .images {
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.contact .images__item img {
  width: 100%;
}
.contact__form {
  margin-top: 50px;
}

@media not screen and (min-width: 768px) {
  .contact__form {
    margin-top: 30px;
  }
}

@use '../../setting/setting' as *;
/* -----------------------------------------------
* Form
-------------------------------------------------- */
.form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__list:not(:first-of-type) {
  margin-top: 8px;
}

@media not screen and (min-width: 768px) {
  .form__list:not(:first-of-type) {
    margin-top: 20px;
  }
}

.form__term {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 283px;
  border: 1.5px solid #fff;
  margin-right: 5px;
  padding: 0 17px 0 20px;
}

.form__term .small-text {
  font-size: 0.8125rem;
  letter-spacing: normal;
}

.form__term label, .form__term p {
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

@media not screen and (min-width: 768px) {
  .form__term {
    width: 100%;
    margin-right: 0;
  }
}

.form__term--large {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 17px 18px 20px;
}

.form__description {
  width: calc(100% - 283px - 5px);
  background-color: #fff;
  padding: 15px 12px;
}

.form__description label {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 12px;
}

@media not screen and (min-width: 768px) {
  .form__description {
    width: 100%;
    margin-top: 5px;
  }
}

.form__description--large {
  padding: 6px 12px 15px 12px;
}

.required {
  display: inline-block;
  background-color: #5D5D5D;
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 14px;
  margin-left: auto;
}

.required--privacy {
  background-color: #FE9E1A;
  margin-left: 10px;
}

.optional {
  display: inline-block;
  background-color: #fff;
  color: #FE9E1A;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 14px;
  margin-left: auto;
}

.form__button {
  text-align: center;
  margin-top: 30px;
}

.form__privacy {
  background-color: #fff;
  margin-top: 36px;
  padding: 20px 24px 28px;
}

@media not screen and (min-width: 768px) {
  .form__privacy {
    padding: 20px 12px 28px;
  }
}

.form__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.form__text {
  height: 277px;
  overflow-y: scroll;
  border: 2px solid #C8C8C8;
  padding: 18px 20px;
  margin-top: 20px;
}

.form__text p {
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.78;
}

.form__text p:not(:first-of-type) {
  margin-top: 1em;
}

.form__policy {
  text-align: center;
  margin-top: 22px;
}

::-webkit-input-placeholder {
  color: rgba(100, 100, 100, 0.25);
}

:-ms-input-placeholder {
  color: rgba(100, 100, 100, 0.25);
}

::-ms-input-placeholder {
  color: rgba(100, 100, 100, 0.25);
}

::placeholder {
  color: rgba(100, 100, 100, 0.25);
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #707070;
  width: 100%;
  max-width: 248px;
  height: 40px;
  line-height: 1.33;
  padding: 0 10px;
  border-radius: 20px;
}

@media not screen and (min-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    max-width: 100%;
  }
}

#address,
#address_alt {
  max-width: 100%;
}

#subject {
  margin-top: 14px;
  border-radius: 0;
  border-color: #000;
}

textarea {
  border: 1px solid #707070;
  border-radius: 20px;
  width: 100%;
  line-height: 1.33;
  padding: 10px;
  resize: none;
}

#subject {
  height: 74px;
}

#inquiry {
  height: 180px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 15px;
  margin-right: 20px;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 15px;
}

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: #0B2F80;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 3px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 15px;
  margin-right: 20px;
  margin-bottom: -1px;
  position: relative;
  font-size: 0.875rem;
  line-height: 15px;
}

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #0B2F80;
  border-left: 3px solid #0B2F80;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  margin-top: -1px;
  margin-left: 2px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

input[type="submit"] {
  display: inline-block;
  background-color: #5D5D5D;
  text-decoration: none;
  color: #fff;
  font-family: a-otf-futo-go-b101-pr6n;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 114px;
}

@media not screen and (min-width: 768px) {
  input[type="submit"] {
    width: 100%;
    padding: 14px 0;
  }
}

#submit {
  opacity: .7;
  pointer-events: none;
}

#submit.active {
  opacity: 1;
  pointer-events: auto;
}

@use '../../setting/setting';
/* -----------------------------------------------
* Footer
-------------------------------------------------- */
.footer__wrapper {
  width: 100%;
  padding: 45px 0;
}

.footer__copy {
  font-family: a-otf-gothic-bbb-pr6n;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.17;
  text-align: center;
}

.footer__copy span {
  display: inline-block;
}

/* 1120追加 */
.manga {
  margin-top: 50px;
  text-align: center;
}
.manga .manga__title {
  font-size: 2.1875rem;
  font-weight: 500;
  color: #E06D0E;
  line-height: 1.5;
  font-family: a-otf-futo-go-b101-pr6n;
  margin-bottom: 30px;
}
.manga .manga__subtitle {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent calc(100% - 20px), rgba(254, 158, 26, 0.2) 20px);
  display: inline;
}
.manga .manga__caption {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.manga .manga__image {
  max-width: 600px;
  display: inline-block;
  margin-top: 10px;
}
.manga .manga__image img {
  width: 100%;
}
.manga .manga__text {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.manga-bottom-text {
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
  color: #E06D0E;
}
@media not screen and (min-width: 768px) {
  .manga .manga__title {
    font-size: 1.6rem;
  }
  .manga .manga__subtitle {
    font-size: 1.5rem;
  }
  .manga .manga__caption {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .manga-bottom-text {
    font-size: 1.5rem;
  }
}

.font{
  font-family: 'Kosugi Maru', sans-serif !important;
}

.comment__text p,
.reason__text p,
p.faq__answer{
  text-indent: 1em;
}

.tx-green{
  color: #37AA35;
}

/* youtube追加 */
.movie-content{
  margin: 60px auto -20px auto;
}
.movie-content .movie-wrap{
  max-width: 560px;
  margin: auto;
  width: 90%;
}
.movie-content .movie-wrap iframe{
  max-width: 560px;
  max-height: 315px;
  width: 100%;
  height: 56vw;
}
@media screen and (max-width: 760px) {
  .movie-content{
    margin: 20px auto -20px auto;
  }
}</pre></body></html>