@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background: #fff;
  color: #434242;
  font-weight: 700;
  line-height: 28px;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .is-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-tab {
    display: block;
  }
}

.is-sps {
  display: none;
}
@media screen and (max-width: 374px) {
  .is-sps {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .inline-block {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .sp-color {
    color: #C0AB62;
  }
}

.wrapper {
  overflow-x: hidden;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

.section_title_en {
  font-size: 40px;
  line-height: 51px;
  color: #1C3D76;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section_title_en {
    font-size: 32px;
  }
}
.section_title_en span {
  font-weight: 700;
}
.section_title_en::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C0AB62;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_title_en::after {
    bottom: 0;
  }
}

.section_title_ja {
  font-size: 12px;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .section_title_ja {
    font-size: 10px;
  }
}

.section_subtitle {
  font-size: 30px;
  font-weight: 400;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .section_subtitle {
    font-size: 26px;
    line-height: normal;
  }
}
.section_subtitle span {
  font-weight: 700;
}

.button {
  width: 300px;
  height: 53px;
  background: #fff;
  border: 1px solid #C0AB62;
  line-height: 51px;
  color: #C0AB62;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .button {
    width: 250px;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
  }
}
.button::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #C0AB62;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .button::after {
    right: 10px;
  }
}
.button:hover {
  background: #C0AB62;
  color: #fff;
  border: 1px solid #fff;
}
.button:hover::after {
  border-left: 9px solid #fff;
}

@media screen and (max-width: 767px) {
  .button_content {
    text-align: center;
  }
}

.header {
  background: #fff;
  width: calc(100% - 40px);
  max-width: 1560px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 11px 30px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header {
    width: calc(100% - 20px);
    padding: 7px 15px 9px 17px;
    top: 10px;
  }
}

.header_logo {
  width: 53px;
}

.header_nav {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .header_nav {
    gap: 11px;
  }
}

.header_nav-list {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .header_nav-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header_nav-list {
    display: none;
  }
}

.header_nav-link {
  line-height: 25.6px;
  color: #434242;
}
.header_nav-link a {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.header_nav-link a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #02D6E8;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.header_nav-link a:hover::after {
  width: 100%;
}

.header_contact {
  display: inline-block;
  padding: 1px 39px 1px;
  color: #fff;
  background: #C0AB62;
  font-weight: 700;
  transition: opacity 0.3s ease 0s;
  font-size: 12px;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.header_contact:hover {
  background: #fff;
  border: 1px solid #C0AB62;
  color: #C0AB62;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .header_contact {
    font-size: 10px;
    padding: 2px 25px 1px;
  }
}

.footer_nav {
  background: #000;
  padding: 98px 0 96px;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    padding: 97px 0;
  }
}

.footer_inner {
  max-width: 566px;
}

.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 30px;
}
@media screen and (max-width: 767px) {
  .footer_nav_list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}

.footer_nav_link {
  color: #fff;
  display: inline-block;
  line-height: 25.6px;
}
.footer_nav_link a {
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease 0s;
}
.footer_nav_link a:hover {
  opacity: 0.7;
}

.footer {
  text-align: center;
  background: #fff;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 17px 0;
  }
}
.footer small {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #151515;
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .footer small {
    font-size: 12px;
  }
}

.drawer_icon {
  display: none;
  width: 30px;
  height: 30px;
  background: linear-gradient(141deg, #2A90A0 5.27%, #02D6E8 96.23%);
  border-radius: 50%;
  position: relative;
  transition: opacity 0.3s ease 0s;
}
.drawer_icon:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .drawer_icon {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .drawer_icon {
    display: block;
  }
}
.drawer_icon.is-checked .drawer_icon_bar1 {
  top: 14px;
  transform: rotate(45deg);
  width: 15px;
  left: calc(50% - 7px);
}
.drawer_icon.is-checked .drawer_icon_bar2 {
  display: none;
}
.drawer_icon.is-checked .drawer_icon_bar3 {
  top: 14px;
  transform: rotate(-45deg);
  width: 15px;
  left: calc(50% - 7px);
}

.drawer_icon_bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 1px;
  background: #fff;
}

.drawer_icon_bar1 {
  top: 10px;
}

.drawer_icon_bar2 {
  top: 14px;
}

.drawer_icon_bar3 {
  top: 18px;
}

.drawer_nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  display: none;
  transform: translateY(-100%);
  transition: transform 0.3s ease 0s;
  text-align: center;
}
.drawer_nav_content.is-checked {
  transform: translateY(0);
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .drawer_nav_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .drawer_nav_content {
    display: block;
  }
}

.drawer_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.drawer_nav_link {
  font-size: 14px;
  display: block;
  line-height: 25.6px;
  color: #1C3D76;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.drawer_nav_link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  background: #02D6E8;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.drawer_nav_link:hover::after {
  width: 100%;
}

.underlayer_top_content {
  height: 337px;
  background: #1C3D76;
}
@media screen and (max-width: 767px) {
  .underlayer_top_content {
    height: 251px;
  }
}

