@charset "UTF-8";
*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.font-gothic {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
}

.font-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.font-shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.color-white {
  color: #fff;
}

.color-silver {
  color: #B8BFCE;
}

.color-line {
  color: #626262;
}

.color-black {
  color: #000;
}

.color-pink {
  color: #DF3556;
}

.bg-pink-linear {
  background: #F7DFDB;
  background: linear-gradient(134deg, rgb(247, 223, 219) 0%, rgb(247, 212, 218) 50%, rgb(241, 216, 235) 100%);
}

.bg-gray-light {
  background-color: #F9F9F9;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1D1D1D;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

/* Link */
.transition, #about .about-top .about-top-content .about-list ul li .brief, header .header .col-right .menu ul li a::after, header .header .col-left .logo img, header, .content-flex .col-left .submn > ul > li > a::before, .btn.icn-abs-l .icn, .btn.icn-abs-r .icn, button, a .cover img, a::before, a::after, a {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a {
  color: #1D1D1D;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

.hover-underline {
  position: relative;
  display: inline;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

/* Content */
.page-top #wrapper {
  padding-top: 0;
}

#wrapper {
  padding-top: 95px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 80px;
  }
}

main {
  position: relative;
}
main #mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1280 {
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1280 {
    width: 90%;
  }
}

.content-1160 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1160 {
    width: 90%;
  }
}

.content-1024 {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  .content-1024 {
    width: 90%;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad40100 {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad40100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad40100 {
    padding-bottom: 60px;
  }
}

.pad60120 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad60120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .pad60120 {
    padding-bottom: 60px;
  }
}

.pad100140 {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 850px) {
  .pad100140 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100140 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .pt100 {
    padding-top: 80px;
  }
}

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

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

.fz-mix-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fz-mix-center small {
  font-size: 2rem;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .fz-mix-center small {
    font-size: 1.6rem;
    margin-left: 0px;
  }
}

.gototop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 12;
}
@media only screen and (max-width: 750px) {
  .gototop {
    bottom: 70px;
    width: 40px;
    right: 5px;
  }
}

