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

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

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

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

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

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

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

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

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

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

embed {
  width: 100%;
}

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

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

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

object,
embed {
  height: 100%;
}

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

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

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

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

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

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

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

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

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

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

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

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

textarea {
  height: auto;
}

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

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

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

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

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

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

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

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

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both !important;
}

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

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

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

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

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

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font2 {
  font-family: "Montserrat", sans-serif !important;
}

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

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

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

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

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

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #464646;
}

.g3 {
  color: #5c5c5c;
}

.g4 {
  color: #88919b;
}

.g5 {
  color: #efeeee;
}

.g6 {
  color: #dddddd;
}

.c1 {
  color: #F3C92E;
}

.c2 {
  color: #2E4CF3;
}

.c3 {
  color: #D00000;
}

.c4 {
  color: #2E4CF3;
}

.c5 {
  color: #b277e0;
}

.c6 {
  color: #e0c332;
}

.c-caution {
  color: #e20c0c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------------
    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.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1310px;
  padding-right: 5vw;
  padding-left: 5vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.container.-large {
  max-width: 1160px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .container.-large {
    max-width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-small {
  max-width: 900px;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media screen and (max-width: 768px) {
  .container.-small {
    max-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container.-Xlarge {
  max-width: 1310px;
  padding-right: 5vw;
  padding-left: 5vw;
}
@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 rgb(250, 250, 250) inset;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.radio.-checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #2E4CF3;
  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: #F3C92E;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 200ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================================================
    .h01
===================================================================*/
.h01 {
  position: relative;
  margin-bottom: 30px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .h01 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.h01 span {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #57adf7;
  background: linear-gradient(270deg, #1F30AF 0%, #BA0064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

/*==================================================================
    .btn
===================================================================*/
.btn01 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: transparent;
  padding: 0 2em 0 1em;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 1.6rem;
  }
}
.btn01.disabled {
  opacity: 0.1;
}
.btn01.disabled::after {
  display: none;
}
.btn01.disabled::before {
  display: none;
}
.btn01.disabled:hover {
  color: #000;
}
.btn01.disabled:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn01 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn01::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: transparent linear-gradient(270deg, #1F30AF 0%, #BA0064 100%);
}
.btn01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #BA0064;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn01:hover {
  color: #fff;
}
.btn01:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn01:hover i {
  background: url(../img/common/icon-arrow-right_white01.svg);
}
.btn01.-lhl {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .btn01.-lhl {
    height: 55px;
  }
}
.btn01.-lhm {
  height: 60px;
}
.btn01.-lh {
  height: 50px;
}

.cta {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  margin-bottom: 20px;
}
.cta h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cta h2 {
    font-size: 1.5rem;
    letter-spacing: normal;
    margin-bottom: 12px;
  }
}
.cta_box {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .cta_box {
    width: 95%;
    max-width: 400px;
  }
}
.cta p {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .cta p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.btn02 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: transparent;
  padding: 0 2em 0 1em;
  border: 2px solid #2E4CF3;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .btn02 {
    font-size: 1.4rem;
  }
}
.btn02 i {
  background: url(../img/common/icon-arrow-right_white01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.btn02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #2E4CF3;
}
.btn02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.btn02:hover {
  color: #2E4CF3;
}
.btn02:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.btn02:hover i {
  background: url(../img/common/icon-arrow-right_black01.svg);
}
.btn02.-lhl {
  height: 75px;
}
@media screen and (max-width: 768px) {
  .btn02.-lhl {
    height: 60px;
  }
}
.btn02.-lhm {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .btn02.-lhm {
    height: 50px;
  }
}
.btn02.-lh {
  height: 50px;
}
.btn02.-type01 {
  font-size: 1.4rem;
}

/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.header::before {
  content: "";
  width: 100%;
  height: 8px;
  background: transparent linear-gradient(270deg, #1F30AF 0%, #BA0064 100%);
  display: block;
}
@media screen and (max-width: 768px) {
  .header::before {
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header_inner {
  padding: 25px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 15px;
  }
}
.header_inner p {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header_logo {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 130px;
  }
}
.header_menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header_menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 75px 4vw;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
  }
  .header_menu.open {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
.header_menu .nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_menu .nav {
    margin-right: 0;
    flex-flow: column;
    justify-content: center;
  }
}
.header_menu .nav_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_list {
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.header_menu .nav_item {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 1vw;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em;
    text-align: center;
  }
}
.header_menu .nav_item a {
  color: #000;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item a {
    color: #fff;
  }
}
.header_menu .nav_item a:hover {
  animation: fastblink 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .header_menu .nav_item a:hover {
    animation: none;
  }
}
.header_menu .nav_item a.-disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: unset;
}
.header_menu .login {
  margin-right: 25px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header_menu .login_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header_menu .login_list {
    justify-content: center;
  }
}
.header_menu .login_item {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0px 10px;
}
@media screen and (max-width: 991px) {
  .header_menu .login_item {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 1em;
    text-align: center;
  }
}
.header_menu .login_item a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .header_menu .login_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em;
  }
}
.header_menu .login_item a:hover {
  animation: fastblink;
}
@media screen and (max-width: 991px) {
  .header_menu .login_item a:hover {
    animation: none;
  }
}
.header_trigger {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_trigger {
    display: block;
    width: 25px;
    height: 16px;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 9999;
    transition: all 200ms ease;
  }
}
@media screen and (max-width: 768px) {
  .header_trigger {
    top: 17px;
  }
}

@keyframes fastblink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================================
    .menu-trigger
===================================================================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}

.menu-trigger {
  width: 25px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 200ms ease;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

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

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

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

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background: #15203E;
  padding: 80px 0px 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0px 40px;
    text-align: center;
  }
}
.footer h2 {
  margin-bottom: 30px;
}
.footer_item {
  width: 330px;
  padding: 0px 15px;
}
@media screen and (max-width: 768px) {
  .footer_item {
    width: 90%;
    max-width: 320px;
    margin-bottom: 40px;
  }
  .footer_item:last-child {
    margin-bottom: 0px;
  }
}
.footer_item span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding-top: 10px;
}
.footer_bottom {
  padding-top: 30px;
  color: #fff;
  position: relative;
  text-align: center;
}

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

