@charset "UTF-8";

/* ==========================================================================
  ELEMENT RESET
========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a {
  outline: 0;
}

.contact__txt02 a {
  color: #b1081f;
  font-weight: bold;
  text-decoration: underline;
}

a:focus,
button:focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

button:focus {
  outline: none;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  line-height: inherit;
}

hr {
  margin: 0;
}

/* ==========================================================================
  MEDIA QUERIES
========================================================================== */

/*
@media all and (min-width: 768px),print {
}
@media all and (min-width: 980px),print {
}
@media all and (min-width: 1280px),print {
}
@media all and (min-width: 1440px),print {
}
@media all and (min-width: 1600px),print {
}
@media all and (min-width: 1920px),print {
}
@media all and (min-width: 768px) and (max-width: 979px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 639px) {
}
@media all and (max-width: 374px) {
}
@media all and (min-width: 640px) and (max-width: 767px) {
}
*/

/*
@media all and (min-width: 768px),print {
}
@media all and (max-width: 767px) {
}
*/

/* --------------------------------------------------------------------------
  jsからMedia Queries取得用 要<div id="mq"></div>
-------------------------------------------------------------------------- */

/* PC用 */

#mq {
  display: none;
  font-family: "pc";
}

/* TAB用 */

@media all and (min-width: 768px) and (max-width: 1023px) {
  #mq {
    font-family: "tab";
  }
}

/* SP用 */

@media all and (max-width: 767px) {
  #mq {
    font-family: "sp";
  }
}

/* ==========================================================================
  UTILL
========================================================================== */

/* 画像置換 */

.u-ir {
  display: block;
  overflow: hidden;
  font: 0/0 a;
  white-space: nowrap;
  text-indent: 100%;
}

/* PC、タブレットで画像置換 */

@media all and (min-width: 768px), print {
  .u-ir--tab-pc {
    display: block;
    overflow: hidden;
    font: 0/0 a;
    white-space: nowrap;
    text-indent: 100%;
  }
}

/* --------------------------------------------------------------------------
  非表示
-------------------------------------------------------------------------- */

/* PCで非表示 */

@media all and (min-width: 980px), print {
  .u-hide-pc {
    display: none;
  }
}

/* PC、タブレットで非表示 */

@media all and (min-width: 768px), print {
  .u-hide-tab-pc {
    display: none;
  }
}

/* タブレットのみ非表示 */

@media all and (min-width: 768px) and (max-width: 979px) {
  .u-hide-tab {
    display: none;
  }
}

/* SPで非表示 */

@media all and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}

/* --------------------------------------------------------------------------
  行揃え
-------------------------------------------------------------------------- */

.u-center {
  text-align: center;
}

/* TAB,PCのみテキストセンター */

@media all and (min-width: 768px), print {
  .u-center-tab-pc {
    text-align: center;
  }
}

/* SPのみテキストセンター */

@media all and (max-width: 767px) {
  .u-center-sp {
    text-align: center;
  }
}

.u-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* --------------------------------------------------------------------------
  強調
-------------------------------------------------------------------------- */

strong,
.u-strong {
  color: #b1081f;
  font-weight: bold;
}

em,
.u-em {
  font-weight: bold;
  font-style: normal;
}

.u-bold {
  font-weight: bold;
}

/* ==========================================================================
  TYPOGRAPHY
========================================================================== */

/*! Yaku Han JP v3.3.1 (OFL-1.1 AND MIT) by Qrac */

/*! Type: YakuHanJP_Noto - Based on Noto Sans CJK JP */

/*! Type: YakuHanJPs_Noto - Based on Noto Sans CJK JP */

@font-face {
  font-weight: 400;
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-weight: 700;
  font-family: "YakuHanJP_Noto";
  font-style: normal;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.eot");
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
  font-display: swap;
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}

@font-face {
  font-weight: 400;
  font-family: "YakuHanJPs_Noto";
  font-style: normal;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
  font-display: swap;
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}

@font-face {
  font-weight: 700;
  font-family: "YakuHanJPs_Noto";
  font-style: normal;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"),
    url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
  font-display: swap;
  unicode-range: U+3008-3011, U+3014-3015, U+ff08-ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "YakuHanJPs_Noto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.u-font-metrics {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.u-font-sys {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    Arial, sans-serif;
}

.u-font-en {
  font-weight: 900;
  font-family: "Gothic A1", "Helvetica Neue", Arial, sans-serif;
}

/* --------------------------------------------------------------------------
  ROOT FONT SIZE
-------------------------------------------------------------------------- */

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
}

@media all and (min-width: 980px) {
  html {
    font-size: 14.5px;
  }
}

@media all and (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}

@media all and (min-width: 1600px) {
  html {
    font-size: 18px;
  }
}

@media all and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

