@charset "UTF-8";

.background {
  background-image: url("../images/background.png");
  background-repeat: repeat;
  position: fixed;
  top: 0;
  left: 0;
  filter: blur(0);
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* ローディング */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
}
.loading_wrap {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading_01 {
  width: 120px;
  height: 100%;
  position: absolute;
  left: -37%;
  transform-origin: 50%;
  animation: circle 0.6s alternate infinite ease;
}

@keyframes circle {
  0% {
    top: 60px;
    transform: scaleX(1.4);
    height: 5px;
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}
.loading_02 {
  width: 95px;
  height: 95px;
  position: absolute;
  transform-origin: 50%;
  animation: circle 0.6s alternate infinite ease;
  left: 45%;
  animation-delay: 0.2s;
}
.loading_03 {
  width: 100px;
  height: 100%;
  position: absolute;
  transform-origin: 50%;
  animation: circle 0.6s alternate infinite ease;
  left: auto;
  right: -63%;
  animation-delay: 0.3s;
}

#loading span {
  position: absolute;
  top: 68%;
  left: 50%;
  font-size: 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .075;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  padding-right: 7.8%;
  padding-left: 6.2%;
  animation-name: fadeTopAnime;
  animation-duration: 2s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  opacity: 0;

}
@keyframes fadeTopAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(30px);
  }
}
#header{
  position: relative;
  z-index: 9999;
}
.header_nav_list {
  display: flex;
  gap: 55px;
}
.logo {
  width: 110px;
  top: 77px;
  left: 4.2%;
  z-index: 200;
}
.logo a {
  position: fixed;
}
.header_nav_item {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 17px;
}
.main_area {
  position: relative;
  max-width: 1390px;
  width: 100%;
  margin: auto;
  padding: 0 60px;
}
/* メインビジュアル */
.sticky {
  position: sticky;
  top: 80px;
}
.main-visual {
  position: relative;
  width: 904px;
  height: 850px;
}
/* 順番１ */
.tree01_wrap1 {
  position: absolute;
  top: 27.3%;
  left: 4.1%;
  width: 71.2%;
}
.tree01_wrap2 {
  position: absolute;
  top: 59.5%;
  left: 9%;
  width: 20%;
  animation: rotateYInfinite 5s linear infinite;
  transform-origin: center;
}
@keyframes rotateYInfinite {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* 順番2 */
.tree02_wrap4 {
  position: absolute;
  top: 0;
  left: 3.5%;
  width: 96%;
}
.tree02_wrap5 {
  position: absolute;
  top: 15.6%;
  left: 37.5%;
  width: 11.8%;
  animation: rotateInfinite 6s linear infinite;
  transform-origin: center;
  }
  @keyframes rotateInfinite {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

/* 順番3_ゆらゆら葉っぱ */
.tree03 img {
  animation: yurayura 5s linear infinite;

  transform-origin: center bottom;
  z-index: 30;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.tree03{
  z-index: 50;
}
.leaf_p_01 {
  position: absolute;
  top: 5%;
  left: 24.3%;
  transform: rotate(45deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_p_02 {
  position: absolute;
  top: 42.5%;
  left: 0;
  transform: rotate(-17deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_p_03 {
  position: absolute;
  top: 36.1%;
  left: 59.6%;
  transform: rotate(315deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_04 {
  position: absolute;
  top: 34.3%;
  left: -2%;
  transform: rotate(45deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_05 {
  position: absolute;
  top: 61%;
  left: 45.5%;
  transform: rotate(315deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_06 {
  position: absolute;
  top: 44.2%;
  left: 87.9%;
  transform: rotate(315deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_07 {
  position: absolute;
  top: 20.5%;
  left: 22%;
  transform: rotate(315deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_08 {
  position: absolute;
  top: 54.7%;
  left: 16.3%;
  transform: rotate(45deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_09 {
  position: absolute;
  top: 76.1%;
  left: 58%;
  transform: rotate(50deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_10 {
  position: absolute;
  top: 42.6%;
  left: 51.2%;
  transform: rotate(45deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.leaf_11 {
  position: absolute;
  top: 16.4%;
  left: 54.7%;
  transform: rotate(304deg);
  width: 13%;

  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .25));
}
.main_title img {
  transform: rotate(-15deg);
}
.main_title {
  width: 50%;
  position: relative;
  top: -239px;
  left: 40%;
  margin-right: 60px;
  animation-name: fadeRightAnime;
  animation-delay: 6s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* consept */
.blur{
	animation-name:blurAnime;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}
.consept {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.consept_area {
  width: 380px;
  margin: 26% 50px 0 auto;
  text-align: center;
}
.consept_title {
  margin-bottom: 75px;
  font-size: 25px;
  letter-spacing: .075em;
}
.consept_title span {
  font-size: 77%;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho",
  serif;
}
.consept_wrap p {
  text-align: left;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0.025em;
  margin-bottom: 8.2%;
}
.consept_wrap {
  position: relative;
  margin-bottom: 160px;
}


/* about ボタン */
.btn_triangle {
  position: relative;
  width: 100%;
  max-width: 265px;
  height: 63px;
  margin: 0 auto;
  border: #353b3f solid 1px;
  border-radius: 9999px;
  text-align: center;
  cursor: pointer;
}
.triangle_icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 16px;
  transition: all 1s linear 0s
}
.btn_triangle_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: .8;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .08em;
}
.btn_triangle span {
  font-size: 14px;
  font-family: "TsukuARdGothic-Regular", sans-serif;
}
.btn_triangle:hover{
	background:#86D1C6;
	color:#fff;
}
.btn_triangle:hover .triangle_icon img {
  transition: transform 0.5s;
  transform: rotate(360deg);
}

.consept_bg_sp {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 470px;
  height: 100vh;
  margin: -100px 0 auto;
  border-top-left-radius: 52px;
  background-image: url(../images/background.png);
  background-repeat: repeat;
}

/* Service */

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/* 上下のアニメーション*/
.downAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}


.section_title_service {
  position: relative;
  width: 344px;
  height: 58px;
  margin: auto;
  margin-top: 252px;
  margin-bottom: 82px;
}
.section_title {
  font-size: 40px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .2em;
  text-align: left;
}
.section_title span {
  color: #8ac1b9;
}
.section_subtitle_w {
  width: 232px;
  align-items: end;
  font-size: 17px;
  text-align: right;
}
.section_subtitle {
  width: 337px;
  align-items: end;
  font-size: 17px;
  text-align: right;
}
.section_title_service div {
  position: absolute;
  top: 97%;
  left: 55%;
  transform: rotate(-45deg);
  width: 70px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}

.service_container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.service_container li {
  position: relative;
  width: 31.7%;
  height: 540px;
  border: 2px solid #666666;
  border-radius: 0 48px 0 48px;
}

.coner_icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 31.5%;
  height: auto;
}
.service_subtitle {
  margin: 50px 0 50px;
  text-align: center;
}
.service_subtitle h3 {
  margin-bottom: 4px;
  font-size: 28px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}
.service_subtitle p {
  font-size: 16px;
}
.servece_tool_icon {
  width: 31%;
  margin: auto;
}
.service_tool {
  margin: 45px 0 45px;
  font-size: 17px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
  text-align: center;
}
.service_tool span {
  font-family: "TsukuARdGothic-Regular", sans-serif;
}
.service_content {
  padding: 0 10.6%;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .025em;
}
.servece_icon_other {
  width: 37.4%;
  margin: auto;
}
/* works */

.works_container {
  /* display: flex;
  align-items: center; */
  position: relative;
  margin-top: 257px;
  margin-bottom: 113px;
}
.works_background {
  position: absolute;
  bottom: -10%;
  left: 600px;
  z-index: -1;
  width: 3000px;
  height: 155px;
  margin: 0 0 0 auto;
  border-top-left-radius: 50px;
  background-image: url(../images/bg-stripe@2x.png);
  background-size: contain;
  background-repeat: repeat;
}
.works_title_area {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 600px;
}
.section_title_works {
  position: relative;
  width: 230px;
  height: 59px;
}
.section_title_works div {
  position: absolute;
  top: 100%;
  left: 57%;
  transform: rotate(-45deg);
  width: 70px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}
/* 横スクロール */
#works {
  overflow-x: hidden;
}
.scroll_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sticky_wrap {
  display: flex;
  height: 440px;
}
.works_img_1{
  width: 80%;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.works_img_2{
  width: 65%;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.works_img_3{
  width: 75%;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%,-50%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.hover-mask {
  align-items: center; /* テキストの中央揃え */
  /* background: rgba(0, 0, 0, .5);  */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  height: auto;
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.scroll_item01:hover  .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.scroll_item02:hover .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.scroll_item03:hover .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.scroll_item07:hover .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.scroll_item08:hover .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.scroll_item09:hover .hover-mask{
  background: rgba(0, 0, 0, .5);
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.hover-mask p {
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}


.scroll_item01 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #F2EBEC;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;
}
.scroll_item02 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #938279;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;

}
.scroll_item03 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #F4D798;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;

}
.scroll_item07 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #F2E9DA;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;

}
.scroll_item08 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #B3C9C3;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;

}
.scroll_item09 {
  position: relative;
  max-width: 440px;
  border-radius: 50%;
  background-color: #72A09A;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;

}
@media screen and (max-width: 1200px) {
  .sticky_wrap {
    height: 300px;
  }
  .works_title_area {
    min-width: 300px;
  }
  .scroll_item {
    max-width: 300px;
  }
  .works_background {
    left: 300px;
  }
}

.horizontal_scroll {
  display: flex;
}
.works_img_1, .works_img_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.works_img_2 {
  width: 65%;
}
/* works ボタン ホバーで色変換・▶️回転 */
.btn_triangle_text_w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 21px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
  text-align: center;
}

/* コンタクト */
#contact {
  position: relative;
  z-index: 101;
  padding-top: var(--horizontal-width, 100px); /* デフォルト値 100px */
}
.contact_container {
  display: flex;
  position: absolute;
  left: 45.5%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  margin-top: 273px;
}
/* contactタイトル */
.section_title_contact {
  position: relative;
  width: 332px;
  height: 59px;
  margin-right: 80px;
}
.section_title_contact div {
  position: absolute;
  top: 100%;
  left: 61%;
  transform: rotate(-45deg);
  width: 70px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}
.contact_content {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .025em;
}
/* contact ボタン ホバーで色変換・▶️回転 */
.btn_triangle_c {
  display: flex;
  text-align: center;
  width: 350px;
  height: 80px;
  border: #353b3f solid 1px;
  border-radius: 9999px;
  position: absolute;
  z-index: 100;
  margin-top: 10%;
  transition: 0.3s;
}
.btn_triangle_c a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_triangle_c span {
  font-size: 14px;
  font-family: "TsukuARdGothic-Regular", sans-serif;
}
.btn_triangle_c:hover{
	background:#86D1C6;
	color:#fff;
}
.btn_triangle_c:hover .triangle_icon img {
  transition: transform 0.5s;
  transform: rotate(360deg);
}

html {
  scroll-behavior: smooth;
}
.toTop {
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 10;
}
.toTop img {
  width: 77px;
  padding-bottom: 20px;
}
.toTop_text {
  transform: rotate(-90deg);
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}

.footer_background_area {
  position: relative;
}
.footer_background {
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1020px;
  margin-top: 130px;
  background-image: url("/images/contact_back@0.5x.png");
  background-position: left bottom;
  background-size: 99.8% 100%;
  background-repeat: no-repeat;
}

.footer_back_move_1 {
  position: absolute;
  right: 221px;
  bottom: 375px;
  z-index: 11;
  width: 147px;
  animation: rotateYInfinite 3s linear infinite;
  transform-origin: center;
}
@keyframes rotateYInfinite {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(360deg);
  }

}.footer_back_move_2 {
  position: absolute;
  right: 442px;
  bottom: 226px;
  z-index: 6;
  width: 151px;
  animation: rotateYPause 5s linear infinite; 
  transform-origin: center; 
}

@keyframes rotateYPause {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer_container {
  position: absolute;
  right: 56%;
  bottom: 8%;
  z-index: 103;
}
.footer_logo {
  left: 16.6%;
  width: 110px;
  margin-bottom: 38px;
}
.footer_nav_list {
  display: flex;

  gap: 53px;
}
.footer_nav_item {
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.copy {
  position: absolute;
  top: 95%;
  right: 9%;
  z-index: 103;
  font-size: 13px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}

footer {
  position: relative;
}
.bg-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 1500px;
}
/* ハンバーガーメニュー pcサイズでは消しておく */
.hamburger, .header_nav-sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .works_background {
    height: 100px;
    border-top-left-radius: 30px;
  }
  .main-visual {
    width: 780px;
    height: 733px;
  }
  .main_title {
    top: -165px;
    left: 45%;
  }
  .contact_container {
    flex-direction: column;
    left: 40%;
    max-width: 500px;
    margin-top: 220px;
  }
  .section_title_contact {
    margin-bottom: 55px;
  }
  .btn_triangle_c {
    width: 280px;
    height: 65px;
    margin-top: 55px;
  }
  .btn_triangle_text {
    font-size: 21px;
  }
  .btn_triangle_c span {
    font-size: 13px;
  }

  .toTop img {
    width: 60px;
    padding-bottom: 26px;
  }
  .toTop_text {
    font-size: 14px;
  }
  .copy {
    right: 11%;
  }
}
@media screen and (max-width: 1200px) {
   /* works */
   .scroll_item01{
    max-width: 300px;
  }
  .scroll_item02{
    max-width: 300px;
  }
  .scroll_item03{
    max-width: 300px;
  }
  .scroll_item07{
    max-width: 300px;
  }
  .scroll_item08{
    max-width: 300px;
  }
  .scroll_item09{
    max-width: 300px;
  }

}
@media screen and (max-width: 1024px) {
  .header_inner {
    margin-top: 45px;
  }
  .works_background {
    height: 70px;
    border-top-left-radius: 20px;
  }
  .main-visual {
    width: 835px;
    height: 785px;
    margin: 18% auto 0;
  }
  .main_area {
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }
  .main_title {
    width: 85%;
    top: -365px;
    left: 9%;
  }
  .consept_area {
    width: 360px;
    height: 100vh;
    margin: 26% 50px 0 auto;
  }
  .consept_title {
    margin-bottom: 100px;
    font-size: 23px;
    letter-spacing: .075em;
  }
  .consept_wrap p {
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: .025em;
  }
  .consept_wrap {
    margin-bottom: 60px;
  }
  .btn_triangle {
    max-width: 290px;
    height: 70px;
  }
  .triangle_icon {
    width: 18px;
  }
  .btn_triangle_text {
    font-size: 22px;
  }
  .btn_triangle span {
    font-size: 14px;
    font-family: "TsukuARdGothic-Regular", sans-serif;
  }
  .consept_bg_sp {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 470px;
    height: 800px;
    margin: -100px 0 auto;
    border-top-left-radius: 52px;
    background-image: url(../images/background.png);
    background-repeat: repeat;
  }
  .section_title {
    font-size: 35px;
  }
  .section_title_service div {
    top: 96%;
    width: 61px;
  }
  .section_subtitle {
    width: 303px;
    font-size: 16px;
  }
  /* service */
  .service_container {
    flex-wrap: wrap;
    justify-content: center;

    gap: 3%;
    row-gap: 28px;
  }
  .service_container li {
    width: 46%;
  }
  /* contact */
  .section_title_contact {
    width: 310px;
  }
  .section_title_contact div {
    top: 83%;
    left: 60%;
    width: 60px;
  }
  .contact_content {
    font-size: 17px;
  }
  .contact_container {
    margin-top: 151px;
  }
  .logo img {
    width: 90px;
  }
  .footer_background {
    height: 750px;
    margin-top: 40px;
  }
  .footer_container {
    right: 42%;
    bottom: 10%;
  }
  .footer_back_move_1 {
    right: 133px;
    bottom: 225px;
    width: 88px;
  }
  .footer_back_move_2 {
    right: 266px;
    bottom: 225px;
    width: 88px;
  }
  .bg-area {
    width: 900px;
  }
  .footer_logo {
    left: 16.6%;
    width: 100px;
    margin-bottom: 30px;
  }



  /* about */
  .about_wrap {
    width: auto;
  }
  .about_name {
    position: static;
    top: 0;
    left: 0;
  }
  .about_list {
    max-width: 690px;
    height: 465px;
    padding-left: 25px;
  }
  .my_name {
    margin-bottom: 15px;
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }

  /* ハンバーガーメニュー */
  .header_nav {
    display: none;
  }
  .hamburger {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 30px;
    cursor: pointer;
    z-index: 9999;
  }
  .hamburger span::before,
  .hamburger span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #353b3f;
    transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  }
  .hamburger span::before {
    top: 0;
  }
  .hamburger span::after {
    bottom: 17px;
    width: 20px;
  }

  .open span::before {
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    background-color: #293d54;
    height: 2px;
  }

  .open span::after {
    bottom: 50%;
    width: 30px;
    left: 0;
    transform: rotate(-45deg);
    background-color: #293d54;
    height: 2px;
  }
  .open span {
    position: fixed;
  }
  .header_nav-sp {
    position: fixed;
    z-index: 9997;
    width: 70vw;
    height: 90vh;
    top: 0;
    right: 0;
    border-bottom-left-radius: 35px;
    background-color: #364666;
    opacity: 85%;
  }
  .header_nav_list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 50px;
  }
  .header_nav_item {
    color: #fff;
    font-size: 18px;
    letter-spacing: .025em;
    margin-left: 75px;
  }

  .logo img {
    width: 70px;
  }
  .header_inner {
    margin-top: 0;
  }

  .main-visual {
    width: 700px;
    height: 655px;
    top: -45px;
  }
  .main_title {
    top: -224px;
  }
  .btn_triangle {
    max-width: 190px;
    height: 46px;
  }
  .btn_triangle_text {
    font-size: 18px;
  }
  .triangle_icon {
    width: 12px;
  }
  .btn_triangle span {
    font-size: 12px;
  }
  .service_container {
    flex-direction: column;
    max-width: 430px;
    margin: auto;
  }
  .service_container li {
    width: 100%;
    height: 570px;
    border: 2px solid #666666;
    border-radius: 0 50px 0 50px;
  }
  .works_container {
    flex-direction: column;
  }
  .horizontal_scroll {
    flex-direction: column;
  }
  .works_title_area {
    margin-bottom: 80px;
  }
  .works_wrap {
    width: 90%;
    overflow: hidden;
  }
  .btn_triangle_text_w {
    font-size: 14px;
  }
  .btn_triangle_c {
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 58px;
  }
  .btn_triangle_c span {
    font-size: 12px;
    letter-spacing: .02em;
  }
  .section_title_service {
    width: 296px;
  }
  .section_title {
    font-size: 32px;
  }
  .section_title_service div {
    top: 85%;
    left: 51%;
    width: 63px;
  }
  .service_subtitle {
    margin: 50px 0 50px;
  }
  .service_tool {
    margin: 50px 0 50px;
  }
  .service_content {
    padding: 0 10.4%;
    letter-spacing: .018em;
  }
  .section_title_works {
    width: 212px;
  }
  .section_title_works div {
    position: absolute;
    top: 85%;
    left: 53%;
    width: 63px;
  }
  .contact_container {
    left: 50%;
    max-width: 360px;
    margin-top: 173px;
  }
  .contact_content {
    font-size: 16px;
    text-align: center;
  }
  .consept_area {
    width: 250px;
    height: 865px;
    margin: 26% 22px 0 auto;
  }
  .consept_title {
    font-size: 17px;
    letter-spacing: 0.075em;
    margin-bottom: 60px;
  }
  .consept_wrap p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .015em;
  }
  .consept_bg_sp {
    width: 300px;
  }

  .section_title_contact {
    width: 288px;
  }
  .section_title_contact div {
    left: 56%;
  }
  .works_wrap {
    flex-direction: column;

  }
  .scroll_item01{
    max-width: 400px;
  }
  .scroll_item02{
    max-width: 400px;
  }
  .scroll_item09{
    max-width: 400px;
  }
  .scroll_item03 {
    display: none;
  }
  .scroll_item08 {
    display: none;
  }
  .scroll_item07 {
    display: none;
  }
  .sticky_wrap {
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    height: 100%;
    gap: 25px;
    margin: auto;
    padding: 0 50px;
  }
  .works_background {
    height: 84px;
    left: 134px;
    bottom: -44px;
}
  /* 768_home/about/contact_footer */
  .footer_back_move_1 {
    right: 117px;
    bottom: 447px;
    width: 79px;
  }
  .footer_back_move_2 {
    right: 236px;
    bottom: 368px;
    width: 79px;
  }
  .bg-area picture img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: auto;
    height: 580px;
  }
  .btn {
    margin: 30px 0 150px;
  }
  .btn_triangle_text {
    font-size: 16px;
    line-height: 1;
  }
  .btn_triangle_c {
    width: 204px;
    height: 45px;
    margin-top: 55px;
  }
  .btn_triangle_c span {
    font-size: 11px;
    letter-spacing: .01em;
  }

  .footer_background {
    height: 1080px;
    background-size: 135% 94%;
    margin-top: 0px;
    }
  }
  .footer_container {
    display: flex;
    position: absolute;
    right: 50%;
    bottom: 14%;
    transform: translateX(50%);
  }
  .footer_nav_item {
    font-size: 14px;
  }
  .footer_nav {
    max-width: 136px;
    margin-left: 45px;
  }
  .footer_nav_list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 148px;

    gap: 44px;
  }
  .copy {
    right: 50%;
    transform: translateX(50%);
    width: 194px;
    font-size: 9px;
  }
  .toTop img {
    width: 45px;
    padding-bottom: 20px;
  }
  .toTop_text {
    font-size: 11px;
  }

@media screen and (max-width: 620px) {
  .main-visual {
    margin-left: -4%;
  }
}
@media screen and (max-width: 550px) {
  .main-visual {
    margin-left: -9%;
  }
}
@media screen and (max-width: 480px) {
  .loading_01 {
    width: 60px;
  }
  .loading_02 {
    width: 55px;
  }
  .loading_03 {
    width: 55px;
  }
  #loading span {
    font-size: 14px;
  }

  .loading_wrap {
    width: 29%;
  }
  .header_inner {
    margin-top: 0px;
  }
  .main-visual {
    width: 475px;
    height: 447px;
    margin: 18% auto 0;
  }
  .main_title {
    width: 89%;
    top: -118px;
    left: 6%;
  }
  .consept_area {
    width: 224px;
    margin: 26% 10px 0 auto;
  }
  .consept_title {
    font-size: 17px;
    letter-spacing: 0.075em;
    margin-bottom: 36px;
  }
  .consept_wrap p {
    margin-bottom: 36px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .015em;
  }
  .consept_bg_sp {
    width: 250px;
  }
  .btn_triangle {
    max-width: 195px;
    height: 46px;
  }
  .btn_triangle_text {
    font-size: 17px;
    line-height: 1;
  }
  .btn_triangle span {
    font-size: 11px;
  }
  .triangle_icon {
    right: 10px;
    width: 13px;
  }
  .section_title_service {
    width: 223px;
    margin-top: 0;
  }
  .section_title_service div {
    top: 98%;
    left: 50%;
    width: 44px;
    height: 1px;
  }
  .service_container li {
    width: 335px;
    height: 420px;
    border: 1px solid #666666;
    border-radius: 0 48px 0 48px;
    margin: auto;
  }
  .service_subtitle {
    margin: 40px 0 34px;
  }
  .coner_icon {
    width: 123px;
    height: auto;
    top: 0;
    right: 0;
  }
  .servece_icon_other {
    width: 142px;
  }
  .service_content {
    font-size: 13px;
    padding: 0 10.6%;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .service_subtitle h3 {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
  }
  .service_subtitle p {
    font-size: 13px;
  }
  .service_tool {
    margin: 38px 0 32px;
    font-size: 14px;
  }
  .works_1 {
    width: 70%;
    margin-right: 0;
  }
  .works_2 {
    width: 70%;
    margin-right: 0;
  }

  .sp-only {
    display: block;
  }
  .works_title_area {
    margin: 0 auto 60px;
  }
  .section_title_works {
    width: 158px;
    margin-left: 0;
  }
  .section_title_works div {
    top: 69%;
    left: 49%;
    width: 54px;
    height: 1px;
  }
  .works_background {
    width: 90%;
    height: 80px;
    left: 70px;
    bottom: -44px;
  }
  .section_subtitle_w {
    width: 174px;
  }
  /* 480 footer */
  .section_title_contact {
    width: 215px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .section_title {
    font-size: 24px;
  }
  .section_subtitle {
    font-size: 13px;
  }
  .section_subtitle {
    width: 221px;
  }
  .section_title_contact div {
    position: absolute;
    top: 68%;
    left: 54%;
    width: 55px;
    height: 1px;
  }
  .contact_container {
    left: 50%;
    max-width: 220px;
    margin-top: 144px;
  }
  .contact_content {
    font-size: 15px;
    text-align: center;
  }
  .footer_nav {
    margin-left: 45px;
  }
  .footer_container {
    bottom: 10%;
  }
  .footer_nav_list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 141px;

    gap: 44px;
  }
  .footer_background {
    height: 783px;
    background-size: 134% 91%;
  }
  .footer_back_move_1 {
    right: 67px;
    bottom: 254px;
    width: 45px;
  }
  .footer_back_move_2 {
    right: 134px;
    bottom: 210px;
    width: 45px;
  }
  .bg-area picture img {
    width: auto;
    height: 330px;
  }
  .toTop {
    right: 10px;
  }
  .toTop img {
    width: 30px;
    padding-bottom: 20px;
  }
  .toTop_text {
    font-size: 9px;
  }
  .footer_logo {
    width: 70px;
  }
}
@media screen and (max-width: 430px) {
  .main-visual {
    width: 520px;
    height: 487px;
    margin-left: -9%;
    top: -50px;
  }
  .main_title {
    width: 89%;
    top: -100px;
    left: 6%;
  }
  } 
@media screen and (max-width: 380px) {
  .main-visual {
    margin-left: -12%;
    top: -61px;
  }
  .main_title {
    top: -110px;
  }
}

/* about */
.about_container {
  max-width: 1200px;
  margin: auto;
}
.about_title {
  position: relative;
  width: 265px;
  height: 58px;
  margin: 170px auto;
}
.about_title h2 {
  margin-bottom: 1.5%;
  font-size: 40px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}
.about_title div {
  position: absolute;
  top: 107%;
  left: 47%;
  transform: rotate(-45deg);
  width: 80px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}
.about_bg {
  width: 1200px;
  height: 740px;
  border-radius: 90px;
  background-image: url("/images/about_bg.png");
  background-size: 105% 105%;
  background-repeat: no-repeat;
}
.about_wrap {
  position: relative;
}
.about_name {
  position: absolute;
  top: 92px;
  left: 98px;
}
.about_list {
  position: absolute;
  top: 175px;
  right: 50px;
  max-width: 690px;
  height: 465px;
  padding-left: 25px;
  border-left: #353b3f solid 1px;
}
.my_name {
  margin-bottom: 15px;
  font-size: 27px;
}
.my_name_a {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .17em;
}
.about_me {
  font-size: 16px;
  line-height: 2;
}
.dots1 {
  position: absolute;
  top: 0;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #353b3f;
}
.dots2 {
  position: absolute;
  top: 122px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #353b3f;
}
.dots3 {
  position: absolute;
  top: 298px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #353b3f;
}
.about_content p {
  margin-bottom: 47px;
  font-size: 16px;
  line-height: 2;
}

#collection {
  position: relative;
  max-width: 1200px;
  margin: 195px auto 225px;
}
.collection_container {
  width: 100%;
  max-width: 898px;
}
.photo img {
  position: absolute;
  top: -145px;
  right: 0;
  width: 100%;
  max-width: 320px;
  margin-left: 60px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}
.collection_title {
  position: relative;
  width: 323px;
  height: 50px;
  margin-bottom: 106px;
}
.collection_title h2 {
  margin-bottom: 10px;
  font-size: 29px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}
.collection_title div {
  position: absolute;
  top: 107%;
  left: 49%;
  transform: rotate(-45deg);
  width: 80px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}
.collection_container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.collection_list {
  display: flex;
  justify-content: space-around;
  width: 803px;
  padding-top: 16px;
}
.collection_list li {
  z-index: 20;
}
.list_intro {
  z-index: 30;
  margin: 0 0 -25px;
  font-size: 22px;
}
.list_text01 {
  width: 164px;
  padding: 91px 0 0 36px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.list_text02 {
  width: 160px;
  padding: 87px 0 0 44px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.list_text03 {
  width: 164px;
  padding: 99px 0 0 47px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.circle_area01 {
  position: relative;
}
.circle_mask1 img {
  position: absolute;
  top: -39px;
  left: 0;
  z-index: 2;
  transform: rotate(-45deg);
  width: 95px;
  height: 95px;
}
.circle1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 298px;
  border: #8ac1b9 2px solid;
  border-radius: 50%;

  aspect-ratio: 1/1;
}
.circle_mask2 img {
  position: absolute;
  top: -39px;
  left: 263px;
  z-index: 2;
  transform: rotate(-45deg);
  width: 95px;
  height: 95px;
}
.circle2 {
  position: absolute;
  top: 0;
  left: 263px;
  width: 100%;
  max-width: 298px;
  border: #8ac1b9 2px solid;
  border-radius: 50%;

  aspect-ratio: 1/1;
}
.circle_mask3 img {
  position: absolute;
  top: -39px;
  left: 526px;
  z-index: 2;
  transform: rotate(-45deg);
  width: 95px;
  height: 95px;
}
.circle3 {
  position: absolute;
  top: 0;
  left: 526px;
  width: 100%;
  max-width: 298px;
  border: #8ac1b9 2px solid;
  border-radius: 50%;

  aspect-ratio: 1/1;
}

/* ロゴについて */
.about_logo {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.logo_moc {
  max-width: 440px;
}
.logo_moc img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}
.logo_rignt_area {
  max-width: 757px;
  padding-left: 75px;
}
.logo_title {
  position: relative;
  width: 296px;
}
.logo_title h2 {
  font-size: 30px;
  letter-spacing: .1em;
}
.logo_title div {
  position: absolute;
  top: 107%;
  left: 55%;
  transform: rotate(-45deg);
  width: 60px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}
.logo_consept {
  margin-top: 65px;
  font-size: 17px;
  line-height: 2.1;
}
.logo_consept span {
  font-size: 80%;
}

/* 1300_about */
@media screen and (max-width: 1300px) {
  .about_title {
    margin: 130px auto;
  }
  .about_bg {
    width: 1024px;
    height: 830px;
    margin: auto;
  }
  .about_wrap {
    max-width: 870px;
    margin: auto;
  }
  .about_list {
    top: 175px;
    right: 0;
    max-width: 560px;
    height: 550px;
    /* padding-left: 25px; */
  }
  .about_name {
    /* top: 92px; */
    left: 0;
  }
  .dots2 {
    top: 155px;
  }
  .dots3 {
    top: 360px;
  }
  #collection {
    max-width: 870px;
    margin: 195px auto 225px;
  }
  .collection_container {
    max-width: 400px;
  }
  .collection_title {
    margin: 0 auto 110px;
  }
  .collection_list {
    flex-direction: column;
    width: 250px;
    margin-left: 65px;
  }
  .camera {
    margin-bottom: 142px;
  }
  .green {
    margin-bottom: 150px;
  }
  .list_text01 {
    padding: 40px 0 0 77px;
  }
  .list_text02 {
    padding: 40px 0 0 77px;
  }
  .list_text03 {
    padding: 40px 0 0 77px;
  }

  .circle_mask1 img {
    top: -26px;
    left: 42px;
  }
  .circle1 {
    top: -41px;
    left: 68px;
  }
  .circle_mask2 img {
    top: 251px;
    left: 46px;
  }
  .circle2 {
    top: 226px;
    left: 68px;
  }
  .circle_mask3 img {
    top: 545px;
    left: 49px;
  }
  .circle3 {
    top: 493px;
    left: 68px;
  }
  .photo {
    max-width: 400px;
  }
  .photo img {
    top: -38px;
    left: 390px;
    width: 100%;
  }
  .about_logo {
    flex-direction: column;
    position: relative;
    max-width: 800px;
  }
  .logo_title {
    margin: auto;
  }
  .logo_moc {
    max-width: 300px;
  }
  .logo_moc img {
    position: absolute;
    top: 120px;
    width: 38%;
  }
  .logo_rignt_area {
    max-width: 800px;
  }
  .logo_consept {
    max-width: 470px;
    margin: 65px 0 0 auto;
  }
}
/*1024_about*/
@media screen and (max-width: 1024px) {
  .about_bg {
    width: 100%;
    height: 947px;
    margin: auto;
  }
  .about_wrap {
    max-width: 560px;
    margin: auto;
  }
  .about_name {
    top: 70px;
    margin-left: 26px;
    text-align: left;
  }
  .about_list {
    top: 290px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 551px;
  }
  .photo {
    max-width: 300px;
  }
  .photo img {
    top: -38px;
    left: 390px;
    width: 100%;
    margin: 0 20px;
  }
  .about_logo {
    flex-direction: column;
    position: relative;
    max-width: 768px;
  }
  .logo_moc img {
    left: 30px;
  }
  .logo_rignt_area {
    max-width: 738px;
    padding-left: 0;
  }
  .logo_consept {
    max-width: 383px;
    margin: 65px 0 0 auto;
    font-size: 16px;
  }
}
/*768_about*/
@media screen and (max-width: 768px) {
  .about_bg {
    height: 947px;
    margin: auto;
  }
  .about_wrap {
    max-width: 400px;
  }
  .about_list {
    height: 710px;
  }
  .about_bg {
    height: 1100px;
  }
  .dots2 {
    top: 186px;
  }
  .dots3 {
    top: 458px;
  }
  .photo {
    max-width: 300px;
  }
  .photo img {
    top: 835px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .logo_consept {
    max-width: 400px;
    margin: 65px auto 275px;
  }
  .logo_moc img {
    top: 485px;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
  }
  .about_logo {
    margin-top: 725px;
  }
  .collection_container {
    margin: auto;
  }
}
/*480_about*/
@media screen and (max-width: 480px) {
  .about_title {
    width: 187px;
    height: 37px;
    margin: 92px auto;
  }
  .about_title h2 {
    margin-bottom: 1.5%;
    font-size: 24px;
    letter-spacing: .2em;
  }
  .about_title div {
    top: 106%;
    left: 45%;
    width: 54px;
    height: 1px;
  }
  .about_name {
    top: 80px;
    margin-left: 19px;
  }
  .my_name {
    margin-bottom: 7px;
    font-size: 21px;
    letter-spacing: .13em;
    text-align: center;
  }
  .my_name_a {
    font-size: 12px;
    text-align: center;
  }
  .about_me {
    font-size: 14px;
    line-height: 1.6;
  }
  .about_content p {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 1.7;
  }
  .about_bg {
    height: 900px;
    border-radius: 55px;
  }
  .about_wrap {
    max-width: 330px;
  }
  .about_list {
    top: 247px;
    height: 553px;
    padding-left: 17px;
  }
  .dots2 {
    top: 139px;
  }
  .dots3 {
    top: 340px;
  }
  #collection {
    max-width: 305px;
    margin: 110px auto 225px;
  }
  .collection_title {
    width: 256px;
    height: 44px;
    margin-bottom: 106px;
  }
  .collection_title h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .collection_title div {
    top: 100%;
    left: 51%;
    width: 54px;
    height: 1px;
  }
  .collection_container {
    position: absolute;
    left: -18%;
  }
  .list_intro {
    margin: 0 0 -25px;
    font-size: 19px;
  }
  .about_logo {
    margin-top: 1461px;
  }
  .photo {
    max-width: 375px;
  }
  .photo img {
    top: 835px;
    left: 62%;
    width: 100%;
  }
  .logo_title {
    width: 224px;
  }
  .logo_title h2 {
    font-size: 24px;
  }
  .logo_title div {
    top: 106%;
    left: 58%;
    width: 48px;
    height: 1px;
  }
  .logo_consept {
    max-width: 305px;
    margin: 60px auto 162px;
    font-size: 14px;
  }
  .logo_moc img {
    top: 467px;
    width: 305px;
  }
}

/* 問い合わせフォーム */

.section_title_contactform {
  position: relative;
  width: 344px;
  height: 58px;
  margin: auto;
  margin-top: 252px;
  margin-bottom: 82px;
}

.section_title_contactform div {
  position: absolute;
  top: 100%;
  left: 62%;
  transform: rotate(-45deg);
  width: 80px;
  height: 2px;
  background-color: #353b3f;

  transform-origin: 0 0;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}
.c-form_title {
  margin: 88px auto 93px;
  font-size: 17px;
  line-height: 2.3;
}
.c-form__item {
  margin-bottom: 20px;
}
.c-form__label {
  font-size: 16px;
}
.c-form__input {
  width: 90%;
  height: 28px;
  margin-top: 9px;
  padding: 10px 10px 10px 23px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "TsukuARdGothic-Regular", sans-serif;
}
.c-form__input02 {
  width: 90%;
  height: 200px;
  margin-top: 9px;
  padding: 10px 10px 10px 23px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "TsukuARdGothic-Regular", sans-serif;
}
.textarea.c-form__input {
  height: 200px;
}
.c-form__submit {
  text-align: center;
}
.c-form__input:focus-visible {
  outline: #e0d8a5 1px;
}
.c-form__submit button {
  width: 250px;
  height: 56px;
  margin: 72px 0;
  border: #353b3f solid 1px;
  border-radius: 28px;
  background-color: transparent;
  color: #353b3f;
  font-size: 18px;
  font-family: "TsukuARdGothic-Regular", sans-serif;
  transition: .4s;
}
.c-form__submit button:hover {
  background-color: #e0d8a5;
}
.footer_background2 {
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 666px;
  background-image: url("/images/contact_back@0.5x.png");
  background-position: left bottom;
  background-size: 89.8% 95%;
  background-repeat: no-repeat;
}
.footer_container2 {
  position: absolute;
  right: 56%;
  bottom: 17%;
  z-index: 103;
}
.copy2 {
  position: absolute;
  top: 92%;
  right: 9%;
  z-index: 103;
  font-size: 13px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
}

/*1020_contact*/
@media screen and (max-width: 1024px) {
  .section_title_contactform {
    width: 300px;
  }
  .section_title_contactform div {
    top: 87%;
    left: 57%;
    width: 65px;
  }
  .footer_background2 {
    height: 430px;
  }
  .footer_container2 {
    right: 43%;
    bottom: 15%;
  }
}

/*768_contact*/
@media screen and (max-width: 768px) {
  .section_title_contactform {
    margin-top: 190px;
  }
  .contact-form {
    max-width: 315px;
  }
  .c-form_title {
    font-size: 16px;
    line-height: 2.1;
  }
  .section_title_contactform {
    width: 280px;
  }
  .section_title_contactform div {
    top: 87%;
    left: 57%;
    width: 67px;
  }
  .footer_container2 {
    bottom: 15%;
    right: 43%;
  }
  .footer_background2 {
    height: 562px;
  }
}
/*480_contact*/
@media screen and (max-width: 480px) {
  .section_title_contactform {
    margin-top: 165px;
  }
  .section_title_contactform {
    width: 220px;
  }
  .section_title_contactform div {
    top: 68%;
    left: 54%;
    width: 54px;
    height: 1px;
  }
  .c-form__submit button {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
  .c-form__submit button {
    width: 250px;
    height: 56px;
    margin-top: 72px;
    border-radius: 28px;
    font-size: 18px;
  }
  .footer_background2 {
    height: 400px;
  }
}

/* thanksページ */
.thanks {
  max-width: 400px;
  margin: auto;
}
.thk_title {
  margin: 155px 0 58px;
  font-size: 33px;
}
.thk_title span {
  font-size: 77%;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho",
  serif;
  letter-spacing: .075em;
}
.thk_content {
  margin-bottom: 133px;
  font-size: 17px;
  line-height: 2.3;
}

/* thanksページボタン ホバーで色変換・矢印右へ */
.btn {
  margin-top: 150px;
  text-align: center;
}
.btn_arrow {
  display: inline-block;
  position: relative;
  padding: 17px 74px;
  border: 1px solid #353b3f;
  border-radius: 9999px;
  color: #353b3f;
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  outline: none;
  transition: all .2s linear;
}
.btn_arrow:hover {
  background: #235a91;
  color: #ffffff;
}
.btn_arrow::before {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 100px;
  height: 1px;
  background: #353b3f;
  content: "";
  transition: all .2s linear;
}
.btn_arrow::after {
  position: absolute;
  top: 30%;
  right: -45px;
  transform: skewX(45deg);
  width: 1px;
  height: 10px;
  background: #353b3f;
  content: "";
  transition: all .2s linear;
}
.btn_arrow:hover::before {
  right: -70px;
}
.btn_arrow:hover::after {
  right: -65px;
}

/* ローディング画面 */
.loding_area {
  max-width: 410px;
  margin: auto;
}
.loding_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 50vh;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.loding_area p {
  height: 50%;
  margin-top: 85px;
  font-size: 25px;
  letter-spacing: .075em;
  text-align: center;
}