@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #231815;
  letter-spacing: 0.5px;
}
.container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
.container_s {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
h2 {
  font-size: 35px;
  /*font-size: 1.85vw;*/
}
.sec_title {
  text-align: center;
  margin-bottom: 30px;
}
.sec_title h2 {
  font-size: 45px;
  /*font-size: 2.4vw;*/
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  letter-spacing: 3px;
}
.sec_title .h2_ja {
  font-size: 15px;
  font-weight: 500;
  color: #231815;
  letter-spacing: 2px;
}
h3 {
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 30px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 16px;
  line-height: 2;
}
.sec_p {
  font-size: 20px;
  line-height: 2;
}
.p_b {
  font-size: 19px;
  font-weight: 700;
}
.basic_btn {
  max-width: 250px;
  width: 90%;
  margin: 80px auto 0;
}
.btn_back {
  margin: 0 auto;
}
.basic_btn a {
  font-size: 12px;
  text-align: center;
  padding: 12px 0px;
  display: block;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  position: relative;
}
.btn_more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.btn_more a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(35deg);
  -webkit-transform: translateY(-50%) rotate(35deg);
  -ms-transform: translateY(-50%) rotate(35deg);
  width: 8px;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.btn_back a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.btn_back a::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 20px;
  transform: translateY(-50%) rotate(-35deg);
  -webkit-transform: translateY(-50%) rotate(-35deg);
  -ms-transform: translateY(-50%) rotate(-35deg);
  width: 8px;
  height: 1px;
  background: #000;
  transition: 0.3s ease;
}
.basic_btn a:hover {
  color: #fff !important;
  background-color: #000;
  transition: 0.3s ease;
}
.btn_more a:hover::before {
  right: 10px;
  background: #fff;
  transition: 0.3s ease;
}
.btn_more a:hover::after {
  right: 10px;
  background: #fff;
  transition: 0.3s ease;
}
.btn_back a:hover::before {
  left: 10px;
  background: #fff;
  transition: 0.3s ease;
}
.btn_back a:hover::after {
  left: 10px;
  background: #fff;
  transition: 0.3s ease;
}

.roboto {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.bebas-neue {
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.relative {
  position: relative;
}

.a_none {
  pointer-events: none;
}
a img {
  transition: 0.3s ease;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
  }
  .sec_title h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 15px;
  }
  .sec_p {
    font-size: 18px;
  }
  .p_b {
    font-size: 17px;
    line-height: 1.8;
  }
  .btn_more a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
  .sec_title h2 {
    font-size: 35px;
  }
  .sec_title .h2_ja {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
  }
  .sp_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  .sec_title {
    margin-bottom: 20px;
  }
  .sec_title h2 {
    font-size: 30px;
  }
  .sec_title .h2_ja {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  p {
    font-size: 13px;
    line-height: 1.5;
  }
  .sec_p {
    font-size: 14px;
  }
  .p_b {
    font-size: 14px;
    line-height: 1.6;
  }
  .basic_btn {
    margin: 60px auto 0;
  }
  .btn_more a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 370px) {
  .sec_title h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 15px;
  }
  p {
    font-size: 12px;
  }
  .sec_p {
    font-size: 13px;
  }
  .btn_more a {
    font-size: 12px;
    padding: 13px 25px;
  }
}

/* -----------------------------------------------

	 トップページ

----------------------------------------------- */
.side_scroll {
  position: fixed;
  left: 70px;
  left: 3.6vw;
  top: 400px;
  top: 21vw;
  height: 70px;
  z-index: 100;
}
/*Scrollテキストの描写*/
.side_scroll span {
  position: absolute;
  left: -20px;
  bottom: -45px;
  transform: rotate(90deg);
}
/* 線の描写 */
.side_scroll::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 70px;
  background: #b3b3b3;
}
.side_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 20px;
  background: #231815;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .side_scroll {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
}