.section_title-underlayer {
  padding-top: 167px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_title-underlayer {
    padding-top: 116px;
  }
}

@media screen and (max-width: 767px) {
  .underlayer_title-en {
    font-size: 32.5px !important;
  }
}
@media screen and (max-width: 767px) {
  .underlayer_title-en::after {
    bottom: 3px !important;
  }
}

.underlayer_title-ja {
  margin-top: 6px !important;
}
@media screen and (max-width: 767px) {
  .underlayer_title-ja {
    margin-top: 3px !important;
  }
}

.breadcrumb {
  padding: 6px 0 7px;
  background: #F1F4F8;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 2px 0 2px 4px;
  }
}
.breadcrumb span {
  line-height: 24px;
  transition: opacity 0.3s ease 0s;
  margin: 0 5px;
}
.breadcrumb span:first-child {
  margin-left: 0px;
}
.breadcrumb span:last-child {
  margin-right: 0;
}
.breadcrumb span .home {
  text-decoration: underline;
}
.breadcrumb span .home:hover {
  opacity: 0.7;
}

.main {
  margin: 100px 0;
}

.privacy-main {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .privacy-main {
    font-size: 12px;
  }
}
.privacy-main dl {
  display: flex;
}
.privacy-main a {
  color: #1C3D76;
  transition: opacity 0.3s ease 0;
}
.privacy-main a:hover {
  opacity: 0.7;
}

.privacy {
  margin-top: 20px;
}
.privacy li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 15px;
  }
}

.privacy_ul {
  padding-left: 16px;
}

.privacy_title {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .privacy_title {
    font-size: 14px;
  }
}

.security-main {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .security-main p {
    font-size: 12px;
  }
}

.security {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .security {
    margin-top: 15px;
  }
}

.fv {
  height: 900px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 550px;
  }
}

.swiper-container {
  width: 100%;
  height: inherit;
}

.swiper-wrapper {
  width: 100%;
  height: inherit;
}

.swiper_content {
  position: relative;
}
.swiper_content img {
  height: 900px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper_content img {
    height: 550px;
  }
}

.bg_white {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  height: 57px;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .bg_white {
    width: 145px;
    height: 42px;
  }
}

.swiper_content_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .swiper_content_texts {
    top: calc(50% + 4px);
  }
}
.swiper_content_texts span {
  font-weight: 700;
}

.swiper_content_texts3 {
  top: calc(50% - 3px);
}

.content_texts_en3 {
  color: #1C3D76 !important;
}

.content_texts_ja3 {
  color: #434242 !important;
}

.content_texts_en {
  font-size: 81px;
  font-weight: 400;
  line-height: 90px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.content_texts_en span {
  display: block;
}
@media screen and (max-width: 767px) {
  .content_texts_en {
    font-size: 50px;
    line-height: 55px;
  }
}

.color-accent {
  color: #C0AB62;
  font-weight: 700;
}

.content_texts_ja {
  margin-top: 11px;
  font-size: 20px;
  line-height: 38.4px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .content_texts_ja {
    font-size: 14px;
  }
}

.content_texts_ja1 {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .content_texts_ja1 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content_texts_ja2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .content_texts_ja3 {
    margin-top: 0;
  }
}

.color-accent-sp {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .color-accent-sp {
    color: #C0AB62;
  }
}

.swiper_button {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .swiper_button {
    margin-top: 23px;
  }
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  right: 70px;
  position: absolute;
  z-index: 10;
  width: 90px;
  left: auto;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 37px;
    width: 70px;
    bottom: 11px;
  }
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
}

.IMtrading-pagination {
  z-index: 10;
  position: absolute;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1C3D76;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.swiper-pagination-bullet-active {
  background: #C0AB62;
}

.swiper-button-prev {
  background-image: none;
  width: 15px;
  height: 30px;
  bottom: 12px;
  top: auto;
  left: auto;
  right: 193px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    bottom: 6px;
    right: 113px;
  }
}

.swiper-button-next {
  background-image: none;
  width: 15px;
  height: 30px;
  bottom: 13px;
  top: auto;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    bottom: 6px;
    right: 27px;
  }
}

.swiper-button-prev, .swiper-button-next {
  transition: opacity 0.3s ease 0s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 15px solid #434242;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #434242;
  }
}

.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #434242;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #434242;
  }
}

.news {
  margin-top: 100px;
  padding-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 90px;
    padding-bottom: 17px;
  }
}
.news::after {
  position: absolute;
  content: "";
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/triangle-bg.png) no-repeat center center/contain;
  width: 100%;
  aspect-ratio: 1600/30;
}
@media screen and (max-width: 767px) {
  .news::after {
    background: url(../img/triangle-bg-sp.png) no-repeat center center/contain;
    aspect-ratio: 375/30;
    top: 100%;
  }
}

.news_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_content {
    flex-direction: column;
  }
}

.section_title_news {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section_title_news {
    margin-top: 0;
  }
}

