@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* ------------------------------
* トップページ用SCSS
------------------------------ */
#top main {
  position: relative;
}

@media screen and (max-width: 820px) {
  #top main {
    overflow-x: hidden;
  }
}
.top_section_title {
  text-align: center;
}

.top_section_title_en {
  color: #B1E8E5;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 820px) {
  .top_section_title_en {
    font-size: 0.875rem;
  }
}
.top_section_title_main {
  color: #4DC4DE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 820px) {
  .top_section_title_main {
    font-size: 3rem;
  }
}
.top_section_title_comment {
  color: rgba(54, 61, 63, 0.8);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100%;
  margin-top: 8px;
}

@media screen and (max-width: 820px) {
  .top_section_title_comment {
    font-size: 0.75rem;
  }
}
/* ------------------------------
* MV
------------------------------ */
.top_mainVisual {
  height: 800px;
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_mainVisual {
    aspect-ratio: 375/486;
    height: 100%;
    margin-top: 80px;
  }
}
.top_mainVisual_wrap {
  height: 100%;
}

.top_mainVisual_title {
  width: min(788px, 100%);
  position: absolute;
  top: 25%;
  left: 64px;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .top_mainVisual_title {
    padding: 0 4.26%;
    top: 35%;
    left: 0;
  }
}
.top_mainVisual_title img {
  height: auto;
  width: 100%;
}

.top_mainVisual_bg {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 16px;
  height: 100%;
  overflow: hidden;
  width: min(993px, 68.95%);
  position: absolute;
  right: 0;
}

.top_mainVisual_bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .top_mainVisual_bg {
    border-bottom-left-radius: 0;
    width: 100%;
  }
  .top_mainVisual_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
/* ------------------------------
* ABOUT - 私たちについて
------------------------------ */
.top_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 56px 0 98px 120px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top_about {
    max-width: 960px;
    padding: 48px 4.26% 0;
  }
}
@media screen and (max-width: 820px) {
  .top_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
  }
}
.top_about .top_section_title {
  text-align: left;
}

.top_about .top_section_title_main {
  font-size: 2.5rem;
}

@media screen and (max-width: 820px) {
  .top_about .top_section_title_main {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_img {
    width: 120%;
  }
}
@media screen and (max-width: 820px) {
  .top_about_img {
    width: 126%;
    position: relative;
    left: -15%;
  }
}
.top_about_text {
  color: #363D3F;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 220%;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .top_about_text {
    font-size: 1.125rem;
    margin-top: 16px;
  }
}
/* ------------------------------
* MENU - メニュー
------------------------------ */
.top_menu {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 243, 247, 0)), color-stop(5.24%, #D0F4FC), color-stop(95%, #B1E8E5), to(#F6FCFD));
  background: linear-gradient(180deg, rgba(215, 243, 247, 0) 0%, #D0F4FC 5.24%, #B1E8E5 95%, #F6FCFD 100%);
  padding-bottom: 80px;
}

.top_menu_photos {
  margin-top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .top_menu_photos {
    margin-top: 144px;
  }
}
@media screen and (max-width: 820px) {
  .top_menu_photos {
    gap: 4px;
    margin-top: 72px;
  }
}
.top_menu_photos_item:nth-child(even) {
  margin-top: -64px;
}

@media screen and (max-width: 820px) {
  .top_menu_photos_item:nth-child(even) {
    margin-top: -16px;
  }
}
.top_menu_photos_item_img {
  border-radius: 8px;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 820px) {
  .top_menu_photos_item_img {
    border-radius: 4px;
  }
}
.top_menu .top_section_title {
  margin-top: 72px;
}

@media screen and (max-width: 820px) {
  .top_menu .top_section_title {
    margin-top: 64px;
  }
}
.top_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 96px;
  margin: 72px auto 0;
}

@media screen and (max-width: 820px) {
  .top_menu_list {
    gap: 56px;
    margin-top: 64px;
  }
}
.top_menu_list_item {
  position: relative;
}

.top_menu_list_item:nth-child(odd) .top_menu_list_item_content_img {
  border-top-left-radius: 56px;
  right: 0;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item:nth-child(odd) .top_menu_list_item_content_img {
    border-top-left-radius: 24px;
  }
}
.top_menu_list_item:nth-child(even) .top_menu_list_item_content_img {
  border-top-right-radius: 56px;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item:nth-child(even) .top_menu_list_item_content_img {
    border-top-right-radius: 24px;
  }
}
.top_menu_list_item:nth-child(even) .top_menu_list_item_content_textBox {
  margin-left: 0;
  margin-right: 120px;
  float: right;
}