/*==================================================================
    .hero
===================================================================*/
.hero {
  position: relative;
  width: 100vw;
  background-image: url(../img/img-bg-rect.svg);
  background-color: #fff;
  padding-top: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 80px;
  }
}
.hero_inner {
  max-width: 1100px;
  padding: 0px 5vw;
}
.hero_btn {
  width: 50%;
  padding-left: 20px;
}
.hero_btn a {
  border: 1px solid #fff;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.hero_btn a:hover {
  background: #fff;
  color: #000;
}
.hero_under {
  max-width: 840px;
  margin-bottom: -50px;
  position: relative;
}
.hero_upper {
  max-width: 700px;
  margin: 0px auto;
}

/*==================================================================
    modal
===================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 390px) {
  .modal {
    padding: 20px;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 2;
  font-size: 4rem;
  line-height: 40px;
  font-weight: 400;
}
.modal-close-btn.-w {
  color: #fff;
  top: 10px;
}
.modal-content {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 8vw);
  overflow-y: scroll;
  padding: 40px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 40px 15px;
  }
}
.modal-content-inner {
  padding: 30px 0;
}
.modal-content-inner h3 {
  line-height: 1.5;
}
.modal-upperbtnarea {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.modal-bottomline {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
.modal-heading {
  margin: -40px -30px 0px;
  background-color: #77808c;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.modal-heading h3 {
  padding: 20px 15px;
  font-size: 2rem;
  font-weight: bold;
}

.modal_movie {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 901;
}
.modal_movie .btn-modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .modal_movie .btn-modal-close {
    right: 0px;
    top: -40px;
  }
}
.modal_movie .btn-modal-close:hover {
  opacity: 0.7;
}
.modal_movie .btn-modal-close::before, .modal_movie .btn-modal-close::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.modal_movie .btn-modal-close::after {
  transform: rotate(-45deg);
}
.modal_movie .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modal_movie .modal_content {
    width: 90%;
  }
}

.modal_movie {
  transition: 0.4s all;
}
.modal_movie.modal {
  display: block !important;
  transition: 0.4s all;
}

.movie-hd {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie-hd iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

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

.animate.animated {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

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

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

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

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

/*==================================================================
    #top .problem
===================================================================*/
#top .problem {
  padding: 60px 0 100px;
  background-color: #f8fcfe;
}
@media screen and (max-width: 768px) {
  #top .problem {
    padding: 40px 0;
  }
}
#top .problem_wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  max-width: 1310px;
  margin: 0px auto;
}
#top .problem h2 {
  text-align: center;
  margin-bottom: 40px;
}
#top .problem h2 span {
  display: inline-block;
  border: 2px solid #000;
  background-color: #fff;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .problem h2 span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #top .problem h2 {
    position: relative;
    left: unset;
    top: unset;
    transform: rotate(0);
    margin-bottom: 40px;
  }
}
#top .problem_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .problem_list {
    flex-flow: column;
  }
}
#top .problem_item {
  width: calc((100% - 90px) / 4);
  padding: 30px 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#top .problem_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #top .problem_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #top .problem_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .problem_item {
    width: 100%;
    padding: 30px 20px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
