@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #231815;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

a {
  transition: all 0.4s;
}

a[href]:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/* header */
header {
  width: 100%;
  position: fixed;
  height: 70px;
  left: 0;
  top: 0;
  background-color: #eee;
  z-index: 100;
  transition: all 0.6s;
}
@media screen and (max-width: 820px) {
  header {
    height: 60px;
  }
}
header h1 {
  width: 110px;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  header h1 {
    width: 90px;
    left: calc(50% - 45px);
    top: 10px;
  }
}
header h1 .h1_com {
  display: block;
}
header h1 .h1_top {
  display: none;
}
header .btn_menu_fix {
  display: none;
}
@media screen and (max-width: 820px) {
  header .btn_menu_fix {
    display: block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 10;
  }
}
@media screen and (max-width: 820px) {
  header .btn_menu_area {
    position: relative;
    width: 30px;
    height: 18px;
    transition: all 0.5s;
  }
}
header .btn_menu_area:before, header .btn_menu_area:after,
header .btn_menu_area span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #231815;
  transition: all 0.5s;
  content: "";
  display: block;
}
header .btn_menu_area span {
  top: calc(50% - 1px);
}
header .btn_menu_area:before {
  top: 0;
}
header .btn_menu_area:after {
  bottom: 0;
}
header .btn_menu_area_on span {
  transform: rotate(10deg);
  top: calc(50% - 1px);
  opacity: 0;
}
header .btn_menu_area_on:before {
  transform: rotate(30deg);
  top: calc(50% - 1px);
}
header .btn_menu_area_on:after {
  transform: rotate(-30deg);
  top: calc(50% - 1px);
}
@media screen and (max-width: 820px) {
  header .header_in {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #eee;
  }
}
header .header_in .sitemenu {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  header .header_in .sitemenu {
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 11;
  }
}
header .header_in .sitemenu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  header .header_in .sitemenu > ul {
    display: block;
    margin: 70px 15px 0;
    height: auto;
  }
}
header .header_in .sitemenu > ul > li {
  width: 120px;
  text-align: center;
  position: relative;
}
header .header_in .sitemenu > ul > li::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(178, 178, 178, 0) 0%, rgb(178, 178, 178) 50%, rgba(178, 178, 178, 0) 100%);
}
@media screen and (max-width: 820px) {
  header .header_in .sitemenu > ul > li::after {
    display: none;
  }
}
header .header_in .sitemenu > ul > li::before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #231815;
  transition: all 0.3s;
}
@media screen and (max-width: 820px) {
  header .header_in .sitemenu > ul > li {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
header .header_in .sitemenu > ul > li > a {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  font-size: 15px;
  /*span{
    @include dn;
    @include ms($breakpoint-tab) {
      @include db;
      @include f(11);
      @include fg_ex;
    }
  }*/
}
@media screen and (max-width: 820px) {
  header .header_in .sitemenu > ul > li > a {
    font-size: 16px;
  }
}
header .header_in .sitemenu > ul > li.cur::before, header .header_in .sitemenu > ul > li:hover::before {
  width: calc(100% - 10px);
}
header .header_in .sitemenu > ul > li:nth-last-child(1)::after {
  display: none;
}
header .header_in .sitemenu .btn_live_out {
  width: 100%;
}
header .header_in .sitemenu .btn_live_out::before {
  display: none;
}
header .header_in .sp_logo {
  display: none;
}
@media screen and (max-width: 820px) {
  header .header_in .sp_logo {
    position: absolute;
    left: calc(50% - 55px);
    display: block;
    width: 110px;
    bottom: 140px;
  }
}

.btn_lang {
  position: fixed;
  right: 20px;
  top: 7px;
  width: 120px;
  height: 56px;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .btn_lang {
    display: none;
  }
}
.btn_lang .btn_lang_in {
  position: relative;
  height: 56px;
}
.btn_lang .btn_lang_in::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../../img/common/icon_btn_lang.svg) 0px 0px no-repeat;
  background-size: cover;
  position: absolute;
  left: 7px;
  top: 18px;
}
.btn_lang .btn_lang_in::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  right: 12px;
  top: 25px;
  background: transparent;
  transition: all 0.3s;
  transform: rotate(-135deg);
}
.btn_lang .btn_lang_in a {
  color: #231815;
  font-size: 15px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn_lang .btn_lang_in .btn_lang_ul {
  width: calc(100% + 0px);
  position: absolute;
  left: 0px;
  top: 56px;
  display: none;
}
.btn_lang .btn_lang_in .btn_lang_ul li {
  box-sizing: border-box;
  background-color: #eee;
  line-height: 1;
  height: 50px;
  margin-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .btn_lang .btn_lang_in .btn_lang_ul li {
    height: 40px;
  }
}
.btn_lang .btn_lang_in .btn_lang_ul li a {
  color: #231815;
  display: block;
  height: 100%;
  padding: 0px 0px 0px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .btn_lang .btn_lang_in .btn_lang_ul li a {
    font-size: 14px;
  }
}
.btn_lang.btn_lang_on .btn_lang_in::after {
  transform: rotate(45deg);
  top: 23px;
}
@media screen and (max-width: 820px) {
  .btn_lang.btn_lang_menu_on {
    display: block;
  }
}

.btn_cv_fixed {
  position: fixed;
  right: 20px;
  top: 80px;
  width: 318px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
  /*&.-jpn{
    top: 80px;
    @include ms($breakpoint-tab) {
      top: auto;
      bottom: 0px;
    }
  }*/
}
@media screen and (max-width: 820px) {
  .btn_cv_fixed {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
  }
}
.btn_cv_fixed .btn_sales {
  width: 154px;
  height: 56px;
  background-color: #000;
  box-sizing: border-box;
  padding: 3px;
}
@media screen and (max-width: 820px) {
  .btn_cv_fixed .btn_sales {
    width: 50%;
    height: 50px;
  }
}
.btn_cv_fixed .btn_sales span {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 1.2;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .btn_cv_fixed .btn_sales span {
    font-size: 12px;
  }
}

.btn_camera {
  position: fixed;
  right: 185px;
  top: 8px;
  z-index: 100;
}
@media screen and (max-width: 1400px) {
  .btn_camera {
    right: 348px;
    top: 80px;
    background-color: #fff;
  }
}
@media screen and (max-width: 820px) {
  .btn_camera {
    right: 10px;
    top: auto;
    bottom: 60px;
    width: 120px;
  }
}
.btn_camera a {
  width: 154px;
  height: 56px;
  background-color: transparent;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #000;
  transition: 0.3s all;
}
@media screen and (max-width: 820px) {
  .btn_camera a {
    width: 100%;
    height: 50px;
  }
}
.btn_camera a span {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  line-height: 1.2;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding-left: 15px;
}
@media screen and (max-width: 820px) {
  .btn_camera a span {
    justify-content: center;
    font-size: 12px;
    padding-left: 0px;
  }
}
.btn_camera a span::before {
  content: "";
  display: block;
  width: 33px;
  height: 20px;
  background: url("../../img/common/icon_camera.webp") 0px 0px no-repeat;
  background-size: cover;
  margin-right: 15px;
}
@media screen and (max-width: 820px) {
  .btn_camera a span::before {
    width: 25px;
    height: 15px;
    margin-right: 7px;
  }
}

/*.btn_sales{
  position: fixed;
  right: 20px;
  top: 7px;
  width: 154px;
  height: 56px;
  background-color: #000;
  @include bs;
  padding: 3px;
  z-index: 100;
  @include ms($breakpoint-tab) {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0px;
    @include w;
  }
  span{
    @include w;
    height: 100%;
    @include bs;
    @include db;
    border: 1px solid #fff;
    line-height: 1.2;
    @include eng;
    @include flex;
    justify-content: center;
    @include aic;
    color: #fff;
    @include tc;
    @include f(14);
  }
}*/
main {
  margin-top: 70px;
  padding: 80px 0 150px;
}
@media screen and (max-width: 820px) {
  main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding: 60px 0 80px;
  }
}
main.pd_none {
  padding: 0;
}

