@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: Raleway, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #707070;
  background: #EFF0F2;
  font-size: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  padding-top: 80px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}


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

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.25rem;
}



/* @media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
  }
} */


.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


li {
  list-style: none;
}

.instagramicon {
  display: none;
}

/* .continer {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
} */

#header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  background-color: #EFF0F2;
  z-index: 999;
  height: 80px;
  top: 0;
}

#header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 32px;
}

#header .logo {
  display: block;
  line-height: 1px;
  width: 218.319px;
  height: 31px;
  max-width: 218px;
  margin-right: auto;
}

#header nav {
  display: flex;
}

#header nav li:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#header .contact-btn {
  display: flex;
  width: 222px;
  height: 80px;
  padding: 25px 57px 16px 57px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  background: #707070;
  color: #FFF;
  text-align: center;
  font-family: Futura;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 3.2px;
  display: inline-block;
}

#header .contact-btn::after {
  content: "お問い合わせ・資料請求";
  font-size: 0.5rem;
  display: block;
  text-align: center;
  color: #FFF;
  font-family: Futura;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 160% */
  letter-spacing: 1.05px;
  margin-top: 6px;
}

#header .contact-btn:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}



#header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header li {
  color: #707070;
  font-family: Futura;
  font-size: 1rem;
  font-style: normal;
  font-weight: light;
  line-height: 16px;
  letter-spacing: 3.2px;
  margin-left: 41px;
}

#header li:last-child {
  margin-right: 0;
}

#header .contact:hover {
  background-color: #333;
}

#navi ul li a{
  font-size: 1rem;
}

#header .instagram {
  display: none;
}

#header .contact {
  background-color: #707070;
  padding: 25px 57px 20px 57px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  height: 80px;
  text-align: center;
}

.hamburger {
  display: none;
}




/*-------------------------------------------
Mainvisual
-------------------------------------------*/

#mainvisual {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: calc(100vh - 80px);
}


#mainvisual .mainvisual-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 84%;
  overflow: hidden;
  /* width: calc(89% - 19px); */
  height: calc(100vh - 80px);
  /* background-image: url(../img/FV.jpg);
  background-size: contain;
  画像を縮めないで常に埋める
  background-position: center;
  中央を基準にトリミング
  background-repeat: no-repeat;
  background-origin: content-box; */
  /* 背景の基準をpadding内側にする */
  overflow: hidden;
  /* margin-left: 20%; */
  
}

.mainvisual-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 余白なくピッタリ（切れてOK） */
  object-position: center; /* 中央基準でトリミング */
  display: block; /* 画像下の隙間対策 */
}

#mainvisual .text {
  position: absolute;
  bottom: 80px;
  left: 90px;
  /* transform: translate(172px, -30px); */
}


#mainvisual .text .title {
  font-size: calc(1.5rem + 1vw);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  /* margin-left: 130px; */
  letter-spacing: 0.3em
}

#mainvisual .text .title .subtitle {
  color: #FFF;
  font-family: Futura;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 3.2px;
  margin-top: 15px;
}


#mainvisual .scroll {
  position: absolute;
  writing-mode: vertical-rl; /* 縦書き */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px; /* 文字と線の間隔 */
  bottom: 15%;       /* ← 常に親要素の下から5%の位置に */
  left: 5%;         /* 横位置は%指定にするとレスポンシブに対応しやすい */
}

#mainvisual .scroll .text2 {
  color: #414242;
  font-family: Inter;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 164.062% */
  letter-spacing: 3px;
}

/* 線部分 */
#mainvisual .scroll .line {
  position: relative;
  width: 1px;
  height: 41px;
  overflow: hidden;
  top: 70px;
  left: 17px;
  color: #414242;
}

/* アニメーションする疑似要素 */
#mainvisual .scroll .line::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #777);
  animation: scrollLine 1.5s linear infinite;
}

@keyframes scrollLine {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

/* @media screen and (max-width: 900px){
  #mainvisual .scroll {
    display: none;
  }
} */

/*-------------------------------------------
about
-------------------------------------------*/

#about {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 210px 30%;
}


#about .section-title {
  color: #5E6165;
  font-family: Futura;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 59px;
  letter-spacing: 0.2px;
  margin-bottom: 90px;
}

#about .text {
  width: 100%;
  color: #707070;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
/*-------------------------------------------
Service
-------------------------------------------*/

#service {
  width: 100%;
}

#service .continer {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#service .continer2 {
  /* position: absolute; */
  padding: 10% 20px 10% 20px;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  right: 0;

}

#service .service-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

#service .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}

