* {
  box-sizing: border-box;
}

:root {
  --header: 120px;
  --bgSite: #67c9bf;
  --content-width: 1000px;
  --font-yugothic: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --font-yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  --font-meiryo: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
    helvetica, sans-serif;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
}

a {
  transition: all 0.2s;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.linkfull {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.break_pc {
  display: block;
}

.break_sp {
  display: contents;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*#wrapper:before{
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	content: "";
	margin: 0 auto;
	z-index: 9999;
}*/

/*-- header --------------------------------
------------------------------------------*/
header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: var(--header);
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  z-index: 11;
}

.scroll header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.hlogo {
  position: relative;
  margin-right: 68px;
}

.hlogo-txt {
  position: relative;
  font-size: 14px;
  margin-top: 6px;
}

.hContent {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 122px;
  z-index: 1;
}

.hContent::before {
  position: absolute;
  content: "";
  z-index: -1;
  clip-path: polygon(45px 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--bgSite);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hContent::after {
  position: absolute;
  content: "";
  top: 0;
  left: -14px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-lines.svg);
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.hnav {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 225px;
}

.hnav>li {
  position: relative;
  margin-right: 30px;
}

.hnav>li:hover .hnav-lv2 {
  visibility: visible;
  opacity: 1;
}

.hnav>li:last-child {
  margin-right: 0;
}

.hnav>li>span,
.hnav>li>a:not(.Gmail) {
  display: block;
  position: relative;
  top: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-family);
  letter-spacing: 0.1em;
  line-height: 1em;
  white-space: nowrap;
  --space: 20px;
  margin-top: var(--space);
  margin-bottom: var(--space);
}

.hnav>li>span {
  padding-bottom: var(--space);
  margin-bottom: 0;
}

.hnav>li:hover>span,
.hnav>li:hover>a:not(.Gmail) {
  color: #1f2e55;
}

.hnav>li>span::before {
  position: absolute;
  content: "";
  padding: 4px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  bottom: 9px;
  left: 38px;
}

.hnav>li:hover>span::before {
  transform: rotate(-45deg);
  bottom: 4px;
}

.hnav .hnav-buy,
.hnav .hnav-mail {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.hnav .hnav-buy a,
.hnav .hnav-mail a {
  position: relative;
  width: 220px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  font-family: var(--font-yumincho);
  font-weight: lighter;
  white-space: nowrap;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.1em;
  background-image: url(../images/icon-right.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 25px top 25px;
  transition: all 0.3s ease-in-out;
}

.hnav .hnav-buy a {
  width: 270px;
}

.hnav .hnav-buy a {
  font-size: 18px;
}

.hnav .hnav-buy a .icon,
.hnav .hnav-mail a .icon {
  position: relative;
  padding-right: 8px;
  top: -2px;
}

.hnav .hnav-buy a .icon {
  top: 0;
  padding-right: 20px;
}

.hnav .hnav-buy a:hover,
.hnav-mail a:hover {
  background-color: #32a296;
  border: 1px solid #32a296;
}

.hnav-lv2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 15;
  visibility: hidden;
  opacity: 0;
}

.hnav-lv2 li {
  position: relative;
  border-bottom: 1px solid var(--bgSite);
  min-width: 200px;
}

.hnav-lv2 li a {
  position: relative;
  display: block;
  white-space: nowrap;
  color: #1f2e55;
  background-color: #f5fdff;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 16px;
}

.hnav-lv2 a:hover {
  background-color: var(--bgSite);
  color: #fff;
}

.hicon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 110;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  padding-bottom: 20px;
}

.hicon::before {
  position: absolute;
  content: "MENU";
  color: #fff;
  font-size: 14px;
  font-family: var(--font-yumincho);
  line-height: 1;
  white-space: nowrap;
  bottom: 0;
  font-weight: 400;
}

.hicon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80px;
  padding-right: 30px;
  background-color: var(--bgSite);
}

.hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  pointer-events: none;
}