/* Txthead */
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb30 {
    margin-bottom: 25px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.with-line-btm {
  padding-bottom: 21px;
  border-bottom: 1px solid #626262;
}
.txthead-box.with-line-btm.small {
  padding-bottom: 13px;
}
.txthead-box.table {
  display: table;
}
.txthead-box.table.center {
  margin-left: auto;
  margin-right: auto;
}
.txthead-box .fz100 {
  font-size: 10rem;
  line-height: 10rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz100 {
    font-size: 7rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz100 {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz100 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.txthead-box .fz100 + .fz32 {
  margin-top: 15px;
}
.txthead-box .fz100 + .fz30 {
  margin-top: 15px;
}
.txthead-box .fz80 {
  font-size: 8rem;
  line-height: 9rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz80 {
    font-size: 6.5rem;
    line-height: 7.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz80 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz80 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
.txthead-box .fz80 .fz35 {
  margin-top: 15px;
}
.txthead-box .fz70 {
  font-size: 7rem;
  line-height: 8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz70 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz70 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz70 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
.txthead-box .fz50 {
  font-size: 5rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz50 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz50 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz40 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz35 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz35 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz35 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .fz32 {
  font-size: 3.2rem;
  line-height: 4.2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz32 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz32 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz30 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz25 {
  font-size: 2.5rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz25 {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz25 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.txthead-box .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz24 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.txthead-box .fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz20 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.txthead-box .underline {
  border-bottom: 1px solid #626262;
}
.txthead-box p {
  margin-top: 30px;
}
.txthead-box span {
  display: block;
}

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

/* Btn */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.btn-box.line-top {
  border-top: 1px solid #626262;
  padding-top: 31px;
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt50 {
  margin-top: 50px;
}
.btn-box.mt30 {
  margin-top: 30px;
}
.btn-box.mt20 {
  margin-top: 20px;
}
.btn-box.table {
  display: table;
}
.btn-box.table.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 10px;
}

.btn.disabled {
  color: #666666 !important;
  border-color: #666666 !important;
  opacity: 0.6;
  cursor: default;
}
.btn.disabled:hover {
  pointer-events: none !important;
  opacity: 0.6 !important;
  background-color: #FFF !important;
}
.btn.disabled:hover .txt {
  color: #666666 !important;
}
.btn.disabled:hover.icn-abs-r {
  position: relative;
}
.btn.disabled:hover.icn-abs-r:hover .icn {
  right: 22px !important;
  opacity: 1 !important;
}
.btn.disabled:hover.icn-abs-r:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(1%) saturate(2599%) hue-rotate(8deg) brightness(95%) contrast(76%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(1%) saturate(2599%) hue-rotate(8deg) brightness(95%) contrast(76%);
}
.btn.disabled:hover.icn-abs-r .icn {
  position: absolute;
  right: 22px;
  z-index: 1;
  opacity: 1 !important;
}
.btn.disabled:hover.icn-abs-r .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(39%) sepia(1%) saturate(2599%) hue-rotate(8deg) brightness(95%) contrast(76%);
          filter: brightness(0) saturate(100%) invert(39%) sepia(1%) saturate(2599%) hue-rotate(8deg) brightness(95%) contrast(76%);
}
.btn.square {
  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;
  height: 45px;
  border-radius: 5px;
}
.btn.square .txt {
  font-weight: 700;
}
.btn.square.pink {
  color: #fff;
  background-color: #DF3556;
}
.btn.square-radius {
  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;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #1D1D1D;
}
.btn.square-radius:hover {
  opacity: 1;
  color: #fff;
  background-color: #1D1D1D;
}
.btn.square-radius:hover .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(102%);
}
.btn.square-radius.pink {
  color: #fff;
  background-color: #DF3556;
  border-color: #DF3556;
}
.btn.square-radius.pink:hover {
  opacity: 0.8;
}
.btn.square-radius.pink .icn img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(102%);
}
.btn.square-radius .txt {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
}
.btn.icn-abs-r {
  position: relative;
}
.btn.icn-abs-r:hover .icn {
  right: 17px;
}
.btn.icn-abs-r .icn {
  position: absolute;
  right: 22px;
  z-index: 1;
}
.btn.icn-abs-l {
  position: relative;
}
.btn.icn-abs-l:hover .icn {
  left: 17px;
}
.btn.icn-abs-l .icn {
  position: absolute;
  left: 22px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn.w-auto {
  padding: 0 22px;
}
.btn.min-w-210 {
  max-width: 100%;
  min-width: 210px;
}
.btn.w-260 {
  width: 100%;
  max-width: 260px;
}
.btn.pad-lr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.date {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

/* MV Inner */
#mv-inner {
  position: relative;
}
#mv-inner .mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
}
#mv-inner .mv-inner .mv-inner-text h1 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .mv-inner-text h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner .mv-inner-text h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span {
  display: table;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  line-height: 9rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .mv-inner-text h1 span {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner .mv-inner-text h1 span {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span {
    font-size: 4rem;
    line-height: 5rem;
  }
}
#mv-inner .mv-inner-img img {
  width: 100%;
  max-height: 508px;
  min-height: 508px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Breadcrumb */
#breadcrumb {
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    margin-bottom: -40px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #626262;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  display: inline-table;
  width: 4px;
  height: 4px;
  margin: 0 10px;
  background-color: #DF3556;
  border-radius: 100%;
}
#breadcrumb .breadcrumb ul li a {
  color: #626262;
}
#breadcrumb .breadcrumb ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .content-flex {
    display: block;
  }
}
.content-flex .col-left {
  width: 41.29%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-flex .col-left.sticky {
  position: sticky;
  top: 155px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  .content-flex .col-left.sticky {
    top: 145px;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left.sticky {
    position: static;
  }
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .submn {
    padding: 30px;
    background-color: #f8f8f8;
  }
}
.content-flex .col-left .submn > ul > li {
  position: relative;
}
.content-flex .col-left .submn > ul > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .submn > ul > li + li {
    margin-top: 20px;
  }
}
.content-flex .col-left .submn > ul > li > a {
  display: table;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.content-flex .col-left .submn > ul > li > a.active::before {
  opacity: 1;
  visibility: visible;
}
.content-flex .col-left .submn > ul > li > a::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 2px;
  background-color: #DF3556;
}
.content-flex .col-left .submn > ul > li a:hover {
  text-decoration: underline;
}
.content-flex .col-left .submn > ul > li > ul {
  margin-top: 15px;
  margin-left: 35px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .submn > ul > li > ul {
    margin-top: 10px;
  }
}
.content-flex .col-left .submn > ul > li > ul > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .submn > ul > li > ul > li + li {
    margin-top: 15px;
  }
}
.content-flex .col-left .submn > ul > li > ul > li > a {
  display: table;
  font-weight: 700;
}
.content-flex .col-left .submn > ul > li > ul > li > ul {
  margin-top: 8px;
  margin-left: 18px;
}
.content-flex .col-left .submn > ul > li > ul > li > ul > li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-left .submn > ul > li > ul > li > ul > li + li {
    margin-top: 0;
  }
}
.content-flex .col-left .submn > ul > li > ul > li > ul > li > a {
  display: table;
}
.content-flex .col-right {
  width: 58.71%;
  max-width: 681px;
}
@media only screen and (max-width: 750px) {
  .content-flex .col-right {
    width: 100%;
    margin-top: 40px;
  }
}

.active-submn-01 .submn-01::before,
.active-submn-02 .submn-02::before {
  opacity: 1 !important;
  visibility: visible !important;
}

.bg-flower-top-left #wrapper main {
  background-image: url("/assets/images/commons/main-bg-flower-top-left.png");
  background-repeat: no-repeat;
  background-position: top left 12.5%;
  background-size: 550px;
}

.header-light header {
  background-color: transparent;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}
.header-light header .header .col-left .logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7443%) hue-rotate(146deg) brightness(113%) contrast(111%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7443%) hue-rotate(146deg) brightness(113%) contrast(111%);
}
.header-light header .header .col-right .menu ul li a {
  color: #fff;
}
.header-light header .header .col-right .btn-burger .bar-icon .bar1, .header-light header .header .col-right .btn-burger .bar-icon .bar2, .header-light header .header .col-right .btn-burger .bar-icon .bar3 {
  background-color: #fff;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  padding: 0 30px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    padding: 0 5%;
    height: 85px;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 80px;
  }
}
header .header .col-left .logo {
  display: table;
}
header .header .col-left .logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(25%) saturate(135%) hue-rotate(347deg) brightness(91%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(25%) saturate(135%) hue-rotate(347deg) brightness(91%) contrast(85%);
}
@media only screen and (max-width: 750px) {
  header .header .col-left .logo img {
    width: 230px;
    height: auto;
  }
}
header .header .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1380px) {
  header .header .col-right .menu ul {
    gap: 20px;
  }
}
header .header .col-right .menu ul li a {
  display: block;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 1380px) {
  header .header .col-right .menu ul li a {
    font-size: 1.1vw;
  }
}
header .header .col-right .menu ul li a:hover {
  opacity: 1;
}
header .header .col-right .menu ul li a:hover::after {
  width: 100%;
}
header .header .col-right .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: currentColor;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .button {
    display: none;
  }
}
header .header .col-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1,
header .header .col-right .btn-burger .bar-icon .bar2,
header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.active-mn-01 .mn-01::after, .active-mn-02 .mn-02::after, .active-mn-03 .mn-03::after, .active-mn-04 .mn-04::after, .active-mn-05 .mn-05::after, .active-mn-06 .mn-06::after {
  width: 100% !important;
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 4%;
  padding-right: 4%;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  overflow: auto;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 100px;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .menu-sp ul li {
  border-bottom: 1px solid #DFDFE2;
}
.menu-responsive .menu-sp ul li.bb-none {
  border-bottom: none !important;
}
.menu-responsive .menu-sp ul li.mgt-10 {
  margin-top: -10px;
}
.menu-responsive .menu-sp ul li.mgt10 {
  margin-top: 10px;
  display: block;
}
.menu-responsive .menu-sp ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  background-image: url("../images/commons/menu-sp-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 7px;
}
.menu-responsive .menu-sp ul li a.mgt-10 {
  margin-top: -10px;
}
.menu-responsive .menu-sp ul li a.bg-none {
  background-image: none !important;
}
.menu-responsive .menu-sp ul li a span {
  font-size: 1.4rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.menu-responsive .menu-sp ul li a .mgl-12 {
  margin-left: 12px;
}
.menu-responsive .menu-sp ul li a.txt-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7 !important;
}
.menu-responsive .menu-sp ul li .toggle-content {
  display: none;
  border-top: 1px solid #e2e2e2;
}
.menu-responsive .menu-sp ul li .toggle-content li a {
  padding-left: 30px;
  font-size: 1.6rem !important;
  position: relative;
}
.menu-responsive .menu-sp ul li .toggle-content li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #DF3556;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .menu-sp ul li .toggle-content li a {
    padding-left: 24px;
  }
}
.menu-responsive .menu-sub-sp {
  margin-top: 25px;
}
.menu-responsive .menu-sub-sp ul li + li {
  margin-top: 3px;
}
.menu-responsive .menu-sub-sp ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #DF3556;
  font-weight: 700;
}
.menu-responsive .button {
  margin-top: 25px;
}
.menu-responsive .button ul li + li {
  margin-top: 10px;
}
.menu-responsive .lang {
  margin-top: 30px;
}
.menu-responsive .lang p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}
.menu-responsive .lang ul {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-responsive .lang ul li {
  position: relative;
}
.menu-responsive .lang ul li + li {
  margin-left: 40px;
  padding-left: 40px;
}
.menu-responsive .lang ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 1px;
  height: 12px;
  background-color: #D1D1D1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
.menu-responsive .lang ul li a {
  display: block;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
.menu-responsive .lang ul li a.current {
  color: #DF3556;
}
.menu-responsive .sns {
  margin-top: 30px;
}
.menu-responsive .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-responsive .sns ul li {
  padding: 0 25px;
}
.menu-responsive .sns ul li a {
  display: block;
}

/* Footer */
footer .footer {
  border-top: 1px solid #626262;
  padding: 40px 0;
}
footer .footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  footer .footer .flex {
    display: block;
  }
}
footer .footer .flex .col-left {
  width: 295px;
  min-width: 295px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col-left {
    width: 230px;
    min-width: 230px;
  }
}
footer .footer .flex .col-left a {
  display: block;
}
footer .footer .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 1180px) {
  footer .footer .flex .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
footer .footer .flex .col-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  grid-row-gap: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .flex .col-right ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-row-gap: 10px;
  }
}
footer .footer .flex .col-right ul li {
  font-weight: 700;
}
footer .footer .flex .col-right ul li a {
  display: block;
}
footer .footer .flex .col-right ul li a:hover {
  opacity: 1;
}
footer .copyright {
  padding: 25px 0;
  color: #fff;
  background-color: #1D1D1D;
}
footer .copyright .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1180px) {
  footer .copyright .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  footer .copyright .flex {
    display: block;
  }
}
footer .copyright .flex .col-left {
  width: 50%;
}
@media only screen and (max-width: 1180px) {
  footer .copyright .flex .col-left {
    width: auto;
  }
}
footer .copyright .flex .col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  footer .copyright .flex .col-left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .copyright .flex .col-left ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .copyright .flex .col-left ul li a {
  display: block;
  color: #fff;
}
footer .copyright .flex .col-left ul li a:hover {
  opacity: 1;
}
footer .copyright .flex .col-right {
  width: 50%;
}
@media only screen and (max-width: 1180px) {
  footer .copyright .flex .col-right {
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  footer .copyright .flex .col-right {
    margin-top: 10px;
  }
}
footer .copyright .flex .col-right p {
  font-size: 1.2rem;
  line-height: 2.8rem;
  color: #B0B0B0;
}
@media only screen and (max-width: 750px) {
  footer .copyright .flex .col-right p {
    text-align: center;
  }
}

/* MV */
#mv {
  position: relative;
  overflow: hidden;
}
#mv .mv-flower {
  position: absolute;
  top: -10%;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
  -webkit-animation: falling linear infinite;
  animation: falling linear infinite;
}
@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate(0, -20vh) rotate(0deg);
    transform: translate(0, -20vh) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(20px, 50vh) rotate(160deg);
    transform: translate(20px, 50vh) rotate(160deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-20px, 110vh) rotate(320deg);
    transform: translate(-20px, 110vh) rotate(320deg);
    opacity: 0.8;
  }
}
@keyframes falling {
  0% {
    -webkit-transform: translate(0, -20vh) rotate(0deg);
    transform: translate(0, -20vh) rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(20px, 50vh) rotate(160deg);
    transform: translate(20px, 50vh) rotate(160deg);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-20px, 110vh) rotate(320deg);
    transform: translate(-20px, 110vh) rotate(320deg);
    opacity: 0.8;
  }
}
#mv .mv-flower-01 {
  /*top: 13%;*/
}
#mv .mv-flower-02 {
  /*top: 40%;
  left: 28%;*/
}
#mv .mv-flower-03 {
  /*top: 59%;
  left: 36%;*/
}
#mv .mv-flower-04 {
  /*top: 67%;
  left: 10%;*/
}
#mv .mv {
  position: relative;
}
#mv .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 160px;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.4;
}
#mv .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
#mv .mv .mv-text {
  position: absolute;
  top: 0;
  left: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text {
    left: 5%;
  }
}
#mv .mv .mv-text > div h1 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6.5rem;
  line-height: 9rem;
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text > div h1 {
    font-size: 4.5rem;
    line-height: 6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-text > div h1 {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text > div h1 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
#mv .mv .mv-text > div p {
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-text > div p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .item img {
    height: auto;
    min-height: 544px;
    max-height: 544px;
    -o-object-position: top;
    object-position: top;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-slick .item img.obj_bottom {
    -o-object-position: bottom;
    object-position: bottom;
  }
}

/* News & Concept */
#news-concept {
  position: relative;
  overflow: hidden;
}
#news-concept .news-flower-l {
  position: absolute;
  top: 20.5%;
  left: 0;
  z-index: 1;
  width: 26.875%;
  max-width: 387px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #news-concept .news-flower-l {
    top: 30%;
  }
}
#news-concept .news-flower-l img {
  -webkit-animation: leafSwing 10s ease-in-out infinite;
  animation: leafSwing 10s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#news-concept .news-flower-r {
  position: absolute;
  top: 17.5%;
  right: 0;
  z-index: 1;
  width: 18.82%;
  max-width: 271px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #news-concept .news-flower-r {
    top: 7.5%;
  }
}
#news-concept .news-flower-r img {
  -webkit-animation: leafSwing 20s ease-in-out infinite;
  animation: leafSwing 20s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#news-concept #news {
  position: relative;
  z-index: 2;
}
#news-concept #news .news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex {
    display: block;
  }
}
#news-concept #news .news .flex .txthead-box {
  white-space: nowrap;
}
#news-concept #news .news .flex .content {
  width: 100%;
  max-width: 1024px;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex .content {
    padding-left: 0;
    margin-top: 10px;
  }
}
#news-concept #news .news .flex .content .news-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex .content .news-list ul li {
    padding-top: 15px;
    display: block;
  }
}
#news-concept #news .news .flex .content .news-list ul li:hover .hover-underline {
  background-size: 0% 0px !important;
}
#news-concept #news .news .flex .content .news-list ul li + li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #626262;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex .content .news-list ul li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#news-concept #news .news .flex .content .news-list ul li .date {
  width: 150px;
  min-width: 150px;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex .content .news-list ul li .date {
    width: auto;
    min-width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
}
#news-concept #news .news .flex .content .news-list ul li .topic {
  width: 100%;
  max-width: 630px;
}
#news-concept #news .news .flex .content .news-list ul li .topic h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
#news-concept #news .news .flex .content .news-list ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/assets/images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 7px 14px;
}
@media only screen and (max-width: 750px) {
  #news-concept #news .news .flex .content .news-list ul li a {
    display: block;
  }
}
#news-concept #news .news .flex .content .news-list ul li a:hover {
  opacity: 1;
  padding-left: 5px;
  background-position: center right 15px;
}
#news-concept #news .news .flex .content .news-list ul li a:hover .hover-underline {
  background-size: 100% 1px !important;
}
#news-concept #concept {
  position: relative;
  z-index: 2;
}
#news-concept #concept .concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #news-concept #concept .concept {
    display: block;
  }
}
#news-concept #concept .concept .col-left {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 850px) {
  #news-concept #concept .concept .col-left {
    position: relative;
  }
}
#news-concept #concept .concept .col-left .box {
  width: 46.52777778%;
  padding-right: 40px;
}
@media only screen and (max-width: 850px) {
  #news-concept #concept .concept .col-left .box {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #news-concept #concept .concept .col-left .box .txthead-box {
    text-align: center;
  }
}
#news-concept #concept .concept .col-left .box .imp-sp {
  display: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 850px) {
  #news-concept #concept .concept .col-left .box .imp-sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #news-concept #concept .concept .col-left .box .imp-sp {
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  #news-concept #concept .concept .col-left .box .btn-box {
    margin-left: auto;
    margin-right: auto;
  }
}
#news-concept #concept .concept .col-right {
  width: 53.47222222%;
  max-width: 770px;
}
@media only screen and (max-width: 850px) {
  #news-concept #concept .concept .col-right {
    display: none;
  }
}

