@charset "UTF-8";

/***OPEN時のみ隠す***/
.context{
  display: none;
}
.title-SP{
  display: none;
}

@media screen and (min-width: 768px){
  #SPmainvisual{
    display: none;
  }
}

@media screen and (max-width: 500px){
  #mainvisual{
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  background-color: #F4F0EE;
  font-family: YuGothic,'Yu Gothic','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','TsukuBRdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-family: 'Kosugi Maru', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Maru Gothic', sans-serif;;
}
body {
  background-color: #F4F0EE;
  color: #000;
  font-size: 0.875rem;
}
body{
  font-family: 'Exo', sans-serif;
}

h2{
  font-weight: lighter;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  font-family: 'Kosugi Maru', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}

p{
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;;
}

.logo {
  width: 100px;
  line-height: 1px;
  margin-right: 60px;
}
.logo a {
  display: block;
}
.section-title,.section-title-ac {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
}
.section-title-ac{
  margin-left: 200px;
}


.wrapper{
  position: relative;
}

@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

*{
    margin: 0px;
    padding: 0px;
}



.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #F4F0EE;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100;

}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 60%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 55%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 50%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    1%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    99%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.section-title::after,.section-title-ac::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  display: block;
}
/*
「display: inline-block;」を設定してブロック化することで、
改行されてmargin-bottomが使用できるようになる
*/
.section-title .en ,.section-title-ac .en {
  display: block;
  font-size: 2.25rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
.section-title .ja ,.section-title-ac .ja {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 36px;
}
/*
横幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner {
  display: flex;
  align-items: center;
}
#header .inner ul {
  display: flex;
  align-items: center;
}
#header .inner li {
  margin-right: 30px;
}
#header .inner li:last-child {
  margin-right: 0;
}
/* #header .contact {
  width: 200px;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 80%;
} */
#header .contact:hover{
  background-color: #a4dcff;
}

.SP-contact:hover{
  background-color:#a4dcff ;
}

.contact ,.SP-contact{
  display: inline-block;
  padding: 1em 4em;
  border: 3px solid #000000;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #000000;
  text-align: center;
  transition: all 0.2s;
  animation: bn13bouncy 5s infinite linear;
  position: relative;
  margin-top: 20px;
}

.contact{
  right: 25%;
}

.SP{
  text-align: center;
  margin-top: 50px;
}

.contact:hover {
  background-color: white;
  color: #000000;
}

@keyframes bn13bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}

@media screen and (max-width: 768px){
  .navinner{
    display: none !important;
  }
  .phone{
    display: block;
  }
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual,#SPmainvisual {
  margin-top: 50px;
  margin-bottom: 120px;
}

/*
メインビジュアルを画面の高さに合わせる
headerの高さが80pxあるので、100vhから80px分だけマイナスする
*/
#mainvisual img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}

#SPmainvisual img{
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}
/*-------------------------------------------
topics
-------------------------------------------*/
#topics {
  margin-bottom: 120px;
}
#topics .list {
  display: flex;
  justify-content: space-between;
}
/*
「width: calc(100%/3);」で横幅を3等分する
*/
#topics .list li {
  width: calc(100%/3);
  border-right: solid 1px #000;
  padding: 10px 20px;
}
#topics .list li:first-child {
  padding-left: 0;
}
#topics .list li:last-child {
  border-right: none;
  padding-right: 0;
}
#topics .list li .date-area {
  margin-bottom: 16px;
}
#topics .list li .date-area span {
  width: 50px;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  text-align: center;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about{
  display: flex;
  margin-bottom: 120px;
}
#about .img {
  width: 55%;
  position: relative;
}
#about .img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#about .text {
  width: 45%;
  padding: 180px 5% 0 5%;
}
#about .text p {
  line-height: 2.2;
}

.im2{
  position: absolute;
  z-index: 2;
  left: 0;
  width: 592.5px;
  height: 400px;
}

.text-buttom{
margin-bottom: 30px
}

