@charset "UTF-8";
/*loading
---------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .clLogo {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 320px !important;
}
#loading .clLogo img {
  height: auto;
  width: auto;
}
#loading #mask {
  width: auto;
  position: relative;
  overflow: visible;
}

.st00 {
  fill: none;
  stroke: #000000;
  stroke-width: 19;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st10 {
  fill: none;
  stroke: #000000;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.st0 {
  clip-path: url(#SVGID_20);
}

.st1 {
  fill: #009787;
}

.st2 {
  fill: #00A374;
}

.st3 {
  clip-path: url(#SVGID_40);
}

.st4 {
  fill: #DD0016;
}

.st5 {
  fill: #008DD3;
}

.st6 {
  display: none;
}

.st7 {
  display: inline;
  opacity: 0.8;
}

.st8 {
  fill: #FF17B3;
}

/*MAIN
---------------------------------------*/
#idMain {
  height: 83vh;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}
#idMain #idTopMain_L {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2%;
  height: 80vh;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5%;
}
#idMain #idTopMain_L h2 {
  /* padding-bottom: 300px; */
}
#idMain #idTopMain_L p {
  line-height: 2em;
  padding-top: 0;
  margin-right: 50%;
}
#idMain #idTopMain_L p strong {
  font-size: 140%;
  font-weight: 700;
}
#idMain #idTopMain_L p a {
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px;
  line-height: 1em;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 0;
  background: #3D3D3D;
  color: #FFF;
}
#idMain #idTopMain_L p a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1; /* 背景を下に置くのがポイント！ */
  transition: width 0.4s ease;
  background-color: #FDD23C;
}

#idMain #idTopMain_L p a:hover::before {
  width: 100%;
}
#idMain #idTopMain_L p a:hover {
  color: #3D3D3D;
}



#idMain #idTopMain_R {
  position: absolute;
  right: -25%;
  top: 0px;
  width: 70%;
}
#idMain #idTopMain_R object {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#idMain #idTopMain_R img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#idMain .ttl {
  -webkit-transform: scale(1, 1.8);
          transform: scale(1, 1.8);
  line-height: 1;
  margin-bottom: 0.15em;
}

@-webkit-keyframes shake {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes shake {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen and (min-width: 1800px) {
  #idMain #idTopMain_R object {
    width: 1000px;
    height: auto;
  }
}
@media screen and (max-width: 1799px) {
  #idMain #idTopMain_R object {
    width: 850px;
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  #idMain {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #idMain #idTopMain_L {
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    padding-top: 0;
    height: auto;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #idMain #idTopMain_L h2 {
    padding-bottom: 0;
  }
  #idMain #idTopMain_L p {
    width: auto;
    padding-top: 0px;
    margin-right: 0;
  }
  #idMain #idTopMain_L p strong {
    font-size: 160%;
    letter-spacing: -0.06em;
  }
  #idMain #idTopMain_R {
    position: relative;
    right: 0px;
    width: 100%;
    top: -100px;
  }
  #idMain #idTopMain_R img {
    height: auto;
  }
  #idMain #idTopMain_R object {
    height: auto;
    width: 100%;
  }
  #idMain .ttl {
    font-size: 105px;
    -webkit-text-stroke: 2px #FFF;
    margin-bottom: 0.08em;
    letter-spacing: -0.075em;
  }
  #idMain .ttl_sub {
    font-size: 31.9px;
  }
}
@media screen and (max-width: 550px) {
  #idMain #idTopMain_R {
    top: -105px;
    width: 100%;
  }
  #idMain #idTopMain_L {
    margin-top: -120px;
  }
  #idMain {
    margin-top: 80px;
  }
  #idMain .ttl {
    font-size: 19.07vw;
  }
  #idMain .ttl_sub {
    font-size: 5.75vw;
  }
}
@media screen and (max-width: 550px) and (max-height: 750px) {
  #idMain #idTopMain_R {
    top: -85px;
  }
  #idMain #idTopMain_L {
    margin-top: -70px;
  }
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
@media screen and (max-height: 700px) {
  .scrolldown1 {
    display: none;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: -20px;
  /*全体の高さ*/
  height: 120px;
  z-index: 1;
}
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-shadow: #FFF 1px 1px 5px;
}
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #333;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove1 1.4s ease-in-out infinite;
          animation: pathmove1 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove1 {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
@keyframes pathmove1 {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
@media screen and (max-width: 1250px) {
  .scrolldown1 {
    position: relative;
    left: 50%;
    right: 50%;
    bottom: -60px;
    margin-top: 0px;
  }
}
/*TOP COMMON
---------------------------------------*/
.clContents {
  margin-bottom: 50px;
}
@media screen and (max-width: 1250px) {
  .clContents.clContents_L .Link {
    position: absolute;
    bottom: 0;
  }
}
.clContents h3 .ttl {
  -webkit-transform: scale(1, 1.8);
          transform: scale(1, 1.8);
  line-height: 1;
}

/*Portfolio
---------------------------------------*/
#idTopPortfolio p {
  line-height: 2;
}
#idTopPortfolio #idTopPortfolio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#idTopPortfolio #idTopPortfolio_list li {
  width: 29%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#idTopPortfolio #idTopPortfolio_list li:nth-child(3n) {
  margin-right: 0%;
}
#idTopPortfolio #idTopPortfolio_list li:nth-child(4) {
  margin-left: -50px;
}
#idTopPortfolio #idTopPortfolio_list li:nth-child(7) {
  margin-left: 50px;
}
#idTopPortfolio #idTopPortfolio_list li:nth-child(7):nth-child(7) {
  margin-left: 50px;
}
#idTopPortfolio #idTopPortfolio_list li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#idTopPortfolio #idTopPortfolio_list li a img:hover {
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
}