/* About */
#about {
  overflow: hidden;
}
#about .about-top .img {
  position: relative;
  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;
}
#about .about-top .img .abs {
  position: absolute;
  z-index: 1;
  padding-bottom: 160px;
  color: #fff;
}
@media only screen and (max-width: 850px) {
  #about .about-top .img .abs {
    padding-bottom: 80px;
  }
}
#about .about-top .img .abs .content p {
  text-align: center;
}
#about .about-top .img img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1180px) {
  #about .about-top .img img {
    height: 550px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-top .img img {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about-top .img img {
    height: 400px;
  }
}
#about .about-top .about-top-content {
  position: relative;
  z-index: 1;
}
#about .about-top .about-top-content .about-list {
  margin-top: -160px;
}
@media only screen and (max-width: 850px) {
  #about .about-top .about-top-content .about-list {
    margin-top: -80px;
  }
}
#about .about-top .about-top-content .about-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  #about .about-top .about-top-content .about-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about-top .about-top-content .about-list ul {
    display: block;
  }
}
#about .about-top .about-top-content .about-list ul li {
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #about .about-top .about-top-content .about-list ul li + li {
    margin-top: 40px;
  }
}
#about .about-top .about-top-content .about-list ul li .brief {
  padding: 14px 0;
  border-bottom: 1px solid #626262;
  background-image: url("/assets/images/commons/btn-icn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 7px 14px;
}
#about .about-top .about-top-content .about-list ul li .brief p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding-right: 40px;
}
@media only screen and (max-width: 1180px) {
  #about .about-top .about-top-content .about-list ul li .brief p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#about .about-top .about-top-content .about-list ul li a {
  display: block;
}
#about .about-top .about-top-content .about-list ul li a:hover {
  opacity: 1;
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.15);
}
#about .about-top .about-top-content .about-list ul li a:hover .brief {
  padding-left: 5px;
  background-position: center right 15px;
}
#about .about-btm {
  position: relative;
}
#about .about-btm .about-flower-l {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  width: 24.03%;
  max-width: 346px;
  will-change: transform;
}
#about .about-btm .about-flower-l img {
  -webkit-animation: leafSwing 10s ease-in-out infinite;
  animation: leafSwing 10s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#about .about-btm .about-flower-r {
  position: absolute;
  top: -25%;
  right: 1.5%;
  z-index: 1;
  width: 29.01%;
  max-width: 419px;
  will-change: transform;
}
#about .about-btm .about-flower-r img {
  -webkit-animation: leafSwing 20s ease-in-out infinite;
  animation: leafSwing 20s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#about .about-btm .about-btm-content {
  position: relative;
  z-index: 2;
}
#about .about-btm .about-btm-content .content p {
  text-align: center;
}
#about .about-btm .about-btm-content .content .about-list {
  margin-top: 30px;
}
#about .about-btm .about-btm-content .content .about-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about-btm .about-btm-content .content .about-list ul {
    display: block;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li {
  padding: 35px 0;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #DBC1DC;
  background: linear-gradient(293deg, rgba(219, 193, 220, 0.3) 0%, rgba(243, 231, 244, 0.3) 100%);
}
@media only screen and (max-width: 750px) {
  #about .about-btm .about-btm-content .content .about-list ul li + li {
    margin-top: 5%;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box {
  position: relative;
  display: table;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box {
    min-width: 200px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box {
    min-width: 220px;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box::before, #about .about-btm .about-btm-content .content .about-list ul li .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#about .about-btm .about-btm-content .content .about-list ul li .box::before {
  background-image: url("/assets/images/top/about-rice-left.svg");
  background-position: center left;
}
#about .about-btm .about-btm-content .content .about-list ul li .box::after {
  background-image: url("/assets/images/top/about-rice-right.svg");
  background-position: center right;
}
#about .about-btm .about-btm-content .content .about-list ul li .box h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p {
  margin-top: 35px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 8.5rem;
  line-height: 3rem;
  color: #DF3556;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p span {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p span {
    font-size: 5rem;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p .counter {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 10rem;
  line-height: 3rem;
  color: #DF3556;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter {
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter {
    font-size: 5rem;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit1 {
  min-width: 65px;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit1 {
    min-width: 50px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit1 {
    min-width: 35px;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit2 {
  min-width: 130px;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit2 {
    min-width: 90px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit2 {
    min-width: 65px;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit4 {
  min-width: 275px;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit4 {
    min-width: 210px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .counter.digit4 {
    min-width: 145px;
  }
}
#about .about-btm .about-btm-content .content .about-list ul li .box p .percent {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1180px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .percent {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-btm .about-btm-content .content .about-list ul li .box p .percent {
    font-size: 3rem;
  }
}

/* Customer */
#customer .customer .content img {
  width: 100%;
  max-width: 1051px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Property */
#property {
  overflow: hidden;
}
#property .property-intro {
  padding-top: 125px;
  background-image: url("/assets/images/top/property-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (max-width: 1180px) {
  #property .property-intro {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-intro {
    padding-top: 40px;
  }
}
#property .property-intro .img img {
  display: inline-block;
  margin-bottom: -70px;
}
#property .property-info {
  margin-top: 150px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #property .property-info {
    margin-top: 120px;
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
#property .property-info .property-flower-l {
  position: absolute;
  top: -54%;
  right: 7.5%;
  z-index: 1;
  width: 30.49%;
  max-width: 439px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #property .property-info .property-flower-l {
    top: -44%;
  }
}
#property .property-info .property-flower-l img {
  -webkit-animation: leafSwing 10s ease-in-out infinite;
  animation: leafSwing 10s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#property .property-info .property-flower-r {
  position: absolute;
  top: -127%;
  right: 0;
  z-index: 1;
  width: 25.7%;
  max-width: 370px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #property .property-info .property-flower-r {
    top: -13%;
  }
}
#property .property-info .property-flower-r img {
  -webkit-animation: leafSwing 20s ease-in-out infinite;
  animation: leafSwing 20s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#property .property-info .img {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #property .property-info .img {
    width: 100%;
  }
}
#property .property-info .abs {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #property .property-info .abs {
    position: relative;
    margin-top: 30px;
    width: 100%;
  }
}
#property .property-info .abs .box {
  width: 46.5%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #property .property-info .abs .box {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-info .abs .box .txthead-box {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-info .abs .box .btn-box {
    margin-left: auto;
    margin-right: auto;
  }
}
#property .property-era {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #property .property-era {
    display: block;
  }
}
#property .property-era .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52.34375%;
  padding: 40px 60px;
  background-image: url("/assets/images/top/about-era-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1180px) {
  #property .property-era .text {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-era .text {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-era .text .box .txthead-box {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #property .property-era .text .box .btn-box {
    margin-left: auto;
    margin-right: auto;
  }
}
#property .property-era .img {
  width: 47.65625%;
}
@media only screen and (max-width: 750px) {
  #property .property-era .img {
    width: 100%;
  }
}
#property .property-era .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #property .property-era .img img {
    height: auto;
  }
}