#top .problem_item dt {
  text-align: center;
  color: #F3C92E;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#top .problem_item dd {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .problem_item dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#top .problem_item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .problem_item .img img {
    width: 240px;
  }
}
#top .problem_item p {
  font-weight: 1.4rem;
  line-height: 1.6;
}
#top .problem::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 420px 0 420px;
  border-color: #f8fcfe transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100px);
}
@media screen and (max-width: 768px) {
  #top .problem::after {
    border-width: 50px 90px 0 90px;
    transform: translate(-50%, 40px);
  }
}

/*==================================================================
    #top .sec02
===================================================================*/
#top .sec02 {
  padding: 150px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top .sec02 {
    padding: 80px 0 50px;
  }
}
#top .sec02 .container {
  max-width: 1100px;
}
#top .sec02 .ttl {
  text-align: center;
  margin-top: -180px;
  z-index: 5;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #top .sec02 .ttl {
    line-height: 1.3;
    margin-top: -100px;
    margin-bottom: 40px;
  }
  #top .sec02 .ttl img {
    max-width: 500px;
    width: 85%;
  }
}
#top .sec02_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .sec02_list {
    flex-flow: column;
  }
}
#top .sec02_item {
  width: calc((100% - 40px) / 2);
  padding: 40px 30px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #FAFAFA;
  margin-right: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  max-width: 450px;
}
#top .sec02_item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top .sec02_item {
    width: 100%;
    padding: 30px 20px;
    margin: 0px auto 20px;
  }
  #top .sec02_item:nth-child(even) {
    margin: 0 auto 20px;
  }
}
#top .sec02_item dt {
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#top .sec02_item dd {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}
#top .sec02_item dd span {
  background: linear-gradient(transparent 60%, #FFE62B 0%);
}
#top .sec02_item .img {
  max-width: 380px;
  margin: 0px auto;
}