/* Service
---------------------------------------*/
#idTopService p {
  line-height: 2;
}
#idTopService #idTopService_list_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#idTopService #idTopService_list_img li {
  position: absolute;
}
#idTopService #idTopService_list_img li:nth-child(1) {
  left: -20px;
  z-index: 1;
  top: 50px;
  width: 30%;
}
#idTopService #idTopService_list_img li:nth-child(2) {
  z-index: 0;
  top: 0;
  width: 80%;
  left: 50px;
}
#idTopService #idTopService_list_img li:nth-child(3) {
  right: -20px;
  top: 150px;
  width: 50%;
}
#idTopService #idTopService_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 460px;
  z-index: 2;
}
#idTopService #idTopService_list li {
  text-align: center;
  margin-right: 15px;
}
#idTopService #idTopService_list li:last-child {
  margin-right: 0px;
}
#idTopService #idTopService_list .tit_jp {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: block;
}
#idTopService #idTopService_list .tit_en {
  font-size: 46px;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FF5858;
  letter-spacing: -0.06em;
  line-height: 1;
  word-break: keep-all;
}
@media screen and (max-width: 1250px) {
  #idTopService #idTopService_list {
    margin-top: 350px;
    display: block;
  }
  #idTopService #idTopService_list li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 5%;
  }
  #idTopService #idTopService_list_img li:nth-child(1) {
    left: -80px;
    top: 20px;
  }
  #idTopService #idTopService_list_img li:nth-child(2) {
    left: 56px;
  }
  #idTopService #idTopService_list_img li:nth-child(3) {
    right: -100px;
  }
  #idTopService .clContents_L p {
    margin-bottom: -10px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  #idTopService #idTopService_list {
    margin-top: 330px;
  }
  #idTopService #idTopService_list_img li:nth-child(1) {
    left: -20px;
    z-index: 1;
    top: 50px;
    width: 40%;
  }
  #idTopService #idTopService_list_img li:nth-child(2) {
    z-index: 0;
    top: 0;
    width: 80%;
    left: 50px;
  }
  #idTopService #idTopService_list_img li:nth-child(3) {
    right: -50px;
    top: 140px;
    width: 50%;
  }
}

