@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #fff;
  font-size: 62.5%;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

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

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.5rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 2px;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Red Hat Display", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #464646;
}

.g3 {
  color: #5c5c5c;
}

.g4 {
  color: #88919b;
}

.g5 {
  color: #efeeee;
}

.g6 {
  color: #dddddd;
}

.c1 {
  color: #C9A063;
}

.c2 {
  color: #72C2D5;
}

.c3 {
  color: #815A20;
}

.c4 {
  color: #50cc85;
}

.c5 {
  color: #b277e0;
}

.c6 {
  color: #e0c332;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/* Slider */
.slick-loading .slick-list {
  background-color: #fff;
  background-image: url("../img/common/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/* Icons */
/* @if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
 */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: none;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  display: none;
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  display: none;
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 30px;
  height: 30px;
  font-family: "slick";
  font-size: 6px;
  line-height: 30px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1;
  font-feature-settings: "palt" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1;
  }
}

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/* ======= hiwrite ======= */
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}
.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #2d2d2d;
  font-size: 1.2rem;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
  color: #000;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #C9A063;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #C9A063;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  wrapper
---------------------------------------------*/
.container-box {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .container-box {
    padding: 0 15px;
  }
}

.container-box-ul {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container-box-ul {
    padding: 0 15px;
  }
}

/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1310px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.-large {
  max-width: 1440px;
}
.container.-small {
  max-width: 900px;
}
.container.-Xlarge {
  max-width: 1310px;
}
.container.-min {
  max-width: 690px;
}
.container.-fluid {
  max-width: unset;
  padding-right: 0;
  padding-left: 0;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(250, 250, 250) inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: all 200ms ease;
  font-size: 1.4rem;
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #C9A063;
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #000;
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 768px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #e20c0c;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s;
}

label.checkbox,
label.radio {
  padding-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0s;
}

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
}

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease;
}

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

label.checkbox.-checked::before {
  background: #72C2D5;
  border: 1px solid #72C2D5;
}

label.checkbox.-checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s;
}
@media screen and (max-width: 768px) {
  label.radio::before,
  label.radio::after {
    transition: 0s;
  }
}

label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
}

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
}

label.radio.-checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #72C2D5;
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #C9A063;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #72C2D5;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 768px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
p.jqv-error {
  font-size: 1.2rem;
  color: #e20c0c;
}

em.require {
  font-size: 1.2rem;
  background: #e20c0c;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  line-height: 20px;
  margin-left: 5px;
  font-weight: bold;
  padding: 0em 0.2em;
}

.checkmark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #d9a9a6;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #d9a9a6;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 60px #d9a9a6;
  }
}
.thankyou {
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .thankyou {
    padding: 30px 0;
  }
}
.thankyou .ttl {
  font-size: 5rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .thankyou .ttl {
    margin-bottom: 30px;
  }
}
.thankyou .ttl span {
  display: block;
  font-size: 1.5rem;
}
.thankyou .ill {
  width: 420px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 768px) {
  .thankyou .ill {
    max-width: 320px;
  }
}
.thankyou .txt p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
.thankyou svg {
  width: 80px;
  height: 80px;
  margin: 0px auto 20px;
}

.suggestion {
  padding: 0px 0 60px;
}
@media screen and (max-width: 768px) {
  .suggestion {
    padding: 0px 0 40px;
  }
}
.suggestion h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #C9A063;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.suggestion_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .suggestion_list {
    flex-flow: column;
    align-items: center;
  }
}
.suggestion_list .btnbox {
  width: 300px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .suggestion_list .btnbox {
    padding: 10px;
    width: 100%;
    max-width: 320px;
  }
}
.suggestion_list .btnbox a {
  width: 100%;
}