#top .function {
  background-image: url(../img/img-polygon.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 90%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .function {
    padding: 60px 0;
    background-size: 200%;
  }
}
@media screen and (max-width: 768px) {
  #top .function {
    padding: 80px 0 50px;
  }
}
#top .function .container {
  max-width: 1600px;
}
#top .function .ttl {
  text-align: center;
  margin-top: -180px;
  z-index: 5;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #top .function .ttl {
    line-height: 1.3;
    margin-top: -100px;
    margin-bottom: 40px;
  }
  #top .function .ttl img {
    max-width: 500px;
    width: 85%;
  }
}
#top .function_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .function_list {
    flex-flow: column;
  }
}
#top .function_item {
  width: calc((100% - 60px) / 3);
  padding: 50px 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}
#top .function_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  #top .function_item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #top .function_item {
    width: calc((100% - 30px) / 2);
    padding: 30px;
  }
  #top .function_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .function_item {
    width: 100%;
    margin: 0px auto 30px;
    padding: 30px 20px;
  }
}
#top .function_item dt {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
#top .function_item dt em {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #D00000;
  display: block;
  padding-bottom: 15px;
  font-size: 1.2rem;
}
#top .function_item dd {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  #top .function_item dd {
    font-size: 1.45rem;
    line-height: 1.7;
  }
}
#top .function_item dd.img {
  margin-bottom: 20px;
}
#top .function_item dd .underline {
  color: #D00000;
}
#top .function_item dd ol {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .function_item dd ol {
    flex-flow: column;
  }
}
#top .function_item dd ol li {
  width: 50%;
  padding: 0px 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top .function_item dd ol li {
    width: 100%;
    font-size: 1.3rem;
  }
}

/*==================================================================
    #top .sec03
===================================================================*/
#top .category {
  background-image: url(../img/img-polygon.svg);
  background-color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 90%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .category {
    padding: 60px 0;
    background-size: 200%;
  }
}
#top .category h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #top .category h2 {
    margin-bottom: 30px;
  }
}
#top .category_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .category_list {
    flex-flow: column;
  }
}
#top .category_lead {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .category_lead {
    margin-bottom: 40px;
  }
}
#top .category_lead h2 {
  line-height: 1.5rem;
  line-height: 1.6;
}
#top .category .package_list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #top .category .package_list {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 768px) {
  #top .category .package_list li {
    width: 14%;
    padding-bottom: 20px;
  }
}
#top .category_btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 920px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #top .category_btn {
    flex-flow: column;
    align-items: center;
  }
}
#top .category_btn li {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #top .category_btn li {
    width: 100%;
    max-width: 320px;
    padding: 0px 0px 15px 0;
  }
}
#top .category_btn li label {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
#top .category_btn li label img {
  margin-right: 15px;
}
#top .category_mov {
  padding-top: 80px;
}
#top .category_mov h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*==================================================================
    #top .sec04
===================================================================*/
#top .sec04 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top .sec04 {
    padding-bottom: 20px;
  }
}
#top .sec04_img {
  background-image: url(../img/img-blockbg.jpg);
  background-size: cover;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #top .sec04_img {
    width: 100%;
    background-position: center;
  }
}
#top .sec04_txt {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 50px;
  max-width: 900px;
  margin: -150px auto 0;
}
@media screen and (max-width: 768px) {
  #top .sec04_txt {
    padding: 50px 25px;
  }
}
#top .sec04_txt h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
#top .sec04_txt h3 span {
  background: linear-gradient(transparent 60%, #FFE62B 0%);
}
@media screen and (max-width: 768px) {
  #top .sec04_txt h3 {
    font-size: 2.2rem;
  }
}
#top .sec04_txt ul {
  display: flex;
  flex-flow: column;
}
#top .sec04_txt ul li {
  padding-left: 50px;
  background-image: url(../img/img-checkmark.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-height: 40px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top .sec04_txt ul li {
    padding-left: 40px;
    background-size: 28px 28px;
    font-size: 1.6rem;
    min-height: 30px;
  }
}

