@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*------- color -------*/
/*------- mixin -------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  display: none;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* 追記 2018.07.26
   ========================================================================== */
* {
  box-sizing: border-box;
  outline: none !important;
  padding: 0;
  margin: 0;
  /* iPhoneで選択部分背景が黒半透明になることと、ポートレートからランドスケープにしたときに文字サイズが大きくなることをリセット */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  /* 全てのデフォルトUIをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand { /*IE10以上矢印消去*/
  display: none !important;
}

/* Chromeで縮小表示した画像がボケるのを防止 */
img {
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 追記 2019.01.16
   ========================================================================== */
/* 数値input スピンボタン非表示 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 追記 2019.09.22
   ========================================================================== */
/* 文字詰め */
/* 追記 2021.02.10
   ========================================================================== */
main, picture {
  display: block;
}

button {
  background: none;
  border: none;
}

/* ==========================================================================
   fonts
========================================================================== */
@font-face {
  font-family: "FuturaBT";
  src: url("../fonts/futura-bt-bold.woff") format("woff"), url("../fonts/futura-bt-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.futura {
  font-family: "FuturaBT";
  font-weight: 700;
}

/* ==========================================================================
   responsive
========================================================================== */
@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ==========================================================================
   common
========================================================================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 1.8571428571;
  width: 100%;
}
@media not all and (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.8125;
  }
}
@media not all and (min-width: 375px) {
  body {
    font-size: 14px;
  }
}
body * {
  letter-spacing: 0.02em;
}
body.hide {
  opacity: 0;
}
body:not(.hide) {
  transition: opacity 0.3s;
}

a {
  text-decoration: none;
  color: #e50019;
}
a[href^="tel:"].disabled {
  cursor: default;
}

button {
  background: none;
  border: none;
  color: #333;
}

/*
PC Retina
アートボードサイズ：1920px（960px）
コンテンツ幅：1540px（770px）

SP Retina
アートボードサイズ：750px（375px）
コンテンツ幅：686px（343px）≒ 91.47%
*/
.container {
  width: 91.4666666667%;
  max-width: 780px;
  margin: 0 auto;
}