.title_en-news::after {
  height: 2px;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .title_en-news::after {
    bottom: 3px;
  }
}

.title_ja-news {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .title_ja-news {
    margin-top: 2px;
  }
}

.news_lists {
  width: 75%;
  border-top: #000 1px solid;
}
@media screen and (max-width: 767px) {
  .news_lists {
    width: 100%;
    margin-top: 21px;
  }
}

.news_list {
  border-bottom: 1px solid #000;
}

.news_list_link {
  display: flex;
  transition: background-color 0.3s ease 0s;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0 18px 17px;
}
.news_list_link:hover {
  background: #ebf3fc;
}
@media screen and (max-width: 767px) {
  .news_list_link {
    padding: 16px 0 11.2px 11px;
    gap: 4px;
  }
}

.news_list_time {
  font-size: 12px;
  color: #797979;
  line-height: normal;
  width: 65px;
}
@media screen and (max-width: 767px) {
  .news_list_time {
    font-size: 10px;
  }
}

.news_list_time-new {
  position: relative;
}
.news_list_time-new::after {
  position: absolute;
  content: "新着情報";
  width: 89px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #C0AB62;
  border-radius: 3px;
  left: 75.5px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news_list_time-new::after {
    width: 85px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    left: 74px;
    top: 50%;
  }
}

.news_list_text {
  line-height: 22.4px;
}
@media screen and (max-width: 767px) {
  .news_list_text {
    font-size: 12px;
  }
}

.section_subtitle-news {
  margin-top: 100px;
  text-align: center;
  color: #C0AB62;
  line-height: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section_subtitle-news {
    margin-top: 97px;
    line-height: 32px;
    padding-left: 8px;
  }
}

.news_text {
  margin-top: 5px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .news_text {
    margin-top: 19px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 3px;
  }
}

.company {
  background: #EFEFEF;
}

.company_flex {
  display: flex;
  justify-content: center;
  gap: 123px;
  padding: 57px 0 51px;
}
@media screen and (max-width: 767px) {
  .company_flex {
    flex-direction: column;
    gap: 49px;
    align-items: center;
    padding-top: 60px;
  }
}

.company_flex_item {
  position: relative;
  width: 180px;
  height: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_flex_item {
    width: 156px;
    height: 130px;
  }
}
.company_flex_item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pentagon-path.png) no-repeat center center/contain;
}

.company_icon_img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.company_icon_img1 {
  width: 85px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .company_icon_img1 {
    width: 64px;
    margin-top: 20px;
  }
}

.company_icon_img2 {
  width: 75px;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .company_icon_img2 {
    margin-top: 18px;
    width: 60px;
  }
}

.company_icon_img3 {
  width: 72px;
  margin-top: 16.5px;
}
@media screen and (max-width: 767px) {
  .company_icon_img3 {
    margin-top: 21.5px;
    width: 55px;
  }
}

.company_text_en {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .company_text_en {
    margin-top: 6px;
    font-size: 10px;
  }
}

.company_text_ja {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #1C3D76;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 5px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company_text_ja {
    margin-top: 6px;
    font-size: 12px;
  }
}

.company_flex_item2 {
  position: relative;
}
.company_flex_item2::before {
  position: absolute;
  left: -90px;
  top: 55px;
  width: 30px;
  height: 65px;
  content: "";
  background: url(../img/put-on.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .company_flex_item2::before {
    top: -39px;
    width: 20px;
    height: 37px;
    left: calc(50% - 6px);
    transform: translateX(-50%);
  }
}

.company_flex_item3 {
  position: relative;
}
.company_flex_item3::before {
  position: absolute;
  content: "";
  left: -83px;
  top: 50px;
  width: 40px;
  height: 57px;
  background: url(../img/equal-path.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .company_flex_item3::before {
    width: 26px;
    height: 34px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

.company_content {
  background: #1C3D76;
  text-align: center;
  height: 375px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_content {
    height: 327px;
  }
}
.company_content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  background: url(../img/company-left-bg.png) no-repeat center center/contain;
  width: 30.9375%;
  aspect-ratio: 495/255;
}
@media screen and (max-width: 767px) {
  .company_content::before {
    display: none;
  }
}
.company_content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -4px;
  background: url(../img/company-right-bg.png) no-repeat center center/contain;
  width: 30.9375%;
  aspect-ratio: 495/254;
}
@media screen and (max-width: 767px) {
  .company_content::after {
    width: 281px;
    aspect-ratio: 281/145;
    right: -42px;
    bottom: -2px;
  }
}

.section_title_company {
  padding-top: 105px;
}
@media screen and (max-width: 767px) {
  .section_title_company {
    padding-top: 94px;
  }
}

.section_title_en-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section_title_en-white {
    font-size: 26px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .section_title_en-white::after {
    bottom: -2px;
  }
}

.section_title_ja-center {
  text-align: center;
  color: #fff;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .section_title_ja-center {
    line-height: normal;
  }
}

.company-button {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-button {
    margin-top: 30px;
  }
}

.business {
  padding: 94px 0 101px;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 90px 0 100px;
  }
}