/*==================================================================
    .h01
===================================================================*/
.h01 {
  margin-bottom: 20px;
  display: inline-block;
}
.h01 span {
  background-color: #fff;
  line-height: 30px;
  border-radius: 3px;
  color: #815A20;
  padding: 0px 2em;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
.h01 span::before {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #815A20;
  position: absolute;
  top: 50%;
  left: -1em;
}
.h01 span.-type02 {
  color: #fff;
  background-color: #815A20;
}
.h01 span.-type02::before {
  background-color: #C9A063;
}
.h01.-disc-k::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icon-ttl-head.svg);
  width: 12px;
  height: 12px;
  display: block;
}
.h01.-disc-w::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icon-ttl-head_white.svg);
  width: 12px;
  height: 12px;
  display: block;
}
.h01.-rotate {
  transform: rotate(-90deg);
  transform-origin: left;
}
.h01.-w {
  color: #fff;
}
.h01.-column {
  flex-flow: column;
  padding-left: 0px;
}
.h01.-column::before {
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .h02 {
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.h02_ttl {
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .h02_ttl {
    padding-top: 0;
  }
}
.h02_lead {
  width: 765px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #000;
  padding: 30px 20px 30px 40px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .h02_lead {
    width: 100%;
    padding: 30px 15px 15px;
    margin-left: 0;
    margin-top: -20px;
  }
}

/*==================================================================
    .h03
===================================================================*/
.h03 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .h03 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.h03 .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #5c5c5c;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .h03 .sub {
    margin-bottom: 0.1em;
  }
}
.h03 .sub .icon {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.8em;
  background-color: #da0048;
  vertical-align: middle;
  margin-right: 0.4em;
}
.h03 .color {
  color: #C9A063;
}
.h03 .color span {
  display: inline-block;
  font-size: 2rem;
  margin-left: 0.5em;
}
.h03.-estate {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-right: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h03.-estate {
    font-size: 1.8rem;
    padding-right: 0px;
  }
}
.h03.-estate .sub {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.h03.-estate .price {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
.h03.-estate .price .num {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .h03.-estate .price .num {
    font-size: 1.6rem;
  }
}
.h03.-estate .anchor {
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .h03.-estate .anchor {
    display: none;
  }
}
.h03.-estate .anchor a {
  width: 100%;
  line-height: 40px;
  background-color: #1d8147;
  background-image: url(../img/common/img-dot.png);
  border: 1px solid #1d5033;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.3rem;
  padding: 0px 15px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.h03.-estate .anchor a:hover {
  background-color: #fff;
  color: #1d8147;
}

/*==================================================================
    .h04
===================================================================*/
.h04 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.7em;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .h04 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.h04::before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #C9A063;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*==================================================================
    .btn
===================================================================*/
.btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background: linear-gradient(to right, #C9A063 0%, #72C2D5 100%);
  border-radius: 3px;
  border: none;
  outline: none;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.09em;
  position: relative;
}
.btn:nth-child(2) {
  margin-top: 20px;
}
.btn.-lhl {
  height: 75px;
}
.btn.-lhm {
  height: 60px;
}
.btn.-fs-mid {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn.-fs-big {
  flex-flow: column nowrap;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
}
.btn.-fs-big .txt {
  font-size: 1rem;
}
.btn:disabled {
  opacity: 0.3;
}
.btn.-check .icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.btn.-check .icon::before {
  display: block;
  content: "";
  width: 24px;
  height: 17px;
  background-image: url(../img/common/icon_btn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.8em;
}
.btn.-cancel .icon {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.btn.-cancel .icon::before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../img/common/icon_btn_cross.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 0.8em;
}
.btn.-right-arrow::before {
  display: block;
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn01 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.5), 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Red Hat Display", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 1.4rem;
  }
}
.btn01 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #72C2D5;
}
.btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #C9A063;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn01:hover {
  color: #fff;
}
.btn01:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn01:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn01.-lhl {
  height: 75px;
}
.btn01.-lhm {
  height: 60px;
}
.btn01.-lh {
  height: 50px;
}

.btn02 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.5), 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Red Hat Display", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .btn02 {
    font-size: 1.4rem;
  }
}
.btn02 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #4B391E;
}
.btn02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #C9A063;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn02:hover {
  color: #fff;
}
.btn02:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn02:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn02.-lhl {
  height: 75px;
}
.btn02.-lhm {
  height: 60px;
}
.btn02.-lh {
  height: 50px;
}

.btn03 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.5), 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Red Hat Display", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .btn03 {
    font-size: 1.4rem;
  }
}
.btn03 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn03::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #000;
}
.btn03::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #C9A063;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn03:hover {
  color: #fff;
}
.btn03:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn03:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn03.-lhl {
  height: 75px;
}
.btn03.-lhm {
  height: 60px;
}
.btn03.-lh {
  height: 50px;
}