/*****ARとは？*******/
@media screen and (min-width: 500px){
.ar{
  margin-top: 150px;
}
}
.img img{
  float: left;
  
}

/*-------------------------------------------
achievement
-------------------------------------------*/
#achievement{
  display: flex;
  margin-bottom: 120px;
}

#achievement .img{
  width: 55%;

}

#achievement .img img{
 display: none;
}
.section-title-ac{
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
  position: absolute;
}

#achievement .text{
  width: 45%;
  padding: 180px 5% 0 5%;
}
#achievement .text p{
  line-height: 2.2;
}

.ac-img{
  margin-left: 85%;
}
.text-ac{
    position: absolute;
    margin-top: 270px;
    left: 13%;
    font-size: xx-large;
    font-weight: 900;
}

/*-------------------------------------------
Business-service
-------------------------------------------*/
#business {
  margin-bottom: 120px;
  margin-top: 100px;
}
#business .flex {
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
#business .flex .left {
  width: 46%;
  margin-top: 100px;
}
#business .flex .right {
  width: 46%;
}
#business .flex .item {
  margin-bottom: 50px;
}
#business .flex .item:last-child {
  margin-bottom: 0;
}
#business .flex .title {
  font-weight: bold;
  margin: 0 0 10px 18px;
  position: relative;
}

.servicetitle{
  margin-top: 12rem;
}

/*****事業内容**************
***************************************/
.container{  
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 250px;
  height: 200px;
  position: relative;
  perspective: 1000px;
}

.content h2{ font-size:24px;}

.box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #141b49a6;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: white;
  padding: 20px;
}

.box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.box .content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #f0a591;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}

.box span:nth-child(2)
{
  transform:rotate(90deg);
}

.box span:nth-child(3)
{
  transform:rotate(180deg);
}

.box span:nth-child(4)
{
  transform:rotate(270deg);
}

.box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate2 4s linear infinite;
}

@keyframes animate2 {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;

  }

  100%
  {
    transform:scaleX(0);
  transform-origin: right;

  }


}
/*****サービスの画像*************/
#service01,#service02,#service03{
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
}

#service03{
  margin-top: 30px;
}
.service-text{
  margin-top: 2rem;
}

#flex{
  display: flex;
  gap: 0 100px;
  padding: 30px;
}

@media screen and (max-width: 768px){
  #flex{
    flex-direction: column;
  }

  .serviceSection{
    margin-top: 150px;
  }
}
/*************************
*****************************************/

/*********料金******************
*********************************/

.content h2{ font-size:24px;}

.boxPrice{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #141b49a6;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: white;
  padding: 20px;
}

.boxPrice:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.boxPrice:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.boxPrice .content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #f0a591;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
}

.boxPrice span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.boxPrice span:nth-child(1)
{
  transform:rotate(0deg);
}

.boxPrice span:nth-child(2)
{
  transform:rotate(90deg);
}

.boxPrice span:nth-child(3)
{
  transform:rotate(180deg);
}

.boxPrice span:nth-child(4)
{
  transform:rotate(270deg);
}

.boxPrice span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #50dfdb;
  animation: animate2 4s linear infinite;
}

@keyframes animate2 {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;

  }

  100%
  {
    transform:scaleX(0);
  transform-origin: right;

  }


}
/*****サービスの画像*************/
#price01,#price02,#price03{
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
}
.size{
  font-size: 14px;
  font-weight: lighter;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.price-text {
  margin-top: 50px  ;
  font-size:2.5em;
  text-align:center;
  line-height:0.95em;
  font-weight:bold;
  color: rgb(0, 238, 255);
  text-shadow:
    0 0.01em 0 #999,
    0 0.02em 0 #888,
    0 0.03em 0 #777,
    0 0.04em 0 #666,
    0 0.05em 0 #555,
    0 0.06em 0 #444,
    0 0.08em 0 #000;
  /* -webkit-text-stroke: 1px rgba(0, 0, 0, 0.653); */
}


#flex02{
  display: flex;
  gap: 0 100px;
  padding: 30px;
}