img,
picture {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   Layout
========================================================================== */
/* ==========================================================================
   header
========================================================================== */
.header {
  position: relative;
  z-index: 1;
}
.header-logo {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 40px;
}
@media not all and (min-width: 769px) {
  .header-logo {
    width: 60px;
    top: 16px;
    left: 20px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 17/11;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==========================================================================
   footer
========================================================================== */
.footer {
  background-color: #31363e;
  padding: 33px 0 50px;
}
@media not all and (min-width: 769px) {
  .footer {
    padding-bottom: 116px;
  }
}
.footer__info {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.footer__copyright {
  font-size: 13px;
  line-height: 2.4615384615;
  color: #fff;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .footer__copyright {
    font-size: 11px;
    line-height: 2.1818181818;
  }
}

/* ==========================================================================
   Component
========================================================================== */
.inline-block {
  display: inline-block;
}

.nobr {
  white-space: nowrap;
}

.under_line {
  background: linear-gradient(transparent 70%, #E3E3E3 70%);
}

.palt {
  font-feature-settings: "palt";
}

.sec_title {
  position: relative;
  padding-bottom: 39px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media not all and (min-width: 375px) {
  .sec_title {
    font-size: 17px;
  }
}
.sec_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 26px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #000;
}

.banner {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99;
  width: 66px;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media not all and (min-width: 769px) {
  .banner {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 13px 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.banner.hide {
  transform: translateX(100%);
}
@media not all and (min-width: 769px) {
  .banner.hide {
    transform: translateY(100%);
  }
}
.banner a {
  display: block;
}
@media not all and (min-width: 769px) {
  .banner a {
    width: 310px;
    margin: 0 auto;
  }
}

/**
 * 続きを読む
 */
@media not all and (min-width: 769px) {
  .accordion {
    position: relative;
    padding-bottom: 12px;
  }
  .accordion-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 5px 5px 18px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }
  .accordion-btn::after {
    content: "続きを読む";
  }
  .accordion-btn i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto 0;
  }
  .accordion-btn i::before, .accordion-btn i::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    background-color: #000;
    transition: all 0.3s;
  }
  .accordion-btn i::before {
    transform: rotate(90deg);
  }
  .accordion-btn.is-show {
    bottom: -25px;
  }
  .accordion-btn.is-show::after {
    content: "閉じる";
  }
  .accordion-btn.is-show i::before {
    opacity: 0;
    transform: rotate(0);
  }
  .accordion-text {
    position: relative;
    overflow: hidden;
  }
  .accordion-text.is-hide {
    /* 最初に見えてるテキストエリアの高さ */
    height: 273px;
  }
  .accordion-text.hide-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    /* グラデーションで隠す高さ */
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%);
  }
}
@media all and (min-width: 769px) {
  .accordion-text {
    height: auto !important;
  }
  .accordion-btn {
    display: none;
  }
}
@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    transition: none !important;
    animation: none !important;
  }
}
/* ==========================================================================
   Contents
========================================================================== */
.kv {
  position: relative;
}
@media not all and (min-width: 769px) {
  .kv__gallery__item {
    height: 666px;
  }
}
.kv__gallery__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kv__text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  white-space: nowrap;
}
.kv__text p {
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.01em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.asj {
  padding-top: 71px;
  padding-bottom: 52px;
}
@media not all and (min-width: 769px) {
  .asj {
    padding-top: 43px;
    padding-bottom: 71px;
  }
}
.asj__title1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .asj__title1 {
    line-height: 1.5;
  }
}
@media not all and (min-width: 375px) {
  .asj__title1 {
    font-size: 20px;
  }
}
.asj__logo {
  width: 190px;
  margin: 22px auto 0;
}
@media not all and (min-width: 769px) {
  .asj__logo {
    width: 200px;
    margin-top: 14px;
  }
}
.asj__ex {
  position: relative;
  margin-top: 82px;
  padding: 53px 0 58px;
}
@media not all and (min-width: 769px) {
  .asj__ex {
    margin-top: 55px;
    padding-top: 43px;
    padding-bottom: 50px;
  }
}
.asj__ex::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 75%;
  height: 100%;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #F0F0F0;
}
.asj__ex__list {
  margin-top: 39px;
}
@media not all and (min-width: 769px) {
  .asj__ex__list {
    margin-top: 24px;
  }
}
.asj__ex__list__item {
  width: calc(50vw + 385px);
  margin: 0 0 0 auto;
}
@media not all and (min-width: 960px) {
  .asj__ex__list__item {
    width: calc(100vw - 95px);
  }
}
@media not all and (min-width: 769px) {
  .asj__ex__list__item {
    width: 91.4666666667%;
  }
}
.asj__ex__list__item dl {
  position: relative;
  height: 100%;
}
.asj__ex__list__item dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .asj__ex__list__item dl dt {
    position: absolute;
    top: 0;
    right: calc(100% + 22px);
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.asj__ex__list__item dl dt .x {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 5px 0;
}
@media not all and (min-width: 769px) {
  .asj__ex__list__item dl dt .x {
    margin: 0 6px;
    vertical-align: bottom;
  }
}
.asj__ex__list__item dl dt .x::before, .asj__ex__list__item dl dt .x::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
.asj__ex__list__item dl dt .x::before {
  transform: rotate(-45deg);
}
.asj__ex__list__item dl dt .x::after {
  transform: rotate(45deg);
}
@media not all and (min-width: 769px) {
  .asj__ex__list__item dl dd {
    margin-top: 16px;
  }
}
.asj__ex__list__item:nth-child(2n) {
  margin: 0 auto 0 0;
}
@media all and (min-width: 769px) {
  .asj__ex__list__item:nth-child(2n) dl dt {
    right: auto;
    left: calc(100% + 22px);
  }
}
@media not all and (min-width: 769px) {
  .asj__ex__list__item:nth-child(2n) dl dt {
    text-align: right;
  }
}
.asj__ex__list__item:nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  .asj__ex__list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.asj__desc {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .asj__desc {
    flex-direction: column;
    margin-top: 61px;
  }
}
.asj__desc__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 769px) {
  .asj__desc__title {
    padding-right: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.asj__desc__title span {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .asj__desc__title span {
    font-size: 22px;
    line-height: 2;
    font-feature-settings: "palt";
  }
}
@media not all and (min-width: 375px) {
  .asj__desc__title span {
    font-size: 20px;
  }
}
.asj__desc__title span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media not all and (min-width: 769px) {
  .asj__desc__title span::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media all and (min-width: 769px) {
  .asj__desc__title span:nth-child(2) {
    margin-top: -16px;
  }
  .asj__desc__title span:nth-child(2)::before {
    top: 16px;
    height: calc(100% - 16px);
  }
}
@media all and (min-width: 769px) {
  .asj__desc__title span:nth-child(3)::before {
    height: calc(100% - 18px);
  }
}
.asj__desc__body {
  padding-top: 43px;
  padding-right: 45px;
}
@media not all and (min-width: 769px) {
  .asj__desc__body {
    padding-right: 0;
  }
}
.asj__desc__body p {
  letter-spacing: -0.02em;
}
.asj__desc__body p:nth-child(n+2) {
  margin-top: 27px;
}
.asj__movie {
  margin-top: 99px;
}
@media not all and (min-width: 769px) {
  .asj__movie {
    margin-top: 66px;
  }
}
.asj__movie .sec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 10px;
}
@media not all and (min-width: 769px) {
  .asj__movie .sec_title {
    margin-bottom: 5px;
  }
}
.asj__movie .sec_title i {
  width: 44px;
  margin-right: 15px;
}
@media not all and (min-width: 769px) {
  .asj__movie .sec_title i {
    margin-right: 8px;
  }
}
.asj__movie .sec_title::after {
  height: 20px;
}
.asj__movie .note {
  text-align: right;
  padding: 0 16px;
}
@media not all and (min-width: 769px) {
  .asj__movie .note {
    padding: 0 2.1333333333vw;
    font-size: 11px;
  }
}
.asj__movie__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .asj__movie__box {
    margin-top: 2px;
  }
}
.asj__movie__box a {
  width: calc(50% - 11px);
  margin-bottom: 18px;
  transition: opacity 0.3s;
}
@media not all and (min-width: 769px) {
  .asj__movie__box a {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
}
.asj__movie__box a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asj__movie__box a:hover {
  opacity: 0.7;
}
.asj__work_flow {
  margin-top: 21px;
}
.asj__work_flow p {
  margin-top: 5px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .asj__work_flow p {
    text-align: left;
  }
}
.asj__more {
  margin-top: 70px;
}
.asj__more__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.706;
  letter-spacing: 0.1em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .asj__more__title {
    font-size: 19px;
  }
}
@media not all and (min-width: 375px) {
  .asj__more__title {
    font-size: 16px;
  }
}
.asj__more__title > * {
  letter-spacing: 0.1em;
}
.asj__more__title b {
  display: inline-block;
  position: relative;
  margin-top: 18px;
  font-weight: bold;
  font-size: 24px;
}
@media not all and (min-width: 769px) {
  .asj__more__title b {
    margin-top: 23px;
  }
}
@media not all and (min-width: 375px) {
  .asj__more__title b {
    font-size: 21px;
  }
}
.asj__more__title b .brackets_start {
  display: flex;
  position: absolute;
  top: 0;
  left: -23px;
  width: 9px;
  height: 19px;
}
@media not all and (min-width: 769px) {
  .asj__more__title b .brackets_start {
    left: -13px;
  }
}
.asj__more__title b .brackets_end {
  display: flex;
  position: absolute;
  right: -13px;
  bottom: 1px;
  width: 9px;
  height: 19px;
}
@media not all and (min-width: 769px) {
  .asj__more__title b .brackets_end {
    right: -8px;
  }
}
.asj__more__slider {
  margin-top: 79px;
}
@media not all and (min-width: 769px) {
  .asj__more__slider {
    margin-top: 48px;
  }
}
.asj__more__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
@media all and (min-width: 769px) {
  @media not all and (min-width: 960px) {
    .asj__more__link {
      max-width: 600px;
    }
  }
}
@media not all and (min-width: 769px) {
  .asj__more__link {
    margin-top: 10px;
    padding-right: 30px;
  }
}
.asj__more__link a {
  position: relative;
  padding-right: 5px;
  font-size: 16px;
  transition: all 0.3s ease-out;
}
@media not all and (min-width: 769px) {
  .asj__more__link a {
    padding-right: 3px;
    font-size: 12px;
  }
}
.asj__more__link a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50px;
  height: 14px;
  margin: auto 0;
  border-bottom: 2px solid #000;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
@media not all and (min-width: 769px) {
  .asj__more__link a i {
    width: 25px;
    height: 8px;
  }
}
.asj__more__link a i::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 7px;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease-out;
}
@media not all and (min-width: 769px) {
  .asj__more__link a i::before {
    width: 4px;
  }
}
.asj__more__link a i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
}
@media not all and (min-width: 769px) {
  .asj__more__link a i::after {
    width: 4px;
    height: 4px;
  }
}
@media all and (min-width: 769px) {
  .asj__more__link a:hover {
    transform: translateX(10px);
  }
  .asj__more__link a:hover i {
    width: 40px;
  }
  .asj__more__link a:hover i::before {
    width: 17px;
  }
}

