body {
  font-family: "Times New Roman","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #333;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

li{
  list-style: none;
}





.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 73px;
}

section {
  padding: 80px 0;
}

/* .section:nth-of-type(odd) {
  background-color: #f7f7f7;
} */

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}
.inner{
  max-width: 960px;
  margin: 0 auto;
}


/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: .05em;
  color: #285380;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

h4{
  color: #285380;
  font-size: 24px;
  padding-top: 20px;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.header-logo {
  margin-right: 20px;
}

.header-logo img {
  width: 50%;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item:not(:last-child) {
  margin-right: 40px;
}

.gnav-item a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 18px 0;
  transition: .3s;
  letter-spacing: .05em;
  color: #285380;
  height: 65px;
}
.gnav-item a:after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #285380;
}

.gnav-item a:hover:after {
  width: 100%;
}

.gnav-item {
  background-image: url(img/Vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#list-contact{
  background-image: url(../img/Vector.png);
  background-repeat: no-repeat;

}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  text-align: center;
}

.mv-container {
  position: relative;
  padding: 0 20px;
}

.mv-container img {
  width: 100%;
  height: auto;
  padding: 50px 0;
}


/*--------------------------------
 Concept
---------------------------------*/

.concept-text{
  display: flex;
}

.concept-title{
  width: 30%;
}

.concept-title {
  opacity: 0;                         /* 最初は透明 */
  transform: translateY(20px);        /* 下に20pxずらす（少し下がった位置に表示） */
  transition: opacity 5s ease-out, transform 5s ease-out;;  /* 1秒で自然に変化 */
}

.concept-title.show {
  opacity: 1;                         /* 不透明に */
  transform: translateY(0);           /* 元の位置にスライドアップ */
}

.concept-text .title{
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.concept-text p{
  width: 70%;
  font-size: 16px;
  letter-spacing: 4px;
  padding-top: 25px;
  line-height: 2.5;
}

/*--------------------------------
Service
---------------------------------*/
.service .inner{
  max-width: 884px;
}
.service-list li{
  display: flex;
  padding-bottom: 60px;
}

.service-img{
  width: 170px;
}

.service__list-item{
  width: calc(100% - 200px);
  padding-left: 30px;
}

.label{
  color: #285380;
  font-size: 16px;
}

.service-text{
  padding-top: 20px;
  line-height: 2.5;

}


/*--------------------------------
 Works
---------------------------------*/
.works-list {
  display: flex;
}

.works-item {
  width: 40%;
  margin: 10px 40px 40px 40px;
  color: #333;
}


.works-list .works-item {
  padding: 10px;
  box-sizing: border-box;
} 

.works-item:hover {
  opacity: .9;
}

.works-img img {
  border: 1px solid #e6e6e6;
  width: 100%;
  display: block;
}

.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
  margin-top: 5px;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 15%;
  padding-right: 35px;
}

.dots-wrap li {
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  cursor: pointer;
  list-style: none;
  margin-right: 25px;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #285380;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  bottom: -45px;   /* 下から10px */
  background: none;
  border: none;
}

.slick-prev img{
  width:80%;
  padding: 20px;
}

.slick-next img{
  width:80%;
  padding: 20px;
}

.slick-prev {
  right: 120px;  /* 次の矢印と間隔を開ける */
}

/* 右矢印：右下の端に */
.slick-next {
  right: 50px;
}

.dots-wrap-sub {
  display: flex;
  /* justify-content: center;
  position: absolute;
  bottom: 0;
  left: 15%;
  padding-right: 35px; */
}

.dots-wrap-sub li {
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  cursor: pointer;
  list-style: none;
  margin-top: 20px;
  margin-right: 25px;
}

.dots-wrap-sub li:hover,
.dots-wrap-sub li.slick-active {
  background: #285380;
}

.dots-wrap-sub li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.sub-arrow1 {
  right: -125px;  /* 次の矢印と間隔を開ける */
}

/* 右矢印：右下の端に */
.sub-arrow2 {
  right: -215px;
}







 