@media screen and (max-width: 768px){
  #flex02{
    flex-direction: column;
  }

  .serviceSection{
    margin-top: 150px;
  }
}
/*************************
*****************************************/


/*
疑似要素でタイトルの横線を引く
*/
#business .flex .title::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -18px;
}

/*-------------------------------------------
Company
-------------------------------------------*/
/*
テキストと画像はpositionを使って配置
子要素の「position: absolute;」で高さがなくなるため、
「height: 750px;」を指定して高さを確保
*/

#company {
  height: 750px;
  display: flex;
  align-items: center;
  position: relative;
}
#company .text {
  width: 55%;
  background-color: #fff;
  padding: 100px 8% 100px 6%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 142px;
}
#company .img {
  width: 53%;
  position: absolute;
  top: 315px;
  right: 0;
  margin-bottom: 50px;
}
#company .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#company .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#company .info dt {
  width: 20%;
  margin-top: 10px;
}
/*
1つめのdtにはmargin-topを設定しない
*/
#company .info dt:first-of-type {
  margin-top: 0;
}
#company .info dd {
  width: 80%;
  margin-top: 10px;
}
/*
1つめのddにはmargin-topを設定しない
*/
#company .info dd:first-of-type {
  margin-top: 0;
}
#company .info .add {
  margin-left: 20%;
}

dd{
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}
/*-------------------------------------------
footer
-------------------------------------------*/

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.flex {
  display: flex;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: #999;
  background: #F4F0EE;
}

.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .copyright {
    text-align: left;
  }
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 900px) {
  .logo {
    width: 80px;
    margin: 8px 0;
  }
  .section-title {
    margin-bottom: 34px;
  }
  .section-title .ja {
    margin-bottom: 24px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #header .contact {
    display: none;
  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    margin-bottom: 80px;
  }

  /*-------------------------------------------
  topics
  -------------------------------------------*/
  #topics {
    margin-bottom: 80px;
  }
  #topics .list {
    flex-direction: column;
  }
  #topics .list li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #topics .list li:last-child {
    margin-bottom: 0;
  }

  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #about .img , .im2{
    width: 100%;
    margin-bottom: 30px;
  }
  #about .img img ,.im2{
    height: 300px;
  }
  #about .text {
    width: 100%;
    padding: 0 16px;
  }
  /*-------------------------------------------
  achievement
  -------------------------------------------*/
  #achievement {
    flex-direction: column;
    margin-bottom: 80px;
  }
  #achievement .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #achievement .img img {
    height: 300px;
  }
  #achievement .text {
    width: 100%;
    padding: 0 16px;
  }
  .ar{
    margin-top: 420px;
  } 
  /*-------------------------------------------
  Business
  -------------------------------------------*/
  #business {
    margin-bottom: 80px;
  }
  #business .flex {
    flex-direction: column;
    padding: 0;
  }
  #business .flex .left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #business .flex .right {
    width: 100%;
  }
  #business .flex .item {
    text-align: center;
    margin-bottom: 30px;
  }
  #business .flex .title {
    text-align: left;
  }

  /*-------------------------------------------
  Company
  -------------------------------------------*/
  /*
  「position: static;」でrelativeを解除
  */
  #company {
    height: auto;
    flex-direction: column;
    position: static;
  }
  /*
  「position: static;」でabsoluteを解除
  */
  #company .text {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: static;
  }
  /*
  「position: static;」でabsoluteを解除
  */
  #company .img {
    width: 100%;
    padding: 0;
    position: static;
  }
  #company .info {
    flex-direction: column;
  }
  #company .info dt {
    width: 100%;
    margin-top: 20px;
  }
  #company .info dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 14px;
  }
  #company .info dd:first-of-type {
    margin-top: 5px;
  }
  #company .info .add {
    margin-left: 0;
  }

  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .flex .logo {
    margin-bottom: 10px;
  }
}
  .footer__logo{
    width: 50px;
  }

  /*-------------------------------------------
  カルーセル
  -------------------------------------------*/

  .container-ca {
    margin: 0 auto;
    width: 250px;
    height: 200px;
    position: relative;
    perspective: 1000px;
  }
  @media screen and (max-width: 481px){
    .CONTAINER{
      margin-top: 250px;
      width: 280px;
      height: 230px;
      perspective: none;
      overflow: hidden;
    }

  }

  .carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
  }


  .item {
    display: block;
    position: absolute;
    background: #fff;
    width: 250px;
    height: 200px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    opacity: 0.95;
    border-radius: 10px;
  }

  .a {
    transform: rotateY(0deg) translateZ(250px);
  }

  .a-img{
    height: 200px;
  }

  .b {
    transform: rotateY(60deg) translateZ(250px);
    background: #fff;
  }
  .c {
    transform: rotateY(120deg) translateZ(250px);
    background: #39b54a;
  }
  .d {
    transform: rotateY(180deg) translateZ(250px);
    background: #f26522;
  }
  .e {
    transform: rotateY(240deg) translateZ(250px);
    background: #630460;
  }
  .f {
    transform: rotateY(300deg) translateZ(250px);
    background: #8c6239;
  }


  .next, .prev {
    color: #444;
    position: absolute;
    padding: 1em 2em;
    cursor: pointer;
    background: #CCC;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    box-shadow: 0 5px 0 #999;
    transition: box-shadow 0.1s, top 0.1s;
  }
  .next:hover, .prev:hover { color: #000; }
  .next:active, .prev:active {
    box-shadow: 0 1px 0 #999;
  }
  .next { right: 5em; }
  .prev { left: 5em; }

  @media screen and (max-width: 481px){
    .next, .prev{
      margin-top: 70px;
    }
  }

/*========= レイアウトのためのCSS ===============*/

a{
  color: #333;
  text-decoration: none;
}

.lead{
  margin:20px 0 0 0;
}

.btn-block{
  width:200px;  
  padding: 30px;
}
/*ふわっと****************/
/* 左から */

.fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  display: block;
}
/****下からフェードイン******/

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.5s;
}
 
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.hover1:hover{
  font-weight: bold;
}

