@charset "utf-8";

/*////////////////////////////////////////////////////

ヘッダーボタン

////////////////////////////////////////////////////*/
.btn__contact__support {
  display: none;
}
.sp__contact_support {
  display: none;
}
/*////////////////////////////////////////////////////

TOP動画

////////////////////////////////////////////////////*/

.box__movie {
  position: relative;
  line-height: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: hidden;
}
.box__movie h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 52px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 0 -500px;
}
.box__movie ul {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 300px;
  transition: all .6s;
}
.box__movie ul.changed {
  top: 155px;
}
.box__movie ul li {
  position: relative;
  right: 0;
  margin: 0 0 15px;
  transition: all .3s;
}
.box__movie ul li a:hover {
  opacity: .8;
}
.box__movie ul li img {
  width: 100%;
}
video {
  width: 100%;
  min-width: 100%;
}
a.btn__scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  margin: 0 0 0 -34px;
}
a.btn__scroll:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50% ;
  z-index: 5;
  background: #ffffff;
  width: 2px;
  height: 40px;
  margin: 0 0 0 -1px;
}
/*////////////////////////////////////////////////////

挨拶

////////////////////////////////////////////////////*/
.sec__greeting:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 50% ;
  z-index: 5;
  background: #ffffff;
  width: 2px;
  height: 5px;
  margin: 0 0 0 -1px;
}
.sec__greeting:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50% ;
  z-index: 5;
  background: #3a8798;
  width: 2px;
  height: 40px;
  margin: 0 0 0 -1px;
}
.sec__greeting {
  position: relative;
  text-align: center;
  background: url(../_common/_img/grid_pattern.jpg) repeat 0 0;
  padding: 95px 0 75px;
  border-top: #3a8798 solid 5px;
}
.sec__greeting p {
  line-height: 2;
  text-align: left;
}
.sec__greeting p img {
  width: 200px;
}
.sec__greeting .cmn__inner {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}
.sec__greeting p.p__sign {
  text-align: right;
  margin: 45px 0 0 0;
}
/*////////////////////////////////////////////////////

サービス紹介

////////////////////////////////////////////////////*/

.sec__service {
  padding: 75px 0 55px;
}
.sec__service p {
  line-height: 2;
  text-align: center;
  margin: 0 0 85px;
}
.sec__service article {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.sec__service article dl {
  width: 500px;
}
.sec__service article figure {
  width: 350px;
}
.sec__service article figure img {
  width: 100%;
}
.sec__service article dl dt {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 900;
  padding: 0 0 35px;
}
.sec__service article dl dt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 14px;
  left: 10%;
  width: 90%;
  height: 10px;
  border-top: solid 2px #d3dce0;
}
.sec__service article dl dt:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 10%;
  height: 10px;
  border-top: solid 2px #3a8798;
}
.sec__service article dl dd {
  line-height: 1.8;
}
.sec__service article dl dd a {
  display: block;
}
.sec__service .cmn__btn {
  width: 215px;
}
.sec__service .cmn__btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: -10px 0 0 0;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transition: all .2s;
}

.sec__service .cmn__btn:hover:before {
  top: 57%;
}
/*////////////////////////////////////////////////////

事業紹介

////////////////////////////////////////////////////*/

.sec__business {
  background: url(../_img/business_bg.jpg) no-repeat center center / cover;
  height: 380px;
  padding: 45px 0 85px;
  box-sizing: border-box;
}
.sec__business ul {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 35px auto 0;
}
.sec__business ul li {
  width: 31.3%;
  padding: 10px 15px 5px;
  margin: 0 20px;
}
.sec__business ul li a {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
}
.sec__business ul li dd {
  font-size: 13px;
  line-height: 1.8;
  margin: 5px 0 15px;
  padding: 10px 0 0 0;
}
.sec__business ul li img {
  width: 100%;
}
.sec__business ul li.bnr__medical {
  background: #00a191;
  border: #ffffff 1px solid;
}
.sec__business ul li.bnr__medical dd {
  color: #ffffff;
  border-top: solid 1px #ffffff;
}
.sec__business ul li.bnr__medical a {
  color: #ffffff;
  margin: 0 10px 0 0;
}
.sec__business ul li.bnr__medical a:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: -10px;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transition: all .2s;
}
.sec__business ul li.bnr__medical a:hover:before {
  right: -13px;
}
.sec__business ul li.bnr__golf, .sec__business ul li.bnr__jmw {
  background: #ffffff;
  border: #cccccc 1px solid;
}
.sec__business ul li.bnr__golf dd, .sec__business ul li.bnr__jmw dd {
  border-top: solid 1px #cccccc;
}
.sec__business ul li.bnr__golf a, .sec__business ul li.bnr__jmw a {
  color: #333333;
  margin: 0 10px 0 0;
  padding: 0 17px 0 0;
}
.sec__business ul li.bnr__golf a:last-child {
  margin: 0 10px 0 0;
}
.sec__business ul li.bnr__jmw a:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: -7px;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #da93a7;
  border-bottom: 2px solid #da93a7;
  transition: all .2s;
}
.sec__business ul li.bnr__jmw a:hover:before {
  right: -10px;
}
.sec__business ul li.bnr__jmw a:after {
  content: url(../_common/_img/links.png);
  position: absolute;
  top: 0;
  right: 3px;
}
.sec__business ul li.bnr__golf a:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: -7px;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #b40005;
  border-bottom: 2px solid #b40005;
  transition: all .2s;
}
.sec__business ul li.bnr__golf a:hover:before {
  right: -10px;
}
.sec__business ul li.bnr__golf a:after {
  content: url(../_common/_img/links.png);
  position: absolute;
  top: 0;
  right: 3px;
}
/*////////////////////////////////////////////////////

プロジェクト紹介

////////////////////////////////////////////////////*/