@media only screen and (max-width: 750px) {
  .banner-top img {
    margin: auto;
    width: 90%;
  }
}

/* Recruit */
#recruit .recruit {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit {
    padding-top: 0;
  }
}
#recruit .recruit .col-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-left {
    position: relative;
  }
}
#recruit .recruit .col-left .content .box {
  width: 28.125%;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-left .content .box {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-left .content .box .txthead-box {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-left .content .box .btn-box {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .recruit .col-right {
  width: 65.27777778%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1180px) {
  #recruit .recruit .col-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-right {
    width: 100%;
    margin-top: 40px;
  }
}
#recruit .recruit .col-right .img img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 750px) {
  #recruit .recruit .col-right .img img {
    height: auto;
  }
}

/* Column */
#column {
  display: -webkit-box;
  position: relative;
}
#column .column-flower-l {
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
  width: 29.1%;
  max-width: 419px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #column .column-flower-l {
    top: 65%;
  }
}
#column .column-flower-l img {
  -webkit-animation: leafSwing 10s ease-in-out infinite;
  animation: leafSwing 10s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#column .column-flower-r {
  position: absolute;
  top: -90%;
  right: 7.5%;
  z-index: 1;
  width: 24.03%;
  max-width: 346px;
  will-change: transform;
}
@media only screen and (max-width: 750px) {
  #column .column-flower-r {
    top: -58%;
  }
}
#column .column-flower-r img {
  -webkit-animation: leafSwing 20s ease-in-out infinite;
  animation: leafSwing 20s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#column .column {
  position: relative;
  z-index: 2;
}
#column .column .txthead-box {
  margin-top: -57px;
}
@media only screen and (max-width: 1180px) {
  #column .column .txthead-box {
    margin-top: -39px;
  }
}
@media only screen and (max-width: 850px) {
  #column .column .txthead-box {
    margin-top: -22px;
  }
}
#column .column .content .column-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #column .column .content .column-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
#column .column .content .column-list ul li a {
  display: block;
}
#column .column .content .column-list ul li a:hover {
  opacity: 1;
}
#column .column .content .column-list ul li a .brief {
  margin-top: 15px;
}
#column .column .content .column-list ul li a .brief .topic {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #column .column .content .column-list ul li a .brief .topic {
    margin-top: 5px;
  }
}

