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

body {
  overflow-x: hidden;
  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.4rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px;
}

/* ======= 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: 991px) {
  .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: 1.0em;
  text-indent: -1.0em;
}

.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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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.1rem;
    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: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #666666;
}

.c1 {
  color: #ED6400;
}

.c2 {
  color: #2E0A0A;
}

.c3 {
  color: #C25662;
}

.c4 {
  color: #A79B9B;
}

.c5 {
  color: #F8F3EE;
}

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

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 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;
  }
}

@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/DIN-Alternate-Bold.woff") format("woff"), url("../webfonts/DIN-Alternate-Bold.eot") format("eot");
}

/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    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: #666;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .annotation {
    font-size: 1.1rem;
  }
}

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

.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: #ED6400;
  text-decoration: underline;
}

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

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  wrapper
---------------------------------------------*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: auto;
  }
}

.container.-large {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}

.container.-small {
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .container.-small {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container.-Xlarge {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .container.-Xlarge {
    max-width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container.-min {
  max-width: 690px;
}

@media screen and (max-width: 768px) {
  .container.-min {
    max-width: auto;
  }
}

.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

/*  hover
---------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  transition: all 200ms ease;
  border-radius: 0px;
  height: 50px;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.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 #ED6400;
  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 #ED6400;
}

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
---------------------------------------------*/
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #ED6400;
  border: 0;
  padding: 0rem 3.0rem;
  margin-bottom: .5em;
  text-align: center;
  font-weight: normal;
  border-radius: 0px;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
}

input[type="submit"][disabled] {
  background: #ddd;
  cursor: default !important;
}

input[type="submit"][disabled]:hover {
  background: #ddd;
  cursor: default;
  opacity: 1 !important;
}

/* ======= 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: .7em;
  margin-bottom: .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: 4px;
}

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

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;
  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: #2E0A0A;
  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: #ED6400;
  padding: 1.0rem 2.5rem;
  margin-bottom: .8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease;
}

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

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 1rem;
  border-radius: 0px;
  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;
  }
}

/*==================================================================
    .pagettl
===================================================================*/
.pagettl {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pagettl {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/*==================================================================
    .h01 //pageTitle
===================================================================*/
.h01 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ED6400;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .h01 {
    font-size: 2.2rem;
  }
}

.h01 span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  color: #666666;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .h01 span {
    font-size: 1.3rem;
  }
}

/*==================================================================
    .h02
===================================================================*/
.h02 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #A79B9B;
  margin-bottom: 50px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .h02 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.h02 span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  color: #666666;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .h02 span {
    font-size: 1.3rem;
  }
}

/*==================================================================
    .btn01
===================================================================*/
a.btn01,
input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"] {
  width: 100%;
  height: 80px;
  color: #fff;
  border-radius: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  transition: all 200ms ease;
  background: linear-gradient(180deg, #00c9e3 0%, #1741cb 100%);
  border: 2px solid #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  a.btn01,
  input[type="button"],
  input[type="submit"],
  button[type="button"],
  button[type="submit"] {
    height: 50px;
    font-size: 1.4rem;
  }
}

a.btn01::before,
input[type="button"]::before,
input[type="submit"]::before,
button[type="button"]::before,
button[type="submit"]::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
}

a.btn01:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="button"]:hover,
button[type="submit"]:hover {
  background-color: #ED6400;
  color: #fff;
}

a.btn01.-pdf::before,
input[type="button"].-pdf::before,
input[type="submit"].-pdf::before,
button[type="button"].-pdf::before,
button[type="submit"].-pdf::before {
  background-image: url(../img/top/icon-pdf.svg);
}

a.btn01.-pdf:hover::before,
input[type="button"].-pdf:hover::before,
input[type="submit"].-pdf:hover::before,
button[type="button"].-pdf:hover::before,
button[type="submit"].-pdf:hover::before {
  transition: all 200ms ease;
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .pagenation
===================================================================*/
.pagenation {
  padding: 80px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pagenation {
    padding: 50px 0 0;
  }
}

.pagenation__inner {
  display: inline-block;
}

.pagenation__inner a,
.pagenation__inner span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  border: solid 1px #ED6400;
  background-color: #ED6400;
  border-radius: 18px;
  margin: 0 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagenation__inner a,
  .pagenation__inner span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    border-radius: 15px;
    margin: 0 2px;
  }
}

.pagenation__inner a.prev, .pagenation__inner a.next {
  color: #fff;
}

.pagenation__inner a:hover {
  background-color: #fff;
  color: #ED6400;
}

.pagenation__inner span.current {
  color: #ED6400;
  background-color: #fff;
  border: solid 1px #ED6400;
}

.pagenation__inner span.dots {
  background: none;
  border: none;
  color: #ED6400;
  margin: 0;
  width: 1em;
  vertical-align: top;
}

.pageLink {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .pageLink {
    padding: 30px 0 0;
  }
}

.pageLink_inner {
  padding: 5%;
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .pageLink_inner {
    padding: 3.84vw;
  }
}

.pageLink .links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.pageLink .links__prev, .pageLink .links__next, .pageLink .links__list {
  width: 33%;
}

.pageLink .links__prev a, .pageLink .links__next a, .pageLink .links__list a {
  display: inline-block;
  padding: 55px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 19px 34px;
  font-size: 1.4rem;
  color: #000;
  position: relative;
}