.sec__project {
  background: url(../_common/_img/grid_pattern.jpg) repeat 0 0;
  padding: 70px 0 140px;
}
.sec__project > p {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 30px;
}
.box__project {
  margin: 0 0 90px;
}
.box__project:last-child {
  margin: 0 ;
}
.box__project ul {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}
.box__project ul li dl {
  background: #ffffff;
  width: 92%;
  margin: -2px 0 0 0;
  padding: 30px 20px 30px 20px;
}
.box__project ul li dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.05em;
  color: #3a8798;
  padding: 0 0 20px;
}
.box__project ul li dl dd {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;

  text-justify: inter-ideograph;
}
.box__project ul li {
  position: relative;
  width: 33%;
}
.box__project ul li figure img {
  width: 92%;
}
.box__project h3 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  background: #f7931e;
  width: 330px;
  margin: 0 auto 50px;
  padding: 15px 0;
  border-radius: 30px;
}
.box__project h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin: 0 0 0 -21px;
  border-top: 25px solid #f7931e;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}



/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////

TB対応

//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/
@media screen and (max-width: 1050px) {
  .box__movie h1 {
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .box__movie ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 550px;
    margin: 0 0 0 -275px;
  }
  .box__movie ul li {
    width: 265px;
  }
  .sec__business ul {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 55px auto 0;
  }
  .sec__business ul img {
    width: 100%;
  }
  .sec__service article dl {
    width: 50%;
  }
  .sec__service article figure {
    width: 45%;
  }
  .sec__project {
    background: url(../_common/_img/grid_pattern.jpg) repeat 0 0;
    padding: 70px 0 100px;
  }
  .box__project ul li {
    width: 31%;
  }
  .box__project ul li dl dt {
    line-height: 1.5;
  }
  .box__project ul li figure img {
    width: 100%;
  }
  .box__project ul li dl {
    position: static;
    width: 100%;
    margin: -5px 0 0 0;
  }
  .box__project {
    margin: 0 0 80px;
  }
  a.btn__scroll {
    display: none;
  }
  .sec__greeting:before, .sec__greeting:after {
    display: none;
  }
  .ipad .box__movie {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 50vh;
    max-height: 50vh;
    overflow-x: hidden;
  }
  .ipad video {
    position: absolute;
    top: -107px;
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}


/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////

SP対応

//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/
@media screen and (max-width: 640px) {
  .box__movie {
    padding: 50px 0 0 0;
  }
  .box__movie h1 {
    font-size: 9.5vw;
  }
  .box__movie ul {
    display: none;
  }
  .bnr__links {
    width: 95%;
    margin: -70px auto 30px;
  }
  .bnr__links li {
    margin: 0 0 10px;
  }
  .bnr__links img {
    width: 100%;
  }
  .h_level_01 {
    font-size: 9vw;
    line-height: 1.5;
    padding: 0 0 20px;
  }
  .sec__greeting {
    padding: 95px 0 35px;
  }
  .sec__service {
    padding: 55px 0 55px;
  }
  .sec__service article {
    display: block;
  }
  .sec__service article dl {
    width: 100%;
  }
  .sec__service article figure {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .sec__service .cmn__btn {
    width: 100%;
    margin: 20px auto 20px;
  }
  .sec__business ul {
    display: block;
    width: 95%;
  }
  .sec__business {
    height: auto;
  }
  .sec__business ul li {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px 15px 20px;
  }
  .sec__business ul li.bnr__golf {
    padding: 10px 15px 20px;
  }
  .box__project ul {
    display: block;
  }
  .box__project ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  .sec__project {
    padding: 70px 0 50px;
  }
  .box__project h3 {
    font-size: 6vw;
    width: 90%;
  }
  .box__project ul li dl dd {
    font-size: 13px;
    line-height: 1.8;
  }
  .sec__service article dl dt {
    font-size: 6.5vw;
  }
  .sec__business {
    padding: 65px 0;
  }
  .sec__business ul li a {
    top: -5px;
  }
  .iphone .box__movie {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 70vh;
    overflow-x: hidden;
  }
  .iphone video {
    position: absolute;
    left: -17%;
    width: 134%;
    min-width: 134%;
  }
}
