@charset "UTF-8";

#widewrapper,
#contentsArea,
#mainContents {
  width: 100%;
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth
}

#contents.column1 {
  padding: 0;
  width: 100%;
  background: #fff;
}

#contentsArea a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}

.top_bnr {
  display: flex;
  justify-content: center;
  margin: 20px 30px;
}

.rightBlock {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  font-size: 15px;
  color: #222;
  line-height: 1.7;
  letter-spacing: 1px;
  overflow: hidden;
}

/*--Top--*/

#Top {
  width: 100%;
  position: relative;
  background: #cbe8ff;
}

#Top h1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  z-index: 200;
}

#Top .swiper-wrapper .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 916px !important;
}

#Top .jdsSwiper,
.swiper-container {
  width: 916px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#Top .swiper-wrapper .swiper-slide img {
  width: 916px;
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 50px;
  bottom: 50px;
}

#keyVisual.newKV {
  z-index: 10;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0deg) scale(0.8);
  }

  25% {
    transform: rotate(4deg) scale(1);
  }

  50% {
    transform: rotate(0deg) scale(1.1);
  }

  75% {
    transform: rotate(-4deg) scale(0.9);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes move1 {
  0% {
    left: 0;
  }

  100% {
    left: 153px;
  }
}

@font-face {
  font-family: 'MyWebFont';
  src: url('DShirkg6.ttf') format("truetype")
}

.pcon {
  position: relative;
  padding: 50px 0 100px 0;
  background: #cbe8ff url(../images/pcon_bg_pc.png) bottom center no-repeat;
}

.point {
  position: absolute;
  top: 124px;
  left: 80px;
  z-index: 5;
}

.remark {
  position: absolute;
  top: 16px;
  left: 40px;
}

.remark img {
  animation: rotate1 0.4s ease-in-out;
  animation-iteration-count: 1;
  display: none;
}

.rainbow {
  position: absolute;
  bottom: 0;
  left: calc(50% - 76px);
  width: 152px;
  height: 56px;
}

.rainbow p {
  position: relative;
  overflow: hidden;
  display: none;
}

.rainbow p img {
  display: block;
}

.rainbow p:before {
  position: absolute;
  left: 0;
  width: 152px;
  display: block;
  height: 100%;
  top: 0;
  content: "";
  background: #cbe8ff;
  animation: move1 1.7s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}

.merit {
  background: #fef6da;
  font-size: 18px;
  padding: 20px 0 24px 0;
}

.pgh2 {
  text-align: center;
  margin: auto auto 16px auto;
  font-family: 'MyWebFont';
  font-weight: normal;
  line-height: 1.5;
}

.pcon .pgh2 em {
  display: block;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
}

.pcon .pgh2 em small {
  font-size: 45px;
}

.pcon .pgh2 small.dot {
  font-size: 26px;
}

.pcon .pgh2 small.h2_sub {
  font-size: 32px;
}

.pcon .pgh2 small.h2_sub_sml {
  font-size: 22px;
}

.pgh2 img {
  margin: auto;
}

.pcon .pgh2 {
  font-size: 36px;
  text-align: center;
}

.merit .pgh2 {
  font-size: 38px;
  text-align: center;
}

.merit .pgh2 small {
  font-size: 28px;
}

.merit p {
  background: #fff;
  padding: 20px 0;
  margin: 12px 24px 0 24px;
  text-align: center;
}

.boxcon {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  margin-bottom: 70px;
}

.boxconT {
  width: 440px;
  position: relative;
}

.boxconT:before {
  width: 186px;
  height: 66px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -38px;
  z-index: 5;
}

.boxconT h3 {
  color: #fff;
  font-family: 'MyWebFont';
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 36px;
}

.boxconT dl {
  padding-bottom: 30px;
  background: url(../images/boxLine.gif) center bottom repeat-x;
  margin-bottom: 25px;
}

.boxconT dl.noLine {
  background: none;
  margin-bottom: 0;
}

.boxconT dl dt {
  font-size: 28px;
  font-family: 'MyWebFont';
  text-align: center;
  line-height: 1.35;
  margin-bottom: 20px;
  font-weight: normal;
}

.boxconT dl dt small {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.boxconT dl dd {
  text-align: center;
  margin: auto;
}

.boxconT dl dd img {
  margin: auto;
}

.boxconT_bu {
  background: #ebeff5;
}

.boxconT_wo {
  background: #eaf3e8;
}

.boxconT_bu h3 {
  background: #2351af;
}

.boxconT_wo h3 {
  background: #4db036;
}

.boxconT_bu:before {
  background: url(../images/business_icon02.png) 0 0 no-repeat;
}

.boxconT_wo:before {
  background: url(../images/worcation_icon02.png) 0 0 no-repeat;
}

.pgBtn {
  text-align: center;
  margin: auto auto 30px auto;
}

.pgBtn a {
  display: block;
  width: 685px;
  height: 147px;
  margin: auto;
  background: url(../images/01_link_new.png) 0 0 no-repeat;
}

#contentsArea .pgBtn a:hover {
  display: block;
  margin: auto;
  background: url(../images/01_link_new_over.png) 0 0 no-repeat;
  opacity: 1;
}

.pgBtn.sdBnr {
  margin-bottom: 0;
}

.pgBtn.sdBnr a {
  width: auto;
  height: auto;
}

#contentsArea .pgBtn.sdBnr a:hover {
  opacity: 0.8;
}