@media screen and (max-width: 1024px) {
  .top_menu_list_item:nth-child(even) .top_menu_list_item_content_textBox {
    margin-right: 4.26%;
  }
}
@media screen and (max-width: 820px) {
  .top_menu_list_item:nth-child(even) .top_menu_list_item_content_textBox {
    float: none;
    margin: 50.4% auto 0;
  }
}
@media screen and (max-width: 820px) {
  .top_menu_list_item_content {
    padding: 0 4.26%;
  }
}
.top_menu_list_item_content_img {
  aspect-ratio: 3/2;
  height: 548px;
  width: 822px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item_content_img {
    aspect-ratio: 375/250;
    height: auto;
    width: 100%;
    left: 0;
  }
}
.top_menu_list_item_content_textBox {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 709px;
  margin-top: 64px;
  margin-left: 120px;
  min-height: 532px;
  padding: 40px 72px;
}

@media screen and (max-width: 1024px) {
  .top_menu_list_item_content_textBox {
    margin-left: 4.26%;
  }
}
@media screen and (max-width: 820px) {
  .top_menu_list_item_content_textBox {
    gap: 16px;
    margin: 50.4% auto 0;
    max-width: 480px;
    min-height: auto;
    padding: 32px;
  }
}
.top_menu_list_item_content_textBox_title {
  color: #4DC4DE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item_content_textBox_title {
    font-size: 1.5rem;
  }
}
.top_menu_list_item_content_textBox_title span {
  font-size: 1.5rem;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item_content_textBox_title span {
    display: block;
    font-size: 1rem;
  }
}
.top_menu_list_item_content_textBox_text {
  color: #363D3F;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 220%;
}

@media screen and (max-width: 820px) {
  .top_menu_list_item_content_textBox_text {
    font-size: 1rem;
  }
}
/* ------------------------------
* USER'S VOICE - お客様の声
------------------------------ */
.top_usersVoice {
  margin-top: 16px;
}

.top_usersVoice_content {
  background-color: rgba(177, 232, 229, 0.3);
  border-radius: 16px;
  margin: auto;
  padding: 116px 80px;
  width: calc(100% - 84px);
}

@media screen and (max-width: 1024px) {
  .top_usersVoice_content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 820px) {
  .top_usersVoice_content {
    padding: 80px 24px 36px;
    width: calc(100% - 32px);
  }
}
.top_usersVoice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .top_usersVoice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 820px) {
  .top_usersVoice_list {
    margin-top: 32px;
  }
}
.top_usersVoice_list_item {
  background-color: #FFF;
  border-radius: 0 24px 24px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 64px 32px;
  position: relative;
}

@media screen and (max-width: 820px) {
  .top_usersVoice_list_item {
    border-radius: 0 8px 8px 8px;
    padding: 64px 18px 64px;
  }
}
.top_usersVoice_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.top_usersVoice_list_item_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
}

.top_usersVoice_list_item_head_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 820px) {
  .top_usersVoice_list_item_head_title {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}
.top_usersVoice_list_item_head img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 84px;
  width: 84px;
}

@media screen and (max-width: 1024px) {
  .top_usersVoice_list_item_head img {
    width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .top_usersVoice_list_item_head img {
    width: 84px;
  }
}
.top_usersVoice_list_item_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}

.top_usersVoice_list_tag {
  background-color: #4DC4DE;
  border-radius: 0 0 16px 0;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 100%;
  padding: 16px 14px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 820px) {
  .top_usersVoice_list_tag {
    border-radius: 0 0 8px 0;
    font-size: 0.6875rem;
  }
}
.top_usersVoice_list_customersName {
  color: rgba(54, 61, 63, 0.6);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  text-align: right;
  width: calc(100% - 64px);
  position: absolute;
  bottom: 16px;
}

@media screen and (max-width: 820px) {
  .top_usersVoice_list_customersName {
    width: calc(100% - 48px);
  }
}
/* ------------------------------
* COMPANY - 会社概要
------------------------------ */
.top_company {
  padding-top: 96px;
}

@media screen and (max-width: 820px) {
  .top_company {
    padding: 96px 4.26% 0;
  }
}
.top_company_content {
  background-color: #FFF;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  margin: 64px auto 0;
  padding: 40px 32px;
  width: min(1197px, 100%);
}

@media screen and (max-width: 1024px) {
  .top_company_content {
    margin: 64px auto 0;
    max-width: 960px;
  }
}
@media screen and (max-width: 820px) {
  .top_company_content {
    border-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin: 24px auto 0;
    max-width: 480px;
  }
}
.top_company_content_img {
  aspect-ratio: 3/2;
  border-radius: 8px;
  width: min(595px, 100%);
}

@media screen and (max-width: 1024px) {
  .top_company_content_img {
    width: min(420px, 100%);
  }
}
@media screen and (max-width: 820px) {
  .top_company_content_img {
    border-radius: 8px;
  }
}
.top_company_content_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.top_company_content_data_block {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  gap: 24px;
  padding-bottom: 16px;
}

.top_company_content_data_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 820px) {
  .top_company_content_data_block {
    font-size: 1rem;
  }
}
.top_company_content_data_block_title {
  color: #4DC4DE;
  font-weight: 500;
  min-width: 90px;
}

@media screen and (max-width: 820px) {
  .top_company_content_data_block_title {
    min-width: 80px;
  }
}
.top_company_content_data_block_text {
  font-weight: 400;
  line-height: 160%;
}