/*--------------------------------
 Skill
---------------------------------*/

.skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 50px;
  padding-left: 15px;
}

.skill-img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill-body {
  flex: 1;
}

.skill-name {
  margin-bottom: 10px;
}

.skill-text {
  font-size: 14px;
  line-height: 1.8;
}

/*--------------------------------
 About
---------------------------------*/
.profile {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}

.profile-body p {
  font-size: 16px;
  line-height: 1.8;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

/*--------------------------------
 Contact
---------------------------------*/

.contact {
  text-align: center;
  background-image: url(../img/contact.png);
  background-repeat: no-repeat;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

.contact h2 {
  color: #fff;
}

.contact p{
  color: #fff;
}
/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #FF7799;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #285380;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.article {
  padding: 80px 0;
}

.article-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article-title {
  margin-bottom: 30px;
  text-align: center;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article-body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article-body img {
  width: 100%;
  height: auto;
}

.article-body h3:not(:first-child) {
  margin-top: 50px;
}

.article-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background-color: #333;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.home-link {
  text-align: center;
}

.lp-slider {
  max-width: 500px;
  margin: 0 auto 40px;
}
.lp-slider .slider img {
  width: 100%;
  height: auto;
}

/* 料金 */
.price-top{
  background-image: url(../img/price.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.price-top h2{
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.price-list{
  display: flex;
  justify-content: space-evenly;
}

.price-1{
  text-align: center;
  color: #285380;
  font-size: 18px;
  padding-bottom: 15px;
}

#price h2{
  margin-bottom: 30px;
}

.price-title{
  text-align: center;
  color: #285380;
  padding-bottom: 40px;
}

.price-list li{
  width: 260px;
  box-shadow: 2px 2px 4px gray;
}

.price-label{
  font-size: 20px;
  color: #285380;
  padding-top: 20px;
  text-align: center;
}

.price-list h4{
  text-align: center;
  padding-top: 40px;
  color: #fff;
}

.price01{
  display: flex;
  margin: 10px 59px;
}

.price01 h4{
  padding: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.price01 p{
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}

.price-text{
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.price-contents{
  padding-top: 30px;
  padding-bottom: 40px;
}

.price-contents-box h4{
  padding-bottom: 20px;
}

.price-contents p{
  font-size: 16px;
  text-align: center;
  border-bottom: 1px dotted #285380;
  padding-top: 17px;
  padding-bottom: 5px;

}

.price-box01{
  background-color: #4B98E8;
  padding-bottom: 20px;
}

.price-box02{
  background-color: #3F7DBE;
  padding-bottom: 20px;
}

.price-box03{
  background-color: #285380;
  padding-bottom: 20px;
}

.option h2{
  margin-bottom: 30px;
}

.lp h2{
  margin-bottom: 30px;
}

.button018{
  margin-top: 60px;
}

.button018 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 225px;
  padding: 10px 0px 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button018 a:before, .button018 a:after {
content: "";
position: absolute;
display: block;
top: 50%;
}
.button018 a:before {
width: 0.5rem;
height: 0.5rem;
left: 1.1rem;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.button018 a:after {
left: 0;
background: #285380;
z-index: 1;
width: 3rem;
height: 3rem;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
}
.button018 a span {
position: relative;
transition: all 0.3s;
z-index: 3;
}

.button018 a:hover span {
color: #fff;
}
.button018 a:hover:before {
left: 2rem;
}
.button018 a:hover:after {
right: 0;
width: 100%;
}


/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .inner{
    width: 100%;
  }

 section{
   padding: 45px 15px;
 }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  h4{
    font-size: 20px;
  }

  /* 見出し */
  .title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* レイアウト */
  .wrapper {
    padding-top: 57px;
  }

  

  .container {
    padding: 0 20px;
  }

  /* ヘッダー */
  
  .header-logo {
    font-size: 15px;
    margin-right: 15px;
  }

  .header-logo img{
    width: 40%;
  }

  .gnav-item:not(:last-child) {
    width: 100%;
    text-align: center;
    border-bottom: #285380 1px solid;
  }

  .gnav-item a {
    font-size: 16px;
  }

  .gnav-item a:after {
    display: none;
  }

  .gnav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* 半透明 or 固定色OK */
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 50px;
  }

  .gnav-list.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
    position: relative;
    top: 25px;
    right: 0;
    height: 28px;
    width: 30px;
    padding-bottom: 70PX;
  }

.menu-toggle span {
  position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    transition: transform 0.4s ease, opacity 0.4s ease;
    border-radius: 2px;
  }
  
  .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .menu-toggle span:nth-child(2) {
    top: 10px;
  }
  .menu-toggle span:nth-child(3) {
    top: 20px;
  }
  
  /* アクティブ時の変形（×になる） */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  

  /*  メインビジュアル */
  

  .mv-title {
    font-size: 30px;
  }
  .mv-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .mv-container img{
    padding-bottom: 10px;
  }

  .mv-text {
    top: 75%;
    font-size: 14px;
    line-height: 1.7;
  }

  .concept-text{
    display: block;
    width: 100%;
    padding: 30px 20px;
  }

  .concept-title .title{
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-bottom: 20px;
  }

  .concept-text p{
    width: 100%;
    line-height: 1.5;
  }

  
  /* Service */
  .service-list li{
    display: block;
    padding: 20px 15px;
  }

  .service__list-item{
    width: 100%;
    padding: 0;
  }

  .service-img{
    margin: 0 auto;
  }

  .label {
    padding-top: 30px;
    text-align: center;
  }

  .service__list-item h4{
    text-align: center;
  }

  



  

  /* Works */
  .works-name {
    font-size: 14px;
  }

  .works-info {
    margin-top: 3px;
  }

  .works-list {
    justify-content: space-between;
  }

  .works-item {
    margin: 10px 30px;
  }

  .dots-wrap{
    left: 21%;
  }

  .dots-wrap li {
    width: 15px;
    margin-right: 10px;
  }

  .dots-wrap-sub{
    left: 21%;
  }

  .dots-wrap-sub li {
    width: 15px;
    margin-right: 10px;
  }


  .slick-prev, .slick-next{
    bottom: -65px;
  }

  .slick-prev img, .slick-next img {
    padding: 0;
    width: 60%;
  }

  .slick-prev{
    right: 50%;
  }

  .slick-next{
    right: 23%;
  }

  .sub-arrow1{
    right: 59%;
  }

  .sub-arrow2{
    right: 7%;
  }

  .sub-arrow1, .sub-arrow2{
    bottom: -75px;
  }



  /* Skill */
  #skill{
    padding-top: 70px;
  }
  .skill-list {
    display: block;
    margin-bottom: 0;
    padding: 35px 20px;
    
  }

  .skill-item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
  }

  .skill-item:last-child {
    margin-bottom: 0;
  }

  .skill-name {
    margin-bottom: 5px;
  }

  .skill-text {
    font-size: 13px;
    line-height: 1.7;
  }

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .profile-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }

  /* フッター */
  .footer {
    padding: 20px;
  }

  /* 下層ページ */
  .article {
    padding: 50px 0;
  }

  .article-body h3 {
    font-size: 16px;
    padding-left: .8em;
  }

  .article-body h3:not(:first-child) {
    margin-top: 30px;
  }

  .article-body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .contact {
    background-image: url(../img/sp-contact.png);
    background-repeat: no-repeat;
  }

  .lp{
    margin-top: 95px;
  }

  .lp-slider {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  .lp-slider .slider img {
    width: 100%;
    height: auto;
  }

  /* 料金表 */
  .price-top{
    background-image: url(../img/price-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .price-top h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
  }

  .price-title{
    padding-bottom: 10px;
  }

  .price-contents p{
    padding-top: 25px;
  }
 

  .price-list{
    display: block;
  }

  .price-list li{
    width: 90%;
    margin: 0 auto 80px auto;
  }

  .price01{
    margin: 10px 83px;
  }
}