.service-grid-pc {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 上段3カラム */
  gap: 20px;
}

#service .service-grid-sp {
  width: 100%;
  height: auto;
}


#service .grid-item-a {
  width: 100%;
  gap: 100px;
  cursor: pointer;
  margin-bottom: 20px;
}

#service a.grid-item-a {
  display: block;
  text-decoration: none;
  color: inherit;
}

#service .grid-item-a .img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* 上段3枚 */
.service-grid-pc .grid-item-a:nth-of-type(1) { grid-column: 1; }
.service-grid-pc .grid-item-a:nth-of-type(2) { grid-column: 2; }
.service-grid-pc .grid-item-a:nth-of-type(3) { grid-column: 3; }

/* 下段2枚を中央寄せで横並び */
.service-grid-pc .s-wrap {
  grid-column: 1 / -1; /* 下段は横幅いっぱい使う */
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2等分 */
  gap: 20px;
}


.service-grid-pc .grid-item {
  position: relative;
  overflow: hidden;
}

.service-grid-pc .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



#service .s-flex {
  position: absolute;
  top: 80%;
  left: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  box-sizing: border-box;
}

#service .grid-item-a {
  position: relative;
  overflow: hidden;
}

#service .grid-item-a:hover {
  opacity: 0.7;
}

#service .bottom {
  position: absolute;
  top: 62%;
  left: 2.8%;
  display: flex;
  width: 94%;
}


#service .service-image {
  position: relative;
  width: 31%;
  height: 60%;
  /* margin: 0 10px; */
  transition: opacity 0.3s ease;
}

#service .service-image2 {
  transition: opacity 0.3s ease;
}

#service .image-wrapper .service-image:hover {
  opacity: 0.7;
}

#service .image-wrapper .service-image2:hover {
  opacity: 0.7;
}


#service .s-text2 .s-en {
  color: #FFF;
  font-family: Futura;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
}

#service  .s-text2 .s-ja {
  color: #FFF;
  font-family: Raleway;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
}



#service  .s-text .s-en {
  color: #FFF;
  font-family: Futura;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
}

#service  .s-flex img {
  width: 30px;
  height: 30px;
}

#service  .s-flex2 img {
  width: 30px;
  height: 30px;
}

#service  .s-text .s-ja {
  color: #FFF;
  font-family: Raleway;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
}


#service .section-title {
  width: 146px;
  height: 58px;
  margin-left: 0;
  margin-bottom: 61px;
  max-width: 1200px;
}

.section-title .en {
  color: #5E6165;
  font-family: Futura;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  opacity: 0.8;
}

.section-title .ja{
  color: #5E6165;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
}

.section-title .ja {
  position: relative;
  padding-left: 25px;
  opacity: 0.8;
}

.section-title .ja::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: currentColor;
  margin-left: 3px;
}




/*-------------------------------------------
Company
-------------------------------------------*/

#company {
  width: 100%;
  background-color: #EFF0F2;
}

#company .continer {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  margin-top: 159px;
}

#company .section-title {
  width: 172px;
  height: 58px;
  margin-bottom: 113px;
}

#company .section-title .ja {
  padding-top: 3px;
}

#company .company-flex {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

#company .c-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
}

#company a.c-col-item {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

#company ul li {
  width: 354px;
  cursor: pointer;
}

#company ul li:hover {
  opacity: 0.7;
}

#company ul li .icon {
  width: 31px;
  height: 31px;
}

#company ul li p {
  color: #5E6165;
  font-family: Futura;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 90px;
}


#company .company-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

#company .company-flex p {
  color: #5E6165;
  font-family: Futura;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
}

#company .company-flex .btn{
  color: #707070;
  background-color: #FFF;
  font-size: 0.6875rem;
  padding: 13px 65px;
  letter-spacing: 2px;
  width: 216px;
  height: 47px;
}

#company .btn2 {
  display: none;
}

#company .company-flex .btn:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}


/*-------------------------------------------
News
-------------------------------------------*/

#news {
  width: 100%;
  background-color: #EFF0F2;
  position: relative;
  margin-bottom: 160px;
}

#news .continer {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 170px;
}

#news .news-inner {
  margin: 0 auto;
}

@media screen and (min-width:1249px) {
  #news .news-inner {
    max-width: 1180px;
  }
}


#news .section-title {
  width: 172px;
  height: 58px;
  margin-bottom: 113px;
  max-width: 100%;

}