/* top_main
----------------------------------------------- */
.top_main .top_mainimg {
  justify-content: right;
  line-height: 0;
}
.top_main .top_main_text {
  padding-right: 20px;
}
.top_main .top_main_text h1 {
  font-size: 100px;
  font-size: 5.2vw;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.top_main .top_main_text p {
  font-size: 18px;
  font-size: 0.94vw;
  letter-spacing: 0;
  font-weight: 700;
}
.top_main .top_main_slide {
  width: 66%;
}
.top_main .top_info {
  max-width: 800px;
  width: 90%;
  margin: -20px auto 0;
  background-color: #c69c6d;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
}
.top_main .top_info .top_info_l {
  text-align: center;
  width: 25%;
}
.top_main .top_info .top_info_l h2 {
  color: #fff;
  font-size: 17px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  margin: 15px auto 5px;
}
.top_main .top_info .top_info_l p {
  color: #fff;
  font-size: 13px;
}
.top_main .top_info .top_info_r {
  width: 75%;
  background-color: #fff;
  padding: 15px 40px;
}
.top_main .top_info .top_info_r p {
  font-size: 15px;
  transition: 0.3s ease;
}
.top_main .top_info .top_info_r .info_date {
  width: 120px;
}
.top_main .top_info .top_info_r a:hover p {
  color: #c69c6d;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .top_main .top_info .top_info_l h2 {
    font-size: 16px;
  }
  .top_main .top_info .top_info_r p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .top_main {
    padding-top: 65px;
  }
  .top_main .top_mainimg {
    position: relative;
  }
  .top_main .top_main_text {
    position: absolute;
    top: 60%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 20px;
  }
  .top_main .top_main_text h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .top_main .top_main_text p {
    font-size: 11px;
  }
  .top_main .top_main_slide {
    width: 100%;
  }
  .top_main .top_info {
    margin: 20px auto;
    width: 95%;
    border: 1px solid #c69c6d;
    filter: unset;
  }
  .top_main .top_info .top_info_l h2 {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .top_main .top_info .top_info_l p {
    font-size: 12px;
  }
  .top_main .top_info .top_info_r {
    padding: 15px 20px;
  }
  .top_main .top_info .top_info_r ul li {
    margin-bottom: 5px;
  }
  .top_main .top_info .top_info_r ul li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_main .top_info .top_info_r .info_title {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .top_main .top_info .top_info_l {
    width: 100%;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .top_main .top_info .top_info_l h2 {
    font-size: 18px;
    margin: 0 20px 0 0;
  }
  .top_main .top_info .top_info_r {
    width: 100%;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .top_main {
    padding-top: 62px;
  }
  .top_main .top_mainimg {
    padding-bottom: 120px;
  }
  .top_main .top_main_text {
    padding: 12px 30px;
    right: 0;
    top: unset;
    transform: unset;
    bottom: 2%;
  }
  .top_main .top_main_text h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .top_main .top_info .top_info_r ul li {
    margin-bottom: 8px;
  }
}

/* top_concept
----------------------------------------------- */
.top_concept {
  padding: 100px 0 80px;
  background-image: url(../images/top_concept_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}
.top_concept .sec_title {
  margin-bottom: -25px;
  position: relative;
  z-index: 1;
}
/*.top_concept .top_concept_img {
  width: 53%;
}
.top_concept .top_concept_text {
  width: 47%;
  padding: 0 80px;
}*/
.top_concept .concept_wrap {
  position: relative;
  height: 500px;
}
.top_concept .top_concept_img {
  max-width: 1024px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_concept .top_concept_text {
  width: 47%;
  padding: 20px 80px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
}
.top_concept ul {
  max-width: 750px;
  width: 90%;
  margin: 60px auto 0;
  gap: 15px;
}
.top_concept ul li {
  width: calc(100% / 2 - 7.5px);
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 23px 0;
  font-weight: 700;
}

@media only screen and (max-width: 1400px) {
  .top_concept .top_concept_text {
    width: 60%;
    padding: 20px 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .top_concept .sec_title {
    margin-bottom: 20px;
  }
  .top_concept .top_concept_text {
    width: 55%;
    padding: 20px 30px;
    right: 3%;
  }
  .top_concept .top_concept_text p {
    font-weight: 700;
  }
}

@media only screen and (max-width: 768px) {
  .top_concept {
    padding: 60px 0 60px;
    background-size: 180%;
  }
  .top_concept .concept_wrap {
    position: unset;
    height: auto;
  }
  .top_concept .top_concept_img {
    position: unset;
  }
  .top_concept .top_concept_text {
    position: unset;
    transform: unset;
    width: 100%;
    background-color: unset;
  }
  .top_concept .top_concept_text p {
    font-weight: 400;
  }
  .top_concept ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .top_concept ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .top_concept {
    background-position: bottom 250px right;
  }
  .top_concept .top_concept_text {
    padding: 20px 15px;
  }
  .top_concept ul {
    margin: 30px auto 0;
  }
  .top_concept ul li {
    font-size: 14px;
    padding: 15px 0;
  }
}

/* top_commitment
----------------------------------------------- */
.top_commitment {
  padding: 100px 0;
  background-color: #c69c6d;
}
.top_commitment .commitment_wrap {
  gap: 30px;
}
.top_commitment .commitment_box {
  width: calc(100% / 3 - 20px);
}
.top_commitment .commitment_box img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .top_commitment {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .top_commitment {
    padding: 60px 0;
  }
  .top_commitment .commitment_box {
    width: calc(100% / 2 - 15px);
  }
  .top_commitment .commitment_box img {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 479px) {
  .top_commitment {
    padding: 50px 0;
  }
  .top_commitment .commitment_box {
    width: 100%;
  }
}

/* top_works
----------------------------------------------- */
.works_box a * {
  transition: 0.3s ease;
}
.works_box a:hover * {
  transition: 0.3s ease;
}
.top_works {
  padding: 100px 0;
}
.works_wrap {
  gap: 80px 30px;
}
.works_box {
  width: calc(100% / 4 - 22.5px);
}
.works_box img {
  width: 100%;
  height: 340px;
  height: 18.5vw;
  object-fit: cover;
}
.works_box .works_category {
  font-size: 15px;
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 1px 20px;
  text-align: center;
  margin: 10px 0 !important;
  display: inline-block;
}
.works_box .p_b {
  line-height: 1.8;
}
.works_box a:hover .works_category {
  color: #c69c6d;
}
.works_box a:hover .p_b {
  color: #c69c6d;
}

@media only screen and (max-width: 1024px) {
  .top_works {
    padding: 80px 0;
  }
  .works_wrap {
    gap: 60px 20px;
  }
  .works_box {
    width: calc(100% / 4 - 15px);
  }
  .works_box .works_category {
    font-size: 13px;
    padding: 1px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .top_works {
    padding: 60px 0;
  }
  .works_wrap {
    gap: 60px 30px;
  }
  .works_box {
    width: calc(100% / 2 - 15px);
  }
  .works_box img {
    height: 43vw;
  }
  .works_box .works_category {
    margin: 5px 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .top_works {
    padding: 50px 0;
  }
  .works_wrap {
    gap: 30px 15px;
  }
  .works_box {
    width: calc(100% / 2 - 7.5px);
  }
  .works_box .works_category {
    font-size: 11px;
  }
  .works_box .p_b {
    line-height: 1.6;
  }
}

/* top_company
----------------------------------------------- */
.top_company {
  padding: 100px 0;
}
.top_company h2 {
  line-height: 1.6;
  margin-bottom: 30px;
}
.top_company .top_company_img {
  width: 53%;
}
.top_company .top_company_text {
  width: 47%;
  padding: 40px 0 0 65px;
  position: relative;
}
.top_company .top_company_text p {
  width: 75%;
}
.top_company .top_company_text img {
  position: absolute;
  right: 0;
  bottom: -120px;
  bottom: -6vw;
  width: 220px;
  width: 11.5vw;
  z-index: -1;
}
.top_company .basic_btn {
  margin-top: 150px;
}

@media only screen and (max-width: 1400px) {
  .top_company .top_company_img {
    width: 45%;
  }
  .top_company .top_company_text {
    width: 55%;
    padding: 20px 0 0 45px;
  }
}

@media only screen and (max-width: 1280px) {
  .top_company h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .top_company {
    padding: 80px 0;
  }
  .top_company h2 {
    font-size: 25px;
  }
  .top_company .top_company_img {
    width: 40%;
  }
  .top_company .top_company_text {
    width: 60%;
    padding: 10px 0 0 30px;
  }
  .top_company .top_company_text p {
    width: 80%;
  }
  .top_company .top_company_text img {
    width: 12vw;
  }
  .top_company .basic_btn {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 900px) {
  .top_company .top_company_img {
    width: 80%;
    margin: 0 auto 30px;
  }
  .top_company .top_company_text {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  .top_company .top_company_text img {
    width: 150px;
    bottom: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .top_company {
    padding: 60px 0;
  }
  .top_company h2 {
    font-size: 22px;
  }
  .top_company .top_company_img {
    width: 100%;
  }
  .top_company .top_company_text {
    width: 100%;
  }
  .top_company .top_company_text p {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  .top_company .top_company_text p {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_company .top_company_text .sp_center {
    text-align: center;
  }
  .top_company .top_company_text img {
    position: unset;
    width: 200px;
  }
  .top_company .basic_btn {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .top_company {
    padding: 40px 0;
  }
  .top_company h2 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .top_company .top_company_text img {
    position: unset;
    width: 60%;
  }
}

/* top_instagram
----------------------------------------------- */
.top_instagram {
  padding: 80px 0 250px;
}
.top_instagram .sec_p {
  margin-top: 10px;
}
.top_instagram .slick-slide {
  line-height: 0;
}
.top_instagram p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.top_instagram p a:hover {
  opacity: 0.7;
}
.top_instagram .instagram_wrap .slick-slide {
  width: 333px !important;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .top_instagram {
    padding: 80px 0 150px;
  }
  /*.top_instagram .instagram_wrap img {
    width: 200px !important;
  }*/
  .top_instagram .instagram_wrap .slick-slide {
    width: 260px !important;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .top_instagram {
    padding: 60px 0 80px;
  }
  .top_instagram .instagram_wrap .slick-slide {
    width: 200px !important;
    height: auto;
  }
}

@media only screen and (max-width: 479px) {
  .top_instagram {
    padding: 40px 0 50px;
  }
  .top_instagram .sec_title img {
    width: 35px;
  }
  /*.top_instagram .instagram_wrap img {
    width: 150px !important;
  }*/
  .top_instagram .instagram_wrap .slick-slide {
    width: 150px !important;
    height: auto;
  }
}

/* top_video
----------------------------------------------- */
.video {
  margin: 50px auto;
}

.video .video_inner {
  width: 50%;
  margin: auto;
  min-width: 1100px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1280px) {
  .video .video_inner {
    min-width: 800px;
  }
}

@media only screen and (max-width: 1024px) {
  .video .video_inner {
    min-width: unset;
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}