.tab_ov_area {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .tab_ov_area {
    margin-bottom: 30px;
  }
}
.tab_ov_area ul {
  width: 100%;
  max-width: 520px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab_ov_area ul {
    width: 100%;
  }
}
.tab_ov_area ul li {
  width: 50%;
  box-sizing: border-box;
}
.tab_ov_area ul li a,
.tab_ov_area ul li b {
  padding-bottom: 20px;
  color: #9fa0a0;
  border-bottom: 2px solid #231815;
  font-size: 32px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 767px) {
  .tab_ov_area ul li a,
  .tab_ov_area ul li b {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.tab_ov_area ul li a span,
.tab_ov_area ul li b span {
  font-size: 24px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .tab_ov_area ul li a span,
  .tab_ov_area ul li b span {
    font-size: 14px;
  }
}
.tab_ov_area ul li a strong,
.tab_ov_area ul li b strong {
  display: block;
  font-size: 13px;
  width: 160px;
  margin: 0px auto;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tab_ov_area ul li a strong,
  .tab_ov_area ul li b strong {
    font-size: 12px;
    width: 80%;
  }
}
.tab_ov_area ul li a strong.c_o,
.tab_ov_area ul li b strong.c_o {
  background-color: #4d4397;
}
.tab_ov_area ul li a strong.c_s,
.tab_ov_area ul li b strong.c_s {
  background-color: #967d5d;
}
.tab_ov_area ul li.cur a,
.tab_ov_area ul li.cur b {
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .tab_ov_area.tab_ov_area_plan {
    width: calc(100% - 60px);
    width: calc(100% - 80px);
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tab_ov_area.tab_ov_area_plan {
    width: calc(100% - 60px);
  }
}
.tab_ov_area.tab_ov_area_plan ul {
  width: 100%;
  max-width: 780px;
}
.tab_ov_area.tab_ov_area_plan ul li {
  width: 33.33%;
}
.tab_ov_area.tab_ov_area_plan ul li a,
.tab_ov_area.tab_ov_area_plan ul li b {
  color: #9fa0a0;
  border-bottom: 2px solid #fff;
}
.tab_ov_area.tab_ov_area_plan ul li.cur a,
.tab_ov_area.tab_ov_area_plan ul li.cur b {
  color: #231815;
  border-bottom: 2px solid #231815;
}

.tit_com01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tit_com01 {
    margin-bottom: 40px;
  }
}
.tit_com01.-mbs {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-mbs {
    margin-bottom: 40px;
  }
}
.tit_com01.-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tit_com01.-mb30 {
    margin-bottom: 15px;
  }
}
.tit_com01 b {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tit_com01 b {
    font-size: 24px;
  }
}
.tit_com01 span {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .tit_com01 span {
    font-size: 12px;
  }
}
.tit_com01 .jpn {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .jpn {
    font-size: 20px;
    display: block;
    line-height: 1.3;
  }
}
.tit_com01 .logo_esqva {
  width: 160px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .tit_com01 .logo_esqva {
    display: block;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .tit_com01 .logo_esqva {
    width: 110px;
  }
}
.tit_com01 .logo_esqva.-center {
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 50px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .tit_com01 .logo_esqva.-center {
    width: 180px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.tit_com01.-b {
  margin-bottom: 20px;
}
.tit_com01.-b b {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tit_com02 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tit_com02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.tit_com03 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tit_com03 {
    margin-bottom: 30px;
  }
}
.tit_com03 b {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  display: block;
}
@media screen and (max-width: 767px) {
  .tit_com03 b {
    font-size: 18px;
  }
}
.tit_com03 span {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  display: block;
  font-size: 16px;
}

/*.tit_com02{
  @include f(28);
  @include eng;
  @include mb(40);
  @include ms($breakpoint-sp) {
    @include f(22);
    @include mb(30);
  }
}
.tit_com03{
  @include f(20);
  border-bottom: 1px solid #000;
  @include pb(20);
  @include mb(30);
  @include ms($breakpoint-sp) {
    @include f(16);
  }
  &.-bnone{
    border: none;
    @include pb(0);
  }
}
.tit_com04{
  @include f(17);
  @include mb(20);
  @include ms($breakpoint-sp) {
    @include f(15);
  }
}*/
.txt_com01 {
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_com01 {
    font-size: 15px;
  }
}
.txt_com01 strong {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .txt_com01 strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.txt_com02 {
  font-size: 15px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .txt_com02 {
    font-size: 14px;
  }
}

.txt_ul01 {
  list-style-type: disc;
  margin-left: 20px;
}
.txt_ul01 li {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .txt_ul01 li {
    font-size: 14px;
  }
}
.txt_ul01.-no {
  list-style-type: decimal;
}

.btn_com01 {
  width: 260px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0px auto;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #231815;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_com01 {
    width: 100%;
    font-size: 14px;
  }
}
.btn_com01 span {
  display: block;
  font-size: 12px;
}
.btn_com01.-ha {
  height: auto;
  line-height: 2;
  padding: 10px 0;
}
.btn_com01.-mt {
  margin-top: 60px;
}
.btn_com01.-sales_btn {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .btn_com01.-sales_btn {
    max-width: 250px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 12px;
  }
}
.btn_com01.-sales_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_com01.-sales_btn::after {
    border-width: 1px;
  }
}

.info_index_area .info_index_area_in {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .info_index_area .info_index_area_in {
    margin-bottom: 60px;
    justify-content: space-between;
  }
}
.info_index_area .info_index_area_in li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .info_index_area .info_index_area_in li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li {
    width: 100%;
  }
}
.info_index_area .info_index_area_in li a {
  color: #231815;
}
.info_index_area .info_index_area_in li a .img01 {
  margin-bottom: 20px;
  text-align: center;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .img01 {
    height: auto;
  }
}
.info_index_area .info_index_area_in li a .img01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .img01 img {
    width: 100%;
    height: auto;
  }
}
.info_index_area .info_index_area_in li a .txt01 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .txt01 {
    font-size: 13px;
  }
}
.info_index_area .info_index_area_in li a .txt01 span {
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .info_index_area .info_index_area_in li a .txt01 span {
    font-size: 11px;
  }
}
.info_index_area .info_index_area_in li:nth-child(3n) {
  margin-right: 0;
}
.info_index_area .nonbel_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info_index_area .nonbel_area li {
  width: 25px;
  height: 25px;
  margin: 0 7px;
}
.info_index_area .nonbel_area li a {
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
  line-height: 25px;
  text-align: center;
  color: #231815;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .info_index_area .nonbel_area li a {
    font-size: 14px;
  }
}
.info_index_area .nonbel_area li.cur a, .info_index_area .nonbel_area li:hover a {
  background-color: #231815;
  color: #fff;
}
.info_index_area .nonbel_area li:nth-child(1) a, .info_index_area .nonbel_area li:nth-last-child(1) a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.info_index_area .nonbel_area li:nth-child(1) a::after, .info_index_area .nonbel_area li:nth-last-child(1) a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #231815;
  line-height: 1;
  margin: 0px auto;
  border-bottom: none;
}
.info_index_area .nonbel_area li:nth-child(1) a::after {
  border-right: none;
  transform: rotate(-45deg);
}
.info_index_area .nonbel_area li:nth-last-child(1) a::after {
  border-left: none;
  transform: rotate(45deg);
}

