@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  /* 非表示時にクリックできないように */
}
@media screen and (max-width: 1000px) {
  .totop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .totop:hover {
    opacity: 0.6 !important;
  }
}

.totop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.totop img {
  width: 64px;
  /* 適宜 */
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .totop img {
    width: 40px;
  }
}

.top-about1 {
  background: #000;
  padding: 40px 0;
}
.top-about1 ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .top-about1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-about1 ul li {
  width: 23%;
}
@media screen and (max-width: 1000px) {
  .top-about1 ul li {
    width: 47%;
  }
  .top-about1 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-about1 ul li:nth-child(1) a {
  background: url(../img/new-b1.jpg) no-repeat center center/cover;
}
.top-about1 ul li:nth-child(2) a {
  background: url(../img/new-b2.jpg) no-repeat center center/cover;
}
.top-about1 ul li:nth-child(3) a {
  background: url(../img/new-b3.jpg) no-repeat center center/cover;
}
.top-about1 ul li:nth-child(4) a {
  background: url(../img/new-b4.jpg) no-repeat center center/cover;
}
.top-about1 ul li a {
  padding: 40px 20px;
}
@media screen and (max-width: 1000px) {
  .top-about1 ul li a {
    padding: 20px 10px;
  }
}
.top-about1 ul li a .title {
  font-size: 18px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .top-about1 ul li a .title {
    font-size: 13px;
    margin-bottom: 100px;
  }
}
.top-about1 ul li a .en {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .top-about1 ul li a .en {
    margin-bottom: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .top-about1 ul li a .en {
    font-size: 11px;
  }
}
@media screen and (max-width: 1250px) {
  .top-about1 ul li a .text {
    font-size: 17px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .top-about1 ul li a .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .top-about1 ul li a .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .top-about1 ul li a .arrow {
    margin-left: 10px;
    min-width: 24px;
  }
}
.inner2 {
  max-width: 1400px;
}

@media screen and (min-width: 1001px) {
  .top-service ul li:nth-child(n+4) {
    width: 33.333%;
  }
}
.top-service ul li {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-service ul li {
    height: 150px;
  }
  .top-service ul li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-service ul li a {
  color: #fff;
  display: block;
}
@media screen and (max-width: 1000px) {
  .top-service ul li a {
    height: 100%;
  }
}
.top-service ul li a:hover .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.top-service ul li .contents {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
}
.top-service ul li .en {
  color: #919573;
  font-family: "Cinzel", serif;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .top-service ul li .en {
    font-size: 13px;
  }
}
.top-service ul li .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service ul li .flex2 .arrow {
  width: 24px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-service ul li .flex2 .text {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .top-service ul li .flex2 .text {
    font-size: 18px;
  }
}

.top-about-us ul li:nth-child(1) {
  top: 0;
}

.top-about-us ul li:nth-child(3) {
  top: 0;
}

.top-about-us ul {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top-about-us ul {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1001px) {
  .top-about-us {
    padding-bottom: 90px;
  }
}
.add-ul1119 li h3 {
  text-align: left;
  padding-bottom: 15px;
}

.add-flex1214 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-ul1119 li .txt01 {
  font-size: 18px;
  margin-left: 7px;
}
@media screen and (max-width: 1000px) {
  .add-ul1119 li .txt01 {
    font-size: 13px;
  }
}

.add-ul1119 .contents1121 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  .add-ul1119 .contents1121 {
    max-width: 180px;
    white-space: nowrap;
  }
}
.box1214 {
  margin-top: 40px;
  background: #fff;
  padding: 40px;
  border: 1px solid #DADADA;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .box1214 {
    margin-top: 20px;
    padding: 20px;
  }
}
.box1214 .row1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 1000px) {
  .box1214 .row1 {
    padding-bottom: 20px;
  }
}
.box1214 .row2 {
  padding-top: 40px;
}
@media screen and (max-width: 1000px) {
  .box1214 .row2 {
    padding-top: 20px;
  }
}
.box1214 .flex1 {
  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;
}
@media screen and (max-width: 1000px) {
  .box1214 .flex1 {
    display: block;
  }
}
.box1214 .left1 {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .box1214 .left1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box1214 .right1 {
  width: 72%;
}
@media screen and (max-width: 1000px) {
  .box1214 .right1 {
    width: 100%;
  }
}
.box1214 .left2 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1214 .left2 .img {
  width: 51%;
}
.box1214 .left2 .img-right {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .box1214 .left2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box1214 .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box1214 .img-flex .div {
  width: 49%;
}
.box1214 .right2 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .box1214 .right2 {
    width: 100%;
  }
}
.box1214 h3 {
  background: #919573;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 2px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .box1214 h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.box1214 p {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .box1214 p {
    font-size: 14px;
  }
}

.top3 .cat-cat .right ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top3 .cat-cat .right li {
  height: 65px;
}
@media screen and (max-width: 1000px) {
  .top3 .cat-cat .right li {
    height: 30px;
  }
}
.top3 .cat-cat .right li img {
  height: 65px;
}
@media screen and (max-width: 1000px) {
  .top3 .cat-cat .right li img {
    height: 30px;
  }
}

.top3 .cat-cat {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.top3 .cat-cat .left {
  margin-right: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .top3 .cat-cat .left {
    margin-right: 10px;
  }
}