@media all and (min-width: 640px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media all and (max-width: 639px) {
  html {
    font-size: 14px;
  }
}

@media all and (max-width: 374px) {
  /* 13px */
  html {
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------
  見出し
-------------------------------------------------------------------------- */

.c-heading-lv1,
.c-heading-lv2,
.c-heading-lv3,
.c-heading-lv4,
.c-heading-lv6,
.c-heading-lv5 {
  font-weight: bold;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-heading-lv2 + * {
    margin-top: 1.5rem;
  }
  .c-heading-lv2__txt {
    font-size: 2rem;
    line-height: 1.85;
  }
}

@media all and (max-width: 767px) {
  .c-heading-lv2 + * {
    margin-top: 1.5rem;
  }
  .c-heading-lv2__txt {
    font-size: 1.384615385rem;
    line-height: 1.923076923;
  }
}

@media all and (min-width: 768px) {
  .c-heading-lv3 + * {
    margin-top: 1rem;
  }
  .c-heading-lv3__txt {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}

@media all and (max-width: 767px) {
  .c-heading-lv3 + * {
    margin-top: 1rem;
  }
  .c-heading-lv3__txt {
    font-size: 1.153846154rem;
    line-height: 1.85;
  }
}

/* --------------------------------------------------------------------------
  本文
-------------------------------------------------------------------------- */

.c-txt-xl {
  font-size: 1.375rem;
  line-height: 1.85;
}

.c-txt-l {
  font-size: 1.125rem;
  line-height: 1.85;
}

.c-txt-m {
  font-size: 1.125rem;
  line-height: 1.85;
}

.c-txt-s {
  font-size: 1rem;
  line-height: 1.85;
}

.c-txt-xs {
  font-size: 0.6875rem;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
  注釈
-------------------------------------------------------------------------- */

/* m */

.c-note-m,
.c-note-s {
  position: relative;
}

.c-note-m::before,
.c-note-s::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media all and (min-width: 768px) {
  .c-note-m {
    margin-top: 1em;
    padding-left: 1.5em;
    font-size: 0.875rem;
    line-height: 1.785714286;
  }
  .c-note-m + .c-note-m {
    margin-top: 0.5rem;
  }
  .c-note-s {
    padding-left: 1em;
    font-size: 0.875rem;
    line-height: 1.642857143;
  }
}

@media all and (max-width: 767px) {
  .c-note-m {
    position: relative;
    margin-top: 0.769230769em;
    padding-left: 1.5em;
    font-size: 0.875rem;
    line-height: 1.785714286;
  }
}

/* --------------------------------------------------------------------------
  リスト
-------------------------------------------------------------------------- */

.c-list-m {
}

.c-list-m li + li {
  margin-top: 0.5em;
}

.c-list-m li {
  position: relative;
  padding-left: 1.333em;
}

.c-list-m li::before {
  position: absolute;
  display: block;
  background: #b1081f;
  border-radius: 999px;
  content: "";
}

.c-list-m li::before {
  left: 0;
  width: 0.8em;
  height: 0.8em;
}

.c-list-m li::before {
  top: calc((2em - 0.8em) / 2);
}

.c-list--num li::before {
  display: none;
}

.c-list--num li {
  padding-left: 2em;
}

.c-list__ico-num {
  position: absolute;
  top: calc((2rem - 1.4rem) / 2);
  left: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  background: #b1081f;
  border-radius: 999px;
}

@media all and (min-width: 768px) {
  .c-list-m {
    font-size: 1.125rem;
    line-height: 2;
  }
}

@media all and (max-width: 767px) {
}

/* --------------------------------------------------------------------------
  上付き、下付き
-------------------------------------------------------------------------- */

.c-txt-l sub,
.c-txt-l sup {
  font-size: 54%;
}

.c-txt-l sup {
  top: -0.64em;
}

.c-txt-l sub {
  bottom: -0.1em;
}

@media all and (min-width: 768px) {
  .c-txt-m sub,
  .c-txt-m sup {
    font-size: 54%;
  }
  .c-txt-m sup {
    top: -0.8em;
  }
  .c-txt-m sub {
    bottom: -0.1em;
  }
  .c-txt-s sub,
  .c-txt-s sup {
    font-size: 54%;
  }
  .c-txt-s sup {
    top: -0.4em;
  }
  .c-txt-s sub {
    bottom: -0.05em;
  }
}

@media all and (max-width: 767px) {
  .c-txt-m sub,
  .c-txt-m sup {
    font-size: 54%;
  }
  .c-txt-m sup {
    top: -0.7em;
  }
  .c-txt-m sub {
    bottom: -0.1em;
  }
  .c-txt-s sub,
  .c-txt-s sup {
    font-size: 60%;
  }
  .c-txt-s sup {
    top: -0.6em;
  }
  .c-txt-s sub {
    bottom: -0.1em;
  }
}

/* ==========================================================================
  BUTTON
========================================================================== */

.c-btn,
.c-btn-s {
  position: relative;
  display: inline-block;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border-style: solid;
  border-style: solid;
  border-width: 0;
  border-width: 2px;
  cursor: pointer;
}

.c-btn__arrow,
.c-btn-s__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  font-size: 0;
  line-height: 0;
}

.c-btn__label,
.c-btn-s__label {
  display: block;
  font-weight: bold;
}

.c-btn__arrow svg,
.c-btn-s__arrow svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* hover */

.no-touchevents .c-btn,
.no-touchevents .c-btn-s {
  transition: all 0.15s ease-out;
}

.no-touchevents .c-btn .c-btn__arrow svg,
.no-touchevents .c-btn-s .c-btn-s__arrow svg {
  transition: fill 0.15s ease-out;
}

/* color */

.c-btn,
.c-btn-s {
  color: #fff;
  background-color: #b1081f;
  border-color: #b1081f;
}

.c-btn--white {
  color: #b1081f;
  background-color: #fff;
  border-color: #fff;
}

.c-btn .c-btn__arrow svg,
.c-btn-s .c-btn-s__arrow svg {
  fill: #fff;
}

.c-btn--white .c-btn__arrow svg,
.c-btn--white .c-btn-s__arrow svg {
  fill: #b1081f;
}

/* hover */

.no-touchevents .c-btn:hover,
.no-touchevents .c-btn-s:hover {
  color: #b1081f;
  background-color: #fff;
}

.no-touchevents .c-btn:hover .c-btn__arrow svg,
.no-touchevents .c-btn-s:hover .c-btn-s__arrow svg {
  fill: #b1081f;
}

.no-touchevents .c-btn--white:hover {
  color: #fff;
  background-color: #b1081f;
}

.no-touchevents .c-btn--white:hover .c-btn__arrow svg,
.no-touchevents .c-btn--white:hover .c-btn-s__arrow svg {
  fill: #fff;
}

@media all and (min-width: 768px) {
  .c-btn {
    width: 21rem;
    padding: 0.894rem 0;
    font-size: 1.125rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-btn__label {
    margin-top: 0px;
  }
  .c-btn__arrow {
    right: -2px;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
  .c-btn__arrow svg {
    width: 20%;
    height: 20%;
  }
  .c-btn--cancel .c-btn__arrow {
    left: 24px;
  }
  .c-btn-s {
    width: 15.5rem;
    padding: 0.657rem 0;
    font-size: 1rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-btn-s__label {
    margin-top: 0px;
  }
  .c-btn-s__arrow {
    width: 2.9375rem;
    height: 2.9375rem;
    margin-top: calc(-2.9375rem / 2);
  }
  .c-btn-s__arrow svg {
    width: 23%;
    height: 23%;
  }
}

@media all and (max-width: 767px) {
  .c-btn {
    width: 17rem;
    padding: 0.45rem 0;
    font-size: 1.071428571rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-btn__label {
    margin-top: 0px;
  }
  .c-btn__arrow {
    right: -2px;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
  .c-btn__arrow svg {
    width: 20%;
    height: 20%;
  }
  .c-btn--cancel .c-btn__arrow {
    left: 24px;
  }
  .c-btn-s {
    width: 15.5rem;
    padding: 0.657rem 0;
    font-size: 1rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-btn-s__label {
    margin-top: 0px;
  }
  .c-btn-s__arrow {
    width: 2.9375rem;
    height: 2.9375rem;
    margin-top: calc(-2.9375rem / 2);
  }
  .c-btn-s__arrow svg {
    width: 23%;
    height: 23%;
  }
}

/* ==========================================================================
  GRID
========================================================================== */

.c-grid,
.c-grid--2-3-4,
.c-grid-m--2-3-4,
.c-grid--12,
.c-grid--11,
.c-grid--10,
.c-grid--9,
.c-grid--8,
.c-grid--7,
.c-grid--6,
.c-grid--5,
.c-grid--4,
.c-grid--3,
.c-grid--2,
.c-grid--1 {
  display: flex;
  flex-wrap: wrap;
}

.c-grid__col {
  flex-grow: 0;
  flex-shrink: 1;
}

@media all and (min-width: 1024px) {
  .c-grid--2-3-4 .c-grid__col,
  .c-grid-m--2-3-4 .c-grid__col {
    width: calc(100% / 4);
  }
  .c-grid-m--2-3-4 .c-grid__col {
    width: calc((100% - 2rem * 3) / 4);
  }
  .c-grid-m--2-3-4 .c-grid__col:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
  .c-grid-m--2-3-4 .c-grid__col:nth-child(n + 5) {
    margin-top: 2rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .c-grid--2-3-4 .c-grid__col {
    width: calc(100% / 3);
  }
  .c-grid-m--2-3-4 .c-grid__col {
    width: calc((100% - 2rem * 2) / 3);
  }
  .c-grid-m--2-3-4 .c-grid__col:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .c-grid-m--2-3-4 .c-grid__col:nth-child(n + 4) {
    margin-top: 2rem;
  }
}

@media all and (max-width: 767px) {
  .c-grid--2-3-4 .c-grid__col {
    width: calc(100% / 2);
  }
  .c-grid-m--2-3-4 .c-grid__col {
    width: calc((100% - 1rem) / 2);
  }
  .c-grid-m--2-3-4 .c-grid__col:not(:nth-child(2n)) {
    margin-right: 1rem;
  }
  .c-grid-m--2-3-4 .c-grid__col:nth-child(n + 3) {
    margin-top: 2rem;
  }
}

@media all and (min-width: 768px) {
  .c-grid--12 .c-grid__col {
    width: calc(100% / 12);
  }
  .c-grid--11 .c-grid__col {
    width: calc(100% / 11);
  }
  .c-grid--10 .c-grid__col {
    width: calc(100% / 10);
  }
  .c-grid--9 .c-grid__col {
    width: calc(100% / 9);
  }
  .c-grid--8 .c-grid__col {
    width: calc(100% / 8);
  }
  .c-grid--7 .c-grid__col {
    width: calc(100% / 7);
  }
  .c-grid--6 .c-grid__col {
    width: calc(100% / 6);
  }
  .c-grid--5 .c-grid__col {
    width: calc(100% / 5);
  }
  .c-grid--4 .c-grid__col {
    width: calc(100% / 4);
  }
  .c-grid--3 .c-grid__col {
    width: calc(100% / 3);
  }
  .c-grid--2 .c-grid__col {
    width: calc(100% / 2);
  }
  .c-grid--1 .c-grid__col {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .c-grid--12 .c-grid__col {
    width: calc(100% / 12);
  }
  .c-grid--11 .c-grid__col {
    width: calc(100% / 11);
  }
  .c-grid--10 .c-grid__col {
    width: calc(100% / 10);
  }
  .c-grid--9 .c-grid__col {
    width: calc(100% / 9);
  }
  .c-grid--8 .c-grid__col {
    width: calc(100% / 8);
  }
  .c-grid--7 .c-grid__col {
    width: calc(100% / 7);
  }
  .c-grid--6 .c-grid__col {
    width: calc(100% / 6);
  }
  .c-grid--5 .c-grid__col {
    width: calc(100% / 5);
  }
  .c-grid--4 .c-grid__col {
    width: calc(100% / 4);
  }
  .c-grid--3 .c-grid__col {
    width: calc(100% / 3);
  }
  .c-grid--2 .c-grid__col {
    width: calc(100% / 2);
  }
  .c-grid--1 .c-grid__col {
    width: 100%;
  }
}

/*DEBUG */

/*
.c-grid__col:nth-child(n) {
  color: #174ea6;
  background-color: #d2e3fc;
}
.c-grid__col:nth-child(2n) {
  color: #b06000;
  background-color: #fef7e0;
}
.c-grid__col:nth-child(3n) {
  color: #b31412;
  background-color: #fce8e6;
}
.c-grid__col:nth-child(4n) {
  color: #0d652d;
  background-color: #ceead6;
}
*/

/* ==========================================================================
  LAYOUT
========================================================================== */

body {
  color: #494446;
}

@media all and (min-width: 768px) {
  body {
    /* min-height: 9144px; */
    background-color: #f7f6ec;
    /* background-image: url(../../../../../../lp/pc.jpg); */
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  .bg-primary {
    padding-bottom: 12.1rem;
    /* background-color: #f7f6ec; */
    background-image: url(../img/lp/bg_illust.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
}

@media all and (max-width: 767px) {
  body {
    /* min-height: 8910.5px; */
    background-color: #f7f6ec;
    /* background-image: url(../../../../../../lp/sp.jpg); */
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  .bg-primary {
    padding-bottom: 12.9rem;
    /* background-color: #f7f6ec; */
    background-image: url(../img/lp/bg_illust_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
}

/* --------------------------------------------------------------------------
  SECTION
-------------------------------------------------------------------------- */

.c-section--beige {
  background: #f7f6ec;
}

@media all and (min-width: 768px) {
  .content-container {
  }
  .c-section {
  }
  .c-section__inner {
    max-width: 78.75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .c-section__body {
  }
  .c-section--block .c-section__body {
    padding-bottom: 4.325rem;
  }
  .c-page-hero + .c-section {
    margin-top: 4.325rem;
  }
}

@media all and (max-width: 767px) {
  .content-container {
    padding-top: 5.357142857rem;
  }
  .c-section {
  }
  .c-page-hero + .c-section {
    margin-top: 2.692307692rem;
  }
  .c-section__inner {
    margin: 0 1.428571429rem;
  }
  .c-section__body {
  }
}

/* ==========================================================================
  HERO
========================================================================== */

@media all and (min-width: 768px) {
  .hero {
  }
  .hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
  .hero__body {
    position: relative;
    padding-top: 3.4375rem;
  }
  .hero__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero-header__box {
    display: flex;
    align-items: center;
  }
  .hero-header__logo a{
    display: block;
    width: 8.5rem;
    padding: 0.625rem 1.25rem;
    background: #fff;
}
  .hero-header__logo img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
  .hero-header__title {
    width: 181px;
  }
  .hero-header__title a {
    display: block;
  }
  .hero-header__title img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .hero-header__lead {
    margin-top: -0.2rem;
    margin-left: 0.6rem;
    font-size: 0.8875rem;
  }
  .hero__copy {
    margin-top: -1.75rem;
    margin-left: 1.375rem;
    color: #b1081f;
    font-size: 1.71rem;
    line-height: 1.7;
    text-align: center;
  }
  .hero__img-top {
    max-width: 80rem;
    margin: 0 auto;
    background-image: url(../img/lp/hero_img_top_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
  }
  .hero__img-top::before {
    display: block;
    padding-top: calc(380 / 1280 * 100%);
    content: "";
  }
  .hero__img-bottom {
    max-width: 80rem;
    margin: 0 auto;
    margin-top: -2.9%;
    background-image: url(../img/lp/hero_img_bottom_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .hero__img-bottom::before {
    display: block;
    padding-top: calc(360 / 1280 * 100%);
    content: "";
  }
  .hero__btn {
    width: 75%;
    max-width: 60rem;
    margin: 2.3rem auto 0 auto;
  }
  .hero-btn {
    display: block;
    padding: 4px;
    background: #b1081f;
    border-radius: 8px;
  }
  .hero-btn__body {
    display: flex;
    align-items: center;
  }
  .hero-btn__desc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(660 / 960 * 100%);
    background: #fff;
    border-radius: 4px 0 0 4px;
  }
  .hero-btn__desc-img {
    width: calc(141 / 660 * 100%);
    margin-left: 1%;
    background-image: url(../img/lp/hero_btn_img_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .hero-btn__desc-img::before {
    display: block;
    padding-top: calc(86 / 141 * 100%);
    content: "";
  }
  .hero-btn__desc-txt {
    margin-left: 4.9%;
    padding: 4.9% 0;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .hero-btn__label {
    width: calc(300 / 960 * 100%);
  }
  .hero-btn__label-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
  }
  .hero-btn__label-txt span {
    display: block;
    margin-right: 1rem;
    font-size: 1.125rem;
  }
  .hero-btn__arrow {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .hero-btn__arrow svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
}

@media all and (min-width: 768px) and (max-width: 979px) {
  .hero-btn__desc-txt {
    font-size: 1.15rem;
  }
  .hero-btn__label-txt span {
    margin-right: 0.2rem;
    font-size: 1rem;
  }
}

@media all and (max-width: 767px) {
  .hero {
  }
  .hero__inner {
    padding: 0 0 4.7rem 0;
  }
  .hero__body {
    position: relative;
    padding-top: 5.3375rem;
  }
  .hero__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 1.375rem;
    padding-left: 1.075rem;
    padding-right: 1.075rem;
  }
  .hero-header__box {
    display: flex;
    align-items: center;
  }
  .hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero-header__logo a{
    display: block;
    width: 6.5rem;
    padding: 0.625rem 1.25rem;
    background: #fff;
}
  .hero-header__title {
    width: 7.5rem;
  }
  .hero-header__title a {
    display: block;
  }
  .hero-header__title img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .hero-header__lead {
    margin-top: -0.5rem;
    margin-left: 0.4rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .hero__copy {
    margin-top: 0.15rem;
    color: #b1081f;
    font-size: 1.285714286rem;
    line-height: 1.74;
    text-align: center;
  }
  .hero__img-top {
    max-width: 80rem;
    margin: 0 auto;
    background-image: url(../img/lp/hero_img_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
  }
  .hero__img-top::before {
    display: block;
    padding-top: calc(254 / 750 * 100%);
    content: "";
  }
  .hero__img-bottom {
    max-width: 80rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    background-image: url(../img/lp/hero_img_bottom_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .hero__img-bottom::before {
    display: block;
    padding-top: calc(246 / 750 * 100%);
    content: "";
  }
  .hero__btn {
    width: 90%;
    margin: 1.9rem auto 0 auto;
  }
  .hero-btn {
    display: block;
    padding: 2px;
    background: #b1081f;
    border-radius: 8px;
  }
  .hero-btn__body {
    display: flex;
    align-items: center;
  }
  .hero-btn__desc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(480 / 670 * 100%);
    background: #fff;
    border-radius: 4px 0 0 4px;
  }
  .hero-btn__desc-img {
    width: 28%;
    margin-left: 0%;
    background-image: url(../img/lp/hero_btn_img_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .hero-btn__desc-img::before {
    display: block;
    padding-top: calc(86 / 141 * 100%);
    content: "";
  }
  .hero-btn__desc-txt {
    margin-left: 4.9%;
    padding: 2.95% 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
  }
  .hero-btn__label {
    width: calc(190 / 670 * 100%);
  }
  .hero-btn__label-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .hero-btn__label-txt span {
    display: block;
    margin-right: 0.3rem;
    font-size: 1rem;
  }
  .hero-btn__arrow {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .hero-btn__arrow svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
}

/* ==========================================================================
  ABOUT
========================================================================== */

@media all and (min-width: 768px) {
  .about {
  }
  .about__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0;
  }
  .about__body {
    position: relative;
    padding-top: 7.6rem;
    padding-bottom: 0.8rem;
    text-align: center;
  }
  .about__title {
    margin-bottom: 4%;
    font-size: 2.625rem;
  }
  .about__txt {
    font-size: 1.5rem;
    line-height: 2.15;
  }
  .about__txt strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.8625rem;
    line-height: 2;
  }
  .about__txt + .about__txt {
    margin-top: 1.5rem;
  }
  .about__img01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(135 / 1280 * 100%);
    margin-left: -42.4%;
    background-image: url(../img/lp/about_ilust01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .about__img01::before {
    display: block;
    padding-top: calc(174 / 135 * 100%);
    content: "";
  }
  .about__img02 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(125 / 1280 * 100%);
    margin-left: 31.7%;
    background-image: url(../img/lp/about_ilust02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .about__img02::before {
    display: block;
    padding-top: calc(181 / 125 * 100%);
    content: "";
  }
}

@media all and (max-width: 767px) {
  .about {
  }
  .about__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0;
  }
  .about__body {
    position: relative;
    padding-top: 0;
    padding-bottom: 0.8rem;
    text-align: center;
  }
  .about__title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .about__txt {
    font-size: 1.142857143rem;
    line-height: 2;
  }
  .about__txt strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.371428572rem;
    line-height: 2.1;
  }
  .about__txt + .about__txt {
    margin-top: 0.7rem;
  }
  .about__img01 {
    display: inline-block;
    width: calc(164 / 750 * 100%);
    margin-right: 1.8rem;
    background-image: url(../img/lp/about_ilust01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .about__img01::before {
    display: block;
    padding-top: calc(174 / 135 * 100%);
    content: "";
  }
  .about__img02 {
    display: inline-block;
    width: calc(164 / 750 * 100%);
    margin-left: 1.5rem;
    background-image: url(../img/lp/about_ilust02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .about__img02::before {
    display: block;
    padding-top: calc(181 / 125 * 100%);
    content: "";
  }
}

/* ==========================================================================
  LAYOUT
========================================================================== */

@media all and (min-width: 768px) {
  .nayami {
  }
  .nayami__inner {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .nayami__body {
    padding-top: 4.5rem;
  }
  .nayami-header {
    margin-bottom: 3.5rem;
  }
  .nayami-header__ico {
    display: block;
    width: calc(43 / 956 * 100%);
    margin: 0 auto 2.4% auto;
    background-image: url(../img/lp/nayami_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .nayami-header__ico::before {
    display: block;
    padding-top: calc(54 / 43 * 100%);
    content: "";
  }
  .nayami-header__title {
    font-size: 2.625rem;
    text-align: center;
  }
  .nayami-main {
    padding: 0 38px;
    padding-bottom: 5.1rem;
    background: #fff;
    border-radius: 10px;
  }
}

@media all and (max-width: 767px) {
  .nayami {
  }
  .nayami__inner {
    padding: 0 20px;
  }
  .nayami__body {
    padding-top: 3.8rem;
  }
  .nayami-header {
    margin-bottom: 2rem;
  }
  .nayami-header__ico {
    display: block;
    width: calc(56 / 710 * 100%);
    margin: 0 auto 0.8rem auto;
    background-image: url(../img/lp/nayami_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .nayami-header__ico::before {
    display: block;
    padding-top: calc(54 / 43 * 100%);
    content: "";
  }
  .nayami-header__title {
    font-size: 2rem;
    text-align: center;
  }
  .nayami-main {
    padding: 0 10px;
    padding-bottom: 3.2rem;
    background: #fff;
    border-radius: 10px;
  }
}

/* ==========================================================================
  NAYAMI01
========================================================================== */

@media all and (min-width: 768px) {
  .nayami01 {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-image: url(../img/lp/nayami_line.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
  .nayami01__title {
    margin-bottom: 2.2rem;
    font-size: 1.75rem;
    text-align: center;
  }
  .nayami01__title strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.8125rem;
    line-height: 2;
  }
  .nayami01__img {
    width: calc(862 / 880 * 100%);
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/nayami_illust01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .nayami01__img::before {
    display: block;
    padding-top: calc(398 / 862 * 100%);
    content: "";
  }
  .nayami02 {
    padding-top: 3.6rem;
    padding-bottom: 1.5rem;
  }
  .nayami02__title {
    margin-bottom: 3.4%;
    font-size: 1.75rem;
    line-height: 1.2;
    text-align: center;
  }
  .nayami02__title strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 2.225rem;
    line-height: 1.6;
  }
  .nayami02__list {
    max-width: 869px;
    margin: 0 auto;
  }
  .nayami02-point {
    width: calc(829 / 880 * 100%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../img/lp/point_fig.png);
  }
  .nayami02-point::before {
    display: block;
    padding-top: calc(831 / 1140 * 100%);
    content: "";
  }
}

@media all and (max-width: 767px) {
  .nayami01 {
    padding-top: 1.8rem;
    padding-bottom: 4.2rem;
    background-image: url(../img/lp/nayami_line_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
  }
  .nayami01__title {
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
  .nayami01__img {
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/nayami_ilust01_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .nayami01__img::before {
    display: block;
    padding-top: calc(868 / 631 * 100%);
    content: "";
  }
  .nayami02 {
    padding-top: 2.2rem;
    padding-bottom: 2.3rem;
  }
  .nayami02__title {
    margin-bottom: 2.1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  .nayami02__title strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .nayami02__list {
    max-width: 869px;
    margin: 0 auto;
  }
  .nayami02-point {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(../img/lp/point_fig_sp.png);
    padding-top: calc(1140 / 326 * 100%);
  }
}

/* ==========================================================================
  couse
========================================================================== */

@media all and (min-width: 768px) {
  .couse {
  }
  .couse-header {
    margin-bottom: 2.3rem;
    text-align: center;
  }
  .couse-header__title {
    margin-bottom: 2.4%;
    font-size: 1.5rem;
  }
  .couse-header__lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .couse__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
  }
  .couse-item {
    flex-grow: 0;
    flex-shrink: 1;
    width: calc((100% - 1.25rem) / 2);
  }
  .couse-item:not(:nth-child(2n)) {
    margin-right: 1.25rem;
  }
  .couse-item:nth-child(n + 3) {
    margin-top: 1.25rem;
  }
  .couse-item a {
    transition: all 0.15s ease-out;
    display: block;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 12%);
    border-radius: 0.625rem;
  }
  .couse-item a:hover {
    box-shadow: 0px 2px 8px 4px rgb(0 0 0 / 15%);
    transform: translate3d(0, -2px, 0) scale(1.02);
  }
  .couse-item__header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    border-radius: 10px 10px 0 0;
  }
  .couse-item__body {
    display: flex;
    align-items: center;
    padding: 0 4% 0 5%;
    background: #f7f6ec;
    border-radius: 0 0 10px 10px;
    height: 75%;
  }
  .couse-item__ico {
    width: 30%;
    padding: 0 6.1% 0 0;
  }
  .couse-item__ico i {
    display: block;
    padding-top: 100%;
    border-radius: 999px;
  }
  .couse-item--marketing .couse-item__header,
  .couse-item--marketing .couse-item__ico i {
    background-color: #cc7eb2;
  }
  .couse-item--marketing .couse-item__ico i {
    background-image: url(../img/common/course_ico_marketing.svg);
  }
  .couse-item--sougyou .couse-item__header,
  .couse-item--keiei .couse-item__header {
    background-color: #ffce00;
  }
  .couse-item--sougyou .couse-item__ico i,
  .couse-item--keiei .couse-item__ico i {
    background-color: #ffce00;
    background-image: url(../img/common/course_ico_keiei.svg);
  }
  .couse-item--soshiki .couse-item__header {
    background-color: #f0841e;
  }
  .couse-item--soshiki .couse-item__ico i {
    background-color: #f0841e;
    background-image: url(../img/common/course_ico_soshiki.svg);
  }
  .couse-item--jinji .couse-item__header {
    background-color: #409ad6;
  }
  .couse-item--jinji .couse-item__ico i {
    background-color: #409ad6;
    background-image: url(../img/common/course_ico_jinji.svg);
  }
  .couse-item--zaimu .couse-item__header {
    background-color: #004099;
  }
  .couse-item--zaimu .couse-item__ico i {
    background-color: #004099;
    background-image: url(../img/common/course_ico_zaimu.svg);
  }
  .couse-item--seminar .couse-item__header {
    background-color: #92318d;
  }
  .couse-item--seminar .couse-item__ico i {
    background-color: #92318d;
    background-image: url(../img/common/course_ico_seminar.svg);
  }
  .couse-item--seisan .couse-item__header {
    background-color: #5cb531;
  }
  .couse-item--seisan .couse-item__ico i {
    background-color: #5cb531;
    background-image: url(../img/common/course_ico_seisan.svg);
  }
  .couse-item--bcp .couse-item__header,
  .couse-item--kadai .couse-item__header {
    background-color: #aaaaaa;
  }
  .couse-item--bcp .couse-item__ico i,
  .couse-item--kadai .couse-item__ico i {
    background-color: #aaaaaa;
    background-image: url(../img/common/course_ico_kadai.svg);
  }
  .couse-item__desc {
    width: 70%;
    padding: 4.5% 0;
  }
  .couse-item__txt {
    line-height: 1.5;
  }
  .couse-item__info {
    display: table;
    margin-top: 5.5%;
  }
  .couse-item__info dl {
    display: table-row;
  }
  .couse-item__info dt {
    display: table-cell;
    width: 4.1em;
    padding: 0.2rem 0;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .couse-item__info dd {
    display: table-cell;
    padding: 0.2rem 0;
    font-size: 0.8rem;
  }
  .couse-item__info span {
    position: relative;
    display: block;
    padding-left: 0.9em;
  }
  .couse-item__info span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "：";
  }
  .course__footer {
    margin-top: 3.35rem;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .couse {
  }
  .couse-header {
    text-align: center;
  }
  .couse-header__title {
    margin-bottom: 1.1rem;
    font-size: 1.142857143rem;
  }
  .couse-header__lead {
    font-size: 1rem;
    line-height: 1.5;
  }
  .couse__list {
    margin: 0 1.4rem;
  }
  .couse-item {
    margin-top: 1.15rem;
  }
  .couse-item:nth-child(n + 4) {
    display: none;
  }
  .couse-item__header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    border-radius: 10px 10px 0 0;
  }
  .couse-item__body {
    display: flex;
    align-items: center;
    padding: 0 4% 0 5%;
    background: #f7f6ec;
    border-radius: 0 0 10px 10px;
  }
  .couse-item__ico {
    width: 30%;
    padding: 0 6.1% 0 0;
  }
  .couse-item__ico i {
    display: block;
    padding-top: 100%;
    border-radius: 999px;
  }
  .couse-item--marketing .couse-item__header {
    background-color: #cc7eb2;
  }
  .couse-item--marketing .couse-item__ico i {
    background-color: #cc7eb2;
    background-image: url(../img/common/course_ico_marketing.svg);
  }
  .couse-item--sougyou .couse-item__header,
  .couse-item--keiei .couse-item__header {
    background-color: #f5bb00;
  }
  .couse-item--sougyou .couse-item__ico i,
  .couse-item--keiei .couse-item__ico i {
    background-color: #f5bb00;
    background-image: url(../img/common/course_ico_keiei.svg);
  }
  .couse-item--soshiki .couse-item__header {
    background-color: #f0841e;
  }
  .couse-item--soshiki .couse-item__ico i {
    background-color: #f0841e;
    background-image: url(../img/common/course_ico_soshiki.svg);
  }
  .couse-item--jinji .couse-item__header {
    background-color: #409ad6;
  }
  .couse-item--jinji .couse-item__ico i {
    background-color: #409ad6;
    background-image: url(../img/common/course_ico_jinji.svg);
  }
  .couse-item--zaimu .couse-item__header {
    background-color: #004099;
  }
  .couse-item--zaimu .couse-item__ico i {
    background-color: #004099;
    background-image: url(../img/common/course_ico_zaimu.svg);
  }
  .couse-item--seminar .couse-item__header {
    background-color: #92318d;
  }
  .couse-item--seminar .couse-item__ico i {
    background-color: #92318d;
    background-image: url(../img/common/course_ico_seminar.svg);
  }
  .couse-item--seisan .couse-item__header {
    background-color: #5cb531;
  }
  .couse-item--seisan .couse-item__ico i {
    background-color: #5cb531;
    background-image: url(../img/common/course_ico_seisan.svg);
  }
  .couse-item--bcp .couse-item__header,
  .couse-item--kadai .couse-item__header {
    background-color: #aaaaaa;
  }
  .couse-item--bcp .couse-item__ico i,
  .couse-item--kadai .couse-item__ico i {
    background-color: #aaaaaa;
    background-image: url(../img/common/course_ico_kadai.svg);
  }
  .couse-item__desc {
    width: 70%;
    padding: 4.5% 0;
  }
  .couse-item__txt {
    line-height: 1.5;
  }
  .couse-item__info {
    display: table;
    margin-top: 5.5%;
  }
  .couse-item__info dl {
    display: table-row;
  }
  .couse-item__info dt {
    display: table-cell;
    width: 4.1em;
    padding: 0.2rem 0;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .couse-item__info dd {
    display: table-cell;
    padding: 0.2rem 0;
    font-size: 0.8rem;
  }
  .couse-item__info span {
    position: relative;
    display: block;
    padding-left: 0.9em;
  }
  .couse-item__info span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "：";
  }
  .course__footer {
    margin-top: 2.45rem;
    text-align: center;
  }
}

/* ==========================================================================
  DATA
========================================================================== */

@media all and (min-width: 768px) {
  .data {
    padding-bottom: 5.2rem;
    background: #f5fbfc;
  }
  .data__inner {
    max-width: 1062px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .data__body {
    padding-top: 6.1rem;
  }
  .data-header {
    margin-bottom: 3.2rem;
    text-align: center;
  }
  .data-header__ico {
    display: block;
    width: calc(70 / 956 * 100%);
    margin: 0 auto 1.2rem auto;
    background-image: url(../img/lp/data_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-header__ico::before {
    display: block;
    padding-top: calc(63 / 69 * 100%);
    content: "";
  }
  .data-header__title {
    margin-bottom: 2.8rem;
    font-size: 2.625rem;
    text-align: center;
  }
  .data-header__lead {
    margin-bottom: 2.8rem;
    font-size: 1.125rem;
    line-height: 2;
  }
  .data-header__lead strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2;
  }
  .data-main {
  }
  .data-main__img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .data-main__img01 {
    width: calc(750 / 1042 * 100%);
    margin: 0 auto 2.4rem auto;
    background-image: url(../img/lp/graph01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img01::before {
    display: block;
    padding-top: calc(469 / 750 * 100%);
    content: "";
  }
  .data-main__img02 {
    width: 50%;
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/graph02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img02::before {
    display: block;
    padding-top: calc(419 / 521 * 100%);
    content: "";
  }
  .data-main__img03 {
    width: 50%;
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/graph03.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img03::before {
    display: block;
    padding-top: calc(419 / 521 * 100%);
    content: "";
  }
  .data-main__note {
    display: flex;
    width: 100%;
    margin: 1.5rem auto 0 auto;
  }
  .data-main__note p {
    position: relative;
    margin-right: 4%;
    margin-left: auto;
    padding-left: 1em;
    font-size: 0.75rem;
  }
  .data-main__note p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .data-footer {
    max-width: 976px;
    margin: 5.8% auto 0 auto;
    padding: 0 10px;
  }
  .data-btn {
    display: flex;
    align-items: center;
    background: #f7f6ec;
    border-radius: 10px;
  }
  .data-btn__img {
    display: flex;
    width: 41%;
    padding: 2.6% 0;
    background: #fff;
    border-radius: 10px 0 0 10px;
  }
  .data-btn__img i {
    display: block;
    width: 73%;
    margin: 0 auto;
    background-image: url(../img/lp/data_illust.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-btn__img i::before {
    display: block;
    padding-top: calc(218 / 284 * 100%);
    content: "";
  }
  .data-btn__desc {
    width: 59%;
  }
  .data-btn__title {
    margin-right: 8%;
    margin-left: 7%;
    font-weight: bold;
    font-size: 1.45rem;
    line-height: 1.9;
  }
  .data-btn__btn {
    margin-top: 6%;
    margin-left: 7%;
  }
  .c-btn {
  }
}

@media all and (max-width: 767px) {
  .data {
    padding-bottom: 4.8rem;
    background: #f5fbfc;
  }
  .data__inner {
    max-width: 1062px;
    margin: 0 auto;
  }
  .data__body {
    padding-top: 3.5rem;
  }
  .data-header {
    margin-bottom: 3.2rem;
    text-align: center;
  }
  .data-header__ico {
    display: block;
    width: calc(88 / 750 * 100%);
    margin: 0 auto 0.7rem auto;
    background-image: url(../img/lp/data_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-header__ico::before {
    display: block;
    padding-top: calc(63 / 69 * 100%);
    content: "";
  }
  .data-header__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    text-align: center;
  }
  .data-header__lead {
    margin-bottom: 3.4rem;
    font-size: 1.142857143rem;
    line-height: 1.75;
  }
  .data-header__lead strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .data-main {
  }
  .data-main__img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .data-main__img01 {
    width: calc(644 / 750 * 100%);
    margin: 0 auto 2rem auto;
    background-image: url(../img/lp/graph01_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img01::before {
    display: block;
    padding-top: calc(561 / 644 * 100%);
    content: "";
  }
  .data-main__img02 {
    width: calc(673 / 750 * 100%);
    margin: 0 auto 2rem auto;
    background-image: url(../img/lp/graph02_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img02::before {
    display: block;
    padding-top: calc(552 / 673 * 100%);
    content: "";
  }
  .data-main__img03 {
    width: calc(673 / 750 * 100%);
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/graph03_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-main__img03::before {
    display: block;
    padding-top: calc(552 / 673 * 100%);
    content: "";
  }
  .data-main__note {
    display: flex;
    width: 100%;
    margin: 2rem auto 0 auto;
  }
  .data-main__note p {
    position: relative;
    margin-right: 4%;
    margin-left: auto;
    padding-left: 1em;
    font-size: 0.75rem;
  }
  .data-main__note p::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  .data-footer {
    max-width: 976px;
    margin: 3rem auto 0 auto;
    padding: 0 20px;
  }
  .data-btn {
    display: block;
    background: #f7f6ec;
    border-radius: 0 0 10px 10px;
  }
  .data-btn__img {
    display: flex;
    padding: 9.8% 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
  }
  .data-btn__img i {
    display: block;
    width: 92%;
    margin: 0 auto;
    background-image: url(../img/lp/data_illust_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .data-btn__img i::before {
    display: block;
    padding-top: calc(182 / 598 * 100%);
    content: "";
  }
  .data-btn__desc {
    padding-bottom: 2rem;
    text-align: center;
  }
  .data-btn__title {
    margin-top: 1.7rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.142857143rem;
    line-height: 1.6;
  }
  .data-btn__btn {
    margin-top: 6%;
    margin-left: 7%;
  }
  .c-btn {
  }
}

/* ==========================================================================
  VOICE
========================================================================== */

@media all and (min-width: 768px) {
  .voice {
    padding-bottom: 5.8rem;
    background: #fff;
  }
  .voice__inner {
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .voice__body {
    padding-top: 5.4rem;
  }
  .voice-header {
    margin-bottom: 2.7rem;
    text-align: center;
  }
  .voice-header__ico {
    display: block;
    width: calc(63 / 1082 * 100%);
    margin: 0 auto 1.2% auto;
    background-image: url(../img/lp/voice_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .voice-header__ico::before {
    display: block;
    padding-top: calc(54 / 43 * 100%);
    content: "";
  }
  .voice-header__title {
    margin-bottom: 4.3%;
    font-size: 2.625rem;
    text-align: center;
  }
  .voice-header__lead {
    font-size: 1.125rem;
    line-height: 2.2;
  }
  .voice-header__lead strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2;
  }
  .voice-main {
  }
  .voice-main__img01 {
    width: calc(966 / 1082 * 100%);
    margin: 0 auto 3.6% auto;
    background-image: url(../img/lp/voice01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;
  }
  .voice-main__img01::before {
    display: block;
    padding-top: calc(341 / 966 * 100%);
    content: "";
  }
  .voice-main__img02 {
    width: 100%;
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/voice_img.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .voice-main__img02::before {
    display: block;
    padding-top: calc(1097 / 1082 * 100%);
    content: "";
  }
  .voice__btn {
    position: absolute;
    bottom: 10.5%;
    margin-left: 43.5%;
  }
}

@media all and (max-width: 767px) {
  .voice {
    padding-bottom: 3.6rem;
    background: #fff;
  }
  .voice__inner {
    padding: 0 0;
  }
  .voice__body {
    padding-top: 3.4rem;
  }
  .voice-header {
    margin-bottom: 2rem;
    text-align: center;
  }
  .voice-header__ico {
    display: block;
    width: calc(82 / 750 * 100%);
    margin: 0 auto 1.2% auto;
    background-image: url(../img/lp/voice_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .voice-header__ico::before {
    display: block;
    padding-top: calc(54 / 43 * 100%);
    content: "";
  }
  .voice-header__title {
    margin-bottom: 4.3%;
    font-size: 2rem;
    text-align: center;
  }
  .voice-header__lead {
    font-size: 1.142857143rem;
    line-height: 2;
  }
  .voice-header__lead strong {
    color: #b1081f;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2;
  }
  .voice-main {
  }
  .voice-main__img01 {
    width: calc(682 / 750 * 100%);
    margin: 0 auto 1.7rem auto;
    background-image: url(../img/lp/voice01_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: relative;
  }
  .voice-main__img01::before {
    display: block;
    padding-top: calc(985 / 682 * 100%);
    content: "";
  }
  .voice-main__img02 {
    width: calc(721 / 750 * 100%);
    margin: 0 auto 0 auto;
    background-image: url(../img/lp/voice_img_sp.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .voice-main__img02::before {
    display: block;
    padding-top: calc(3359 / 721 * 100%);
    content: "";
  }
  .voice__btn {
    position: absolute;
    bottom: 5.5%;
    margin-left: 8.5%;
  }
}

/* ==========================================================================
  SEARCH
========================================================================== */

@media all and (min-width: 768px) {
  .search {
    background: #b1081f;
  }
  .search__inner {
    max-width: 976px;
    margin: 0 auto;
    padding: 0 23px;
  }
  .search__body {
    position: relative;
    padding: 3rem 0 5.1rem 0;
  }
  .search__block {
    padding: 6.2% 0 3.7% 0;
    text-align: center;
    background: #fff;
  }
  .search__title {
    margin: 0 2% 6.2% 2%;
    color: #b1081f;
    font-size: 1.65rem;
    text-align: center;
  }
  .search__txt {
    margin-bottom: 5.2%;
    line-height: 1.5;
    text-align: center;
  }
  .search__img01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(233 / 930 * 100%);
    margin-bottom: 2.6rem;
    margin-left: -4.5rem;
    background-image: url(../img/lp/couse_illust.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .search__img01::before {
    display: block;
    padding-top: calc(228 / 233 * 100%);
    content: "";
  }
  .search__img02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(141 / 930 * 100%);
    margin-right: 1rem;
    margin-bottom: 6.5rem;
    background-image: url(../img/lp/couse_illust02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .search__img02::before {
    display: block;
    padding-top: calc(86 / 141 * 100%);
    content: "";
  }
  .search__btn {
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .search {
    background: #b1081f;
  }
  .search__inner {
    padding: 0 20px;
  }
  .search__body {
    position: relative;
    padding: 2.914286rem 0 4.6rem 0;
  }
  .search__block {
    padding: 6.2% 0 9.7% 0;
    text-align: center;
    background: #fff;
  }
  .search__title {
    margin-bottom: 6.2%;
    color: #b1081f;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
  .search__txt {
    margin-bottom: 5.2%;
    line-height: 1.8;
    text-align: center;
  }
  .search__img01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(292 / 750 * 100%);
    margin-bottom: 1.8rem;
    margin-left: -1.1rem;
    background-image: url(../img/lp/couse_illust.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .search__img01::before {
    display: block;
    padding-top: calc(228 / 233 * 100%);
    content: "";
  }
  .search__img02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(227 / 750 * 100%);
    margin-right: -1rem;
    margin-bottom: 2.6rem;
    background-image: url(../img/lp/couse_illust02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .search__img02::before {
    display: block;
    padding-top: calc(86 / 141 * 100%);
    content: "";
  }
  .search__btn {
    width: 12.8rem;
    text-align: center;
  }
}

/* ==========================================================================
  LAYOUT
========================================================================== */

@media all and (min-width: 768px) {
  .contact {
    background: #f5f5f5;
  }
  .contact__inner {
  }
  .contact__body {
    display: flex;
    align-items: center;
    max-width: 58.5rem;
    max-width: 976px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0 23px;
  }
  .contact__header {
    width: 45%;
    text-align: center;
  }
  .contact__title {
    margin-top: -1rem;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.25em;
  }
  .contact__desc {
    width: 55%;
    padding: 2.3rem 0 3rem;
  }
  .contact__txt {
    line-height: 2;
  }
  .contact__btn {
    margin-top: 0.6rem;
  }
  .contact__txt02 {
    margin-top: 1.9rem;
    line-height: 2;
  }
}

@media all and (max-width: 767px) {
  .contact {
    background: #fff;
  }
  .contact__inner {
  }
  .contact__body {
    margin: 0 auto;
    padding: 2.9rem 20px 3.2rem;
  }
  .contact__header {
    text-align: center;
  }
  .contact__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.25em;
  }
  .contact__desc {
    padding: 2.3rem 0 0 0;
  }
  .contact__txt {
    line-height: 1.5;
  }
  .contact__btn {
    /* width: 22rem; */
    /* margin-top: 1.7rem; */
    display: block;
    width: 90%;
    margin: 1.7rem auto 0;
  }
  .contact__txt02 {
    margin-top: 1.7rem;
    line-height: 1.5;
  }
}

/* ==========================================================================
  CONTACT FIXED
========================================================================== */
.contact-fixed {
  width: 100%;
  height: 5.565rem;
  max-width: 20vw;
  position: fixed;
  bottom: -.5em;
  right: 1em;
  z-index: 99;
  transition: opacity .15s ease-out;
  opacity: 0;
}
.contact-fixed.is-fixed {
  position: fixed;
  opacity: 1;
}

.contact-fixed__button {
  border-radius: 10px;
  border: 4px solid #b1081f;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #b1081f;
  /* font-size: 1rem; */
  font-size: 1vw;
  line-height: 1.4em;
  font-weight: bold;
}

.contact-fixed__button svg {
  fill: #b1081f;
}

.contact-fixed__img{
  width: calc(162 / 392 * 100%);
  margin-bottom: 2rem;
  margin-left: -7rem;
  background-image: url(../img/lp/contact_ilust.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.contact-fixed__img:before{
  content: "";
  display: block;
  padding-top: calc(201 / 155 * 100%);
}

@media all and (max-width: 767px) {
  .contact-fixed{
    right: 0;
    height: 4rem;
    max-width: 100%;
  }
  .contact-fixed__button{
    border-radius: 0;
    border: none;
    border-top: 2px solid #b1081f;
    font-size: 1.125rem;
  }
  .contact-fixed__img{
    width: calc(165 / 750 * 100%);
    margin-bottom: 3.5rem;
    margin-left: 0;
    position: absolute;
    left: -0.5rem;
    bottom: -3.35rem;
  }
}