@charset "UTF-8";
/* ko 韓国*/
/* ==============================================
共通
================================================ */
main.wrapper {
  font-size: 1rem;
  color: #444;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.pc_on_1000 {
  display: block;
}

.responsive_on_1000 {
  display: none;
}

.pc_on_tablet {
  display: block;
}

.tablet_on {
  display: none;
}

.pc_on_sp {
  display: block;
}

.sp_on {
  display: none;
}
.sp_on320{
  display: none;
}

.red_hover {
  transition: 0.3s;
}

.red_hover:hover {
  background-color: #c33c00 !important;
  color: #fff;
  opacity: 1;
}

.common_pa20{
  padding: 0 20px;
}
.common_pa20_slide{
  padding: 0 20px;
}
/* ==============================================
メインビジュアル
================================================ */
.mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(../../images/common/img_common_bg01.png);
  background-size: 950px;
  background-repeat: repeat;
}
.mv .mv_area {
  position: relative;
}
.mv .mv_slide_area {
  position: relative;
  z-index: 50;
  z-index: 50;
  width: 65.5%;
  margin: 0 0 0 auto;
}
.mv .mv_slide_area .mv_slide_area_in {
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.mv .mv_about {
  position: relative;
  padding: 335px 0 220px;
}
.mv .mv_about_in {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.mv .mv_about_in p {
  position: relative;
  z-index: 50;
  font-size: 1.25rem;
  margin: 0 0 0 50%;
  line-height: 2;
  padding: 0 40px 0 0;
}

.mv_subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 0 85px;
  position: relative;
}
.mv_subtitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 88px;
  height: 25px;
  background-image: url(../../images/common/img_common_decoration01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
}

.mv_title_area_in {
  z-index: 100;
  position: absolute;
  left: 4rem;
  top: 190px;
  bottom: 0;
  height: 290px;
}
.mv_title_area_in .mv_main_title {
  font-size: 3.1rem;
  letter-spacing: 7px;
  margin: 25px 0 0;
}
.mv_title_area_in .mv_main_title .mv_title_bg {
  font-weight: 600;
  background-color: #fff;
  display: block;
  width: fit-content;
}
.mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
  font-size: 5.4375rem;
  font-weight: 500;
  margin: 0 -40px;
  line-height: 1;
}
.mv_title_area_in .mv_main_title .mv_title_bg1 {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 15px 30px 20px 30px;
  width: fit-content;
}
.mv_title_area_in .mv_main_title .mv_title_bg2 {
  margin: 10px 0 0;
  padding: 25px 30px 30px 40px;
}

/* ----------------- あしらい ----------------- */
.mv_treatment {
  position: absolute;
  z-index: 1;
}

.mv_treatment_w2 {
  width: 245px;
}

.mv_treatment_w3 {
  width: 415px;
}

.mv_treatment_w4 {
  width: 445px;
}

.mv_treatment1 {
  top: -30px;
  left: -60px;
}

.mv_treatment2 {
  top: 380px;
  left: -240px;
}

.mv_treatment3 {
  top: -50px;
  left: -80px;
}

.mv_treatment4 {
  top: 100px;
  left: -130px;
}

.mv_treatment5 {
  bottom: -120px;
  left: -150px;
}

.mv_treatment6 {
  top: 60px;
  right: -220px;
}

.mv_treatment7 {
  bottom: 5px;
  left: -130px;
}

.mv_treatment8 {
  bottom: 230px;
  right: -170px;
}

/* ----------------- スライダーのアニメーション ----------------- */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ----------------- swiperカスタム ----------------- */
.wagashi_mv_toggle-button {
  position: absolute;
  bottom: -33px;
  top: inherit;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.wagashi_mv_toggle-button {
  right: 20px;
  left: auto;
  width: 30px;
  height: 15px;
}

/* 修正箇所 再生一時停止ボタン　ここから*/
.wagashi_mv_toggle-button .pause {
  width: 23px;
  display: block;
}

.wagashi_mv_toggle-button .restart {
  width: 18px;
  display: none;
}
/* 修正箇所 再生一時停止ボタン　ここまで*/

.swiper-container-horizontal > .wagashi_mv_swiper-pagination {
  bottom: -35px;
  left: auto;
  width: 180px;
  right: 80px;
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.wagashi_mv_swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: inherit;
  opacity: 1;
  border: solid 2px #00146E;
}

.wagashi_mv_swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: inherit;
  background-color: #00146E;
}

.swiper-container-horizontal > .wagashi_mv_swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

/* ==============================================
メインタイトルアニメーション
================================================ */
.mv_title_animation {
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.5s all ease-in-out;
}

.mv_title_animation_open_js {
  transform: translateX(0px);
  opacity: 1;
}

/* ==============================================
画像アニメーション共通
================================================ */
.common_animation {
  overflow: hidden;
  position: relative;
}

.common_animation_in {
  transform: scale(1.15);
  opacity: 0;
  transition: 1s all ease-in-out;
}

.open_animation_in_js {
  transform: scale(1);
  opacity: 1;
}

/* ==============================================
タブエリア
================================================ */
@media only screen and (min-width: 769px) {
  .display_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .display_pc {
    display: none !important;
  }
}
.tab_max_1280 {
  max-width: 1280px;
  margin: auto;
}

.tab {
  overflow: hidden;
  width: 100%;
  background-image: url(../../images/common/img_common_bg01.png);
  background-size: 950px;
  background-repeat: repeat;
}

.tab_area {
  position: relative;
}

.tab_area_treatment02 {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -165px;
  width: 445px;
}

.tab_area_in {
  position: relative;
  z-index: 9;
  max-width: 1330px;
  margin: auto;
  padding: 0 25px;
}

.tab_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 88px;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.tab_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 67px;
  height: 1px;
  background: #707070;
}

.tab_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 67px;
  height: 1px;
  background: #707070;
}

/* 修正箇所_電脳 タブ切り替えここから */
.tab_list {
  padding: 70px 0 0;
}
.tab_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 2.109375%;
}
.tab_list ul li{
  width: 23.4%;
}
.tab_item {
  display: block;
  position: relative;
  background: #fff;
  transition: 0.4s;
  cursor: pointer;
}
/* 修正箇所_電脳 タブ切り替えここまで */

.tab_item .tab_item_in {
  margin: 0 0;
  padding: 25px 25px 7px;
  transition: 0.4s;
}

.tab_item::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 28px solid transparent;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.tab_item_title {
  position: relative;
  padding: 4px 0 20px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.tab_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 13px;
  height: 13px;
  transform: translateX(-50%) rotate(135deg);
}

.tab_arrow::before,
.tab_arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 3px;
}

.tab_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

.tab_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
}

.tab_item.tab_ka {
  border-top: 2px solid #7e643d;
  border-left: 2px solid #7e643d;
  border-right: 2px solid #7e643d;
}

.tab_item.tab_ka .tab_item_title {
  color: #7e643d;
}

.tab_item.tab_ka .tab_arrow {
  color: #7e643d;
}

.tab_item.tab_ka.is-active .tab_item_in,
.tab_item.tab_ka:hover .tab_item_in{
  position: relative;
  background: #7e643d;
  padding: 25px 25px 33px;
}

.tab_item.tab_ka.is-active::before,
.tab_item.tab_ka:hover::before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 28px solid #7e643d;
  opacity: 1;
  visibility: visible;
}

.tab_item.tab_ka.is-active .tab_item_title,
.tab_item.tab_ka:hover .tab_item_title {
  color: #fff;
}

.tab_item.tab_ky {
  border-top: 2px solid #b54444;
  border-left: 2px solid #b54444;
  border-right: 2px solid #b54444;
}

.tab_item.tab_ky .tab_item_title {
  color: #b54444;
}

.tab_item.tab_ky .tab_arrow {
  color: #b54444;
}

.tab_item.tab_ky.is-active .tab_item_in,
.tab_item.tab_ky:hover .tab_item_in {
  position: relative;
  background: #b54444;
  padding: 25px 25px 33px;
}

.tab_item.tab_ky.is-active::before,
.tab_item.tab_ky:hover::before {
  opacity: 1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 28px solid #b54444;
  visibility: visible;
}

.tab_item.tab_ky.is-active .tab_item_title,
.tab_item.tab_ky:hover .tab_item_title {
  color: #fff;
}

.tab_item.tab_os {
  border-top: 2px solid #506f3d;
  border-left: 2px solid #506f3d;
  border-right: 2px solid #506f3d;
}

.tab_item.tab_os .tab_item_title {
  color: #506f3d;
}

.tab_item.tab_os .tab_arrow {
  color: #506f3d;
}

.tab_item.tab_os.is-active .tab_item_in,
.tab_item.tab_os:hover .tab_item_in {
  position: relative;
  background: #506f3d;
  padding: 25px 25px 33px;
}

.tab_item.tab_os.is-active::before,
.tab_item.tab_os:hover::before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 28px solid #506f3d;
  opacity: 1;
  visibility: visible;
}

.tab_item.tab_os.is-active .tab_item_title,
.tab_item.tab_os:hover .tab_item_title {
  color: #fff;
}

.tab_item.tab_as {
  border-top: 2px solid #645d9c;
  border-left: 2px solid #645d9c;
  border-right: 2px solid #645d9c;
}

.tab_item.tab_as .tab_item_title {
  color: #645d9c;
}

.tab_item.tab_as .tab_arrow {
  color: #645d9c;
}

.tab_item.tab_as.is-active .tab_item_in,
.tab_item.tab_as:hover .tab_item_in {
  position: relative;
  background: #645d9c;
  padding: 25px 25px 33px;
}

.tab_item.tab_as.is-active::before,
.tab_item.tab_as:hover::before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 28px solid #645d9c;
  opacity: 1;
  visibility: visible;
}

.tab_item.tab_as.is-active .tab_item_title,
.tab_item.tab_as:hover .tab_item_title {
  color: #fff;
}