#news .btn {
  background-color: #fff;
  vertical-align: top;
  flex-direction: column;
  justify-content: center;
  /* writing-mode: vertical-rl; 縦方向の流れ */
  color: #707070;
  background-color: #FFF;
  font-size: 0.6875rem;
  padding: 15px 25px 12px 25px;
  transform: rotate(90deg);
  letter-spacing: 2px;
  width: 136px;
  height: 47px;
  display: inline-block;
}

#news .btn:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#news .row {
  display: flex;
  justify-content: space-between;
}

#news .datewrap {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-right: 10%;
}

#news .date-area {
  display: flex;
  gap: 71px;
  width: 100%;
  margin-bottom: 52px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

#news .date-area:last-child {
  margin-bottom: 0;
}


#news .news-btn {
  max-width: 10vw;
  margin-top: 35px;
  margin-right: 36px;
}

#news .list {
  background-color: wheat;
}

#news ul li time {
  color: #707070;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: 1px;
}

#news ul li p {
  color: #5E6165;
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 116.667% */
  letter-spacing: 1px;
}




/*-------------------------------------------
work
-------------------------------------------*/


#work {
  width: 100%;
  background-color: #EFF0F2;
  position: relative;
  /* padding-top: 215px; */
  margin-bottom: 199px;
}



#work .work-inner::before {
  content: "";
  position: absolute;
  top: 91px;
  left: 0;
  display: block;
  width: 90vw;
  height: 80%;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}



#work .work-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 82px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

#work .section-title {
  z-index: 99;
}

#work .d-text {
  width: 59%;
  color: #707070;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  z-index: 99;

}


 #work .slide {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 99;

 }


.slick-list {
  margin: 0 -20.5px; /* gapの半分をマイナス */
}

.slick-slide {
  padding: 0 20.5px; /* gapの半分を左右に */
}


.slick-slide img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

#work .btn {
  color: #707070;
  background-color: #FFF;
  font-size: 0.6875rem;
  padding: 13px 65px;
  letter-spacing: 2px;
  width: 216px;
  height: 47px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
  position: relative;
  z-index: 9999;
}

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

  #work .work-flex .d-text {
    width: 100%;
  }

  #work .work-flex .section-title {
    text-align: left;
  }
}






/*-------------------------------------------
info
-------------------------------------------*/

#info {
  width: 100%;
  max-width: 1920px;
  padding-top: 136px;
  padding-bottom: 132px;
  background-color: #FFF;
}

#info .info-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

#info .info-a {
  color: #5E6165;
  text-align: center;
  font-family: Futura;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 5px;
  margin-bottom: 61px;
}

#info .info-text {
  color: #707070;
  text-align: center;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 83px;
}

#info .info-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 67px;
  padding: 52px 58px 44px 59px;
  text-align: center;
}

#info .info-flex .phone-link-bg {
  color: #707070;
  font-family: Futura;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.8px;
}

#info .info-flex .tel3 {
  color: #707070;
  font-family: Raleway;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.7px;
  margin-top: 25px;
}

#info .info-flex .contact {
  width: 100%;
  max-width: 304px;
  display: block;
  padding: 41px 58% 41px 50px ;
  color: #FFF;
  font-family: Futura;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.2px;
  background: #707070;
  text-align: center;
  padding-left: 24px;
  padding: 68px 65px;
  align-items: flex-end;
}

@media screen and (max-width: 445px) {
  #info .info-flex .contact{
    width: 100%;
    padding: 68px 10px;
    font-size: 1.125rem;
  }

  #info .info-flex {
    padding: 0;
  }
}

#info .info-flex .contact:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

#info .tel svg {
  width: 19.503px;
  height: 19.503px;
  stroke-width: 1.333px;
  stroke: #707070;
  margin-right: 8px;
}

#info .contact svg {
  width: 22.5px;
  height: 17.5px;
  flex-shrink: 0;
  margin-right: 10px;
}



/*-------------------------------------------
footer
-------------------------------------------*/



#footer {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

#footer img {
  margin-bottom: 41px;
}

#footer .a {
  color: #333;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; 
  letter-spacing: 2.2px;
  margin-bottom: 16px;
}

#footer .b {
  color: #333;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; 
  letter-spacing: 1.6px;
}

#footer .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 136px 0;
}

#footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;

}

#footer ul li {
  padding: 15px 18px;
  color: #707070;
  font-family: Futura;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 3.2px;
}

#footer ul li:hover{
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#footer .c {
  padding: 0;
}



#footer .copyright {
  margin-top: 56px;
  color: #333;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 157.143% */
  letter-spacing: 2.2px;
  text-align: right;
  margin-top: 80px;
}

 /*-------------------------------------------
SP
-------------------------------------------*/

