@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;
}

.main{
  padding-top: 10.375rem;
}

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

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: 769px),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: 769px) and (max-width: 979px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 639px) {
}
@media all and (max-width: 374px) {
}
@media all and (min-width: 640px) and (max-width: 768px) {
}
*/

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

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

/* PC用 */

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

/* TAB用 */

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

/* SP用 */

@media all and (max-width: 768px) {
  #mq {
    font-family: "sp";
  }
  .main{
    padding-top: 0;
  }
}

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

/* 画像置換 */

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

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

@media all and (min-width: 769px), 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: 769px), print {
  .u-hide-tab-pc {
    display: none;
  }
}

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

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

/* SPで非表示 */

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

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

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

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

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

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

@media all and (max-width: 768px) {
  .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;
  color: #494446;
}

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

/* ==========================================================================
  SCROLL TOP
========================================================================== */
.bottom-cta {
  position: relative;
}
.btn-scroll-to-top {
  background-color: #b1081f;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  z-index: 5;
}
.btn-scroll-to-top:hover {
  cursor: pointer;
}
.btn-scroll-to-top.is-fixed {
  position: fixed;
  _position: absolute;
  top: inherit;
  bottom: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  z-index: 120;
}
.btn-scroll-to-top__ico {
  position: relative;
  display: block;
}
.btn-scroll-to-top__ico::before {
  content: "";
  display: block;
  width: 100%;
}
.btn-scroll-to-top__ico svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .btn-scroll-to-top {
    width: 3rem;
    font-size: 0.72rem;
    padding: 1rem 0.65rem;
    box-sizing: content-box;
    border-radius: 99px;
    margin-bottom: 1rem;
    top: 0;
    right: 1rem;
    transform: translateY(-110%);
    -ms-transform: translateY(-110%);
  }
  .btn-scroll-to-top:hover {
    cursor: pointer;
  }
  .btn-scroll-to-top__ico {
    width: 2rem;
    margin-bottom: 0.25rem;
  }
  .btn-scroll-to-top__ico::before {
    padding-top: 59.457136718%;
  }
}
@media all and (max-width: 767px) {
  .btn-scroll-to-top {
    width: 3.1rem;
    font-size: 0.7rem;
    padding: 0.95rem 0.4rem;
    box-sizing: content-box;
    border-radius: 200px;
    margin-bottom: 1rem;
    top: 0;
    right: 1rem;
    transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    box-shadow: 0px 0px 0px 1px #fff;
  }
  .btn-scroll-to-top__ico {
    width: 1.5rem;
    margin-bottom: 0.15rem;
  }
  .btn-scroll-to-top__ico::before {
    padding-top: 59.457136718%;
  }
}

/* --------------------------------------------------------------------------
  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: 768px) {
  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: 769px) {
  .c-heading-lv2 + * {
    margin-top: 1.5rem;
  }
  .c-heading-lv2__txt {
    font-size: 2rem;
    line-height: 1.85;
  }
  .c-heading-lv2__strong {
    font-size: 2.4rem;
  }
}

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

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

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

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

.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: 769px) {
  .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: 768px) {
  .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: 769px) {
  .c-list-m {
    font-size: 1.125rem;
    line-height: 2;
  }
}

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

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

.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: 769px) {
  .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: 768px) {
  .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;
  line-height: 1;
}

.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--close {
  background-color: #fff;
  border-color: #fff;
  pointer-events: none;
  color: #aaaaaa;
}

.c-btn--close .c-btn__arrow {
  display: none;
}

.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: 769px) {
  .c-btn {
    width: 25rem;
    padding: 1.094rem 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: 768px) {
  .c-btn {
    width: 25rem;
    padding: 1.094rem 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%;
  }
}

/* ==========================================================================
  PDF-BTN
========================================================================== */