.pageLink .links__prev a em, .pageLink .links__next a em, .pageLink .links__list a em {
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pageLink .links__prev a em, .pageLink .links__next a em, .pageLink .links__list a em {
    display: none;
  }
}

.pageLink .links__prev a span, .pageLink .links__next a span, .pageLink .links__list a span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pageLink .links__prev a span, .pageLink .links__next a span, .pageLink .links__list a span {
    font-size: 1.2rem;
  }
}

.pageLink .links__prev {
  text-align: left;
}

.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 {
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pageLink .links__list {
    padding: 0;
  }
}

.pageLink .links__list a {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pageLink .links__list a {
    font-size: 1.2rem;
  }
}

.pageLink .links__list a::before {
  display: block;
  content: "";
  width: 50px;
  height: 30px;
  background-image: url(../img/common/icon_article_list.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 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 {
  position: absolute;
  top: 0;
  z-index: 2;
  padding-left: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    padding-left: 15px;
  }
}

.header_logo {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 100px;
  }
}

.header_logo a {
  position: relative;
  width: 100%;
  height: 100%;
}

.header_logo a img {
  width: 100%;
}

/*==================================================================
    .pagetop
===================================================================*/
.pagetop {
  width: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 0px;
  z-index: 9;
  cursor: pointer;
  transition: all 200ms ease;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    padding-top: 15px;
    bottom: 10px;
    right: 10px;
  }
}

.pagetop .fixnavi li {
  margin-bottom: 10px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .pagetop .fixnavi li {
    width: 50px;
  }
}

.pagetop .fixnavi li:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  .pagetop .fixnavi li:last-child {
    display: block;
  }
}

.pagetop .fixnavi li img {
  width: 100%;
}

.pagetop .icon-pt {
  background: #000;
  width: 50px;
  height: 50px;
}

.pagetop .icon-pt img {
  padding-top: 18px;
  width: 20px;
}

.pagetop .icon-pt:hover {
  opacity: 0.6;
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-color: #F4F8F8;
  padding-top: 80px;
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer_logo {
  text-align: center;
  padding: 0px 5vw;
}

@media screen and (max-width: 991px) {
  .footer_logo {
    text-align: center;
    padding: 0px 0px 20px;
  }
}

.footer_logo .logo {
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer_logo .logo {
    text-align: center;
    margin: 0px auto 25px;
  }
}

.footer_logo dl dt {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer_logo dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer .img {
  max-width: 500px;
  margin: 0px auto;
}

.footer .copy {
  display: flex;
  justify-content: center;
  padding: 0px 15px;
  margin-bottom: 50px;
}

.footer .copy_right {
  font-size: 1.1rem;
  color: #777777;
  font-family: "Red Hat Display", sans-serif;
  padding-top: 30px;
  line-height: 1.3;
  text-align: center;
}

/*==================================================================
    .mainView
===================================================================*/
.mainView {
  background: url(../img/top/hero-bg.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 220px;
}

@media screen and (max-width: 768px) {
  .mainView {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}

.mainView_inner {
  max-width: 680px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .mainView_inner {
    width: 90%;
  }
}

.mainView_inner img {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  width: 100%;
  max-width: 680px;
  margin: 0px auto;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .mainView_inner img {
    padding: 15px;
    max-height: none;
    height: auto;
    width: 100%;
  }
}

.mainView_cta {
  max-width: 600px;
  width: 80%;
  margin: 0px auto;
  animation: purupuru 2s infinite;
}

@keyframes purupuru {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.fixnavi {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 15px;
  z-index: 999;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .fixnavi {
    height: 70px;
    padding: 10px 0px;
  }
}

/*==================================================================
    .pankuz
===================================================================*/
.pankuz {
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  .pankuz {
    display: none;
  }
}

.pankuz ul {
  padding: 0 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: end;
}

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

.pankuz li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.3;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .pankuz li {
    font-size: 1.1rem;
    margin-left: 0.5em;
  }
}

.pankuz li:first-child {
  margin-left: 0;
  padding-left: 25px;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.pankuz li:first-child::before {
  display: none;
}

.pankuz li::before {
  display: inline-block;
  content: "／";
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .pankuz li::before {
    content: "/";
    margin-right: 0.5em;
  }
}

.pankuz li a {
  color: #000;
}

.pankuz li a:hover {
  text-decoration: underline;
}

/*==================================================================
    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.6s 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.6s 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;
}

/*==================================================================
    #top .sec01
===================================================================*/
#top .sec01 {
  padding: 100px 0px;
  position: relative;
  background: #F7E1BE;
}

@media screen and (max-width: 768px) {
  #top .sec01 {
    padding: 50px 0px;
  }
}

#top .sec01_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 920px;
  width: 100%;
  margin: 0px auto;
}

#top .sec01_item {
  padding: 20px;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
}

#top .sec01_item:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #top .sec01_item {
    padding: 10px;
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
    margin-right: 10px;
  }
  #top .sec01_item:nth-child(3n) {
    margin-right: 10px;
  }
  #top .sec01_item:nth-child(even) {
    margin-right: 0px;
  }
}

#top .sec01_item dt {
  text-align: center;
  margin-bottom: 15px;
}