/* Contact */
.page-top #contact .contact-flower-l {
  top: 90% !important;
}
.page-top #contact .contact-flower-r {
  top: -100% !important;
}

#contact {
  position: relative;
  overflow: hidden;
}
#contact .contact-flower-l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25.77%;
  max-width: 371px;
  will-change: transform;
}
#contact .contact-flower-l img {
  -webkit-animation: leafSwing 20s ease-in-out infinite;
  animation: leafSwing 20s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#contact .contact-flower-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 26.25%;
  max-width: 378px;
  will-change: transform;
}
#contact .contact-flower-r img {
  -webkit-animation: leafSwing 10s ease-in-out infinite;
  animation: leafSwing 10s ease-in-out infinite;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
#contact .contact {
  position: relative;
  z-index: 2;
}
#contact .contact .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul {
    display: block;
  }
}
#contact .contact .content ul li {
  width: 28%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 31px;
  border-bottom: 1px solid #626262;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content ul li {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .content ul li + li {
    margin-top: 60px;
  }
}
#contact .contact .content ul li .box h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .content ul li .box h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#contact .contact .content ul li .box .tel {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #626262;
  border-bottom: 1px solid #626262;
  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;
  gap: 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
}
#contact .contact .content ul li .box .tel a {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 7px;
  color: #DF3556;
}
#contact .contact .content ul li .box .map {
  margin-top: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #E0E0E0;
  font-family: "Shippori Mincho", serif;
}