.btn04 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.5), 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Red Hat Display", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .btn04 {
    font-size: 1.4rem;
  }
}
.btn04 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn04::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #d40000;
}
.btn04::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #C9A063;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn04:hover {
  color: #fff;
}
.btn04:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn04:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn04.-lhl {
  height: 75px;
}
.btn04.-lhm {
  height: 60px;
}
.btn04.-lh {
  height: 50px;
}

/*==================================================================
    .tbl01
===================================================================*/
.tbl01 {
  border: 0px;
  border-collapse: collapse;
}
.tbl01 th {
  background: #f8f8f8;
  border: 1px solid #dce6eb;
  font-weight: bold;
  vertical-align: middle;
  padding: 13px;
  font-size: 1.2rem;
  line-height: 1.4;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .tbl01 th {
    min-width: auto;
  }
}
.tbl01 th a {
  color: #C9A063;
}
.tbl01 td {
  padding: 13px;
  background: #fff;
  border: 1px solid #dce6eb;
  font-size: 12px;
  line-height: 20px;
}

/*==================================================================
    .pagination
===================================================================*/
.pagination {
  padding: 10px 0 0;
  text-align: center;
}
.pagination__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 40px 0px 0px;
}
.pagination__inner li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 2rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  margin: 0 7px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination__inner li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    margin: 0 2px;
  }
}
.pagination__inner li:hover {
  color: #fff;
}
.pagination__inner li:hover a {
  color: #fff;
}
.pagination__inner li.current {
  color: #fff;
  border: solid 1px #000;
}
.pagination__inner li.current a {
  color: #fff;
}
.pagination__inner li.active {
  color: #fff;
  border: solid 1px #000;
  background: #000;
  border-radius: 20px;
}
.pagination__inner li.dots {
  background: none;
  border: none;
  color: #000;
  margin: 0;
  width: 1em;
  vertical-align: top;
}
.pagination__inner li a {
  color: #000;
  display: block;
  margin: 0px;
}
.pagination__inner a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 2rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  color: #000;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 7px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination__inner a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    margin: 0 5px;
  }
}
.pagination__inner a:hover {
  background-color: #000;
  color: #fff;
}
.pagination__inner a.current {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
}
.pagination__inner a.active {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
}
.pagination__inner a.dots {
  background: none;
  border: none;
  color: #000;
  margin: 0;
  width: 1em;
  vertical-align: top;
}
.pagination__inner span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 2rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  margin: 0 7px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination__inner span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    margin: 0 5px;
  }
}
.pagination__inner span.current {
  color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  background: #000;
}
.pagination__inner span.current a {
  color: #fff;
}

.pageLink .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pageLink .links__prev, .pageLink .links__next, .pageLink .links__list {
  width: 33.333%;
}
.pageLink .links__prev a, .pageLink .links__next a, .pageLink .links__list a {
  display: inline-block;
  padding: 50px 25px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 19px 32px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Red Hat Display", sans-serif;
  color: #272829;
  position: relative;
}
.pageLink .links__prev a {
  background-image: url(../img/common/icon_article_prev.svg);
}
.pageLink .links__prev a:hover {
  background-position: 20% 0;
}
.pageLink .links__next {
  text-align: right;
}
.pageLink .links__next a {
  background-image: url(../img/common/icon_article_next.svg);
}
.pageLink .links__next a:hover {
  background-position: 80% 0;
}
.pageLink .links__list {
  text-align: center;
}
.pageLink .links__list a::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_article_list.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 200ms ease;
}
.pageLink .links__list a:hover::before {
  transform: translate(-50%, 0) rotate(360deg);
}

/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  padding: 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.6s all;
  height: 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
.header_logo {
  line-height: 0;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 130px;
  }
}
.header_eyecatch {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .header_eyecatch {
    max-width: 140px;
  }
}

@keyframes fastblink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================================
    .overlay
===================================================================*/
.overlay {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #535d6f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease;
}
.overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