#top .sec01_item dd {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #top .sec01_item dd {
    font-size: 1.4rem;
  }
}

#top .sec01_item dd span {
  font-size: 2rem;
  font-weight: bold;
  color: #F76800;
  background: linear-gradient(transparent 60%, #FFFB9D 0%);
  border-bottom: 3px solid #FFFB9D;
}

@media screen and (max-width: 768px) {
  #top .sec01_item dd span {
    font-size: 1.6rem;
  }
}

/*==================================================================
    #top .sec02
===================================================================*/
#top .sec02 {
  padding: 100px 0px 0px;
  position: relative;
  background: url(../img/top/wonder-bg.svg);
}

@media screen and (max-width: 768px) {
  #top .sec02 {
    padding: 50px 0px 0;
  }
}

#top .sec02 h2 {
  margin-top: -150px;
  text-align: center;
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top .sec02 h2 {
    max-width: 300px;
    margin: -60px auto 40px;
  }
}

#top .sec02 h2 + p {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #top .sec02 h2 + p {
    font-size: 1.6rem;
  }
}

#top .sec02 h2 + p span {
  background: linear-gradient(transparent 60%, #FFFB9D 0%);
  border-bottom: 3px solid #FFFB9D;
}

#top .sec02 .count_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px auto 50px;
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  #top .sec02 .count_list {
    flex-flow: column;
    margin-bottom: 30px;
  }
}

#top .sec02 .count_list p {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

#top .sec02 .count_item {
  padding: 0px 20px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #top .sec02 .count_item {
    width: 100%;
  }
}

#top .sec02 .count_item:last-of-type dl {
  margin-bottom: 0px;
}

#top .sec02 .count_item dl {
  background-color: #fff;
  padding: 30px 50px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  #top .sec02 .count_item dl {
    margin-bottom: 30px;
  }
}

#top .sec02 .count_item dl dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#top .sec02 .count_item dl dt em {
  display: inline-block;
  padding-right: 5px;
}

#top .sec02 .count_item dl dd {
  color: #00C9E3;
  font-weight: 700;
  font-size: 2rem;
}

#top .sec02 .count_item dl dd em {
  font-size: 5rem;
  font-family: "Oswald",sans-serif;
  font-weight: normal;
  padding-right: 5px;
}

#top .sec02 h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #top .sec02 h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#top .sec02_img {
  text-align: center;
}

#top .cta {
  padding: 100px 0px;
}

@media screen and (max-width: 768px) {
  #top .cta {
    padding: 50px 0px 100px;
  }
}

#top .cta a {
  max-width: 580px;
  margin: 0px auto;
  width: 100%;
  display: block;
}

#top .cta a img {
  animation: purupuru 2s infinite;
}

#top .cta a:hover {
  opacity: 0.8;
}

/*==================================================================
    #top .sec03
===================================================================*/
#top .sec03 {
  padding: 0px 0px 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top .sec03 {
    padding: 0px 0px 0px;
  }
}

#top .sec03_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #top .sec03_list {
    flex-flow: column;
    align-items: center;
  }
}

#top .sec03_list .img {
  width: 50%;
  background: url(../img/top/points-img01.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #top .sec03_list .img {
    width: 100%;
  }
}

#top .sec03_list .txt {
  width: 50%;
  background-color: #F88996;
  padding: 10vw 5vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #top .sec03_list .txt {
    width: 100%;
    text-align: center;
  }
}

#top .sec03_list .txt h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}

#top .sec03_list .txt h3 em {
  font-weight: bold;
  font-size: 3rem;
}

#top .sec03_list .txt h3 em.-y {
  color: #FFFF00;
  font-size: 3.4rem;
}

#top .sec03 h2 {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 400px;
}

@media screen and (max-width: 768px) {
  #top .sec03 h2 {
    width: 300px;
  }
}

#top .sec03 p {
  font-size: 1.8rem;
  font-weight: bold;
}

#top .sec03 p span {
  color: #fff;
  font-size: 2.2rem;
  background: linear-gradient(transparent 60%, #f67648 0%);
}

/*==================================================================
    #top .sec04
===================================================================*/
#top .sec04 {
  padding: 100px 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #top .sec04 {
    padding: 50px 0px;
  }
}

#top .sec04 h2 {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #top .sec04 h2 {
    max-width: 300px;
    margin: 0px auto 50px;
  }
}

/*==================================================================
    #report .article
===================================================================*/
#report .article {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 100px;
}

#report .article_left {
  width: 70%;
}

@media screen and (max-width: 991px) {
  #report .article_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

#report .article_right {
  width: 30%;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  #report .article_right {
    width: 100%;
    padding-left: 0px;
  }
}

#report .article .report_list {
  display: flex;
  flex-flow: row wrap;
  margin: -15px -10px 30px;
}

#report .article .report_item {
  padding: 15px 10px;
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  #report .article .report_item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  #report .article .report_item {
    width: 100%;
  }
}

#report .article .report_inner {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 200ms ease;
}

#report .article .report_inner:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
}

#report .article .report_ttl {
  padding: 8%;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.6rem;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #report .article .report_ttl {
    padding: 6%;
  }
}

#report .article .report_ttl span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

#report .article .report_tag {
  padding: 0px 8% 8%;
  font-size: 1.1rem;
  color: #aaaaaa;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #report .article .report_tag {
    padding: 0px 6% 6%;
  }
}