/* Information
---------------------------------------*/
#idTopInformation .Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#idTopInformation .Center {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
#idTopInformation .Center a.Link {
  right: 300px;
  display: inline-block;
  position: absolute;
  top: -50px;
  z-index: 5;
}
#idTopInformation h3 .ttl {
  font-size: 70px;
}
#idTopInformation h3 .ttl_sub {
  font-size: 22px;
}
#idTopInformation .clContents_R {
  width: 70%;
  position: relative;
}
#idTopInformation .clContents_L {
  width: 30%;
}
#idTopInformation ul li {
  border-bottom: 1px solid #EEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#idTopInformation ul li a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#idTopInformation ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3D3D3D;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#idTopInformation ul li a:hover::after {
  width: 100%;
}
#idTopInformation ul li .entry_thumb {
  width: 20%;
  margin-right: 5%;
}
#idTopInformation ul li .entry_thumb img {
  width: 100%;
}
#idTopInformation ul li .entry_date {
  font-size: 80%;
  margin-bottom: 10px;
  display: block;
}
#idTopInformation ul li .entry_txt {
  width: 75%;
}
@media screen and (max-width: 1250px) {
  #idTopInformation .Center a {
    right: auto;
    top: -50px;
  }
  #idTopInformation .Row {
    display: block;
    padding-bottom: 100px;
  }
  #idTopInformation .clContents_R {
    width: 100%;
  }
  #idTopInformation .clContents_L {
    width: 100%;
    padding-bottom: 20px;
  }
  #idTopInformation ul li .entry_thumb {
    width: 30%;
    margin-right: 5%;
  }
  #idTopInformation ul li .entry_txt {
    width: 65%;
  }
  #idTopInformation .Center a.Link {
    z-index: 5;
    right: auto;
    left: auto;
    position: relative !important;
    width: 90%;
    margin-left: 5%;
  }
}
/* idTopFeature
---------------------------------------*/
#idTopFeature {
  padding-top: 80px;
}
#idTopFeature h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1250px) {
  #idTopFeature {
    margin-top: 100px;
    padding-top: 0;
  }
}

/* idTopMerit
---------------------------------------*/
#idTopMerit h3 {
  text-align: center;
  margin-bottom: 40px;
}
#idTopMerit h3 .ttl_sub {
  font-size: 30px;
  line-height: 1;
}
#idTopMerit h3 .big {
  display: block;
  font-size: 200%;
  text-align: center;
}
#idTopMerit h3 .big:first-letter {
  color: #FF5858;
}
#idTopMerit .no {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 130px;
  font-family: "M PLUS 1p";
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1;
  z-index: 1;
}
#idTopMerit .clTop3column .clTop3column_img {
  padding: 50px;
}
@media screen and (max-width: 1250px) {
  #idTopMerit h3 .ttl_sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  #idTopMerit h3 .ttl_sub {
    font-size: 4vw;
  }
}

