/* minreset */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}audio,embed,iframe,img,object,video{max-width:100%;height:auto}iframe{border:0}table{border-spacing:0;border-collapse:collapse}td,th{padding:0;text-align:left}button{padding:0;outline:0;border:none;background-color:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}
/* foundation */
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-height: 0%;
}
a {
  overflow: hidden;
}
*:focus {
  outline: none;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html,
input,
select,
textarea {
  font-size: 16px;
  line-height: 1.5em;
}
@media screen and (max-width: 475px) {
  html,
  input,
  select,
  textarea {
    font-size: 85%;
  }
}
textarea {
  resize: vertical;
}
pre {
  white-space: pre-wrap;
}
fieldset {
  border: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body,
button,
input,
select,
textarea {
  color: #222;
  word-break: break-all;
  font-stretch: extra-condensed;
  font-family: 'Noto Sans JP', 'sans-serif', 'Meiryo UI', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande';
}
body {
  background-attachment: fixed;
  background-size: cover;
}
img {
  vertical-align: top;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  line-height: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
svg {
  fill: currentColor;
}
a {
  text-decoration: none;
}
a img {
  border-style: none;
}
table * {
  position: static;
}
/* layout */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header {
  position: fixed;
  left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  pointer-events: none;
}
nav {
  width: 1200px;
}
nav a {
  pointer-events: auto;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-top: 64px;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1200px) {
  main {
    margin-top: 64px;
  }
}
@media screen and (max-width: 900px) {
  main {
    margin-top: 64px;
  }
}
article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  article article > * {
    padding-right: 0;
    padding-left: 0;
  }
}
section {
  min-height: 0%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-nav-pc {
    display: none;
  }
}
.l-nav-btn {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-nav-btn.is-open .top {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.l-nav-btn.is-open .middle {
  opacity: 0;
}
.l-nav-btn.is-open .bottom {
  width: 100%;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}
.l-nav-btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #bf4395;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-btn span:last-child {
  width: 80%;
}
.l-nav-btn span.top {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.l-nav-btn span.bottom {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.l-nav-sp-content {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: -100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-top: calc(spbtn + (64px * 0.5));
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content * {
  pointer-events: none;
}
.l-nav-sp-content.is-open {
  top: 0%;
  z-index: 300;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content.is-open * {
  pointer-events: auto;
}
.l-nav-sp-content ul {
  width: 280px;
}
.l-nav-sp-content ul > li {
  border-top: 1px solid #d3d3d3;
}
.l-nav-sp-content ul > li a {
  display: block;
  padding: 8px 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content ul > li a:hover {
  background: #fdf2f7;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content ul > li:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.l-lower-header-btn {
  padding: 2px 8px 3px;
  border-radius: 100px;
}
.l-form-input,
.l-form-confirm {
  z-index: -100;
  display: none;
  opacity: 0;
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  pointer-events: none;
}
.l-form-input.is-open,
.l-form-confirm.is-open {
  z-index: 10;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  pointer-events: auto;
}
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.l-column-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-xl > * {
  margin-bottom: 80px;
}
.l-column-xl > *:last-child {
  margin-bottom: 0;
}
.l-column-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-l > * {
  margin-bottom: 48px;
}
.l-column-l > *:last-child {
  margin-bottom: 0;
}
.l-column-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-m > * {
  margin-bottom: 32px;
}
.l-column-m > *:last-child {
  margin-bottom: 0;
}
.l-column-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-s > * {
  margin-bottom: 16px;
}
.l-column-s > *:last-child {
  margin-bottom: 0;
}
.l-column-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-xs > * {
  margin-bottom: 8px;
}
.l-column-xs > *:last-child {
  margin-bottom: 0;
}
.l-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.l-column-center-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-center-xl > * {
  margin-bottom: 80px;
}
.l-column-center-xl > *:last-child {
  margin-bottom: 0;
}
.l-column-center-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-center-l > * {
  margin-bottom: 48px;
}
.l-column-center-l > *:last-child {
  margin-bottom: 0;
}
.l-column-center-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-center-m > * {
  margin-bottom: 32px;
}
.l-column-center-m > *:last-child {
  margin-bottom: 0;
}
.l-column-center-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-center-s > * {
  margin-bottom: 16px;
}
.l-column-center-s > *:last-child {
  margin-bottom: 0;
}
.l-column-center-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-center-xs > * {
  margin-bottom: 8px;
}
.l-column-center-xs > *:last-child {
  margin-bottom: 0;
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-flex > * {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0%;
}
.l-flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flex.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-flex.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l-flex.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-flex.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-flex.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-flex.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.l-flex.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-flex.direction-column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.l-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-flex.gap {
  margin-bottom: -32px;
  margin-left: -32px;
  width: calc(100% + 32px);
}
.l-flex.gap > * {
  padding-bottom: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 900px) {
  .l-flex.gap {
    margin-bottom: -16px;
    margin-left: -16px;
    width: calc(100% + 16px);
  }
  .l-flex.gap > * {
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.l-flex.gap-s {
  margin-bottom: -16px;
  margin-left: -16px;
  width: calc(100% + 16px);
}
.l-flex.gap-s > * {
  padding-bottom: 16px;
  padding-left: 16px;
}
.l-flex.gap-xs {
  margin-bottom: -8px;
  margin-left: -8px;
  width: calc(100% + 8px);
}
.l-flex.gap-xs > * {
  padding-bottom: 8px;
  padding-left: 8px;
}
.l-flex.gap-xxs {
  margin-bottom: -4px;
  margin-left: -4px;
  width: calc(100% + 4px);
}
.l-flex.gap-xxs > * {
  padding-bottom: 4px;
  padding-left: 4px;
}
@media screen and (max-width: 900px) {
  .l-flex.wrap-M {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-flex.jc-sb-M {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.jc-sb-M {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.jc-c-M {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-flex.ai-c-M {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-flex.ai-start-M {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-flex.direction-row-M {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex.column-M {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-flex.gap0-M {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .l-flex.gap0-M > * {
    padding-bottom: 0;
    padding-left: 0;
  }
}
footer >*:first-child a {
  color: #fff;
}
footer a {
  -webkit-transition: transitiontime;
  -o-transition: transitiontime;
  transition: transitiontime;
}
footer a:hover {
  opacity: 0.6;
}
footer > * > * > * {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #888;
}
footer > * > * > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-footer-div5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 475px) {
  .l-flex.direction-row-S {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex.jc-c-S {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-top-firstview {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.l-top-copy {
  position: absolute;
  top: 0;
  z-index: 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;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-top-copy {
    padding: 16px;
  }
}
.l-top-copy > * {
  max-width: 1200px;
  width: 100%;
}
.l-top-company {
  top: -100px;
  z-index: 100;
}
.l-top-company_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: calc(-1 * (64px + 100px));
  margin-bottom: calc(-0.8 * (64px + 100px));
  padding-top: calc(64px + 100px);
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-top-company_business {
    margin-bottom: 100px;
  }
}
.l-top-company_business > .l-top-company_business-group {
  z-index: 1;
  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: -100px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-top-company_business > .l-top-company_business-group {
    margin-top: 0;
  }
}
.l-top-company_business > .l-top-company_business-group:last-child {
  margin-bottom: 0;
}
.l-top-company_business > .l-top-company_business-group > .l-top-company_business-text {
  max-width: 1200px;
  width: 100%;
}
.l-top-company_business > .l-top-company_business-group > .l-top-company_business-text > * {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 41%;
}
@media screen and (max-width: 1200px) {
  .l-top-company_business > .l-top-company_business-group > .l-top-company_business-text > * {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 75%;
  }
}
.l-top-company_business > .l-top-company_business-group > .l-top-company_business-text > *::before {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100px;
  content: '';
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
}
@media screen and (max-width: 900px) {
  .l-top-company_business > .l-top-company_business-group > .l-top-company_business-text {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .l-top-company_business > .l-top-company_business-group {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-top-company_business > .l-top-company_business-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-top-company_business > .l-top-company_business-group.left > .l-top-company_business-text > *::before {
  left: -10000px;
  background: #bf4395;
}
.l-top-company_business > .l-top-company_business-group.right > .l-top-company_business-text > *::before {
  right: -10000px;
  background-image: url("../image/bg-business.jpg");
  background-repeat: no-repeat;
}
.l-top-painting {
  top: -200px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-top-painting {
    top: 0;
  }
}
.l-lower-title {
  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;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .l-lower-title {
    margin-top: 0;
  }
}
.l-lower-title:last-child {
  margin-bottom: 0;
}
.l-lower-title > .text {
  max-width: 1200px;
  width: 100%;
}
.l-lower-title > .text > * {
  width: 50%;
  height: 240px;
}
@media screen and (max-width: 800px) {
  .l-lower-title > .text > * {
    width: 75%;
    height: 120px;
  }
}
.l-lower-title > .text > *::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -150px;
  left: -10000px;
  background: #bf4395;
  content: '';
  opacity: 0.8;
  -webkit-transform: skewX(-24deg);
  -ms-transform: skewX(-24deg);
  transform: skewX(-24deg);
}
#privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#privacy.is-open {
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}
@-moz-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* object */
.o-w_auto {
  max-width: auto;
  width: auto;
}
.o-w_content-full {
  min-width: 100vw;
  width: 100%;
}
.o-w_content-xl {
  max-width: 1200px;
  width: 100%;
}
.o-w_content-l {
  max-width: 1200px;
  width: 100%;
}
.o-w_content-m {
  max-width: 800px;
  width: 100%;
}
.o-w_content-s {
  max-width: 400px;
  width: 100%;
}
.o-w_content-fixed {
  overflow: hidden;
  width: 1200px;
}
.o-w66per {
  width: 66.66%;
}
.o-w33per {
  width: 33.33%;
}
.o-w100per {
  width: 100%;
}
.o-w80per {
  width: 80%;
}
.o-w75per {
  width: 75%;
}
.o-w60per {
  width: 60%;
}
.o-w50per {
  width: 50%;
}
.o-w40per {
  width: 40%;
}
.o-w30per {
  width: 30%;
}
.o-w25per {
  width: 25%;
}
.o-w20per {
  width: 20%;
}
.o-w12 {
  max-width: 12px;
  width: 100%;
}
.o-w16 {
  max-width: 16px;
  width: 100%;
}
.o-w24 {
  max-width: 24px;
  width: 100%;
}
.o-w32 {
  max-width: 32px;
  width: 100%;
}
.o-w40 {
  max-width: 40px;
  width: 100%;
}
.o-w48 {
  max-width: 48px;
  width: 100%;
}
.o-w52 {
  max-width: 52px;
  width: 100%;
}
.o-w58 {
  max-width: 58px;
  width: 100%;
}
.o-w64 {
  max-width: 64px;
  width: 100%;
}
.o-w72 {
  max-width: 72px;
  width: 100%;
}
.o-w80 {
  max-width: 80px;
  width: 100%;
}
.o-w92 {
  max-width: 92px;
  width: 100%;
}
.o-w100 {
  max-width: 100px;
  width: 100%;
}
.o-w120 {
  max-width: 120px;
  width: 100%;
}
.o-w160 {
  max-width: 160px;
  width: 100%;
}
.o-w180 {
  max-width: 180px;
  width: 100%;
}
.o-w200 {
  max-width: 200px;
  width: 100%;
}
.o-w240 {
  max-width: 240px;
  width: 100%;
}
.o-w280 {
  max-width: 280px;
  width: 100%;
}
.o-w300 {
  max-width: 300px;
  width: 100%;
}
.o-w320 {
  max-width: 320px;
  width: 100%;
}
.o-w340 {
  max-width: 340px;
  width: 100%;
}
.o-w400 {
  max-width: 400px;
  width: 100%;
}
.o-w440 {
  max-width: 440px;
  width: 100%;
}
.o-w500 {
  max-width: 500px;
  width: 100%;
}
.o-w600 {
  max-width: 600px;
  width: 100%;
}
.o-w700 {
  max-width: 700px;
  width: 100%;
}
.o-w800 {
  max-width: 800px;
  width: 100%;
}
.o-h16 {
  height: 16px;
}
.o-h32 {
  height: 32px;
}
.o-h40 {
  height: 40px;
}
.o-h60 {
  height: 60px;
}
.o-h96 {
  height: 96px;
}
.o-h160 {
  height: 160px;
}
.o-h300 {
  height: 300px;
}
.o-h400 {
  height: 400px;
}
.o-h500 {
  height: 500px;
}
.o-h600 {
  height: 600px;
}
.o-h100per {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .o-w100per-M {
    max-width: 100%;
    width: 100%;
  }
  .o-w66per-M {
    max-width: 66.66%;
    width: 100%;
  }
  .o-w50per-M {
    max-width: 50%;
    width: 100%;
  }
  .o-w33per-M {
    max-width: 33.33%;
    width: 100%;
  }
  .o-w25per-M {
    max-width: 25%;
    width: 100%;
  }
  .o-w400-M {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .o-w100per-S {
    max-width: 100%;
    width: 100%;
  }
  .o-w66per-S {
    max-width: 66.66%;
    width: 100%;
  }
  .o-w50per-S {
    max-width: 50%;
    width: 100%;
  }
  .o-w33per-S {
    max-width: 33.33%;
    width: 100%;
  }
}
.o-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-flex_grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-flex_shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.swiper-container,
.swiper-wrapper {
  width: 100%;
}
.o-nav-logo {
  width: 48px;
}
@media screen and (max-width: 900px) {
  .o-nav-logo {
    width: 32px;
  }
}
.o-footer-logo {
  width: 48px;
}
.o-icon {
  width: auto;
  height: 20px;
}
.o-top-logo {
  max-width: 180px;
  width: 100%;
}
.o-top-firstview {
  max-width: 50%;
  width: 100%;
}
.o-top-firstview > * {
  max-width: 400px;
}
.o-top-slider {
  overflow: hidden;
  height: calc(100vh - 64px);
}
.o-top-slider img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .o-top-slider {
    height: calc(60vh - 64px);
  }
  .o-top-slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.o-lower-header-btn {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 475px) {
  .o-lower-header-btn {
    width: auto;
    height: 24px;
  }
}
.o-lower-title {
  min-height: 320px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .o-lower-title {
    min-height: 200px;
  }
}
@media screen and (max-width: 475px) {
  .o-lower-title {
    min-height: 160px;
  }
}
/* utility-線・角丸・形状 */
.u-border-1px {
  border-width: 1px;
  border-style: solid;
  border-color: false;
}
.u-border-1px-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.u-border-1px-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #bf4395;
}
.u-border-1px-primary-light {
  border-width: 1px;
  border-style: solid;
  border-color: #e3a9cd;
}
.u-border-1px-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: color-secodary;
}
.u-border-1px-lightgray {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
}
.u-border-1px-white {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
.u-border-4px-primary {
  border-width: 4px;
  border-style: solid;
  border-color: #bf4395;
}
.u-border-4px-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.u-border_top-1px-primary {
  border-top: 1px solid #bf4395;
}
.u-border_top-1px-lightgray {
  border-top: 1px solid #d3d3d3;
}
.u-border_bottom-1px-primary {
  border-bottom: 1px solid #bf4395;
}
.u-border_bottom-1px-black {
  border-bottom: 1px solid #444;
}
.u-border_bottom-1px-lightgray {
  border-bottom: 1px solid #d3d3d3;
}
.u-border-border_horizon {
  overflow: hidden;
  text-align: center;
}
.u-border-border_horizon > span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.u-border-border_horizon > span::before,
.u-border-border_horizon > span::after {
  position: absolute;
  top: 50%;
  width: 1000%;
  height: 1px;
  background-color: #d3d3d3;
  content: '';
}
.u-border-border_horizon > span::before {
  right: 100%;
}
.u-border-border_horizon > span::after {
  left: 100%;
}
.u-border_bottom-primary-after {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.u-border_bottom-primary-after::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 4px;
  background: #bf4395;
  content: '';
}
@media screen and (max-width: 900px) {
  .u-border_bottom-primary-after {
    text-align: center;
  }
  .u-border_bottom-primary-after::after {
    left: calc(50% - 20px);
  }
}
.u-border_bottom-primary-after-center {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-primary-after-center::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4px;
  background: #bf4395;
  content: '';
}
.u-border_bottom-white-after-center {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-white-after-center::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  content: '';
}
.u-border_bottom-gray-after-narrow {
  padding-bottom: 8px;
}
.u-border_bottom-gray-after-narrow::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 64px;
  height: 2px;
  border-radius: 4px;
  background: #808080;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.u-border_radius {
  border-radius: 12px;
}
.u-border_radius-s {
  border-radius: 4px;
}
.u-border_radius-l {
  border-radius: 1000px;
}
.u-border_radius-circle {
  border-radius: 50%;
}
/* utility-色 */
body {
  color: #444;
}
a {
  color: #444;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
p a {
  color: #bf4395;
}
.u-color-primary {
  color: #bf4395;
}
.u-color-primary-light {
  color: #e3a9cd;
}
.u-color-secondary {
  color: #004bb1;
}
.u-color-tertiary {
  color: #f15929;
}
.u-color-quaternary {
  color: #ff6e00;
}
.u-color-black {
  color: #444;
}
.u-color-white {
  color: #fff;
}
.u-color-white-opacity02 {
  color: rgba(255,255,255,0.2);
}
.u-color-gray {
  color: #808080;
}
.u-color-lightgray {
  color: #d3d3d3;
}
.u-logo-white > * > * {
  color: #fff;
}
.u-bg-primary {
  background: #bf4395;
}
.u-bg-primary-light {
  background: #e3a9cd;
}
.u-bg-primary-light2 {
  background: #fdf2f7;
}
.u-bg-secondary {
  background: #fff145;
}
.u-bg-secondary-light {
  background: #5fa7de;
}
.u-bg-secondary-light2 {
  background: #f1f8fe;
}
.u-bg-morelightgray {
  background: #f4f4f4;
}
.u-bg-yellow-light {
  background: #fff3b2;
}
.u-bg-firstview {
  background: #f0f1f5;
}
.u-bg-white {
  background: #fff;
}
.u-bg-black {
  background: #444;
}
.u-bg-gray {
  background: #525662;
}
.u-bg-lightgray {
  background: #d3d3d3;
}
.u-bg-white-opacity08 {
  background: rgba(255,255,255,0.8);
}
.u-bg-white-opacity09 {
  background: rgba(255,255,255,0.9);
}
.u-bg-black-opacity08 {
  background: rgba(0,0,0,0.8);
}
.u-bg-black-opacity04 {
  background: rgba(0,0,0,0.4);
}
.u-bg-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(255,255,255,0.6)), color-stop(5%, rgba(255,255,255,0.6)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(95%, rgba(255,255,255,0.6)), to(rgba(255,255,255,0.6)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
}
.u-bg-main-lower {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  background-image: url("./image/main.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  -webkit-animation-name: fadein2;
  animation-name: fadein2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.u-bg-gradient-primary {
  background: #bf4395;
  background: -webkit-gradient(linear, left top, right top, from(#bf4395), to(#de58ab));
  background: -webkit-linear-gradient(left, #bf4395 0%, #de58ab 100%);
  background: -o-linear-gradient(left, #bf4395 0%, #de58ab 100%);
  background: linear-gradient(90deg, #bf4395 0%, #de58ab 100%);
}
.u-bg-pattern-dot {
  background-image: -webkit-radial-gradient(currentColor 1px, transparent 1px);
  background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: calc(6 * 1px) calc(6 * 1px);
}
.u-bg-image-sky {
  background-image: url("../image/bg-sky.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.u-bg-image-sky-lower {
  background-image: url("../image/bg-sky-lower.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.u-bg-image-products_facilities {
  background-image: url("../image/bg-products_facilities.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.u-bg-image-top_slider {
  background: #004bb1;
  opacity: 0.5;
}
.u-text_shadow-white {
  text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
.u-fill-logo {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  fill: currentColor;
}
.l-nav-logo a:hover > .u-fill-logo,
.u-fill-logo:active {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  fill: #bf4395;
}
.u-blur {
  display: table;
  overflow: hidden;
}
.u-blur img {
  margin: -5px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header {
  background: rgba(255,255,255,0);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@-moz-keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadein2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* utility-インライン */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0;
  text-justify: inter-ideograph;
  line-height: 1.4em;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.material-icons {
  top: -0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.5em;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-justify {
  text-align: justify;
}
.u-text-right {
  text-align: right;
}
.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.u-v_align-middle {
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .u-text_left-M {
    text-align: left;
  }
  .u-text_right-M {
    text-align: right;
  }
  .u-text_center-M {
    text-align: center;
  }
}
.u-line_clamp-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-line_clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 475px) {
  .u-text_left-S {
    text-align: left;
  }
  .u-text_right-S {
    text-align: right;
  }
  .u-text_center-S {
    text-align: center;
  }
}
.u-font_size-xs {
  font-size: 0.8rem;
}
.u-font_size-s {
  font-size: 0.9rem;
}
.u-font_size-n,
h3 {
  font-size: 1rem;
}
.u-font_size-m,
h2 {
  font-size: 1.3rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-m,
  h2 {
    font-size: 1.2rem;
  }
}
.u-font_size-l2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-l2 {
    font-size: 1.3rem;
  }
}
.u-font_size-l {
  font-size: 1.8rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-l {
    font-size: 1.5rem;
  }
}
.u-font_size-xl {
  font-size: 2.5rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-xl {
    font-size: 1.8rem;
  }
}
.u-font-noto_serif {
  font-family: 'Noto Serif JP';
}
.u-text-nowrap {
  white-space: nowrap;
}
.u-text-pre {
  white-space: pre;
}
.u-font_weight-bold {
  font-weight: bold;
}
.u-line_height80per {
  line-height: 80%;
}
.u-line_height100per {
  line-height: 100%;
}
.u-line_height120per {
  line-height: 120%;
}
.u-line_height150per {
  line-height: 150%;
}
.u-line_height180per {
  line-height: 180%;
}
.u-line_height200per {
  line-height: 200%;
}
.u-line_height240per {
  line-height: 240%;
}
.u-line_height300per {
  line-height: 300%;
}
.u-line_height380per {
  line-height: 380%;
}
.u-line_height400per {
  line-height: 400%;
}
ol {
  margin-left: 1.5em;
}
.u-underline,
p a {
  text-decoration: underline;
}
.u-underline:hover,
p a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-text_decoration-none {
  text-decoration: none !important;
}
.u-font-logo-before {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 475px) {
  .u-font-logo-before {
    font-size: 0.8rem;
    line-height: initial;
  }
}
.u-font-logo-after {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 475px) {
  .u-font-logo-after {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
.u-font-nav-sp-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 475px) {
  .u-font-nav-sp-title {
    font-size: 1.8rem;
  }
}
.u-font-nav-sp-title-en {
  font-size: 1rem;
}
.u-font-top-copy {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .u-font-top-copy {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 475px) {
  .u-font-top-copy {
    font-size: 1.8rem;
  }
}
.u-font-top-company-header {
  margin-bottom: 16px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .u-font-top-company-header {
    letter-spacing: 0.2rem;
  }
}
.u-font-top-company-text {
  margin-bottom: 32px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .u-font-top-company-text {
    margin-bottom: 16px;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 475px) {
  .u-font-top-company-text {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}
/* utility-ボタン・アイコン */
.u-btn-readmore_arrow-secondary,
.u-btn-readmore_arrow-white {
  padding: 16px 48px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-btn-readmore_arrow-secondary:hover,
.u-btn-readmore_arrow-white:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-btn-readmore_arrow-secondary > span,
.u-btn-readmore_arrow-white > span {
  display: inline-block;
}
.u-btn-readmore_arrow-secondary > span:nth-child(2),
.u-btn-readmore_arrow-white > span:nth-child(2) {
  top: -2px;
  margin-left: 16px;
  width: 52px;
  height: 8px;
}
@media screen and (max-width: 475px) {
  .u-btn-readmore_arrow-secondary > span:nth-child(2),
  .u-btn-readmore_arrow-white > span:nth-child(2) {
    margin-left: 8px;
    width: 36px;
  }
}
.u-btn-readmore_arrow-secondary:hover > span:nth-child(2),
.u-btn-readmore_arrow-white:hover > span:nth-child(2) {
  -webkit-animation: readmorearrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  animation: readmorearrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.u-btn-readmore_arrow-secondary {
  color: #004bb1;
}
.u-btn-readmore_arrow-secondary > span:nth-child(2) {
  background: url("../image/icon-readmore-secondary.svg") no-repeat;
}
.u-btn-readmore_arrow-white {
  color: #fff;
}
.u-btn-readmore_arrow-white > span:nth-child(2) {
  background: url("../image/icon-readmore-white.svg") no-repeat;
}
.u-hover:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@-moz-keyframes readmorearrow {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 100% 0%);
  }
}
@-webkit-keyframes readmorearrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
}
@-o-keyframes readmorearrow {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 100% 0%);
  }
}
@keyframes readmorearrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
}
/* utility-装飾 */
.u-deco-top_contentheader {
  border-bottom: 2px solid #bf4395;
}
a:hover {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-a_underline-l2r:before {
  left: 0;
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 1px;
  background: #bf4395;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-a_underline-l2r:before:hover::before {
  width: 100%;
}
.u-a_underline-r2l:before {
  right: 0;
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 1px;
  background: #bf4395;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-a_underline-r2l:before:hover::before {
  width: 100%;
}
.u-a_underline-l2r:hover::before,
.u-a_underline-r2l:hover::before {
  width: 100%;
}
.u-a_underline-c::before,
.u-a_underline-c::after {
  position: absolute;
  bottom: -2px;
  display: inline-block;
  width: 0;
  height: 1px;
  background: #bf4395;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-a_underline-c::before:hover::before,
.u-a_underline-c::after:hover::before {
  width: 100%;
}
.u-a_underline-c::before {
  left: 50%;
}
.u-a_underline-c::after {
  right: 50%;
}
.u-a_underline-c:hover::before,
.u-a_underline-c:hover::after {
  width: 50%;
}
ul.u-breadcrumbs > li {
  float: left;
}
ul.u-breadcrumbs > li:nth-child(n + 2)::before {
  display: inline-block;
  margin: -3px 8px 0 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-deco-news > * {
  padding: 16px;
  border-top: 1px dotted #d3d3d3;
}
.u-deco-news > * > dt {
  padding-right: 24px;
}
.u-deco-news > *:last-child {
  border-bottom: 1px dotted #d3d3d3;
}
footer {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.u-deco-fadein-03s {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.u-deco-fadein-2s {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.u-deco-fadeout-03s {
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.u-deco-table-scroll {
  display: block;
  overflow-x: scroll;
  margin-bottom: 32px;
  white-space: nowrap;
}
table th {
  font-weight: normal;
}
table th,
table td {
  padding: 8px;
  border: 1px #d3d3d3 solid;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
  .u-deco-table-scroll::-webkit-scrollbar {
    height: 8px;
    border-radius: 10px;
    background: #eee;
  }
  .u-deco-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #aaa;
  }
}
.u-deco-v_scroll {
  overflow-y: scroll;
}
.u-deco-v_scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background: #eee;
}
.u-deco-v_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aaa;
}
.u-deco-topbtn {
  display: block;
  max-width: 64px;
  border: 2px solid #fff;
  background: #bf4395;
}
.u-deco-topbtn::before {
  display: block;
  margin: 22px 18px 14px 18px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 1px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main select,
main input,
main textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #707070;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox'],
input[type='radio'],
input[type='reset'],
input[type='submit'],
input[type='button'] {
  position: absolute;
  z-index: -100;
  opacity: 0;
  pointer-events: none;
}
input[type='text'],
input[type='textarea'],
input[type='tel'],
input[type='email'],
input[type='num'],
input[type='number'],
input[type='date'],
select,
textarea {
  padding: 8px;
  max-width: 100%;
  background: #fff;
}
.u-input_checkbox_ui,
.u-input_radiobtn_ui {
  position: relative;
  padding: 10px 0 0 32px;
}
.u-input_checkbox_ui-around,
.u-input_radiobtn_ui-around {
  position: relative;
  display: block;
  padding: 8px;
  border: 2px solid #bf4395;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-input_checkbox_ui::before {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #f4f4f4;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-input_radiobtn_ui::before {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50px;
  background: #f4f4f4;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox']:checked + .u-input_checkbox_ui::before {
  color: #fff;
}
input[type='radio']:checked + .u-input_radiobtn_ui::after {
  position: absolute;
  top: calc(50% - (20px / 4) + 4px);
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #bf4395;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox']:checked + .u-input_checkbox_ui::after {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 7px;
  display: block;
  width: 6px;
  height: 14px;
  border-right: 2px solid #bf4395;
  border-bottom: 2px solid #bf4395;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
input[type='checkbox']:checked + .u-input_checkbox_ui-around,
input[type='radio']:checked +.u-input_radiobtn_ui-around {
  background: #bf4395;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-deco-form p {
  min-height: 2.6em;
  height: 100%;
}
.u-deco-form_confirmation {
  text-align: center;
}
.u-deco-form_confirmation dt {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 4px;
  background: #e3a9cd;
  font-size: 0.9rem;
}
.u-deco-form_confirmation dd {
  margin-bottom: 32px;
}
.u-input_required_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-input_required_sb:after,
.u-input_required:after {
  color: #bf4395;
  content: '※';
  font-weight: bold;
}
input[aria-invalid='true'],
textarea[aria-invalid='true'] {
  border: 1px solid #f00;
  -webkit-box-shadow: 0 0 4px 0 #f00;
  box-shadow: 0 0 4px 0 #f00;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
button[disabled='disabled'] {
  background: #d3d3d3;
  pointer-events: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  background-image: none;
  background-position: center;
  cursor: pointer;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  display: inline-block;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  display: inline-block;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-pagination {
  position: absolute;
  bottom: 100px;
}
.swiper-pagination-bullet {
  margin: 0 12px;
  width: 12px;
  height: 12px;
  background: #d3d3d3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.u-deco-accordion::after {
  display: inline-block;
  margin: -12px 32px 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-container.swiper-main .slide-item {
  overflow: hidden;
}
.swiper-container.swiper-main .swiper-slide-active .slide-img,
.swiper-container.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-container.swiper-main .swiper-slide-prev .slide-img {
  -webkit-animation: zoom 16s;
  animation: zoom 16s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.swiper-container.swiper-main .slide-img {
  display: block;
}
ol {
  list-style-type: none;
}
ol.u-deco-ol-dot li {
  margin-left: -0.5em;
}
ol.u-deco-ol-dot li::before {
  margin-left: -1em;
  content: '・';
}
ol.u-deco-ol-disc li {
  margin-left: -0.5em;
}
ol.u-deco-ol-disc li::before {
  margin-left: -1em;
  content: '●';
}
ol.u-deco-ol-kome li::before {
  margin-left: -1em;
  content: '※';
}
ol.u-deco-ol-dia li::before {
  margin-left: -1.5em;
  content: '◆';
}
ol.u-deco-ol-disc-line-double li {
  margin-left: -0.5em;
}
ol.u-deco-ol-disc-line-double li::before {
  margin-left: -1em;
  content: '◎';
}
ol.u-deco-ol-disc-line2 li {
  margin-left: -0.5em;
}
ol.u-deco-ol-disc-line2 li::before {
  margin-left: -1em;
  content: '○';
}
ul.u-deco-li-circle li {
  margin-bottom: 8px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.u-deco-li-circle li::before {
  margin-right: 1.5em;
  color: #808080;
  content: '●';
  font-size: 0.5em;
}
ul.u-deco-li-circle li:last-child {
  margin-bottom: 0;
}
.u-deco-photo {
  border: 6px solid #fff;
}
.u-deco-header-circle {
  padding-left: 1em;
  color: #bf4395;
  text-indent: -1em;
}
.u-deco-header-circle::before {
  margin-right: 0.2em;
  color: #e3a9cd;
  content: '●';
  font-size: 0.9em;
}
.u-deco-top-scroll {
  overflow: hidden;
  width: 8px;
  height: 80px;
  -webkit-animation: scrollarrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  -webkit-clip-path: inset(0% 0% 100% 0%);
  clip-path: inset(0% 0% 100% 0%);
}
.u-deco-top-scroll > * {
  display: block;
  width: 8px;
  height: 80px;
  background: url("../image/icon-scroll.svg") no-repeat;
  content: '';
}
.u-deco-footer-kanban {
  position: absolute;
  bottom: 0;
}
.u-deco-contact-tel {
  color: #004bb1;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 2rem;
}
.u-deco-contact-tel > span {
  display: inline-block;
  margin-right: 16px;
  padding: 0 calc(16px - 0.5rem) 0 16px;
  border: 2px solid #004bb1;
  border-radius: 4px;
  font-size: 1.8rem;
}
.u-deco-contact-tel-small {
  color: #004bb1;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.u-deco-contact-tel-small > span {
  display: inline-block;
  margin-right: 16px;
  padding: 0 calc(16px - 0.5rem) 0 12px;
  border: 2px solid #004bb1;
  border-radius: 4px;
  font-size: 1.2rem;
}
.u-deco-contact-fax {
  color: #004bb1;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
.u-deco-lower-h2-borderbottom {
  padding-bottom: 16px;
  border-bottom: 4px solid #bf4395;
}
.u-deco-lower-h2-greetings {
  position: absolute;
  top: -25px;
}
.u-deco-lower-h2-greetings > * {
  padding: 8px 0;
  width: 240px;
  background: #004bb1;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.u-deco-lower-image_shadow {
  top: 0;
  padding-left: 16px;
}
.u-deco-lower-image_shadow::before {
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  margin-top: 16px;
  padding-bottom: 65%;
  width: calc(100% - 16px);
  height: 0;
  background: #e3a9cd;
  content: '';
}
.u-deco-icon-qa {
  display: inline-block;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 80px;
  text-align: center;
  letter-spacing: 0rem;
  font-size: 0.8rem;
  line-height: 1.9rem;
}
.u-deco-faq details {
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
}
.u-deco-faq details:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.u-deco-faq details summary {
  display: block;
}
.u-deco-faq details summary::-webkit-details-marker {
  display: none;
}
.u-deco-faq details summary >* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}
.u-deco-faq details[open] .details-content {
  margin: 0;
  padding: 0 0 16px;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}
.u-deco-table-theme > * {
  font-size: 0.9em;
}
.u-deco-table-theme tr *:first-child {
  white-space: nowrap;
}
.u-deco-table-theme tr *:nth-child(2) {
  text-align: left;
}
.u-deco-table-theme tr th {
  background: #808080;
  color: #fff;
}
.u-deco-table-theme.alternate tr:nth-child(6n+4),
.u-deco-table-theme.alternate tr:nth-child(6n+5),
.u-deco-table-theme.alternate tr:nth-child(6n+6) {
  background: #eee;
}
.u-deco-table-theme.freetalk tr:last-child {
  background: #f1f8fe;
}
@-moz-keyframes scrollarrow {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
  }
}
@-o-keyframes scrollarrow {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
  }
}
.u-opacity05 {
  opacity: 0.5;
}
@-moz-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* utility-機能 */
.js-animation {
  opacity: 0;
}
.js-animation.b2t {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
.js-animation.t2b {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.js-animation.l2r {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
.js-animation.r2l {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.js-animation.is-show {
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.js-animationdelay {
  display: none;
  opacity: 1;
}
.js-animationdelay.is-open {
  display: block;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
#page-top {
  right: 80px;
  bottom: env(safe-area-inset-bottom);
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#page-top a {
  z-index: -100;
  pointer-events: none;
}
#page-top.is-show {
  right: 8px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-top.is-show a {
  z-index: 100;
  pointer-events: auto;
}
.u-hover-image {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-hover-image:hover {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.u-pagescroll_target {
  margin-top: calc(-1 * 64px);
  padding-top: calc(64px);
}
@media screen and (max-width: 900px) {
  .u-pagescroll_target {
    margin-top: calc(-1 * 64px);
    padding-top: calc(64px);
  }
}
@media screen and (max-width: 475px) {
  .u-pagescroll_target {
    margin-top: calc(-1 * 64px);
    padding-top: calc(64px);
  }
}
.u-func-ie {
  min-height: 0;
}
.u-func-accordion > label {
  display: block;
  cursor: pointer;
}
.u-func-accordion > input[type='checkbox'] {
  display: none;
}
.u-func-accordion > div {
  margin: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-func-accordion > input[type='checkbox'] + div {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.u-func-accordion > input[type='checkbox']:checked + div {
  max-height: 100%;
  opacity: 1;
}
.panel {
  display: none;
}
.tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
/* Hide Loading Block */
}
#loading.loaded {
  visibility: collapse;
  opacity: 0;
  pointer-events: none;
}
#loading .spinner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bf4395;
  -webkit-animation: loading 1.2s infinite;
  animation: loading 1.2s infinite;
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@-o-keyframes loading {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}
/* utility-マージン・パディング */
@media screen and (max-width: 1200px) {
  .u-p-display_edge {
    padding-right: 16px;
    padding-left: 16px;
  }
  .u-p-display_edge-full {
    min-width: 100vw;
  }
}
.u-m-xl {
  margin: 80px;
}
.u-m-l {
  margin: 48px;
}
.u-m-m {
  margin: 32px;
}
.u-m-s {
  margin: 16px;
}
.u-m-xs {
  margin: 8px;
}
.u-m-0 {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .u-m-0-M {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-m-xl-M {
    margin: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-l-M {
    margin: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-m-M {
    margin: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-s-M {
    margin: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-xs-M {
    margin: 8px;
  }
}
.u-mb-xl {
  margin-bottom: 80px;
}
.u-mb-l {
  margin-bottom: 48px;
}
.u-mb-m {
  margin-bottom: 32px;
}
.u-mb-s {
  margin-bottom: 16px;
}
.u-mb-xs {
  margin-bottom: 8px;
}
.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-mb-0-M {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-xl-M {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-l-M {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-m-M {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-s-M {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-xs-M {
    margin-bottom: 8px;
  }
}
.u-ml-xl {
  margin-left: 80px;
}
.u-ml-l {
  margin-left: 48px;
}
.u-ml-m {
  margin-left: 32px;
}
.u-ml-s {
  margin-left: 16px;
}
.u-ml-xs {
  margin-left: 8px;
}
.u-ml-0 {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .u-ml-0-M {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-xl-M {
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-l-M {
    margin-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-m-M {
    margin-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-s-M {
    margin-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-xs-M {
    margin-left: 8px;
  }
}
.u-mr-xl {
  margin-right: 80px;
}
.u-mr-l {
  margin-right: 48px;
}
.u-mr-m {
  margin-right: 32px;
}
.u-mr-s {
  margin-right: 16px;
}
.u-mr-xs {
  margin-right: 8px;
}
.u-mr-0 {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .u-mr-0-M {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-xl-M {
    margin-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-l-M {
    margin-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-m-M {
    margin-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-s-M {
    margin-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-xs-M {
    margin-right: 8px;
  }
}
.u-mt-xl {
  margin-top: 80px;
}
.u-mt-l {
  margin-top: 48px;
}
.u-mt-m {
  margin-top: 32px;
}
.u-mt-s {
  margin-top: 16px;
}
.u-mt-xs {
  margin-top: 8px;
}
.u-mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .u-mt-0-M {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-xl-M {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-l-M {
    margin-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-m-M {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-s-M {
    margin-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-xs-M {
    margin-top: 8px;
  }
}
.u-mtb-xl {
  margin-top: 80px;
}
.u-mtb-l {
  margin-top: 48px;
}
.u-mtb-m {
  margin-top: 32px;
}
.u-mtb-s {
  margin-top: 16px;
}
.u-mtb-xs {
  margin-top: 8px;
}
.u-mtb-xl {
  margin-bottom: 80px;
}
.u-mtb-l {
  margin-bottom: 48px;
}
.u-mtb-m {
  margin-bottom: 32px;
}
.u-mtb-s {
  margin-bottom: 16px;
}
.u-mtb-xs {
  margin-bottom: 8px;
}
.u-mtb-0 {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .u-mtb-0-M {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xl-M {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-l-M {
    margin-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-m-M {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-s-M {
    margin-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xs-M {
    margin-top: 8px;
  }
}
.u-mtb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-mtb-0-M {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xl-M {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-l-M {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-m-M {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-s-M {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xs-M {
    margin-bottom: 8px;
  }
}
.u-p-xl {
  padding: 80px;
}
.u-p-l {
  padding: 48px;
}
.u-p-m {
  padding: 32px;
}
.u-p-s {
  padding: 16px;
}
.u-p-xs {
  padding: 8px;
}
.u-p-0 {
  padding: 0;
}
@media screen and (max-width: 900px) {
  .u-p-0-M {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-p-xl-M {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-l-M {
    padding: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-m-M {
    padding: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-s-M {
    padding: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-xs-M {
    padding: 8px;
  }
}
.u-pb-xl {
  padding-bottom: 80px;
}
.u-pb-l {
  padding-bottom: 48px;
}
.u-pb-m {
  padding-bottom: 32px;
}
.u-pb-s {
  padding-bottom: 16px;
}
.u-pb-xs {
  padding-bottom: 8px;
}
.u-pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-pb-0-M {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-xl-M {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-l-M {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-m-M {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-s-M {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-xs-M {
    padding-bottom: 8px;
  }
}
.u-pl-xl {
  padding-left: 80px;
}
.u-pl-l {
  padding-left: 48px;
}
.u-pl-m {
  padding-left: 32px;
}
.u-pl-s {
  padding-left: 16px;
}
.u-pl-xs {
  padding-left: 8px;
}
.u-pl-0 {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .u-pl-0-M {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-xl-M {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-l-M {
    padding-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-m-M {
    padding-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-s-M {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-xs-M {
    padding-left: 8px;
  }
}
.u-pr-xl {
  padding-right: 80px;
}
.u-pr-l {
  padding-right: 48px;
}
.u-pr-m {
  padding-right: 32px;
}
.u-pr-s {
  padding-right: 16px;
}
.u-pr-xs {
  padding-right: 8px;
}
.u-pr-0 {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .u-pr-0-M {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-xl-M {
    padding-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-l-M {
    padding-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-m-M {
    padding-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-s-M {
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-xs-M {
    padding-right: 8px;
  }
}
.u-pt-xl {
  padding-top: 80px;
}
.u-pt-l {
  padding-top: 48px;
}
.u-pt-m {
  padding-top: 32px;
}
.u-pt-s {
  padding-top: 16px;
}
.u-pt-xs {
  padding-top: 8px;
}
.u-pt-0 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .u-pt-0-M {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-xl-M {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-l-M {
    padding-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-m-M {
    padding-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-s-M {
    padding-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-xs-M {
    padding-top: 8px;
  }
}
.u-plr-xl {
  padding-left: 80px;
}
.u-plr-l {
  padding-left: 48px;
}
.u-plr-m {
  padding-left: 32px;
}
.u-plr-s {
  padding-left: 16px;
}
.u-plr-xs {
  padding-left: 8px;
}
.u-plr-xl {
  padding-right: 80px;
}
.u-plr-l {
  padding-right: 48px;
}
.u-plr-m {
  padding-right: 32px;
}
.u-plr-s {
  padding-right: 16px;
}
.u-plr-xs {
  padding-right: 8px;
}
.u-plr-0 {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .u-plr-0-M {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xl-M {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-l-M {
    padding-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-m-M {
    padding-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-s-M {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xs-M {
    padding-left: 8px;
  }
}
.u-plr-0 {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .u-plr-0-M {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xl-M {
    padding-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-l-M {
    padding-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-m-M {
    padding-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-s-M {
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xs-M {
    padding-right: 8px;
  }
}
.u-ptb-xl {
  padding-top: 80px;
}
.u-ptb-l {
  padding-top: 48px;
}
.u-ptb-m {
  padding-top: 32px;
}
.u-ptb-s {
  padding-top: 16px;
}
.u-ptb-xs {
  padding-top: 8px;
}
.u-ptb-xl {
  padding-bottom: 80px;
}
.u-ptb-l {
  padding-bottom: 48px;
}
.u-ptb-m {
  padding-bottom: 32px;
}
.u-ptb-s {
  padding-bottom: 16px;
}
.u-ptb-xs {
  padding-bottom: 8px;
}
.u-ptb-0 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .u-ptb-0-M {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xl-M {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-l-M {
    padding-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-m-M {
    padding-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-s-M {
    padding-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xs-M {
    padding-top: 8px;
  }
}
.u-ptb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-ptb-0-M {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xl-M {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-l-M {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-m-M {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-s-M {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xs-M {
    padding-bottom: 8px;
  }
}
/* utility-位置・表示 */
.u-positon-absolute {
  position: absolute;
  left: 0;
}
.u-positon-fixed {
  position: fixed;
  left: 0;
}
.u-positon-static {
  position: static;
}
.u-z_index0 {
  z-index: 0;
}
.u-z_index1 {
  z-index: 1;
}
.u-z_index100 {
  z-index: 100;
}
.u-z_index200 {
  z-index: 200;
}
.u-z_index300 {
  z-index: 300;
}
.u-display-i_block {
  display: inline-block;
}
.u-display-block {
  display: block;
}
.u-display-none {
  display: none;
}
.u-white_space-nowrap {
  white-space: nowrap;
}
.u-overflow-hidden {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .u-display-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .u-display-pc {
    display: none;
  }
  .u-positon-relative-M {
    position: relative;
  }
}
.u-bottom0 {
  bottom: 0;
}
.u-trim_wrap-square {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.u-trim_wrap-2_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.u-trim_wrap-3_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
}
.u-trim_wrap-16_9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.u-trim_wrap-square > img,
.u-trim_wrap-3_2 > img,
.u-trim_wrap-16_9 > img,
.u-trim_wrap-2_1 >img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.u-common-chance {
  margin-top: -16px;
}