/****************
問い合わせフォーム
*************************************/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*******************
TOPへもどる
*******************************/
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 769px){
  .pagetop{
    right: 20px;
  }
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
/**********
ハンバーガー
****************************************/
/*　ハンバーガーボタン　*/

@media screen and (min-width: 769px){
  .globalMenuSp{
    display: none;
  }
}
@media screen and (min-width: 769px){
  .hamburger{
    display: none!important;
  }
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 12px;
  width : 42px;
  height: 42px;
  border-width: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}

/****price********************/
#Price{
  margin: 0 auto;
  margin-top: 100px;
}
.price{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 80px;
}
.plan{
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  box-shadow: #333;
}
.PriContents{
  border: solid 3px ;
  width: 20%;
  text-align: center;
  padding: 30px;
}
.PriContents img{
  margin: 0 auto;
  width: 50px;
  margin-bottom: 20px;
}

.price-01{
  color: red;
  font-size: 24px;
}

/***************
プライバシーポリシー
***************************************/
#privacy{
  margin-top: 100px;
}
.privacybox{
  margin-top: 30px;
  margin: 0 auto;
  padding: 50px;
}
.privacytitle{
  font-size: 32px;
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 6px double #000;
  width: 50%;
  margin: 0 auto
}

.policy{
  padding: 1rem 2rem;
  border-left: 4px solid #000;
  margin: 30px 0px 30px 0px;
  font-size: 24px;
}

.mail-privacy{
  font-size: 24px;
}

@media screen and (min-width: 769px){
  .privacybox{
    width: 50%;
  }
}

@media screen and (max-width: 769px){
  .privacytitle{
    font-size:16px
  }
  .policy{
    font-size: 16px;
  }
}
/* 問い合わせ */
iframe{
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 769px){
  iframe{
  width: 100%;
  }
}