.hamburger>span,
.hamburger>span::before,
.hamburger>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition-duration: 0.25s;
}

.hamburger>span::before {
  content: "";
  top: -12px;
}

.hamburger>span::after {
  content: "";
  top: 12px;
}

.open-nav {
  overflow: hidden;
}

.open-nav .to-top.show {
  display: none;
}

.open-nav header {
  background-color: #f5fdff;
}

.open-nav .hicon::before {
  content: "CLOSE";
  color: #333;
}

.open-nav .hamburger>span,
.open-nav .hamburger>span::before,
.open-nav .hamburger>span::after {
  background: #333;
}

.open-nav .hamburger>span {
  transform: rotate(45deg);
}

.open-nav .hamburger>span::before {
  top: 0;
  transform: rotate(0);
  opacity: 0;
}

.open-nav .hamburger>span::after {
  top: 0;
  transform: rotate(90deg);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
}

nav.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
}

body.open-nav {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

nav .nav-wrapp {
  height: 100%;
  overflow: auto;
  width: 700px;
  padding: 112px 110px 60px 110px;
  background: #f5fdff;
  margin-left: auto;
}

nav .nav-flex {
  display: flex;
  justify-content: space-between;
}

body.open-nav .hicon {
  color: #000;
}

.nav-flex {
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #969c9e;
}

.nav-flex .item .title {
  font-weight: 700;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}

.nav-flex .item .title.sp {
  display: none;
}

.nav-flex .item ul li {
  position: relative;
  margin-bottom: 22px;
}

.nav-flex .item ul li a {
  color: #333;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  display: inline-block;
  padding-left: 23px;
}

.nav-flex .item ul li a::before {
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: var(--bgSite);
  top: 9px;
  left: 0;
  content: "";
}

.nav-flex .item ul li a:hover {
  color: #67c9bf;
}

.nav-info .nav-logo {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.nav-info .nav-logo img {
  margin: 0 auto;
}

.nav-info .nav-add {
  letter-spacing: 0.087em;
  line-height: 2.1875em;
}

.nav-info .nav-btn {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.nav-info .nav-btn a {
  width: 360px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.nav-info .nav-btn a .icon {
  width: 20px;
  height: 20px;
}

.nav-info .nav-btn a.order {
  flex-direction: row;
  gap: 8px;
  background-color: var(--bgSite);
}

.nav-info .nav-btn a.order:hover {
  background-color: #32a296;
}

.nav-info .nav-btn a.tel {
  flex-direction: row;
  gap: 8px;
  background-color: #B8E6A3;
}



.nav-info .nav-btn a.tel:hover {
  background-color: #A5D991;
}

.nav-info .nav-btn a.contact {
  flex-direction: row;
  gap: 8px;
  background-color: #D4E6B6;
}



.nav-info .nav-btn a.contact:hover {
  background-color: #C2D4A4;
}

.mvFixedBtn {
  display: none;
}

/*-- /header -------------------------------
------------------------------------------*/

/*-- mv -----------------------------------
------------------------------------------*/
.mv {
  position: relative;
  padding-bottom: 100px;
}

.bg_mv {
  position: relative;
  z-index: 1;
  padding-bottom: 67px;
}

.bg_mv .mv_img_l {
  position: absolute;
  left: 0;
  bottom: 0;
}

.bg_mv .mv_img_r {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.bg_txt_mv {
  position: absolute;
  left: 235px;
  top: 200px;
  z-index: 2;
}

.bg_txt_mv .en {
  font-size: 180px;
  font-family: var(--font-yumincho);
  color: rgba(239, 246, 246, 0.75);
  line-height: 1.2;
  font-weight: 400;
}

.mv .txt_mv {
  font-size: 58px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
  font-family: var(--font-yumincho);
  letter-spacing: 20px;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2),
    0 0 8px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2),
    0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2),
    0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2),
    0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2),
    0 0 5px rgba(255, 255, 255, 0.2);
}