#report .article .report_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#report .article_search {
  margin-bottom: 40px;
}

#report .article_search h2, #report .article_search h3 {
  margin-bottom: 10px;
  color: #A79B9B;
  font-weight: bold;
}

#report .article .popular_wrap {
  margin: 0px -15px -15px;
}

@media screen and (max-width: 991px) {
  #report .article .popular_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: -5px -10px;
  }
}

#report .article_popular h2, #report .article_popular h3 {
  margin-bottom: 10px;
  color: #A79B9B;
  font-weight: bold;
}

#report .article_popular dl {
  padding: 0px 15px 15px;
}

@media screen and (max-width: 991px) {
  #report .article_popular dl {
    padding: 10px;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #report .article_popular dl {
    padding: 5px 10px;
    width: 100%;
  }
}

#report .article_popular dl a {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  color: #000;
}

#report .article_popular dl dt {
  width: 100px;
}

#report .article_popular dl dd {
  width: calc(100% - 100px);
  padding: 0px 5px;
  font-size: 1.3rem;
  line-height: 1.6;
}

#report .article_popular dl dd span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #666666;
}

/*==================================================================
    #report .detail
===================================================================*/
#report .detail {
  background: #fff;
  padding: 5%;
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

#report .detail_ttlArea {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #report .detail_ttlArea {
    margin-bottom: 30px;
  }
}

#report .detail_ttlArea h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #report .detail_ttlArea h1 {
    font-size: 1.8rem;
  }
}

#report .detail_cat {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #report .detail_cat {
    margin-bottom: 5px;
  }
}

#report .detail_cat .date {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  color: #666666;
  margin-right: 15px;
  line-height: 24px;
}

#report .detail_cat .cat {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#report .detail_cat .cat li {
  margin-right: 5px;
  background: #ffffff;
  display: inline-block;
  line-height: 24px;
  border-radius: 15px;
  padding: 0px 1em;
  color: #00a3e0;
  font-size: 1.2rem;
  border: 1px solid #00a3e0;
}

#report .detail_cat .cat a,
#report .detail_cat .cat span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 0.4em 1em;
}

#report .detail_cat .cat a:hover,
#report .detail_cat .cat span:hover {
  opacity: 0.6;
}

#report .detail_tags {
  display: flex;
  flex-flow: row nowrap;
  background-image: url(../img/common/icon_tag.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #report .detail_tags {
    flex-flow: row wrap;
    background-position: 0 0;
    margin-bottom: 20px;
  }
}

#report .detail_tags li {
  padding-right: 5px;
  margin-right: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #report .detail_tags li {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

#report .detail_tags li::after {
  display: inline-block;
  content: ",";
}

#report .detail_tags li:last-child::after {
  display: none;
}

#report .detail_tags li a,
#report .detail_tags li span {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
  color: #F8F8F8;
}

#report .detail_tags li a:hover,
#report .detail_tags li span:hover {
  color: #ED6400;
}

#report .detail_tags li:last-child::before {
  display: none;
}

#report .detail_thumb {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #report .detail_thumb {
    margin-bottom: 30px;
  }
}

#report .detail_eye {
  margin-bottom: 30px;
}

#report .detail_contents p {
  margin-bottom: 1.5em;
}

#report .detail_contents h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  background: #2E0A0A;
  color: #fff;
  padding: 0.5em 1em;
  position: relative;
  margin: 50px 0px 20px;
}

@media screen and (max-width: 768px) {
  #report .detail_contents h2 {
    font-size: 1.8rem;
  }
}

#report .detail_contents h2::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #d17d00;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

#report .detail_contents h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0px;
  line-height: 1.5;
}

#report .detail_contents h4 {
  position: relative;
  padding: 1em 0.5em 0.8em 0;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#report .detail_contents h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

#report .detail_contents h5 {
  position: relative;
  padding: 1em 0em;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#report .detail_contents h6 {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#report .detail_contents h6::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #ED6400;
  font-weight: 900;
}

#report .detail_contents ol {
  margin: 30px 0px;
  padding-left: 2em;
}

#report .detail_contents ol li {
  margin-bottom: 10px;
  line-height: 1.5;
  list-style-type: decimal;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #report .detail_contents ol li {
    font-size: 1.5rem;
  }
}

#report .detail_contents ul {
  margin: 30px 0px;
}

#report .detail_contents ul li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  #report .detail_contents ul li {
    font-size: 1.5rem;
  }
}

#report .detail_contents img.aligncenter {
  display: block;
  margin: 0 auto;
}

#report .detail_contents img.alignright {
  float: right;
}

#report .detail_contents img.alignleft {
  float: left;
}

#report .detail_contents video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

#report .detail_docaction {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #report .detail_docaction {
    padding: 30px 0px;
  }
}

#report .detail_docaction a {
  height: 70px;
  font-size: 1.7rem !important;
  width: 400px;
  margin: 0px auto;
  text-align: center;
  display: block;
  line-height: 70px;
  border: 2px solid #00a3e0;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  color: #00a3e0;
  font-weight: bold;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #report .detail_docaction a {
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.3rem;
  }
}

#report .detail_docaction a:hover {
  box-shadow: none;
}