/*SNS/*************************/
.sns{
  display: flex;
  /* display: none;*←SNS解禁されたら消す* */
}

@media screen and (min-width: 769px){
.fa-brands{
  font-size: 36px;
  padding-left: 80px;
  height: auto;
}
}
.fa-x-twitter:hover{
  color: #1da1f2
  ;
}
.fa-instagram:hover{
  color: #833ab4;
}
.fa-line:hover{
  color: #00c300;
}

@media screen and (max-width: 768px){
  .fa-brands{
    font-size: 32px;
    padding-right: 20px;
  }
}

/**アニメーションCSS**/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title {
  margin-left: 40px;
  display: flex;
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

 .title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
  transition-delay: 0.6s;
}
.title span:nth-child(12) {
  transition-delay: 0.66s;
}
.title span:nth-child(13) {
  transition-delay: 0.72s;
}
.title span:nth-child(14) {
  transition-delay: 0.78s;
}
.title span:nth-child(15) {
  transition-delay: 0.84s;
}
.title span:nth-child(16) {
  transition-delay: 0.90s;
}
.title span:nth-child(17) {
  transition-delay: 0.94s;
}
.title span:nth-child(18) {
  transition-delay: 0.98s;
}
.title span:nth-child(19) {
  transition-delay: 1.02s;
}
.title span:nth-child(20) {
  transition-delay: 1.06s;
}
.title span:nth-child(21) {
  transition-delay: 1.10s;
}
.title span:nth-child(22) {
  transition-delay: 1.14s;
}
.title span:nth-child(23) {
  transition-delay: 1.18s;
}
.title span:nth-child(24) {
  transition-delay: 1.22s;
}
.title span:nth-child(25) {
  transition-delay: 1.26s;
}
.title span:nth-child(26) {
  transition-delay: 1.30s;
}
.title span:nth-child(27) {
  transition-delay: 1.10s;
}
.title span:nth-child(28) {
  transition-delay: 1.14s;
}
.title span:nth-child(29) {
  transition-delay: 1.18s;
}
.title span:nth-child(30) {
  transition-delay: 1.22s;
}

@media screen and (max-width: 768px){
  .title{
    display: none;
  }
}
@media screen and (min-width: 768px){
  .title-SP{
    display: none;
  }
}
.title-SP{
  position: absolute;
  top: 60%;
  left: 10%;
  font-size: 36px;
  line-height: 1.5;
  color: #FFF;
}

.ja,.fadeLeft{
  font-family:'Kosugi Maru', sans-serif;
}
.sns,#sns{
  display: none;
}


/******
パンくずリスト
**********************/
.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
}

.breadcrumbs li:last-child::after{
  display: none;
}

@media screen and (min-width: 900px){
.pan{
  margin-top: 40px;
  margin-left: 60px;
}
}

li{
  display: inline-block;
}
.pankuzu{
  margin-top: 40px;
  margin-left: 180px;
}
@media screen and (max-width: 768px){
  .pan{
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px){
  .pankuzu{
    margin-left: 20px;
    margin-top: 20px;
  }
}
/*Works*/
.SP{
  margin-bottom: 100px;
}

.title {
  margin-left: 200px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #000000;/*左線*/
}
.title02 {
  margin-top:40px;
  margin-left: 200px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #000000;/*左線*/
}

.works-title{
  margin-left: 50px;
}

.Works-img{
  border: 1px solid #ddd;
  width: 300px;
  height: auto;
  margin-left: 50px;
  transition-duration: 0.5s;
}
.Works-img:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}
.title_A{
  text-align: center;
}
.works-list{
  text-align: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 500px){
.section-title{
  margin-left: 10px;
}
.title{
  margin-left: 10px;
}
.title02{
  margin-left: 10px;
}
.Works-img{
  margin-top: 10px;
  margin-left: 10px;
}
}