@import url(//use.fontawesome.com/releases/v5.13.0/css/all.css);
/*--------------------------------------------------------------------------

 COMMON
 
----------------------------------------------------------------------------*/
* {
  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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 16px;
  font-size: 62.5%;
  font-size: 1.4rem;
  font-family: arial, sans-serif;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
  color: dimgray;
  line-height: 100%;
  text-align: center;
  vertical-align: baseline;
  list-style: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5%; }

.noScroll main {
  overflow-y: hidden;
  max-height: calc(100vh - 6rem);
  position: sticky; }

html, body, article {
  width: 100%; }

iframe#gMap {
  width: 100%;
  height: 60vh;
  max-height: 640px;
  border: none;
  display: block;
  vertical-align: bottom; }

img {
  display: inline-block;
  vertical-align: bottom; }

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

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.flexBox {
  display: flex;
  flex-wrap: wrap; }

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.mT1 {
  margin-top: 1rem; }

.mT2 {
  margin-top: 2rem; }

.mT3 {
  margin-top: 3rem; }

.mT4 {
  margin-top: 4rem; }

.mT5 {
  margin-top: 5rem; }

.mB1 {
  margin-bottom: 1rem; }

.mB2 {
  margin-bottom: 2rem; }

.mB3 {
  margin-bottom: 3rem; }

.mB4 {
  margin-bottom: 4rem; }

.mB5 {
  margin-bottom: 5rem; }

.pL1 {
  padding-left: 1rem; }

.pL2 {
  padding-left: 2rem; }

.pR1 {
  padding-right: 1rem; }

.pR2 {
  padding-right: 2rem; }

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

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

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

/* color setting */
.bgWhite {
  background-color: white; }

.bgLight {
  background-color: whitesmoke; }