.clTop3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clTop3column li {
  width: 31%;
  margin-right: 3%;
  text-align: center;
  position: relative;
}
.clTop3column li:last-child {
  margin-right: 0;
}
.clTop3column li p {
  text-align: left;
}
.clTop3column li h4 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .clTop3column li h4 {
    font-size: 30px;
  }
}
.clTop3column li .clTop3column_img {
  z-index: 0;
  position: relative;
  text-align: center;
}
.clTop3column li .clTop3column_img img {
  position: relative;
  z-index: 2;
}
.clTop3column li .clTop3column_img .maru {
  border-radius: 50%;
  background-color: #FBFBFB;
  width: 165px;
  height: 165px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  .clTop3column {
    display: block;
  }
  .clTop3column li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.bold {
  font-weight: 700;
}

/* clOtoiawasetop
---------------------------------------*/
.clOtoiawasetop {
  margin-top: 100px;
  background-color: #FDD23C;
  position: relative;
  padding: 80px 0;
  margin-bottom: 100px;
}
.clOtoiawasetop .Row {
  padding-bottom: 10px;
}
.clOtoiawasetop .img {
  position: absolute;
  bottom: -100px;
  left: 100px;
}
.clOtoiawasetop dl {
  margin-left: 380px;
  text-align: right;
}
.clOtoiawasetop dl dt {
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 0.3em;
}
.clOtoiawasetop dl dd.ddtext {
  color: #000;
  font-weight: 500;
  font-size: 20px;
}

.clOtoiawasetop .link {
  display: block;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 1;
}
.clOtoiawasetop .link a {
  border-bottom: 0;
  padding: 14px 65px 20px 80px;
  border-radius: 50px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  background-color: #3D3D3D;
  color: #fff;
  border: 2px solid #3D3D3D;
}
.clOtoiawasetop .link a img {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateX(0deg);
          transform: translateY(-50%) rotateX(0deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.clOtoiawasetop .link a:hover {
  border: 2px solid #3D3D3D;
  color: #3D3D3D;
  background-color: #FDD23C;
}
.clOtoiawasetop .link a:hover img {
  -webkit-transform: translateY(-50%) rotateX(360deg);
          transform: translateY(-50%) rotateX(360deg);
}
@media screen and (max-width: 1250px) {
  .clOtoiawasetop {
    padding: 60px 0;
    margin-top: -50px;
    margin-bottom: 200px;
  }
  .clOtoiawasetop .img {
    bottom: -90px;
    left: 10px;
    width: 30%;
  }
  .clOtoiawasetop dl {
    margin-left: 0;
    text-align: right;
  }
  .clOtoiawasetop dl dt {
    text-align: center;
    font-size: 40px;
  }
  .clOtoiawasetop dl dd {
    margin-left: 30%;
    text-align: left;
  }
  .clOtoiawasetop dl dd.ddlink {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .clOtoiawasetop {
    padding-bottom: 30px;
  }
  .clOtoiawasetop dl dt {
    font-size: 9vw;
  }
  .clOtoiawasetop dl dd {
    margin-left: 0;
  }
  .clOtoiawasetop dl dd.ddlink {
    text-align: center;
  }
  .clOtoiawasetop .img {
    position: relative;
    width: 40%;
    bottom: 0;
    margin-top: -150px;
    margin-bottom: 20px;
    left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

#idTopworks {
  padding-top: 5%;
  margin: 0 3%;
}
#idTopworks h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
}
#idTopworks h3 .ttl {
  font-size: 70px;
}
#idTopworks h3 .ttl_sub {
  font-size: 24px;
  margin-top: 20px;
}
#idTopworks h3 .ttl_sub::before {
  content: "　- ";
}
#idTopworks h3 .ttl_sub::after {
  content: " -";
}
#idTopworks .clWorkslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#idTopworks .clWorkslist li {
  width: 19.1%;
  margin-right: 1%;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  /*
  &:hover {
    z-index: 10;

    img {
      transform: scale(1.3) rotate(5deg);
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    }
  }
  */
}
#idTopworks .clWorkslist li:nth-child(5), #idTopworks .clWorkslist li:last-child {
  margin-right: 0;
}
#idTopworks .clWorkslist li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1250px) {
  #idTopworks {
    padding-top: 8%;
  }
  #idTopworks h3 .ttl {
    font-size: 50px;
  }
  #idTopworks h3 .ttl_sub {
    font-size: 20px;
  }
  #idTopworks .clWorkslist li {
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  #idTopworks .clWorkslist li:nth-child(3), #idTopworks .clWorkslist li:nth-child(6), #idTopworks .clWorkslist li:nth-child(9) {
    margin-right: 0;
  }
  #idTopworks .clWorkslist li:nth-child(5) {
    margin-right: 1%;
  }
  #idTopworks .clWorkslist li:nth-child(10) {
    display: none;
  }
}

.centerbutton {
  width: 100px;
  text-align: center;
  margin: 50px auto 0 auto;
}

.rightbutton {
  width: 100px;
  margin-right: 120px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 1250px) {
  .rightbutton {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.bana_temple {
  padding-left: 10%;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bana_temple a img {
  width: 100% !important;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bana_temple a img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.bana_temple .pc {
  display: block;
}
.bana_temple .sp {
  display: none;
}
@media screen and (max-width: 1250px) {
  .bana_temple {
    width: 90%;
  }
  .bana_temple .pc {
    display: none;
  }
  .bana_temple .sp {
    display: block;
  }
}