@media screen and (max-width: 985px) {
  #header .pc-nav {
    display: none; /* ナビ非表示 */
  }
  .hamburger {
    display: block;
    width: 29px;
    height: 19px;
    cursor: pointer;

  }

  #header nav {
    display: none;
  }

  #header .header-inner {
    height: 100%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 985px) {
  #mainvisual .mainvisual-wrap {
    left: 0;
    right: 0;
    width: 100%;
  }


}

@media screen and (min-width: 800px) {
  #service .service-grid-sp {
    display: none;

  }

}

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

  #mainvisual .mainvisual-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  }


  @media screen and (max-width: 800px) {

    #header .instagram {
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 21px;
      margin-top: 2px;
    }



    #mainvisual .mainvisual-wrap img {
      height: 100vh;
    }

    #mainvisual .mainvisual-wrap {
      position: relative;
    }

    #mainvisual .text {
      position: absolute;
      bottom: 20%;
      left: 6%;

    }

    #about {
      padding: 20% 5%;
    }

    #service .service-grid-pc {
      display: none;

    }


    #service .grid-item-a {
      position: relative;
      object-fit: cover;
      overflow: hidden;
      width: 100%;
      gap: 60px;
    }


    #service .s-flex {
      top: 72%;

    }

    #service .service-grid-sp {
      width: 100%;
    }

    #company .company-flex {
      margin-top: 22px;
    }

    #service .continer2 {
      padding: 17% 20px 17% 20px;
    }

    #company ul {
      flex-direction: column;
      gap: 62px;
    }

    #company .t {
      flex-direction: row;
      gap: 0;
    }

    #company .top {
      margin: 0;
    }

    #company .i {
      margin: 0;
    }


    #company ul li {
      width: 100%;
      margin: 0 auto;
    }

    #company ul li img {
      width: 100%;
    }

    #company ul li p {
      margin-bottom: 0;
    }

    #company .btn{
      display: none;
    }

    #company .btn2 {
      display: flex;
      width: 220px;
      height: 40px;
      padding: 9.5px 68px;
      justify-content: center;
      font-size: 0.5rem;
      margin-top: 60px;
      background-color: #fff;
      align-items: center;
      color: #707070;
      font-family: Futura;
      font-size: 0.5rem;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: 2px;
      margin: 74px auto 0 auto;
    }

    #news {
      height: auto;
    }

    #news .section-title {
      margin-bottom: 11px;
    }

    #news .datewrap {
      margin-right: 0;
      margin-top: 42px;
      height: auto;
      margin: 42px auto 0 auto;

    }

    #news .date-area {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 52px;
    }

    #news .row {
      flex-direction: column;
      justify-content: center;
    }

    #news .news-btn {
      margin: 0 auto;
      max-width: 100%;
    }

    #news .datewrap {
      margin-bottom: 74px;
    }

    #news .btn {
      width: 220px;
      height: 40px;
      padding: 20px 68px;
      justify-content: center;
      font-size: 0.5rem;
      text-align: center;
      display: inline;
    }

    #work .btn {
      color: #707070;
      font-family: Futura;
      font-size: 0.5rem;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
      letter-spacing: 2px;
      text-align: center;
    }

    #info .info-flex {
      flex-direction: column;
      gap: 67px;
      padding: 0;
      text-align: center;
    }
    #info .inner-wrapper2 {
      width: auto;
    }
    

    #footer {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
      max-width: 1200px;
      text-align: center;
    }

    #footer .footer-flex {
      flex-direction: column;
      padding: 136px 0;
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    #footer .left {
      margin-bottom: 50px;
    }

    #footer img {
      margin-bottom: 41px;
    }

    #footer ul {
      flex-direction: column;
      gap: 23px;
      padding: 12px 9px;
    }

    #footer ul .c {
      padding: 12px 9px;

    }

  }



/*-------------------------------------------
Service
-------------------------------------------*/

#service .service-img {
  background-image: url("../img/code/service-back.jpg");
  
  /* display: flex; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  height: 440px;
  width: 100%;
  position: relative;
}

#service .service-img .title {
  position: absolute;
  top: 329px;
  left: 2vw;
}

#service .service-img .sub-title {
  width: 146px;
  height: 58px;
  position: absolute;
  left: 5%;
  top: 30%;

}

#service h1 {
  color: #FFF;
  font-family: Futura;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 58.333% */
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#service .service-img .ja {
  color: #FFF;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
  letter-spacing: 2px;
  margin-left: 2px;
}



#service .inner-wrapper {
  margin-top: 26px;
  max-width: 1920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#service .inner-wrapper ul {
  display: flex;
  max-width: 1523px;
  /* margin: 0 auto; */
  align-items: center;
  margin-bottom: 44px;
}

