@charset "UTF-8";
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 200;
  src: url("../../font/NotoSansJP-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 600;
  src: url("../../font/NotoSansJP-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 700;
  src: url("../../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 900;
  src: url("../../font/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 200;
  src: url("../../font_m/NotoSerifJP-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../../font_m/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../../font_m/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("../../font_m/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../../font_m/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 400;
  src: url("../../font_c/MPLUSRounded1c-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 500;
  src: url("../../font_c/MPLUSRounded1c-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 700;
  src: url("../../font_c/MPLUSRounded1c-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 800;
  src: url("../../font_c/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-display: swap;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: bottom;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

ul li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

ol li {
  margin: 0;
  list-style: none !important;
  list-style-image: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

small {
  font-size: 100%;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

label, input[type=button], input[type=submit], input[type=image], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

a:link {
  -webkit-tap-highlight-color: #ff5e99;
}

button {
  width: auto;
  overflow: visible;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

a, a:visited {
  text-decoration: none;
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}

pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr, img {
  page-break-inside: avoid;
}

@page {
  margin: 0.5cm;
}
p, h2, h3 {
  orphans: 3;
  widows: 3;
}

h2, h3 {
  page-break-after: avoid;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "NotoSansJp", Arial, Verdana, "Helvetica Neue", Helvetica, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic";
  font-size: 15px;
  font-size: 1.5rem;
  color: #3d4246;
  line-height: 2.2;
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  /*-----------斜線----------*/
  /*-----------float clear----------*/
  /*-----------縦書きの文字を左右ズレを揃える----------*/
  /*-----------page top----------*/
}
@media (max-width: 1024px) {
  body {
    min-width: initial !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
body p {
  font-family: "NotoSansJp", Arial, Verdana, "Helvetica Neue", Helvetica, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic";
  font-size: 15px;
  font-size: 1.5rem;
  color: #3d4246;
  line-height: 2.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  line-break: strict;
}
@media (max-width: 767px) {
  body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
body .selector {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  line-break: strict;
}
body .selector02 {
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
  line-break: strict;
}
body .border-bg {
  height: auto;
  display: block;
  width: 100%;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4.8px, rgba(210, 210, 210, 0.8) 4.8px, rgba(210, 210, 210, 0.8) 5.5px);
  bottom: 0;
}
body .pc_none {
  display: block;
}
@media (max-width: 1200px) {
  body .pc_none {
    display: none !important;
  }
}
body .pc_inherit {
  display: none;
}
@media (max-width: 1200px) {
  body .pc_inherit {
    display: block !important;
  }
}
body .tb_none {
  display: block;
}
@media (max-width: 1024px) {
  body .tb_none {
    display: none !important;
  }
}
body .tb_inherit {
  display: none;
}
@media (max-width: 1024px) {
  body .tb_inherit {
    display: block !important;
  }
}
body .ab_none {
  display: block;
}
@media (max-width: 820px) {
  body .ab_none {
    display: none !important;
  }
}
body .ab_inherit {
  display: none;
}
@media (max-width: 820px) {
  body .ab_inherit {
    display: block !important;
  }
}
body .sb_none {
  display: block;
}
@media (max-width: 1023px) {
  body .sb_none {
    display: none !important;
  }
}
body .sb_inherit {
  display: none;
}
@media (max-width: 1023px) {
  body .sb_inherit {
    display: block !important;
  }
}
body .sp_none {
  display: block;
}
@media (max-width: 767px) {
  body .sp_none {
    display: none !important;
  }
}
body .sp_inherit {
  display: none;
}
@media (max-width: 767px) {
  body .sp_inherit {
    display: block !important;
  }
}
body .se_none {
  display: block;
}
@media (max-width: 389px) {
  body .se_none {
    display: none !important;
  }
}
body .se_inherit {
  display: none;
}
@media (max-width: 389px) {
  body .se_inherit {
    display: block !important;
  }
}
body .__pt40 {
  padding-top: 40px;
}
body .__pt60 {
  padding-top: 60px;
}
body .__pt80 {
  padding-top: 80px;
}
body .__pt100 {
  padding-top: 100px;
}
body .__pt120 {
  padding-top: 120px;
}
body .__pt140 {
  padding-top: 140px;
}
body .__pt160 {
  padding-top: 160px;
}
body .__pt180 {
  padding-top: 180px;
}
body .__pt200 {
  padding-top: 200px;
}
body .__pt220 {
  padding-top: 220px;
}
body .__pt240 {
  padding-top: 240px;
}
body .__mt40 {
  margin-top: 40px;
}
body .__mt60 {
  margin-top: 60px;
}
body .__mt80 {
  margin-top: 80px;
}
body .__mt100 {
  margin-top: 100px;
}
body .__mt120 {
  margin-top: 120px;
}
body .__mt140 {
  margin-top: 140px;
}
body .__mt160 {
  margin-top: 160px;
}
body .__mt180 {
  margin-top: 180px;
}
body .__mt200 {
  margin-top: 200px;
}
body .__mt220 {
  margin-top: 220px;
}
body .__mt240 {
  margin-top: 240px;
}
body .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body .w_mode {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
body .page_top {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 5;
  display: block;
  text-align: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  body .page_top {
    display: none !important;
  }
}
body .page_top p.pagetop {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-right: 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Michroma", sans-serif;
  color: #fff;
  background: #444;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .page_top p.pagetop:before {
  content: " ";
  display: block;
  text-align: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #fff transparent;
  position: relative;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body .page_top p.pagetop:before {
    right: 0px;
  }
}

/* 骨組み */
body footer.site-footer .footerHead {
  width: 100%;
  padding: 100px 0 140px;
  background: #333;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerHead {
    padding: 100px 0;
  }
}
body footer.site-footer .footerHead__inner {
  width: 77%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerHead__inner {
    width: 100%;
  }
}
body footer.site-footer .footerHead__logo {
  width: 187px;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerHead__logo {
    margin: 0 auto;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body footer.site-footer .footerHead__logo {
    width: 38%;
  }
}
body footer.site-footer .footerHead__logo a {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body footer.site-footer .footerHead__logo a:hover {
  opacity: 0.7;
}
body footer.site-footer .footerHead__logo a img {
  width: 100%;
  height: auto;
}
body footer.site-footer .footerHead__nav {
  width: calc(100% - 200px);
}
@media (max-width: 1023px) {
  body footer.site-footer .footerHead__nav {
    display: none;
  }
}
body footer.site-footer .footerHead__nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body footer.site-footer .footerHead__nav ul li {
  position: relative;
}
body footer.site-footer .footerHead__nav ul li:not(:last-child) {
  margin-right: 4%;
}
body footer.site-footer .footerHead__nav ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e70f20;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
body footer.site-footer .footerHead__nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body footer.site-footer .footerHead__nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body footer.site-footer .footerHead__nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body footer.site-footer .footerMiddle {
  width: 100%;
  padding: 8px 0;
  background: #fff;
}
@media (max-width: 767px) {
  body footer.site-footer .footerMiddle {
    padding: 12px 0;
  }
}
body footer.site-footer .footerMiddle__inner {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  body footer.site-footer .footerMiddle__inner {
    width: 77%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body footer.site-footer .footerMiddle__inner {
    width: 100%;
  }
}
body footer.site-footer .footerMiddle__logo {
  width: 50%;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerMiddle__logo {
    width: 100%;
  }
}
body footer.site-footer .footerMiddle__logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aligin-items: center;
  color: #3d4246;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerMiddle__logo a {
    margin: 0 auto;
  }
}
body footer.site-footer .footerMiddle__logo a:hover {
  opacity: 0.6;
}
body footer.site-footer .footerMiddle__logo a img {
  width: 120px;
}
body footer.site-footer .footerMiddle__logo a span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerMiddle__logo a span {
    display: none;
  }
}
body footer.site-footer .footerMiddle__nav {
  width: 40%;
}
@media (max-width: 1023px) {
  body footer.site-footer .footerMiddle__nav {
    display: none;
  }
}
body footer.site-footer .footerMiddle__nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body footer.site-footer .footerMiddle__nav ul li:last-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #3d4246;
  margin: 0 20px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: relative;
  top: 2px;
}
body footer.site-footer .footerMiddle__nav ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3d4246;
  position: relative;
}
body footer.site-footer .footerMiddle__nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body footer.site-footer .footerMiddle__nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #3d4246;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body footer.site-footer .footerCopy {
  width: 100%;
  padding: 25px 0;
  background: #e70f20;
}
body footer.site-footer .footerCopy p.small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

/* 骨組み */
body {
  /*-----------header ham&sp_nav----------*/
  /*-----------menu 横から----------*/
  /*.open .ham_menu
  * transform: translateX( 0)!important*/
  /*-----------header clone start----------*/
}
body .site-header {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 1024px) {
  body .site-header {
    min-width: initial;
  }
}
@media (max-width: 1023px) {
  body .site-header {
    height: 60px;
  }
}
body .site-header.transform {
  height: 90px;
  opacity: 1;
}
@media (max-width: 1023px) {
  body .site-header.transform {
    height: 60px;
  }
}
body .site-header.transform .header_inner .header_left .transLogo {
  opacity: 1;
}
body .site-header.transform .header_inner .header_left .transLogo a {
  pointer-events: auto;
}
body .site-header .header_inner {
  width: 100%;
  height: 100%;
  padding: 0 0 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  body .site-header .header_inner {
    padding: 0 0 0 5%;
  }
}
body .site-header .header_inner .header_left {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  body .site-header .header_inner .header_left {
    width: 280px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .site-header .header_inner .header_left {
    width: 130px;
    height: auto;
  }
}
body .site-header .header_inner .header_left h1 {
  width: 177px;
  height: 52;
}
@media (max-width: 1024px) {
  body .site-header .header_inner .header_left h1 {
    width: 141.6px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .site-header .header_inner .header_left h1 {
    width: 130px;
    height: auto;
  }
}
body .site-header .header_inner .header_left h1 a {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .site-header .header_inner .header_left h1 a:hover {
  opacity: 0.5;
}
body .site-header .header_inner .header_left h1 a img {
  width: 100%;
}
body .site-header .header_inner .header_left .transLogo {
  width: 140px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 1024px) {
  body .site-header .header_inner .header_left .transLogo {
    width: 112px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .site-header .header_inner .header_left .transLogo {
    display: none;
  }
}
body .site-header .header_inner .header_left .transLogo.-block {
  opacity: 1;
}
body .site-header .header_inner .header_left .transLogo.-block a {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
}
body .site-header .header_inner .header_left .transLogo.-block a:hover {
  opacity: 0.5;
}
body .site-header .header_inner .header_left .transLogo a {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
body .site-header .header_inner .header_left .transLogo a:hover {
  opacity: 0.5;
}
body .site-header .header_inner .header_left .transLogo a img {
  width: 100%;
}
body .site-header .header_inner .header_right {
  width: calc(100% - 350px - 1%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  body .site-header .header_inner .header_right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 1023px) {
  body .site-header .header_inner .header_right {
    height: 100%;
    width: 60px;
  }
}
body .site-header .header_inner .header_right nav.navigation {
  width: calc(100% - 180px);
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  body .site-header .header_inner .header_right nav.navigation {
    display: none;
  }
}
body .site-header .header_inner .header_right nav.navigation ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body .site-header .header_inner .header_right nav.navigation ul li {
  margin-right: 3%;
}
@media (max-width: 1024px) {
  body .site-header .header_inner .header_right nav.navigation ul li {
    margin-right: 2%;
  }
}
body .site-header .header_inner .header_right nav.navigation ul li a {
  color: #3d4246;
  display: block;
  padding: 0 5px;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .site-header .header_inner .header_right nav.navigation ul li a:hover::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
body .site-header .header_inner .header_right nav.navigation ul li a:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body .site-header .header_inner .header_right nav.navigation ul li a::before {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  font-family: "NotoSansJp", Arial, Verdana, "Helvetica Neue", Helvetica, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  content: attr(data-en);
}
body .site-header .header_inner .header_right nav.navigation ul li a::after {
  width: 100%;
  font-family: "NotoSansJp", Arial, Verdana, "Helvetica Neue", Helvetica, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic";
  font-size: 14px;
  font-size: 1.4rem;
  color: #e70f20;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  content: attr(data-ja);
  position: absolute;
  top: 0px;
  left: 0;
}
body .site-header .header_inner .header_right nav.navigation ul li a span {
  display: none;
}
body .site-header .header_inner .header_right .header_contact {
  width: 180px;
  height: 100%;
}
@media (max-width: 1023px) {
  body .site-header .header_inner .header_right .header_contact {
    display: none;
  }
}
body .site-header .header_inner .header_right .header_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e70f20;
  color: #fff;
  border: 1px solid #e70f20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
body .site-header .header_inner .header_right .header_contact a:hover {
  color: #e70f20;
}
body .site-header .header_inner .header_right .header_contact a:hover::after {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
body .site-header .header_inner .header_right .header_contact a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
body .site-header .header_inner .header_right .header_contact a i.fa-envelope {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 8px;
}
body .site-header .header_inner .header_right .header_contact a span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.6;
}
body .site-header .header_inner .header_right .sp_nav {
  display: none;
}
@media (max-width: 1023px) {
  body .site-header .header_inner .header_right .sp_nav {
    width: 60px;
    height: 60px;
    background: #e70f20;
    display: block;
    position: relative;
    z-index: 7;
  }
}
body .site-header .header_inner .header_right .sp_nav #ham_nav {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 18px 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 7;
}
body .site-header .header_inner .header_right .sp_nav #ham_nav div {
  position: relative;
  width: 100%;
  height: 100%;
}
body .site-header .header_inner .header_right .sp_nav #ham_nav div span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
body .site-header .header_inner .header_right .sp_nav #ham_nav div span:nth-child(1) {
  top: 0px;
}
body .site-header .header_inner .header_right .sp_nav #ham_nav div span:nth-child(2) {
  top: 11px;
}
body .site-header .header_inner .header_right .sp_nav #ham_nav div span:nth-child(3) {
  top: 22px;
}
body .site-header .header_inner .ham_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/home/ham_bg_@2x.webp") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 6;
  overflow: auto;
}
body .site-header .header_inner .ham_menu .ham_inner {
  width: 100%;
  padding: 80px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
body .site-header .header_inner .ham_menu .ham_inner .logoArea {
  width: 50%;
  margin: 0 auto;
}
body .site-header .header_inner .ham_menu .ham_inner .logoArea.move img {
  -webkit-animation: sp_menu 0.5s ease 0.5s 1 normal forwards;
          animation: sp_menu 0.5s ease 0.5s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .ham_inner .logoArea img {
  width: 100%;
  opacity: 0;
}
body .site-header .header_inner .ham_menu .ham_inner .spmenu_tel {
  width: 100%;
  padding: 0 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
body .site-header .header_inner .ham_menu .ham_inner .spmenu_tel.move {
  -webkit-animation: sp_menu 0.5s ease 0.5s 1 normal forwards;
          animation: sp_menu 0.5s ease 0.5s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .ham_inner .spmenu_tel a {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 10px;
}
body .site-header .header_inner .ham_menu .ham_inner .spmenu_tel a i.fa-phone-flip {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-right: 5px;
}
body .site-header .header_inner .ham_menu .ham_inner .spmenu_tel p.notes {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
body .site-header .header_inner .ham_menu .ham_inner .insta {
  width: 100%;
  margin-top: 20px;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
body .site-header .header_inner .ham_menu .ham_inner .insta.move {
  -webkit-animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .ham_inner .insta a {
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
body .site-header .header_inner .ham_menu .ham_inner .insta a i.fa-brands.fa-instagram {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
body .site-header .header_inner .ham_menu ul.accordion {
  display: block;
  margin: 40px auto 0;
  width: 100%;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 0;
  position: relative;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu:not(:first-child) {
  margin-top: 10px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12%;
  top: 25px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu a {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "NotoSansJp", Arial, Verdana, "Helvetica Neue", Helvetica, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic";
  display: block;
  color: #fff;
  padding: 8px 0;
  border: 1px solid rgb(255, 255, 255);
  line-height: 1.8;
  border-radius: 8px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu a span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label span.switch {
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  position: relative;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label span.switch:after {
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  content: "+";
  display: inline-block;
  position: absolute;
  top: 20px;
  margin-left: 20px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label span.switch:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  position: relative;
  top: -3px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label span.switch.open:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 27px;
  margin-left: 20px;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label ul.contentWrap {
  width: 100%;
  padding: 0;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label ul.contentWrap li.aco_menu {
  text-align: center;
  width: 100%;
  padding: 0px 5%;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label ul.contentWrap li.aco_menu a {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Ｓ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  display: block;
  padding: 15px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(218, 144, 2, 0.5);
}
body .site-header .header_inner .ham_menu ul.accordion li.menu_label ul.displayNone {
  display: none;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide {
  opacity: 0;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(1).move {
  -webkit-animation: sp_menu 0.5s ease 0.7s 1 normal forwards;
          animation: sp_menu 0.5s ease 0.7s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(2).move {
  -webkit-animation: sp_menu 0.5s ease 0.9s 1 normal forwards;
          animation: sp_menu 0.5s ease 0.9s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(3).move {
  -webkit-animation: sp_menu 0.5s ease 1.1s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.1s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(4).move {
  -webkit-animation: sp_menu 0.5s ease 1.3s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.3s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(5).move {
  -webkit-animation: sp_menu 0.5s ease 1.5s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.5s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(6).move {
  -webkit-animation: sp_menu 0.5s ease 1.7s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.7s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(7).move {
  -webkit-animation: sp_menu 0.5s ease 1.9s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.9s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(8).move {
  -webkit-animation: sp_menu 0.5s ease 2.1s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.1s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(9).move {
  -webkit-animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(10).move {
  -webkit-animation: sp_menu 0.5s ease 2.5s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.5s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(11).move {
  -webkit-animation: sp_menu 0.5s ease 2.7s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.7s 1 normal forwards;
}
body .site-header .header_inner .ham_menu ul.accordion li.slide:nth-child(12).move {
  -webkit-animation: sp_menu 0.5s ease 2.9s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.9s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .management {
  width: 100%;
  margin-top: 60px;
}
body .site-header .header_inner .ham_menu .managementLogo {
  width: 65%;
  margin: 0 auto;
  opacity: 0;
}
body .site-header .header_inner .ham_menu .managementLogo.move {
  -webkit-animation: sp_menu 0.5s ease 1.7s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.7s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .managementLogo img {
  width: 100%;
}
body .site-header .header_inner .ham_menu .managementLogo span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  display: block;
}
body .site-header .header_inner .ham_menu .managementLink {
  width: 100%;
  margin-top: 30px;
}
body .site-header .header_inner .ham_menu .managementLink ul {
  width: 100%;
}
body .site-header .header_inner .ham_menu .managementLink ul li {
  width: 100%;
  opacity: 0;
}
body .site-header .header_inner .ham_menu .managementLink ul li:not(:first-child) {
  margin-top: 10px;
}
body .site-header .header_inner .ham_menu .managementLink ul li a {
  width: 100%;
  padding: 8px 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.8;
  border-radius: 8px;
}
body .site-header .header_inner .ham_menu .managementLink ul li a span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
body .site-header .header_inner .ham_menu .managementLink ul li:nth-child(1).move {
  -webkit-animation: sp_menu 0.5s ease 1.9s 1 normal forwards;
          animation: sp_menu 0.5s ease 1.9s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .managementLink ul li:nth-child(2).move {
  -webkit-animation: sp_menu 0.5s ease 2.1s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.1s 1 normal forwards;
}
body .site-header .header_inner .ham_menu .managementLink ul li:nth-child(3).move {
  -webkit-animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
          animation: sp_menu 0.5s ease 2.3s 1 normal forwards;
}
body .open #ham_nav div span:nth-child(1) {
  top: 12px !important;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff !important;
}
body .open #ham_nav div span:nth-child(2) {
  width: 0 !important;
  left: 50% !important;
}
body .open #ham_nav div span:nth-child(3) {
  top: 12px !important;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff !important;
}
body .open #ham_nav {
  background: #333;
}

/* 骨組み */
body {
  /*-----------contactFoot start----------*/
}
body .contactFoot {
  width: 100%;
  margin: 80px 0;
}
@media (max-width: 1024px) {
  body .contactFoot {
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .contactFoot {
    margin: 50px 0;
  }
}
body .contactFoot__bg {
  width: 84%;
  margin: 0 auto;
  height: 420px;
  border-radius: 30px;
  background: url("../img/home/contact_bgj_@1.5x.webp") no-repeat;
  background-size: cover;
  background-position: center;
  will-change: transform;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  body .contactFoot__bg {
    height: 380px;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .contactFoot__bg {
    background: url("../img/home/contact_bgj_@2x.webp") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
  }
}
body .contactFoot__bg::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  oapcity: 0;
}
body .contactFoot__bg.move::after {
  -webkit-animation: slideIn-image 0.5s ease 0s 1 normal forwards;
          animation: slideIn-image 0.5s ease 0s 1 normal forwards;
}
body .contactFoot__inner {
  width: 86%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  body .contactFoot__inner {
    width: 100%;
    padding: 80px 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body .contactFoot__inner {
    padding: 90px 7% 80px;
  }
}
body .contactFoot__title {
  width: 50%;
  margin-top: -40px;
}
@media (max-width: 1023px) {
  body .contactFoot__title {
    width: 100%;
    margin-top: 0;
  }
}
body .contactFoot__btn {
  width: 300px;
  margin-right: -5%;
  opacity: 0;
}
body .contactFoot__btn.move {
  -webkit-animation: downSmall 1s ease 0.5s 1 normal forwards;
          animation: downSmall 1s ease 0.5s 1 normal forwards;
}
@media (max-width: 1023px) {
  body .contactFoot__btn {
    width: 100%;
    margin-top: 100px;
  }
}

/*アニメーション関係*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes swipe {
  0%, 100% {
    -webkit-transform: translatex(-30px);
            transform: translatex(-30px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@keyframes swipe {
  0%, 100% {
    -webkit-transform: translatex(-30px);
            transform: translatex(-30px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes sliderPagination {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes former {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotate(0deg);
            transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotate(0deg);
            transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes former {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotate(0deg);
            transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotate(0deg);
            transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-image {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideIn-image {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes smallUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes smallUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom_soon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoom_soon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes zoom_show {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  90% {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  100% {
    -webkit-filter: brightness(190%) blur(5px) saturate(120%);
            filter: brightness(190%) blur(5px) saturate(120%);
  }
}
@keyframes zoom_show {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  90% {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  100% {
    -webkit-filter: brightness(190%) blur(5px) saturate(120%);
            filter: brightness(190%) blur(5px) saturate(120%);
  }
}
@-webkit-keyframes copyText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes copyText {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes markIn {
  100% {
    opacity: 1;
  }
}
@keyframes markIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes titleMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0) rotate(0);
            transform: translate3d(-25px, 0, 0) rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes titleMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25px, 0, 0) rotate(0);
            transform: translate3d(-25px, 0, 0) rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@-webkit-keyframes cover {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes cover {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-In {
  0% {
    width: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes slide-In {
  0% {
    width: 0%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_sp {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slideIn_sp {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_p {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 85%;
  }
}
@keyframes slideIn_p {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 85%;
  }
}
@-webkit-keyframes slideIn_t {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 95%;
  }
}
@keyframes slideIn_t {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 95%;
  }
}
@-webkit-keyframes slideIn_s {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 115%;
  }
}
@keyframes slideIn_s {
  0% {
    width: 0%;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 115%;
  }
}
@-webkit-keyframes slideIn02 {
  0% {
    width: 0%;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: 78%;
    opacity: 1;
  }
}
@keyframes slideIn02 {
  0% {
    width: 0%;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: 78%;
    opacity: 1;
  }
}
@-webkit-keyframes slideIn02_sp {
  0% {
    width: 0%;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes slideIn02_sp {
  0% {
    width: 0%;
  }
  5% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
/*-----斜めから表示----*/
.slanting {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transform: translate3d(0, 10%, 0) rotate3d(1, 1, 0, -30deg);
          transform: translate3d(0, 10%, 0) rotate3d(1, 1, 0, -30deg);
}
.slanting.move {
  opacity: 1;
  -webkit-transform: translate3d(0, -30%, 0) rotate3d(1, 1, 0, 0deg);
          transform: translate3d(0, -30%, 0) rotate3d(1, 1, 0, 0deg);
}

@-webkit-keyframes downImg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale(1, 1.25);
            transform: translate3d(0, 100px, 0) scale(1, 1.25);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}

@keyframes downImg {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0) scale(1, 1.25);
            transform: translate3d(0, 100px, 0) scale(1, 1.25);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
            transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes img_bg {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes img_bg {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes bg_up {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@keyframes bg_up {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
  }
}
@-webkit-keyframes downBox {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes downBox {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes downSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes downSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes downItem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes downItem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideItem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0) skewX(-20deg);
            transform: translate3d(-50px, 0, 0) skewX(-20deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) skewX(-20deg);
            transform: translate3d(0, 0, 0) skewX(-20deg);
    opacity: 1;
  }
}
@keyframes slideItem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0) skewX(-20deg);
            transform: translate3d(-50px, 0, 0) skewX(-20deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) skewX(-20deg);
            transform: translate3d(0, 0, 0) skewX(-20deg);
    opacity: 1;
  }
}
@-webkit-keyframes sp_menu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes sp_menu {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----スクロールダウン----*/
@-webkit-keyframes scro {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scro {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
html {
  scroll-padding-top: 89px;
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 59px;
  }
}
html body {
  width: 100%;
  overflow: hidden;
}
html body #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #24221f;
  z-index: 102;
  text-align: center;
  color: #fff;
}
html body #splash #splash-logo {
  width: 200px;
  height: 200px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  html body #splash #splash-logo {
    width: 160px;
    height: 160px;
  }
}
html body #splash #splash-logo img {
  width: 100%;
}
html body .splashbg {
  display: none;
}
html body #container {
  opacity: 0;
}
html body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-color: #24221f;
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
html body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
html body .loader_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #e70f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .loader_bg .loader,
html body .loader_bg .loader:before,
html body .loader_bg .loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
html body .loader_bg .loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
html body .loader_bg .loader:before,
html body .loader_bg .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
html body .loader_bg .loader:before {
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
html body .loader_bg .loader:after {
  left: 2.5em;
}
html body .internalTitle {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Michroma", sans-serif;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  html body .internalTitle {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
html body .internalTitle::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #e70f20;
  position: absolute;
  top: -50px;
  left: 2px;
  opacity: 0;
}
@media (max-width: 1023px) {
  html body .internalTitle::before {
    width: 50px;
    height: 3px;
    top: -30px;
  }
}
html body .internalTitle.-white {
  color: #fff;
}
html body .internalTitle.-white::before {
  background: #fff;
}
html body .internalTitle.-white02 {
  color: #fff;
}
html body .internalTitle.-white02::before {
  background: #e70f20;
}
html body .internalTitle.move::before {
  -webkit-animation: copyText 0.2s ease 0.5s 1 normal forwards;
          animation: copyText 0.2s ease 0.5s 1 normal forwards;
}
html body .internalTitle.move .text-move {
  -webkit-animation: titleMove 0.5s ease 0s 1 normal forwards;
          animation: titleMove 0.5s ease 0s 1 normal forwards;
}
html body .internalTitle .text-move {
  opacity: 0;
  display: inline-block;
}
html body .internalTitle .text-move:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
html body .internalTitle .text-move:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
html body .internalTitle .text-move:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
html body .internalTitle .text-move:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
html body .internalTitle .text-move:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
html body .internalTitle .text-move:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
html body .internalTitle .text-move:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
html body .internalTitle .text-move:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
html body .internalTitle .text-move:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
html body .internalTitle .text-move:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
html body .internalTitle .text-move:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
html body .internalTitle .text-move:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
html body .internalTitle .text-move:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
html body .internalTitle .text-move:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
html body .internalTitle__lower {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Michroma", sans-serif;
  color: #fff;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  html body .internalTitle__lower {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
html body .internalTitle__lower::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 2px;
  opacity: 0;
}
@media (max-width: 1023px) {
  html body .internalTitle__lower::before {
    width: 50px;
    height: 3px;
    top: -30px;
  }
}
html body .internalTitle__lower.move::before {
  -webkit-animation: copyText 0.2s ease 1.5s 1 normal forwards;
          animation: copyText 0.2s ease 1.5s 1 normal forwards;
}
html body .internalTitle__lower.move .text-move {
  -webkit-animation: titleMove 0.5s ease 1s 1 normal forwards;
          animation: titleMove 0.5s ease 1s 1 normal forwards;
}
html body .internalTitle__lower .text-move {
  opacity: 0;
  display: inline-block;
}
html body .internalTitle__lower .text-move:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
html body .internalTitle__lower .text-move:nth-child(2) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
html body .internalTitle__lower .text-move:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
html body .internalTitle__lower .text-move:nth-child(4) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
html body .internalTitle__lower .text-move:nth-child(5) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
html body .internalTitle__lower .text-move:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
html body .internalTitle__lower .text-move:nth-child(7) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
html body .internalTitle__lower .text-move:nth-child(8) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
html body .internalTitle__lower .text-move:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
html body .internalTitle__lower .text-move:nth-child(10) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
html body .internalTitle__lower .text-move:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
html body .internalTitle__lower .text-move:nth-child(12) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
html body .internalTitle__lower .text-move:nth-child(13) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
html body .internalTitle__lower .text-move:nth-child(14) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
html body .internalEn {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Michroma", sans-serif;
  font-style: italic;
  display: inline-block;
  margin-left: 15px;
  opacity: 0;
}
@media (max-width: 1023px) {
  html body .internalEn {
    font-size: 20px;
    font-size: 2rem;
  }
}
html body .internalEn.move {
  -webkit-animation: copyText 0.5s ease 0.8s 1 normal forwards;
          animation: copyText 0.5s ease 0.8s 1 normal forwards;
}
html body .internalJa {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #e70f20;
  margin-left: 2px;
  margin-top: 7px;
  display: block;
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 1023px) {
  html body .internalJa {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
html body .internalJa.move {
  -webkit-animation: downItem 0.3s ease 0.5s 1 normal forwards;
          animation: downItem 0.3s ease 0.5s 1 normal forwards;
}
html body .internalJa.-white {
  color: #fff;
}
html body .internalJa__lower {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
  margin-left: 2px;
  margin-top: 7px;
  display: block;
  font-weight: bold;
  opacity: 0;
}
@media (max-width: 1023px) {
  html body .internalJa__lower {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
html body .internalJa__lower.move {
  -webkit-animation: downItem 0.3s ease 1.5s 1 normal forwards;
          animation: downItem 0.3s ease 1.5s 1 normal forwards;
}
html body .internalBtn {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  html body .internalBtn {
    width: 220px;
  }
}
html body .internalBtn.-m_auto_n {
  margin: 0;
}
@media (max-width: 767px) {
  html body .internalBtn.-sp_side {
    margin: 0;
  }
}
html body .internalBtn a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 0px 10px 25px;
  color: #e70f20;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  html body .internalBtn a {
    padding: 10px 0px 10px 25px;
  }
}
html body .internalBtn a:hover span {
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
html body .internalBtn a:hover::before {
  left: 40px;
}
html body .internalBtn a:hover::after {
  righgt: 0;
  width: 100%;
}
html body .internalBtn a::before, html body .internalBtn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
html body .internalBtn a::before {
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  html body .internalBtn a::before {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform: translateY(-55%) rotate(45deg);
            transform: translateY(-55%) rotate(45deg);
    left: 40px;
  }
}
html body .internalBtn a::after {
  left: 0;
  background: #e70f20;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  html body .internalBtn a::after {
    width: 60px;
    height: 60px;
    righgt: 0;
    width: 100%;
  }
}
html body .internalBtn a span {
  font-family: "Michroma", sans-serif;
  position: relative;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-text-stroke: 0.2px #e70f20;
  z-index: 3;
}
@media (max-width: 1023px) {
  html body .internalBtn a span {
    margin-left: 10px;
    color: #fff;
    -webkit-text-stroke: 0.2px #e70f20;
  }
}
html body .mainvisualLower {
  width: 100%;
  height: 450px;
  margin-top: 90px;
  background: rgb(240, 27, 44);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(240, 27, 44)), to(rgb(215, 13, 29)));
  background: linear-gradient(180deg, rgb(240, 27, 44) 0%, rgb(215, 13, 29) 100%);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  html body .mainvisualLower {
    height: 380px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  html body .mainvisualLower {
    margin-top: 60px;
    height: 320px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  html body .mainvisualLower {
    height: 280px;
  }
}
html body .mainvisualLower__title {
  position: absolute;
  top: 50%;
  left: 11.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .mainvisualLower__pattern {
  width: 112%;
  position: absolute;
  left: 50%;
  top: 35%;
  bottom: -35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  html body .mainvisualLower__pattern {
    width: 120%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  html body .mainvisualLower__pattern {
    top: 40%;
    width: 135%;
    bottom: -40%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  html body .mainvisualLower__pattern {
    width: 220%;
  }
}
html body .mainvisualLower__pattern img {
  width: 100%;
  opacity: 0.45;
}
html body .breadcrumb {
  width: 100%;
  padding: 10px 0;
  background: #fafafa;
}
html body .breadcrumb ol {
  width: 100%;
  margin-left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  html body .breadcrumb ol {
    margin-left: 5%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  html body .breadcrumb ol {
    margin-left: 7%;
  }
}
html body .breadcrumb ol li {
  font-size: 13px;
  font-size: 1.3rem;
}
html body .breadcrumb ol li:not(:first-child) {
  margin-left: 15px;
}
html body .breadcrumb ol li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #3d4246;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-right: 15px;
  position: relative;
  top: 2px;
}
html body .breadcrumb ol li:nth-child(3) {
  max-width: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  html body .breadcrumb ol li:nth-child(3) {
    max-width: 35%;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  html body .breadcrumb ol li:nth-child(3) {
    max-width: 50%;
  }
}
html body .breadcrumb ol li a {
  font-family: "Michroma", sans-serif;
  color: #e70f20;
  position: relative;
  z-index: 1;
}
html body .breadcrumb ol li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
html body .breadcrumb ol li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e70f20;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* 骨組み */
body.home {
  /*-----------header ham&sp_nav----------*/
}
body.home .mainvisualArea {
  width: 100%;
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  body.home .mainvisualArea {
    margin-top: 60px;
  }
}
body.home .mainvisualInner {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  body.home .mainvisualInner {
    height: 48.3333333333vw;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualInner {
    height: calc(100vh - 60px);
  }
}
body.home .mainvisualLeft {
  width: 360px;
  height: 100%;
}
@media (max-width: 1024px) {
  body.home .mainvisualLeft {
    width: 28%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualLeft {
    display: none;
  }
}
body.home .mainvisualNttlogo {
  width: 100%;
  margin-top: 140px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
body.home .mainvisualNttlogo.move {
  -webkit-animation: downItem 0.8s ease 0s 1 normal forwards;
          animation: downItem 0.8s ease 0s 1 normal forwards;
}
@media (max-width: 1024px) {
  body.home .mainvisualNttlogo {
    padding-left: 40px;
  }
}
body.home .mainvisualNttlogo a {
  width: 175px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.home .mainvisualNttlogo a:hover {
  opacity: 0.6;
}
body.home .mainvisualNttlogo a img {
  width: 100%;
}
body.home .mainvisualNttlogo span {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.8;
  padding-left: 45px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.home .mainvisualRight {
  width: calc(100% - 360px);
  height: 100%;
}
@media (max-width: 1024px) {
  body.home .mainvisualRight {
    width: 72%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualRight {
    width: 100%;
  }
}
body.home .mainvisualContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
body.home .mainvisualContainer ul {
  width: 100%;
  height: 100%;
}
body.home .mainvisualContainer ul li {
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.home .mainvisualContainer ul li {
    border-radius: 0;
  }
}
body.home .mainvisualContainer ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .mainvisualContainer ul li .visual_copy {
  opacity: 0;
  position: absolute;
  top: 34%;
  left: 12%;
  z-index: 8;
}
body.home .mainvisualContainer ul li .visual_copy p {
  color: #fff;
  font-size: 42px;
  font-size: 3vw;
  font-family: "NotoSerifJP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  body.home .mainvisualContainer ul li .visual_copy p {
    font-size: 35px;
    font-size: 3.41796875vw;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualContainer ul li .visual_copy p {
    font-size: 45px;
    font-size: 5.859375vw;
    text-shadow: 0 0 6px rgba(100, 100, 100, 0.8), 0 0 6px rgba(100, 100, 100, 0.8);
  }
}
@media (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  body.home .mainvisualContainer ul li .visual_copy p {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}
body.home .mainvisualContainer ul li .visual_copy p span {
  margin-left: 50px;
}
@media (max-width: 767px) {
  body.home .mainvisualContainer ul li .visual_copy p span {
    margin-left: 30px;
  }
}
body.home .mainvisualContainer ul li.swiper-slide-active img,
body.home .mainvisualContainer ul li.swiper-slide-duplicate-active img,
body.home .mainvisualContainer ul li.swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
body.home .mainvisualContainer ul li.swiper-slide-active .visual_copy,
body.home .mainvisualContainer ul li.swiper-slide-duplicate-active .visual_copy,
body.home .mainvisualContainer ul li.swiper-slide-prev .visual_copy {
  -webkit-animation: copyText 1s ease 0s 1 normal both;
          animation: copyText 1s ease 0s 1 normal both;
}
body.home .mainvisualContainer .swiper-pagination {
  bottom: 15px;
  right: 5%;
  z-index: 8;
}
body.home .mainvisualContainer .swiper-pagination-bullets {
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .mainvisualContainer .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 100px;
  height: 3px;
  border-radius: 0;
  margin: 0 4px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 1023px) {
  body.home .mainvisualContainer .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
  }
}
body.home .mainvisualContainer .swiper-pagination-bullet:hover {
  background: #fff;
}
body.home .mainvisualContainer .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
body.home .mainvisualContainer .swiper-pagination-bullet-active::before {
  -webkit-animation: sliderPagination 5s linear forwards;
          animation: sliderPagination 5s linear forwards;
}
body.home .mainvisualNtt {
  display: none;
}
@media (max-width: 1023px) {
  body.home .mainvisualNtt {
    display: block;
    width: 40%;
    position: absolute;
    top: 20%;
    left: 7%;
    z-index: 1;
    opacity: 0;
  }
  body.home .mainvisualNtt.move {
    -webkit-animation: downItem 0.8s ease 0s 1 normal forwards;
            animation: downItem 0.8s ease 0s 1 normal forwards;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .mainvisualNtt {
    top: 23%;
  }
}
@media (max-width: 1023px) {
  body.home .mainvisualNtt a {
    width: 100%;
    display: block;
  }
  body.home .mainvisualNtt a img {
    width: 100%;
  }
}
body.home .mainvisualCopy {
  position: absolute;
  left: 110px;
  bottom: 22%;
  z-index: 3;
}
@media (max-width: 1024px) {
  body.home .mainvisualCopy {
    left: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualCopy {
    left: 7%;
    bottom: 15%;
  }
}
body.home .mainvisualCopy01, body.home .mainvisualCopy02, body.home .mainvisualCopy03 {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  body.home .mainvisualCopy01, body.home .mainvisualCopy02, body.home .mainvisualCopy03 {
    margin-top: 6px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body.home .mainvisualCopy01, body.home .mainvisualCopy02, body.home .mainvisualCopy03 {
    margin-top: 3px;
  }
}
body.home .mainvisualCopy01 .passing-bar, body.home .mainvisualCopy02 .passing-bar, body.home .mainvisualCopy03 .passing-bar {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  will-change: transform;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .mainvisualCopy01 .passing-bar::before, body.home .mainvisualCopy02 .passing-bar::before, body.home .mainvisualCopy03 .passing-bar::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e70f20;
}
body.home .mainvisualCopy01 .passing-bar .passing-text, body.home .mainvisualCopy02 .passing-bar .passing-text, body.home .mainvisualCopy03 .passing-bar .passing-text {
  font-size: 36px;
  font-size: 2.5714285714vw;
  color: #fff;
  line-height: 1.2;
  padding: 8px 20px 12px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e70f20;
  opacity: 0;
}
@media (max-width: 1200px) {
  body.home .mainvisualCopy01 .passing-bar .passing-text, body.home .mainvisualCopy02 .passing-bar .passing-text, body.home .mainvisualCopy03 .passing-bar .passing-text {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  body.home .mainvisualCopy01 .passing-bar .passing-text, body.home .mainvisualCopy02 .passing-bar .passing-text, body.home .mainvisualCopy03 .passing-bar .passing-text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) and (max-width: 1023px) {
  body.home .mainvisualCopy01 .passing-bar .passing-text, body.home .mainvisualCopy02 .passing-bar .passing-text, body.home .mainvisualCopy03 .passing-bar .passing-text {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  body.home .mainvisualCopy01 .passing-bar .passing-text, body.home .mainvisualCopy02 .passing-bar .passing-text, body.home .mainvisualCopy03 .passing-bar .passing-text {
    font-size: 21px;
    font-size: 5.3846153846vw;
    padding: 6px 15px 10px;
  }
}
body.home .mainvisualCopy01.move .passing-bar::before {
  -webkit-animation: passing-bar 1s ease 1s 1 normal forwards;
          animation: passing-bar 1s ease 1s 1 normal forwards;
}
body.home .mainvisualCopy01.move .passing-text {
  -webkit-animation: passing-text 0s ease 1.5s 1 normal forwards;
          animation: passing-text 0s ease 1.5s 1 normal forwards;
}
body.home .mainvisualCopy02.move .passing-bar::before {
  -webkit-animation: passing-bar 1s ease 1.5s 1 normal forwards;
          animation: passing-bar 1s ease 1.5s 1 normal forwards;
}
body.home .mainvisualCopy02.move .passing-text {
  -webkit-animation: passing-text 0s ease 2s 1 normal forwards;
          animation: passing-text 0s ease 2s 1 normal forwards;
}
body.home .mainvisualCopy03.move .passing-bar::before {
  -webkit-animation: passing-bar 1s ease 2s 1 normal forwards;
          animation: passing-bar 1s ease 2s 1 normal forwards;
}
body.home .mainvisualCopy03.move .passing-text {
  -webkit-animation: passing-text 0s ease 2.5s 1 normal forwards;
          animation: passing-text 0s ease 2.5s 1 normal forwards;
}
body.home .site-container {
  width: 100%;
  /*-----------serviceHead start-----------*/
  /*-----------peice start-----------*/
  /*-----------news start-----------*/
  /*-----------concept start-----------*/
  /*-----------faq start-----------*/
}
body.home .site-container .serviceHead {
  width: 100%;
  height: auto;
  background: url("../img/home/service_bg_@1.5x.webp") no-repeat;
  padding: 300px 0 140px;
  background-size: cover;
  background-position: center;
  margin-top: -180px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceHead {
    margin-top: 0;
    padding: 70px 0 140px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceHead {
    background: url("../img/home/service_bg_@2x.webp");
    padding: 60px 0 120px;
  }
}
body.home .site-container .serviceHead::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  oapcity: 0;
}
body.home .site-container .serviceHead.move::after {
  -webkit-animation: slideIn-image 0.5s ease 0s 1 normal forwards;
          animation: slideIn-image 0.5s ease 0s 1 normal forwards;
}
body.home .site-container .serviceContent {
  width: 100%;
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent {
    padding: 70px 0 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceContent {
    padding: 60px 0 0;
  }
}
body.home .site-container .serviceContent__inner {
  width: 88.5714285714%;
}
@media (max-width: 1024px) {
  body.home .site-container .serviceContent__inner {
    width: 92.8571428571%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .site-container .serviceContent__inner {
    width: 100%;
    padding-left: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .serviceContent__group {
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent__group {
    margin-top: 60px;
  }
}
body.home .site-container .serviceContent__title {
  font-size: 40px;
  font-size: 4rem;
  opacity: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent__title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceContent__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
body.home .site-container .serviceContent__title span {
  color: #e70f20;
}
@media (max-width: 767px) {
  body.home .site-container .serviceContent__title span {
    display: inline-block;
    margin-left: 10%;
  }
}
body.home .site-container .serviceContent__title.move {
  -webkit-animation: downSmall 0.8s ease 0s 1 normal forwards;
          animation: downSmall 0.8s ease 0s 1 normal forwards;
}
body.home .site-container .serviceContent__box {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent__box {
    margin-top: 25px;
  }
}
body.home .site-container .serviceContent__box.move {
  -webkit-animation: downSmall 0.8s ease 0s 1 normal forwards;
          animation: downSmall 0.8s ease 0s 1 normal forwards;
}
body.home .site-container .serviceContent__detail {
  width: 63%;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent__detail {
    width: 100%;
    padding-right: 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .serviceContent__detail p {
  color: #111;
}
body.home .site-container .serviceContent__detail .image_notes {
  display: none;
}
@media (max-width: 767px) {
  body.home .site-container .serviceContent__detail .image_notes {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0592d3;
  }
}
body.home .site-container .serviceContent__detail .swipeArea {
  display: none;
}
@media (max-width: 767px) {
  body.home .site-container .serviceContent__detail .swipeArea {
    display: block;
    width: 200px;
    margin: 10px auto 20px;
  }
}
body.home .site-container .serviceContent__detail .swipeArea img {
  width: 100%;
  height: auto;
  -webkit-animation: swipe 2s ease infinite;
          animation: swipe 2s ease infinite;
}
body.home .site-container .serviceContent__detail .illustration {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceContent__detail .illustration {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceContent__detail .illustration {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 10px;
    overflow-x: scroll;
  }
  body.home .site-container .serviceContent__detail .illustration .simplebar-track {
    height: 10px;
    width: 100%;
    background: #c4dff8;
    border-radius: 5px;
    margin: 0 auto;
  }
  body.home .site-container .serviceContent__detail .illustration .simplebar-scrollbar {
    height: 10px;
    background: #7d94d1 !important;
    border-radius: 5px;
    top: 0;
  }
}
body.home .site-container .serviceContent__detail .illustration img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.home .site-container .serviceContent__detail .illustration img {
    width: 600px;
  }
}
body.home .site-container .serviceContent__image {
  width: 32%;
  height: 22.8571428571vw;
  min-height: 274.2857142857px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.home .site-container .serviceContent__image {
    min-height: initial;
    height: 21.1111111111vw;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.home .site-container .serviceContent__image {
    width: 100%;
    margin-top: 60px;
    height: 66.1333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .serviceContent__image::after {
  content: "";
  display: inline-block;
  width: 20%;
  height: 3px;
  background: #e70f20;
  position: absolute;
  left: 0;
  bottom: -3px;
}
body.home .site-container .serviceContent__imageIn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
body.home .site-container .serviceContent__imageIn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .site-container .serviceFoot {
  width: 100%;
  padding: 160px 0;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceFoot {
    padding: 140px 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceFoot {
    padding: 120px 0 100px;
  }
}
body.home .site-container .serviceMark {
  width: 300px;
  height: 700px;
  position: absolute;
  bottom: -450px;
  right: -50px;
  z-index: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceMark {
    width: 240px;
    height: 560px;
    bottom: -300px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceMark {
    width: 150px;
    height: 350px;
    bottom: -170px;
    right: -30px;
  }
}
body.home .site-container .serviceMark img {
  width: 100%;
}
body.home .site-container .serviceMark02 {
  width: 300px;
  height: 700px;
  position: absolute;
  top: -300px;
  right: -50px;
  z-index: 2;
}
@media (max-width: 1023px) {
  body.home .site-container .serviceMark02 {
    width: 240px;
    height: 560px;
    top: -250px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .serviceMark02 {
    width: 150px;
    height: 350px;
    top: -180px;
    right: -30px;
  }
}
body.home .site-container .serviceMark02 img {
  width: 100%;
}
body.home .site-container .priceContainer {
  width: 100%;
  padding: 160px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.home .site-container .priceContainer {
    padding: 140px 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceContainer {
    padding: 120px 0 100px;
  }
}
body.home .site-container .priceMark {
  width: 68%;
  position: absolute;
  right: 0;
  top: 110px;
}
@media (max-width: 1023px) {
  body.home .site-container .priceMark {
    top: 80px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceMark {
    top: 50px;
    width: 550px;
    right: -100px;
  }
}
body.home .site-container .priceMark img {
  width: 100%;
}
body.home .site-container .priceBg {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #e70f20;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}
body.home .site-container .priceBg::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
body.home .site-container .priceBg span {
  display: inline-block;
  width: 20%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  body.home .site-container .priceBg span {
    width: 25%;
  }
}
body.home .site-container .priceBg span:not(:first-child) {
  border-left: 1px solid #cb0717;
}
body.home .site-container .priceInner {
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.home .site-container .priceInner {
    width: 100%;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .priceContent {
  width: 100%;
  margin-top: 120px;
  background: #fff;
  border-radius: 20px;
  padding: 70px 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .priceContent {
    margin-top: 70px;
    padding: 50px 7%;
    border-radius: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceContent {
    margin-top: 50px;
  }
}
body.home .site-container .priceContent.move {
  -webkit-animation: downSmall 0.8s ease 0s 1 normal forwards;
          animation: downSmall 0.8s ease 0s 1 normal forwards;
}
body.home .site-container .priceContent + .priceContent {
  margin-top: 60px;
}
body.home .site-container .priceTitle {
  font-size: 42px;
  font-size: 4.2rem;
  color: #e70f20;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  body.home .site-container .priceTitle {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceTitle {
    font-size: 29px;
    font-size: 7.4358974359vw;
    text-align: center;
  }
}
body.home .site-container .priceBox {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  body.home .site-container .priceBox {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceBox {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  body.home .site-container .priceBox + .priceBox {
    margin-top: 80px;
  }
}
body.home .site-container .priceBox__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  body.home .site-container .priceBox__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceBox__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
body.home .site-container .priceBox__title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #454545;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  body.home .site-container .priceBox__title::before {
    width: 8px;
    height: 8px;
    top: -2px;
  }
}
body.home .site-container .priceBox__image {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #e70f20;
}
@media (max-width: 767px) {
  body.home .site-container .priceBox__image {
    border: none;
    width: 80%;
    margin: 20px auto 0;
  }
}
body.home .site-container .priceBox__image img {
  width: 100%;
}
body.home .site-container .priceBox__notes {
  display: none;
}
@media (max-width: 767px) {
  body.home .site-container .priceBox__notes {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0592d3;
    margin-top: 15px;
  }
}
body.home .site-container .priceBox__swipe {
  display: none;
}
@media (max-width: 767px) {
  body.home .site-container .priceBox__swipe {
    display: block;
    width: 200px;
    margin: 10px auto 20px;
  }
}
body.home .site-container .priceBox__swipe img {
  width: 100%;
  height: auto;
  -webkit-animation: swipe 2s ease infinite;
          animation: swipe 2s ease infinite;
}
body.home .site-container .priceBox__table {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  body.home .site-container .priceBox__table {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 10px;
    overflow-x: scroll;
  }
  body.home .site-container .priceBox__table .simplebar-track {
    height: 10px;
    width: 100%;
    background: #c4dff8;
    border-radius: 5px;
    margin: 0 auto;
  }
  body.home .site-container .priceBox__table .simplebar-scrollbar {
    height: 10px;
    background: #7d94d1 !important;
    border-radius: 5px;
    top: 0;
  }
}
body.home .site-container .priceBox__table table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  body.home .site-container .priceBox__table table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .priceBox__table table {
    width: 600px;
  }
}
body.home .site-container .priceBox__table table tr {
  width: 100%;
}
body.home .site-container .priceBox__table table tr th {
  width: 33.3333333333%;
  padding: 12px;
  border: 1px solid #e70f20;
  background: #f9e3e4;
}
body.home .site-container .priceBox__table table tr td {
  padding: 8px;
  text-align: center;
  border: 1px solid #e70f20;
  vertical-align: middle;
}
body.home .site-container .priceBox__table table tr td.gray_bg {
  background: #f5f4f4;
}
body.home .site-container .priceBox__table table tr td span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 5px;
}
body.home .site-container .priceNotes__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 10px 0;
  display: block;
  background: #e70f20;
  text-align: center;
  border-radius: 8px;
}
body.home .site-container .priceNotes__text {
  width: 100%;
  margin-top: 20px;
}
body.home .site-container .priceNotes__text ul {
  width: 100%;
}
body.home .site-container .priceNotes__text ul li {
  line-height: 2;
  text-indent: -0.5em;
  margin-left: 0.7em;
}
body.home .site-container .priceNotes__text ul li::before {
  content: "※";
  display: inline-block;
}
body.home .site-container .priceNotes__text ul li a {
  color: #0c2db9;
  overflow-wrap: break-word;
}
body.home .site-container .newsContainer {
  width: 100%;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.home .site-container .newsContainer {
    padding: 140px 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .newsContainer {
    padding: 120px 0 100px;
  }
}
body.home .site-container .newsContainer canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
body.home .site-container .newsGroup {
  width: 100%;
  height: 100%;
  position: relative;
}
body.home .site-container .newsMark {
  width: 200px;
  position: absolute;
  top: 35%;
  left: 7%;
}
@media (max-width: 1024px) {
  body.home .site-container .newsMark {
    width: 160px;
    left: 4%;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body.home .site-container .newsMark {
    width: 140px;
    top: 30%;
    left: -4%;
  }
}
body.home .site-container .newsMark img {
  width: 100%;
}
body.home .site-container .newsTitle {
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body.home .site-container .newsTitle {
    width: 100%;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .newsInner {
  width: 70%;
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  body.home .site-container .newsInner {
    width: 100%;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body.home .site-container .newsInner {
    margin: 60px auto 0;
  }
}
body.home .site-container .newsContent {
  width: 100%;
  background: #fff;
  padding: 60px 10% 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 8px rgba(100, 100, 100, 0.2);
          box-shadow: 0 0 8px rgba(100, 100, 100, 0.2);
  opacity: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .newsContent {
    padding: 40px 7% 60px;
    border-radius: 20px;
  }
}
body.home .site-container .newsContent.move {
  -webkit-animation: downBox 1s ease 0s 1 normal forwards;
          animation: downBox 1s ease 0s 1 normal forwards;
}
body.home .site-container .newsContent ul {
  width: 100%;
}
body.home .site-container .newsContent ul li {
  width: 100%;
}
body.home .site-container .newsContent ul li a {
  width: 100%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.home .site-container .newsContent ul li a:hover {
  background: #f7f7f7;
}
body.home .site-container .newsContent ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body.home .site-container .newsContent ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #555;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.home .site-container .newsContent ul li a time {
  font-family: "Michroma", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #454545;
}
@media (max-width: 767px) {
  body.home .site-container .newsContent ul li a time {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body.home .site-container .newsContent ul li a .label {
  font-family: "Michroma", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  text-align: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  body.home .site-container .newsContent ul li a .label {
    padding: 5px 20px;
  }
}
body.home .site-container .newsContent ul li a p {
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: clip;
}
@media (max-width: 767px) {
  body.home .site-container .newsContent ul li a p {
    margin-top: 15px;
  }
}
body.home .site-container .newsBtn {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .newsBtn {
    margin-top: 80px;
  }
}
body.home .site-container .newsBtn.move {
  -webkit-animation: downSmall 1s ease 0s 1 normal forwards;
          animation: downSmall 1s ease 0s 1 normal forwards;
}
body.home .site-container .conceptContainer {
  wdith: 100%;
  position: relative;
  overflow: hidden;
}
body.home .site-container .conceptMark {
  width: 140px;
  position: absolute;
  bottom: -150px;
  right: -15px;
}
@media (max-width: 767px) {
  body.home .site-container .conceptMark {
    bottom: -110px;
    width: 110px;
  }
}
body.home .site-container .conceptMark img {
  width: 100%;
}
body.home .site-container .conceptBg {
  width: 100%;
  height: 600px;
  background: url("../img/home/img_03_@1.5x.webp") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: -1;
  padding: 200px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  body.home .site-container .conceptBg {
    height: 660px;
    background: url("../img/home/img_03_@2x.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
body.home .site-container .conceptCopy {
  font-size: 55px;
  font-size: 5.5rem;
  color: #fff;
  font-weight: bold;
  text-indent: 1.5em;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  body.home .site-container .conceptCopy {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .conceptCopy {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-top: -200px;
  }
}
body.home .site-container .faqContainer {
  width: 100%;
  padding: 160px 0;
  background: url("../img/home/faq_bg_@1.5x.webp") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform;
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  body.home .site-container .faqContainer {
    margin-top: 0;
    padding: 140px 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .faqContainer {
    background: url("../img/home/faq_bg_@2x.webp");
    padding: 120px 0 110px;
  }
}
body.home .site-container .faqContainer::after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  oapcity: 0;
}
body.home .site-container .faqContainer.move::after {
  -webkit-animation: slideIn-image 0.5s ease 0s 1 normal forwards;
          animation: slideIn-image 0.5s ease 0s 1 normal forwards;
}
body.home .site-container .faqMark {
  width: 140px;
  position: absolute;
  top: -150px;
  right: -15px;
}
@media (max-width: 767px) {
  body.home .site-container .faqMark {
    width: 110px;
    top: -120px;
  }
}
body.home .site-container .faqMark img {
  width: 100%;
}
body.home .site-container .faqContent {
  width: 77%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  body.home .site-container .faqContent {
    width: 100%;
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body.home .site-container .faqLeft {
  width: 39%;
}
@media (max-width: 1023px) {
  body.home .site-container .faqLeft {
    width: 100%;
  }
}
body.home .site-container .faqBtn_pc {
  width: 100%;
  margin-top: 200px;
  opacity: 0;
}
body.home .site-container .faqBtn_pc.move {
  -webkit-animation: downSmall 1s ease 0.5s 1 normal forwards;
          animation: downSmall 1s ease 0.5s 1 normal forwards;
}
@media (max-width: 1023px) {
  body.home .site-container .faqBtn_pc {
    display: none;
  }
}
body.home .site-container .faqRight {
  width: 61%;
  opacity: 0;
}
body.home .site-container .faqRight.move {
  -webkit-animation: downSmall 1s ease 0s 1 normal forwards;
          animation: downSmall 1s ease 0s 1 normal forwards;
}
@media (max-width: 1023px) {
  body.home .site-container .faqRight {
    width: 100%;
    margin-top: 60px;
  }
}
body.home .site-container .faqItem {
  width: 100%;
}
body.home .site-container .faqItem + .faqItem {
  margin-top: 40px;
}
body.home .site-container .faqItem dl.accordion {
  width: 100%;
}
body.home .site-container .faqItem dl.accordion .switch {
  width: 100%;
  color: #454545;
  background: #fff;
  padding: 20px 0 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #e70f20;
  border-radius: 20px 20px 0 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem dl.accordion .switch {
    padding: 15px 0 13px 0;
    border-radius: 15px 15px 0 0;
  }
}
body.home .site-container .faqItem dl.accordion .switch.open::after {
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #e70f20 #e70f20 transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  body.home .site-container .faqItem dl.accordion .switch.open::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #e70f20 #e70f20 transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
body.home .site-container .faqItem dl.accordion .switch::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: transparent transparent #e70f20 #e70f20;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
}
@media (max-width: 767px) {
  body.home .site-container .faqItem dl.accordion .switch::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #e70f20 #e70f20;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 17px;
    -webkit-transform: translateY(-58%) rotate(-45deg);
            transform: translateY(-58%) rotate(-45deg);
  }
}
body.home .site-container .faqItem dl.accordion .switch span {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: bold;
  text-indent: -0.8em;
  margin-left: 2.8em;
  position: relative;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem dl.accordion .switch span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    width: calc(100% - 80px);
    margin-left: 2.4em;
  }
}
body.home .site-container .faqItem dl.accordion .switch span::before {
  content: "Q.";
  display: inline-block;
  color: #e70f20;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem dl.accordion .switch span::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
body.home .site-container .faqItem .contentWrap {
  width: 100%;
  padding: 30px;
  padding-top: 20px;
  background: #f8eaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem .contentWrap {
    border-radius: 0 0 15px 15px;
    padding: 20px;
    padding-top: 15px;
  }
}
body.home .site-container .faqItem .contentWrap p {
  line-height: 2;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem .contentWrap p {
    line-height: 1.8;
  }
  body.home .site-container .faqItem .contentWrap p br {
    display: none;
  }
}
body.home .site-container .faqItem .contentWrap p a {
  color: #00a1e9;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
body.home .site-container .faqItem .contentWrap p a:hover {
  color: #e70f20;
}
body.home .site-container .faqItem .contentWrap ul li {
  line-height: 2;
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 767px) {
  body.home .site-container .faqItem .contentWrap ul li {
    line-height: 1.8;
  }
  body.home .site-container .faqItem .contentWrap ul li br {
    display: none;
  }
}
body.home .site-container .faqItem .contentWrap ul li a {
  color: #00a1e9;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
body.home .site-container .faqItem .contentWrap ul li a:hover {
  color: #e70f20;
}
body.home .site-container .faqItem .displayNone {
  display: none;
}
body.home .site-container .faqBtn_sp {
  display: none;
}
@media (max-width: 1023px) {
  body.home .site-container .faqBtn_sp {
    display: block;
    margin: 100px auto 0;
    opacity: 0;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.home .site-container .faqBtn_sp {
    margin: 60px auto 0;
  }
}
body.home .site-container .faqBtn_sp.move {
  -webkit-animation: downSmall 1s ease 0s 1 normal forwards;
          animation: downSmall 1s ease 0s 1 normal forwards;
}

/* 骨組み */
body.faq .site-container {
  width: 100%;
}
body.faq .site-container .faqContainer {
  width: 100%;
  padding: 25px 0 160px;
  background: #fafafa;
}
@media (max-width: 1023px) {
  body.faq .site-container .faqContainer {
    padding: 20px 0 120px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.faq .site-container .faqContainer {
    padding: 10px 0 80px;
  }
}
body.faq .site-container .faqTabarea {
  width: 1080px;
  margin: 0 auto;
  opacity: 0;
}
@media (max-width: 1024px) {
  body.faq .site-container .faqTabarea {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.faq .site-container .faqTabarea {
    padding: 0 7%;
  }
}
body.faq .site-container .faqTabarea.move {
  -webkit-animation: downSmall 0.8s ease 1s 1 normal forwards;
          animation: downSmall 0.8s ease 1s 1 normal forwards;
}
body.faq .site-container .faqTabarea ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.faq .site-container .faqTabarea ul::after {
  content: "";
  display: block;
  width: 31.3333333333%;
}
body.faq .site-container .faqTabarea ul li {
  width: 31.3333333333%;
  height: 64px;
  border: 1px solid #e70f20;
  border-radius: 32px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1023px) {
  body.faq .site-container .faqTabarea ul li {
    width: 48%;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.faq .site-container .faqTabarea ul li {
    font-size: 15px;
    font-size: 1.5rem;
    height: 52px;
    letter-spacing: -0.03em;
    margin-top: 15px;
  }
}
body.faq .site-container .faqTabarea ul li:hover {
  background: rgba(231, 15, 32, 0.2);
}
body.faq .site-container .faqTabarea ul li.active {
  background: #e70f20;
  color: #fff;
}
body.faq .site-container .faqPage {
  width: 990px;
  margin: 100px auto 0;
  display: none;
}
@media (max-width: 1024px) {
  body.faq .site-container .faqPage {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.faq .site-container .faqPage {
    padding: 0 7%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  body.faq .site-container .faqPage {
    margin: 60px auto 0;
  }
}
body.faq .site-container .faqPage.active {
  display: block;
}
body.faq .site-container .faqItem {
  width: 100%;
}
body.faq .site-container .faqItem + .faqItem {
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem + .faqItem {
    margin-top: 30px;
  }
}
body.faq .site-container .faqItem dl.accordion02 {
  width: 100%;
}
body.faq .site-container .faqItem dl.accordion02 .switch02 {
  width: 100%;
  color: #454545;
  background: #fff;
  padding: 20px 0 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #e70f20;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: -5px 0 3px -3px rgba(153, 153, 153, 0.2), 0 -5px 3px -3px rgba(153, 153, 153, 0.2), 5px 0 3px -3px rgba(153, 153, 153, 0.2);
          box-shadow: -5px 0 3px -3px rgba(153, 153, 153, 0.2), 0 -5px 3px -3px rgba(153, 153, 153, 0.2), 5px 0 3px -3px rgba(153, 153, 153, 0.2);
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem dl.accordion02 .switch02 {
    padding: 15px 0 13px 0;
    border-radius: 15px 15px 0 0;
  }
}
body.faq .site-container .faqItem dl.accordion02 .switch02.open::after {
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #e70f20 #e70f20 transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem dl.accordion02 .switch02.open::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #e70f20 #e70f20 transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
body.faq .site-container .faqItem dl.accordion02 .switch02::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: transparent transparent #e70f20 #e70f20;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-55%) rotate(-45deg);
          transform: translateY(-55%) rotate(-45deg);
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem dl.accordion02 .switch02::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #e70f20 #e70f20;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 17px;
    -webkit-transform: translateY(-58%) rotate(-45deg);
            transform: translateY(-58%) rotate(-45deg);
  }
}
body.faq .site-container .faqItem dl.accordion02 .switch02 span {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: bold;
  text-indent: -0.8em;
  margin-left: 2.8em;
  position: relative;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem dl.accordion02 .switch02 span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    width: calc(100% - 80px);
    margin-left: 2.4em;
  }
}
body.faq .site-container .faqItem dl.accordion02 .switch02 span::before {
  content: "Q.";
  display: inline-block;
  color: #e70f20;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem dl.accordion02 .switch02 span::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
body.faq .site-container .faqItem .contentWrap02 {
  width: 100%;
  padding: 30px;
  padding-top: 20px;
  background: #f8eaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem .contentWrap02 {
    border-radius: 0 0 15px 15px;
    padding: 20px;
    padding-top: 15px;
  }
}
body.faq .site-container .faqItem .contentWrap02 p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem .contentWrap02 p {
    line-height: 2;
  }
  body.faq .site-container .faqItem .contentWrap02 p br {
    display: none;
  }
}
body.faq .site-container .faqItem .contentWrap02 p a {
  color: #00a1e9;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  word-break: break-all;
}
body.faq .site-container .faqItem .contentWrap02 p a:hover {
  color: #e70f20;
}
body.faq .site-container .faqItem .contentWrap02 ul li {
  line-height: 2.2;
  list-style-type: disc;
  margin-left: 20px;
}
@media (max-width: 767px) {
  body.faq .site-container .faqItem .contentWrap02 ul li {
    line-height: 2;
  }
  body.faq .site-container .faqItem .contentWrap02 ul li br {
    display: none;
  }
}
body.faq .site-container .faqItem .contentWrap02 ul li a {
  color: #00a1e9;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  word-break: break-all;
}
body.faq .site-container .faqItem .contentWrap02 ul li a:hover {
  color: #e70f20;
}
body.faq .site-container .faqItem .displayNone {
  display: none;
}

body.news .site-container {
  width: 100%;
}
body.news .site-container .newsContainer {
  width: 100%;
  padding: 25px 0 160px;
  background: #fafafa;
}
@media (max-width: 1023px) {
  body.news .site-container .newsContainer {
    padding: 20px 0 120px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.news .site-container .newsContainer {
    padding: 10px 0 80px;
  }
}
body.news .site-container .newsInner {
  width: 77%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  body.news .site-container .newsInner {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body.news .site-container .newsInner {
    padding: 0 7%;
  }
}
body.news .site-container .newsArea {
  width: calc(100% - 200px - 76px);
  padding: 50px 7% 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 7px rgba(150, 150, 150, 0.2);
          box-shadow: 0 0 7px rgba(150, 150, 150, 0.2);
  opacity: 0;
}
@media (max-width: 1023px) {
  body.news .site-container .newsArea {
    width: 100%;
    border-radius: 20px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body.news .site-container .newsArea {
    padding: 20px 7% 60px;
  }
}
body.news .site-container .newsArea.move {
  -webkit-animation: downSmall 1s ease 1s 1 normal forwards;
          animation: downSmall 1s ease 1s 1 normal forwards;
}
body.news .site-container .newsItem {
  width: 100%;
}
body.news .site-container .newsItem a {
  width: 100%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.news .site-container .newsItem a:hover {
  background: #f7f7f7;
}
body.news .site-container .newsItem a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body.news .site-container .newsItem a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #555;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
body.news .site-container .newsItem a time {
  font-family: "Michroma", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #454545;
}
@media (max-width: 767px) {
  body.news .site-container .newsItem a time {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body.news .site-container .newsItem a .label {
  font-family: "Michroma", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  text-align: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  body.news .site-container .newsItem a .label {
    padding: 5px 20px;
  }
}
body.news .site-container .newsItem a p {
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: clip;
}
@media (max-width: 767px) {
  body.news .site-container .newsItem a p {
    margin-top: 15px;
  }
}
body.news .site-container .newsPagenation {
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  body.news .site-container .newsPagenation {
    margin-top: 40px;
  }
}
body.news .site-container .newsPagenation__inner {
  width: 100%;
}
body.news .site-container .newsPagenation__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.news .site-container .newsPagenation__inner ul li {
  width: 40px;
  height: 40px;
}
body.news .site-container .newsPagenation__inner ul li:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  body.news .site-container .newsPagenation__inner ul li {
    width: 35px;
    height: 35px;
  }
}
body.news .site-container .newsPagenation__inner ul li + li {
  margin-left: 4px;
}
body.news .site-container .newsPagenation__inner ul li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
  color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body.news .site-container .newsPagenation__inner ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.news .site-container .newsPagenation__inner ul li a:hover {
  background: #ccc;
  color: #fff;
}
body.news .site-container .newsPagenation__inner ul li a.bg_cl {
  text-decoration: none;
  color: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body.news .site-container .newsPagenation__inner ul li a.bg_cl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.news .site-container .newsPagenation__inner ul li a.bg_cl:hover {
  background: #ccc;
  color: #fff;
}
body.news .site-container .newsPagenation__inner ul li a.bg_cl.current {
  background: #e70f20;
  color: #fff;
  border: 1px solid #e70f20;
}
body.news .site-container .newsHead time {
  font-family: "Michroma", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #454545;
}
@media (max-width: 767px) {
  body.news .site-container .newsHead time {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body.news .site-container .newsHead .label {
  font-family: "Michroma", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 15px;
  text-align: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  body.news .site-container .newsHead .label {
    padding: 5px 20px;
  }
}
body.news .site-container .newsHead h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 767px) {
  body.news .site-container .newsHead h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body.news .site-container .newsHead h2::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 3px;
  background: #e70f20;
  position: absolute;
  bottom: -1.5px;
  left: 0;
}
body.news .site-container .newsDetail {
  width: 100%;
  margin-top: 50px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.news .site-container .newsDetail {
    margin-top: 40px;
    line-height: 1.5;
  }
}
body.news .site-container .newsDetail h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  body.news .site-container .newsDetail h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
body.news .site-container .newsDetail h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  body.news .site-container .newsDetail h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
body.news .site-container .newsDetail figure {
  width: 100%;
}
body.news .site-container .newsDetail figure img {
  max-width: 100%;
  height: auto;
}
body.news .site-container .newsDetail p {
  line-height: 2;
}
@media (max-width: 767px) {
  body.news .site-container .newsDetail p {
    line-height: 1.8;
  }
  body.news .site-container .newsDetail p br {
    display: none;
  }
}
body.news .site-container .newsBtn {
  width: 100%;
  margin-top: 60px;
}
body.news .site-container .newsSide {
  width: 200px;
  opacity: 0;
}
@media (max-width: 1023px) {
  body.news .site-container .newsSide {
    margin-top: 60px;
  }
}
body.news .site-container .newsSide.move {
  -webkit-animation: downSmall 1s ease 1s 1 normal forwards;
          animation: downSmall 1s ease 1s 1 normal forwards;
}
body.news .site-container .newsSide__group {
  width: 100%;
}
body.news .site-container .newsSide__group + .newsSide__group {
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.news .site-container .newsSide__group + .newsSide__group {
    margin-top: 30px;
  }
}
body.news .site-container .newsSide__title {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #e70f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
body.news .site-container .newsSide__area {
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.news .site-container .newsSide__area ul {
  width: 100%;
}
body.news .site-container .newsSide__area ul li {
  width: 100%;
}
body.news .site-container .newsSide__area ul li:not(:first-child) {
  margin-top: 4px;
}
body.news .site-container .newsSide__area ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3d4246;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
body.news .site-container .newsSide__area ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1.5;
  color: #3d4246;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
body.news .site-container .newsSide__area ul li a:hover {
  color: #e70f20;
}
body.news .site-container .newsSide__area ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
body.news .site-container .newsSide__area ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e70f20;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/*-----------lower start----------*/
body .site-container {
  width: 100%;
  /*------------------contact start-----------------*/
}
body .site-container .contact {
  /*selectを囲むdivのクラス*/
}
body .site-container .contactContainer {
  width: 100%;
  padding: 25px 0 160px;
  background: #fafafa;
}
@media (max-width: 1023px) {
  body .site-container .contactContainer {
    padding: 20px 0 120px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body .site-container .contactContainer {
    padding: 10px 0 80px;
  }
}
body .site-container .contactInner {
  width: 990px;
  margin: 0 auto;
  padding: 80px 11% 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 7px rgba(150, 150, 150, 0.2);
          box-shadow: 0 0 7px rgba(150, 150, 150, 0.2);
  opacity: 0;
}
@media (max-width: 1024px) {
  body .site-container .contactInner {
    width: 86%;
    padding: 60px 7% 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  body .site-container .contactInner {
    padding: 50px 7% 80px;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) and (max-width: 767px) {
  body .site-container .contactInner {
    padding: 40px 7% 60px;
  }
}
body .site-container .contactInner.move {
  -webkit-animation: downSmall 1s ease 1s 1 normal forwards;
          animation: downSmall 1s ease 1s 1 normal forwards;
}
body .site-container .contactHead {
  width: 100%;
}
body .site-container .contactHead p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1023px) {
  body .site-container .contactHead p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  body .site-container .contactHead p {
    text-align: left;
  }
  body .site-container .contactHead p br {
    display: none;
  }
}
body .site-container .contactHead p + p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  body .site-container .contactHead p + p {
    margin-top: 20px;
  }
}
body .site-container .contactTable {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  body .site-container .contactTable {
    margin-top: 35px;
  }
}
body .site-container .contactMailformpro {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
body .site-container .contactMailform {
  width: 100%;
  margin: 0 auto;
  color: #454545;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body .site-container .contactMailform {
    width: 100% !important;
    padding: 0 7% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    table-layout: fixed;
  }
}
body .site-container .contactMailform tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
body .site-container .contactMailform tr:first-child {
  border-top: 1px solid #ccc;
}
body .site-container .contactTitle__area {
  width: 36%;
  line-height: 1.2;
  text-indent: -2.4em;
  padding-left: 2.4em;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body .site-container .contactTitle__area {
    display: block;
    width: 100%;
    padding: 15px 0 0 2.4em;
  }
  body .site-container .contactTitle__area br {
    display: none;
  }
}
body .site-container .contactTitle__area span.must_01 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 4px 2px;
  background: #e70f20;
  border-radius: 3px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  body .site-container .contactTitle__area span.must_01 {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 1px 3px;
  }
}
body .site-container .contactTitle__area span.must_02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 4px 2px;
  background: #b1b0b0;
  border-radius: 3px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  body .site-container .contactTitle__area span.must_02 {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 1px 3px;
  }
}
body .site-container .contactTitle__indents {
  width: 36%;
  line-height: 1.2;
  padding-left: 2.3em;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body .site-container .contactTitle__indents {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    padding-left: 0;
  }
  body .site-container .contactTitle__indents br {
    display: none;
  }
}
body .site-container .contactEntry__area {
  width: 64%;
  overflow: hidden;
  padding: 20px 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body .site-container .contactEntry__area {
    width: 99% !important;
    display: block;
    padding: 10px 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body .site-container .contactEntry__area input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
body .site-container .contactEntry__area input:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
body .site-container .contactEntry__area input::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}
body .site-container .contactEntry__area input:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
body .site-container .contactEntry__area ol span.l__space {
  display: inline-block;
  padding: 0 8px 0 6px;
}
body .site-container .contactEntry__area textarea.contactText__area {
  width: 100% !important;
  height: 13em;
  line-height: 1.3;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  body .site-container .contactEntry__area textarea.contactText__area {
    padding: 5px;
    width: 100% !important;
  }
}
body .site-container .contactEntry__area textarea.contactText__area::-webkit-input-placeholder {
  color: #cccccc;
}
body .site-container .contactEntry__area textarea.contactText__area::-moz-placeholder {
  color: #cccccc;
}
body .site-container .contactEntry__area textarea.contactText__area:-ms-input-placeholder {
  color: #cccccc;
}
body .site-container .contactEntry__area textarea.contactText__area::-ms-input-placeholder {
  color: #cccccc;
}
body .site-container .contactEntry__area textarea.contactText__area::placeholder {
  color: #cccccc;
}
body .site-container .contactDis__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .site-container .contactHarf__box--01 {
  width: 48% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
body .site-container .contactHarf__box--02 {
  width: 48% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
body .site-container .contactHarf__box--03 {
  width: 84%;
  margin: 0;
}
@media (max-width: 767px) {
  body .site-container .contactHarf__box--03 {
    width: 100%;
  }
}
body .site-container .contactAll__box {
  width: 100% !important;
}
body .site-container .contactHarf__box--01, body .site-container .contactHarf__box--02, body .site-container .contactHarf__box--03, body .site-container .contactAll__box {
  padding: 7px 0 7px 10px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
body .site-container .contactHarf__box--01, body .site-container .contactHarf__box--02, body .site-container .contactHarf__box--03, body .site-container .contactAll__box, body .site-container .contactText__area {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 !important;
  margin: 0;
}
body .site-container .contactT__space {
  padding: 14px 0 0 10px;
  display: inline-block;
}
body .site-container .contactH__space + .contactH__space {
  margin-top: 10px;
}
body .site-container .contactH__space:nth-child(1) span {
  display: inline-block;
  margin-right: 3px;
}
body .site-container .contactH__space:nth-child(2) span, body .site-container .contactH__space:nth-child(3) span {
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 767px) {
  body .site-container .contactH__space:nth-child(2) span, body .site-container .contactH__space:nth-child(3) span {
    margin-right: 0;
    padding: 6px 0 4px;
  }
}
body .site-container .contactH__space01 {
  padding: 0;
}
body .site-container .contactH__space01 span {
  margin-right: 4px;
}
body .site-container .contactWide__space--i {
  margin-right: 15px !important;
}
body .site-container .contactWide__space--i input[type=radio],
body .site-container .contactWide__space--i input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.05em;
}
@media (max-width: 767px) {
  body .site-container .contactWide__space--i input[type=radio],
  body .site-container .contactWide__space--i input[type=checkbox] {
    top: -0.1em;
  }
}
body .site-container .contactWide__space input[type=radio],
body .site-container .contactWide__space input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.05em;
}
body .site-container .contactButtons {
  margin-top: 50px;
  text-align: center;
}
body .site-container .contactButtons .button_deco {
  background: #e70f20;
  padding: 8px 34px;
  border: 1px solid #e70f20;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) {
  body .site-container .contactButtons .button_deco {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) and (max-width: 389px) {
  body .site-container .contactButtons .button_deco {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body .site-container .contactButtons .button_deco a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .site-container .contactButtons .button_deco a:hover {
  color: #e70f20;
}
body .site-container .contactButtons .button_deco:hover {
  color: #e70f20;
  background: #fff;
}
body .site-container .contactSelect__box--l {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  margin: 0;
  height: 44px !important;
  background: transparent !important;
  color: #454545 !important;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 5px;
  border: 1px solid #ccc !important;
  width: 22em;
  max-width: 100% !important;
  line-height: 2;
}
@media (max-width: 767px) {
  body .site-container .contactSelect__box--l {
    width: 100%;
  }
}
body .site-container .contactSelect__box--l option {
  display: inline-block;
  padding: 0 !important;
}
body .site-container .contactSelect__box--l::-ms-expand {
  display: none;
}
body .site-container .contactSelect__box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  margin: 0;
  height: 44px !important;
  background: transparent !important;
  color: #454545 !important;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 5px;
  border: 1px solid #ccc !important;
  width: 13em;
  max-width: 100% !important;
  line-height: 2;
}
@media (max-width: 767px) {
  body .site-container .contactSelect__box {
    width: 12.5em;
  }
}
body .site-container .contactSelect__box option {
  display: inline-block;
  padding: 0 !important;
}
body .site-container .contactSelect__box::-ms-expand {
  display: none;
}
body .site-container .contactSelect__box02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  padding: 0;
  margin: 0;
  height: 40px !important;
  background: transparent !important;
  color: #454545 !important;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0px;
  border: 1px solid #ccc !important;
  width: 10em;
  max-width: 100% !important;
  line-height: 2;
}
@media (max-width: 389px) {
  body .site-container .contactSelect__box02 {
    width: 5.5em;
    padding: 0 30px 0 10px;
  }
}
body .site-container .contactSelect__box02::-ms-expand {
  display: none;
}
body .site-container .contactSelect__box03 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  padding: 0;
  margin: 0;
  margin-left: 3px;
  height: 40px !important;
  background: transparent !important;
  color: #454545 !important;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 10px;
  border: 1px solid #ccc !important;
  width: 5em;
  max-width: 100% !important;
  line-height: 2;
}
@media (max-width: 389px) {
  body .site-container .contactSelect__box03 {
    width: 4.5em;
    padding: 0 30px 0 10px;
  }
}
body .site-container .contactSelect__box03::-ms-expand {
  display: none;
}
body .site-container .contactEntry__group .l_space {
  display: inline-block;
  margin: 0 10px;
}
body .site-container .contactEntry__box {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  body .site-container .contactEntry__box {
    margin-top: 10px;
  }
  body .site-container .contactEntry__box:nth-child(1) {
    margin-top: 0;
  }
}
body .site-container .contactEntry__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #edeff1;
  height: 100%;
  width: 30px;
}
body .site-container .contactEntry__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}
body .site-container .contactText__top {
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  margin-left: 1em;
  color: blue;
  text-decoration: underline;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body .site-container .contactText__top {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (max-width: 767px) and (max-width: 389px) {
  body .site-container .contactText__top {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body .site-container .contactCategory__area {
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body .site-container .contactCategory__area {
    width: 100% !important;
  }
}
body .site-container .contactCategory__box + .contactCategory_box {
  margin-top: 25px;
}
body .site-container .contactCategory__box li {
  line-height: 1;
  margin-right: 5px;
}
body .site-container .contactThanksArea {
  width: 100%;
}
@media (max-width: 767px) {
  body .site-container .contactThanksArea {
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
body .site-container .contactThanksArea p {
  margin-top: 60px;
  text-align: center;
}
body .site-container .contactThanksArea p + p {
  margin-top: 40px;
}
body .site-container .contactThanks--title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #e70f20;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  body .site-container .contactThanks--title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
}
body .site-container .contactThanks--comment {
  margin-top: 60px;
}
@media (max-width: 767px) {
  body .site-container .contactThanks--comment {
    margin-top: 35px;
  }
}
body .site-container .contactThanks--comment p {
  text-align: center;
}
@media (max-width: 767px) {
  body .site-container .contactThanks--comment p {
    text-align: left;
  }
  body .site-container .contactThanks--comment p br {
    display: none;
  }
}
body .site-container .contactThanks--comment p + p {
  margin-top: 40px;
}