/* .mv .txt_mv h1{
	opacity: 0;
  	visibility: hidden;
}
.mv .txt_mv h1.show {
	opacity: 1;
  	visibility: visible;
} */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.mv .scroll {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.mv .scroll:before {
  height: 150px;
  width: 1px;
  background-color: #8b8b8b;
  position: absolute;
  top: 0;
  content: "";
}

.mv .scroll a {
  display: block;
  height: 150px;
}

.mv .scroll a img {
  animation: scroll ease 2s infinite;
  position: relative;
  left: 10px;
}

/*-- /mv ----------------------------------
------------------------------------------*/

/*-- title h2 -----------------------------
------------------------------------------*/
.idx_ttl_h2 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 85px;
}

.idx_ttl_h2 .en {
  font-size: 150px;
  color: #d9f2ef;
  font-family: var(--font-yumincho);
  font-weight: 400;
  letter-spacing: 15px;
}

.idx_ttl_h2 .ja {
  font-size: 22px;
  display: block;
}

/*-- /title h2 ----------------------------
------------------------------------------*/

/*-- idx_about ----------------------------
------------------------------------------*/
.idx_about {
  padding: 185px 0 150px 0;
  background-color: #f5fdff;
}

.idx_about_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.idx_about_flex .txt {
  width: calc(100% - 860px);
  max-width: 530px;
  margin-right: 60px;
}

.idx_about_flex .txt p {
  line-height: 2.4;
}

.idx_about_flex .txt .ttl {
  font-size: 28px;
  font-family: var(--font-yumincho);
  font-weight: 400;
}

.idx_about_flex .thumb {
  width: 100%;
  max-width: 860px;
}

.idx_about_flex .btn_more {
  position: relative;
  display: flex;
  margin-top: 50px;
}

.idx_about_flex .btn_more a {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  border-color: #000;
  border: 1px solid #333;
  border-radius: 100px;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #000;
  padding: 13px 75px 13px;
  background-image: url(../images/icon-rightb.svg);
  background-position: right 76px top 20px;
  min-width: 360px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.idx_about_flex .btn_more a:hover {
  border: 1px solid var(--bgSite);
  color: var(--bgSite);
  background-image: url(../images/icon-rightb-h.svg);
}

.idx_about_flex .btn_more a span {
  padding-right: 16px;
}

/*-- /idx_about ---------------------------
------------------------------------------*/

/*-- idx_service --------------------------
------------------------------------------*/
.idx_service {
  padding: 150px 0 150px 0;
}

.service-slider-wrap {
  position: relative;
  max-width: 798px;
  margin: 0 auto;
}

.service-slider .slick-list {
  overflow: visible;
}

.service-slider-wrap .slick-slide h3 a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.service-slider-wrap .slick-slide h3 a img {
  transform: scale(0.88);
}

.service-slider-wrap .slick-slide h3 a:hover img {
  opacity: 0.85;
}

.service-slider-wrap .slick-slide.slick-current.slick-active h3 a img,
.service-slider-wrap .slick-slide.slick-current.slick-active {
  width: auto;
  height: 440px;
  transform: scale(1);
}

.service-slider-wrap .slick-slide.slick-current.slick-active {
  filter: drop-shadow(0 3px 20px rgba(151, 150, 150, 0.5));
}

.service-slider-wrap .service-arrow {
  max-width: 858px;
  margin: 0 auto;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.service-slider-wrap .service-arrow>span {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #9c9c9c;
  background-repeat: no-repeat;
  background-position: center top 16px;
  background-size: 26px;
  cursor: pointer;
}

.service-slider-wrap .service-arrow .service-prev {
  background-image: url(../images/icon-left.svg);
  left: -44px;
}

.service-slider-wrap .service-arrow .service-next {
  background-image: url(../images/icon-right.svg);
  right: -44px;
}

.service-slider-wrap .slick-dots {
  bottom: -70px;
}

.service-slider-wrap .slick-dots li {
  width: unset;
  height: unset;
  margin: 0 8px;
}

.service-slider-wrap .slick-dots li.slick-active button {
  background-color: #777777;
}

.service-slider-wrap .slick-dots li button {
  padding: 0 0;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #d8d8d8;
}

.service-slider-wrap .slick-dots li button::before {
  display: none;
}

/*-- /idx_service -------------------------
------------------------------------------*/

/*-- idx_info -----------------------------
------------------------------------------*/
.idx_info {
  padding: 90px 0 150px 0;
  background-color: #f5fdff;
}

.idx_info_box {
  background: #fff;
  width: 100%;
  max-width: 1400px;
  padding: 80px;
  margin: 0 auto;
}

#idx_tab_info .tab_info {
  margin-bottom: 50px;
}

#idx_tab_info .tab_info .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#idx_tab_info .tab_info .tabs li {
  margin: 0 10px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: #707070 1px solid;
  cursor: pointer;
  transition: all 0.5s;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-family: var(--font-yumincho);
}