#service .inner-wrapper li {
  color: #777;
  text-align: center;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3px;
}

#service .inner-wrapper .top {
  padding-left: 2vw;
}

#service .inner-wrapper .top  span {
  color: #777777;
}

#service .inner-wrapper .top  span:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#service .inner-wrapper .s {
  color: #777777;
}

#service .inner-wrapper .s:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#service .inner-wrapper li + li::before {
  content: ">";
  margin-left: 10px;
}

#service .content-block {
margin-bottom: 140px;
margin-left: 20px;
margin-right: 20px;
background-color: #FFF;

}


#service .flex .left {
  width: 45%;
}

#service .flex .right {
  width: 48%;
  padding-right: 3%;
  padding-top: 34px;
  position: relative;
}

#service .img-sp {
  display: none;
}


@media screen and (max-width: 997px){
  #service .img-sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 31px;
  }

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

  #service .sub-title p {
    color: #5E6165;
    font-family: Futura;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2px;
  }

  #service .sub-title h2 {
    color: #5E6165;
    font-family: Futura;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 5px;
  }


  #service .text {
    margin-bottom: 48px;
  }

  #service .flex .left {
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
  }

  #service .flex .right {
    width: auto;
    margin: 0 auto;
    padding: 0 3%;
  }

  #service .flex .right .btn {
    display: block;
    margin: 0 auto;
  }
}


#service .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #FFF;
  padding: 99px 100px 100px 100px;
}

#service .flex[id] {
  scroll-margin-top: 120px;
}


@media screen and (max-width: 997px){
  #service .flex {
    flex-direction: column;
    padding: 24px 20px;
  }
}

#service .flex .right .img-box {
  display: flex;
  width: 48%;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 53px;

}

#service .flex .right .img-box img {
  width: 100%;
}

#service .flex .right .co p {
  color: #5E6165;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
  letter-spacing: 3px;
}

#service .flex .right .ci {
  margin-bottom: 10px;
  margin-top: 5px;
}

#service .flex .right .ci::before{
  content: "";
  width: 16px;
  height: 1px;
  background: #5E6165;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 4px;

}

#service .flex .right .btn {
  margin-top: 23px;
  display: flex;
  max-width: 216px;
  padding: 12px 66px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  background: #707070;
  color: #FFF;
  font-family: Futura;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 190.909% */
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  text-decoration: none;

}

#service .flex .right .btn:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#service .flex .sub-title h2 {
  color: #5E6165;
  font-family: Futura;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 123.077% */
  letter-spacing: 2px;
  margin-top: 4px;
}

#service .flex .sub-title p {
  color: #5E6165;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: 2px;
}

#service .flex .text {
  color: #707070;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 31px;
}



/*-------------------------------------------
company
-------------------------------------------*/

#company .company-img {
  background-image: url("../img/code/company_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  height: 440px;
  width: 100%;
  position: relative;
}

#company .company-img .title {
  position: absolute;
  top: 329px;
  left: 10.5vw;
}

#company .company-img .sub-title {
  width: 146px;
  height: 58px;
  position: absolute;
  left: 5%;
  top: 30%;
}

#company .right .sub-title p {
  color: #5E6165;
  font-family: Futura;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 2px;
  margin-top: 30px;
}

#company h1 {
  color: #FFF;
  font-family: Futura;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

#company .company-img .ja {
  color: #FFF;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; 
  letter-spacing: 2px;
  margin-left: 2px;
}



#company .inner-wrapper {
  background-color: #FFF;
  max-width: 1920px;
  padding-bottom: 145px;

}

#company ul {
  display: flex;
  max-width: 1575px;
  align-items: center;
  margin-bottom: 80px;
  /* margin: 0 auto; */
}

#company ul li {
  width: auto;
}

#company .inner-wrapper li {
  color: #777;
  text-align: center;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3px;
  margin-top: 26px;
}

#company .inner-wrapper .top {
  padding-left: 10.8vw;
}

#company .inner-wrapper .top  span {
  color: #777777;
}

#company .inner-wrapper .top  span:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#company .inner-wrapper .s {
  color: #777777;
}

#company .inner-wrapper .s:hover{
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#company .inner-wrapper li + li::before {
  content: ">";
  margin-left: 10px;
}

#company .content-block {
margin-bottom: 140px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
max-width: 1523px;

}

#company .flex .left {
  width: 48%;

}

#company .flex .right {
  width: 43%;
}

#company .img-sp {
  display: none;
}

#company .right .name {
  margin-top: 55px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