/*==================================================================
    .grandNav
===================================================================*/
.grandNav {
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-grandNav.png) no-repeat, linear-gradient(180deg, #569cbe 0%, #0c5e9b 100%);
  background-position: right bottom;
  background-size: 80%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .grandNav {
    overflow-y: auto;
    background: url(../img/common/bg-grandNav.png) no-repeat, #3189b4;
  }
}
.grandNav.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
.grandNav_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  max-width: 1280px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .grandNav_inner {
    justify-content: flex-start;
    flex-flow: column;
    padding-top: 80px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_inner {
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 80px 0 0;
  }
}
.grandNav_logo {
  text-align: center;
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
  .grandNav_logo {
    padding-right: 0;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_logo {
    padding: 0 0 30px;
  }
}
.grandNav_logo .logo {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .grandNav_logo .logo {
    text-align: center;
    margin: 0px auto 25px;
  }
}
.grandNav_logo .logo img {
  max-width: 210px;
  width: 100%;
}
.grandNav_logo dl {
  font-size: 1.4rem;
  line-height: 1.6;
}
.grandNav_logo dl .tel {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.8rem;
  margin-bottom: 20px;
}
.grandNav_logo dl .tel span {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.grandNav_logo .sns_area {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.grandNav_logo .sns_area li {
  padding: 10px;
}
.grandNav_logo .sns_area li a {
  display: block;
}
.grandNav_inq {
  display: flex;
  max-width: 280px;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0px auto 20px;
}
.grandNav_inq li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .grandNav_main {
    width: 100%;
  }
}
.grandNav_main .main {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main {
    flex-flow: column nowrap;
    margin-bottom: 60px;
    width: 100%;
  }
}
.grandNav_main .main_blocks {
  padding: 0px 30px;
}
@media screen and (max-width: 991px) {
  .grandNav_main .main_blocks {
    margin-right: 0px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_blocks {
    width: 100%;
    padding: 0px;
  }
}
.grandNav_main .main_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f8f8f8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_ttl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 36px;
    color: #204f9a;
    padding: 0px 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
}
.grandNav_main .main_list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_list {
    margin-bottom: 0px;
  }
}
.grandNav_main .main_item a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 44px;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  }
}
.grandNav_main .main_item a:hover {
  opacity: 0.6;
}
.grandNav_main .main_item a.blank {
  padding-right: 20px;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item a.blank {
    background-position: right 20px top 50%;
  }
}
.grandNav_main .main_item.-parent {
  font-size: 1.4rem;
  font-weight: 700;
}
.grandNav_main .main_item.-basis {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis {
    margin-bottom: 0px;
  }
}
.grandNav_main .main_item.-basis a {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis a {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}
.grandNav_main .main_item.-basis a em {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .grandNav_main .main_item.-basis a em {
    font-size: 1.2rem;
    padding-bottom: 0px;
  }
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop {
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  background-color: #000;
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  transition: all 200ms ease;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    padding-top: 15px;
    bottom: 70px;
    right: 10px;
  }
}
.pagetop:hover {
  opacity: 0.6;
}
.pagetop img {
  width: 20px;
  height: 20px;
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px 50px;
}
.footer_link {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 30px;
}
.footer_link img {
  max-width: 280px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .footer_link {
    flex-flow: column;
    align-items: center;
  }
}
.footer .copy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    justify-content: center;
  }
}
.footer_bottom {
  padding-top: 80px;
  color: #000;
  position: relative;
  text-align: center;
}

.fixednavi {
  position: fixed;
  right: 10px;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.2em;
  font-size: 1.1rem;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}