#top .clients {
  padding-bottom: 50px;
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .clients {
    padding-bottom: 30px;
    margin-top: 0;
  }
}
#top .clients_head {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#top .clients_head img {
  width: 100%;
  max-width: 240px;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  #top .clients_head img {
    max-width: 130px;
    transform: translate(90%, 20px);
  }
}
#top .clients h2 {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.6;
}
#top .clients_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
#top .clients_list.-logo div {
  width: 16.6666%;
  padding: 0px 5px;
}
@media screen and (max-width: 768px) {
  #top .clients_list.-logo div {
    width: 20%;
    padding: 2px;
  }
  #top .clients_list.-logo div:nth-child(even) {
    margin-top: 0;
  }
}
#top .clients_list.-logo div img {
  width: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
#top .clients .slick-track {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .clients .slick-track {
    display: block;
  }
}
#top .clients_item {
  width: calc((100% - 90px) / 4);
  max-width: 450px;
  padding: 30px 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#top .clients_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #top .clients_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #top .clients_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .clients_item {
    width: 100%;
    margin: 0 auto 20px;
  }
  #top .clients_item:nth-child(even) {
    margin-right: auto;
  }
}
#top .clients_item h4 {
  margin-bottom: 30px;
  font-weight: bold;
}
#top .clients_item .img {
  margin-bottom: 20px;
}
#top .clients_item p {
  font-weight: 1.8rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .clients_item p {
    font-weight: 500;
  }
}
#top .clients_item p em {
  font-size: 0.9rem;
  display: block;
  padding-top: 5px;
}
#top .clients h5 {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

#top .sec06 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .sec06 {
    padding: 50px 0px;
  }
}
#top .sec06 h3 {
  margin-bottom: 50px;
  position: relative;
}
#top .sec06 dl {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#top .sec06 dl dd {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
  min-width: 550px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .sec06 dl dd {
    max-width: 600px;
    width: 100%;
    min-width: unset;
    font-size: 1.3rem;
  }
}
#top .sec06 dl dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-style: solid;
  border-width: 7.5px 20px 7.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0%, -50%);
}
#top .sec06 dl dt {
  min-width: 110px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #top .sec06 dl dt {
    min-width: 80px;
    margin-right: 30px;
  }
}
#top .sec06 dl:nth-of-type(even) {
  flex-flow: row-reverse;
  justify-content: flex-end;
}
#top .sec06 dl:nth-of-type(even) dt {
  margin-left: 50px;
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #top .sec06 dl:nth-of-type(even) dt {
    margin-left: 30px;
  }
}
#top .sec06 dl:nth-of-type(even) dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-style: solid;
  border-width: 7.5px 0 7.5px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -20px;
  left: unset;
  top: 50%;
  transform: translate(0%, -50%);
}

/*==================================================================
    .eva
===================================================================*/
#top .evaflow {
  background-image: url(/asset/img/top/bg-function_polygon-blue.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom 140px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #top .evaflow {
    padding: 50px 0;
  }
}
#top .evaflow .inner {
  max-width: 1920px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #top .evaflow .inner {
    padding: 0px 20px;
  }
}
#top .evaflow h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .evaflow h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
#top .evaflow h3 em {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  padding-top: 15px;
  letter-spacing: 0.1em;
}
#top .evaflow h3 em span {
  color: #2E4CF3;
}
#top .evaflow .flow {
  position: relative;
  padding-left: 40%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow {
    padding-left: 0;
  }
}
#top .evaflow .flow_img {
  margin: 0px auto 30px;
  max-width: 400px;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_img {
    width: 80%;
  }
}
#top .evaflow .flow::before {
  content: "";
  background-image: url(/asset/img/howto/img-howto-eva.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  display: block;
  height: 100%;
  position: absolute;
  left: -15%;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow::before {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
  }
}
#top .evaflow .flow.-generate::before {
  background-image: url(/asset/img/howto/img-howto-generate.png);
}
#top .evaflow .flow.-logo::before {
  background-image: url(/asset/img/howto/img-howto-logo.png);
}
#top .evaflow .flow_block {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 50px;
  position: relative;
  padding-right: 5vw;
}
#top .evaflow .flow_block:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_block {
    padding-bottom: 40px;
    padding-right: 0;
  }
}
#top .evaflow .flow_block dt {
  width: 50px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  height: 50px;
  background-color: #2E4CF3;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_block dt {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