.section_title_business {
  text-align: center;
}

.title_en-business {
  padding-right: 5px;
}
.title_en-business::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C0AB62;
  bottom: 0;
  left: -2px;
}
@media screen and (max-width: 767px) {
  .title_en-business::after {
    bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .title_en-business {
    padding-right: 0;
  }
}

.title_ja-business {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .title_ja-business {
    margin-top: 2px;
  }
}

.business_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business_content {
    gap: 34px;
  }
}

.business_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business_item {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .business_item_reverse {
    flex-direction: column-reverse;
  }
}

.business_img {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .business_img {
    width: 100%;
  }
}

.business_texts {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .business_texts {
    width: 100%;
  }
}

.business_texts1 {
  position: relative;
  z-index: 2;
  margin-top: -5px;
}
.business_texts1::before {
  position: absolute;
  content: "Import";
  top: 37px;
  left: 0;
  width: 100%;
  height: 133px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 110px;
  color: #f6f7ef;
  z-index: -1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_texts1::before {
    font-size: 65px;
    top: 33px;
  }
}
.business_texts1::after {
  position: absolute;
  content: "Sales";
  right: 4px;
  top: calc(100% - 62px);
  width: 100%;
  height: 133px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 110px;
  color: #f6f7ef;
  z-index: -1;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_texts1::after {
    font-size: 65px;
    top: calc(100% - 72px);
  }
}

.business_texts2 {
  position: relative;
  margin-top: 3px;
}
.business_texts2::before {
  position: absolute;
  content: "Beauty";
  top: 45px;
  left: 0;
  width: 100%;
  height: 133px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 110px;
  color: #f6f7ef;
  z-index: -1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_texts2::before {
    font-size: 65px;
    top: 33px;
  }
}
.business_texts2::after {
  position: absolute;
  content: "Salon";
  right: 0;
  top: calc(100% - 82px);
  width: 100%;
  height: 133px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 110px;
  color: #f6f7ef;
  z-index: -1;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_texts2::after {
    font-size: 65px;
    right: 0px;
    top: calc(100% - 95px);
  }
}

.business_subtitle_en {
  font-size: 11.6px;
  line-height: normal;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_subtitle_en {
    font-size: 10px;
    line-height: 20px;
  }
}

.section_subtitle-business {
  margin-top: -4px;
  position: relative;
  display: inline-block;
  color: #1C3D76;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: normal;
  font-weight: 700;
}
.section_subtitle-business::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C0AB62;
  bottom: 0;
  left: 0;
}

.business_item_text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .business_item_text {
    margin-top: 16px;
    font-size: 12px;
    line-height: 24px;
  }
}

.business-button {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .business-button {
    margin-top: 17px;
    text-align: center;
  }
}

.contact {
  background: #1C3D76;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 86px 0 100px;
  }
}

.contact_inner {
  max-width: 1040px;
}

.contact_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_content {
    flex-direction: column;
    gap: 16px;
  }
}

.contact_item-button {
  width: 470px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .contact_item-button {
    width: 100%;
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.section_title-contact {
  color: #fff;
}

.title_en-contact {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .title_en-contact {
    font-size: 26px;
  }
}
.title_en-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C0AB62;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .title_en-contact::after {
    bottom: 6px;
  }
}

.title_ja-contact {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .title_ja-contact {
    margin-top: 0;
  }
}

.contact_message {
  margin-top: 18px;
  color: #fff;
  line-height: 27px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact_message {
    margin-top: 20px;
    font-size: 11.9px;
    line-height: 24px;
  }
}

.contact_button {
  width: 460px;
  text-align: center;
  background: #fff;
  padding: 20px 0 14px;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease 0s;
}
.contact_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact_button {
    width: 100%;
    max-width: 355px;
    padding: 17px 0 16px;
    margin-top: 0;
  }
}

.contact_button-tel {
  border: 1px solid #C0AB62;
  color: #C0AB62;
}
.contact_button-tel::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #C0AB62;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 10px;
  height: 18px;
  background: url(../img/button-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact_button-tel::after {
    right: 10px;
  }
}

.contact_button-mail {
  border: 1px solid #434242;
  margin-top: 20px;
  padding: 20px 0 16px;
}
@media screen and (max-width: 767px) {
  .contact_button-mail {
    padding: 17px 0 16px;
    margin-top: 23px;
  }
}
.contact_button-mail::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #C0AB62;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 10px;
  height: 18px;
  background: url(../img/button-arrow-black.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact_button-mail::after {
    right: 10px;
  }
}

.button_text_top {
  font-size: 12px;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .button_text_top {
    font-size: 10px;
    line-height: 22.4px;
  }
}

.button_text_bottom {
  font-size: 19px;
  line-height: normal;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .button_text_bottom {
    font-size: 18px;
    line-height: 22.4px;
  }
}