#idx_tab_info .tab_info .tabs li.current,
#idx_tab_info .tab_info .tabs li:hover {
  background: #7ac5bd;
  border: #7ac5bd 1px solid;
  color: #fff;
}

#idx_tab_info .tab_info p.new-link a {
  text-decoration: none;
  color: #333;
  padding-top: 15px;
  display: block;
  font-weight: bold;
  padding-left: 30px;
}

#idx_tab_info .tab_info p.new-link a:hover {
  color: #067557;
}

#idx_tab_info .tab-content {
  display: none;
}

#idx_tab_info .tab-content.current {
  display: inherit;
}

#idx_tab_info .tab-content .inner {
  max-height: 270px;
  padding: 0 20px;
  overflow-y: scroll;
  scrollbar-color: #7ac5bd #fff;
}

#idx_tab_info .info_list .cate_name {
  background: url(../images/icon-dots-cate.svg) no-repeat left center;
  font-weight: normal;
  padding: 0 0 0 20px;
  width: 115px;
  text-align: left;
  display: inline-block;
  font-size: 20px;
  font-family: var(--font-yumincho);
}

#idx_tab_info .info_list {
  margin: 0;
  padding: 0;
}

#idx_tab_info .info_list .title {
  font-weight: 400;
}

#idx_tab_info .info_list li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  background: url(../images/icon-rightb.svg) no-repeat right center;
}

#idx_tab_info .info_list li:first-child {
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

#idx_tab_info .info_list li a {
  padding: 30px 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
}

#idx_tab_info .info_list li a .date_cate {
  width: 220px;
}

#idx_tab_info .info_list li a .title {
  width: calc(100% - 220px);
}

#idx_tab_info .info_list li span {
  margin-right: 0;
}

#idx_tab_info .info_list li span.date {
  margin-right: 10px;
}

/*-- /idx_info ----------------------------
------------------------------------------*/

/*-- idx_order -----------------------------
------------------------------------------*/
.idx_order {
  padding: 100px 0 90px 0;
  background-color: #e3f5f3;
}

.idx_order .title_h2_order {
  text-align: center;
}

.idx_order .title_h2_order .en {
  font-family: var(--font-yumincho);
  font-weight: 400;
  letter-spacing: 10px;
  color: #fff;
  font-size: 40px;
}

.idx_order .title_h2_order .ja {
  display: block;
  font-size: 22px;
}

.idx_order .btn_order {
  width: 100%;
  max-width: 600px;
  margin: 65px auto 0;
  text-align: center;
}

.idx_order .btn_order a {
  background-color: var(--bgSite);
  width: 100%;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-yumincho);
  font-size: 22px;
  text-decoration: none;
}

.idx_order .btn_order a span {
  background: url(../images/icon-cart.svg) no-repeat left center,
    url(../images/icon-right-ct.svg) no-repeat right center;
  padding: 0 40px 0 40px;
}

/*-- /idx_order ----------------------------
------------------------------------------*/