@-webkit-keyframes leafSwing {
  0% {
    -webkit-transform: rotate(-6deg) translateY(0px);
    transform: rotate(-6deg) translateY(0px);
  }
  25% {
    -webkit-transform: rotate(6deg) translateY(4px);
    transform: rotate(6deg) translateY(4px);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(2px);
    transform: rotate(-4deg) translateY(2px);
  }
  75% {
    -webkit-transform: rotate(4deg) translateY(6px);
    transform: rotate(4deg) translateY(6px);
  }
  100% {
    -webkit-transform: rotate(-6deg) translateY(0px);
    transform: rotate(-6deg) translateY(0px);
  }
}
@keyframes leafSwing {
  0% {
    -webkit-transform: rotate(-6deg) translateY(0px);
    transform: rotate(-6deg) translateY(0px);
  }
  25% {
    -webkit-transform: rotate(6deg) translateY(4px);
    transform: rotate(6deg) translateY(4px);
  }
  50% {
    -webkit-transform: rotate(-4deg) translateY(2px);
    transform: rotate(-4deg) translateY(2px);
  }
  75% {
    -webkit-transform: rotate(4deg) translateY(6px);
    transform: rotate(4deg) translateY(6px);
  }
  100% {
    -webkit-transform: rotate(-6deg) translateY(0px);
    transform: rotate(-6deg) translateY(0px);
  }
}
/* Company */
.page-company #wrapper main {
  background-image: url("/assets/images/company/bg.png");
  background-repeat: no-repeat;
  background-position: top 508px center;
  background-size: 1440px;
}

