@charset "UTF-8";
.brandmessage_ttl br {
  display: none;
}

.sec_brandmessage.sp {
  display: none;
}

/* ===================================
共通
=================================== */
.sec {
  padding: 80px 20px 100px;
}
.sec .sec_inner {
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 1301px) {
  .sec {
    padding: 60px 20px 80px;
  }
}
.sec.black {
  background-color: #333;
  color: #fff;
}

.section_ttl_wrap {
  max-width: 1240px;
  margin: auto;
}
.section_ttl_wrap .section_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.section_ttl_wrap .section_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #E03837;
}
@media screen and (max-width: 767px) {
  .section_ttl_wrap .section_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* ===================================
代表メッセージ
=================================== */
.sec_top_message {
  border-bottom: 1px solid #333;
}

.tm_cont_wrap {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 1301px) {
  .tm_cont_wrap {
    gap: 50px;
  }
}
@media screen and (max-width: 1025px) {
  .tm_cont_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tm_cont_wrap {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
.tm_cont_wrap .tm_img_wrap {
  flex-shrink: 0;
  width: 520px;
}
@media screen and (max-width: 1025px) {
  .tm_cont_wrap .tm_img_wrap {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .tm_cont_wrap .tm_img_wrap {
    width: 100%;
    margin: auto;
  }
}
.tm_cont_wrap .tm_img_wrap .tm_name_box {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.tm_cont_wrap .tm_img_wrap .tm_name_box span {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.tm_txt_area .tm_head_txt {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tm_txt_area .tm_head_txt {
    font-size: 24px;
  }
}
.tm_txt_area .tm_txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.tm_txt_area .tm_txt + .tm_txt {
  margin-top: 20px;
}

/* ===================================
会社概要
=================================== */
.sec_company {
  border-bottom: none;
}

.company_cont_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1301px) {
  .company_cont_wrap {
    gap: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1025px) {
  .company_cont_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_wrap {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.company_cont_wrap .company_list {
  padding-bottom: 10px;
}
.company_cont_wrap .company_list li {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #D8D5CF;
  padding: 23px 0;
}
.company_cont_wrap .company_list li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1025px) {
  .company_cont_wrap .company_list li {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_wrap .company_list li {
    gap: 6px;
  }
}
.company_cont_wrap .company_list li .cl_ttl {
  flex-shrink: 0;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1025px) {
  .company_cont_wrap .company_list li .cl_ttl {
    font-size: 16px;
  }
}
.company_cont_wrap .company_list li .cl_txt {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1025px) {
  .company_cont_wrap .company_list li .cl_txt {
    font-size: 16px;
  }
}
.company_cont_wrap .map_wrap {
  flex-shrink: 0;
  width: 520px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1025px) {
  .company_cont_wrap .map_wrap {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .company_cont_wrap .map_wrap {
    width: 100%;
    margin: auto;
  }
}
.company_cont_wrap .map_wrap iframe {
  width: 100%;
  height: 100%;
}

.c_other_box {
  border: 1px solid #333;
  padding: 40px 50px;
}
@media screen and (max-width: 1025px) {
  .c_other_box {
    padding: 20px 20px 30px;
  }
}
.c_other_box .c_other_ttl {
  margin-bottom: 20px;
}
.c_other_box .c_other_ttl .c_other_ttl_ja {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c_other_box .c_other_ttl .c_other_ttl_en {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.c_other_box .c_other_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c_other_box .c_other_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.c_other_box .c_other_wrap .c_other_txt_l {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c_other_box .c_other_wrap .c_other_txt_l {
    line-height: 1.4;
  }
}
.c_other_box .c_other_wrap .c_other_txt_r {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .c_other_box .c_other_wrap .c_other_txt_r:hover {
    color: #E03837;
  }
}

/* ===================================
ブランドメッセージ
=================================== */
@media screen and (max-width: 767px) {
  .sec_brand_message {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec_brand_message .tm_cont_wrap {
    flex-direction: column;
    gap: 60px;
  }
}
.sec_brand_message .tm_cont_wrap .tm_txt_area {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .sec_brand_message .tm_cont_wrap .tm_txt_area {
    margin-top: 10px;
  }
}
.sec_brand_message .tm_cont_wrap .tm_txt_area .tm_head_txt {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec_brand_message .tm_cont_wrap .tm_txt_area .tm_head_txt {
    font-size: 24px;
  }
}
.sec_brand_message .tm_cont_wrap .tm_txt_area .tm_head_txt_sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec_brand_message .tm_cont_wrap .tm_txt_area .tm_txt {
  margin-top: 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec_brand_message .tm_cont_wrap .tm_txt_area .tm_txt {
    margin-top: 40px;
    font-size: 16px;
  }
}

/* ===================================
沿革
=================================== */
.sec_history {
  padding: 22px 0 46px 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .sec_history {
    padding: 60px 0 80px 0;
  }
  .sec_history .section_ttl_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec_history {
    padding: 40px 0 50px 0;
  }
}

.his_number {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.en {
  font-family: "Kanit", sans-serif;
}

.his_text {
  width: 180px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.56px;
}

.his_img {
  width: auto;
  height: 150px;
}

.flex_box_wrap {
  display: flex;
  align-items: end;
  gap: 0 10px;
  margin-left: 10PX;
}

.flex_box_wrap2 {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  margin-left: 100px;
}

.text_img_area,
.flex_not_box {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 24px;
  background-color: #E9E4DA;
}

.flex_box {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
}

.long_border {
  width: 120%;
  height: 1px;
  background-color: #D8D5CF;
  margin: 48px 0;
}

.text_img_area.arrow-up,
.flex_not_box.arrow-up {
  position: relative;
}

.text_img_area.arrow-up::before,
.flex_not_box.arrow-up::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 20px;
  width: 0px;
  height: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 30px solid #E9E4DA;
}

.text_img_area.arrow-up::after,
.flex_not_box.arrow-up::after {
  content: "";
  position: absolute;
  top: -56px;
  left: 28px;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #333;
}

.text_img_area.arrow-down,
.flex_not_box.arrow-down {
  position: relative;
}

.text_img_area.arrow-down::before,
.flex_not_box.arrow-down::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 0px;
  height: 0px;
  border-top: 30px solid #E9E4DA;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.text_img_area.arrow-down::after,
.flex_not_box.arrow-down::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 28px;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #333;
}

.his_ttl {
  position: relative;
  max-width: 1240px;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.28px;
  padding: 57px 30px 70px 45px;
}

.his_ttl::before {
  content: "•";
  /* 丸い点のUnicode文字 */
  color: #E03837;
  /* 丸い点の色 */
  font-size: 34px;
  /* 丸い点のサイズ */
  position: absolute;
  left: 16px;
  bottom: 72px;
  /* 丸い点を左にずらす距離 */
}

.big_wrap {
  cursor: grab;
  margin: auto;
  overflow-x: hidden;
  margin-right: 100px;
  padding-left: 100px;
}
.big_wrap:active {
  cursor: grabbing;
}
@media screen and (max-width: 767px) {
  .big_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1272px) {
  /* スクロールバーを非表示にする */
  .big_wrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }
  .big_wrap {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 11 */
    overflow-x: scroll;
    /* 横スクロールを有効にする */
  }
}
@media screen and (max-width: 1240px) {
  .long_border {
    width: 1760px;
  }
}
@media screen and (max-width: 767px) {
  .long_border {
    width: 1620px;
  }
}
@media screen and (max-width: 1024px) {
  /* ===================================
  会社概要
  =================================== */
  .home_url_flex {
    width: 90%;
  }
  .h_url_left span {
    font-size: 14px;
  }
  .london_text {
    font-size: 24px;
  }
  .london_under_text {
    font-size: 16px;
    line-height: 1.4;
  }
  .h_url_right a {
    font-size: 16px;
  }
  .his_ttl::before {
    left: 16px;
    bottom: 72px;
    /* 丸い点を左にずらす距離 */
  }
}
@media screen and (max-width: 768px) {
  .message_flex_img {
    margin-top: 31px;
  }
  .home_url_flex {
    display: block;
    padding: 20px 20px 30px;
    margin-bottom: 80px;
  }
  .h_url_right {
    margin-top: 20px;
  }
  .his_text {
    width: 140px;
    font-size: 12px;
  }
  .his_img {
    height: 108px;
  }
  .his_number {
    font-size: 28px;
  }
  .big_wrap {
    margin-top: -10px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .his_ttl {
    font-size: 28px;
    padding: 93px 0px 50px 30px;
  }
  .his_ttl::before {
    left: 10px;
    bottom: 52px;
    /* 丸い点を左にずらす距離 */
  }
  .big_wrap {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .his_ttl {
    font-size: 26px;
  }
  .his_number {
    font-size: 26px;
  }
}