.button_text_bottom-tel {
  margin-top: 7px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .button_text_bottom-tel {
    margin-top: 4px;
    font-size: 17px;
  }
}
.button_text_bottom-tel::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 18px;
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .button_text_bottom-tel::after {
    left: -8px;
    width: 12px;
    height: 14px;
  }
}

.button_text_bottom-mail {
  margin-top: 4px;
  font-size: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .button_text_bottom-mail {
    font-size: 18px;
  }
}
.button_text_bottom-mail::after {
  position: absolute;
  content: "";
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 15px;
  background: url(../img/mail-icon.png) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
  .button_text_bottom-mail::after {
    width: 18px;
    height: 12px;
    left: -21px;
  }
}

.contact-main {
  padding: 98px 0 100px;
}

@media screen and (max-width: 767px) {
  .contact_form-inner {
    padding: 0 20px 0 10px;
  }
}

.form_content_texts {
  text-align: center;
  line-height: 22.4px;
}
@media screen and (max-width: 767px) {
  .form_content_texts {
    padding-left: 10px;
  }
}

.form_content_text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form_content_text {
    font-size: 12px;
  }
}

.form_content_tel {
  color: #C0AB62;
  margin-top: 8px;
  padding-left: 13px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .form_content_tel {
    margin-top: 4px;
    font-size: 17px;
  }
}
.form_content_tel::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 18px;
  background: url(../img/tel-icon.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .form_content_tel::after {
    left: -8px;
    width: 12px;
    height: 14px;
    width: 16px;
    height: 20px;
  }
}

.contact_form {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin-top: 32px;
  }
}

.form_items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .form_items {
    gap: 20px;
  }
}

.form-item-label {
  font-weight: 700;
  line-height: normal;
  color: #151515;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-item-label {
    font-size: 12px;
  }
}
.form-item-label.form-required {
  position: relative;
}
.form-item-label.form-required::after {
  position: absolute;
  content: "必須";
  width: 40px;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background: #e03737;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
@media screen and (max-width: 767px) {
  .form-item-label.form-required::after {
    top: calc(50% + 2px);
  }
}

@media screen and (max-width: 767px) {
  .form_item_left {
    padding-left: 6px;
  }
}

.form_item_input {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .form_item_input {
    margin-top: 2px;
  }
}

input[type=text], input[type=tel], input[type=email], textarea {
  box-shadow: none;
  border: none;
  background: #fafafa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: inherit;
  padding: 11px 15px 10px 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=tel], input[type=email], textarea {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
  }
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  outline: none;
}

input::-moz-placeholder {
  color: #b7b7b7;
}

input::placeholder {
  color: #b7b7b7;
}

textarea::-moz-placeholder {
  color: #b7b7b7;
}

textarea::placeholder {
  color: #b7b7b7;
}

.form_textarea {
  height: 200px;
}

.form_button {
  margin-top: 50px;
  text-align: center;
  position: relative;
}

.form_submit:hover {
  background: #C0AB62;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.arrow-icon {
  position: absolute;
  right: calc(50% - 145px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #C0AB62;
  border-right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .arrow-icon {
    right: calc(50% - 120px);
  }
}

.form-label-first {
  margin-left: -40px !important;
}

.wpcf7-spinner {
  display: none;
}

.company-main {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .company-main {
    padding-bottom: 100px;
  }
}

.overview_dl {
  border-top: 1px solid #434242;
  padding: 18px 0 18px 30px;
  display: flex;
  color: #151515;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .overview_dl {
    padding: 12px 0 11px 15px;
  }
}

.overview_dt {
  width: 106px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .overview_dt {
    width: 78px;
    font-size: 12px;
  }
}

.overview_dd {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .overview_dd {
    font-size: 12px;
  }
}

.overview_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 37.0833333333%;
}
@media screen and (max-width: 767px) {
  .overview_map {
    padding-top: 84.5070422535%;
  }
}
.overview_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.import-main {
  padding: 100px 0;
  position: relative;
}
.import-main::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 470px;
  background: url(../img/import-bg.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1600/470;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .import-main::after {
    background: url(../img/import-bg-sp.png) no-repeat;
    aspect-ratio: 375/1282;
    background-size: cover;
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .import-main {
    padding: 96px 0 100px;
  }
}

.flex_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex_inner {
    flex-direction: column;
    gap: 29px;
  }
}

.underlayer_flex_texts {
  width: 49%;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .underlayer_flex_texts {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section_subtitle-underlayer {
    margin-top: 0;
  }
}
.section_subtitle-underlayer::after {
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .section_subtitle-underlayer::after {
    bottom: -5px !important;
  }
}

.color-accent {
  color: #C0AB62;
}

.import_text {
  margin-top: 9px !important;
}

.underlayer_flex_img {
  width: 40.5%;
}
@media screen and (max-width: 767px) {
  .underlayer_flex_img {
    width: 100%;
  }
}

.we_commitment {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .we_commitment {
    margin-top: 100px;
  }
}

.title_center {
  text-align: center;
}

.underlayer_subtitle {
  font-size: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 51.2px;
  color: #1C3D76;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .underlayer_subtitle {
    font-size: 26px;
    line-height: 27px;
  }
}
.underlayer_subtitle::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 4px;
  background: #C0AB62;
}
@media screen and (max-width: 767px) {
  .underlayer_subtitle::after {
    bottom: -5px;
  }
}