.company .company-row + .company-row {
  margin-top: 150px;
}
@media only screen and (max-width: 1180px) {
  .company .company-row + .company-row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .company .company-row + .company-row {
    margin-top: 80px;
  }
}
.company .company-row .company-content .company-content-row + .company-content-row {
  margin-top: 150px;
}
@media only screen and (max-width: 1180px) {
  .company .company-row .company-content .company-content-row + .company-content-row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row + .company-content-row {
    margin-top: 80px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row + .content-row {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  .company .company-row .company-content .company-content-row .content .content-row + .content-row {
    margin-top: 60px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.company img + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.company img + p {
    margin-top: 20px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.company p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.company p + p {
    margin-top: 15px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.company p.name {
  text-align: right;
}
.company .company-row .company-content .company-content-row .content .content-row.company p.name span {
  display: table;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-left: auto;
}
.company .company-row .company-content .company-content-row .content .content-row.overview .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #626262;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.overview .table .tr {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.overview .table .tr + .tr {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.overview .table .tr + .tr {
    margin-top: 15px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.overview .table .tr .td {
  width: 100%;
}
.company .company-row .company-content .company-content-row .content .content-row.overview .table .tr .td:first-child {
  width: 135px;
  min-width: 135px;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.overview .table .tr .td:first-child {
    width: 100px;
    min-width: 100px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.overview .gmap {
  margin-top: 30px;
}
.company .company-row .company-content .company-content-row .content .content-row.overview .gmap .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 350px;
}
.company .company-row .company-content .company-content-row .content .content-row.overview .gmap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row + .location-row {
  margin-top: 75px;
}
@media only screen and (max-width: 1180px) {
  .company .company-row .company-content .company-content-row .content .content-row.location .location-row + .location-row {
    margin-top: 40px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .img img:first-child {
  grid-column: 1/-1;
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .img + * {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.location .location-row .img + * {
    margin-top: 20px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 35px;
}
@media only screen and (max-width: 850px) {
  .company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-row-gap: 25px;
  }
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul li .brief {
  margin-top: 5px;
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul li .brief p {
  font-size: 1.4rem;
}
.company .company-row .company-content .company-content-row .content .content-row.location .location-row .staff .staff-list ul li .brief p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

/* Company */
.page-message #wrapper main {
  background-image: url("/assets/images/message/bg.png");
  background-repeat: no-repeat;
  background-position: top 508px center;
  background-size: 1440px;
}

#message .message .message-row + .message-row {
  margin-top: 150px;
}
@media only screen and (max-width: 1180px) {
  #message .message .message-row + .message-row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #message .message .message-row + .message-row {
    margin-top: 80px;
  }
}
#message .message .message-row .message-from-president .img {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #message .message .message-row .message-from-president .img {
    margin-bottom: 30px;
  }
}
#message .message .message-row .message-from-president .img p {
  margin-top: 25px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #message .message .message-row .message-from-president .img p {
    margin-top: 15px;
  }
}
#message .message .message-row .message-from-president .img p span {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #message .message .message-row .message-from-president .img p span {
    font-size: 1.8rem;
  }
}
#message .message .message-row .message-from-president h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #message .message .message-row .message-from-president h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
}
#message .message .message-row .message-from-president p {
  line-height: 2.8rem;
}
#message .message .message-row .philosophy .philosophy-row {
  margin-top: 125px;
}
@media only screen and (max-width: 1180px) {
  #message .message .message-row .philosophy .philosophy-row {
    margin-top: 75px;
  }
}
#message .message .message-row .philosophy .philosophy-row .txthead-box {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #message .message .message-row .philosophy .philosophy-row .txthead-box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #message .message .message-row .philosophy .philosophy-row .txthead-box {
    margin-bottom: 20px;
  }
}
#message .message .message-row .philosophy .philosophy-row h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1180px) {
  #message .message .message-row .philosophy .philosophy-row h4 {
    margin-top: 25px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #message .message .message-row .philosophy .philosophy-row h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#message .message .message-row .philosophy .philosophy-row p + ul {
  margin-top: 25px;
}
#message .message .message-row .philosophy .philosophy-row ul {
  margin-left: 20px;
}
#message .message .message-row .philosophy .philosophy-row ul li {
  list-style: disc;
}
#message .message .message-row .philosophy .philosophy-row ul + p {
  margin-top: 25px;
}

/* personal-services */
#personal {
  background-image: url("/assets/images/personal-services/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1440px;
  overflow: hidden;
}
#personal #personal-message {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1180px) {
  #personal #personal-message {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 850px) {
  #personal #personal-message {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #personal #personal-message {
    padding-top: 40px;
  }
}
#personal #personal-message .personal-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #personal #personal-message .personal-message {
    display: block;
  }
}
#personal #personal-message .personal-message .col-left {
  width: 65.51%;
  padding-right: 40px;
  max-width: 590px;
}
@media only screen and (max-width: 750px) {
  #personal #personal-message .personal-message .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#personal #personal-message .personal-message .col-left .content p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #personal #personal-message .personal-message .col-left .content p + p {
    margin-top: 15px;
  }
}
#personal #personal-message .personal-message .col-right {
  position: relative;
  width: 34.49%;
  max-width: 400px;
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  #personal #personal-message .personal-message .col-right {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
#personal #personal-message .personal-message .col-right .img {
  position: relative;
}
#personal #personal-message .personal-message .col-right .img .flower {
  position: absolute;
  bottom: -6%;
  right: -22%;
  z-index: 1;
  width: 35%;
  max-width: 140px;
}
#personal #personal-message .personal-message .col-right p {
  margin-top: 15px;
  text-align: right;
}
#personal #personal-message .personal-message .col-right p span {
  font-size: 2rem;
  font-weight: 700;
  display: table;
  margin-left: auto;
}
#personal #personal-our {
  display: -webkit-box;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