/*==================================================================
    #ez-toc-container
===================================================================*/
#ez-toc-container {
  border: solid 1px #d0d0d0;
  border-radius: 10px;
  padding: 25px;
}

@media screen and (max-width: 768px) {
  #ez-toc-container {
    padding: 0 15px;
  }
}

#ez-toc-container .ez-toc-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d0d0d0;
}

#ez-toc-container .ez-toc-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#ez-toc-container .ez-toc-list li {
  line-height: 2;
  margin-bottom: 0.5em;
  padding-left: 0;
}

#ez-toc-container .ez-toc-list li:last-child {
  margin-bottom: 0;
}

#ez-toc-container .ez-toc-list li::before {
  display: none;
}

#ez-toc-container .ez-toc-list li ul {
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0 !important;
}

#ez-toc-container .ez-toc-list li a {
  color: #000;
}

#ez-toc-container .ez-toc-list li a:hover {
  text-decoration: underline;
}

/*==================================================================
    #price .sec01
===================================================================*/
#price .sec01 {
  background: url(../img/price/bg_upper.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

#price .sec01 h2 {
  margin-bottom: 20px;
}

#price .sec01 .feature_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  max-width: 1130px;
  justify-content: center;
}

#price .sec01 .feature_item {
  padding: 15px 20px;
  width: calc(100% / 3);
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #price .sec01 .feature_item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #price .sec01 .feature_item {
    width: 100%;
  }
}

#price .sec01 .feature_item em {
  text-align: center;
  line-height: 1;
  font-size: 5rem;
  font-family: "Red Hat Display", sans-serif;
  display: block;
  font-weight: 400;
}

#price .sec01 .feature_item dl {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 200ms ease;
}

#price .sec01 .feature_item dl:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
}

#price .sec01 .feature_item dl dt img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#price .sec01 .feature_item dl dd {
  padding: 8%;
}

#price .sec01 .feature_ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
  color: #C25662;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
}

#price .sec01 .feature_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*==================================================================
    #price .sec02
===================================================================*/
#price .sec02 {
  background: #FFFBF7;
  padding-bottom: 80px;
}

#price .sec02 h3 {
  line-height: 1.6;
  margin-bottom: 30px;
}

#price .sec02 h3 span {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

#price .sec02 p {
  margin-bottom: 1em;
}

/*==================================================================
    #price .sec03
===================================================================*/
#price .sec03 {
  background: url(../img/price/bg_bottom.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}

#price .sec03 .price_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -20px;
}

#price .sec03 .price_item {
  padding: 15px 20px;
  width: calc(100% / 3);
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #price .sec03 .price_item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #price .sec03 .price_item {
    width: 100%;
  }
}

#price .sec03 .price_item em {
  text-align: center;
  display: block;
  margin-bottom: -70px;
}

#price .sec03 .price_item dl {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 100px 10% 40px;
}

#price .sec03 .price_item dl dt span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}

#price .sec03 .price_item dl dt .h02 {
  margin-bottom: 20px !important;
}

#price .sec03 .price_item:last-child h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#price .sec03 .price_ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
  color: #C25662;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
}

#price .sec03 .price_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

#price .sec03 .price_plan {
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 2.8rem;
  line-height: 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#price .sec03 .price_plan span {
  line-height: 25px;
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding-right: 10px;
  font-size: 1.3rem;
}

#price .sec03 .price_btn {
  max-width: 200px;
  margin: 0px auto;
  padding-top: 20px;
}

/*==================================================================
    #seminar .sec01
===================================================================*/
#seminar .container {
  max-width: 1130px;
}

#seminar .sec01 {
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #seminar .sec01 {
    padding: 0px 0px 40px;
  }
}

#seminar .sec01 h3 {
  margin-bottom: 20px;
}

#seminar .sec01 h3 + p {
  text-align: center;
}

#seminar .sec01 .feature_list {
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto 0px;
  max-width: 1130px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #seminar .sec01 .feature_list {
    margin: 20px -5px;
  }
}

#seminar .sec01 .feature_item {
  padding: 15px 20px;
  width: calc(100% / 3);
  margin-bottom: 30px;
  display: flex;
  flex-flow: column-reverse;
}

@media screen and (max-width: 768px) {
  #seminar .sec01 .feature_item {
    width: 50%;
    padding: 15px 5px;
    margin-bottom: 0px;
  }
}

#seminar .sec01 .feature_item dt img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #seminar .sec01 .feature_item dt img {
    border-radius: 4px;
  }
}

#seminar .sec01 .feature_item dd {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #seminar .sec01 .feature_item dd {
    font-size: 1.6rem;
  }
}

#seminar .sec01 .feature_ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
  color: #C25662;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
}

#seminar .sec01 .feature_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*==================================================================
    #seminar .sec02
===================================================================*/
#seminar .sec02 {
  background: #A79B9B;
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  #seminar .sec02 {
    padding: 40px 0px;
  }
}

#seminar .sec02_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

#seminar .sec02_txt {
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #seminar .sec02_txt {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

#seminar .sec02_txt h3 {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
}

#seminar .sec02_txt h3 span {
  font-size: 1.5rem;
  display: block;
}

#seminar .sec02_txt li {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

#seminar .sec02_img {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  #seminar .sec02_img {
    max-width: 300px;
  }
}

/*==================================================================
    #seminar .sec03
===================================================================*/
#seminar .sec03 {
  padding: 50px 0px 100px;
}