.c-pdf-btn {
  width: 25rem;
  padding: 1.15rem 0;
  font-size: 1.125rem;
  line-height: 1.4em;
  border-radius: 99px;
  color: #b1081f;
  background-color: #fff;
  border: 2px solid #b1081f;
  display: inline-block;
  text-align: center;
  transition: all 0.15s ease-out;
  position: relative;
}

.no-touchevents .c-pdf-btn:hover {
  background-color: #b1081f;
  border-color: #b1081f;
  color: #fff;
  transition: all 0.15s ease-out;
}

.c-pdf-btn__label {
  margin-top: 0px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pdf-btn__label::before {
  content: "";
  background: url(../img/common/icon_pdf.svg) 50% 0 / contain no-repeat;
  display: block;
  flex: none;
}
.c-pdf-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/common/icon_dl_red.svg) 50% 0 / contain no-repeat;
  display: block;
  flex: none;
}

@media all and (min-width: 769px) {
  .c-pdf-btn__label::before {
    width: 1.5rem;
    margin-right: 0.5rem;
    height: 1.9rem;
  }
  .c-pdf-btn::after {
    right: 1.875rem;
    width: 1.125rem;
    height: 1.375rem;
  }
  .c-pdf-btn:hover::after {
    background: url("../img/common/icon_dl.svg") 50% 0 / contain no-repeat;
  }
}
@media all and (max-width: 768px) {
  .c-pdf-btn__label {
    margin-top: 0px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 0.85rem;
    justify-content: center;
  }
  .c-pdf-btn {
    width: calc(100% - 2.5rem);
    font-size: 1.125rem;
    line-height: 1.4em;
    border-radius: 99px;
    color: #b1081f;
    background-color: #fff;
    border-color: #b1081f;
    display: inline-block;
    text-align: center;
  }
  .c-pdf-btn__label::before {
    width: 1.2rem;
    margin-right: 0.5rem;
    height: 1.4rem;
  }
  .c-pdf-btn::after {
    right: 1.5rem;
    width: 1.2rem;
    height: 1.4rem;
  }
  /* .c-pdf-btn__label::after {
    content: '';
    background: url("../img/common/icon_dl.svg") 50% 0 / contain no-repeat;
  } */
  .c-pdf-btn:hover::after {
    background: url("../img/common/icon_dl.svg") 50% 0 / contain no-repeat;
  }
}


/* ==========================================================================
  FIND-COURSE-BTN
========================================================================== */
.find-course-btn .c-section__inner{
	background-color: #F6F6EC;
	margin-bottom: calc(80/18*1rem);
	text-align: center;
	border-radius: 8px;
	max-width: 980px;
}

.find-course-btn .c-section__graph ul{
	display: flex;
	justify-content: center;
	transform: translateX(calc(30/18*1rem))
}

.find-course-btn .c-section__graph li~li{
	padding-left: calc(15/18*1rem);
}

.find-course-btn .c-section__lead > p{
	font-size: 1.5rem;
	color: #B1081F;
	line-height: 1.4;
	padding: calc(50/18*1rem) 0;
}

.find-course-btn .c-section__lead > p:last-child{
	margin: 0 auto;
	font-size: 0.77rem;
	color: #494446;
	text-align: left;
	padding: 0;
}

@media all and (max-width: 767px) {
	.find-course-btn .c-section__inner{
		padding-bottom: calc(30/18*1rem);
	}
	.find-course-btn .c-section__graph{
		transform:none;
	}
	.find-course-btn .c-section__graph img{
		max-width: 90%;
		margin: 0 auto;
		transform: translateX(calc(25/18*1rem));
		height: auto;
	}
	.find-course-btn .c-section__lead > p{
		padding-bottom: calc(10/18*1rem);
	}
	.find-course-btn .c-section__lead > p:last-child{
		width: 90%;
	}
	
}