/*==================================================================
    .hero
===================================================================*/
.hero {
  position: relative;
  width: 100vw;
  background-color: #fff;
}
.hero_inner {
  padding: 80px 5vw 0;
  max-width: 1480px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .hero_inner {
    padding: 40px 5vw 0;
  }
}
.hero_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .hero_ttl {
    margin-bottom: 25px;
  }
}
.hero_ttl li {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero_ttl li {
    margin-bottom: 10px;
  }
}
.hero_ttl li img {
  width: 70%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .hero_ttl li img {
    width: 80%;
  }
}
.hero_ttl li:first-child {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .hero_ttl li:first-child {
    margin-bottom: 20px !important;
  }
}
.hero_ttl li:nth-child(2) img {
  width: 40%;
  max-width: 500px;
}
.hero_ttl li:last-child {
  margin-bottom: 0;
  padding-top: 10px;
}
.hero_ttl li:last-child img {
  max-width: 800px;
}
.hero_bottom {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.hero_bottom .author {
  width: 60%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
.hero_bottom .author a:hover {
  animation: fastblink 0.2s;
}
.hero_bottom .books {
  width: 40%;
  overflow: hidden;
}
.hero_bottom .books img {
  transform: translate3d(0, 100%, 0);
  animation-name: slideup;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes slideup {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.hero .scroll {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 140px;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero .scroll {
    width: 40px;
    height: 120px;
  }
}
.hero .scroll span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.1rem;
  transform: rotate(-90deg) translateX(20px);
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hero .scroll span {
    transform: rotate(-90deg) translateX(10px);
  }
}
.hero .scroll::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #333;
  z-index: 9999;
  color: #fff;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: topsplash 2.2s ease-in-out;
}
.splash_overlay {
  display: none;
}
.splash_overlay.-appeared {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #111;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*==================================================================
    .hero-ul
===================================================================*/
.hero-ul {
  padding: 85px 0 95px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero-ul {
    padding: 40px 0;
    margin-top: 50px;
  }
}
.hero-ul.-small {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .hero-ul.-small {
    padding: 40px 0;
  }
}
.hero-ul_inner {
  padding: 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .hero-ul_inner {
    padding: 0 8vw;
  }
}
.hero-ul_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  color: #272829;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hero-ul_ttl {
    font-size: 1.6rem;
  }
}
.hero-ul_ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
  margin-top: 1em;
}

/*==================================================================
    .pankuz
===================================================================*/
.pankuz {
  padding: 25px 35px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: 100% 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .pankuz {
    display: none;
  }
}
.pankuz_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.pankuz_list-item {
  font-size: 1rem;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: #7e7e7e;
  letter-spacing: 0.15em;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pankuz_list-item {
    font-size: 0.9rem;
  }
}
.pankuz_list-item::after {
  display: inline-block;
  content: "/";
  margin: 0 0.5em;
}
.pankuz_list-item:last-child {
  white-space: normal;
}
.pankuz_list-item:last-child::after {
  display: none;
}
.pankuz_list-item a {
  color: #7e7e7e;
}
.pankuz_list-item a:hover {
  text-decoration: underline;
}

/*==================================================================
    .bnr-area
===================================================================*/
.bnr-list ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bnr-list ul {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.bnr-list li {
  max-width: 290px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .bnr-list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.bnr-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .bnr-list li:last-child {
    margin-bottom: 0;
  }
}
.bnr-list li a {
  display: block;
}
.bnr-list li a:hover {
  opacity: 0.6;
}

/*==================================================================
    .slide-bnr
===================================================================*/
.slide-bnr ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .slide-bnr ul {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.slide-bnr li {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slide-bnr li {
    max-width: 290px;
  }
}
.slide-bnr li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .slide-bnr li:last-child {
    margin-bottom: 0;
  }
}
.slide-bnr li a {
  display: block;
}
.slide-bnr li a:hover {
  opacity: 0.6;
}

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, -80px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

/*==================================================================
    #top .date
===================================================================*/
#top .date {
  padding: 80px 0px;
  background-color: #a49a76;
}
@media screen and (max-width: 768px) {
  #top .date {
    padding: 30px 0;
  }
}
#top .date h2 {
  margin-bottom: 20px;
  display: inline-block;
}
#top .date h2 span {
  background-color: #fff;
  line-height: 30px;
  border-radius: 3px;
  color: #815A20;
  padding: 0px 2em;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
#top .date h2 span::before {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #815A20;
  position: absolute;
  top: 50%;
  left: -1em;
}
#top .date_img {
  margin-bottom: 30px;
}
#top .date_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .date_img img {
    max-width: 500px;
  }
}
#top .date_list {
  margin-bottom: 40px;
}
#top .date_list .annotation {
  color: #fff;
  font-size: 1.4rem;
}
#top .date_list dl {
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top .date_list dl {
    margin-bottom: 30px;
  }
}
#top .date_list dl dt {
  font-weight: 500;
  font-size: min(2.8vw, 2rem);
  margin-bottom: 5px;
}
#top .date_list dl dd {
  font-size: min(4vw, 2.8rem);
  line-height: 1.5;
}
#top .date_list dl .youtubearc {
  background-color: #d40000;
  color: #fff;
  font-size: min(2vw, 1.6rem);
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 3px;
  margin-top: 10px;
}
#top .date_time {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top .date_time {
    flex-flow: column;
    padding-top: 20px;
  }
}
#top .date_time img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top .date_time img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}
#top .date_anchor {
  width: 40%;
  padding-left: 40px;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  #top .date_anchor {
    width: 100%;
    padding-left: 0;
  }
}