#personal #personal-our::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/personal-services/our-bg.png");
  background-repeat: no-repeat;
  background-position: top -100px center;
  background-size: 1920px;
}
#personal #personal-our .personal-our .txthead-box {
  margin-top: -65px;
}
@media only screen and (max-width: 1180px) {
  #personal #personal-our .personal-our .txthead-box {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 850px) {
  #personal #personal-our .personal-our .txthead-box {
    margin-top: -35px;
  }
}
#personal #personal-our .personal-our .content .our-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 50px;
}
@media only screen and (max-width: 850px) {
  #personal #personal-our .personal-our .content .our-list ul {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #personal #personal-our .personal-our .content .our-list ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-row-gap: 30px;
  }
}
#personal #personal-our .personal-our .content .our-list ul li .brief {
  margin-top: 15px;
}
#personal #personal-our .personal-our .content .our-list ul li .brief .topic {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #DF3556;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #personal #personal-our .personal-our .content .our-list ul li .brief .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #personal #personal-our .personal-our .content .our-list ul li .brief .topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }
}
#personal #personal-faq {
  background-image: url("/assets/images/personal-services/faq-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1440px;
}
#personal #personal-faq .personal-faq {
  max-width: 800px;
}
#personal #personal-faq .personal-faq .content {
  margin-top: 80px;
}
#personal #personal-faq .personal-faq .content .faq-list + .faq-list {
  margin-top: 110px;
}
@media only screen and (max-width: 750px) {
  #personal #personal-faq .personal-faq .content .faq-list + .faq-list {
    margin-top: 80px;
  }
}
#personal #personal-faq .personal-faq .content .faq-list .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
@media only screen and (max-width: 750px) {
  #personal #personal-faq .personal-faq .content .faq-list .ttl {
    gap: 10px;
  }
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-left {
  width: 114px;
  min-width: 114px;
  position: relative;
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-left p {
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  border-radius: 16px;
  background-color: #DF3556;
  color: #fff;
  line-height: 3rem;
  text-align: center;
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-left p span {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #personal #personal-faq .personal-faq .content .faq-list .ttl .col-left p {
    top: -42px;
  }
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-left img {
  margin-left: auto;
  margin-right: auto;
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-right {
  width: 100%;
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-right .table {
  display: table;
}
#personal #personal-faq .personal-faq .content .faq-list .ttl .col-right .table h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  font-weight: 700;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 40px;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.09);
  line-height: 2.6rem;
}
#personal #personal-faq .personal-faq .content .faq-list .box {
  margin-top: 20px;
  padding: 30px;
  border-bottom: 1px solid #DF3556;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #personal #personal-faq .personal-faq .content .faq-list .box {
    padding: 25px;
  }
}
#personal #personal-faq .personal-faq .content .faq-list .box h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #DF3556;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #personal #personal-faq .personal-faq .content .faq-list .box h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #personal #personal-faq .personal-faq .content .faq-list .box h4 {
    margin-bottom: 10px;
  }
}
#personal #personal-faq .personal-faq .content .faq-list .box p + * {
  margin-top: 15px;
}
#personal #personal-faq .personal-faq .content .faq-list .box ul li {
  position: relative;
  padding-left: 15px;
}
#personal #personal-faq .personal-faq .content .faq-list .box ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #DF3556;
  font-weight: 700;
}
#personal #personal-faq .personal-faq .content .faq-list .box ul + * {
  margin-top: 15px;
}

/* Contact */
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex .col-left {
    width: 100%;
  }
}
#contact-inner .contact-inner .content-flex .col-right {
  margin-top: 20px;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex .col-right {
    width: 100%;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form p.error {
  font-size: 92%;
  color: #FF0000;
  line-height: 1;
  margin-top: 0.5em !important;
  display: block;
  width: 100%;
}
#contact-inner .contact-inner .content-flex .col-right .form p.error.center {
  text-align: center;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-imp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 1.4rem;
  border-bottom: 1px solid #626262;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-imp {
    margin-bottom: 25px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-imp .imp {
  width: 40px;
  height: 18px;
  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;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  background-color: #DF3556;
  margin-top: 5px;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row {
  border-bottom: 1px solid #626262;
  padding-bottom: 31px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row {
    padding-bottom: 26px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row + .form-row {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row + .form-row {
    margin-top: 25px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row.agree {
  border-bottom: 0;
  padding-bottom: 0;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row.agree p a {
  text-decoration: underline;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row.agree .box {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  background-color: #f8f8f8;
  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;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row.flex {
    display: block;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row.flex .label {
  width: 240px;
  min-width: 240px;
  margin-top: 9px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row.flex .label {
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row .label {
    margin-bottom: 10px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row .label .imp {
  width: 40px;
  height: 18px;
  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;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  background-color: #DF3556;
  margin-top: 5px;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row .field {
  width: 100%;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row .field .list-radio li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row .field .list-radio li + li {
    margin-top: 10px;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row-button {
  margin-top: 40px;
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row-button.confirm-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row-button.confirm-button button {
    width: 47.5%;
    min-width: unset;
    margin: 0 0;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form .form-row-button.thanks-button {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex .col-right .form .form-row-button.thanks-button {
    margin-top: 40px;
  }
  #contact-inner .contact-inner .content-flex .col-right .form .form-row-button.thanks-button a {
    margin: auto;
  }
}
#contact-inner .contact-inner .content-flex .col-right .form.confirm .form-row .label {
  margin-top: 0;
}
@media only screen and (max-width: 850px) {
  #contact-inner .contact-inner .content-flex .col-right .form.thanks p {
    font-size: 1.5rem;
  }
}

.textbox {
  display: block;
  padding: 9px;
  width: 100%;
  border: 1px solid #626262;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input, select {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

textarea {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  line-height: 26px;
  height: 220px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

/* Radio */
.radio-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-btn .small {
  font-size: 1.4rem;
  line-height: 2rem;
}

.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn input.textbox {
  position: static;
  opacity: 1;
  cursor: auto;
  margin-top: -10px;
  width: 100%;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #000;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background: #fff;
}

.radio-btn:hover input ~ .checkmark {
  background-color: #fff;
}

.radio-btn input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #DF3556;
}

/* Checkbox */
.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 28px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox-btn:last-child {
  margin-right: 0;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox-btn span {
  color: #ED151D;
  font-weight: 700;
}

.chkbox {
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #000;
  height: 19px;
  width: 19px;
  background-color: #fff;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #FFF;
}

.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 1px;
  left: 6px;
  width: 5px;
  height: 13px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}