.we_commitment_content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .we_commitment_content {
    flex-direction: column-reverse;
    margin-top: 19px;
    gap: 17px;
  }
}

.we_img {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .we_img {
    width: 100%;
  }
}

.we_texts {
  width: 49.1666666667%;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .we_texts {
    width: 100%;
    margin-top: -2px;
  }
}

.section_subtitle-we {
  font-size: 20px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .section_subtitle-we {
    line-height: 27px;
    font-size: 18px;
  }
}
.section_subtitle-we span {
  color: #C0AB62;
}
.section_subtitle-we::after {
  bottom: -2px;
}

.import_text {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .import_text {
    margin-top: 20px;
  }
}

.commitment_text {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .commitment_text {
    margin-top: 16px;
  }
}

.section_we_strengths {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .section_we_strengths {
    margin-top: 100px;
  }
}

.we_texts-strengths_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .we_texts-strengths_content {
    flex-direction: column;
    gap: 19px;
    margin-top: 0;
  }
}

.we_texts-strengths {
  width: 48%;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .we_texts-strengths {
    width: 100%;
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .business_text-strengths {
    margin-top: 13px;
  }
}

.business_details {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .business_details {
    margin-top: 100px;
  }
}

.business_details_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .business_details_grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 31px;
  }
}

.business_grid_item {
  border: 0.5px solid #d9d9d9;
  padding: 20px 14px 24px 10px;
}
@media screen and (max-width: 767px) {
  .business_grid_item {
    padding: 14px 20px 22px 10px;
  }
}

.business_grid_item1 {
  padding: 20px 12px 24px 10px;
}
@media screen and (max-width: 767px) {
  .business_grid_item1 {
    padding: 14px 18px 17px 10px;
  }
}

.business_grid_item2 {
  padding: 22px 5px 24px 13px;
}
@media screen and (max-width: 767px) {
  .business_grid_item2 {
    padding: 14px 20px 22px 10px;
  }
}

.business_grid_item3 {
  padding: 24px 9px 24px 12px;
}
@media screen and (max-width: 767px) {
  .business_grid_item3 {
    padding: 12px 20px 22px 10px;
  }
}

.business_grid_title {
  font-size: 20px;
  line-height: 51.2px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1C3D76;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .business_grid_title {
    font-size: 18px;
  }
}

.business_grid_title1 {
  padding-left: 50px;
}
.business_grid_title1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/business-grid-path1.png) no-repeat center center/contain;
}

.business_grid_title2 {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .business_grid_title2 {
    padding-left: 50px;
  }
}
.business_grid_title2::after {
  position: absolute;
  content: "";
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 40px;
  background: url(../img/business-grid-path2.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .business_grid_title2::after {
    left: 0;
  }
}

.business_grid_title3 {
  padding-left: 44px;
}
@media screen and (max-width: 767px) {
  .business_grid_title3 {
    padding-left: 50px;
  }
}
.business_grid_title3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 40px;
  background: url(../img/business-grid-path3.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .business_grid_title3::after {
    left: 3px;
    top: calc(50% + 1px);
  }
}

.business_grid_text {
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .business_grid_text {
    line-height: 24px;
  }
}

.business_grid_text1 {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .business_grid_text1 {
    margin-top: 2px;
  }
}

.business_grid_text2 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .business_grid_text2 {
    margin-top: -1px;
  }
}

.business_grid_text3 {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .business_grid_text3 {
    margin-top: 0;
  }
}

.products_handled {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .products_handled {
    margin-top: 99px;
  }
}

.products_handled_grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .products_handled_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .products_handled_grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 31px;
    gap: 16px;
  }
}

.products_handled_item {
  padding: 5px 20px 15px 20px;
  display: flex;
  gap: 10px;
  border: 0.5px solid #D9D9D9;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .products_handled_item {
    padding: 0px 18px 8px 14px;
  }
}
.products_handled_item:nth-child(3n) {
  padding-left: 24px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .products_handled_item:nth-child(3n) {
    padding-left: 15px;
    padding-right: 14px;
  }
}

.products_handled_img {
  width: 100px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .products_handled_img {
    margin-top: 0;
    width: 70px;
    padding-top: 18px;
  }
}

.products_handled_texts {
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .products_handled_texts {
    width: calc(100% - 80px);
  }
}

.products_handled_title {
  color: #1C3D76;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  line-height: 51.2px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products_handled_title {
    font-size: 18px;
  }
}

.products_handled_text {
  font-weight: 500;
  line-height: 28px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .products_handled_text {
    font-size: 12px;
    margin-top: -12px;
  }
}