.cv {
  padding: 60px 0 57px;
  overflow: hidden;
  background-color: #1c1c1c;
}
@media not all and (min-width: 769px) {
  .cv {
    padding: 51px 0 45px;
  }
}
.cv-title {
  margin-top: 0 !important;
  margin-bottom: 24px;
}
.cv a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 482px;
  height: 90px;
  margin: 0 auto;
  border-radius: 45px;
  color: #fff;
  background-color: #ff9108;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .cv a {
    width: 320px;
    line-height: 1.3;
  }
}
@media not all and (min-width: 375px) {
  .cv a {
    width: 290px;
  }
}
.cv a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  border-radius: 3px;
  background-color: #000;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cv a i {
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  margin: auto 0;
  transition: right 0.3s;
  transition-delay: 0.1s;
}
@media not all and (min-width: 769px) {
  .cv a i {
    display: none;
  }
}
.cv a i::before, .cv a i::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  border-radius: 3px;
  background-color: #000;
  transition: all 0.15s;
}
.cv a i::before {
  content: "";
  left: 0;
  width: 0;
  height: 6px;
  transition-delay: 0.15s;
}
.cv a i::after {
  right: 0;
  width: 6px;
  height: 0;
  transition-delay: 0s;
}
@media all and (min-width: 769px) {
  .cv a:hover::before {
    right: 27px;
    transition-delay: 0s;
  }
  .cv a:hover i {
    right: 28px;
    transition-delay: 0s;
  }
  .cv a:hover i::before {
    opacity: 1;
    width: 100%;
    transition-delay: 0.2s;
  }
  .cv a:hover i::after {
    opacity: 1;
    height: 100%;
    transition-delay: 0.35s;
  }
}
.cv p {
  margin-top: 24px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.1em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .cv p {
    margin-top: 19px;
  }
}
@media not all and (min-width: 375px) {
  .cv p {
    font-size: 15px;
  }
}