/*-- to-top --------------------------------
------------------------------------------*/
.to-top {
  position: fixed;
  z-index: 30;
  bottom: 68px;
  right: 20px;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.to-top>a {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  text-decoration: none;
  background-image: url(../images/totop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.to-top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/*-- /to-top -------------------------------
------------------------------------------*/

/*-- footer --------------------------------
------------------------------------------*/
.fContact {
  position: relative;
}

.fContact-wrap {
  position: relative;
  max-width: 1588px;
  margin-left: auto;
  padding: 60px 50px 85px 248px;
}

.fContact-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bgSite);
  top: 0;
  left: 0;
  clip-path: polygon(128px 0%, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
  background-image: url(../images/iContact-icon.svg);
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: center left 66%;
  transition: all 0.3s ease-in-out;
}

.fContact-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: -31px;
  width: 100%;
  height: 100%;
  background-image: url(../images/iContact-line.svg);
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}

.fContact-wrap:hover::before {
  background-color: #32a296;
  background-position: center left calc(66% + 10px);
}

.fContact .fContact-wrap .linkfull {
  left: -31px;
  width: calc(100% - 31px);
}

.fContact-h3 {
  position: relative;
  color: #fff;
  margin-bottom: 41px;
}

.fContact .ens {
  position: relative;
  display: block;
  font-size: 90px;
  font-family: var(--font-yumincho);
  font-weight: lighter;
  letter-spacing: 0.1em;
}

.fContact .jps {
  position: relative;
  font-family: var(--font-yumincho);
  font-size: 20px;
  color: #fff;
  margin-top: -12px;
}

.fContact-desc {
  color: #fff !important;
  font-size: 16px;
  z-index: 1;
  position: relative;
}

.fPartner {
  padding: 200px 0;
  background-color: #55abcb;
  position: relative;
  margin-top: -1px;
}

.fPartner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/fPartner_bg.jpg);
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
  filter: blur(1px);
  background-position: bottom center;
}

.fPartner h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-family: var(--font-yumincho);
  margin-bottom: 130px;
  position: relative;
}

.fPartner_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
}

.fPartner_flex .item {
  width: 100%;
  height: 120px;
  max-width: 420px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fPartner_flex .item.official {
  background-color: #1f2e55;
  color: #fff;
}

.fPartner_flex .item.dentists {
  background: #fff url(../images/icon-rightb.svg) no-repeat right 5px center;
}

.fPartner_flex .item .title {
  font-family: var(--font-yugothic);
  font-weight: 700;
  font-size: 25px;
}

.fPartner_flex .item .title .en {
  font-size: 30px;
}

.fPartner_flex .item .txt {
  font-size: 18px;
  margin-top: 5px;
}

.fPartner_flex .item.official .txt span {
  background: url(../images/icon-right.svg) no-repeat right center;
  background-size: 18px;
  padding-right: 30px;
}

.fnav {
  background-color: #231806;
  padding: 120px 0 120px 0;
}

.fnav-flex {
  display: flex;
  justify-content: space-between;
}

.fnav-list {
  position: relative;
}

.fnav-list .title {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.fnav-list ul li {
  position: relative;
  margin-bottom: 22px;
}

.fnav-list ul li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  display: inline-block;
  padding-left: 23px;
}

.fnav-list ul li a::before {
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 9px;
  left: 0;
  content: "";
}

.fnav-list ul li a:hover {
  color: #67c9bf;
}

.fnav-info {
  color: #fff;
}

.fnav-info .flogo {
  margin-bottom: 20px;
}

.fnav-info .fadd {
  letter-spacing: 0.087em;
  line-height: 2.1875em;
  position: relative;
}

.fnav-info .fadd a {
  color: #fff;
}

.fnav-info .fadd a:hover {
  text-decoration: none;
}

.fnav-info .fadd address {
  text-align: right;
  position: relative;
  top: -20px;
  font-size: 14px;
  line-height: 0;
}

/*-- /footer -------------------------------
------------------------------------------*/