/*==================================================================
    #top .price
===================================================================*/
#top .price {
  padding: 80px 0px;
  background-color: #edf9ff;
}
@media screen and (max-width: 768px) {
  #top .price {
    padding: 40px 0px;
  }
}
#top .price h2 + p {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .price h2 + p {
    font-size: 1.5rem;
  }
}
#top .price_detail .ttl {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  background-color: #000;
  padding: 0 0.8em;
  line-height: 30px;
  border-radius: 3px;
  margin-bottom: 10px;
}
#top .price_detail table {
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
#top .price_detail table th, #top .price_detail table td {
  padding: 10px;
}
#top .price_detail table th {
  background-color: #cbcab9;
  text-align: center;
  border: 1px solid #fff;
}
#top .price_detail table th:first-child {
  width: 100px;
}
#top .price_detail table td {
  border: 1px solid #fff;
}
#top .price_detail table td:last-child {
  text-align: center;
}
#top .price_detail table td:last-child em {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2rem;
  padding-right: 3px;
  font-weight: 700;
}
#top .price_detail table td:last-child span {
  font-size: 1.2rem;
  padding-top: 8px;
  display: block;
}
#top .price_detail table tr:nth-child(even) td {
  background-color: #f1f1f1;
}
#top .price_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin: 0px -20px;
}
@media screen and (max-width: 768px) {
  #top .price_list {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #top .price_list {
    margin: 0;
  }
}
#top .price_announce {
  border: 2px solid #d40000;
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  color: #d40000;
}
#top .price_announce h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#top .price_announce p {
  color: #d40000;
}
#top .price_item {
  padding: 0px 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top .price_item {
    width: 100%;
    max-width: 640px;
    margin: 0px auto 40px;
    padding: 0;
  }
  #top .price_item:last-child {
    margin-bottom: 0px;
  }
}
#top .price_item.-sub {
  transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #top .price_item.-sub {
    transform: scale(1);
  }
}
#top .price_inner {
  background-color: #fff;
  padding: 50px 3vw;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .price_inner {
    padding: 40px 15px;
  }
}
#top .price_inner.-large {
  background-color: #FFF3E0;
}
#top .price_inner.-large em {
  padding-left: 0;
}
#top .price_inner img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#top .price_inner h3 {
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1.5;
}
#top .price_inner .fee {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
#top .price_inner .fee em {
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 0.5em;
}
#top .price_inner ul {
  padding-top: 40px;
  margin-bottom: 30px;
}
#top .price_inner ul li {
  background-image: url(../img/top/bg_checkmark.svg);
  background-repeat: no-repeat;
  background-size: 20px 16px;
  background-position: left center;
  padding: 20px 10px 20px 40px;
  border-top: 1px solid #e7c086;
  text-align: center;
}
#top .price_inner ul li:last-child {
  border-bottom: 1px solid #e7c086;
}
#top .price_btn {
  width: 90%;
  margin: 0px auto;
  max-width: 280px;
}