.service {
  padding: 65px 0 75px;
}
@media not all and (min-width: 769px) {
  .service {
    padding-top: 70px;
  }
}
.service .sec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
}
@media not all and (min-width: 769px) {
  .service .sec_title {
    font-size: 24px;
  }
}
@media not all and (min-width: 375px) {
  .service .sec_title {
    font-size: 21px;
  }
}
.service .sec_title i {
  width: 44px;
  margin-right: 15px;
}
@media not all and (min-width: 769px) {
  .service .sec_title i {
    margin-right: 8px;
  }
}
.service .sec_title::after {
  height: 20px;
}
.service__list {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .service__list {
    margin: 26px auto 0;
  }
}
.service__list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 33px 10.3896103896% 33px 4.5454545455%;
}
@media not all and (min-width: 769px) {
  .service__list__item {
    flex-direction: column;
    padding: 0 4.2666666667vw 25px;
  }
}
@media all and (min-width: 769px) {
  .service__list__item:nth-child(2n) {
    padding-right: 4.5454545455%;
    padding-left: 10.3896103896%;
  }
  .service__list__item:nth-child(2n) .img {
    order: 2;
    margin-left: 7.6335877863%;
  }
  .service__list__item:nth-child(2n) dl {
    order: 1;
    margin-left: 0;
    padding-right: 0;
    padding-left: 6.106870229%;
  }
  .service__list__item:nth-child(2n)::before {
    right: auto;
    left: 10.3896103896%;
  }
}
.service__list__item .img {
  flex-shrink: 0;
  width: 45.8015267176%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.14);
}
@media not all and (min-width: 769px) {
  .service__list__item .img {
    width: 100%;
    max-width: 300px;
  }
}
.service__list__item dl {
  margin-left: 7.6335877863%;
  padding-right: 6.106870229%;
}
@media not all and (min-width: 769px) {
  .service__list__item dl {
    margin-top: 28px;
    margin-left: 0;
    padding-right: 0;
  }
}
.service__list__item dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}
@media not all and (min-width: 769px) {
  .service__list__item dl dt {
    font-size: 20px;
  }
}
.service__list__item dl dt i {
  flex-shrink: 0;
  width: 40px;
  margin-right: 12px;
}
@media not all and (min-width: 769px) {
  .service__list__item dl dt i {
    width: 30px;
  }
}
.service__list__item dl dd {
  margin-top: 17px;
  text-indent: 8px;
}
@media all and (min-width: 769px) {
  .service__list__item dl dd {
    line-height: 1.7857142857;
  }
}
@media not all and (min-width: 769px) {
  .service__list__item dl dd {
    margin-top: 5px;
    text-indent: 17px;
  }
}
.service__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10.3896103896%;
  z-index: -1;
  width: 71.4285714286%;
  height: 100%;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
}
@media not all and (min-width: 769px) {
  .service__list__item::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
  }
}
.service__list__item:nth-child(n+2) {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .service__list__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.service__list__item:nth-child(4) dl dt i {
  width: 42px;
}
@media not all and (min-width: 769px) {
  .service__list__item:nth-child(4) dl dt i {
    width: 31px;
  }
}

.plan {
  padding-top: 74px;
}
@media not all and (min-width: 769px) {
  .plan {
    padding-top: 68px;
  }
}
.plan__head {
  margin-bottom: 60px;
}
.plan__head .sec_title {
  margin-bottom: 24px;
}
.plan__head-text p + p {
  margin-top: 16px;
}
.plan__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .plan__title {
    line-height: 1.5416666667;
    letter-spacing: -0.01em;
  }
}
.plan__selector {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 56px auto 105px;
}
@media not all and (min-width: 769px) {
  .plan__selector {
    max-width: 400px;
    margin: 27px auto 49px;
  }
}
.plan__selector__button {
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media not all and (min-width: 769px) {
  .plan__selector__button {
    width: 53.6443148688%;
  }
}
.plan__selector__button .inner {
  width: 107.4285714286%;
  position: relative;
}
.plan__selector__button .inner::after {
  content: "";
  width: 112.7659574468%;
  height: 112.7659574468%;
  background: linear-gradient(to bottom, #de999c, #ffc061);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.plan__selector__button:last-child .inner {
  float: right;
}
.plan__selector__button:last-child .inner::after {
  background: linear-gradient(to bottom, #7ecef3, #8cc66d);
}
.plan__selector__button * {
  border-radius: 50%;
}
.plan__selector__button.current {
  z-index: 2;
  pointer-events: none;
}
.plan__selector__button.current .inner::after {
  opacity: 0.15;
}
.plan__selector__button:not(.current) {
  cursor: pointer;
}
.plan__selector__button:not(.current):hover .inner::after {
  opacity: 0.15;
}
.plan__selector__button:not(.current) .inner::after {
  transition: opacity 0.3s;
}
.plan__selector__button.disabled {
  pointer-events: none;
}
.plan__list .description {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.plan__list .description .logo {
  margin: 0 auto;
}
.plan__list .description .catch {
  margin-top: 53px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6041666667;
  letter-spacing: 0;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .plan__list .description .catch {
    margin-top: 42px;
    line-height: 1.5416666667;
    font-size: 20px;
  }
}
@media not all and (min-width: 375px) {
  .plan__list .description .catch {
    font-size: 16px;
  }
}
.plan__list .message {
  padding-top: 90px;
}
@media not all and (min-width: 769px) {
  .plan__list .message {
    padding-top: 69px;
  }
}
.plan__list .message__photo {
  margin-top: 31px;
}
.plan__list .planning_course {
  padding-bottom: 45px;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course {
    padding-bottom: 0;
  }
}
.plan__list .planning_course .description {
  padding: 103px 0 75px;
  background-image: url("../images/plan1_header_bg.png");
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description {
    padding: 47px 0 48px;
  }
}
.plan__list .planning_course .description .logo {
  width: 191px;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description .logo {
    width: 159px;
  }
}
.plan__list .planning_course .description__list {
  display: flex;
  justify-content: space-between;
  width: 610px;
  margin: 33px auto 0;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description__list {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 42px;
  }
}
.plan__list .planning_course .description__list__item {
  width: 26.5573770492%;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description__list__item {
    width: 47.2303206997%;
    margin-bottom: 26px;
  }
  .plan__list .planning_course .description__list__item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .plan__list .planning_course .description__list__item:last-child .icon {
    width: 47.2303206997%;
  }
}
.plan__list .planning_course .description__list__item .icon {
  display: block;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description__list__item .icon {
    max-width: 162px;
    margin: 0 auto;
  }
}
.plan__list .planning_course .description__list__item p {
  margin-top: 13px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .description__list__item p {
    font-size: 14px;
  }
}
@media not all and (min-width: 769px) {
  .plan__list .planning_course .message .sec_title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.plan__list .planning_course .message .text {
  background-image: url("../images/planning_course_message_bg.jpg");
}
.plan__list .proto_bank .description {
  padding: 94px 0 80px;
  background-image: url("../images/plan2_header_bg.png");
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description {
    padding: 51px 0 60px;
  }
}
.plan__list .proto_bank .description .logo {
  width: 143px;
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .logo {
    width: 112px;
  }
}
.plan__list .proto_bank .description .catch {
  margin-bottom: 23px;
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .catch {
    margin-bottom: 60px;
  }
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .sec_title {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.plan__list .proto_bank .description .points {
  display: flex;
  justify-content: space-between;
  width: 610px;
  margin: 38px auto 0;
  counter-reset: item 0;
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .points {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 22px;
  }
}
.plan__list .proto_bank .description .points__item {
  width: 25%;
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .points__item {
    width: 50%;
    margin-bottom: 17px;
    padding: 0 4.2666666667vw;
  }
}
.plan__list .proto_bank .description .points__item::before {
  content: counter(item, decimal-leading-zero);
  font-size: 33px;
  line-height: 1;
  font-family: "FuturaBT";
  counter-increment: item 1;
}
.plan__list .proto_bank .description .points__item dl dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.plan__list .proto_bank .description .points__item dl dd {
  padding-right: 18px;
  font-size: 14px;
  line-height: 1.5;
}
.plan__list .proto_bank .description .points__item dl dd .icon {
  width: 100%;
  max-width: 110px;
  margin: 3px auto 10px;
}
@media not all and (min-width: 769px) {
  .plan__list .proto_bank .description .points__item dl dd .icon {
    margin: 5px auto 11px;
  }
}
.plan__list .proto_bank .message__photo {
  margin-top: 21px;
}

.voice {
  padding-top: 80px;
}
@media not all and (min-width: 769px) {
  .voice {
    padding-top: 60px;
  }
}
.voice .sec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
}
@media not all and (min-width: 769px) {
  .voice .sec_title {
    font-size: 24px;
  }
}
@media not all and (min-width: 375px) {
  .voice .sec_title {
    font-size: 21px;
  }
}
.voice .sec_title i {
  width: 31px;
  margin-right: 13px;
}
@media not all and (min-width: 769px) {
  .voice .sec_title i {
    margin-right: 8px;
  }
}
.voice .sec_title::after {
  height: 20px;
}
.voice__list {
  margin-top: 50px;
}
.voice__list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.voice__list__item .title {
  font-size: 16px;
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 12px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 10px);
}
@media not all and (min-width: 769px) {
  .voice__list__item .title {
    border-radius: 6px;
    padding: 13px 15px;
  }
}
.voice__list__item .desc {
  width: calc(100% - 10px);
  border: 1px solid #bcbcbc;
  border-radius: 12px;
  margin-top: -33px;
  margin-left: 10px;
  padding: 60px 30px 70px;
  position: relative;
  z-index: 1;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc {
    border-radius: 6px;
    padding: 45px 15px 60px;
  }
}
.voice__list__item .desc p {
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  transition: height 0.5s;
}
.voice__list__item .desc .accordion_btn {
  width: 116px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  border-radius: 14px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .voice__list__item .desc .accordion_btn {
    bottom: 20px;
  }
}
.voice__list__item .desc .accordion_btn::after {
  content: "続きを読む";
}
.voice__list__item .desc .accordion_btn i {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 8px;
}
.voice__list__item .desc .accordion_btn i::before, .voice__list__item .desc .accordion_btn i::after {
  content: "";
  background-color: #1c1c1c;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.voice__list__item .desc .accordion_btn i::before {
  width: 100%;
  height: 3px;
}
.voice__list__item .desc .accordion_btn i::after {
  width: 3px;
  height: 100%;
}
.voice__list__item:nth-child(n+2) {
  margin-top: 40px;
}
.voice__list__item.close .desc p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  height: 4em !important;
}
.voice__list__item:not(.close) .accordion_btn::after {
  content: "閉じる";
}
.voice__list__item:not(.close) .accordion_btn i::after {
  opacity: 0;
}

.consulting {
  padding-top: 90px;
}
@media not all and (min-width: 769px) {
  .consulting {
    padding-top: 69px;
  }
}
.consulting .ps {
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  margin-top: 50px;
  display: flex;
  padding: 30px 15px 20px 50px;
}
@media not all and (min-width: 769px) {
  .consulting .ps {
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 5px;
    margin-top: 53px;
    padding: 15px 15px 30px 15px;
  }
}
@media not all and (min-width: 769px) {
  .consulting .ps__text {
    margin-top: 20px;
  }
}
.consulting .ps__text .title {
  font-size: 25px;
  line-height: 1.92;
}
@media not all and (min-width: 769px) {
  .consulting .ps__text .title {
    font-size: 20px;
  }
}
.consulting .ps__text .title span {
  display: inline;
  background: linear-gradient(transparent 97%, #000 97%);
  padding-bottom: 10px;
}
@media not all and (min-width: 769px) {
  .consulting .ps__text .title span {
    padding-bottom: 5px;
  }
}
.consulting .ps__text p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.consulting .ps__img {
  width: 50%;
  flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  .consulting .ps__img {
    width: 100%;
    max-width: 400px;
  }
}

.qa {
  padding: 91px 0 100px;
}
@media not all and (min-width: 769px) {
  .qa {
    padding: 66px 0 58px;
  }
}
.qa .sec_title {
  margin-bottom: 32px;
  padding-bottom: 27px;
}
@media not all and (min-width: 769px) {
  .qa .sec_title {
    margin-bottom: 16px;
    padding-bottom: 38px;
  }
}
.qa__catch {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .qa__catch {
    font-size: 18px;
    line-height: 1.7222222222;
  }
}
@media not all and (min-width: 769px) {
  .qa__catch {
    font-size: 15px;
  }
}
.qa__list {
  margin-top: 53px;
}
@media not all and (min-width: 769px) {
  .qa__list {
    margin-top: 20px;
  }
}
.qa__list__item__parent_title {
  position: relative;
  height: 58px;
  border: 2px solid #000;
  border-radius: 29px;
  font-size: 25px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .qa__list__item__parent_title {
    font-size: 23px;
  }
}
@media not all and (min-width: 375px) {
  .qa__list__item__parent_title {
    font-size: 20px;
  }
}
.qa__list__item__parent_title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 27px;
  height: 21px;
  margin: auto 0;
  background: url("../images/qa_arrow.svg") no-repeat center center/contain;
  transition: transform 0.3s;
}
@media not all and (min-width: 769px) {
  .qa__list__item__parent_title::after {
    right: 23px;
    width: 24px;
    height: 18px;
  }
}
@media not all and (min-width: 375px) {
  .qa__list__item__parent_title::after {
    right: 20px;
    width: 20px;
    height: 16px;
  }
}
.qa__list__item__parent_title.open::after {
  transform: rotate(180deg);
}
.qa__list__item:nth-child(n+2) {
  margin-top: 25px;
}
.qa__list__item__children {
  display: none;
  padding: 6px 0 15px;
  counter-reset: item 0;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children {
    padding-top: 0;
  }
}
.qa__list__item__children__item {
  padding-left: 8px;
  border-bottom: 2px solid #000;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item {
    padding-left: 15px;
  }
}
.qa__list__item__children__item dl {
  padding: 22px 0;
}
.qa__list__item__children__item dl dt {
  display: flex;
  position: relative;
  padding-right: 80px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7916666667;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dt {
    padding-right: 60px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
@media not all and (min-width: 375px) {
  .qa__list__item__children__item dl dt {
    padding-right: 45px;
  }
}
.qa__list__item__children__item dl dt p {
  display: flex;
  align-items: center;
}
.qa__list__item__children__item dl dt::before {
  content: "Q" counter(item);
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
  counter-increment: item 1;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dt::before {
    margin-right: 9px;
  }
}
.qa__list__item__children__item dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 27px;
  height: 21px;
  margin: auto 0;
  background: url("../images/qa_arrow.svg") no-repeat center center/contain;
  transition: transform 0.3s;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dt::after {
    right: 23px;
    width: 24px;
    height: 18px;
  }
}
@media not all and (min-width: 375px) {
  .qa__list__item__children__item dl dt::after {
    right: 20px;
    width: 20px;
    height: 16px;
  }
}
.qa__list__item__children__item dl dt.open::after {
  transform: rotate(180deg);
}
.qa__list__item__children__item dl dd {
  display: none;
  padding-top: 12px;
  padding-right: 80px;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dd {
    padding-right: 17px;
  }
}
.qa__list__item__children__item dl dd .inner {
  display: flex;
  padding: 4px 7px;
  border-radius: 5px;
  background-color: #EEE;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.7916666667;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dd .inner {
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.qa__list__item__children__item dl dd .inner p {
  display: flex;
  align-items: center;
}
.qa__list__item__children__item dl dd .inner::before {
  content: "A";
  margin-right: 10px;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .qa__list__item__children__item dl dd .inner::before {
    margin-right: 14px;
  }
}/*# sourceMappingURL=styles.css.map */