#company .name .yaku {
  color: #5E6165;
  font-family: Futura;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2px;
}

#company .name .na {
  color: #5E6165;
  font-family: Futura;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2px;
  
}



#company .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1523px;
  padding: 99px 100px 162px 100px;
  margin-bottom: 150px;
}




#company .flex .img-box {
  display: flex;
  width: 100%;
  gap: 18px;
  justify-content: space-between;

}

#company .flex .img-box img {
  width: 100%;
}

#company .co {
  padding-left: 100px;
  
}

#company .ca {
  color: #5E6165;
  font-family: Futura;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

#company .ci {
  margin-bottom: 10px;
  margin-top: 5px;
}

#company .ci::before{
  content: "";
  width: 16px;
  height: 1px;
  background: #5E6165;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 4px;

}


#company .flex .text {
  color: #707070;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 31px;
}

#company h1 {
  margin-bottom: 15px;
}

#company .col-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 121px 100px 0 100px;
}

#company .col-6 {
  max-width: 100%;
}

#company .col-6 img {
  max-width: 100%;
}

#company .n-title .busyo {
  color: #777;
  font-family: Raleway;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 22.826px; /* 228.261% */
  letter-spacing: 2.174px;
}

#company .n-title .mei {
  color: #5E6165;
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22.826px; /* 163.043% */
  letter-spacing: 2.174px;
}


.outline .outline-wrapper {
  padding-right: 120px;
  padding-left: 120px;
  margin: 0 auto;
  max-width: 1523px;
  width: 100%;
}

.outline .sd .sd-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  padding: 42px 0;
  border-bottom: solid 1.5px #777777;
}

.outline .sd .sd-flex:first-child {
  border-top: solid 1.5px #777777;
}

.outline .ci::before{
  content: "";
  width: 16px;
  height: 1px;
  background: #5E6165;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 4px;

}

.outline .co {
  margin-bottom: 101px;
  margin-top: 160px;
}

.outline .sd {
  width: 100%;
  margin-bottom: 166px;

}

.outline .sd-flex .da {
  width: 90px;
  margin-right: 72px;
  color: #777;
  font-family: Raleway;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
}

/* .outline .sd-flex .da:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
} */

.outline .sd-flex .db {
  color: #777;
  font-family: Raleway;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
}



#news .news-img {
  background-image: url(../img/code/news_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  height: 440px;
  width: 100%;
  position: relative;
}

#news .news-img .title {
  position: absolute;
  top: 329px;
  left: 10.5vw;
  color: #FFF;
}

#news .news-img .ja {
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
  margin-left: 2px;
}

#news .inner-wrapper2 {
  padding: 0 10vw;
}

#news .inner2 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

#news .inner2 .sd {
  width: 100%;
}

#news ul {
  display: flex;
  max-width: 1523px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 44px;
}

#news .inner-wrapper2 .top {
  padding-left: 20px;
}

#news .inner-wrapper2 .top a {
  color: #777777;
}

#news .inner-wrapper2 .top:hover span {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  color: #777777;
}

#news .inner-wrapper2 .s {
  color: #777777;
}

#news .inner-wrapper2 .s:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#news .inner-wrapper2 .top::after {
  content: ">";
  margin-right: 10px;
}

#news .inner-wrapper2 li {
  color: #777;
  text-align: center;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3px;
  margin-top: 26px;
}


#news ul li {
  width: auto;
}

#news .inner-wrapper li + li::before {
  content: ">";
  margin-left: 10px;
}

#news .inner2 {
  padding: 139px 10vw 138px 10vw;
  max-width: 1523px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 91px;
}

#news .sd .sd-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  padding: 42px 0;
  border-bottom: solid 1.5px #EAE2E2;
}

#news .sd .sd-flex:last-child {
  margin-bottom: 71px;
}

#news .sd .da {
  color: #777;
  font-family: Raleway;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
  margin-right: 71px;
  
}



#news .sd .db {
  color: #777;
  font-family: Raleway;
  font-size: 1rem;
  font-style: thin;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  
}



/* #news .date-area  {
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}


#news .date-area:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
} */










.pagination-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  cursor: pointer;
}

.pagination-1 li :hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}


.pagination-1 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: 1px solid #a4aaad;
  border-radius: 1px;
  color: #a4aaad;
}

.pagination-1 a:not(:hover) {
  text-decoration: none;
}

.pagination-1 .current a {
  background-color: #a4aaad;
  color: #fff;
  pointer-events: none;
}

.pagination-1 .prev a,
.pagination-1 .next a {
  gap: 0 4px;
  width: auto;
  padding: .5em .8em;
  line-height: 1;
}