@media screen and (max-width: 768px) {
  #seminar .sec03 {
    padding: 30px 0px;
  }
}

#seminar .sec03 .price_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px -20px;
}

#seminar .sec03 .price_item {
  padding: 15px 20px;
  width: 50%;
  max-width: 480px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #seminar .sec03 .price_item {
    width: 100%;
  }
}

#seminar .sec03 .price_item dl {
  background: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 8%;
  border: 1px solid #eee;
}

#seminar .sec03 .price_txt {
  font-size: 1.5rem;
  line-height: 1.6;
}

#seminar .sec03 .price_plan {
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 3rem;
  line-height: 28px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#seminar .sec03 .price_plan span {
  line-height: 28px;
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding-left: 10px;
  font-size: 1.5rem;
}

#seminar .sec03 .price_group {
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  #seminar .sec03 .price_group {
    line-height: 38px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

#seminar .sec03 .price_group.-arrive {
  background: transparent linear-gradient(98deg, #ED6400 0%, #C378D5 100%) 0% 0% no-repeat padding-box;
}

#seminar .sec03 .price_group.-remote {
  background: transparent linear-gradient(98deg, #6BC7F1 0%, #55C6B0 100%) 0% 0% no-repeat padding-box;
}

#seminar .sec03 .price_btn {
  max-width: 400px;
  margin: 0px auto;
  padding-top: 20px;
}

/*==================================================================
    #contact .sec01
===================================================================*/
#contact .sec01,
#confirm .sec01,
#error .sec01,
#thanks .sec01 {
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #contact .sec01,
  #confirm .sec01,
  #error .sec01,
  #thanks .sec01 {
    padding: 0px 0px 40px;
  }
}

.contact_list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact_list {
    margin-bottom: 20px;
  }
}

.contact_item {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .contact_item {
    width: 100%;
  }
}

.contact_item label {
  margin-bottom: 10px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact_item label {
    margin-bottom: 10px;
  }
}

.contact_item label.select {
  margin-right: 0px;
}

.contact_item label span {
  font-size: 1.2rem;
  padding-top: 10px;
  display: block;
  font-weight: normal;
}

.contact_item .notice {
  background: #fff1f1;
  padding: 8px;
  color: #c52323;
  display: inline-block;
  margin-bottom: 15px;
}

.contact_item .notice a {
  text-decoration: underline;
}

.contact_item textarea {
  height: auto;
}

.contact_item textarea + span, .contact_item input + span {
  font-size: 1.2rem;
  padding-top: 10px;
  display: block;
}

.contact_check {
  text-align: center;
  margin-bottom: 40px;
}

.contact_check p {
  display: block;
  margin-bottom: 30px;
}

.contact_check p a {
  color: #2E0A0A;
}

.contact_check span {
  margin-bottom: 30px;
}

.contact_check label {
  cursor: pointer;
}

.contact_action {
  max-width: 400px;
  margin: 0px auto;
}

em.caution {
  color: #fff;
  background: #ac3713;
  margin-left: 5px;
  font-size: 1.3rem;
  padding: 0.2em 0.5em;
  border-radius: 2px;
}

.mw_wp_form_confirm .announce {
  display: none !important;
}

.mw_wp_form_confirm .caution {
  display: none !important;
}

.mw_wp_form_confirm .contact_check {
  display: none !important;
}

.mw_wp_form_confirm label.select {
  font-weight: normal;
}

.mw_wp_form_confirm label.select::before, .mw_wp_form_confirm label.select::after {
  display: none;
}

.checkmark {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 20px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark_circle {
  stroke-dasharray: 332;
  stroke-dashoffset: 332;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  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 #7ac142;
  }
}

#contact label.checkbox::before, #contact label.checkbox::after, #confirm label.checkbox::before, #confirm label.checkbox::after, #error label.checkbox::before, #error label.checkbox::after, #thanks label.checkbox::before, #thanks label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease-out;
}

#contact label.checkbox::before, #confirm label.checkbox::before, #error label.checkbox::before, #thanks label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

#contact label.checkbox.checked::before, #confirm label.checkbox.checked::before, #error label.checkbox.checked::before, #thanks label.checkbox.checked::before {
  background: #004cad;
  border: 1px solid #004cad;
}

#contact label.checkbox.checked::after, #confirm label.checkbox.checked::after, #error label.checkbox.checked::after, #thanks label.checkbox.checked::after {
  position: absolute;
  content: '';
  display: block;
  top: 3px;
  left: 5px;
  width: 15px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/*==================================================================
    #about .sec01
===================================================================*/
#about .sec01 {
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #about .sec01 {
    padding: 0px;
  }
}

#about .sec01 .epilogue_box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0px auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #about .sec01 .epilogue_box {
    flex-flow: column;
  }
}

#about .sec01 .epilogue_img {
  padding: 0px 8%;
  width: 50%;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #about .sec01 .epilogue_img {
    padding: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  #about .sec01 .epilogue_img img {
    max-width: 120px;
  }
}

#about .sec01 .epilogue_txt {
  line-height: 1.6;
  margin-bottom: 80px;
  width: 50%;
  z-index: 2;
  padding-right: 8%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #about .sec01 .epilogue_txt {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
  }
}