.tab_bottom {
  z-index: 9;
  background: #fff;
  padding: 0 25px;
}

.tab_bottom .tab {
  width: 100%;
}

/* 修正箇所_電脳 タブ切り替えここから */
.tab_bottom .tab_list {
  padding: 0;
}

.tab_bottom .tab_list ul{
  align-items: flex-start;
}
/* 修正箇所_電脳 タブ切り替えここまで */

.tab_bottom .tab_item {
  transition: 0.4s;
}

.tab_bottom .tab_item .tab_item_in {
  margin: 0;
  padding: 7px 25px 25px;
}

.tab_bottom .tab_item::before {
  top: -27px;
  border-top: none;
  border-bottom: 28px solid transparent;
}

.tab_bottom .tab_item_title {
  padding: 15px 0 5px;
}

.tab_bottom .tab_arrow {
  bottom: auto;
  top: 0;
}

.tab_bottom .tab_arrow::before {
  top: auto;
  bottom: 0;
}

.tab_bottom .tab_arrow::after {
  left: 0;
  right: auto;
}

.tab_bottom .tab_item.tab_ka {
  border-top: none;
  border-bottom: 2px solid #7e643d;
}

.tab_bottom .tab_item.tab_ka.is-active .tab_item_in,
.tab_bottom .tab_item.tab_ka:hover .tab_item_in {
  padding: 33px 25px 25px;
  background-color: #7e643d;
}

.tab_bottom .tab_item.tab_ka.is-active::before,
.tab_bottom .tab_item.tab_ka:hover::before {
  top: -27px;
  border-bottom: 28px solid #7e643d;
  border-top: none;
}

.tab_bottom .tab_item.tab_ky {
  border-top: none;
  border-bottom: 2px solid #b54444;
}

.tab_bottom .tab_item.tab_ky.is-active .tab_item_in,
.tab_bottom .tab_item.tab_ky:hover .tab_item_in {
  padding: 33px 25px 25px;
  background-color: #b54444;
}

.tab_bottom .tab_item.tab_ky.is-active::before,
.tab_bottom .tab_item.tab_ky:hover::before {
  top: -27px;
  border-bottom: 28px solid #b54444;
  border-top: none;
}

.tab_bottom .tab_item.tab_os {
  border-top: none;
  border-bottom: 2px solid #506f3d;
}

.tab_bottom .tab_item.tab_os.is-active .tab_item_in,
.tab_bottom .tab_item.tab_os:hover .tab_item_in {
  padding: 33px 25px 25px;
  background-color: #506f3d;
}

.tab_bottom .tab_item.tab_os.is-active::before,
.tab_bottom .tab_item.tab_os:hover::before {
  top: -27px;
  border-bottom: 28px solid #506f3d;
  border-top: none;
}

.tab_bottom .tab_item.tab_as {
  border-top: none;
  border-bottom: 2px solid #645d9c;
}

.tab_bottom .tab_item.tab_as.is-active .tab_item_in,
.tab_bottom .tab_item.tab_as:hover .tab_item_in {
  padding: 33px 25px 25px;
  background: #645d9c;
}

.tab_bottom .tab_item.tab_as.is-active::before,
.tab_bottom .tab_item.tab_as:hover::before {
  top: -27px;
  border-bottom: 28px solid #645d9c;
  border-top: none;
}

.tab_treatment {
  position: absolute;
  z-index: 0;
  width: 380px;
}

.tab_introduction {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  background: url("../../images/tab/img_tab_bg.png");
  background-repeat: repeat;
}

.tab_introduction_area {
  position: relative;
  width: 100%;
}

.tab_introduction_area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 132px;
  left: 50%;
  width: 50%;
  height: calc(100% - 132px);
  background: #f0ebdf;
}

.tab_introduction_area_bottom {
  position: relative;
  width: 100%;
}

.tab_introduction_area_bottom::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f0ebdf;
}

.tab_introduction_area_bottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 25px;
  background-image: url(../../images/common/img_common_decoration01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.tab_decoration_top {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/tab/img_tab_ka_decoration01.png);
  background-size: 200px;
  background-repeat: repeat;
  width: 100%;
  height: 103px;
}

.tab_decoration_top img {
  width: 100%;
  height: 100%;
}

.tab_decoration_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../../images/tab/img_tab_ka_decoration03.png);
  background-size: 200px;
  background-repeat: repeat;
  width: 100%;
  height: 103px;
}

.tab_decoration_bottom img {
  width: 100%;
  height: 100%;
}

.tab_introduction_top {
  position: relative;
  padding: 132px 0 130px;
}

.tab_introduction_top .tab_treatment01 {
  top: 511px;
  left: -155px;
}

.tab_introduction_top .tab_treatment02 {
  bottom: 0;
  right: -160px;
}

.tab_introduction_top_in {
  position: relative;
  z-index: 9;
  display: flex;
}

.tab_introduction_top_container {
  position: relative;
  width: 50%;
  max-width: 660px;
  padding: 85px 0 0 20px;
  margin: 0 0 0 auto;
  order: 0;
}

.tab_introduction_top_wrapper {
  width: 50%;
  order: 1;
}

.tab_introduction_top_title {
  margin: 0 0 54px;
}

/* 修正箇所_1688-11-19-1-1-1 ここから*/
.tab_introduction_top_title_in {
  position: relative;
  width: fit-content;
}
/* 修正箇所_1688-11-19-1-1-1 ここまで */

.tab_introduction_subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 0 98px;
  margin: 0 0 50px;
  position: relative;
  white-space: nowrap;
}

.tab_introduction_subtitle span {
  padding: 0 0 0 10px;
  font-size: 1.875rem;
  font-weight: 500;
}

.tab_introduction_subtitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 25px;
  background-image: url(../../images/tab/img_tab_ka_decoration04.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
}

.tab_introduction_name {
  position: relative;
  color: #7e643d;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.44;
  padding: 0 0 0 77px;
}

/* 修正箇所_1688-11-19-1-1-1 ここから*/
.tab_introduction_no {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: fit-content;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
  text-align: center;
}
/* 修正箇所_1688-11-19-1-1-1 ここまで*/

.tab_introduction_title {
  margin: 0 0 134px;
  white-space: nowrap;
  font-size: 2.625rem;
  font-weight: 500;
  position: relative;
  z-index: 100;
}

.tab_introduction_title_bg {
  color: #f2eee4;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 15px 20px;
  width: fit-content;
}

.tab_introduction .txt-cover.active .in {
  color: #f2eee4;
}

.tab_introduction_title .tab_introduction_title_bg2 {
  margin: 10px 0 0;
  padding: 10px 30px 15px 23px;
}

.tab_introduction_box {
  padding: 0 63px 0 51px;
}

.tab_introduction_box_in {
  display: flex;
  gap: 0 20px;
  margin: 0 0 17px;
}

.tab_introduction_top_wrap {
  padding: 32px 0 0;
}

.tab_introduction_top_text {
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 ;
  font-size: 1rem;
  line-height: 1.68;
}

.tab_introduction_midlle {
  position: relative;
}

.tab_introduction_midlle .tab_treatment03 {
  bottom: -44px;
  left: 50%;
  transform: translateX(-35px);
}

.tab_introduction_midlle_in {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 184px;
}

.tab_introduction_midlle_image {
  width: 56.25%;
}

.tab_introduction_midlle_text {
  width: 43.75%;
  padding: 0 74px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.tab_introduction_bottom {
  position: relative;
}

.tab_introduction_bottom .tab_treatment04 {
  bottom: -133px;
  right: -122px;
}

.tab_introduction_bottom_in {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 150px;
}

.tab_introduction_bottom_container {
  width: 43.75%;
  padding: 0 33px 0 44px;
}

.tab_introduction_bottom_image {
  width: 56.25%;
}

.tab_introduction_bottom_image img {
  width: 100%;
  max-width: 720px;
}

.tab_introduction_bottom_content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 6.3%;
  max-width: 333px;
  margin: 0 0 46px auto;
}

.tab_introduction_bottom_content li {
  position: relative;
  width: 46.84%;
}

.tab_introduction_bottom_content_image {
  position: relative;
}

.tab_introduction_bottom_content_image.active::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 5px solid #d54100;
}

.tab_introduction_bottom_text {
  font-size: 1rem;
  line-height: 1.68;
}

.tab_introduction .main01 li {
  display: none;
}

.tab_introduction .main01 li:first-child {
  display: block;
}

.tab_introduction_text {
  position: relative;
}

.tab_introduction_text .tab_treatment05 {
  top: 46px;
  left: -122px;
}

.tab_introduction_text_in {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 0 122px;
}