.salon-main {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .salon-main {
    padding: 83px 0 102px;
  }
}
.salon-main::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-height: 470px;
  background: url(../img/import-bg.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1600/470;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .salon-main::before {
    background: url(../img/import-bg-sp.png) no-repeat;
    aspect-ratio: 375/1282;
    background-size: cover;
    max-height: 600px;
  }
}

.flex_img_salon {
  width: 47.5%;
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .flex_img_salon {
    width: 100%;
    padding-right: 0;
  }
}

.flex_salon_texts {
  margin-top: 16px;
}

.section_subtitle-salon {
  line-height: 40px;
}
.section_subtitle-salon::after {
  bottom: -5px;
}

.we_commitment-salon {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .we_commitment-salon {
    margin-top: 102px;
  }
}

@media screen and (max-width: 767px) {
  .we_salon_content {
    gap: 17px;
  }
}

@media screen and (max-width: 767px) {
  .we_salon_content2 {
    gap: 17px;
    flex-direction: column-reverse;
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .we_salon_content3 {
    gap: 17px;
    flex-direction: column;
    margin-top: 18px;
  }
}

.we_texts-salon {
  width: 49%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .we_texts-salon {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .salon_subtitle-we {
    margin-top: 15px;
  }
}

.salon_business_grid {
  gap: 10px;
}

.salon_grid_item1 {
  padding-bottom: 29px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .salon_grid_item1 {
    padding-bottom: 20px;
    padding-top: 12px;
  }
}

.salon_grid_item2 {
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .salon_grid_item2 {
    padding-top: 11px;
    padding-bottom: 20px;
  }
}

.salon_grid_item3 {
  margin-left: 5px;
  padding-bottom: 29px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .salon_grid_item3 {
    margin-left: 0;
    padding-top: 11px;
    padding-bottom: 20px;
  }
}

.salon_grid_title1 {
  padding-left: 57px;
}
@media screen and (max-width: 767px) {
  .salon_grid_title1 {
    padding-left: 50px;
  }
}
.salon_grid_title1::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 40px;
  background: url(../img/salon-grid1.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .salon_grid_title1::after {
    left: -5px;
    top: calc(50% + 2px);
  }
}

.salon_grid_title2 {
  padding-left: 62px;
  position: relative;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .salon_grid_title2 {
    padding-left: 50px;
  }
}
.salon_grid_title2::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 40px;
  background: url(../img/salon-grid2.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .salon_grid_title2::after {
    left: -5px;
    top: calc(50% + 3px);
  }
}

.salon_grid_title3 {
  padding-left: 58px;
  position: relative;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .salon_grid_title3 {
    padding-left: 50px;
  }
}
.salon_grid_title3::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 40px;
  background: url(../img/salon-grid3.png) no-repeat center center/contain;
  left: -2px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .salon_grid_title3::after {
    left: -5px;
  }
}

.business_salon_text1 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .business_salon_text1 {
    margin-top: 0;
  }
}

.business_salon_text2 {
  margin-top: 0;
}

.business_salon_text3 {
  margin-top: 0;
}

.product_service_grid {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .product_service_grid {
    gap: 14px;
  }
}

.products_service_item1 {
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .products_service_item1 {
    padding-top: 0;
    padding-bottom: 7px;
  }
}

.products_service_item2 {
  padding-top: 1px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .products_service_item2 {
    padding-left: 15px;
    padding-top: 0px;
  }
}