.columleft {
  position: relative;
}

.ttl-bg-hide img,
.award img,
.sixth .list_6 li img,
.gurume ul li img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pbBtn {
  width: 846px;
  margin: 0 auto auto auto;
  height: 153px;
  transition: all 0.3s ease-in-out;
}

.pbBtn a {
  transition: all 0.3s ease-in-out;
}

.pbBtn a:hover {
  transition: all 0.3s ease-in-out;
}

.p4Ul {
  width: 840px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.p4Ul li {
  width: 265px;
}

.p4Ul li span {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  margin: 24px auto 16px auto;
  font-weight: bold;
}

.p4Ul li small {
  padding: 0 24px;
  display: block;
  font-size: 16px;
}


.fixTop_3 {
  position: fixed;
  top: 0;
  left: calc(50% - 610px);
  z-index: 200;
  float: none;
}

.fixTop_bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  float: none;
}

#contents .pagetop {
  right: 10px;
}

@media screen and (max-width: 1260px) {
  .fixTop_3 {
    position: relative !important;
    float: left;
  }

  #contents .pagetop {
    z-index: 500;
  }
}
/*-----------------------------

サービス概要

-------------------------------*/
#OVERVIEW {
  padding: 48px 0;
}

#OVERVIEW h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #bf0000;
  font-size: 28px;

}

#OVERVIEW .holder {
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 40px;
  padding-bottom: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  background-color: #fff;
  color: #333;
}

#OVERVIEW .holder .title {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
  font-weight: bold;
}

#OVERVIEW .holder .title span {
  display: block;
  font-size: 14px;
  padding-bottom: 8px;
}

#OVERVIEW .holder dl {
  line-height: 1.6;
  padding-bottom: 4px;
}

#OVERVIEW .holder dl:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}

#OVERVIEW .holder dl dt {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

#OVERVIEW .holder dl dd span {
  display: inline-block;
  font-weight: 400;
  padding: 4px 8px;
  background: #ebebeb;
}

#OVERVIEW .holder dl dd p {
  padding: 4px 0 14px;
  font-weight: 300;
}

#OVERVIEW .holder dl dd p em {
  font-style: normal;
  text-decoration: underline;
}

#OVERVIEW .holder dl dd a {
  text-decoration: underline;
}

#OVERVIEW .holder dl b {
  font-weight: 700;
}