.info_detail_area .contents_in {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in {
    width: calc(100% - 60px);
  }
}
.info_detail_area .contents_in .info_detail_area_in {
  padding: 40px 0;
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in {
    margin-bottom: 60px;
  }
}
.info_detail_area .contents_in .info_detail_area_in h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.info_detail_area .contents_in .info_detail_area_in h3 span {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in h3 span {
    font-size: 11px;
  }
}
.info_detail_area .contents_in .info_detail_area_in p {
  font-size: 15px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in p {
    font-size: 14px;
  }
}
.info_detail_area .contents_in .info_detail_area_in p a {
  display: inline;
  color: #231815;
  text-decoration: underline;
}
.info_detail_area .contents_in .info_detail_area_in p strong {
  font-weight: bold;
  font-weight: 500;
}
.info_detail_area .contents_in .info_detail_area_in .img {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in .img {
    margin: 40px 0;
  }
}
.info_detail_area .contents_in .info_detail_area_in .img_flex {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_detail_area_in .img_flex {
    margin: 40px 0;
  }
}
.info_detail_area .contents_in .info_detail_area_in .img_flex li {
  width: 46.87%;
}
.info_detail_area .contents_in .info_btn_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_btn_area li.btn_viewall {
    width: 50%;
  }
}
.info_detail_area .contents_in .info_btn_area li .btn_prenext {
  font-size: 16px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .info_detail_area .contents_in .info_btn_area li .btn_prenext {
    font-size: 14px;
  }
}
.info_detail_area .contents_in .info_btn_area li .btn_prenext::after, .info_detail_area .contents_in .info_btn_area li .btn_prenext::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #231815;
  line-height: 1;
  margin: 0px auto;
  border-bottom: none;
}
.info_detail_area .contents_in .info_btn_area li .btn_prev::after {
  display: none;
}
.info_detail_area .contents_in .info_btn_area li .btn_prev::before {
  border-right: none;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.info_detail_area .contents_in .info_btn_area li .btn_next::after {
  border-left: none;
  transform: rotate(45deg);
  margin-left: 10px;
}
.info_detail_area .contents_in .info_btn_area li .btn_next::before {
  display: none;
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.sec_com .sec_com_in {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec_com .sec_com_in {
    margin-bottom: 40px;
  }
}
.sec_com .sec_com_in:nth-last-child(1) {
  margin-bottom: 0px;
}

.btn_esq_out {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .btn_esq_out {
    margin-top: 80px;
  }
}

.btn_esq {
  width: 100%;
  height: 220px;
  background: url("../../img/index/btn_bg04.webp") center center no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn_esq {
    height: auto;
    padding: 60px 0;
  }
}
.btn_esq a,
.btn_esq span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.btn_esq a img,
.btn_esq span img {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .btn_esq a img,
  .btn_esq span img {
    width: 160px;
  }
}
.btn_esq a::after,
.btn_esq span::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  position: absolute;
  right: 60px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .btn_esq a::after,
  .btn_esq span::after {
    right: 20px;
    width: 10px;
    top: calc(50% - 5px);
    height: 10px;
  }
}
.btn_esq.-btn_mov {
  background: url("../../img/common/btn_movie.webp") center center no-repeat;
  background-size: cover;
}
.btn_esq.-btn_mov a::after,
.btn_esq.-btn_mov span::after {
  display: none;
}
.btn_esq.-btn_mov a b,
.btn_esq.-btn_mov span b {
  width: 70px;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .btn_esq.-btn_mov a b,
  .btn_esq.-btn_mov span b {
    width: 40px;
  }
}
.btn_esq.-btn_mov a b img,
.btn_esq.-btn_mov span b img {
  width: 100%;
}
.btn_esq.-btn_mov a i,
.btn_esq.-btn_mov span i {
  font-size: 32px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn_esq.-btn_mov a i,
  .btn_esq.-btn_mov span i {
    font-size: 20px;
  }
}
.btn_esq.-btn_contact {
  background: url("../../img/common/btn_contact.webp") center center no-repeat;
  background-size: cover;
  height: 120px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .btn_esq.-btn_contact {
    height: auto;
    margin-top: 40px;
    padding: 30px 0;
  }
}
.btn_esq.-btn_contact a i,
.btn_esq.-btn_contact span i {
  font-size: 26px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .btn_esq.-btn_contact a i,
  .btn_esq.-btn_contact span i {
    font-size: 18px;
  }
}
.btn_esq.-btn_contact a i b,
.btn_esq.-btn_contact span i b {
  text-align: center;
  font-size: 16px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}

.sec_index_btn_area_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul {
    display: block;
  }
}
.sec_index_btn_area_ul li {
  width: 47.5%;
  height: 220px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.sec_index_btn_area_ul li a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a {
    display: block;
    padding: 40px 0;
    box-sizing: border-box;
  }
}
.sec_index_btn_area_ul li a .txt_area {
  text-align: center;
}
.sec_index_btn_area_ul li a .txt_area .tit {
  text-align: center;
  color: #fff;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1;
}
.sec_index_btn_area_ul li a .txt_area .tit_tab {
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .tit_tab {
    font-size: 12px;
    width: 80%;
    margin: 0px auto;
  }
}
.sec_index_btn_area_ul li a .txt_area .tit_index_btn01 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .tit_index_btn01 {
    font-size: 24px;
  }
}
.sec_index_btn_area_ul li a .txt_area .tit_index_btn01 span {
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .tit_index_btn01 span {
    font-size: 16px;
  }
}
.sec_index_btn_area_ul li a .txt_area .tit_index_btn01.-mb_none {
  margin-bottom: 0px;
}
.sec_index_btn_area_ul li a .txt_area .txt_index_btn01 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .txt_index_btn01 {
    font-size: 14px;
  }
}
.sec_index_btn_area_ul li a .txt_area .txt_index_btn01::before, .sec_index_btn_area_ul li a .txt_area .txt_index_btn01::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .txt_index_btn01::before, .sec_index_btn_area_ul li a .txt_area .txt_index_btn01::after {
    margin: 0px 5px;
  }
}
.sec_index_btn_area_ul li a .txt_area .tit_index_btn02 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .tit_index_btn02 {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.sec_index_btn_area_ul li a .txt_area .tit_index_btn02 span {
  font-size: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .tit_index_btn02 span {
    font-size: 14px;
  }
}
.sec_index_btn_area_ul li a .txt_area .btn01 {
  width: 260px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li a .txt_area .btn01 {
    width: 80%;
    margin: 0px auto;
    display: block;
    height: auto;
    padding: 10px 0;
    line-height: inherit;
    font-size: 13px;
  }
}
.sec_index_btn_area_ul li.-ocean {
  background: url("../../img/index/btn_bg01.webp") center center no-repeat;
  background-size: cover;
}
.sec_index_btn_area_ul li.-ocean .txt_area .tit_tab {
  background-color: #4d4397;
}
.sec_index_btn_area_ul li.-sky {
  background: url("../../img/index/btn_bg02.webp") center center no-repeat;
  background-size: cover;
}
.sec_index_btn_area_ul li.-sky .txt_area .tit_tab {
  background-color: #967d5d;
}
.sec_index_btn_area_ul li.-areaguide {
  width: 80%;
  margin: 0px auto;
  background: url("../../img/index/btn_bg03.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li.-areaguide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_index_btn_area_ul li:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.caption_area {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .caption_area {
    width: calc(100% - 60px);
  }
}

.caption {
  font-size: 11px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.caption.-tr {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .caption.-tr {
    text-align: left;
  }
}
.caption.-db {
  display: block;
}
.caption .icon {
  display: inline-block;
  width: 28px;
  height: 10px;
  margin-right: 5px;
}
.caption .icon.-shunou {
  background-color: #d3d2c5;
}

/* footer */
.btn_ptop {
  width: 16px;
  position: fixed;
  right: 120px;
  bottom: 120px;
  z-index: 11;
}
@media screen and (max-width: 820px) {
  .btn_ptop {
    width: 12px;
    right: 30px;
  }
}

footer {
  background-color: #efefef;
  padding: 60px 0 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  footer {
    padding-bottom: 120px;
  }
}
footer .footer_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_in {
    display: block;
    margin-bottom: 50px;
  }
}
footer .footer_in h1 {
  width: 150px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  footer .footer_in h1 {
    margin: 0px auto;
    width: 123px;
    margin-bottom: 40px;
  }
}
footer .footer_in nav {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav {
    width: 100%;
  }
}
footer .footer_in nav ul {
  padding-left: 20px;
  border-left: 1px solid #9fa0a0;
  box-sizing: border-box;
  width: 19%;
}
@media screen and (max-width: 767px) {
  footer .footer_in nav ul {
    width: 50%;
  }
}
footer .footer_in nav ul li {
  width: 100%;
  margin-bottom: 15px;
}
footer .footer_in nav ul li a {
  color: #231815;
  font-size: 12px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .footer_in nav ul li a span {
  display: none;
}
footer .footer_company_area {
  width: 100%;
  max-width: 1150px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  footer .footer_company_area {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_company_area {
    display: block;
  }
}
footer .footer_company_area aside {
  width: 32.17%;
}
@media screen and (max-width: 767px) {
  footer .footer_company_area aside {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
}
footer .footer_company_area aside a {
  color: #231815;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_company_area aside a {
    display: block;
  }
}
footer .footer_company_area aside a .img_area {
  width: 29.72%;
}
@media screen and (max-width: 767px) {
  footer .footer_company_area aside a .img_area {
    width: 100px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
footer .footer_company_area aside a .txt_area {
  width: 64.86%;
}
@media screen and (max-width: 767px) {
  footer .footer_company_area aside a .txt_area {
    width: 100%;
    text-align: center;
  }
}
footer .footer_company_area aside a .txt_area h2 {
  margin-bottom: 10px;
}
footer .footer_company_area aside a .txt_area h2 span {
  display: block;
  font-size: 10px;
  margin-bottom: 5px;
}
footer .footer_company_area aside a .txt_area h2 b {
  display: block;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
footer .footer_company_area aside a .txt_area h2 img {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer_company_area aside a .txt_area h2 img {
    width: 50%;
    margin: 0px auto;
  }
}
footer .footer_company_area aside a .txt_area p {
  font-size: 10px;
  line-height: 1.3;
}
footer small {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  color: #727171;
  letter-spacing: 1px;
}

.contents_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in {
    width: calc(100% - 60px);
  }
}

.contents_in_L {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .contents_in_L {
    width: calc(100% - 60px);
  }
}

.vt {
  display: inline;
  font-size: 0.5em;
  vertical-align: top;
}

figure {
  position: relative;
}

.imgcap {
  font-size: 13px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 5px 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .imgcap {
    font-size: 12px;
    padding: 5px;
  }
}
.imgcap.cap_l {
  right: auto;
  left: 0;
}
.imgcap.bg {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.imgcap.wh {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.imgcap.wh span {
  text-shadow: 2px 2px 6px #000, -2px -2px 6px #000, -2px 2px 6px #000, 2px -2px 6px #000;
}

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

.-mt {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .-pd {
    box-sizing: border-box;
    padding: 0 30px;
  }
}

/* 改行位置調整 */
@media screen and (max-width: 820px) {
  .pc,
  .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab,
  .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

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

.tabsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp {
    display: inherit;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .js-scrollable .scroll_sp {
    width: 200%;
    max-width: none;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all cubic-bezier(0.56, 0.72, 0.69, 0.99) 800ms;
}

/* =============================================================================
animation
========================================================================== */
.flash_bnr2 {
  position: relative;
  display: block;
  overflow: hidden;
}

.flash_bnr2:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}