.products_service_item3 {
  padding-left: 18px !important;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .products_service_item3 {
    padding-left: 13px !important;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .products_salon_img {
    padding-top: 16px;
  }
}

.points {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .points {
    margin-top: 100px;
  }
}

.points_ul {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .points_ul {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.points_item {
  border: 0.5px solid #CBD9FF;
  list-style: none;
}

.points_item_head {
  height: 33px;
  background: #1C3D76;
  text-align: center;
}

.points_head_title {
  line-height: 33px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  color: #fff;
}

.points_item_body {
  padding: 3px 30px 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .points_item_body {
    padding: 0 16px 10px 15px;
    gap: 10px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .points_item_body2 {
    gap: 13px;
  }
}

@media screen and (max-width: 767px) {
  .points_item_body3 {
    gap: 12px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .points_item_body4 {
    padding-left: 18px;
    gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .points_item_body5 {
    padding-left: 19px;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .points_item_body6 {
    padding-top: 2px;
    padding-left: 18px;
    gap: 15px;
  }
}

.points_body_img {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .points_body_img {
    margin-top: 14px;
  }
}

.points_body_img1 {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .points_body_img1 {
    width: 62px;
  }
}

.points_body_img2 {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .points_body_img2 {
    width: 42px;
    margin-left: 4px;
  }
}

.points_body_img3 {
  width: 66px;
}
@media screen and (max-width: 767px) {
  .points_body_img3 {
    width: 48px;
  }
}

.points_body_img4 {
  width: 54px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .points_body_img4 {
    width: 38px;
  }
}

.points_body_img5 {
  width: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .points_body_img5 {
    width: 40px;
    margin-top: 15px;
  }
}

.points_body_img6 {
  width: 63px;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .points_body_img6 {
    width: 42px;
    margin-top: 15px;
  }
}

.points_body_texts {
  max-width: 450px;
  width: calc(100% - 80px);
}

.points_body_texts1 {
  width: calc(100% - 94px);
}
@media screen and (max-width: 767px) {
  .points_body_texts1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .points_body_texts2 {
    width: calc(100% - 55px);
  }
}

.points_body_texts3 {
  width: calc(100% - 86px);
}
@media screen and (max-width: 767px) {
  .points_body_texts3 {
    width: calc(100% - 47px);
  }
}

.points_body_texts4 {
  width: calc(100% - 76px);
}
@media screen and (max-width: 767px) {
  .points_body_texts4 {
    width: calc(100% - 52px);
  }
}

@media screen and (max-width: 767px) {
  .points_body_texts5 {
    width: calc(100% - 55px);
  }
}

.points_body_texts6 {
  width: calc(100% - 74px);
}
@media screen and (max-width: 767px) {
  .points_body_texts6 {
    width: calc(100% - 54px);
  }
}

.points_body_title {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 51.2px;
  color: #1C3D76;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .points_body_title {
    font-size: 18px;
  }
}

.points_body_text {
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .points_body_text {
    font-size: 12px;
    line-height: 24px;
    margin-top: -10px;
  }
}

.customer-voice {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .customer-voice {
    margin-top: 100px;
  }
}

.voice_grid {
  display: grid;
  margin-top: 36px;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .voice_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 32px;
  }
}

.voice_item {
  padding: 14px 19px 16px 20px;
  background: #F6F6F5;
}
@media screen and (max-width: 767px) {
  .voice_item {
    padding: 14px 28px 20px 15px;
  }
}

.voice_item-center {
  padding: 14px 15px 15px 21px;
}
@media screen and (max-width: 767px) {
  .voice_item-center {
    padding-bottom: 21px;
    padding-left: 15px;
  }
}

.voice_item-right {
  margin-left: 7px;
  padding: 13px 18px 20px 18px;
}
@media screen and (max-width: 767px) {
  .voice_item-right {
    margin-left: 0;
    padding-left: 16px;
  }
}

.voice_ster {
  width: 70px;
}

.voice_text {
  margin-top: 1px;
  border-bottom: 1px solid #7c7c7c;
}
@media screen and (max-width: 767px) {
  .voice_text {
    margin-top: 3px;
    font-size: 12px;
    line-height: 24px;
  }
}

.voice_text-center {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice_text-center {
    padding-bottom: 8px;
  }
}

.voice_text-left {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice_text-left {
    padding-bottom: 8px;
  }
}

.voice_text-right {
  padding-bottom: 10px;
}

.voice_person {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .voice_person {
    margin-left: 5px;
    margin-top: 9px;
  }
}

.voice_person_icon {
  width: 40px;
}

.reservation {
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reservation {
    margin-top: 100px;
  }
}
.reservation::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -100px;
  width: 100%;
  aspect-ratio: 1600/560;
  background: url(../img/salon-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .reservation::after {
    background: url(../img/salon-bg-sp.png) no-repeat center center/cover;
    bottom: -100px;
    top: auto;
    right: auto;
    left: 0;
    aspect-ratio: 375/470;
  }
}

.reservation-content {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reservation-content {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}

.reservation_buttons {
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .reservation_buttons {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-top: 0;
  }
}

.reservation_button {
  width: 100%;
  height: 90px;
  border-radius: 45px;
  line-height: 90px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reservation_button {
    height: 65px;
  }
}
.reservation_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .reservation_button {
    margin-right: 0;
  }
}

.hotpepper-button {
  border: 1px solid #9F1447;
}
.hotpepper-button::before {
  position: absolute;
  content: "";
  width: 43.4782608696%;
  height: 71.1111111111%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/hotpepper.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .hotpepper-button::before {
    width: 40.5970149254%;
    height: 66.1538461538%;
  }
}
.hotpepper-button::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: url(../img/hotpepper-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .hotpepper-button::after {
    right: 15px;
  }
}

.minimo-button {
  border: 1px solid #54B3E0;
}
.minimo-button::before {
  position: absolute;
  content: "";
  width: 43.4782608696%;
  height: 46.6666666667%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/minimo.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .minimo-button::before {
    width: 38.8888888889%;
    height: 44.6153846154%;
    left: calc(50% - 6px);
  }
}
.minimo-button::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: url(../img/minimo-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .minimo-button::after {
    right: 15px;
  }
}

.reservation-img {
  width: 57.9166666667%;
}
@media screen and (max-width: 767px) {
  .reservation-img {
    width: 100%;
  }
}

.reservation-index {
  position: relative;
  z-index: 2;
}

/* reCAPTCHAバッジを非表示 */
.grecaptcha-badge {
    visibility: hidden;
}
/*# sourceMappingURL=style.css.map */