.tab_introduction_text_in p {
  display: inline-block;
  max-width: 625px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.tab_introduction_slide {
  position: relative;
}

.tab_introduction_slide_in {
  position: relative;
  z-index: 10;
  padding: 0 0 96px;
}

.tab_introduction_slide_list.swiper-wrapper {
  display: flex;
  gap: 0 0.5%;
  margin: 0 0 32px;
}

.tab_introduction_slide_image.swiper-slide {
  width: 19.6%;
  overflow: hidden;
}

.tab_introduction_slide_text {
  text-align: center;
  max-width: 862px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.68;
}

.tab_introduction_data {
  position: relative;
}

.tab_introduction_data .tab_treatment06 {
  top: -51px;
  left: 50%;
  transform: translateX(-382px);
}

.tab_introduction_data_in {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 0 131px;
}

.tab_introduction_last {
  position: relative;
  padding: 137px 20px 0;
}

.tab_introduction_last .tab_treatment07 {
  top: -46px;
  right: -80px;
}

.tab_introduction_last .tab_treatment08 {
  bottom: 261px;
  left: 50%;
  transform: translateX(58px);
}

.tab_introduction_last_in {
  position: relative;
  z-index: 10;
  padding: 0 0 188px;
}

.tab_introduction_last_container {
  display: flex;
}

.tab_introduction_last_box {
  width: 50%;
}

.tab_introduction_last_text {
  padding: 54px 31px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.tab_introduction_last_data {
  width: 50%;
  padding: 0 52px 0 0;
  text-align: right;
  transform: translateY(-25px);
}

.tab_data {
  text-align: center;
  padding: 0 0 131px;
}

.tab_data_wrapper {
  position: relative;
  text-align: left;
  display: inline-block;
  min-width: 457px;
  max-width: 600px;
  padding: 9px 8px 22px;
  background: #fff;
}

.tab_data_wrapper::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 96px;
  height: 43px;
  background: url("../../images/tab/img_common_decoration05.png") no-repeat center center/cover;
}

.tab_data_name {
  display: inline-block;
  padding: 3px 11px;
  border-right: 1px solid #7e643d;
  border-bottom: 1px solid #7e643d;
  color: #7e643d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.68;
}

.tab_data_container {
  padding: 20px 38px 41px 68px;
  border-bottom: 1px solid #7e643d;
  font-size: 1rem;
  line-height: 1.93;
}

.tab_data_address {
  margin: 0 0 22px;
}

.tab_data_address_box span {
  font-weight: 700;
}

.tab_data_note {
  line-height: 1.5;
  margin: 0 0 9px;
}

/* 修正箇所 ここから*/
.tab_a_focus_link {
  position: relative;
  color: #006ac3;
  text-decoration: underline;
  transition: 0.3s;
}

.tab_a_focus_link:hover {
  color: #d54000;
  text-decoration: underline;
}
.tab_data_area{
  position: relative;
  width: fit-content;
}
.tab_no {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 11px;
}
/* 修正箇所 ここまで*/

.tab_data_note:last-child {
  margin: 0;
}

.tab_data_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 42px;
  padding: 20px 0 0;
}

.tab_data_airport {
  display: flex;
  align-items: center;
}

.tab_data_airport_image {
  width: 35px;
  margin: 0 25px 0 0;
}

.tab_data_airport_name {
  font-size: 1.25rem;
  line-height: 1.45;
}

.tab_data_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 51px;
  background: #d54000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.68;
  transition: 0.3s;
}

.tab_data_search:hover {
  background: #c33c00;
}

.introduction_ka .tab_introduction_top_image {
  width: 50%;
  order: 2;
}

.tab_introduction_area.introduction_ky::before {
  background: #fce9eb;
}

.tab_introduction_ky_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ce1d85;
  mix-blend-mode: screen;
}

.tab_introduction_area_bottom.introduction_ky::before {
  background: #fce9eb;
}

.tab_introduction_area_bottom.introduction_ky::after {
  content: none;
}

.introduction_ky .tab_decoration_top {
  background-image: url(../../images/tab/img_tab_ky_decoration01.png);
}

.introduction_ky .tab_decoration_bottom {
  background-image: url(../../images/tab/img_tab_ky_decoration03.png);
}

.introduction_ky .tab_introduction_top {
  padding: 132px 0 116px;
}

.introduction_ky .tab_introduction_top .tab_treatment01 {
  top: 502px;
  left: -155px;
}

.introduction_ky .tab_introduction_top .tab_treatment02 {
  bottom: 372px;
  right: -160px;
}

.introduction_ky .tab_introduction_top .tab_treatment08 {
  bottom: 256px;
  left: 267px;
}

.introduction_ky .tab_introduction_top_in {
  align-items: flex-start;
}

.introduction_ky .tab_introduction_top_container {
  padding: 85px 0 0 20px;
}

.introduction_ky .tab_introduction_top_description {
  max-width: 640px;
  padding: 140px 47px 0 88px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}

.introduction_ky .tab_introduction_subtitle::before {
  background-image: url(../../images/tab/img_tab_ky_decoration04.png);
}

.introduction_ky .tab_introduction_name {
  color: #b54444;
}

.introduction_ky .tab_introduction_title {
  margin: 0 0 120px;
}

.introduction_ky .tab_introduction_title_bg {
  color: #fdf3f5;
  padding: 10px 30px 15px 23px;
}

.introduction_ky .tab_introduction_title_bg.txt-cover.active .in {
  color: #fdf3f5;
}

.introduction_ky .tab_introduction_box {
  padding: 0 63px 0 0;
}

.introduction_ky .tab_introduction_top_box_image01 {
  padding: 0 0 0 51px;
}

.introduction_ky .tab_introduction_box_in {
  display: block;
  margin: 0;
}

.introduction_ky .tab_introduction_top_box_image {
  margin: 0 0 97px;
}

.introduction_ky .tab_introduction_top_image02 {
  width: 64.5%;
  max-width: 373px;
  margin: 0 auto 25px 0;
}

.introduction_ky .tab_introduction_top_image03 {
  width: 64.5%;
  max-width: 373px;
  margin: 0 0 0 auto;
}

.introduction_ky .tab_introduction_slide .tab_treatment03 {
  top: -116px;
  left: -59px;
}

.introduction_ky .tab_introduction_slide .tab_treatment04 {
  bottom: -37px;
  right: -88px;
}

.introduction_ky .tab_introduction_slide_in {
  padding: 0 0 90px;
}

.introduction_ky .tab_introduction_slide_list.swiper-wrapper {
  gap: 0 0.8%;
  margin: 0 0 30px;
}

.introduction_ky .tab_introduction_slide_image.swiper-slide {
  width: 25%;
}

.introduction_ky .tab_introduction_slide_text {
  text-align: left;
  width: 50%;
  padding: 0 88px;
  margin: 0 0 0 50%;
  font-size: 1rem;
  line-height: 1.68;
}

.introduction_ky .tab_introduction_sw {
  position: relative;
  z-index: 10;
  padding: 0 0 94px;
}

.introduction_ky .tab_introduction_sw .tab_treatment05 {
  top: -116px;
  left: -59px;
}

.introduction_ky .tab_introduction_sw .tab_treatment06 {
  bottom: -31px;
  right: -88px;
}

.introduction_ky .tab_introduction_sw_in {
  position: relative;
  z-index: 9;
}

.introduction_ky .tab_introduction_sw_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.introduction_ky .tab_introduction_sw_container {
  width: 50%;
  padding: 0 55px;
}

.introduction_ky .tab_introduction_sw_container02 {
  margin: 96px 0 0;
}

.introduction_ky .tab_introduction_sw_container04 {
  margin: 206px 0 0;
}

.introduction_ky .tab_introduction_sw_box {
  display: flex;
  flex-wrap: wrap;
}

.introduction_ky .tab_introduction_sw_box .tab_introduction_sw_text {
  width: 50%;
}

.introduction_ky .tab_introduction_sw_box .tab_introduction_sw_image {
  margin: 13px 0 0;
  width: 50%;
}

.introduction_ky .tab_introduction_sw_text {
  padding: 30px 36px 0 23px;
  line-height: 1.68;
}

.introduction_ky .tab_introduction_data {
  z-index: 10;
}

.introduction_ky .tab_introduction_data .tab_treatment07 {
  top: -79px;
  left: 50%;
  transform: translateX(-366px);
}

.introduction_ky .tab_introduction_data_in {
  padding: 0 0 190px;
}

.introduction_ky .tab_data_name {
  border-right: 1px solid #b54444;
  border-bottom: 1px solid #b54444;
  color: #b54444;
}

.introduction_ky .tab_data_container {
  border-bottom: 1px solid #b54444;
}

.tab_introduction_area.introduction_os::before {
  background: #edeedf;
}

.tab_introduction_os_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004d3b;
  mix-blend-mode: screen;
}

.tab_introduction_area_bottom.introduction_os::before {
  background: #edeedf;
}

.tab_introduction_area_bottom.introduction_os::after {
  content: none;
}

.introduction_os .tab_decoration_top {
  background-image: url(../../images/tab/img_tab_os_decoration01.png);
}

.introduction_os .tab_decoration_bottom {
  background-image: url(../../images/tab/img_tab_os_decoration03.png);
}

.introduction_os .tab_introduction_top {
  position: relative;
  z-index: 10;
  padding: 132px 0 158px;
}

.introduction_os .tab_introduction_top .tab_treatment01 {
  top: 502px;
  left: -155px;
}

.introduction_os .tab_introduction_top .tab_treatment02 {
  bottom: 372px;
  right: -160px;
}

.introduction_os .tab_introduction_top .tab_treatment03 {
  bottom: 273px;
  left: 250px;
}

.introduction_os .tab_introduction_top_in {
  align-items: flex-start;
}

.introduction_os .tab_introduction_top_container {
  padding: 85px 0 0 20px;
}

.introduction_os .tab_introduction_top_description {
  max-width: 640px;
  padding: 140px 47px 0 88px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}

.introduction_os .tab_introduction_subtitle::before {
  background-image: url(../../images/tab/img_tab_os_decoration04.png);
}

.introduction_os .tab_introduction_name {
  color: #506f3d;
}

/* .introduction_os .tab_introduction_name::before {
  background-image: url(../../images/tab/img_tab_os_decoration05.png);
} */

.introduction_os .tab_introduction_title {
  margin: 0 0 120px;
}

.introduction_os .tab_introduction_title_bg {
  color: #f6f7f0;
  padding: 10px 30px 15px 23px;
}

.introduction_os .tab_introduction_title_bg.txt-cover.active .in {
  color: #f6f7f0;
}

.introduction_os .tab_introduction_box {
  padding: 0 63px 0 0;
}

.introduction_os .tab_introduction_top_box_image01 {
  padding: 0 0 0 65px;
}

.introduction_os .tab_introduction_box_in {
  display: block;
  margin: 0;
  padding: 0 0 0 44px;
}

.introduction_os .tab_introduction_top_box_image {
  margin: 0 0 53px;
}

.introduction_os .tab_introduction_top_image02 {
  width: 55%;
  max-width: 292px;
  margin: 0 auto 41px 0;
}

.introduction_os .tab_introduction_top_image03 {
  width: 55%;
  max-width: 292px;
  margin: 0 0 0 auto;
}