#top .evaflow .flow_block dd {
  width: calc(100% - 50px);
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_block dd {
    width: calc(100% - 40px);
  }
}
#top .evaflow .flow_block dd h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_block dd h4 {
    line-height: 40px;
    font-size: 2rem;
  }
}
#top .evaflow .flow_block dd .latest {
  display: inline-block;
  margin-right: 5px;
  background-color: #F3C92E;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
#top .evaflow .flow_block::before {
  content: "";
  position: absolute;
  left: 25px;
  height: 100%;
  top: 0;
  width: 1px;
  background-color: #2E4CF3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .evaflow .flow_block::before {
    left: 20px;
  }
}
#top .evaflow .flow_block:last-child::before {
  display: none;
}
#top .evaflow .flow_block.-generate::before {
  background-color: #2E4CF3;
}
#top .evaflow .flow_block.-generate dt {
  background-color: #2E4CF3;
}

.faq {
  padding: 100px 0 0;
}
.faq_lead {
  margin-bottom: 60px;
}
.faq_lead h2 {
  line-height: 1.5rem;
  line-height: 1.6;
}
.faq h3 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
}

/*==================================================================
    .faq
===================================================================*/
.detail_toggle {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .detail_toggle {
    padding: 0 0 35px;
  }
}
.detail_toggle .toggle {
  margin-bottom: 50px;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.detail_toggle .toggle:nth-child(even) {
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .detail_toggle .toggle {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .detail_toggle .toggle {
    margin-bottom: 25px;
  }
}
.detail_toggle .toggle span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .detail_toggle .toggle span {
    margin-bottom: 0.2em;
  }
}
.detail_toggle .toggle_q {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  padding: 20px 30px;
  background-color: #7a8194;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .detail_toggle .toggle_q {
    padding: 4vw;
  }
}
.detail_toggle .toggle_a {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 20px 30px;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .detail_toggle .toggle_a {
    padding: 4vw;
  }
}
.detail_toggle.overseas .toggle_q {
  background-color: #5e8476;
}
.detail_toggle.overseas .toggle_a ul {
  margin-top: 20px;
}
.detail_toggle.overseas .toggle_a ul li {
  margin-bottom: 15px;
}
.detail_toggle.overseas .toggle_a ul li a {
  display: flex;
  align-items: center;
}
.detail_toggle.overseas .toggle_a ul li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/asset/img/common/icon-external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

#top .cases {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .cases {
    padding-bottom: 30px;
  }
}
#top .cases_head {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#top .cases_head img {
  width: 100%;
  max-width: 240px;
  transform: translateX(100%);
}
#top .cases h2 {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
#top .cases_list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
}
#top .cases .slick-track {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #top .cases .slick-track {
    display: block;
  }
}
#top .cases_item {
  width: calc((100% - 60px) / 3);
  max-width: 450px;
  padding: 30px 25px;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#top .cases_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #top .cases_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #top .cases_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .cases_item {
    width: 100%;
    margin: 0 auto 20px;
  }
  #top .cases_item:nth-child(even) {
    margin-right: auto;
  }
}
#top .cases_item h4 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: clamp(1.6rem, 3vw, 2rem);
}
#top .cases_item .img {
  margin-bottom: 20px;
}
#top .cases_item p {
  font-weight: 1.8rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .cases_item p {
    font-weight: 500;
  }
}
#top .cases_item p em {
  font-size: 0.9rem;
  display: block;
  padding-top: 5px;
}
#top .cases h5 {
  text-align: center;
  padding: 60px 0 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

.updown {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}