#about .sec01 .epilogue_txt p {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #about .sec01 .epilogue_txt p {
    margin-bottom: 20px;
  }
}

#about .sec01 .epilogue_cut {
  position: relative;
  margin-right: -15%;
  margin-left: -30%;
}

@media screen and (max-width: 768px) {
  #about .sec01 .epilogue_cut {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/*==================================================================
    #about .sec02
===================================================================*/
#about .sec02 {
  background: #FFFBF7;
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  #about .sec02 {
    padding: 40px 0px;
  }
}

#about .sec02 h3 {
  line-height: 1.6;
  margin-bottom: 10px;
}

#about .sec02 p {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #about .sec02 p {
    margin-bottom: 20px;
  }
}

#about .sec02 .summary_box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0px -20px;
}

#about .sec02 .summary_list {
  width: 50%;
  padding: 0px 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #about .sec02 .summary_list {
    width: 100%;
    margin-bottom: 10px;
  }
}

#about .sec02 .summary_item {
  width: calc(100% / 3);
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #about .sec02 .summary_item {
    max-width: 200px;
  }
}

#about .sec02 .summary_item:nth-child(2) .circle {
  background: #E0E0E0;
}

#about .sec02 .summary_item:nth-child(3) .circle {
  background: #E4E1CF;
}

#about .sec02 .summary_item .circle {
  background: #C9C4C4;
  border-radius: 50%;
  position: relative;
  padding-top: 100%;
  height: 0;
}

#about .sec02 .summary_item .circle p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
}

#about .sec02 .summary_txt li {
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #about .sec02 .summary_txt li {
    padding-bottom: 5px;
  }
}

/*==================================================================
    #about .sec03
===================================================================*/
#about .sec03 {
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  #about .sec03 {
    padding: 40px 0px;
  }
}

#about .sec03 h3 {
  margin-bottom: 20px;
  text-align: left;
}

#about .sec03 .point_list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-end;
  margin: 0px auto 120px;
}

@media screen and (max-width: 768px) {
  #about .sec03 .point_list {
    display: block;
    margin-bottom: 30px;
  }
}

#about .sec03 .point_list.-reverse {
  flex-flow: row-reverse;
}

#about .sec03 .point_list:last-child {
  margin-bottom: 0px;
}

#about .sec03 .point_img {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 55%;
}

@media screen and (max-width: 768px) {
  #about .sec03 .point_img {
    position: relative;
    top: unset;
    width: 100%;
  }
}

#about .sec03 .point_txt {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 55%;
  z-index: 2;
  padding: 5% 4%;
}

@media screen and (max-width: 768px) {
  #about .sec03 .point_txt {
    width: 100%;
  }
}

#about .sec03 .point_txt p {
  font-size: 1.4rem;
}

#about .sec03 .-reverse .point_img {
  position: absolute;
  top: -40px;
  right: 0;
  left: unset;
  z-index: 1;
  width: 55%;
}

@media screen and (max-width: 768px) {
  #about .sec03 .-reverse .point_img {
    position: relative;
    top: unset;
    width: 100%;
  }
}

#about .sec03 .-reverse .point_txt {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 55%;
  z-index: 2;
  padding: 5% 4%;
}

@media screen and (max-width: 768px) {
  #about .sec03 .-reverse .point_txt {
    width: 100%;
  }
}

#about .sec03 .-reverse .point_txt p {
  font-size: 1.4rem;
}

/*==================================================================
    #about .sec04
===================================================================*/
#about .sec04 {
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #about .sec04 {
    padding: 0px 0px 40px;
  }
}

#about .sec04 p {
  margin-bottom: 2em;
  line-height: 1.8;
  font-size: 1.4rem;
}

#about .sec04 h4 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

#about .sec04_02 {
  background: url(../img/top/img-sec05_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 8%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #about .sec04_02 {
    background: none;
    padding: 0px;
  }
}

#about .sec04_02 .spImage {
  display: none;
}

@media screen and (max-width: 768px) {
  #about .sec04_02 .spImage {
    display: block;
    margin-bottom: 20px;
  }
}

#about .sec04_02 .spImage img {
  border-radius: 10px;
}

#about .sec04_inner {
  width: 70%;
}

@media screen and (max-width: 768px) {
  #about .sec04_inner {
    width: 100%;
  }
}

#about .sec04_inner p:last-child {
  margin-bottom: 0px;
}

#about .sec04_sign {
  font-size: 1.6rem;
  font-weight: bold;
}

#about .sec04_sign span {
  font-size: 1.4rem;
  padding-bottom: 10px;
  display: block;
}

/*==================================================================
    #remofit .sec01
===================================================================*/
#remofit .sec01 {
  padding: 40px 0px 120px;
}

@media screen and (max-width: 768px) {
  #remofit .sec01 {
    padding: 0px 0px 40px;
  }
}

#remofit .sec01_list {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  #remofit .sec01_list {
    flex-flow: column-reverse;
  }
}

#remofit .sec01_img {
  width: 50%;
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  #remofit .sec01_img {
    width: 100%;
    margin-top: 0px;
  }
}

#remofit .sec01_txt {
  width: 50%;
  padding: 6%;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: -40px;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #remofit .sec01_txt {
    width: 100%;
    margin-bottom: 0px;
    background: none;
  }
}