.pagination-1 .prev a::before,
.pagination-1 .next a::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  content: '';
}

.pagination-1 .prev a::before {
  border-bottom: 1px solid #a4aaad;
  border-left: 1px solid #a4aaad;
}

.pagination-1 .next a::after {
  border-top: 1px solid #a4aaad;
  border-right: 1px solid #a4aaad;
} 

/*-------------------------------------------
work
-------------------------------------------*/


#work .work-img {
  background-image: url(../img/code/news_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  height: 440px;
  width: 100%;
  position: relative;
}

#work .work-inner {
  padding-top: 215px;
}

#work .work-img .title {
  position: absolute;
  top: 329px;
  left: 10.5vw;
  color: #FFF;
}

#work .work-img .ja {
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
  margin-left: 2px;
}

#work .inner-wrapper2 {
  padding: 0 10vw;
}

#work .inner2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 144px;
}

#work .inner2 .sd {
  width: 100%;
}

#work ul {
  display: flex;
  max-width: 1575px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 44px;
}

#work .inner-wrapper2 .top {
  padding-left: 20px;
}

#work .inner-wrapper2 .top a {
  color: #777777;
}

#work .inner-wrapper2 .top:hover span {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  color: #777777;
}

#work .inner-wrapper2 .s {
  color: #777777;
}

#work .inner-wrapper2 .s:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#work .inner-wrapper2 .top::after {
  content: ">";
  margin-right: 10px;
}

#work .inner-wrapper2 li {
  color: #777;
  text-align: center;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3px;
  margin-top: 26px;
}

#work ul li {
  width: auto;
}

#work .inner-wrapper li + li::before {
  content: ">";
  margin-left: 10px;
}

#work .inner2 {
  max-width: 1575px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 91px;
}

#work .label {
  display: inline-block;
  width: auto;
  padding: 4px 8px;
  align-items: center;
  gap: 10px;
  background-color: #777777;
  color: #fff;
  font-family: Raleway;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#work a.label {
  text-decoration: none;
  color: #fff;
}


#work .c-card_blog.is-filtered-out {
  display: none;
}

#work .col-md-6 {
  display: block;
  max-width: 900px;
  padding: 0 50px;
}

#work .work-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
}

#work .work-cat-target {
  scroll-margin-top: 120px;
  width: 100%;
  pointer-events: none;
}

#work .work-cat-target:not(.work-cat-mark) {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#work .work-cat-mark {
  min-height: 72px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#work .col-lg-9 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 114px 0 104px 0;
}

#work .col-lg-3 {
  padding: 0 60px 0 0;
}


#work .row2 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

#work .side-title {
  color: #777;
  font-family: Raleway;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 2px;
  position: relative;
}

#work .side-title:after {
  content: "";
  width: 11vw;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 1px solid #777777;
}


#work .mb20 {
  flex-direction: column;
  align-items: flex-start;
}

#work .side .cat-item-3 {
  list-style: none;
}

#work .side .cat-item-3 a {
  color: #777;
  font-family: Raleway;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#work .side .cat-item-3 a:hover {
  opacity: 0.5;
}

#work .side .cat-item-3 a::before {
  content: ">";
  margin-right: 8px;
}

.sp-only {
   display: none;
  }

  /*-------------------------------------------
contact
-------------------------------------------*/


#contact {
  padding-top: 0;
}

#contact .contact-img {
  background-image: url(../img/code/news_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  height: 440px;
  width: 100%;
  position: relative;
}

#contact .contact-img .title {
  position: absolute;
  top: 329px;
  left: 10.5vw;
  color: #FFF;
}

#contact .contact-img .ja {
  font-family: Raleway;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 2px;
  margin-left: 2px;
}

#contact .inner-wrapper2 {
  padding: 0 10vw;
}

#contact .inner2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 144px;
}

#contact .inner2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 144px;
}

#contact .inner2 .sd {
  width: 100%;
}

#contact ul {
  display: flex;
  max-width: 1575px;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 44px;
}

#contact .inner-wrapper2 li {
  color: #777;
  text-align: center;
  font-family: Futura;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 3px;
  margin-top: 26px;
}

#contact .inner-wrapper2 .top {
  padding-left: 20px;
}

#contact .inner-wrapper2 .top a {
  color: #777777;
}

#contact .inner-wrapper2 .top:hover span {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  color: #777777;
}

#contact .inner-wrapper2 .s {
  color: #777777;
}

#contact .inner-wrapper2 .s:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#contact .inner-wrapper2 .top::after {
  content: ">";
  margin-right: 10px;
}