/*==================================================================
    #top .seminar
===================================================================*/
#top .seminar_anchor {
  background-color: #fffbee;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin: -100px auto 180px;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #top .seminar_anchor {
    margin-bottom: 120px;
  }
}
#top .seminar_anchor h3 {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#top .seminar_ttl {
  background: url(../img/top/bg_grid_lightorange.svg);
  padding: 50px 0;
  text-align: center;
}
#top .seminar h2 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .seminar h2 {
    font-size: 2.2rem;
  }
}
#top .seminar h2 span {
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.1rem;
  padding-top: 10px;
}
#top .seminar_inner {
  background-color: #EAE4DC;
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  #top .seminar_inner {
    padding: 120px 0;
  }
}
#top .seminar_block {
  position: relative;
  background-color: #fff;
  padding: 60px 4vw;
  border-radius: 10px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block {
    margin-bottom: 140px;
  }
}
#top .seminar_block:last-child {
  margin-bottom: 0px;
}
#top .seminar_block .starttime {
  text-align: center;
  position: relative;
}
#top .seminar_block .starttime img {
  z-index: 3;
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .starttime img {
    max-width: 140px;
    top: -140px;
  }
}
#top .seminar_block .info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info {
    flex-flow: column-reverse;
  }
}
#top .seminar_block .info .img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info .img {
    width: 100%;
    max-width: 460px;
    margin: 0px auto;
  }
}
#top .seminar_block .info .txt {
  width: 55%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info .txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    padding-top: 15px;
  }
}
#top .seminar_block .info .txt dt h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info .txt dt h3 {
    font-size: 2.4rem;
  }
}
#top .seminar_block .info .txt dt h3 span {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info .txt dt h3 span {
    font-size: 1.6rem;
  }
}
#top .seminar_block .info .txt dd.author {
  color: #555555;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .info .txt dd.author {
    font-size: 1.6rem;
  }
}
#top .seminar_block .info .txt dd.author span {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
}
#top .seminar_block .info .txt dd.author em {
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#top .seminar_block .info .txt .youtubearc {
  background-color: #d40000;
  color: #fff;
  font-size: min(2vw, 1.6rem);
  display: inline-block;
  padding: 0.2em 1em;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#top .seminar_block .info .txt .booksinfo {
  margin-top: 30px;
  display: inline-block;
}
#top .seminar_block .info .txt .booksinfo a {
  line-height: 44px;
  height: 44px;
  font-size: 1.5rem;
  padding: 0 1em;
}
#top .seminar_block .summary {
  padding-bottom: 30px;
}
#top .seminar_block .summary p {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.6rem;
}
#top .seminar_block .introduce {
  padding: 20px;
  background-color: #F4EFE7;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .introduce {
    margin-bottom: 30px;
  }
}
#top .seminar_block .introduce h4 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #555555;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .introduce h4 {
    font-size: 1.5rem;
  }
}
#top .seminar_block .introduce p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #top .seminar_block .introduce p {
    font-size: 1.3rem;
  }
}
#top .seminar_action {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#top .seminar_action li {
  width: 50%;
  padding: 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #top .seminar_action li {
    width: 100%;
    padding: 0px 0 15px;
  }
}
#top .seminar .reporting {
  width: 100%;
  max-width: 840px;
  margin: 50px auto 0;
}
#top .seminar .reporting a:hover {
  transition: all 200ms ease;
  opacity: 0.7;
}

/*==================================================================
    #top .subseminar
===================================================================*/
#top .subseminar {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #top .subseminar {
    margin-top: 40px;
  }
}
#top .subseminar h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .subseminar h2 {
    font-size: 2.2rem;
  }
}
#top .subseminar .ttl {
  margin: 0px auto 40px;
  width: 100%;
  max-width: 740px;
}
#top .subseminar .ttl + p {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .subseminar .ttl + p {
    text-align: left;
    font-size: 1.4rem;
  }
}
#top .subseminar_inner {
  background-color: #fff;
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  #top .subseminar_inner {
    padding: 40px 0 60px;
  }
}
#top .subseminar_action {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#top .subseminar_action li {
  width: 50%;
  padding: 20px;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #top .subseminar_action li {
    width: 100%;
    padding: 0px 0 15px;
  }
}
#top .subseminar .person {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #top .subseminar .person {
    max-width: 480px;
  }
}
#top .subseminar .person .announce {
  padding-top: 40px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .subseminar .person .announce {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
#top .subseminar_slide {
  border-top: 50px solid #d40000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .subseminar_slide {
    margin-bottom: 0;
    border-top: 25px solid #d40000;
  }
}
#top .subseminar_slide .slick-track {
  display: flex;
}
#top .subseminar_slide .slick-track .slide img {
  height: 240px;
  width: auto;
}
#top .subseminar_video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#top .subseminar_video video, #top .subseminar_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .subseminar_video_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-inner {
  position: relative;
  visibility: hidden;
}
.mask-inner::after {
  content: "";
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.3s cubic-bezier(0.36, 0.14, 0, 1) 0s;
  visibility: visible;
}
.mask-inner.start {
  animation-name: animate-content;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask-inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.36, 0.14, 0, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}