.bgDark {
  background-color: #313131; }

.bgBase {
  background-color: #e7eef8; }

.bgMain {
  background-color: #f6e8ee; }

.txtWhite {
  color: white; }

.txtBase {
  color: #88abda; }

.txtMain {
  color: #d28cab; }

/* button setting */
.btn {
  display: inline-block;
  border: 0;
  outline: 0; }

.btn.base {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 0;
  background-color: #88abda; }

.btn.accent {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 0;
  background-color: lightcoral; }

.btn.shop {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 0;
  background-color: #d28cab; }

.btn.back {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 0;
  background-color: #cccccc; }

.btn.normal {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0;
  border: 1px solid lightgray;
  color: dimgray; }

/* input setting */
input[type=text],
input[type=num],
input[type=email],
select,
textarea {
  font-size: 1.4rem;
  text-align: left;
  line-height: 140%;
  padding: .5rem;
  border: 1px solid #eeeeee; }
  input[type=text]::placeholder,
  input[type=num]::placeholder,
  input[type=email]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #999; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: .1s; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: .1s; }

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: .1s; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: .1s; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9; }
  header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  header .h_logo {
    width: auto;
    padding: 1rem 0;
    min-height: 3rem;
    display: block;
    float: left; }
  header .h_logo img {
    height: 3rem;
    margin-left: 1.5rem; }
  header .h_btns {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: flex; }
    header .h_btns .navBar, header .h_btns .h_form {
      font-size: 3rem;
      text-align: center; }
  header .h_form {
    background-color: #88abda;
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    header .h_form:hover {
      background-color: #d28cab; }
  header nav > ul {
    width: 100%; }
  header nav ul li {
    padding: 1rem;
    letter-spacing: .4rem; }
    header nav ul li > ul > li {
      letter-spacing: normal;
      text-align: left; }

header nav ul li,
footer ul li {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

header nav ul li:hover,
footer ul li:hover {
  color: #88abda; }

main {
  min-height: calc(100vh - 11rem);
  padding-top: 5rem; }

.keyVs {
  position: relative;
  width: 100%;
  z-index: -1; }

.keyVs .kvTitle {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

.js-parallax {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
  text-align: center;
  background-attachment: fixed; }

.wow:first-child {
  visibility: hidden; }

.after1 {
  animation-delay: 1s; }

.after2 {
  animation-delay: 1.5s; }

.after3 {
  animation-delay: 2s; }

.after4 {
  animation-delay: 2.5s; }

.after5 {
  animation-delay: 3s; }

.after6 {
  animation-delay: 3.5s; }

.row {
  margin: 0 auto;
  padding: 4rem 2rem;
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box; }

.row .txtBox {
  width: 70%;
  max-width: 1024px;
  line-height: 180%;
  padding: 4rem 0 2rem 0; }

.row .txtTitle {
  font-size: 2.5rem;
  letter-spacing: .8rem;
  margin: 2rem auto; }

h2.cntTitle {
  margin: 0 auto;
  margin-bottom: 4rem; }
  h2.cntTitle b, h2.cntTitle span {
    display: block;
    line-height: 140%; }
  h2.cntTitle b {
    font-size: 2.2rem; }
  h2.cntTitle span {
    font-size: 1.2rem; }
    h2.cntTitle span:before {
      display: block;
      content: "";
      width: 10rem;
      margin: 2rem auto;
      border-top: 3px solid transparent;
      border-color: #88abda; }
    h2.cntTitle span.white:before {
      border-color: white; }
    h2.cntTitle span.gray:before {
      border-color: whitesmoke; }
    h2.cntTitle span.main:before {
      border-color: #d28cab; }
  h2.cntTitle.textLeft, h2.cntTitle.textLeft b, h2.cntTitle.textLeft span {
    text-align: left; }
  h2.cntTitle.textLeft span:before {
    margin: 2rem 0; }

.listTable {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .listTable dt, .listTable dd, .listTable li {
    text-align: left;
    padding: 1rem;
    font-size: 1.3rem;
    line-height: 140%;
    white-space: pre-wrap; }
  .listTable dt, .listTable dd {
    border-bottom: 1px solid #eeeeee; }
  .listTable dt {
    width: 25%; }
  .listTable dd {
    width: 75%; }

.shopTable {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 2rem;
  border: 1px solid #eeeeee;
  background-color: white; }
  .shopTable dt img {
    width: 100%; }
  .shopTable dd h3, .shopTable dd a, .shopTable dd p {
    line-height: 160%; }
  .shopTable dd h3 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    margin-top: 1rem; }
  .shopTable dd a.tel {
    font-size: 2rem;
    font-family: Georgia, "Times New Roman", Times, "serif";
    font-style: italic;
    font-weight: bold;
    text-align: right;
    letter-spacing: .1rem;
    padding: .5rem;
    display: block; }
  .shopTable dd p {
    font-size: 1.3rem;
    text-align: left; }

.formTable {
  padding: 4rem 0; }
  .formTable dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    background-color: white; }
  .formTable dl dt, .formTable dl dd {
    padding: 1rem;
    font-size: 1.4rem;
    text-align: left;
    line-height: 140%; }
  .formTable dl dt:last-of-type,
  .formTable dl dd:last-of-type {
    border-bottom: none; }
  .formTable dl dt span {
    display: inline-block;
    padding: .5rem;
    font-size: 1.2rem;
    color: white;
    background-color: lightcoral; }
  .formTable dl dd {
    border-bottom: 1px solid #eeeeee; }
  .formTable dl dd input[type=email],
  .formTable dl dd textarea {
    width: 100%; }

.formTxt p {
  margin-bottom: 2rem; }

footer {
  padding: 0;
  background-color: white; }
  footer .row {
    max-width: none; }
  footer dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer dl dt, footer dl dd {
      padding: 2rem; }
    footer dl dt a {
      display: block;
      margin-bottom: 2rem; }
    footer dl dt a img {
      width: auto;
      max-height: 5rem; }
    footer dl dt h2 {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
    footer dl dt p {
      font-size: 1.2rem;
      line-height: 160%; }
    footer dl dt p a {
      font-size: 1.2rem; }
    footer dl dd ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch; }
      footer dl dd ul li {
        width: 33.33%;
        margin: 0;
        text-align: left; }
      footer dl dd ul li h3 {
        font-size: 1.8rem;
        text-align: left; }
      footer dl dd ul li span {
        color: #88abda;
        font-size: 1.2rem;
        margin-top: .5rem;
        margin-bottom: 2rem; }
      footer dl dd ul li span, footer dl dd ul li a, footer dl dd ul li p {
        display: block;
        text-align: left; }
      footer dl dd ul li p {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 1rem;
        margin-bottom: .5rem; }
      footer dl dd ul li a {
        padding: .5em 0;
        font-size: 1.2rem;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      footer dl dd ul li a:hover {
        color: #d28cab; }
      footer dl dd ul li a:before {
        display: inline-block;
        margin-right: .5rem;
        content: '\f0da';
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      footer dl dd ul li a:hover:before {
        padding-left: .3rem; }
  footer .copyright {
    background-color: #313131;
    padding: 2rem;
    font-size: .8rem; }
  footer .js-pageTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    padding: 1.5rem;
    color: white;
    background-color: #88abda;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    footer .js-pageTop:hover {
      background-color: #d28cab; }

/*
----------------------------------------------------------------------------

 RESPONSIVE
 
----------------------------------------------------------------------------

 FOR PC LAYOUT
---------------------------------------*/
@media screen and (min-width: 824px) {
  .sp {
    display: none; }

  .col-2 li, .col-2 .li {
    width: 50%; }

  .col-3 li, .col-3 .li {
    width: calc(100% / 3); }

  .col-4 li, .col-4 .li {
    width: 25%; }

  .col-5 li, .col-5 .li {
    width: 20%; }

  .col-6 li, .col-6 .li {
    width: 16.666%; }

  header .h_form {
    padding: 2rem;
    width: 100%; }

  header nav {
    /*width: calc(70% - 10rem);*/
    margin-right: 10rem;
    float: right; }
    header nav > ul {
      display: flex;
      justify-content: center; }
    header nav > ul > li {
      letter-spacing: .4rem;
      padding: 2.25rem 1rem;
      text-align: center;
      position: relative; }
      header nav > ul > li a {
        font-size: 1.2rem; }
      header nav > ul > li:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -1px;
        left: -.2rem;
        width: 0;
        border-top: 4px solid #88abda;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      header nav > ul > li:hover:after {
        width: 100%; }
    header nav > ul > li > ul {
      position: absolute;
      left: -30%;
      top: 6rem;
      z-index: 2;
      width: 160%; }
    header nav > ul > li > ul.child li {
      background-color: rgba(255, 255, 255, 0.8); }
    header nav > ul > li:not(.active) > ul.child {
      display: none; }

  .keyVs {
    background-attachment: fixed;
    background-size: cover; }

  .index .keyVs {
    height: 70vh; }

  .row {
    padding: 5rem 2rem; }

  .shopTable dt, .shopTable dd {
    padding: 2rem; }
  .shopTable dt {
    width: 40%; }
  .shopTable dd {
    width: 60%;
    padding-left: 4rem; }
  .shopTable dt.hr, .shopTable dd.hr {
    height: 4rem; }

  .formTable {
    padding: 4rem 0; }
    .formTable dl dt {
      width: 30%;
      border-bottom: 1px solid #eeeeee; }
    .formTable dl dd {
      width: 70%; }

  .formTxt p {
    margin-bottom: 2rem; }

  footer dl dt {
    min-width: 30%; }
  footer dl dd {
    width: 70%; }
  footer dl dd ul li {
    min-width: 25%;
    padding: 2rem; }
    footer dl dd ul li:last-of-type {
      flex-grow: 3; } }
@media screen and (max-width: 1080px) {
  footer dl dd ul li {
    flex-basis: 33.33%; } }
@media screen and (max-width: 900px) {
  .js-parallax {
    min-height: 30vh; }

  footer dl dt, footer dl dd {
    width: 100%; } }
@media screen and (max-width: 823px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .col-2 li, .col-2 .li,
  .col-3 li, .col-3 .li {
    width: 100%; }

  .col-4 li, .col-4 .li {
    width: 50%; }

  .col-5 li, .col-5 .li,
  .col-6 li, .col-6 .li {
    width: 33.33%; }

  header {
    padding: 0; }
    header .h_form, header .navBar {
      min-width: 7rem;
      padding: 2rem;
      display: inline-block; }
    header .navBar {
      background-color: #eeeeee; }
    header nav {
      display: none;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    header nav.active {
      right: 0; }
    header nav ul {
      position: fixed;
      top: 6rem;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    header nav ul, header nav ul li {
      padding: 1.5rem 2rem;
      text-align: left; }
      header nav ul a, header nav ul li a {
        color: white; }
        header nav ul a:before, header nav ul li a:before {
          content: '\f0da';
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          margin-right: 1rem; }
        header nav ul a:hover, header nav ul li a:hover {
          color: #d28cab; }

  .js-parallax {
    width: 100%;
    min-height: 40vh;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    background-attachment: scroll; }

  .shopTable {
    padding: 2rem; }
    .shopTable dt {
      width: 40%; }
    .shopTable dd {
      width: 60%;
      padding-left: 2rem; }
    .shopTable dt.hr, .shopTable dd.hr {
      height: 4rem; }

  .formTable {
    padding: 4rem 0; }
    .formTable dl dt {
      width: 30%;
      border-bottom: 1px solid #eeeeee; }
    .formTable dl dd {
      width: 70%; }

  footer dl dt, footer dl dd {
    width: 100%; }
  footer dl dd ul li {
    flex-basis: 50%;
    padding: 2rem;
    padding-right: 0; } }
@media screen and (max-width: 480px) {
  html, body, div, applet, object, iframe, h1, h2:not(.cntTitle), h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
    text-align: left; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .col-2 li, .col-2 .li,
  .col-3 li, .col-3 .li {
    width: 100%; }

  .col-4 li, .col-4 .li {
    width: 50%; }

  .col-5 li, .col-5 .li,
  .col-6 li, .col-6 .li {
    width: 33.333%; }

  .js-parallax {
    width: 100%;
    min-height: 80vw;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    background-attachment: scroll; }

  .shopTable {
    padding: 2rem; }
    .shopTable dt, .shopTable dd {
      width: 100%; }
    .shopTable dt.hr, .shopTable dd.hr {
      height: 2rem; }

  .formTable {
    padding: 2rem 0; }
    .formTable dl dt, .formTable dl dd {
      width: 1000%; }
    .formTable dl dt {
      border-bottom: none; }

  footer dl dt {
    width: 100%; }
  footer dl dd {
    padding: 1rem; }
    footer dl dd ul li {
      flex-basis: 50%;
      padding: 2rem 0; } }
/*

 FOR IE 11
---------------------------------------*/
_:-ms-lang(x)::-ms-backdrop, .col-3 li {
  width: 33.33%; }

_:-ms-lang(x)::-ms-backdrop, .col-3 .li {
  width: 33.33%; }

_:-ms-lang(x)::-ms-backdrop, .col-6 li {
  width: 16.66%; }

_:-ms-lang(x)::-ms-backdrop, .col-6 .li {
  width: 16.66%; }

/*
---------------------------------------------------------------------------

 INDEX PAGE
 
---------------------------------------------------------------------------
 COMMON
---------------------------------------*/
.about .keyVs {
  background-image: url(../images/kv-about.jpg);
  background-repeat: no-repeat;
  background-position: center center; }
.about .cnt01 h3 {
  padding: 4rem 0; }
.about .cnt01 ul li {
  padding: 0; }
  .about .cnt01 ul li img {
    width: 100%; }
.about .cnt02 .flexBox {
  flex-direction: row-reverse; }
.about .cnt02 dt {
  background-image: url(../images/about-message-sadamura.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.about .cnt02 dd {
  padding: 4rem;
  text-align: left; }
.about .cnt02 .txtArea {
  max-width: 70%;
  margin-bottom: 2rem;
  line-height: 140%; }
  .about .cnt02 .txtArea p {
    margin-top: 3rem;
    text-align: right;
    font-size: 1.4rem;
    line-height: 180%; }
  .about .cnt02 .txtArea p span {
    text-align: right;
    font-size: 1.2rem;
    display: block;
    line-height: 180%; }

.business .keyVs {
  background-image: url(../images/kv-business.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
.business .primary dt, .business .primary dd {
  flex-basis: 50%;
  padding: 4rem;
  text-align: left; }
.business .primary dd img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  margin: 0 auto; }
.business .primary .txtArea {
  text-align: left;
  line-height: 180%; }
.business .secondary dt, .business .secondary dd {
  flex-basis: 50%; }
.business .secondary .imgArea {
  background-color: rgba(210, 140, 171, 0.4);
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center; }
  .business .secondary .imgArea.blue {
    background-color: rgba(231, 238, 248, 0.4); }
  .business .secondary .imgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8; }
.business .secondary.cnt01 .imgArea {
  background-image: url(../images/business-cnt01-bg2021.jpg); }
.business .secondary.cnt02 .imgArea {
  background-image: url(../images/business-cnt02-bg.jpg); }
.business .secondary.cnt03 .imgArea {
  background-image: url(../images/business-cnt03-bg.jpg); }
.business .secondary.cnt04 .imgArea {
  background-image: url(../images/business-cnt04-bg.jpg); }
.business .secondary.cnt05 .imgArea {
  background-image: url(../images/business-cnt05-bg.jpg); }
.business .secondary.cnt06 .imgArea {
  background-image: url(../images/business-cnt06-bg.jpg); }
.business .secondary.cnt07 .imgArea {
  background-image: url(../images/business-cnt07-bg.jpg); }
.business .secondary .txtArea {
  padding: 4rem; }
  .business .secondary .txtArea h3, .business .secondary .txtArea p {
    text-align: left;
    line-height: 180%; }
  .business .secondary .txtArea h3 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem; }
.business .recruit h3 {
  font-size: 2.2rem;
  font-weight: bold; }
.business .recruit p {
  padding: 2rem 0; }
.business .recruit dl {
  padding: 2rem;
  border: 1px solid gainsboro;
  max-width: 80rem;
  margin: 0 auto; }
.business .recruit dt, .business .recruit dd {
  text-align: left;
  padding: 1rem;
  margin: 0; }
.business .recruit dt {
  flex-basis: 30%;
  font-weight: bold; }
.business .recruit dd {
  flex-basis: 70%; }

.contact .keyVs {
  background-image: url(../images/kv-contact.jpg);
  background-repeat: no-repeat;
  background-position: center top; }

.company .keyVs {
  background-image: url(../images/kv-company.jpg);
  background-repeat: no-repeat;
  background-position: center bottom; }

.index .keyVs {
  /*background-image: url(/images/main2021.jpg);*/
  background-repeat: no-repeat;
  background-position: center center; }
  .index .keyVs img.kvTitle {
    width: auto;
    height: 60px;
    margin-top: -46px; }
.index .aboutSec {
  background-image: url(/images/about-bg.jpg);
  background-position: center center; }
  .index .aboutSec section {
    background-color: rgba(100, 100, 100, 0.5); }
  .index .aboutSec .flexBox li {
    padding: 1rem; }
    .index .aboutSec .flexBox li a {
      background-color: rgba(255, 255, 255, 0.8);
      display: block;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .index .aboutSec .flexBox li a:hover {
        background-color: rgba(0, 0, 0, 0.6);
        transform: scale(1.05, 1.05);
        margin-top: -.5rem;
        margin-bottom: .5rem; }
        .index .aboutSec .flexBox li a:hover h3, .index .aboutSec .flexBox li a:hover font {
          color: white; }
    .index .aboutSec .flexBox li h3 {
      font-size: 1.6rem;
      letter-spacing: .6rem;
      margin-right: -.6rem;
      text-align: center; }
    .index .aboutSec .flexBox li font {
      display: block;
      text-align: center;
      font-size: 0.8rem; }
.index .businessSec {
  padding: 2rem 0; }
  .index .businessSec .flexBox li {
    flex-basis: 33.33%;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-position: center center; }
    .index .businessSec .flexBox li a {
      display: block; }
    .index .businessSec .flexBox li p {
      font-size: 1.6rem;
      letter-spacing: .2rem;
      padding: 2rem;
      padding-top: 16rem;
      text-align: left;
      font-weight: bold;
      color: white;
      position: relative;
      top: 0;
      z-index: 1; }
      .index .businessSec .flexBox li p span {
        font-size: 1.2rem;
        text-align: left;
        display: block;
        margin-top: 1.2rem;
        margin-left: .2rem;
        color: white; }
    .index .businessSec .flexBox li:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -100%;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .index .businessSec .flexBox li:hover:after {
      bottom: 0; }
    .index .businessSec .flexBox li:nth-of-type(-n+3):after {
      background-color: rgba(210, 140, 171, 0.4); }
    .index .businessSec .flexBox li:nth-of-type(n+4):after {
      background-color: rgba(231, 238, 248, 0.4); }
    .index .businessSec .flexBox li:first-of-type {
      background-image: url(../images/business-cnt01-bg2025.jpg); }
    .index .businessSec .flexBox li:nth-of-type(2) {
      background-image: url(../images/business-cnt02-bg2.jpg); }
    .index .businessSec .flexBox li:nth-of-type(3) {
      background-image: url(../images/business-cnt03-bg.jpg); }

.topics .keyVs {
  background-image: url(../images/kv-topics.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
.topics .innerWrap {
  border-bottom: 1px solid #eeeeee; }
.topics .wrap {
  padding: 4rem 0; }
  .topics .wrap .topicsLeft {
    padding-right: 2rem; }
    .topics .wrap .topicsLeft .btn.back {
      margin-top: 2rem; }
      .topics .wrap .topicsLeft .btn.back:before {
        display: inline-block;
        content: '<';
        margin-right: .5rem; }
  .topics .wrap .topicsRight {
    padding: 0; }
    .topics .wrap .topicsRight .innerWrap {
      position: -webkit-sticky;
      position: sticky;
      top: 8rem;
      left: 0;
      border: 1px solid #eeeeee;
      padding: 4rem; }
      .topics .wrap .topicsRight .innerWrap ul li a {
        padding: .5rem;
        display: block;
        text-align: left; }
        .topics .wrap .topicsRight .innerWrap ul li a:before {
          content: '>';
          display: inline-block;
          margin-right: 1rem;
          color: #88abda;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .topics .wrap .topicsRight .innerWrap ul li a:hover {
          color: #88abda; }
          .topics .wrap .topicsRight .innerWrap ul li a:hover:before {
            margin-left: .5rem;
            margin-right: .5rem; }
.topics .wrap .topicsRight .innerWrap ul li a.active {
  font-weight: bold;
  color: #88abda;
}

.topics .innerWrap dl, .topicWrap .innerWrap dl {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto;
  align-items: stretch; }
  .topics .innerWrap dl dt, .topics .innerWrap dl dd, .topicWrap .innerWrap dl dt, .topicWrap .innerWrap dl dd {
    margin: 0; }
  .topics .innerWrap dl dt, .topicWrap .innerWrap dl dt {
    flex-basis: 30%;
    text-align: left; }
    .topics .innerWrap dl dt img, .topicWrap .innerWrap dl dt img {
      width: 100%;
      height: auto;
      object-fit: contain;}
  .topics .innerWrap dl dd, .topicWrap .innerWrap dl dd {
    flex-basis: 70%;
    padding-bottom: 0; }
    .topics .innerWrap dl dd.childPage, .topicWrap .innerWrap dl dd.childPage {
      min-width: 100%; }
    .topics .innerWrap dl dd text, .topicWrap .innerWrap dl dd text {
      display: block;
      text-align: left;
      line-height: 150%;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .topics .innerWrap dl dd text p, .topicWrap .innerWrap dl dd text p {
        text-align: left;
        font-size: 110%;
        line-height: 130%;
        font-weight: bold;
        margin-bottom: 1rem; }
      .topics .innerWrap dl dd text b, .topicWrap .innerWrap dl dd text b {
        font-size: 80%;
        color: #d28cab;
        display: block;
        text-align: right;
        margin-bottom: 1rem;
        font-weight: bold; }
      .topics .innerWrap dl dd text img, .topicWrap .innerWrap dl dd text img {
        width: 100%;
        object-fit: cover;
        margin: 2rem auto;
        display: block; }
        .topics .innerWrap dl dd text img.logo, .topicWrap .innerWrap dl dd text img.logo {
          max-width: 25rem; }
      .topics .innerWrap dl dd text iframe, .topicWrap .innerWrap dl dd text iframe {
        width: 100%; }
      .topics .innerWrap dl dd text a, .topicWrap .innerWrap dl dd text a {
        text-decoration: underline;
        color: #88abda;
        text-align: left;
        padding: 2rem; }
    .topics .innerWrap dl dd .btn, .topicWrap .innerWrap dl dd .btn {
      display: inline-block;
      margin-top: 3rem;
      border: 1px solid transparent;
      margin-left: calc(100% - 9rem);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .topics .innerWrap dl dd .btn.base:after, .topicWrap .innerWrap dl dd .btn.base:after {
        display: inline-block;
        content: '>';
        margin-left: .5rem; }
    .topics .innerWrap dl dd a, .topicWrap .innerWrap dl dd a {
      display: block;
      padding: 2rem; }
      .topics .innerWrap dl dd a.btn, .topicWrap .innerWrap dl dd a.btn {
        text-align: right; }
      .topics .innerWrap dl dd a:hover text p, .topics .innerWrap dl dd a:hover text span, .topicWrap .innerWrap dl dd a:hover text p, .topicWrap .innerWrap dl dd a:hover text span {
        text-decoration: underline;
        color: #88abda; }
.topics .innerWrap dl dd a.recruitBtn {
  background-color: #88abda;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.topTopic .row {
  max-width: 120rem; }
  .topTopic .row .btnWrap .btn:after {
    display: inline-block;
    content: '>';
    margin-right: .5rem; }

.topicWrap {
  display: flex;
  flex-wrap: wrap; }
  .topicWrap .innerWrap {
    flex-basis: 50%; }
    .topicWrap .innerWrap dl dt img {
      width: 15vw;
      max-width: 100%; }
    .topicWrap .innerWrap span {
      display: none; }

/*

 OVER 1281px
---------------------------------------*/
/*

 PC
---------------------------------------*/
@media screen and (min-width: 824px) {
  .about .cnt02 .col-2 dt.w45 {
    width: 45%; }
  .about .cnt02 .col-2 dd {
    width: 55%; }

  .index .aboutSec {
    background-size: cover; }
  .index .aboutSec .flexBox li a {
      padding: 8rem 0 6rem 0; }
  .index .aboutSec .flexBox li font {
      margin-top: 5rem; }
  .index .businessSec li {
    background-size: cover; }

  .topics .wrap .topicsLeft {
    flex-basis: 75%; }
  .topics .wrap .topicsRight {
    flex-basis: 25%; } }
/*

 TABLET & SP
---------------------------------------*/
@media screen and (max-width: 823px) {
  .about .cnt02 .col-2 dt, .about .cnt02 .col-2 dd {
    width: 100%; }
  .about .cnt02 .col-2 dt.w45 {
    height: 30rem; }

  .business .primary dt, .business .primary dd, .business .secondary dt, .business .secondary dd {
    min-width: 100%; }
  .business .primary dd img {
    object-position: top; }

  .index .keyVs {
    background-size: auto 120%;
  }
  .index .aboutSec {
    background-size: auto 100%; }
  .index .aboutSec .flexBox li a {
      padding: 4rem 0; }
  .index .aboutSec .flexBox li font {
      margin-top: 2rem; }
  .index .businessSec li {
    min-width: 100%;
    background-size: 100% auto; }

  .topics .wrap .topicsLeft {
    min-width: 100%; }
    .topics .wrap .topicsLeft dl {
      margin-left: 1.5rem; }
      .topics .wrap .topicsLeft dl dt, .topics .wrap .topicsLeft dl dd {
        min-width: 100%; }
  .topics .wrap .topicsRight {
    min-width: 100%;
    margin-top: 4rem; } }