.introduction_os .tab_introduction_slide .tab_treatment04 {
  top: -222px;
  left: -58px;
}

.introduction_os .tab_introduction_slide .tab_treatment05 {
  bottom: -118px;
  right: -88px;
}

.introduction_os .tab_introduction_slide_in {
  padding: 0 0 77px;
}

.introduction_os .tab_introduction_slide_list {
  gap: 0 1.5%;
  margin: 0 0 30px;
}

.introduction_os .tab_introduction_slide_image {
  width: 32.26%;
}

.introduction_os .tab_introduction_slide_text {
  text-align: left;
  width: 50%;
  padding: 0 88px;
  margin: 0 0 0 50%;
  font-size: 1rem;
  line-height: 1.68;
}

.introduction_os .tab_introduction_sw {
  position: relative;
  z-index: 10;
  padding: 0 0 125px;
}

.introduction_os .tab_introduction_sw .tab_treatment06 {
  top: 76px;
  left: -84px;
}

.introduction_os .tab_introduction_sw_in {
  position: relative;
  z-index: 9;
}

.introduction_os .tab_introduction_sw_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.introduction_os .tab_introduction_sw_container {
  width: 50%;
  padding: 0 55px;
}

.introduction_os .tab_introduction_sw_container02 {
  margin: 96px 0 0;
}

.introduction_os .tab_introduction_sw_container04 {
  margin: 206px 0 0;
}

.introduction_os .tab_introduction_sw_box {
  display: flex;
  gap: 0 3px;
}

.introduction_os .tab_introduction_sw_box .tab_introduction_sw_image01 {
  width: calc(50% - 2px);
}

.introduction_os .tab_introduction_sw_box .tab_introduction_sw_image02 {
  width: calc(50% - 1px);
}

.introduction_os .tab_introduction_sw_text {
  padding: 30px 36px 0 23px;
  line-height: 1.68;
}

.introduction_os .tab_introduction_data {
  z-index: 10;
}

.introduction_os .tab_introduction_data .tab_treatment07 {
  top: -79px;
  left: 50%;
  transform: translateX(-366px);
}

.introduction_os .tab_introduction_data_in {
  padding: 0 0 187px;
}

.introduction_os .tab_data_name {
  border-right: 1px solid #506f3d;
  border-bottom: 1px solid #506f3d;
  color: #506f3d;
}

.introduction_os .tab_data_container {
  padding: 20px 84px 41px 55px;
  border-bottom: 1px solid #506f3d;
}

.tab_introduction_area.introduction_as::before {
  background: #edeedf;
}

.tab_introduction_as_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0046c9;
  mix-blend-mode: screen;
}

.tab_introduction_area_bottom.introduction_as::before {
  background: #eaeaf5;
}

.tab_introduction_area_bottom.introduction_as::after {
  content: none;
}

.introduction_as .tab_decoration_top {
  background-image: url(../../images/tab/img_tab_as_decoration01.png);
}

.introduction_as .tab_decoration_bottom {
  background-image: url(../../images/tab/img_tab_as_decoration03.png);
}

.introduction_as .tab_introduction_top {
  position: relative;
  z-index: 10;
  padding: 132px 0 127px;
}

.introduction_as .tab_introduction_top .tab_treatment01 {
  top: 502px;
  left: -155px;
}

.introduction_as .tab_introduction_top .tab_treatment02 {
  bottom: 390px;
  right: -55px;
}

.introduction_as .tab_introduction_top .tab_treatment03 {
  bottom: 282px;
  left: 250px;
}

.introduction_as .tab_introduction_top_in {
  align-items: flex-start;
}

.introduction_as .tab_introduction_top_container {
  padding: 85px 0 0 20px;
}

.introduction_as .tab_introduction_top_title {
  margin: 0 0 50px;
}

.introduction_as .tab_introduction_top_description {
  max-width: 640px;
  padding: 140px 47px 0 88px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.introduction_as .tab_introduction_subtitle::before {
  background-image: url(../../images/tab/img_tab_as_decoration04.png);
}

.introduction_as .tab_introduction_name {
  color: #645d9c;
}

/* .introduction_as .tab_introduction_name::before {
  background-image: url(../../images/tab/img_tab_as_decoration05.png);
} */

.introduction_as .tab_introduction_title {
  margin: 0 0 109px;
}

.introduction_as .tab_introduction_title_bg {
  color: #f6f7f0;
  padding: 10px 20px 15px 20px;
}

.introduction_as .tab_introduction_title_bg.txt-cover.active .in {
  color: #f6f7f0;
}

.introduction_as .tab_introduction_title_bg.tab_introduction_title_bg2 {
  padding: 10px 20px 15px 23px;
}

.introduction_as .tab_introduction_box {
  padding: 0;
}

.introduction_as .tab_introduction_top_box_image01 {
  padding: 0 62px 0 52px;
}

.introduction_as .tab_introduction_box_in {
  margin: 0;
  padding: 0 0 0 14px;
  gap: 0 8.62%;
}

.introduction_as .tab_introduction_top_box_image {
  margin: 0 0 53px;
}

.introduction_as .tab_introduction_top_image02 {
  width: 59.58%;
  max-width: 373px;
  margin: 193px 0 0;
}

.introduction_as .tab_introduction_top_image03 {
  width: 31.78%;
  max-width: 199px;
  margin: 0;
}

.introduction_as .tab_introduction_slide .tab_treatment04 {
  top: -226px;
  left: -74px;
}

.introduction_as .tab_introduction_slide .tab_treatment05 {
  bottom: -240px;
  right: -33px;
}

.introduction_as .tab_introduction_slide_in {
  padding: 0 0 77px;
}

.introduction_as .tab_introduction_slide_list.swiper-wrapper {
  gap: 0 1.5%;
  margin: 0 0 30px;
}

.introduction_as .tab_introduction_slide_image.swiper-slide {
  width: 32.26%;
}

.introduction_as .tab_introduction_slide_text {
  text-align: left;
  width: 50%;
  padding: 0 88px;
  margin: 0 0 0 50%;
  font-size: 1rem;
  line-height: 1.68;
}

.introduction_as .tab_introduction_midlle_in {
  align-items: flex-end;
}

.introduction_as .tab_introduction_midlle_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.68;
}

.introduction_as .tab_introduction_data {
  z-index: 10;
}

.introduction_as .tab_introduction_data .tab_treatment07 {
  top: -79px;
  left: 50%;
  transform: translateX(-366px);
}

.introduction_as .tab_introduction_data_in {
  padding: 0 0 200px;
}

.introduction_as .tab_data_name {
  border-right: 1px solid #645d9c;
  border-bottom: 1px solid #645d9c;
  color: #645d9c;
}