#remofit .sec01_txt h2 {
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

/*==================================================================
    #remofit .sec02
===================================================================*/
#remofit .sec02 {
  background-image: url(../img/common/bg_body02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  padding: 0px 0px 80px;
}

@media screen and (max-width: 768px) {
  #remofit .sec02 {
    padding: 0px 0px 40px;
  }
}

#remofit .sec02 h3 {
  margin-bottom: 20px;
}

#remofit .sec02 .feature_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #remofit .sec02 .feature_list {
    margin: 20px -5px;
  }
}

#remofit .sec02 .feature_item {
  padding: 15px 20px;
  width: calc(100% / 3);
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  #remofit .sec02 .feature_item {
    width: 50%;
    padding: 15px 5px;
    margin-bottom: 0px;
  }
}

#remofit .sec02 .feature_item dt {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #remofit .sec02 .feature_item dt img {
    border-radius: 4px;
  }
}

#remofit .sec02 .feature_item dd {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #remofit .sec02 .feature_item dd {
    font-size: 1.4rem;
  }
}

#remofit .sec02 .feature_ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2rem;
  color: #C25662;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 15px;
}

#remofit .sec02 .feature_txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*==================================================================
    #remofit .sec03
===================================================================*/
#remofit .sec03 {
  background: #CCACAF;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  #remofit .sec03 {
    padding: 0px;
  }
}

#remofit .sec03_list {
  display: flex;
  flex-flow: row wrap;
  max-width: 1400px;
  margin: 0px auto;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #remofit .sec03_list {
    flex-flow: column;
  }
}

#remofit .sec03_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #remofit .sec03_img {
    width: 100%;
  }
}

#remofit .sec03_txt {
  color: #fff;
  width: 50%;
  padding: 5%;
  background: #CCACAF;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #remofit .sec03_txt {
    width: 100%;
    margin-bottom: 0px;
    background: none;
  }
}

#remofit .sec03_txt h3 {
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

#remofit .sec03_detail {
  padding-top: 30px;
}

#remofit .sec03_detail li {
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #remofit .sec03_detail li {
    padding-bottom: 5px;
  }
}

/*==================================================================
    #remofit .sec04
===================================================================*/
#remofit .sec04 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  #remofit .sec04 {
    padding: 30px 0;
  }
}

#remofit .sec04_epi {
  text-align: center;
}

#remofit .sec04_epi h4 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #remofit .sec04_epi h4 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

#remofit .sec04_epi ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0px auto 20px;
}

@media screen and (max-width: 991px) {
  #remofit .sec04_epi ul {
    max-width: 700px;
    margin: 0px auto 20px;
  }
}

#remofit .sec04_epi ul li {
  width: calc((100% - 60px) / 4);
  background: #2E0A0A;
  padding: 1em;
  height: 46px;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  margin-right: 15px;
}

#remofit .sec04_epi ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  #remofit .sec04_epi ul li {
    width: calc((100% - 15px) / 2);
    max-width: none;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 1em;
  }
  #remofit .sec04_epi ul li:nth-child(even) {
    margin-right: 0px;
  }
}

/*==================================================================
    #remofit .sec05
===================================================================*/
#remofit .sec05 {
  padding: 80px 0;
  background: url(../img/remofit/img-sec05_bg.svg);
}

@media screen and (max-width: 768px) {
  #remofit .sec05 {
    padding: 40px 0;
  }
}

#remofit .sec05 .h02 {
  color: #ED6400;
}

#remofit .sec05 .flow_list {
  max-width: 800px;
  margin: 0px auto;
}

#remofit .sec05 .flow_list dl {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 40px 5%;
  text-align: center;
  position: relative;
}

#remofit .sec05 .flow_list dl::after {
  content: '▼';
  font-size: 2rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#remofit .sec05 .flow_list dl:last-child::after {
  display: none;
}

#remofit .sec05 .flow_list dt {
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  padding-right: 30px;
  font-size: 2rem;
  margin-bottom: 20px;
}

#remofit .sec05 .flow_list dt span {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

#remofit .sec05 .flow_list ul {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #remofit .sec05 .flow_list ul {
    flex-flow: column;
  }
}

#remofit .sec05 .flow_list ul li {
  padding: 0px 10px;
  width: 33%;
}

@media screen and (max-width: 768px) {
  #remofit .sec05 .flow_list ul li {
    width: 100%;
    max-width: 320px;
    margin: 0px auto 15px;
  }
}

#remofit .sec05 .flow_list ul li a {
  display: block;
  color: #fff;
}

#remofit .sec05 .flow_list ul li .btn04 {
  line-height: 50px;
  height: 50px;
}

.form .form-group {
  margin-bottom: 20px;
}

.form .form-group label {
  font-weight: bold;
  margin-bottom: 5px !important;
  display: block;
}

.form .form-group .form-control {
  border-radius: 0px !important;
  height: 46px;
  font-size: 16px;
}

.form .form-group .help-block.with-errors {
  font-weight: bold;
}

.required {
  display: inline-block;
  background: #854444;
  font-weight: 700;
  padding: 0.3em;
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
  border-radius: 2px;
}

@media screen and (min-width: 641px) and (max-width: 1920px) {
  .slick-slide:not(.slick-center) {
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
  }
}

.slick-track {
  padding-bottom: 20px;
}