#contact .inner2 {
  max-width: 1575px;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 91px;
  padding-left: 20px;
  padding-right: 20px;
}

#contact .contact-form span {
  margin-bottom: 10px;
}

#contact .contact-form .text {
  margin-top: 30px;
}

#contact .contact-form li {
  text-align: left;
}

#contact .contact-form li .head {
  width: 150px;
  flex-shrink: 0;
}

#contact .contact-form li textarea {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

#contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #F3F3F3;
  padding: 20px;
  font-size: 1rem;
  margin-top: 10px;
}


#contact .contact-form li+li {
  margin-top: 40px;
}

#contact .contact-form li:last-child {
  margin-top: 60px;
}

#contact .contact-form {
  max-width: 738px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

#contact .contact-form .requ {
  position: relative;
}

#contact .contact-form .requ::after {
  content: "必須";
  width: 43px;
  height: 16px;
  border-radius: 4px;
  background-color: #e53b25;
  font-size: 0.625rem;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding-bottom: 4px;
  margin-left: 12px;
}

#contact .contact-form input[type="text"] {
  width: 100%;
  border: none;
  background-color: #F3F3F3;
  padding: 20px;
  font-size: 1rem;
  margin-top: 10px;
}


#contact .radio-wrap {
  margin-top: 8px;
}

.radio-wrap .mwform-radio-field input {
  display: none;
}

.radio-wrap .mwform-radio-field-text {
  position: relative;
  padding-left: 20px;
  margin-right: 10px;

}

.radio-wrap .mwform-radio-field-text::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 2px;
}

.radio-wrap .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
  left: 4px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.3s;
}

.radio-wrap label input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

#contact .btn-wrap {
  padding: 20px 0;
  background-color: #777;
  text-align: center;
  width: 100%;
  max-width: 367px;
  height: 85px;
  justify-content: center;
  margin: 100px auto 0 auto;
  
}

#contact .btn-wrap .c-btn {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #777;
  color: #FFF;
}

#contact .btn-wrap  {
  opacity: 1;
  transition: opacity 0.3s ease;
}


#contact .btn-wrap:hover {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}



@media screen and (max-width: 500px){

  #header .header-inner {
    padding: 0 5px;
  }

  #header .header-inner .instagram {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  #header .header-inner .logo {
    width: 120px;
    height: 17px;
  }

  .outline .sd .sd-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .outline .sd-flex .da {
    margin-bottom: 15px;
  }

  #company .col-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width: 997px){

  #company .inner-wrapper .top {
    padding-left: 40px;
  }

  #company .company-img .title {
    left: 5vw;
  }

  #company .flex {
    flex-direction: column;
    padding: 24px 20px;
  }

  #company .co {
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  #company .ci::before {
    display: none;
  }

  #company .img-sp {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 31px;
  }

  #company .col-wrapper {
    gap: 30px;
    margin: 0;
  }

  #company .flex {
    padding: 0;
  }

  #company .flex .left {
    padding: 0;
  }

  #company .flex .right {
    padding: 0;
  }

  .outline .co {
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  .outline .ci::before {
    display: none;
  }

  .outline .outline-wrapper {
    padding: 0 20px;
  }

  #news .inner-wrapper2 .top {
    padding-left: 10px;
  }

  #news .news-img .title {
    left: 5vw;
  }

  #news .inner2 .sd-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #news .inner2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  #news .inner-wrapper2 {
    padding: 0 20px;
  }

  #work .row2 {
    flex-direction: column;
  }

  .pc-only { 
    display: none;
  }

  .sp-only { 
    display: flex;
    margin-top: 80px;
    margin-bottom: 100px;
  }

  #work .inner-wrapper2 .top {
    padding-left: 10px;
  }

  #work .work-img .title {
    left: 5vw;
  }

  #work .col-lg-3 {
    padding: 0;
  }

  #work .col-lg-3 .side {
    padding: 0 20px;
  }

  #work .side-title:after {
    width: 100%;
  }

  #work .inner2 {
    padding-bottom: 0;
  }

  #work .col-lg-9 {
    padding: 50px 0 60px 0;
  }

  #work .c-card_blog {
    margin-bottom: 0;
  }

  #work .col-md-6 {
    padding: 0 30px;
  }

  #work .work-cards-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  #work .inner-wrapper2 {
    padding: 0 4vw;
  }


}



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



  #company .text {
    margin-bottom: 48px;
  }

  #company .flex .left {
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
    object-fit: cover;
  }

  #company .flex .right {
    width: auto;
    margin: 0 auto;
    padding: 0 3%;
  }