/* ==========================================================================
  HERO-BTN
========================================================================== */
.c-hero__btn {
  max-width: 60rem;
  margin: 2.3rem auto 0 auto;
}
.c-hero-btn {
  display: block;
  padding: 4px;
  background: #b1081f;
  border-radius: 8px;
  transition: opacity .15s ease-out;
}
.c-hero-btn:hover{
  opacity: .85;
}
.c-hero-btn__body {
  display: flex;
  align-items: center;
}
.c-hero-btn__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(660 / 960 * 100%);
  background: #fff;
  border-radius: 4px 0 0 4px;
}
.c-hero-btn__desc-img {
  width: calc(141 / 660 * 100%);
  margin-left: 1%;
  background-image: url(../img/common/hero_btn_img_pc.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.c-hero-btn__desc-img::before {
  display: block;
  padding-top: calc(86 / 141 * 100%);
  content: "";
}
.c-hero-btn__desc-txt {
  margin-left: 4.9%;
  padding: 4.9% 0;
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 1.4;
}
.c-hero-btn__label {
  width: calc(300 / 960 * 100%);
}
.c-hero-btn__label-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.c-hero-btn__label-txt span {
  display: block;
  margin-right: 1rem;
  font-size: 1rem;
}
.c-hero-btn__arrow {
  display: block;
  width: 1rem;
  height: 1rem;
}
.c-hero-btn__arrow svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

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

@media all and (max-width: 767px) {
  .c-hero__btn {
    width: 90%;
    margin: 1.9rem auto;
  }
  .c-hero-btn {
    display: block;
    padding: 2px;
    background: #b1081f;
    border-radius: 8px;
  }
  .c-hero-btn__body {
    display: flex;
    align-items: center;
  }
  .c-hero-btn__desc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(480 / 670 * 100%);
    background: #fff;
    border-radius: 4px 0 0 4px;
  }
  .c-hero-btn__desc-img {
    width: 28%;
    margin-left: 0%;
    background-image: url(../img/common/hero_btn_img_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .c-hero-btn__desc-img::before {
    content: "";
    display: block;
    padding-top: calc(86 / 141 * 100%);
  }
  .c-hero-btn__desc-txt {
    margin-left: 4.9%;
    padding: 2.95% 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
  }
  .c-hero-btn__label {
    width: calc(190 / 670 * 100%);
  }
  .c-hero-btn__label-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .c-hero-btn__label-txt span {
    display: block;
    margin-right: 0.3rem;
    font-size: 1rem;
  }
  .c-hero-btn__arrow {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .c-hero-btn__arrow svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
}

/* ==========================================================================
  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: 769px) 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: 768px) {
  .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: 769px) {
  .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: 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%;
  }
}

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

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

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

.c-section__btn{
  margin-top: 1.625rem;
}

.c-section__btn._center .c-btn{
  display: block;
  margin: auto;
}

@media all and (min-width: 769px) {
  .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: 768px) {
  .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 {
  }
}

/* --------------------------------------------------------------------------
  PAGE HERO
-------------------------------------------------------------------------- */

.c-page-hero {
  background: #f7f6ec;
}

@media all and (min-width: 769px) {
  .c-page-hero__inner {
    max-width: 78.75rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .c-page-hero__body {
    padding-bottom: 4.325rem;
  }
  .c-page-hero__title {
    margin-top: 2.75rem;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .c-page-hero__body--thin {
    padding-bottom: calc(4.325rem / 2 + 1.5rem);
  }
  .c-page-hero__body--thin .c-page-hero__title {
    margin-top: calc(2.75rem / 2);
  }
  .c-page-hero__lead {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
  .c-page-hero__title + .c-page-hero__lead {
    margin-top: 0.5rem;
  }
}

@media all and (max-width: 768px) {
  .c-page-hero {
  }
  .c-page-hero__inner {
    margin: 0 1.428571429rem;
  }
  .c-page-hero__body :last-child {
    padding-bottom: 3.857142857rem;
  }
  .c-page-hero__title {
    padding-top: 3.384615385rem;
    font-size: 1.384615385rem;
    line-height: 1.388888889;
    text-align: center;
  }
  .c-page-hero__body--thin :last-child {
    padding-bottom: calc(3.384615385rem / 2);
  }
  .c-page-hero__body--thin .c-page-hero__title {
    padding-top: calc(3.384615385rem / 2);
  }
  .c-page-hero__lead {
    margin-top: 1.538461538rem;
    font-size: 1.230769231rem;
    line-height: 1.75;
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
  TOPIC PATH
-------------------------------------------------------------------------- */

@media all and (min-width: 769px) {
  .c-topic-path {
    padding-top: 0.5rem;
  }
  .c-topic-path__body {
    display: flex;
  }
  .c-topic-path__item {
    display: flex;
    align-items: center;
  }
  .c-topic-path__item:not(:first-child)::before {
    display: inline-block;
    width: 0.5rem;
    height: 1.125rem;
    margin: 0 0.4225rem 0 0.5625rem;
    vertical-align: top;
    background: url(../img/common/topicpath_arw.svg) 50% 55% no-repeat;
    background-size: contain;
    content: "";
  }
  .c-topic-path__item a {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .c-topic-path__item:last-child a {
    display: inline-block;
    vertical-align: top;
    cursor: default;
    pointer-events: none;
  }
}

@media all and (max-width: 768px) {
  .c-topic-path {
    display: none;
  }
}

/* --------------------------------------------------------------------------
  CTA
-------------------------------------------------------------------------- */

@media all and (min-width: 769px) {
  .bottom-cta {
    background: #b1081f;
  }
  .bottom-cta .c-section__body {
    padding: 3.5999rem 0;
  }
  .bottom-cta__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-cta__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 11.8rem;
    margin-left: -36.6rem;
    background: url(../img/common/cta.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .bottom-cta__img::before {
    display: block;
    padding-top: calc(396 / 400 * 100%);
    content: "";
  }
  .bottom-cta__lead {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .bottom-cta-main {
    display: flex;
    margin: 1.875rem 0 1.25rem 0;
  }
  .bottom-cta-main__item + .bottom-cta-main__item {
    margin-left: 1.25rem;
  }
  .bottom-cta-sub {
    display: flex;
  }
  .bottom-cta-sub__item + .bottom-cta-sub__item {
    margin-left: 1.25rem;
  }
  .bottom-cta-sub__btn {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
  }
  .bottom-cta-sub__btn:hover {
    text-decoration: underline;
  }
  .bottom-cta-sub__ico {
    position: relative;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
    background: #fff;
    border-radius: 99px;
  }
  .bottom-cta-sub__ico svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 55%;
    height: 55%;
    margin: auto;
    fill: #b1081f;
  }
  .bottom-cta-sub__label {
    display: block;
    font-size: 0.875rem;
  }
}

@media all and (max-width: 1023px) {
  .bottom-cta__img {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .bottom-cta {
    background: #b1081f;
  }
  .bottom-cta .c-section__body {
    padding: 2.142857143rem 0 2.3rem;
  }
  .bottom-cta__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-cta__lead {
    color: #fff;
    font-weight: bold;
    font-size: 1.142857143rem;
    line-height: 1.642857143;
    text-align: center;
  }
  .bottom-cta-main {
    margin: 1.642857143rem 0 1.25rem 0;
  }
  .bottom-cta-main__item + .bottom-cta-main__item {
    margin-top: 1.25rem;
  }
  .bottom-cta-sub {
    display: flex;
  }
  .bottom-cta-sub__item + .bottom-cta-sub__item {
    margin-left: 1.25rem;
  }
  .bottom-cta-main__item .c-btn {
    width: 21.071428571rem;
    margin: 0 auto;
    font-size: 1rem;
  }
  .bottom-cta-sub__btn {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1;
  }
  .bottom-cta-sub__ico {
    position: relative;
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
    background: #fff;
    border-radius: 99px;
  }
  .bottom-cta-sub__ico svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 55%;
    height: 55%;
    margin: auto;
    fill: #b1081f;
  }
  .bottom-cta-sub__label {
    display: block;
    font-size: 0.785714286rem;
  }
}

/* ==========================================================================
  MODAL
========================================================================== */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  transition-duration: 0.2s;
  transition-property: visibility;
}

.modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.92);
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.modal-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: transform;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.modal-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* open */

.is-modal-opened .modal {
  z-index: 10999;
  visibility: visible;
}

.modal.is-opened .modal-bg {
  opacity: 1;
}

.modal.is-opened .modal-main {
  transform: translate3d(0, 0, 0);
}

.modal.is-opened .modal-content {
  opacity: 1;
}

.modal-movie {
  background: #000;
}

html {
  overflow-y: scroll;
}

html.is-modal-opened {
  overflow: hidden;
}

html.is-modal-opened .modal-main {
  /* overflow-y: scroll; */
}

@media all and (min-width: 769px) {
  .modal-main-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .modal-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 75%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    transform: translateY(-50%);
  }
  .modal-close {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .modal-close a {
    display: block;
    width: 60px;
    height: 60px;
  }
  .modal-close a span {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
  }
  .modal-close a span::before,
  .modal-close a span::after {
    position: absolute;
    display: block;
    background: #fff;
    content: "";
  }
  .modal-close a span::before {
    top: 0;
    left: 29px;
    width: 2px;
    height: 60px;
  }
  .modal-close a span::after {
    top: 29px;
    left: 0;
    width: 60px;
    height: 2px;
  }
  .modal-close a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .modal-sp-close {
    display: none;
  }
  .modal-content img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .modal-body {
    position: relative;
  }
}

@media all and (max-width: 768px) {
  .modal-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 94%;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 20;
  }
  .modal-close {
    display: none;
  }
  .modal-sp-close {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .is-opened .modal-sp-close {
    display: block;
    z-index: 10;
  }
  .modal-sp-close a {
    width: 5rem;
    margin: calc(28.1% + 20px) auto 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4px 8px 6px 8px;
    background-color: #b1081f;
    box-sizing: content-box;
    border-radius: 5px;
  }
  .modal-sp-close a:before {
    content: "閉じる";
    display: block;
    height: auto;
    color: #fff;
    margin-right: 0.5rem;
  }
  .modal-sp-close a span {
    position: relative;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
  }
  .modal-sp-close a span:before,
  .modal-sp-close a span:after {
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal-sp-close a span:after {
    transform: translate(-50%, calc(-50% - 2px)) rotate(90deg);
  }
  .modal-body {
    position: relative;
  }
}

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

/* ==========================================================================
  HOVER
========================================================================== */

@media all and (min-width: 769px) {
  .c-hover-gradient-box {
    transition: all 0.15s ease-out;
  }
  .c-hover-gradient-box:hover {
    color: #b1081f;
    background: #f7f6ec;
    box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, -2px, 0) scale(1.02);
  }
  .c-hover-flip-gb-baige:hover {
    transition: all 0.15s ease-out;
  }
  .c-hover-flip-gb-baige:hover {
    color: #b1081f;
    background: #f7f6ec;
  }
  /******** /procedure/ **********/
  .flow-pannel__item > a,
  .top-course__item,
  .course-list-card,
  .support-course__item,
  .movie-detail-card__item {
    transition: all 0.15s ease-out;
  }
  .flow-pannel__item > a:hover,
  .top-course__item:hover,
  .course-list-card:hover,
  .support-course__item:hover {
    transform: translate3d(0, -2px, 0) scale(1.02);
  }
  .flow-card__ico,
  .flow-card__ico > svg,
  .flow-card__ttl {
    transition: all 0.15s ease-out;
  }
  .flow-card__item:hover .flow-card__ico {
    background-color: #b1081f;
    transform: scale(1.075);
  }
  .flow-card__item:hover .flow-card__ico > svg {
    fill: #fff;
  }
  .flow-card__item:hover .flow-card__ttl {
    color: #b1081f;
  }
  /******** /procedure/pricing/ **********/
  .cost--area__before-link:hover {
    border: none;
  }
  .about-note__link:hover {
    text-decoration: none;
  }
  /******** /procedure/instructors/ **********/
  .pagination--list__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ==========================================================================
  BOTTOM LOCAL NAVI
========================================================================== */

@media all and (min-width: 769px) {
  .bottom-local-nav {
    width: 100%;
    margin-bottom: 3.75rem;
    padding: 0 1.5rem;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
  }
  .bottom-local-nav__body {
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
  }
  .bottom-local-nav__item {
    width: 22.0625rem;
    font-size: 0.875rem;
    text-align: center;
    border-left: 1px solid #aaaaaa;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    cursor: pointer;
  }
  .bottom-local-nav__item:last-child {
    border-right: 1px solid #aaaaaa;
  }
  .bottom-local-nav__item a {
    width: 100%;
    padding: 2.84375rem 0.25rem;
    display: block;
  }
  .bottom-local-nav__item--active {
    padding: 2.84375rem 0;
    background-color: #f7f6ec;
    color: #b1081f;
    cursor: default;
    border-bottom: 1px solid transparent;
  }
  .bottom-local-nav__item:hover {
    background-color: #f7f6ec;
    color: #b1081f;
  }
}

@media all and (max-width: 768px) {
  .bottom-local-nav {
    margin: 0 1.428571429rem;
  }
  .bottom-local-nav__body {
    margin: 3.461538462rem 0 3.076923077rem;
  }
  .bottom-local-nav__item {
    font-size: 1.076923077rem;
    text-align: center;
    border-top: 1px solid #aaaaaa;
  }
  .bottom-local-nav__item:last-child {
    border-bottom: 1px solid #aaaaaa;
  }
  .bottom-local-nav__item a {
    width: 100%;
    padding: 2.269230769rem 0;
    display: block;
  }
  .bottom-local-nav__item--active {
    background-color: #f7f6ec;
    color: #b1081f;
    padding: 2.269230769rem 0;
  }
}

/* ==========================================================================
  PC MINIMUM WIDTH
========================================================================== */

@media all and (min-width: 769px) {
  .gheader,
  .content-container {
    min-width: 1280px !important;
    width: 100%;
  }
}

/* ==========================================================================
  PAGER
========================================================================== */

.c-pager {
  margin: 0 0 6.25rem;
}

.c-pager--block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination--list {
  width: 4rem;
  height: 4rem;
  background: #e8e6cf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem 0 0;
  transition: all 0.15s ease-out;
  font-weight: bold;
}

.pagination--list.active {
  background: #f7f6ec;
  color: #b1081f;
}

.pagination--list:hover {
  background: #f7f6ec;
  color: #b1081f;
}

.pagination__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pager-btn {
  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-pager-btn__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  line-height: 1;
}

.c-pager-btn__label {
  display: block;
  font-weight: bold;
}

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

/* color */

.c-pager-btn {
  color: #fff;
  background-color: #b1081f;
  border-color: #b1081f;
  transition: all 0.15s ease-out;
}

.c-pager-btn .c-pager-btn__arrow svg {
  fill: #fff;
}

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

/* hover */

.c-pager-btn:hover .c-pager-btn__arrow svg {
  fill: #b1081f;
}

.c-pager-btn:hover {
  color: #b1081f;
  background-color: #fff;
}

@media all and (max-width: 768px) {
  .c-pager {
    margin: 0 0 3.125rem;
  }
  .pagination {
    display: flex;
    width: 100%;
  }
  .pagination + .pagination {
    margin: 1.6875rem 0 0;
  }
  .pagination--list {
    width: 2.25rem;
    height: 2.25rem;
    background: #e8e6cf;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.625rem 0 0;
    transition: all 0.15s ease-out;
    font-weight: bold;
    font-size: 0.75rem;
  }
  .pagination--list .active {
    background: #f7f6ec;
    color: #b1081f;
    border-radius: 999px;
  }
  .pagination--list:hover {
    background: #f7f6ec;
    color: #b1081f;
  }
  .pagination__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-pager-btn {
    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-pager-btn__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    line-height: 1;
  }
  .c-pager-btn__label {
    display: block;
    font-weight: bold;
  }
  .c-pager-btn__arrow svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  /* color */
  .c-pager-btn {
    color: #fff;
    background-color: #b1081f;
    border-color: #b1081f;
    transition: all 0.15s ease-out;
  }
  .c-pager-btn .c-pager-btn__arrow svg {
    fill: #fff;
  }
  .c-pager-btn--white .c-pager-btn__arrow svg,
  .c-pager-btn--white .c-pager-btn__arrow svg {
    fill: #b1081f;
  }
}

@media all and (min-width: 769px) {
  .c-pager-btn {
    width: 15rem;
    padding: 1.094rem 0;
    font-size: 1.125rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-pager-btn__label {
    margin-top: 0px;
  }
  .c-pager-btn__arrow {
    right: -2px;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
  .c-pager-btn__arrow_left {
    left: -2px;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
  }
  .c-pager-btn__arrow svg {
    width: 20%;
    height: 20%;
  }
  .c-pager-btn--cancel .c-pager-btn__arrow {
    left: 24px;
  }
  .c-pager-btn {
    width: 10rem;
    margin: 0 1rem 0 0;
    padding: 1.17rem 0;
    font-size: 1rem;
    line-height: 1.4em;
    border-radius: 99px;
  }
  .c-pager-btn__label {
    margin-top: 0px;
  }
  .c-pager-btn__arrow {
    width: 2.9375rem;
    height: 2.9375rem;
    margin-top: calc(-2.9375rem / 2);
  }
  .c-pager-btn__arrow svg {
    width: 23%;
    height: 23%;
  }
}

/* ==========================================================================
  FOOTER G-NAVI
========================================================================== */

@media all and (min-width: 769px) {
  .flows__outer {
    background: #f7f6ec;
  }
  .flows {
    width: 56rem;
    margin: 0 auto;
  }
  .flows--block {
  }
  .flows--block__inner {
    padding: 1.35rem 1rem;
  }
  .flows--block__ul {
    display: flex;
  }
  .flows--block__li {
    font-weight: bold;
    width: calc(100% / 3);
    text-align: center;
    /*border-left: 1px solid #aaa;*/
    position: relative;
    transition: all 0.15s ease-out;
    padding: 1.6rem 0;
  }
  .flows--block__li a {
    position: relative;
    display: block;
  }
  .flows--block__li::before {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: #b1081f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-out;
  }
  .flows--block__li:hover::before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .flows--block__li a::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flows--block__li:last-child a::after {
    content: "";
    width: 1px;
    height: 74.5%;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flows--block__li:hover p {
    color: #b1081f;
  }
  /*.flows--block__li:hover {
      transform-origin:50% 100%;
      content: '';
      background:#b1081f;
      height:5px;
      width: 100%;
      left: 0;
      bottom: 0;
      background-position: absolute;
  }*/
  .flows--block__img {
    display: block;
    margin: 0 auto 1rem;
  }
}

@media all and (max-width: 768px) {
  .flows {
    width: 100%;
    margin: 2.56rem auto 3.125rem;
    background: #f7f6ec;
  }
  .flows--block__ul {
    display: flex;
    flex-wrap: wrap;
  }
  .flows--block__li {
    font-weight: bold;
    width: 100%;
    border-left: none;
    border-top: 1px solid #aaa;
    text-align: center;
  }
  .flows--block__li a {
    display: block;
    padding: 1.31rem 0;
  }
  .flows--block__li:last-child {
    border-right: none;
    border-bottom: 1px solid #aaa;
  }
  .flows__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
  }
  .flows--block__inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flows--block__img {
    display: block;
    margin: 0 1rem 0 0;
  }
}
