@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bold !important;
}

code, kbd, pre, samp, tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button, input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

button, select {
  /* 1 */
  text-transform: none;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

progress {
  vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template, [hidden], .hidden {
  display: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a,
button,
input {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc, .breakpc {
  display: block;
}

@media all and (max-width: 768px) {
  .dispc, .breakpc {
    display: none;
  }
}

.dissp, .breaksp {
  display: block;
}

@media all and (min-width: 769px) {
  .dissp, .breaksp {
    display: none;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit, .imgfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.overflow {
  overflow: hidden;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scaleImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  animation-timing-function: cubic-bezier(0, 0.5, 0.3, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fontNT {
  font-family: "Noto Sans JP", sans-serif;
}

.fontNTS {
  font-family: "Noto Serif", serif;
}

.fontZen {
  font-family: "Zen Old Mincho", serif;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
  .delay1 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
  .delay2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
  .delay3 {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
  .delay4 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (max-width: 768px) {
  .delay5 {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
  .delay6 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
  .delay7 {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media all and (max-width: 768px) {
  .delay8 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@media all and (max-width: 768px) {
  .delay9 {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media all and (max-width: 768px) {
  .delay10 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@media all and (max-width: 768px) {
  .delay11 {
    -webkit-animation-delay: 1.65s;
            animation-delay: 1.65s;
  }
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

@media all and (max-width: 768px) {
  .delay12 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

@media all and (max-width: 768px) {
  .delay13 {
    -webkit-animation-delay: 1.95s;
            animation-delay: 1.95s;
  }
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@media all and (max-width: 768px) {
  .delay14 {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
  }
}

.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@media all and (max-width: 768px) {
  .delay15 {
    -webkit-animation-delay: 2.25s;
            animation-delay: 2.25s;
  }
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@media all and (max-width: 768px) {
  .delay16 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

@media all and (max-width: 768px) {
  .delay17 {
    -webkit-animation-delay: 2.55s;
            animation-delay: 2.55s;
  }
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

@media all and (max-width: 768px) {
  .delay18 {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
  }
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

@media all and (max-width: 768px) {
  .delay19 {
    -webkit-animation-delay: 2.85s;
            animation-delay: 2.85s;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.sliderTop .slick-slide img{
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: url(../images/bgbody.webp) repeat center center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  height: 100vh;
  /* padding-right: 15px; */
}

@media all and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

body p {
  color: #000;
}

body a {
  color: #000;
  line-height: normal;
}

body img, body iframe {
  max-width: 100%;
  line-height: 0;
}

body.pageloaded {
  height: auto;
  overflow-y: auto;
  padding-right: 0;
}

body.pageloaded .load_end {
  height: 100%;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.secondpage {
  padding-right: 0;
  overflow-y: auto;
}

.beforeload {
  margin: 0;
  height: 100vh;
  overflow-y: hidden;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.dflex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dflex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dflex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container {
  padding: 0 3%;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .open--menu .menu--item {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.open--menu .menu--item:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.open--menu .menu--item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.open--menu .menu--item:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.open--menu .menu--item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.open--menu .menu--item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.open--menu .menu--item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  /* max-height: 100vh; */
}

.lightbox {
  position: fixed;
  left: 0;
  top: 50% !important;
  transform: translate(0,-50%);
  width: 100%;
  z-index: 9999;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
  position: relative;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
  position: relative;
}

.lb-container::after {
  position: absolute;
  content: '';
  /* background: rgba(255, 255, 255, 0.9); */
  width: auto;
  height: 40px;
  left: 20px;
  bottom: 20px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 3px 20px 5px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5vw;
}

@media all and (max-width: 768px) {
  .lb-container::after {
    font-size: 4.4vw;
  }
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /* background: url(loading-icon.svg) no-repeat; */
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.zoomicon {
  position: relative;
}

.zoomicon a {
  line-height: 0;
}

.zoomicon::after {
  position: absolute;
  content: '';
  background: url(../images/zoom.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url(../images/bgbody.webp) repeat center center;
  background-size: cover;
  z-index: 999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: table;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

@media all and (max-width: 768px) {
  .loading {
    max-height: 100svh;
    max-width: 100vw;
  }
}

.loading-inside {
  display: table-cell;
  vertical-align: middle;
}

.loading-inside .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.loading-inside p {
  font-size: 3.6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.loading-inside p span {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.loading-inside p span:nth-child(1) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.loading-inside p span:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.loading-inside p span:nth-child(3) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.loading-inside p span:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.loading-inside p span:nth-child(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.loading-inside p span:nth-child(6) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.loading-inside p span:nth-child(7) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.loading-inside p span:nth-child(8) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.loading-inside p span:nth-child(9) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.loading-inside p span:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.loading-inside p span:nth-child(11) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.loading-inside p span:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.loading-inside p span:nth-child(13) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.loading-inside p span:nth-child(14) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.loading-inside p span:nth-child(15) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.loading-inside p span:nth-child(16) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.loading-inside p span:nth-child(17) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.loading-inside p span:nth-child(18) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.loading-inside p span:nth-child(19) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.loading-inside p span:nth-child(20) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.loading-inside p span:nth-child(21) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.loading-inside p span:nth-child(22) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.loading-inside p span:nth-child(23) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.loading-inside p span:nth-child(24) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.loading-inside p span:nth-child(25) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.loading-inside p span:nth-child(26) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.loading-inside p span:nth-child(27) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.loading-inside p span:nth-child(28) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.loading-inside p span:nth-child(29) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.loading-inside p span:nth-child(30) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.loading-inside p span:nth-child(31) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

@media all and (max-width: 768px) {
  .loading-inside p {
    font-size: 4vw;
  }
  .loading-inside p span {
    margin: 0 -3px;
  }
}

@media all and (max-width: 520px) {
  .loading-inside p {
    font-size: 5vw;
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  background: #fff;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.header.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 3%;
  }
}

@media all and (max-width: 768px) {
  .header a img {
    max-width: 90px;
  }
}

@media all and (max-width: 768px) {
  .header a img {
    max-width: 70px;
  }
}

.header .btncontact a {
  display: inline-block;
  text-align: center;
  padding: 8px 60px 10px;
  background: #293057;
  color: #fff;
  border-radius: 45px;
  font-size: 21px;
  font-family: "Zen Old Mincho", serif;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.header .btncontact a:hover {
  background: #252da0;
  box-shadow: none;
}

.header .btncontact a small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.8px;
}

@media all and (max-width: 768px) {
  .header .btncontact a {
    font-size: 19px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 6px;
  }
  .header .btncontact a small {
    font-size: 10.8px;
  }
}

@media all and (max-width: 520px) {
  .header .btncontact a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
  .header .btncontact a small {
    font-size: 8.3px;
  }
}

.footer {
  /* border-top: 5px solid #7B7B7B; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 20px 2%;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 768px) {
  .footer .alink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-bottom: 2%;
  }
}

.footer a {
  font-size: 24px;
  margin-right: 80px;
}

.footer a:first-child::after {
  position: absolute;
  content: '｜';
  margin: 0 30px;
  pointer-events: none;
}

@media all and (max-width: 520px) {
  .footer a:first-child::after {
    margin: 0 10px;
  }
}

.footer a:hover {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .footer a {
    color: #818181;
    font-size: 19px;
  }
  .footer a:last-child {
    margin-right: 0;
  }
}

@media all and (max-width: 520px) {
  .footer a {
    font-size: 4vw;
    margin-right: 40px;
  }
}

.footer .copyright {
  color: #818181;
  font-size: 19px;
}

@media all and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
  }
}

@media all and (max-width: 520px) {
  .footer .copyright {
    font-size: 11px;
  }
}

#content {
  opacity: 0;
}

#content.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 1799px) {
  #content .sec01 h2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media all and (max-width: 768px) {
  #content .sec01 h2 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media all and (min-width: 1800px) {
  #content .sec01 h2.active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media all and (max-width: 768px) {
  #content .sec01 div.text_center.loadit {
    opacity: 1 !important;
  }
  #content .sec01 div.text_center.loadit p {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.banner {
  margin-top: 100px;
}

@media all and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
}

.banner .slick-slider .slick-list, .banner .slick-slider .slick-track {
  line-height: 1;
}

.banner .imgsp {
  display: none;
}

@media all and (max-width: 768px) {
  .banner .imgsp {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .banner .imgpc {
    display: none;
  }
}

.banner .fadeIn {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@keyframes scaleImg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scaleImg {
  -webkit-animation-name: scaleImg;
  animation-name: scaleImg;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sec01 {
  background: #fff;
  padding: 6% 0 8%;
}

@media all and (max-width: 768px) {
  .sec01 {
    padding-top: 0;
    position: relative;
    margin-top: -44%;
    background: none;
    padding-bottom: 50px;
  }
  .sec01::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 420px;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

.sec01 .img {
  max-width: 945px;
  margin: 0 auto;
  margin-top: 6%;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(129, 129, 129, 0.3);
  width: 52.8%;
}

.sec01 .img.active img {
  -webkit-animation: scaleImg 2s alternate;
          animation: scaleImg 2s alternate;
}

@media all and (max-width: 768px) {
  .sec01 .img {
    width: 60%;
    margin-top: 40px;
  }
}

@media all and (max-width: 520px) {
  .sec01 .img {
    width: 80%;
  }
}

.sec01 h2 {
  font-size: 65px;
  font-weight: normal;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  line-height: 1.8;
  margin-bottom: 5%;
}

/* @media all and (max-width: 1024px) {
  .sec01 h2 {
    font-size: 35px;
  }
} */

@media all and (max-width: 768px) {
  .sec01 h2 {
    font-size: 27px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 520px) {
  .sec01 h2 {
    font-size: 5.2vw;
  }
}

.sec01 p {
  font-size: 30px;
  line-height: 2.8;
}

/* @media all and (max-width: 1024px) {
  .sec01 p {
    font-size: 17px;
  }
} */

@media all and (max-width: 768px) {
  .sec01 p {
    font-size: 16px;
    line-height: 2.4;
  }
}

@media all and (max-width: 520px) {
  .sec01 p {
    /* line-height: 1.8; */
    font-size: 14px;
  }
}

@media all and (max-width: 380px) {
  .sec01 p {
    font-size: 13px;
  }
}

.sec02 {
  background: #293057;
  padding: 6% 0 8%;
}

.sec02 h2 {
  color: #fff;
  font-size: 75px;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .sec02 h2 {
    font-size: 34px;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 520px) {
  .sec02 h2 {
    font-size: 7vw;
  }
}

.sec02 h2 span {
  position: relative;
  padding: 0 3%;
  font-weight: bold;
}

@media all and (min-width: 1500px) {
  .sec02 h2 span {
    letter-spacing: 3px;
  }
}

@media all and (max-width: 768px) {
  .sec02 h2 span {
    padding: 0 20px;
  }
}

.sec02 h2 span::before {
  position: absolute;
  content: '[';
  font-size: 60px;
  left: 0;
  top: 10px;
}

/* @media all and (max-width: 1280px) {
  .sec02 h2 span::before {
    font-size: 4vw;
    top: 8px;
  }
} */

@media all and (max-width: 768px) {
  .sec02 h2 span::before {
    font-size: 4vw;
    top: 0;
  }
}

.sec02 h2 span::after {
  position: absolute;
  content: ']';
  font-size: 60px;
  right: 0;
  top: 10px;
}

/* @media all and (max-width: 1024px) {
  .sec02 h2 {
    font-size: 40px;
  }
  .sec02 h2 span{
    padding: 0 4%;
  }
  .sec02 h2 span::before, .sec02 h2 span::after {
    font-size: 40px;
    top: 0;
  }
} */

/* @media all and (max-width: 1280px) {
  .sec02 h2 span::after {
    font-size: 4vw;
    top: 8px;
  }
} */

@media all and (max-width: 768px) {
  .sec02 h2 span::after {
    font-size: 4vw;
    top: 0;
  }
}

@media all and (max-width: 520px) {
  .sec02 h2 span::before, .sec02 h2 span::after {
    font-size: 6vw;
    top: 3px;
  }
}

.sec02 h2 small {
  font-size: 37px;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
}

/* @media all and (max-width: 1024px) {
  .sec02 h2 small {
    font-size: 19px;
  }
} */

@media all and (max-width: 768px) {
  .sec02 h2 small {
    font-size: 22px;
  }
}

@media all and (max-width: 520px) {
  .sec02 h2 small {
    font-size: 4vw;
  }
}

.sec02 .dflex {
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6%;
}

.sec02 .dflex .av-container, .sec02 .dflex .boxpoint {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.7%;
      -ms-flex: 0 0 49.7%;
          flex: 0 0 49.7%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media all and (max-width: 768px) {
  .sec02 .dflex .av-container, .sec02 .dflex .boxpoint {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto;
  }
  .sec02 .dflex .av-container:first-child, .sec02 .dflex .boxpoint:first-child {
    margin-bottom: 10px;
  }
}

.boxpoint {
  background: #fff;
  height: 100%;
  padding: 60px 50px 55px;
}

@media all and (max-width: 1200px) {
  .boxpoint {
    padding: 40px;
  }
}

@media all and (max-width: 440px) {
  .boxpoint {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.boxpoint h3 {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
}

/* @media all and (max-width: 1024px) {
  .boxpoint h3 {
    font-size: 30px;
  }
} */

@media all and (max-width: 768px) {
  .boxpoint h3 {
    font-size: 29px;
    padding: 0 30px;
  }
}

@media all and (max-width: 520px) {
  .boxpoint h3 {
    font-size: 5.6vw;
    padding: 0;
  }
}

.boxpoint h3 span {
  display: inline-block;
  position: relative;
  padding: 0 3% 0 1%;
}

.boxpoint h3 span::after {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(bottom, #DCE2E8 40%, transparent 40%);
  background: linear-gradient(0deg, #DCE2E8 40%, transparent 40%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.boxpoint p {
  font-size: 25px;
  max-width: 450px;
  margin: 4% auto 5%;
  line-height: 1.8;
}

@media all and (min-width: 1500px) {
  .boxpoint p {
    margin: 6% auto 7%;
  }
}

/* @media all and (max-width: 1024px) {
  .boxpoint p {
    font-size: 20px;
  }
} */

@media all and (max-width: 768px) {
  .boxpoint p {
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 520px) {
  .boxpoint p {
    font-size: 14px;
    width: 106%;
    margin-left: -3%;
  }
}

@media all and (max-width: 440px) {
  .boxpoint p {
    width: 107%;
  }
}

@media all and (max-width: 380px) {
  .boxpoint p {
    font-size: 13px;
  }
}

.boxpoint .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 1500px) {
  .boxpoint .img {
    min-height: 245px;
  }
}

.boxpoint .imgshadow {
  max-width: 450px;
  margin: 0 auto;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.35);
}

@media all and (max-width: 520px) {
  .boxpoint .imgshadow {
    width: 90%;
  }
}

.sec03 {
  padding: 7% 0 7%;
  position: relative;
  z-index: 1;
}

.sec03 h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 2;
}

.sec03 h2 span {
  display: block;
  text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 768px) {
  .sec03 h2 {
    font-size: 29px;
  }
}

@media all and (max-width: 520px) {
  .sec03 h2 {
    font-size: 5.5vw;
  }
}

.cirlink {
  max-width: 1220px;
  margin: 4% auto 5% auto;
  background: url(../images/dot.svg) no-repeat bottom center;
  background-size: 10px;
  padding-bottom: 200px;
}

@media all and (max-width: 768px) {
  .cirlink {
    padding-bottom: 100px;
    background-size: 5px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 520px) {
  .cirlink {
    padding-left: 0;
    padding-right: 0;
    max-width: 96%;
  }
}

.cirlink .av-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 320px;
}

@media all and (max-width: 520px) {
  .cirlink .av-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
}

.cirlink a {
  display: block;
}

.cirlink a .num {
  background: url(../images/bgcirtxt.png) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 1/1;
  max-width: 320px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  box-shadow: 8px 12px 37px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 768px) {
  .cirlink a .num {
    font-size: 38px;
  }
}

@media all and (max-width: 520px) {
  .cirlink a .num {
    font-size: 30px;
  }
}

.cirlink a .txt {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 33px;
  text-align: center;
  display: block;
  background: url(../images/arr3.svg) no-repeat top 25px center;
  background-size: 40px;
  padding-top: 70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 768px) {
  .cirlink a .txt {
    font-size: 14px;
    background-size: 20px;
    padding-top: 40px;
    background-position: top 15px center;
  }
}

.cirlink a:hover .num {
  box-shadow: none;
}

.cirlink a:hover .txt {
  background-position: top 30px center;
}

.boxretouch {
  position: relative;
}

@media all and (max-width: 768px) {
  .boxretouch h3.dissp {
    width: 106%;
    margin-left: -3%;
  }
}

.boxretouch .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 3%;
}

@media all and (max-width: 768px) {
  .boxretouch .head {
    display: none;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .head {
    margin-bottom: 2%;
  }
}

.boxretouch .head::after {
  position: absolute;
  content: '';
  background: #414141;
  width: 108%;
  height: 1px;
  left: -4%;
  top: 50%;
}

.boxretouch .head .num {
  background: #fff url(../images/bgcirtxt.png) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 1/1;
  max-width: 230px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 75px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  box-shadow: 8px 12px 37px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
}

@media all and (min-width: 769px) {
  .boxretouch .head .num::after {
    position: absolute;
    content: '';
    background: #414141;
    width: 1px;
    height: 1500%;
    left: 50%;
    top: 100%;
    z-index: -1;
  }
}

@media all and (max-width: 768px) {
  .boxretouch .head .num {
    font-size: 32px;
    max-width: 100px;
    width: 18%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .head .num {
    max-width: 90px;
    font-size: 28px;
  }
}

.boxretouch .head h3 {
  font-size: 43px;
  font-weight: normal;
  display: inline-block;
  background: #414141;
  padding: 15px 20px 20px 60px;
  margin-left: -30px;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .boxretouch .head h3 {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 29px;
  }
}

@media all and (max-width: 575px) {
  .boxretouch .head h3 {
    padding-top: 0.2%;
    padding-bottom: 0.5%;
    padding-left: 40px;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .head h3 {
    font-size: 4.8vw;
    padding-right: 0;
  }
}

.boxretouch .head h3::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  color: #414141;
  border-left: 20px solid transparent;
  border-right: 45px solid transparent;
  border-top: 97px solid #414141;
  top: 0;
}

@media all and (max-width: 768px) {
  .boxretouch .head h3::after {
    border-top-width: 56px;
    border-right-width: 25px;
    border-left-width: 0;
    right: -25px;
  }
}

@media all and (max-width: 575px) {
  .boxretouch .head h3::after {
    border-top-width: 46px;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .head h3::after {
    border-top-width: 44px;
  }
}

.boxretouch .head h3 small {
  font-size: 17px;
  font-weight: normal;
  position: relative;
  top: -22px;
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  .boxretouch .head h3 small {
    font-size: 10px;
    top: -6px;
  }
}

.boxretouch .content {
  max-width: 1360px;
  margin: 0 auto;
  width: 76%;
}

@media all and (max-width: 1800px) {
  .boxretouch .content {
    max-width: 100%;
  }
}

@media all and (max-width: 768px) {
  .boxretouch .content {
    width: 90%;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .content {
    padding-left: 0;
    padding-right: 0;
    max-width: 91%;
    width: 100%;
  }
}

@media all and (max-width: 380px) {
  .boxretouch .content {
    max-width: 96%;
  }
}

.boxretouch .content1 p {
  font-size: 18px;
}

@media all and (max-width: 768px) {
  .boxretouch .content1 p {
    font-size: 10px;
  }
}

.boxretouch .content1 .img {
  position: relative;
  margin-bottom: 2%;
}

.boxretouch .content1 .img .imgcir {
  position: absolute;
  right: -100px;
  top: -80px;
  max-width: 174px;
  width: 12%;
}

@media all and (max-width: 1360px) {
  .boxretouch .content1 .img .imgcir {
    width: 14%;
  }
}

@media all and (max-width: 768px) {
  .boxretouch .content1 .img .imgcir {
    right: 4%;
    top: 50%;
  }
}

@media all and (max-width: 520px) {
  .boxretouch .content1 .img .imgcir {
    width: 18%;
    top: 45%;
  }
}

.boxretouch p.fz35 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 5%;
  line-height: 1.8;
}

@media all and (min-width: 769px) {
  .boxretouch p.fz35.fzforsp {
    margin-bottom: 6%;
  }
}

@media all and (max-width: 768px) {
  .boxretouch p.fz35 {
    letter-spacing: 0 !important;
    font-size: 20px;
    text-align: center;
  }
  .boxretouch p.fz35.fzforsp {
    font-size: 20px !important;
  }
}

@media all and (max-width: 520px) {
  .boxretouch p.fz35 {
    font-size: 3.5vw;
    margin-bottom: 7%;
  }
  .boxretouch p.fz35.fzforsp {
    font-size: 3.5vw !important;
  }
}

.boxretouch.boxretouch2 {
  margin: 8% 0;
}

@media all and (max-width: 768px) {
  .boxretouch.boxretouch2 .head h3 {
    font-size: 23px;
  }
  .boxretouch.boxretouch2 .head h3 small {
    top: -10px;
  }
  .boxretouch.boxretouch2 .head h3::after {
    border-top-width: 70px;
  }
}

@media all and (max-width: 575px) {
  .boxretouch.boxretouch2 .head h3 {
    font-size: 23px;
  }
}

@media all and (max-width: 520px) {
  .boxretouch.boxretouch2 .head h3 {
    font-size: 3.7vw;
  }
  .boxretouch.boxretouch2 .head h3 small {
    top: -5px;
  }
}

@media all and (max-width: 575px) {
  .boxretouch.boxretouch3 .head h3 {
    font-size: 23px;
  }
}

@media all and (max-width: 520px) {
  .boxretouch.boxretouch3 .head h3 {
    font-size: 3.6vw;
  }
}

.workflow {
  margin-top: 5%;
  background: #F1F2F4;
  border-radius: 30px;
  padding: 5% 5% 4%;
}

@media all and (min-width: 1500px) {
  .workflow {
    padding-top: 7%;
  }
}

@media all and (max-width: 1640px) {
  .workflow {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media all and (max-width: 520px) {
  .workflow {
    padding-top: 8%;
    padding-bottom: 8%;
    border-radius: 15px;
  }
}

.workflow p.text_center {
  font-size: 22px;
}

@media all and (min-width: 769px) {
  .workflow p.text_center {
    line-height: 2;
  }
}

@media all and (max-width: 768px) {
  .workflow p.text_center {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media all and (max-width: 520px) {
  .workflow p.text_center {
    font-size: 14px;
  }
}

@media all and (max-width: 380px) {
  .workflow p.text_center {
    font-size: 13px;
  }
}

.workflow .tit {
  position: relative;
  margin-bottom: 4%;
}

.workflow .tit::after {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  max-width: 450px;
  height: 1px;
  left: 50%;
  margin-left: -225px;
  bottom: 0;
}

@media all and (min-width: 769px) {
  .workflow .tit {
    padding-bottom: 4%;
  }
}

.workflow .tit h4 {
  font-size: 54px;
  position: relative;
  font-weight: bold;
  color: #293057;
  margin-bottom: 1%;
  display: inline-block;
  padding: 0 5%;
}

.workflow .tit h4::before {
  position: absolute;
  content: '[';
  font-size: 60px;
  left: 0;
  top: -10px;
}

.workflow .tit h4::after {
  position: absolute;
  content: ']';
  font-size: 60px;
  right: 0;
  top: -10px;
}

@media all and (max-width: 768px) {
  .workflow .tit{
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .workflow .tit h4 {
    font-size: 34px;
  }
  .workflow .tit h4::before, .workflow .tit h4::after {
    font-size: 32px;
    top: 0;
  }
  .workflow .tit::after {
    max-width: 450px;
    left: 50%;
    width: 60%;
    margin-left: 0;
    transform: translate(-50%,0);
  }
}

@media all and (max-width: 520px) {
  .workflow .tit h4 {
    font-size: 6vw;
  }
  .workflow .tit h4::before, .workflow .tit h4::after {
    font-size: 6vw;
    top: -1px;
  }
}

.workflow .tit p {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media all and (max-width: 768px) {
  .workflow .tit p {
    font-size: 22px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 520px) {
  .workflow .tit p {
    font-size: 4vw;
  }
}

@media all and (max-width: 380px) {
  .workflow .tit p {
    font-size: 4.2vw;
  }
}

.workflow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6%;
}

@media all and (max-width: 768px) {
  .workflow .list {
    gap: 20px;
    padding-right: 2%;
  }
}

@media all and (max-width: 520px) {
  .workflow .list {
    padding-right: 0;
    gap: 10px;
  }
}

.workflow .list li {
  border-radius: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.5%;
      -ms-flex: 0 0 14.5%;
          flex: 0 0 14.5%;
  text-align: center;
  border: 2px solid #293057;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.workflow .list li::after {
  position: absolute;
  content: '';
  background: url(../images/arr.svg) no-repeat left center;
  background-size: 12px;
  width: 12px;
  height: 18px;
  right: -14%;
  top: 50%;
  margin-top: -9px;
}

@media all and (max-width: 1280px) {
  .workflow .list li::after {
    right: -16%;
  }
}

@media all and (max-width: 520px) {
  .workflow .list li::after {
    background-size: 8px;
    right: -21%;
  }
}

.workflow .list li:nth-child(2), .workflow .list li:nth-child(3), .workflow .list li:nth-child(6) {
  background: #293057;
}

.workflow .list li:nth-child(2) span, .workflow .list li:nth-child(2) p, .workflow .list li:nth-child(3) span, .workflow .list li:nth-child(3) p, .workflow .list li:nth-child(6) span, .workflow .list li:nth-child(6) p {
  color: #fff;
}

.workflow .list li:last-child::after {
  background: none;
}

.workflow .list li span {
  font-size: 15px;
}

.workflow .list li p {
  font-size: 17px;
  line-height: 1.6;
  margin: 5% 0;
}

@media all and (max-width: 520px) {
  .workflow .list li p {
    margin-top: 2%;
  }
}

.workflow .list li .img {
  max-height: 36px;
  margin: 0;
}

@media all and (max-width: 1520px) {
  .workflow .list li .img img {
    height: 28px;
  }
}

@media all and (max-width: 768px) {
  .workflow .list li .img img {
    height: 32px;
  }
}

@media all and (max-width: 520px) {
  .workflow .list li .img img {
    height: 20px;
  }
}

@media all and (max-width: 768px) {
  .workflow .list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(31% - 10px);
        -ms-flex: 0 0 calc(31% - 10px);
            flex: 0 0 calc(31% - 10px);
  }
  .workflow .list li p {
    font-size: 12px;
  }
  .workflow .list li span {
    font-size: 11px;
  }
}

@media all and (max-width: 520px) {
  .workflow .list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(31.5% - 5px);
        -ms-flex: 0 0 calc(31.5% - 5px);
            flex: 0 0 calc(31.5% - 5px);
    padding-top: 7px;
  }
  .workflow .list li p {
    font-size: 2vw;
  }
  .workflow .list li span {
    font-size: 2.2vw;
  }
}

.workflow p.note {
  font-size: 18px;
  margin-top: 1%;
  margin-left: 17%;
}

@media all and (max-width: 768px) {
  .workflow p.note {
    font-size: 10px;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media all and (min-width: 769px) {
  .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.point .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 2%;
  margin-top: -1%;
}

.point .txt h4 {
  font-size: 35px;
  font-weight: normal;
}

.point .txt p:not(.fz35) {
  font-weight: bold;
  font-size: 35px;
  color: #988161;
  border-bottom: 1px solid #988161;
  display: inline-block;
}

@media all and (max-width: 1520px) {
  .point .txt p:not(.fz35) {
    font-size: 2.3vw;
  }
}

@media all and (max-width: 768px) {
  .point .txt {
    margin-top: 0;
  }
}

.point .txt .img {
  margin-top: -1.5%;
  padding: 0 5%;
}

.point .images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}

.point .images .active img {
  width: 100%;
  -webkit-animation: scaleImg 2s alternate;
          animation: scaleImg 2s alternate;
}

@media all and (max-width: 768px) {
  .point .txtpoint {
    text-align: center;
    margin-top: 5%;
  }
  .point .txtpoint p {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #988161;
    border-bottom: 1px solid #988161;
    display: inline-block;
    margin-bottom: 5%;
  }
}

@media all and (max-width: 520px) {
  .point .txtpoint p {
    font-size: 5vw;
  }
}

.testimonials {
  margin-top: 8%;
  background: #F1F2F4;
  border-radius: 30px;
  padding: 4% 7% 5%;
}

@media all and (max-width: 768px) {
  .testimonials {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media all and (max-width: 520px) {
  .testimonials {
    padding: 8% 5%;
    border-radius: 15px;
  }
}

.testimonials h4 span {
  position: relative;
  padding: 0 40px 0 30px;
  font-weight: normal;
  font-size: 40px;
}

@media all and (max-width: 768px) {
  .testimonials h4 span {
    font-size: 28px;
    padding-right: 20px;
    padding-left: 10px;
  }
}

@media all and (max-width: 520px) {
  .testimonials h4 span {
    font-size: 6vw;
  }
}

.testimonials h4 span::after {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(bottom, #DCE2E8 40%, transparent 40%);
  background: linear-gradient(0deg, #DCE2E8 40%, transparent 40%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.testimonials .txtq {
  font-size: 25px;
  background: url(../images/q.png) no-repeat left top 8px;
  background-size: 38px;
  padding-left: 50px;
  padding-bottom: 15px;
  padding-top: 8px;
  margin-top: 5%;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .testimonials .txtq {
    font-size: 20px;
    padding: 8px 0 12px;
    padding-left: 40px;
    background-size: 22px;
    background-position: top 50% left;
  }
}

@media all and (max-width: 520px) {
  .testimonials .txtq {
    padding-left: 23px;
    padding-top: 8px;
    width: 106%;
    background-size: 16px;
    font-size: 3.7vw;
  }
}

.testimonials .fz18 {
  font-family: "Zen Old Mincho", serif;
}

@media all and (max-width: 768px) {
  .testimonials .fz18 {
    font-size: 10px !important;
    text-align: right;
    display: block;
  }
}

.testimonials .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1%;
  margin-bottom: 2%;
}

@media all and (max-width: 768px) {
  .testimonials .info {
    margin-top: 3%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.testimonials .info .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.testimonials .info .left .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

@media all and (max-width: 768px) {
  .testimonials .info .left .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

@media all and (max-width: 768px) {
  .testimonials .info .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4%;
  }
}

.testimonials .info .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  min-width: 315px;
}

@media all and (max-width: 1240px) {
  .testimonials .info .right {
    min-width: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media all and (max-width: 768px) {
  .testimonials .info .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.testimonials .txt {
  margin-left: -2%;
}

@media all and (max-width: 1520px) {
  .testimonials .txt {
    margin-left: -4%;
  }
}

@media all and (max-width: 768px) {
  .testimonials .txt {
    margin-left: 0;
  }
}

@media all and (max-width: 520px) {
  .testimonials .txt {
    margin-right: 0%;
  }
}

.testimonials .txt p {
  font-size: 28px;
}

@media all and (max-width: 768px) {
  .testimonials .txt p {
    font-size: 18px;
  }
}

@media all and (max-width: 520px) {
  .testimonials .txt p {
    font-size: 3vw;
  }
}

.testimonials .number {
  position: relative;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.testimonials .number .num {
  font-size: 130px;
  color: #293057;
  display: inline-block;
  line-height: 0.8;
}

.testimonials .number .num small {
  font-size: 90px;
}

@media all and (max-width: 768px) {
  .testimonials .number .num {
    font-size: 80px;
  }
  .testimonials .number .num small {
    font-size: 55px;
  }
}

@media all and (max-width: 520px) {
  .testimonials .number .num {
    font-size: 14vw;
  }
  .testimonials .number .num small {
    font-size: 8vw;
  }
}

.testimonials .number small.str {
  font-size: 14px;
  position: absolute;
  right: 40px;
  top: 15px;
}

@media all and (max-width: 768px) {
  .testimonials .number small.str {
    right: 20px;
    top: 7px;
    font-size: 10px;
  }
}

@media all and (max-width: 520px) {
  .testimonials .number small.str {
    right: 10px;
    top: 5px;
    font-size: 9px;
  }
}

.testimonials dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.testimonials dl dt {
  font-size: 25px;
}

@media all and (max-width: 768px) {
  .testimonials dl dt {
    font-size: 15px;
  }
}

@media all and (max-width: 520px) {
  .testimonials dl dt {
    font-size: 3vw;
  }
}

.testimonials dl dd {
  font-size: 33px;
}

.testimonials dl dd small {
  font-size: 25px;
}

@media all and (max-width: 768px) {
  .testimonials dl dd {
    font-size: 20px;
  }
  .testimonials dl dd small {
    font-size: 15px;
  }
}

@media all and (max-width: 520px) {
  .testimonials dl dd {
    font-size: 6vw;
    line-height: 1;
  }
  .testimonials dl dd small {
    font-size: 3vw;
  }
}

.testimonials .right p {
  background: #fff;
  font-size: 21px;
  padding: 3%;
  line-height: 1.4;
  margin-bottom: 10px;
}

.testimonials .right p:first-child small {
  margin-top: 25px;
}

.testimonials .right p:last-child {
  margin-bottom: 0;
}

.testimonials .right p small {
  font-size: 19px;
  display: block;
  text-align: right;
}

@media all and (max-width: 768px) {
  .testimonials .right p {
    font-size: 20px;
  }
  .testimonials .right p small {
    font-size: 15px;
  }
}

@media all and (max-width: 520px) {
  .testimonials .right p {
    font-size: 4vw;
  }
}

.beforeafter {
  margin-top: 8%;
}

.beforeafter h4 {
  margin-bottom: 5%;
}

@media all and (max-width: 520px) {
  .beforeafter h4 {
    margin-bottom: 8%;
  }
}

.beforeafter h4 span {
  position: relative;
  padding: 0 40px 0 30px;
  font-weight: normal;
  font-size: 40px;
}

@media all and (max-width: 768px) {
  .beforeafter h4 span {
    font-size: 28px;
    padding-left: 10px;
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .beforeafter h4 span {
    font-size: 6vw;
  }
}

.beforeafter h4 span::after {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(bottom, #DCE2E8 40%, transparent 40%);
  background: linear-gradient(0deg, #DCE2E8 40%, transparent 40%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.beforeafter .item {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
}

@media all and (max-width: 768px) {
  .beforeafter .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .beforeafter .item:first-child, .beforeafter .item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 520px) {
  .beforeafter .item:first-child, .beforeafter .item:nth-child(2) {
    margin-bottom: 20px;
  }
}

.beforeafter .item .img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  line-height: 0;
  position: relative;
  cursor: pointer;
}

.beforeafter .item .img a {
  display: block;
}

.beforeafter .item .img a::after {
  position: absolute;
  content: '';
  background: url(../images/ico-z.png) no-repeat left center;
  background-size: 28px;
  width: 28px;
  height: 28px;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 520px) {
  .beforeafter .item .img a::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
    right: 5px;
    bottom: 5px;
  }
}

/* .beforeafter .item .img a::before {
  position: absolute;
  content: 'after';
  background: rgba(255, 255, 255, 0.9);
  width: auto;
  height: auto;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  padding: 0 20px 3px;
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
} */

@media all and (max-width: 768px) {
  .beforeafter .item .img a::before {
    font-size: 3vw;
    left: 5px;
    bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.beforeafter .item .img a:hover {
  opacity: .7;
}

.beforeafter .item .img a:hover img {
  opacity: 1;
}

.beforeafter .item span {
  border: 1px solid #000;
  padding: 4px 30px 5px;
  font-size: 22px;
  display: inline-block;
  margin-top: 25px;
}

@media all and (max-width: 768px) {
  .beforeafter .item span {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    display: block;
    margin-top: 20px;
  }
}

@media all and (max-width: 520px) {
  .beforeafter .item span {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.6vw;
    margin-top: 10px;
  }
}

.content3 .imglarge {
  box-shadow: 9px 9px 50px rgba(0, 0, 0, 0.25);
  margin-bottom: 7%;
}

.content3 .imglarge img{
  width: 100%;
}

@media all and (max-width: 520px) {
  .content3 .imglarge {
    margin-bottom: 10%;
  }
}

@media all and (min-width: 769px) {
  .listinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
  }
}

.listinfo .box {
  flex: 0 0 calc(33.3% - 4px);
  background: #E8E8E6;
  padding: 3% 1%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media all and (max-width: 768px) {
  .listinfo .box {
    padding: 6% 3%;
    margin-bottom: 1%;
  }
}

@media all and (max-width: 520px) {
  .listinfo .box {
    margin-bottom: 2%;
  }
}

.listinfo h5 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-bottom: 6%;
  padding-bottom: 10px;
}

.listinfo h5::after {
  position: absolute;
  content: '';
  background: #000;
  width: 70px;
  height: 1px;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
}

@media all and (max-width: 768px) {
  .listinfo h5 {
    font-size: 28px;
  }
}

@media all and (max-width: 520px) {
  .listinfo h5 {
    font-size: 5vw;
  }
}

.listinfo .img {
  margin-bottom: 8%;
  padding: 0 3%;
}

@media all and (max-width: 768px) {
  .listinfo .img {
    margin-bottom: 5%;
  }
  .listinfo .img + h5 {
    margin-top: 5%;
  }
}

.listinfo p {
  font-size: 20px;
  text-align: center;
}

@media all and (min-width: 769px) {
  .listinfo p {
    line-height: 1.8;
  }
}

@media all and (max-width: 768px) {
  .listinfo p {
    font-size: 15px;
  }
}

@media all and (max-width: 520px) {
  .listinfo p {
    font-size: 14px;
    width: 106%;
    margin-left: -3%;
  }
}

@media all and (max-width: 380px) {
  .listinfo p {
    font-size: 13px;
  }
}

.sec04 {
  background: #B5A794;
  padding: 6% 0;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 1500px) {
  .sec04 {
    padding: 8% 0 6%;
  }
}

@media all and (max-width: 768px) {
  .sec04 {
    background: #E2D7C2;
    padding: 8% 0;
  }
}

.sec04 .tit {
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .sec04 .tit {
    width: 44%;
  }
}

@media all and (max-width: 520px) {
  .sec04 .tit {
    width: 50%;
  }
}

.sec04 p.fontZen {
  font-size: 37px;
  color: #fff;
  margin: 5% 0;
  margin-bottom: 7%;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .sec04 p.fontZen {
    font-size: 20px;
    color: #000;
    margin: 3% 0;
  }
}

@media all and (max-width: 520px) {
  .sec04 p.fontZen {
    font-size: 3.7vw;
  }
}

.sec04 .boxwhite {
  max-width: 1620px;
  margin: 0 auto;
  width: 90%;
}

@media all and (min-width: 769px) {
  .sec04 .boxwhite {
    background: #fff;
    border-radius: 30px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 4% 5% 3%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .sec04 .boxwhite {
    max-width: 90%;
    margin: 0 auto;
  }
  .sec04 .boxwhite.first {
    border-bottom: 1px solid #000;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}

.sec04 .dflex {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 768px) {
  .sec04 .dflex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.sec04 .dflex .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36.6%;
      -ms-flex: 0 0 36.6%;
          flex: 0 0 36.6%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: 100%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .sec04 .dflex .img {
    max-width: 450px;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
}

.sec04 .dflex .img .compare {
  padding: 12px 50px;
  background: #fff;
  border-radius: 45px;
  border: 1px solid #DCE2E8;
  display: inline-block;
  margin-top: 35px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 25px;
  outline: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
  -webkit-touch-callout: none;
  /* iOS Safari */
}

.sec04 .dflex .img .compare-active {
  background: #DCE2E8;
}

@media all and (min-width: 769px) {
  .sec04 .dflex .img .compare.dissp {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .sec04 .dflex .img .compare {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin-top: 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    background: #fff;
    height: 40px;
    font-size: 18px;
    z-index: 20;
    font-family: "Zen Old Mincho", serif;
  }
  .sec04 .dflex .img .compare.dispc {
    display: none;
  }
  .sec04 .dflex .img .compare-active {
    background: #414141;
    color: #fff;
    border: 1px solid #414141;
    box-shadow: none;
  }
  .sec04 .dflex .img .compare-active::after {
    background: #414141;
    color: #fff;
    border: 1px solid #414141;
    box-shadow: none;
  }
}

@media all and (max-width: 520px) {
  .sec04 .dflex .img .compare {
    font-size: 15px;
  }
  .sec04 .dflex .img .compare::after {
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .sec04 .dflex .img .compare:hover {
    background: #DCE2E8;
  }
}

.sec04 .dflex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 7%;
}

@media all and (max-width: 768px) {
  .sec04 .dflex .txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.sec04 .dflex .shadow {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 769px) {
  /* .sec04 .dflex .shadow {
    aspect-ratio: 47/70;
  } */
  .sec04 .dflex .shadow img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .sec04 .dflex .shadow {
    margin: 0 auto;
    max-width: 450px;
  }
}

.sec04 .inbox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6% 0;
}

@media all and (max-width: 768px) {
  .sec04 .inbox {
    border: none;
    padding: 3% 0 0;
  }
}

@media all and (max-width: 520px) {
  .sec04 .inbox {
    padding-top: 7%;
  }
}

.sec04 .inbox h6 {
  font-size: 33px;
  text-align: center;
  position: relative;
  font-weight: normal;
  padding-bottom: 10px;
}

.sec04 .inbox h6 span {
  display: none;
}

@media all and (max-width: 768px) {
  .sec04 .inbox h6 {
    font-size: 25px;
  }
}

@media all and (max-width: 520px) {
  .sec04 .inbox h6 {
    font-size: 5vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .sec04 .inbox h6 span {
    display: inline-block;
    margin-left: 5px;
    font-size: 70%;
    margin-top: 2px;
  }
}

.sec04 .inbox h6::after {
  position: absolute;
  content: '';
  background: #000;
  width: 80px;
  height: 1px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}

@media all and (max-width: 520px) {
  .sec04 .inbox h6::after {
    width: 60px;
    margin-left: -30px;
    display: none;
  }
}

.sec04 .inbox p {
  font-size: 20px;
  text-align: center;
  margin-top: 3%;
}

@media all and (max-width: 768px) {
  .sec04 .inbox p {
    font-size: 16px;
    margin-top: 2%;
  }
}

@media all and (max-width: 520px) {
  .sec04 .inbox p {
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: none;
  }
}

.sec04 .ico {
  text-align: center;
  margin: 8% 0;
}

@media all and (max-width: 768px) {
  .sec04 .ico {
    display: none;
  }
}

.sec04 p.text_right small {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .sec04 p.text_right small {
    display: none;
  }
}

.sec04 .listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 5%;
  margin-top: 5%;
  gap: 5px;
}

@media all and (max-width: 768px) {
  .sec04 .listbtn {
    margin-top: 3%;
    padding: 0;
  }
}

.sec04 .listbtn li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec04 .listbtn li button {
  background: #fff;
  border: 1px solid #DCE2E8;
  border-radius: 45px;
  outline: none;
  font-size: 26px;
  letter-spacing: 2px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 6px 10px 8px;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.sec04 .listbtn li button:hover {
  background: #DCE2E8;
}

@media all and (max-width: 768px) {
  .sec04 .listbtn li button {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

@media all and (max-width: 520px) {
  .sec04 .listbtn li button {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
}

@media all and (max-width: 390px) {
  .sec04 .listbtn li button {
    font-size: 14px;
  }
}

.sec04 .listbtn li.active button {
  background: #DCE2E8;
  pointer-events: none;
}

@media all and (max-width: 768px) {
  .sec04 .listbtn li.active button {
    background: #414141;
    color: #fff;
    border: 1px solid #414141;
    box-shadow: none;
  }
}

@media all and (max-width: 520px) {
  .sec04 .listbtn li.active button {
    color: #fff;
  }
}

.sec05 {
  background: #293057;
  padding: 6% 0;
}

@media all and (max-width: 768px) {
  .sec05 {
    padding: 8% 0;
  }
}

.sec05 .tit {
  margin-bottom: 4%;
}

.sec05 .tit span {
  color: #fff;
  display: inline-block;
  padding: 0 5%;
  font-size: 75px;
  line-height: 1;
  position: relative;
}

.sec05 .tit span::before {
  position: absolute;
  content: '[';
  font-size: 60px;
  left: 0;
  top: 8px;
}

.sec05 .tit span::after {
  position: absolute;
  content: ']';
  font-size: 60px;
  right: 0;
  top: 8px;
}

@media all and (max-width: 768px) {
  .sec05 .tit span {
    font-size: 34px;
  }
  .sec05 .tit span::before, .sec05 .tit span::after {
    font-size: 30px;
    top: 1px;
  }
}

@media all and (max-width: 520px) {
  .sec05 .tit span {
    font-size: 8vw;
  }
}

.sec05 p.fontZen {
  font-size: 37px;
  font-weight: normal;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .sec05 p.fontZen {
    font-size: 20px;
  }
}

@media all and (max-width: 520px) {
  .sec05 p.fontZen {
    font-size: 3.9vw;
  }
}

@media all and (max-width: 375px) {
  .sec05 p.fontZen {
    font-size: 3.8vw;
  }
}

.listservice {
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 5%;
}

@media all and (min-width: 769px) {
  .listservice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.listservice .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  background: #fff;
  padding: 4% 3%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media all and (max-width: 768px) {
  .listservice .item {
    padding: 5%;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 1%;
  }
}

@media all and (max-width: 520px) {
  .listservice .item {
    padding: 6% 5%;
    margin-bottom: 2%;
  }
}

@media all and (max-width: 380px) {
  .listservice .item {
    max-width: 96%;
  }
}

.listservice .item-pro h4 {
  background: #B4A183;
}

.listservice .item-plus h4 {
  background: #4E576D;
}

.listservice .item-mini h4 {
  background: #8790A1;
}

.listservice .img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.listservice h4 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  padding: 3px 0 4px;
  margin-top: 5%;
  letter-spacing: 2px;
}

@media all and (max-width: 768px) {
  .listservice h4 {
    font-size: 28px;
    margin-top: 3%;
  }
}

@media all and (max-width: 520px) {
  .listservice h4 {
    font-size: 5.5vw;
    margin-top: 5%;
  }
}

.listservice p {
  font-size: 20px;
  padding: 0 6%;
  line-height: 1.6;
}

@media all and (min-width: 1500px) {
  .listservice p {
    text-align: justify;
  }
}

@media all and (max-width: 768px) {
  .listservice p {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
}

@media all and (max-width: 520px) {
  .listservice p {
    font-size: 14px;
  }
  .listservice p.tile3 {
    width: 108%;
    margin-left: -4%;
  }
}

@media all and (max-width: 380px) {
  .listservice p {
    font-size: 13px;
  }
}

.listservice p.fontZen {
  padding: 0;
  font-size: 28px;
  color: #000;
  text-align: center;
  margin: 5% 0;
}

@media all and (min-width: 1500px) {
  .listservice p.fontZen {
    margin-top: 8%;
    margin-bottom: 7%;
  }
}

@media all and (max-width: 768px) {
  .listservice p.fontZen {
    font-size: 20px;
    margin: 3% 0 2%;
  }
}

@media all and (max-width: 520px) {
  .listservice p.fontZen {
    font-size: 4.5vw;
    margin: 5% 0;
  }
}

.listservice small {
  font-size: 16px;
  border: 1px solid #000;
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 5%;
}

@media all and (max-width: 768px) {
  .listservice small {
    font-size: 15px;
    padding: 10px 0;
    margin-top: 2%;
  }
}

@media all and (max-width: 520px) {
  .listservice small {
    font-size: 3vw;
    margin-top: 4%;
  }
}

.sec06 {
  padding: 6% 0;
}

@media all and (max-width: 768px) {
  .sec06 {
    padding: 8% 0;
  }
}

@media all and (min-width: 1500px) {
  .sec06 {
    padding-top: 7%;
    padding-bottom: 8%;
  }
}

.sec06 .container .av-container {
  margin: 0 auto;
  border-bottom: 1px solid #000;
  padding-bottom: 6%;
  margin-bottom: 6%;
  max-width: 1520px;
}

.sec06 .container .av-container:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .sec06 .container .av-container {
    max-width: 90%;
  }
}

@media all and (max-width: 380px) {
  .sec06 .container .av-container {
    max-width: 96%;
  }
}

.sec06 h2 {
  margin-bottom: 5%;
  letter-spacing: 3px;
}

@media all and (max-width: 768px) {
  .sec06 h2 {
    margin-bottom: 7%;
  }
}

.sec06 h2 span {
  font-weight: normal;
  font-size: 35px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 45px;
  min-width: 430px;
  display: inline-block;
  padding: 4px 0 5px;
}

@media all and (max-width: 768px) {
  .sec06 h2 span {
    font-size: 25px;
  }
}

@media all and (max-width: 520px) {
  .sec06 h2 span {
    font-size: 5vw;
    min-width: 65%;
  }
}

.sec06 p {
  font-size: 25px;
  line-height: 1.8;
}

@media all and (max-width: 768px) {
  .sec06 p {
    font-size: 16px;
  }
}

@media all and (max-width: 520px) {
  .sec06 p {
    font-size: 14px;
  }
}

@media all and (max-width: 380px) {
  .sec06 p {
    font-size: 13px;
  }
}

.sec06 .boxplans {
  max-width: 1020px;
  margin: 0 auto;
  gap: 50px;
  margin-bottom: 6%;
}

@media all and (min-width: 769px) {
  .sec06 .boxplans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media all and (max-width: 768px) {
  .sec06 .boxplans {
    max-width: 70%;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 5%;
  }
}

@media all and (max-width: 520px) {
  .sec06 .boxplans {
    max-width: 80%;
    gap: 15px;
  }
}

.sec06 .boxsupport {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 5%;
  background: url(../images/ico-x2.svg) no-repeat center center;
}

@media all and (max-width: 1280px) {
  .sec06 .boxsupport {
    background-size: 15%;
    max-width: 80%;
  }
}

@media all and (max-width: 768px) {
  .sec06 .boxsupport {
    background-size: 40px;
    max-width: 100%;
  }
}

@media all and (max-width: 520px) {
  .sec06 .boxsupport + p.text_center {
    width: 106%;
    margin-left: -3%;
  }
}

.sec06 .cir {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  background: #B5A794;
  aspect-ratio: 1/1;
  max-width: 360px;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 1280px) {
  .sec06 .cir {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
}

@media all and (max-width: 768px) {
  .sec06 .cir {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media all and (max-width: 520px) {
  .sec06 .cir {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}

.sec06 .cir p {
  font-size: 21px;
  text-align: center;
  line-height: 1.4;
}

@media all and (max-width: 768px) {
  .sec06 .cir p {
    font-size: 12px;
  }
}

@media all and (max-width: 520px) {
  .sec06 .cir p {
    font-size: 2.5vw;
  }
}

.sec06 .cir p.fontZen {
  font-size: 37px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 4%;
  padding-bottom: 4%;
  width: 80%;
}

@media all and (max-width: 768px) {
  .sec06 .cir p.fontZen {
    font-size: 22px;
  }
}

@media all and (max-width: 520px) {
  .sec06 .cir p.fontZen {
    font-size: 4vw;
  }
}

.sec06 .boxservice {
  margin-bottom: 5%;
}

@media all and (max-width: 768px) {
  .sec06 .boxservice {
    display: block;
  }
}

.sec06 .boxservice .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}

@media all and (max-width: 768px) {
  .sec06 .boxservice .img {
    margin-bottom: 5%;
  }
}

.sec07 {
  background: #DCE2E8;
  padding: 4% 0 6% 0;
}

.sec07 h2 {
  margin-bottom: 3%;
}

@media all and (max-width: 768px) {
  .sec07 h2 {
    margin-bottom: 6%;
  }
}

.sec07 h2 span {
  font-size: 53px;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .sec07 h2 span {
    font-size: 27px;
  }
}

@media all and (max-width: 520px) {
  .sec07 h2 span {
    font-size: 5vw;
  }
}

.sec07 h2 small {
  font-size: 40px;
  display: block;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .sec07 h2 small {
    font-size: 20px;
  }
}

@media all and (max-width: 520px) {
  .sec07 h2 small {
    font-size: 4vw;
  }
}

.sec07 .img {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 768px) {
  .sec07 .img {
    padding-left: 7%;
  }
}

.sec07 .img .txt {
  position: absolute;
  left: -10%;
  top: -22%;
  background: #9CB5CE;
  border-radius: 100%;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
  aspect-ratio: 1/1;
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2%;
}

@media all and (max-width: 768px) {
  .sec07 .img .txt {
    width: 26%;
    left: 0;
    top: -32%;
  }
}

@media all and (max-width: 520px) {
  .sec07 .img .txt {
    width: 26%;
    left: 0;
    top: -32%;
  }
}

.sec07 .img .txt span {
  font-size: 85px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media all and (max-width: 768px) {
  .sec07 .img .txt span {
    font-size: 38px;
  }
}

@media all and (max-width: 520px) {
  .sec07 .img .txt span {
    font-size: 7vw;
  }
}

.sec07 .btncon {
  margin: 0 auto;
  margin-top: 1%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .sec07 .btncon {
    margin-top: 5%;
  }
}

.sec07 .btncon a {
  background: #97846A url(../images/arr4.svg) no-repeat right 80px center;
  border-radius: 90px;
  color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 160px 0 80px;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec07 .btncon a small {
  font-size: 17px;
  display: block;
  letter-spacing: 1px;
}

.sec07 .btncon a span {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  font-style: normal;
}

.sec07 .btncon a span small {
  font-size: 36px;
  display: inline-block;
  margin-right: 15px;
}

.sec07 .btncon a:hover {
  box-shadow: none;
  opacity: 0.7;
}

@media all and (min-width: 769px) {
  .sec07 .btncon a {
    height: 120px;
  }
}

@media all and (max-width: 768px) {
  .sec07 .btncon a {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 10%;
    padding-right: 16%;
    background-size: 6%;
  }
  .sec07 .btncon a span {
    font-size: 30px;
  }
  .sec07 .btncon a span small {
    font-size: 24px;
    margin-right: 10px;
  }
  .sec07 .btncon a small {
    font-size: 11.5px;
  }
}

@media all and (max-width: 520px) {
  .sec07 .btncon a {
    background-position: right 5% center;
  }
  .sec07 .btncon a span {
    font-size: 5.7vw;
  }
  .sec07 .btncon a span small {
    font-size: 5vw;
  }
  .sec07 .btncon a small {
    font-size: 2.2vw;
  }
}

.secondpage {
  padding-bottom: 100px;
}

@media all and (max-width: 520px) {
  .secondpage {
    padding-bottom: 50px;
  }
}

.secondpage .header {
  background: none;
  box-shadow: none;
  opacity: 1;
  position: relative;
}

.secondpage .header a{
  padding-top: 15px;
}

.secondpage .header .dispc, .secondpage .header .btncontact {
  display: none;
}

.secondpage .header .dissp {
  display: block;
}

.secondpage footer {
  display: none;
}

.content__contact {
  padding-top: 20px;
}

@media all and (max-width: 768px) {
  .content__contact {
    padding-top: 15px;
  }
}

.content__contact .table_template {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 120px;
}

@media all and (max-width: 1280px) {
  .content__contact .table_template {
    padding: 50px;
  }
}

@media all and (max-width: 768px) {
  .content__contact .table_template {
    padding: 30px 20px;
  }
}

.content__contact .table_template table {
  width: 100%;
}

.content__contact .table_template th, .content__contact .table_template td {
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  padding: 8px 0;
}

.content__contact .table_template th .required, .content__contact .table_template td .required {
  color: #FF285E;
  font-size: 15px;
  margin-left: 10px;
}

@media all and (max-width: 768px) {
  .content__contact .table_template th, .content__contact .table_template td {
    font-size: 16px;
    display: block;
    width: 100%;
  }
}

.content__contact .table_template tr:first-child th {
  vertical-align: top;
  padding-top: 15px;
}

@media all and (max-width: 768px) {
  .content__contact .table_template tr:first-child th {
    padding-top: 0;
  }
}

.content__contact .table_template th {
  width: 30%;
}

@media all and (max-width: 768px) {
  .content__contact .table_template th {
    width: 100%;
  }
}

.content__contact .table_template input[type='text'],
.content__contact .table_template input[type='tel'],
.content__contact .table_template input[type='email'] {
  border: none;
  outline: none;
  padding: 20px;
  background: #F1F2F4;
  border-radius: 10px;
  width: 100%;
}

.content__contact .table_template textarea {
  border: none;
  outline: none;
  padding: 20px;
  background: #F1F2F4;
  border-radius: 10px;
  width: 100%;
  height: 260px;
}

.content__contact p.note {
  font-size: 26px;
  color: #F15858;
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .content__contact p.note {
    font-size: 20px;
  }
}

@media all and (max-width: 520px) {
  .content__contact p.note {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media all and (max-width: 480px) {
  .content__contact p.note {
    font-size: 3.2vw;
  }
}

.content__contact .form_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .content__contact .form_submit {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.content__contact .form_submit button ,
.content__contact .form_submit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  text-align: center;
  background: #97846A;
  border-radius: 100px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  cursor: pointer;
  height: 95px;
  padding: 10px 65px 12px;
}

.content__contact .form_submit button small ,
.content__contact .form_submit a small {
  font-size: 20px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media all and (max-width: 768px) {
  .content__contact .form_submit button small ,
  .content__contact .form_submit a small {
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .content__contact .form_submit button:hover ,
  .content__contact .form_submit a:hover {
    opacity: .7;
    box-shadow: none;
  }
}

@media all and (max-width: 768px) {
  .content__contact .form_submit button ,
  .content__contact .form_submit a {
    font-size: 24px;
    height: 80px;
  }
}

@media all and (max-width: 520px) {
  .content__contact .form_submit button ,
  .content__contact .form_submit a {
    font-size: 20px;
    height: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.content__contact .error {
  text-align: center;
  font-size: 30px;
  color: #FF285E;
  margin-bottom: 30px;
}

@media all and (max-width: 1280px) {
  .content__contact .error {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .content__contact .error {
    font-size: 20px;
  }
}

@media all and (max-width: 520px) {
  .content__contact .error {
    font-size: 16px;
  }
}

.content__contact .form-confirm td div {
  padding: 20px;
  background: #F1F2F4;
  border-radius: 10px;
  width: 100%;
  color: #414141;
}

.content__contact .form-confirm .text_center {
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px dashed #000;
  padding-top: 30px;
  max-width: 1200px;
}

.content__contact .form-confirm .text_center p {
  font-size: 20px;
}

@media all and (max-width: 768px) {
  .content__contact .form-confirm .text_center p {
    font-size: 16px;
  }
}

@media all and (max-width: 520px) {
  .content__contact .form-confirm .text_center p {
    font-size: 15px;
    letter-spacing: -1px;
  }
}

.content__contact .form-confirm .text_center a {
  color: #408FC9;
  text-decoration: underline;
}

.content__contact a.btnback {
  font-size: 25px;
  background: #fff;
  border-radius: 45px;
  border: 2px solid #97846A;
  color: #97846A;
  font-family: "Zen Old Mincho", serif;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 70px 16px;
  margin-left: 40px;
}

@media all and (min-width: 769px) {
  .content__contact a.btnback:hover {
    opacity: .7;
    box-shadow: none;
  }
}

@media all and (max-width: 1280px) {
  .content__contact a.btnback {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 768px) {
  .content__contact a.btnback {
    font-size: 20px;
    margin-left: 0;
    margin-top: 30px;
  }
}

.content__contact a.btntop {
  font-size: 32px;
  background: #97846A;
  border-radius: 45px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  padding: 14px 70px 16px;
}

@media all and (min-width: 769px) {
  .content__contact a.btntop:hover {
    opacity: .7;
    box-shadow: none;
  }
}

@media all and (max-width: 768px) {
  .content__contact a.btntop {
    font-size: 20px;
  }
}

.content__contact .form-completed {
  text-align: center;
}

.content__contact .form-completed h2 {
  font-size: 30px;
  margin-bottom: 10%;
}

@media all and (max-width: 768px) {
  .content__contact .form-completed h2 {
    font-size: 24px;
  }
}

.content__contact .form-completed p {
  font-size: 23px;
  margin-bottom: 15%;
  line-height: 1.6;
}

@media all and (max-width: 768px) {
  .content__contact .form-completed p {
    font-size: 16px;
  }
}

.loading-inside .txt {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  color: #111;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: pre-line;
  line-height: 1.8;
  font-size: 3.6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Zen Old Mincho", serif;
}

@media all and (max-width: 768px) {
  .loading-inside .txt {
    font-size: 4vw;
    letter-spacing: 0;
  }
}

@media all and (max-width: 520px) {
  .loading-inside .txt {
    font-size: 5vw;
  }
}

@media all and (min-width: 1800px) {
  .loading-inside .txt {
    font-size: 59px;
  }
}

.loading-inside .txt span {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(8px) scale(0.98);
      -ms-transform: translateY(8px) scale(0.98);
          transform: translateY(8px) scale(0.98);
  -webkit-animation: deblur 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: deblur 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes deblur {
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes deblur {
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