.introduction_as .tab_data_container {
  padding: 20px 68px 41px 54px;
  border-bottom: 1px solid #645d9c;
}
/* スライダーのボタン */
.tab_introduction .arrow {
  top: 54%;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  border: 1px solid #af985a;
  background: #fff;
  transform: translateY(-50%);
}
.tab_introduction .arrow span {
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  width: 9px;
  height: 9px;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(135deg);
}
.tab_introduction .arrow span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #af985a;
}
.tab_introduction .arrow span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: #af985a;
}
.tab_introduction .arrow::after {
  content: "";
}
.tab_introduction .arrow.arrow-prev {
  left: 3px;
}
.tab_introduction .arrow.arrow-prev span {
  left: calc(50% + 1px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tab_introduction .arrow.arrow-next {
  right: 3px;
}
.tab_introduction_slide_list.swiper-wrapper.tab_common_gap{
  gap: 0!important;
}
@media only screen and (max-width: 1350px) and (min-width: 768px) {
  .tab_introduction_top_in {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tab_introduction_top_in {
    align-items: flex-start;
  }
  .tab_introduction_subtitle {
    font-size: 1.125rem;
    padding: 0 65px 0 85px;
  }
  .tab_introduction_subtitle::before {
    width: 73px;
    height: 20px;
  }
  .tab_introduction_name {
    padding: 0 0 0 60px;
  }
  .tab_introduction_name::before {
    width: 34px;
    height: 45px;
  }
  .tab_introduction_title {
    font-size: 1.875rem;
  }
  .tab_introduction_box {
    padding: 0 43px 0 0;
  }
  .tab_introduction_midlle_image {
    width: 100%;
  }
  .tab_introduction_midlle_text {
    width: 100%;
    padding: 30px 15px 0;
  }
  .tab_introduction_last_container {
    display: block;
  }
  .tab_introduction_last_box {
    width: 100%;
    margin: 0 0 80px;
  }
  .tab_introduction_last_data {
    width: 100%;
    text-align: center;
    transform: translateY(0);
    margin: 0 auto;
  }
  .introduction_ky .tab_introduction_top_description {
    padding: 80px 27px 0 48px;
  }
  .introduction_ky .tab_introduction_slide_text {
    padding: 0 54px;
  }
  .introduction_ky .tab_introduction_sw_box .tab_introduction_sw_text {
    order: 2;
    width: 100%;
  }
  .introduction_ky .tab_introduction_sw_box .tab_introduction_sw_image {
    order: 1;
    margin: 0;
    width: 100%;
  }
  .introduction_ky .tab_introduction_sw_text {
    padding: 30px 26px 0 13px;
  }
  .introduction_ky .tab_introduction_sw_container {
    padding: 0 35px;
  }
  .introduction_os .tab_introduction_top_description {
    padding: 80px 27px 0 48px;
  }
  .introduction_os .tab_introduction_slide_text {
    padding: 0 48px;
  }
  .introduction_os .tab_introduction_sw_container {
    padding: 0 35px;
  }
  .introduction_os .tab_introduction_sw_text {
    padding: 30px 26px 0 13px;
  }
  .introduction_as .tab_introduction_top_description {
    padding: 80px 27px 0 48px;
  }
  .introduction_as .tab_introduction_slide_text {
    padding: 0 48px;
  }
  .introduction_as .tab_introduction_sw_container {
    padding: 0 35px;
  }
  .introduction_as .tab_introduction_sw_text {
    padding: 30px 26px 0 13px;
  }
}
/* ==============================================
画像アニメーション共通
================================================ */
@media only screen and (min-width: 768px) {
  .common_animation_pc {
    overflow: hidden;
    position: relative;
  }
  .common_animation_in_pc {
    transform: scale(1.3);
    opacity: 0;
    transition: 1s all ease-in-out;
  }
  .open_animation_in_js_pc {
    transform: scale(1);
    opacity: 1;
  }
}
.txt-cover {
  overflow: hidden;
  position: relative;
}

.txt-cover .in {
  color: transparent;
  opacity: 0;
  transition: opacity 0.6s 0.6s;
  position: relative;
}

.txt-cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}

.txt-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #3e3e3e;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 102%);
}

.txt-cover.active .in {
  color: #fff;
  opacity: 1;
}

.txt-cover.active::before {
  background: #3e3e3e;
  opacity: 1;
}

.txt-cover.active::after {
  animation: txt-cover 1s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  transition: opacity 0;
  transition-delay: 1s;
}

@keyframes txt-cover {
  0% {
    transform: translate(-101%, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* ==============================================
お気に入りのお菓子
================================================ */
.sw {
  margin: 170px 0 0;
}

.sw_area {
  margin: 0 auto;
}

.sw_max_1280 {
  max-width: 1280px;
  margin: auto;
}

p.sw_text {
  font-size: 1.35rem;
  line-height: 1.9;
}

div.sw_line {
  width: calc(100% - 40px);
  height: 2px;
  background-color: #af985a;
  position: relative;
}
div.sw_line::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #af985a;
}
div.sw_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: auto;
  width: 9px;
  height: 9px;
  background-color: #af985a;
  right: 0;
}

.sw_title {
  font-size: 2.625rem;
  position: relative;
  text-align: center;
  line-height: 1.5;
  margin: 255px 0 0;
}
.sw_title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -85px;
  left: 0;
  width: 88px;
  height: 25px;
  background-image: url(../../images/common/img_common_decoration01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 0;
  bottom: auto;
  margin: auto;
}

.sw_introduction {
  background-image: url(../../images/common/img_common_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 130px;
  padding: 0 20px 155px;
}
.sw_introduction .sw_introduction_in {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
}
.sw_introduction .sw_introduction_in p.sw_introduction_text {
  padding: 0 0 115px 55px;
  max-width: 460px;
}
.sw_introduction .sw_introduction_in .sw_img_flex {
  display: flex;
  gap: 10px;
  margin: 100px 0 0;
  position: relative;
}
.sw_introduction .sw_introduction_in .sw_img_flex::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 466px;
  height: 483px;
  background-image: url(../../images/favorite/img_favo_decoration01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 10;
}
.sw_introduction .sw_introduction_in .sw_img_flex figure {
  position: relative;
  z-index: 20;
}

div.sw_introduction_sub {
  width: 100%;
  margin: -30px 0 0;
  padding: 0 20px 125px;
  background-image: url(../../images/common/img_common_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 380px;
}
div.sw_introduction_sub div.sw_introduction_sub_in {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
div.sw_introduction_sub .sw_text {
  max-width: 950px;
  margin: 90px auto 0;
}

.sw_fig {
  font-size: 1rem;
  line-height: 1.5;
  margin: 15px 0 0;
}

.sw_other {
  padding: 115px 20px 200px;
  position: relative;
  background-image: url(../../images/common/img_common_bg01.png);
  background-size: 950px;
  background-repeat: repeat;
  overflow: hidden;
}
.sw_other p.sw_text.sw_other_text1 {
  text-align: center;
  line-height: 1.8;
  position: relative;
  z-index: 50;
}
.sw_other .sw_other_area {
  position: relative;
  z-index: 50;
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.sw_other .sw_other_area .sw_other_block {
  max-width: 413px;
  margin: 40px 0 0;
  box-shadow: 0px 0px 8px 5px rgba(175, 152, 90, 0.1);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.sw_other .sw_other_area figure {
  width: 100%;
}
.sw_other .sw_other_area .sw_other_block_info {
  padding: 30px 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.sw_other .sw_other_area .sw_other_block_info .sw_other_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sw_other .sw_other_area .sw_other_block_info .sw_other_in .sw_pin {
  font-size: 1.25rem;
  color: #00146e;
  padding: 0 0 3px 35px;
  position: relative;
}
/* 修正箇所 1688-11-19-1-1-1 数字アイコンの処理　ここから */
.sw_other_titleIn{
  position: relative;
}
.sw_introduction_no{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: fit-content;
  bottom: 0;
  margin: auto;
}
/* 修正箇所 1688-11-19-1-1-1 数字アイコンの処理　ここまで */

/* div.sw_other div.sw_other_area .sw_other_block_info div.sw_other_in .sw_pin::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 33px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
} */
/* .sw_other .sw_other_area .sw_other_block_info div.sw_other_in .sw_pin1::before {
  background-image: url(../../images/map/img_map_pin05.png);
}
.sw_other .sw_other_area .sw_other_block_info div.sw_other_in .sw_pin2::before {
  background-image: url(../../images/map/img_map_pin06.png);
}
.sw_other .sw_other_area .sw_other_block_info div.sw_other_in .sw_pin3::before {
  background-image: url(../../images/map/img_map_pin07.png);
}
.sw_other .sw_other_area .sw_other_block_info div.sw_other_in .sw_pin4::before {
  background-image: url(../../images/map/img_map_pin08.png);
}
.sw_other .sw_other_area .sw_other_block_info div.sw_other_in .sw_pin5::before {
  background-image: url(../../images/map/img_map_pin09.png);
} */
.sw_other .sw_other_area .sw_other_block_info .sw_material {
  font-size: 1.875rem;
}
.sw_other .sw_other_area p.sw_info_text {
  margin: 30px 0 0;
  line-height: 1.7;
}
.sw_other .sw_other_area .sw_other_be {
  width: 100%;
  border-top: solid 1px #af985a;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 30px 15px 0 50px;
  margin: 45px 0 0;
}
.sw_other .sw_other_area .sw_other_be p {
  font-size: 1.25rem;
  position: relative;
  word-break: keep-all;
}
.sw_other .sw_other_area .sw_other_be p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -45px;
  width: 24px;
  height: 23px;
  background-image: url(../../images/map/img_map_plane02.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.sw_other .sw_other_area .sw_other_be a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 133px;
  background-color: #d54000;
  color: #fff;
}

p.sw_text.sw_other_text2 {
  margin: 85px 0 0;
  text-align: center;
  position: relative;
  z-index: 50;
}

/* ----------------- あしらい ----------------- */
.sw_treatment9 {
  top: 130px;
  left: -110px;
}

.sw_treatment10 {
  display: none;
}

.sw_treatment11 {
  bottom: 910px;
  left: -230px;
}

.sw_treatment12 {
  bottom: 380px;
  right: -210px;
}

.sw_treatment13 {
  bottom: 320px;
  left: -210px;
}

div.map {
  width: 100%;
  border-top: solid 14px #00146e;
  position: relative;
}
div.map .map_value {
  padding: 100px 20px 60px;
  max-width: 1320px;
  margin: 0px auto 0;
}
div.map .map_value .map_value_in {
  margin: 10px 0 0;
  padding: 35px 10px 35px 170px;
  background-color: #eef5ff;
  position: relative;
  
}
.map_value .map_value_in .map_value_in_box{
  display: flex;
  justify-content: space-between;
}

div.map .map_value .map_value_in::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 112px;
  background-image: url(../../images/map/img_map_tiket01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
div.map .map_value .map_value_in .map_title {
  font-size: 3.05rem;
  font-weight: bold;
  color: #00146e;
  position: relative;
  line-height: 1.2;
}
div.map .map_value .map_value_in P {
  font-size: 1.5625rem;
  margin: 10px 0 0px;
  line-height: 1.4;
}
div.map .map_value .map_value_in .map_conditions {
  color: #006ac3;
  margin: auto 0px 0 0;
  padding: 0 45px 5px 5px;
  position: relative;
  transition: 0.2s;
}
div.map .map_value .map_value_in .map_conditions::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: auto;
  width: 8px;
  height: 10px;
  background-image: url(../../images/common/img_common_arrow01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 30px;
  bottom: 0;
  margin: auto;
}
/* 修正箇所 ここから*/
div.map .map_value .map_value_in .map_conditions:hover {
  color:#c73f00;
  text-decoration: underline;
}
div.map .map_value .map_value_in .map_conditions:hover::before {
  background-image: url(../../images/common/img_common_arrow02.png);
  background-size: contain;
}
/* 修正箇所 ここまで*/
div.map .map_value .map_sub {
  font-size: 2.125rem;
  color: #00146e;
  margin: 15px 0 0;
}
div.map::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #00146e transparent transparent transparent;
}
div.map .map_bg {
  background-color: #eef5ff;
  padding: 60px 20px 150px;
}
div.map .map_area {
  max-width: 1080px;
  margin: 0px auto 0;
}
div.map .map_area div.map_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
div.map .map_area div.map_content article.map_block {
  max-width: 520px;
  width: 48.5%;
  margin: 0 0 40px;
}
div.map .map_area div.map_content article.map_block:last-of-type {
  margin: 0 0 0px;
}
div.map .map_area div.map_content article.map_block .map_pin {
  font-size: 1.625rem;
  font-weight: bold;
  color: #00146e;
  padding: 0 0 0 45px;
  position: relative;
}
/* 修正箇所　1688-11-19-1-1-1　ここから */
.map_block_area{
  position: relative;
}
.map_block .map_introduction_no {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: fit-content;
  bottom: 0;
  margin: auto;
}
/* 修正箇所　1688-11-19-1-1-1　ここまで */

div.map .map_area div.map_content article.map_block div.map_block_in {
  margin: 15px 0 0;
  display: flex;
}
div.map .map_area div.map_content article.map_block div.map_block_in figure {
  max-width: 200px;
  width: 39%;
  position: relative;
}
div.map .map_area div.map_content article.map_block div.map_block_in figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px 12px 0;
  text-align: right;
}
div.map .map_area div.map_content article.map_block div.map_block_in div.map_block_in_be {
  background-color: #fff;
  max-width: 320px;
  width: 61%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.map .map_area div.map_content article.map_block div.map_block_in div.map_block_in_be p {
  font-size: 1.25rem;
  padding: 0 0 0 35px;
  position: relative;
}
div.map .map_area div.map_content article.map_block div.map_block_in div.map_block_in_be p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 24px;
  height: 23px;
  background-image: url(../../images/map/img_map_plane02.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
div.map .map_area div.map_content article.map_block div.map_block_in div.map_block_in_be a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 133px;
  background-color: #d54000;
  color: #fff;
  margin: 30px 0 0;
}
div.map .map_area figure.map_ja {
  max-width: 830px;
  margin: -110px 0 0 auto;
  position: relative;
  z-index: 1;
}

.map_super {
  margin: 100px 80px 0 auto;
  display: block;
  width: fit-content;
  transition: 0.2s;
  color: #006ac3;
  position: relative;
}
.map_super::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: auto;
  width: 8px;
  height: 10px;
  background-image: url(../../images/common/img_common_arrow01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: -10px;
  bottom: 0;
  margin: auto;
}
.map_super:hover {
  opacity: 0.7;
}

/* ==============================================
pcレスポンシブ  
================================================ */
@media screen and (max-width: 1300px) {
  /* -----メインビジュアル----- */
  .mv_title_area_in .mv_main_title {
    font-size: 2.6rem;
  }
  .mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
    font-size: 4.9rem;
  }
  /* -----メインビジュアル----- */
  .sw_introduction .sw_introduction_in .sw_img_flex::before {
    width: 60%;
  }
   /* -----マップ----- */
  .map_value .map_value_in .map_value_in_box{
    display:  block;
  }
  div.map .map_value .map_value_in P {
    margin: 10px 0 15px;
}
}

@media screen and (max-width: 1200px) {
  /* -----メインビジュアル----- */
  .mv .mv_area .mv_title_area_in {
    left: 25px;
  }
  /* .mv .mv_area .mv_title_area_in .mv_main_title {
    font-size: 3.125rem;
  } */
  .mv .mv_area .mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
    font-size: 5rem;
  }
  /* -----マップ----- */
 
  div.map .map_value .map_value_in .map_conditions {
    color: #006ac3;
    margin: 10px 0px 0 0;
    padding: 0 0px 0 0;
    position: relative;
    transition: 0.2s;
  }
  
  div.map .map_value .map_value_in .map_conditions::before {
    right: -17px;
  }
  div.map section.map_area div.map_content article.map_block div.map_block_in div.map_block_in_be {
    width: 300px;
  }
  div.map section.map_area div.map_content {
    gap: 25px;
  }
  div.map .map_area figure.map_ja {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 1100px) {
  /* -----メインビジュアル----- */
  .mv .mv_area .mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
    font-size: 4.375rem;
  }
  .mv .mv_area .mv_title_area_in .mv_main_title {
    font-size: 2.2rem;
  }
  /* -----マップ----- */
  div.map section.map_area div.map_content article.map_block div.map_block_in div.map_block_in_be {
    width: 255px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_on_1000 {
    display: none;
  }
  .responsive_on_1000 {
    display: block;
  }
  /* -----メインビジュアル----- */
  .mv .mv_slide_area {
    z-index: 50;
    width: calc(100% - 15px);
    margin: 0 0 0 auto;
  }
  .mv_subtitle {
    font-weight: bold;
    padding: 25px 0 25px 85px;
    width: fit-content;
    margin: 0 auto;
  }
  .mv_main_title {
    font-size: 3.125rem;
    font-weight: bold;
    line-height: 1.4;
    width: fit-content;
    margin: 0 auto 0;
    padding: 0 0 0;
    line-height: 1.8;
    text-align: center;
  }
  .mv_title_size {
    font-size: 4.0625rem;
    margin: 0 -20px 0;
    font-weight: bold;
    position: relative;
    top: 5px;
  }
  .mv .mv_about_in p {
    margin: 50px 0 0 0%;
    padding: 0 15px 0;
    position: relative;
  }
  .mv .mv_about {
    padding: 100px 0 240px;
  }
  .mv_main_title_space {
    font-weight: bold;
    letter-spacing: 3px;
  }
  /* -----色々なお菓子----- */
  .sw_introduction .sw_introduction_in {
    display: block;
  }
  .sw_introduction .sw_introduction_in p.sw_introduction_text {
    padding: 0 0 0px 0px;
    max-width: inherit;
  }
  .sw_introduction {
    background-image: url(../../images/common/img_common_bg02.png);
    padding: 40px 20px 0px;
    margin: 80px 0 0;
  }
  .sw_introduction .sw_introduction_in .sw_img_flex {
    display: flex;
    gap: 10px;
    margin: 50px 0 0;
    position: relative;
  }
  div.sw_introduction_sub {
    width: 100%;
    margin: 100px 0 0;
    padding: 0px 20px 100px;
    background-image: url(../../images/common/img_common_bg02.png);
    background-size: contain;
    background-position: 0 80px;
  }
  /* -----マップ----- */
  div.map .map_value .map_value_in .map_title {
    font-size: 3rem;
}
div.map .map_value h3 {
  font-size: 1.5rem;
}
  div.map section.map_area div.map_content article.map_block div.map_block_in div.map_block_in_be {
    width: 225px;
  }
  /* -----あしらい----- */
  .mv_treatment3 {
    top: 10px;
    left: -80px;
  }
  .mv_treatment4 {
    display: none;
  }
  .mv_treatment5 {
    display: none;
  }
  .mv_treatment7 {
    bottom: 440px;
    left: -270px;
  }
  .sw_treatment9 {
    top: 0px;
    left: -230px;
  }
  .sw_treatment13 {
    bottom: 260px;
    left: -210px;
  }
}
@media screen and (max-width: 900px) {
  /* -----マップ----- */
  div.map section.map_area div.map_content article.map_block {
    margin: 0 auto;
  }
  div.map .map_area div.map_content article.map_block div.map_block_in div.map_block_in_be a {
    margin: 20px 0 0;
}
  /* -----あしらい----- */
  .mv_treatment7 {
    bottom: 490px;
    left: -270px;
  }
}
@media screen and (max-width: 768px) {
  .pc_on_tab {
    display: none;
  }
  .tab_on {
    display: block;
  }
  .common_pa20{
    padding: 0;
  }
  /* -----マップ----- */
  div.map .map_value {
    padding: 100px 15px 50px;
  }
  div.map .map_value .map_value_in {
    padding: 35px 10px 25px 100px;
  }
  div.map .map_value .map_value_in h2.roboto {
    font-size: 2.375rem;
    font-weight: bold;
    padding: 0 0 0;
  }
  div.map .map_value .map_value_in P {
    font-size: 1.3125rem;
  }
  div.map .map_value .map_value_in h3 {
    font-size: 1.25rem;
    margin: 15px 0 0;
  }
  div.map section.map_area div.map_content article.map_block h3 {
    font-size: 1.625rem;
    text-align: left;
  }
  div.map section.map_area div.map_content {
    margin: 80px 0 0;
  }
  div.map .map_area div.map_content {
    display: block;
}
div.map .map_area div.map_content article.map_block {
  margin: 0 auto 30px;
  width: 100%;
}
div.map .map_area div.map_content article.map_block:last-of-type {
  margin: 0 auto 0px;
}
  /* -----あしらい----- */
  .mv_treatment7 {
    bottom: 700px;
    left: -270px;
  }
}
@media screen and (max-width: 768px) {
  /* ==============================================
  タブエリア
  ================================================ */
  .tab_max_1280 {
    padding: 0 15px;
  }
  .tab_introduction_area_bottom::after {
    top: -6px;
    width: 53px;
    height: 15px;
  }
  .tab_area {
    position: relative;
  }
  .tab_bottom {
    padding: 0 0px;
}
  .tab_area_in {
    position: relative;
    z-index: 9;
    padding: 0 15px;
  }
  .tab_area_treatment02 {
    top: 0px;
    right: auto;
    left: -280px;
}
  .tab_title {
    padding: 0 55px;
    font-size: 1.1875rem;
  }
  .tab_title::before {
    transform: translateY(-50%);
    width: 42px;
  }
  .tab_title::after {
    content: "";
    transform: translateY(-50%);
    width: 42px;
  }

  /* 修正箇所_電脳 タブ切り替えここから */
  .tab_list {
    padding: 30px 0 0;
  }
  .tab_list ul {
    gap: 14px 2%;
  }
  .tab_list ul li {
    width: 48.98%;
  }
  .tab_item {
    padding: 0;
  }
  /* 修正箇所_電脳 タブ切り替えここまで */
 
  .tab_item .tab_item_in {
    padding: 14px 14px 7px;
}
.tab_item.tab_ka.is-active .tab_item_in, .tab_item.tab_ka:hover .tab_item_in {
  padding: 14px 14px 7px;
}
.tab_item.tab_as.is-active .tab_item_in, .tab_item.tab_as:hover .tab_item_in {
  padding: 14px 14px 7px;
}
.tab_item.tab_ky.is-active .tab_item_in, .tab_item.tab_ky:hover .tab_item_in {
  padding: 14px 14px 7px;
}
.tab_item.tab_os.is-active .tab_item_in, .tab_item.tab_os:hover .tab_item_in {
  padding: 14px 14px 7px;
}
.tab_item::before {
  bottom: -10px;
  top: auto;
}
.tab_item::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  }
.tab_item.tab_as.is-active::before, .tab_item.tab_as:hover::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #645d9c;
}
.tab_item.tab_os.is-active::before, .tab_item.tab_os:hover::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #506f3d;
}
.tab_item.tab_ka.is-active::before, .tab_item.tab_ka:hover::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7e643d;
}
.tab_item.tab_ky.is-active::before, .tab_item.tab_ky:hover::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b54444;
}

.tab_bottom .tab_item::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  border-bottom: 10px solid transparent;
  top: -10px;
  bottom: auto;
  }
  
.tab_bottom .tab_item.tab_ky.is-active::before, .tab_bottom .tab_item.tab_ky:hover::before {
  top: -10px;
  }
.tab_bottom .tab_item.tab_ka.is-active::before, .tab_bottom .tab_item.tab_ka:hover::before {
  border-bottom: 10px solid #7e643d;
}
.tab_bottom .tab_item.tab_ky.is-active::before, .tab_bottom .tab_item.tab_ky:hover::before {
  border-bottom: 10px solid #b54444;
}
.tab_bottom .tab_item.tab_os.is-active::before, .tab_bottom .tab_item.tab_os:hover::before {
  border-bottom: 10px solid #506f3d;
}
.tab_bottom .tab_item.tab_as.is-active::before, .tab_bottom .tab_item.tab_as:hover::before {
  border-bottom: 10px solid #645d9c;
}
.tab_bottom .tab_item.tab_ka.is-active::before, .tab_bottom .tab_item.tab_ka:hover::before {
  top: -10px;
}
.tab_bottom .tab_item.tab_os.is-active::before, .tab_bottom .tab_item.tab_os:hover::before {
  top: -10px;
}
.tab_bottom .tab_item.tab_as.is-active::before, .tab_bottom .tab_item.tab_as:hover::before {
  top: -10px;
}
.tab_bottom .tab_item.tab_ka.is-active .tab_item_in, .tab_bottom .tab_item.tab_ka:hover .tab_item_in {
  padding: 7px 14px 14px;
}
.tab_bottom .tab_item.tab_ky.is-active .tab_item_in, .tab_bottom .tab_item.tab_ky:hover .tab_item_in {
  padding: 7px 14px 14px;
}
.tab_bottom .tab_item.tab_os.is-active .tab_item_in, .tab_bottom .tab_item.tab_os:hover .tab_item_in {
  padding: 7px 14px 14px;
}
.tab_bottom .tab_item.tab_as.is-active .tab_item_in, .tab_bottom .tab_item.tab_as:hover .tab_item_in {
  padding: 7px 14px 14px;
}
  .tab_item figure {
    margin: 0 0 3px;
  }
  .tab_item::before {
    bottom: -10px;
  }
  .tab_item_title {
    padding: 0 0 11px;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .tab_arrow {
    width: 11px;
    height: 11px;
  }
  .tab_arrow::before,
  .tab_arrow::after {
    border-radius: 2px;
  }
  .tab_arrow::before {
    height: 2px;
  }
  .tab_arrow::after {
    width: 2px;
  }
  .tab_item.tab_ka {
    border: 1px solid #7e643d;
  }
  .tab_item.tab_ka.is-active {
    padding: 0 0 0;
  }
  .tab_item.tab_ka.is-active::before {
    bottom: -10px;
  }
  .tab_item.tab_ka.is-active .tab_item_title {
    color: #fff;
  }
   .tab_introduction_data_ka{
    padding: 0 0 85px;
  }
  
  .tab_item.tab_ky {
    border: 1px solid #b54444;
  }
  .tab_item.tab_ky.is-active {
    padding: 0 0 0;
  }
  .tab_item.tab_ky.is-active::before {
    bottom: -10px;
  }
  .tab_item.tab_ky.is-active .tab_item_title {
    color: #fff;
  }
  .tab_item.tab_os {
    border: 1px solid #506f3d;
  }
  .tab_item.tab_os.is-active {
    padding: 0 0 0;
  }
  .tab_item.tab_os.is-active::before {
    bottom: -10px;
  }
  .tab_item.tab_os.is-active .tab_item_title {
    color: #fff;
  }
  .tab_item.tab_as {
    border: 1px solid #645d9c;
  }
  .tab_item.tab_as.is-active {
    padding: 0 0 0;
  }
  .tab_item.tab_as.is-active::before {
    bottom: -10px;
    top: auto;
  }
  .tab_item.tab_as.is-active .tab_item_title {
    color: #fff;
  }
  .tab_bottom .tab_item .tab_item_in{
    padding: 7px 14px 14px;
  }
  .tab_bottom .tab_item::before {
    top: -10px;
    bottom: auto;
  }
  .tab_bottom .tab_item_title {
    padding: 12px 0 5px;
  }
  .tab_bottom .tab_item.tab_ka {
    border-top: none;
    border-bottom: 1px solid #7e643d;
    border-top: 1px solid #7e643d;
  }
  .tab_bottom .tab_item.tab_ka.is-active .tab_item_in{
     padding: 7px 14px 14px;
  }
  .tab_bottom .tab_item.tab_ka.is-active::before {
    top: -10px;
  }
  .tab_bottom .tab_item.tab_ky {
    border: 1px solid #b54444;
  }
  .tab_bottom .tab_item.tab_ky.is-active .tab_item_in{
     padding: 7px 14px 14px;
  }
  .tab_bottom .tab_item.tab_ky.is-active::before {
    top: -10px;
  }
  .tab_bottom .tab_item.tab_os {
    border: 1px solid #506f3d;
  }
  .tab_bottom .tab_item.tab_os.is-active .tab_item_in{
     padding: 7px 14px 14px;
  }
  .tab_bottom .tab_item.tab_os.is-active::before {
    top: -10px;
  }
  .tab_bottom .tab_item.tab_as {
    border: 1px solid #645d9c;
  }
  .tab_bottom .tab_item.tab_as.is-active .tab_item_in{
     padding: 7px 14px 14px;
  }
  .tab_bottom .tab_item.tab_as.is-active::before {
    top: -10px;
  }
  .tab_treatment {
    display: none;
  }
  .tab_introduction_area::before {
    top: 600px;
    height: calc(100% - 600px);
  }
  .tab_introduction_top {
    padding: 100px 0 67px;
  }
  .tab_introduction_top_in {
    flex-wrap: wrap;
  }
  .tab_introduction_top_container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
    order: 1;
  }
  .tab_introduction_top_wrapper {
    width: 100%;
    order: 0;
  }
  .tab_introduction_top_title {
    display: block;
    margin: 0 0 31px;
    width: 100%;
    text-align: center;
  }
  /* 修正箇所　ここから */
  .tab_introduction_top_title_in{
    margin: 0 auto;
  }
  /* 修正箇所　ここまで */
  .tab_introduction_subtitle {
    display: inline-block;
    margin: 0 auto 10px;
    font-size: 0.8125rem;
    padding: 0 0 0 50px;
  }
  .tab_introduction_subtitle span {
    padding: 0 0 0 6px;
    font-size: 1.25rem;
  }
  .tab_introduction_subtitle::before {
    width: 42px;
    height: 13px;
  }
  .tab_introduction_name {
    padding: 0 0 0 55px;
    width: fit-content;
    margin: 0 auto;
  }
  .tab_introduction_name::before {
    width: 35px;
    height: 45px;
  }
  .tab_introduction_title {
    margin: -18px 0 93px;
    padding: 0 15px;
    font-size: 1.5625rem;
  }
  .tab_introduction_title_bg {
    padding: 6px 13px 10px 13px;
  }
  .tab_introduction_title .tab_introduction_title_bg1 {
    margin: 10px 0 0;
    padding: 6px 13px 10px 13px;
  }
  .tab_introduction_title .tab_introduction_title_bg2 {
    padding: 6px 13px 10px 13px;
  }
  .tab_introduction_box {
    padding: 0 15px;
  }
  .tab_introduction_box_in {
    gap: 0 10px;
    margin: 0 0 10px;
  }
  .tab_introduction_top_wrap {
    padding: 30px 0px 0;
  }
  .tab_introduction_top_text {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    font-size: 0.875rem;
  }
  .tab_introduction_midlle_in {
    padding: 0 15px 65px;
  }
  .tab_introduction_midlle_image {
    width: 100%;
    margin: 0 0 30px;
  }
  .tab_introduction_midlle_text {
    width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.875;
  }
  .introduction_as .tab_introduction_midlle_text {
    font-size: 0.875rem;
}
  .tab_introduction_bottom {
    padding: 0 0 96px;
  }
  .tab_introduction_bottom_in {
    padding: 0 15px;
  }
  .tab_introduction_bottom_container {
    width: 100%;
    padding: 0;
    order: 2;
  }
  .tab_introduction_bottom_image {
    width: 100%;
    order: 1;
    margin: 0 0 18px;
  }
  .tab_introduction_bottom_image img {
    max-width: none;
  }
  .tab_introduction_bottom_content {
    gap: 0 3.2%;
    max-width: none;
    margin: 0 0 30px;
  }
  .tab_introduction_bottom_content li {
    width: 22.6%;
  }
  .tab_introduction_bottom_text {
    font-size: 1rem;
    line-height: 1.68;
  }
  .tab_introduction_bottom_text{
    font-size: 0.875rem;
  }
  .tab_introduction_text_in {
    text-align: center;
    padding: 0 15px 40px;
  }
  .tab_introduction_text_in p {
    max-width: none;
    text-align: left;
    font-size: 1rem;
    line-height: 1.87;
  }
  .tab_introduction_slide {
    position: relative;
  }
  .tab_introduction_slide_in {
    position: relative;
    z-index: 10;
    padding: 0 0 96px;
  }
  .tab_introduction_slide_list.swiper-wrapper {
    margin: 0 0 32px;
  }
  .tab_introduction_slide_list.swiper-wrapper.tab_common_flex{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tab_introduction_slide_image.swiper-slide {
    width: 49%;
  }
  .tab_introduction_slide_text {
    text-align: left;
    padding: 0 15px;
    font-size: 0.875rem;
  }
  
  .tab_introduction_ka{
    padding: 0 0 65px;
  }
  .introduction_ky .tab_introduction_data_ky {
    padding: 0 0px 90px;
  }
  .tab_introduction_last {
    padding: 90px 0 0;
  }
  .tab_introduction_last_in {
    padding: 0 15px 95px;
  }
  .tab_introduction_last_container {
    flex-wrap: wrap;
  }
  .tab_introduction_last_box {
    width: 100%;
  }
  .tab_introduction_last_text {
    padding: 23px 0 44px;
    font-size: 1rem;
    line-height: 1.87;
  }
  .tab_introduction_last_data {
    width: 100%;
    padding: 0;
    text-align: center;
    transform: translateY(0);
  }
  .tab_data {
    padding: 0 0 91px;
  }
  .tab_data_wrapper {
    display: block;
    min-width: auto;
    max-width: none;
    padding: 10px 13px 25px;
  }
  .tab_data_wrapper::after {
    top: -6px;
    right: -1px;
  }
  .tab_data_name {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .tab_data_container {
    padding: 29px 20px 50px;
    font-size: 0.875rem;
  }
  .tab_data_address {
    margin: 0;
  }
  .tab_data_address_box {
    margin: 0 0 15px;
  }
  .tab_data_address_box span {
    font-size: 1rem;
  }
  .introduction_ka .tab_introduction_top_image {
    width: 100%;
    order: 0;
  }
  .introduction_ky .tab_introduction_area::before {
    top: 600px;
    height: calc(100% - 600px);
  }
  .introduction_ky .tab_introduction_top {
    padding: 100px 0 80px;
  }
  .introduction_ky .tab_introduction_top_container {
    padding: 0 15px;
  }
  .introduction_ky .tab_introduction_top_description {
    max-width: none;
    padding: 0 15px 68px;
    font-size: 1rem;
  }
  .introduction_ky .tab_introduction_title {
    position: relative;
    z-index: 10;
    margin: -20px 0 93px;
  }
  .introduction_ky .tab_introduction_title_bg {
    padding: 7px 13px 10px 13px;
  }
  .introduction_ky .tab_introduction_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.69%;
    padding: 0;
  }
  .introduction_ky .tab_introduction_top_box_image01 {
    padding: 0;
    width: 64.9%;
  }
  .introduction_ky .tab_introduction_box_in {
    width: 31.4%;
  }
  .introduction_ky .tab_introduction_top_box_image {
    margin: 0;
  }
  .introduction_ky .tab_introduction_top_image02 {
    width: 100%;
    max-width: none;
    margin: 0 0 1.3333vw;
  }
  .introduction_ky .tab_introduction_top_image03 {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .introduction_ky .tab_introduction_slide_in {
    padding: 0 0 68px;
  }
  .introduction_ky .tab_introduction_slide_in .arrow {
    top: 52%;
  }
  .introduction_ky .tab_introduction_slide_list.swiper-wrapper {
    gap: 0;
  }
  .introduction_ky .tab_introduction_slide_text {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    font-size: 0.875rem;
  }
  .introduction_ky .tab_introduction_sw {
    padding: 0 0 54px;
  }
  .introduction_ky .tab_introduction_data {
    z-index: 10;
    padding: 0 15px;
}
  .introduction_ky .tab_introduction_sw_wrapper {
    margin: 0 0 90px;
  }
  .introduction_ky .tab_introduction_sw_wrapper:last-child {
    margin: 0;
  }
  .introduction_ky .tab_introduction_sw_container {
    width: 100%;
    padding: 0;
    margin: 0 0 90px;
  }
  .introduction_ky .tab_introduction_sw_container:last-child {
    margin: 0;
  }
  .introduction_ky .tab_introduction_sw_container02 {
    margin: 0;
  }
  .introduction_ky .tab_introduction_sw_container04 {
    margin: 0;
  }
  .introduction_ky .tab_introduction_sw_box {
    display: flex;
    flex-wrap: wrap;
  }
  .introduction_ky .tab_introduction_sw_box .tab_introduction_sw_text {
    width: 100%;
    order: 1;
  }
  .introduction_ky .tab_introduction_sw_box .tab_introduction_sw_image {
    margin: 0;
    width: 100%;
    order: 0;
  }
  .introduction_ky .tab_introduction_sw_text {
    padding: 30px 0 0;
    font-size: 0.875rem;
  }
  .introduction_os .tab_introduction_area::before {
    top: 600px;
    height: calc(100% - 600px);
  }
  .introduction_os .tab_introduction_top {
    padding: 100px 0 80px;
  }
  .introduction_os .tab_introduction_top_container {
    padding: 0 15px;
  }
  .introduction_os .tab_introduction_top_description {
    max-width: none;
    padding: 0 15px 65px;
    font-size: 1rem;
  }
  .introduction_os .tab_introduction_title {
    position: relative;
    z-index: 10;
    margin: -20px 0 93px;
  }
  .introduction_os .tab_introduction_title_bg {
    padding: 7px 13px 10px 13px;
  }
  .introduction_os .tab_introduction_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.69%;
    padding: 0;
  }
  .introduction_os .tab_introduction_box_in {
    padding: 0;
  }
  .introduction_os .tab_introduction_top_box_image01 {
    padding: 0;
    width: 64.9%;
  }
  .introduction_os .tab_introduction_box_in {
    width: 31.4%;
  }
  .introduction_os .tab_introduction_top_box_image {
    margin: 0;
  }
  .introduction_os .tab_introduction_top_image02 {
    width: 100%;
    max-width: none;
    margin: 0 0 2.9vw;
  }
  .introduction_os .tab_introduction_top_image03 {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .introduction_os .tab_introduction_slide_in {
    padding: 0 0 80px;
  }
  .introduction_os .tab_introduction_slide_text {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    font-size: 0.875rem;
  }
  .introduction_os .tab_introduction_sw {
    padding: 0 0 54px;
  }
  .introduction_os .tab_introduction_sw_wrapper {
    margin: 0 0 90px;
  }
  .introduction_os .tab_introduction_sw_wrapper:last-child {
    margin: 0;
  }
  .introduction_os .tab_introduction_sw_container {
    width: 100%;
    padding: 0;
    margin: 0 0 90px;
  }
  .introduction_os .tab_introduction_sw_container:last-child {
    margin: 0;
  }
  .introduction_os .tab_introduction_sw_container02 {
    margin: 0;
  }
  .introduction_os .tab_introduction_sw_container04 {
    margin: 0;
  }
  .introduction_os .tab_introduction_sw_text {
    padding: 30px 0 0;
    font-size: 0.875rem;
  }
  .introduction_os .tab_introduction_data_in {
    padding: 0 15px 91px;
  }
  .introduction_os .tab_data_container {
    padding: 29px 20px 50px;
  }
  .introduction_as .tab_introduction_area::before {
    top: 600px;
    height: calc(100% - 600px);
  }
  .introduction_as .tab_introduction_top {
    padding: 100px 0 80px;
  }
  .introduction_as .tab_introduction_top_container {
    padding: 0 15px;
  }
  .introduction_as .tab_introduction_top_description {
    max-width: none;
    padding: 0 15px 65px;
    font-size: 1rem;
  }
  .introduction_as .tab_introduction_title {
    position: relative;
    z-index: 10;
    margin: -20px 0 93px;
    font-size: 1.4375rem;
  }
  .introduction_as .tab_introduction_title_bg {
    padding: 7px 13px 10px 13px;
  }
  .introduction_as .tab_introduction_title_bg.tab_introduction_title_bg2 {
    padding: 7px 20px 10px 18px;
  }
  .introduction_as .tab_introduction_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3.69%;
    padding: 0;
  }
  .introduction_as .tab_introduction_box_in {
    flex-wrap: wrap;
    padding: 0;
  }
  .introduction_as .tab_introduction_top_box_image01 {
    padding: 0;
    width: 64.9%;
  }
  .introduction_as .tab_introduction_box_in {
    width: 31.4%;
  }
  .introduction_as .tab_introduction_top_box_image {
    margin: 0;
  }
  .introduction_as .tab_introduction_top_image02 {
    width: 100%;
    max-width: none;
    margin: 0 0 2.9vw;
  }
  .introduction_as .tab_introduction_top_image03 {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .introduction_as .tab_introduction_slide_in {
    padding: 0 0 80px;
  }
  .introduction_as .tab_introduction_slide_in .arrow {
    top: 53%;
  }
  .introduction_as .tab_introduction_slide_list.swiper-wrapper {
    gap: 0;
  }
  .introduction_as .tab_introduction_slide_text {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    font-size: 0.875rem;
  }
  .introduction_as .tab_introduction_sw {
    padding: 0 0 54px;
  }
  .introduction_as .tab_introduction_sw_wrapper {
    margin: 0 0 90px;
  }
  .introduction_as .tab_introduction_sw_wrapper:last-child {
    margin: 0;
  }
  .introduction_as .tab_introduction_sw_container {
    width: 100%;
    padding: 0;
    margin: 0 0 90px;
  }
  .introduction_as .tab_introduction_sw_container:last-child {
    margin: 0;
  }
  .introduction_as .tab_introduction_sw_container02 {
    margin: 0;
  }
  .introduction_as .tab_introduction_sw_container04 {
    margin: 0;
  }
  .introduction_as .tab_introduction_sw_text {
    padding: 30px 0 0;
    font-size: 0.875rem;
  }
  .introduction_as .tab_introduction_data_in {
    padding: 0 15px 91px;
  }
  .introduction_as .tab_data_container {
    padding: 29px 20px 50px;
  }
  .tab_introduction_slide_image.swiper-slide.as_img{
    width: 33.33%;
  }
}

/* ===============================
Firefoxのcss  
================================*/
@-moz-document url-prefix() {
  /* Firefoxに指定するスタイルを記入 */
  .mv .mv_area .mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
    margin: 0 0px !important;
  }
  .mv_title_size {
    margin: 0 0px 0 !important;
  }
}
