@charset "UTF-8";
/* ==================================================
  web-font
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
  scroll-padding-top: 70px;
}
@media (width < 1100px) {
  html {
    scroll-padding-top: 40px;
  }
}

body {
  color: #222;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

.inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

.headerContent a {
  cursor: pointer;
}

.btn_wrapper {
  text-align: center;
  margin-top: 30px;
}

.btn {
  background: #fff;
  border: 1px solid #999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  -webkit-transform: translateY(calc(-50% - 1px)) rotate(30deg);
          transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover::before, .btn:hover::after {
  right: -2.5em;
}

.btn_rev {
  background-color: #fff;
  color: #e6f3f7;
}
.btn_rev:hover {
  background-color: #e6f3f7;
  color: #fff;
}

.sectionSpace {
  padding: 100px 0;
}

.section-bg {
  background-color: #f4fdff;
}

.sectionTitleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sectionTitle {
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #001c31;
}

.sectionTitle_line {
  position: relative;
  padding-bottom: 15px;
}
.sectionTitle_line::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1696b3;
}

.sectionTitle_en {
  color: #1696b3;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.section_bg {
  background-color: #f4fdff;
}

.breadcrumbs {
  margin: 10px 0;
}

.bcn-none {
  display: none;
}

.is-bold {
  font-weight: 700;
}

.fz14 {
  font-size: 1.4rem;
}

.pageTitleWrapper {
  height: 350px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width < 1100px) {
  .pageTitleWrapper {
    height: 200px;
  }
}

.pageTitle_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}
@media (width < 1100px) {
  .pageTitle_inner {
    height: 200px;
  }
}

.pageTitle {
  font-size: 3rem;
  color: #1696b3;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 130px;
  line-height: 1.2;
  background-color: #fff;
  padding: 10px 20px 12px 25px;
}
@media (width < 1100px) {
  .pageTitle {
    margin-top: 60px;
    font-size: 2.2rem;
  }
}

.bg_thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  top: 141.7px;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (width < 1100px) {
  .bg_thumbnails {
    top: 60px;
  }
}

.is-home .bg_thumbnails {
  background: url(../img/title_bg.webp?ver=uci8ofl) no-repeat center center/cover;
}

.bcn-display {
  margin-top: 30px;
  font-size: 1.4rem;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media (width >= 1100px) {
  .is-sp {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
}

.is-blue {
  color: #1696b3;
}

.is-red {
  color: #db6183;
}

.is-green {
  color: #1696b3;
}

.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ecb1c1), to(#fcf9f5));
  background: linear-gradient(90deg, #ecb1c1 0%, #fcf9f5 100%);
  background: -webkit-linear-gradient(0deg, #ecb1c1 0%, #fcf9f5 100%);
}

figcaption {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.bold_underline {
  font-weight: 700;
  text-decoration: underline;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media (width < 1100px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .prev {
  padding-left: 30px;
  background-color: #1696b3;
  border-radius: 4px;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_left.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/arrow_left.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .prev:hover::before {
  left: 10px;
}
.pagination .next {
  padding-right: 30px;
  background-color: #1696b3;
  border-radius: 4px;
  color: #fff;
  width: 80px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 0;
}
.pagination .next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/arrow_right.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #1696b3;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #1696b3;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #1696b3;
  color: #fff;
}

.sideContact {
  position: fixed;
  z-index: 3;
}

.headingWrapper {
  display: block;
}

.heading {
  position: relative;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.heading:after {
  content: attr(data-en);
  display: inline-block;
  margin-left: 10px;
  font-size: 1.8rem;
  color: #1696b3;
  vertical-align: 0.3em;
}
@media (width < 1100px) {
  .heading:after {
    vertical-align: 0.05em;
  }
}
.heading:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #1696b3;
}

.title {
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 3px solid #1696b3;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (width < 1100px) {
  .title {
    text-align: left;
  }
}

.subtitle {
  font-weight: 700;
  margin-bottom: 10px;
  color: #00607b;
}

.guidanceSec1_right .subtitle {
  text-align: center;
}

.dropShadow {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.w50 {
  width: 50%;
}
@media (width < 1100px) {
  .w50 {
    width: 100%;
  }
}

.w30 {
  width: 30%;
}
@media (width < 1100px) {
  .w30 {
    width: 100%;
  }
}

.w40 {
  width: 40%;
}
@media (width < 1100px) {
  .w40 {
    width: 100%;
  }
}

.w60 {
  width: 60%;
}
@media (width < 1100px) {
  .w60 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media (width < 1100px) {
  .w70 {
    width: 100%;
  }
}

.w100 {
  width: 100%;
}
@media (width < 1100px) {
  .w100 {
    width: 100%;
  }
}

.mt20 {
  margin-top: 20px;
}

.mt60 {
  margin-top: 60px;
}

.bgc {
  background-color: #f9fafb;
}

.linkArrow {
  position: relative;
  padding-left: 20px;
}
.linkArrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  -webkit-mask: url(../img/icon/arrow_link.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/arrow_link.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #1696b3;
}

.link-document_list {
  margin-top: 20px;
}
.link-document_list li:not(:first-child) {
  padding-top: 10px;
}

.link-document {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 1em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-document:hover {
  color: #5c7891;
}
.link-document:hover .is-blue {
  color: #4dbed8;
}
.link-document::before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #1d9dba;
  border-right: 2px solid #1d9dba;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.circle {
  color: #1696b3;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}
.circle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1696b3;
  position: absolute;
  top: 8px;
  left: 0;
}

table {
  width: 100%;
}

table,
th,
td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

th,
td {
  padding: 15px;
}

th {
  background-color: #e6f3f7;
}

td {
  background-color: #fff;
}

.gallery_items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3vw;
}

.gallery_item {
  width: calc((100% - 6vw) / 3);
}
.gallery_item img {
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .gallery_item {
    width: calc((100% - 3vw) / 2);
  }
}
.gallery_item figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media (width < 1100px) {
  .js-scrollHint {
    overflow-x: scroll;
  }
  .js-scrollHint table {
    white-space: nowrap;
  }
}

/* 初期状態のスタイル */
.fadeIn_item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

/* アニメーションのキーフレーム定義 */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* アニメーションの適用 */
.fadeIn_item.animated {
  -webkit-animation: fadeInUp 0.5s ease forwards;
          animation: fadeInUp 0.5s ease forwards;
}

/* ==================================================
  header
================================================== */
header {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
@media (width < 1100px) {
  header {
    height: 60px;
  }
}

.headerTop_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}
@media (width < 1100px) {
  .headerTop_wrapper {
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_icon ul li a {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  max-width: 30px;
  min-height: 30px;
  position: relative;
}
.header_icon ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header_icon_instagram::after {
  background: transparent url(../img/icon/instagram.svg) no-repeat center center/contain;
}

.headerTop_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (width < 1100px) {
  .headerTop_right {
    gap: 10px;
  }
}

.snsLink_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.snsLink_wrapper ul li {
  width: 150px;
}
@media (width < 1100px) {
  .snsLink_wrapper {
    display: none;
  }
}

.header_recruitBtn {
  display: inline-block;
  padding: 6px 20px;
  background-color: #fff;
  border: 1px solid #1696b3;
  color: #1696b3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_recruitBtn:hover {
  background-color: #1696b3;
  color: #fff;
}

.headerTop_rightInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .headerTop_rightInfo {
    display: none;
  }
}

.headerBottom_wrapper {
  background-color: #1696b3;
  color: #fff;
}
.headerBottom_wrapper nav {
  width: 90%;
  margin: 0 auto;
}
.headerBottom_wrapper .gnavi__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerBottom_wrapper .gnavi__list {
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerBottom_wrapper .gnavi__list > a,
.headerBottom_wrapper .gnavi__list .gnavi_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
}
.headerBottom_wrapper .gnavi__list .gnavi_list_title {
  cursor: pointer;
}
.headerBottom_wrapper .gnavi__list:hover {
  background-color: #00607b;
}
.headerBottom_wrapper .gnavi__list:hover .dropdown__lists {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.headerBottom_wrapper .gnavi__list:hover a {
  color: #fff;
}
.headerBottom_wrapper .gnavi__list:hover::before {
  background-color: #00607b;
}
.headerBottom_wrapper .gnavi__list:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown__lists {
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.dropdown__list {
  background-color: #1696b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  position: relative;
}
.dropdown__list:nth-of-type(n + 2)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #f9fafb;
}
.dropdown__list:hover {
  background-color: #00607b;
}
.dropdown__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  color: #fff;
}

.gnav_list_arrow {
  position: relative;
}
.gnav_list_arrow::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
}

.headerLogo {
  width: 250px;
}
@media (width < 1100px) {
  .headerLogo {
    width: 50vw;
    min-width: 150px;
    max-width: 200px;
  }
}

.tel {
  padding-left: 25px !important;
  padding-right: 20px !important;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
}
.tel::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img//icon/phone.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #222;
}

.headerTop_rightSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width >= 1100px) {
  .headerTop_rightSp {
    display: none;
  }
}

.button_wrapper {
  padding: 0 10px;
}

.headerReserveBtn_wrapper {
  width: 60px;
  height: 60px;
  background: #1696b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 1100px) {
  .headerReserveBtn_wrapper {
    display: none;
  }
}

.headerReserveBtn_sp {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  padding-top: 25px;
  color: #fff;
}
.headerReserveBtn_sp::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/icon/reserve.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/reserve.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
}

.headerTelBtn_wrapper {
  width: 60px;
  height: 60px;
  background: #e6f3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width >= 1100px) {
  .headerTelBtn_wrapper {
    display: none;
  }
}

.headerTelBtn_sp {
  font-size: 1.4rem;
  position: relative;
  padding-top: 25px;
  color: #fff;
}
.headerTelBtn_sp::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/icon/sp_tel.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/sp_tel.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
}

/* ==================================================
  hamburger
================================================== */
.hamburger-icon {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .hamburger-icon {
    display: block;
    z-index: 300;
  }
}
.hamburger-icon::after {
  position: absolute;
  content: "メニュー";
  color: #222;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.hamburger-icon span {
  width: 28px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #222;
  border-radius: 1px;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
}
.hamburger-icon span:nth-child(2) {
  top: 8px;
}
.hamburger-icon span:nth-child(3) {
  top: 16px;
}
.hamburger-icon.is-active::after {
  content: "閉じる";
  color: #fff;
}
.hamburger-icon.is-active span {
  background-color: #fff;
  left: 50%;
}
.hamburger-icon.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 8px;
}
.hamburger-icon.is-active span:nth-child(2) {
  display: none;
}
.hamburger-icon.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 8px;
}

.is-fixed body {
  overflow: hidden;
}

.hamburger-menu {
  background-color: #1696b3;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.hamburger-menu__body {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 200px;
  margin-top: 60px;
}
.hamburger-menu__list {
  display: block;
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
  border-radius: 10px;
}
.hamburger-menu__item {
  position: relative;
  color: #222;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1px;
}
.hamburger-menu__item a,
.hamburger-menu__item .hamburger-menu__dropdown {
  display: block;
  padding: 20px;
  width: 100%;
}
.hamburger-menu__order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 90%;
  margin: 30px auto 0;
}
.hamburger-menu__order-item {
  background: #00435d;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__order-item:nth-of-type(1) a span::before {
  -webkit-mask: url(../img/icon/reception.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/reception.svg?ver=uci8ofl) no-repeat center center/contain;
}
.hamburger-menu__order-item:nth-of-type(2) a span::before {
  -webkit-mask: url(../img/icon/reserve.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/reserve.svg?ver=uci8ofl) no-repeat center center/contain;
}
.hamburger-menu__order-link {
  display: block;
  padding: 1.4em 1.8em;
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.2;
  text-align: center;
}
.hamburger-menu__order-link span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-top: 60px;
}
.hamburger-menu__order-link span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.hamburger-menu__dropdown {
  cursor: pointer;
  position: relative;
}
.hamburger-menu__dropdown::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #1696b3;
  border-right: 2px solid #1696b3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-menu__dropdown.is-open::after {
  -webkit-transform: translateY(40%) rotate(225deg);
          transform: translateY(40%) rotate(225deg);
}
.hamburger-menu__dropdown-list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  text-align: center;
  background-color: #00435d;
}
.hamburger-menu__dropdown-item {
  color: #fff;
}
.hamburger-menu__dropdown-item:not(:first-child) {
  border-top: 1px solid #fff;
}

/* ==================================================
  top
================================================== */
.top__wrapper {
  width: 100%;
}
.top__image {
  width: 100%;
  position: relative;
  height: 80vh;
}
@media (width < 1100px) {
  .top__image {
    height: 60vh;
  }
}
.top__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
@media (width < 1100px) {
  .top__image img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.top__catch {
  position: absolute;
  content: "";
  color: #1696b3;
  font-weight: 700;
  z-index: 10;
  top: 30%;
  right: 5%;
  font-size: 3rem;
  line-height: 1.3;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff;
}
@media (width < 1100px) {
  .top__catch {
    font-size: 2rem;
    line-height: 1.6;
    top: 15%;
  }
}

/* ===============================================
  topNews
=============================================== */
.topNews {
  background-color: #e6f3f7;
}

.topNews_left {
  width: 100%;
}

.topNews_right {
  width: 100%;
}

.topNews_list {
  width: 60%;
  margin: 0 auto;
}
@media (width < 1100px) {
  .topNews_list {
    width: 100%;
  }
}
.topNews_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (width < 1100px) {
  .topNews_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topNews_list li:not(:first-child) {
  margin-top: 10px;
}

.news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width < 1100px) {
  .news_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.date_category_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.news_date {
  color: #999999;
  font-size: 1.4rem;
}

.news_title {
  margin-left: 20px;
}
@media (width < 1100px) {
  .news_title {
    margin-left: 0;
  }
}

.category {
  white-space: nowrap;
  background-color: #1696b3;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}

/* ===============================================
  pickup
=============================================== */
.pickup {
  background-color: #f5fcfd;
  padding-top: 130px;
  padding-bottom: 200px;
}

.pickupWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 40px);
}
@media (width < 1100px) {
  .pickupWrapper {
    grid-template-columns: 1fr;
  }
}
.pickupWrapper li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.pickupWrapper li a {
  width: 100%;
}
@media (width < 1100px) {
  .pickupWrapper li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.pickupWrapper li figure {
  width: 100%;
  height: 250px;
}
.pickupWrapper li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% top;
     object-position: 50% top;
}

.pickupItem_icon {
  height: 200px;
  width: 100%;
  position: relative;
}
.pickupItem_icon::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
}
.pickupItem_icon--01::before {
  background: url(../img/icon/icon1.svg?ver=uci8ofl) no-repeat center/contain;
  width: 120px;
}
.pickupItem_icon--02::before {
  background: url(../img/icon/icon2.svg?ver=uci8ofl) no-repeat center/contain;
}
.pickupItem_icon--03::before {
  background: url(../img/icon/icon3.svg?ver=uci8ofl) no-repeat center/contain;
}
.pickupItem_icon--04::before {
  background: url(../img/icon/icon4.svg?ver=uci8ofl) no-repeat center/contain;
}

.pickupItem {
  text-align: center;
  padding: 20px;
  padding-top: 0;
}

.pickupTitle {
  font-size: 2rem;
  color: #1696b3;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.pickupTitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1696b3;
}

/* ===============================================
  topAbout
=============================================== */
.topAbout {
  padding-bottom: 150px;
}

.topAbout_bg {
  background: url(../img/top/about_bg.webp?ver=uci8ofl) no-repeat center center/cover;
  height: 300px;
  width: 100%;
}

.topAbout_body {
  width: 100%;
  margin: -50px auto 0;
  background-color: #fff;
  padding: 80px 60px;
}
@media (width < 1100px) {
  .topAbout_body {
    padding: 80px 30px;
  }
}
.topAbout_body .btn_wrapper {
  margin-top: 50px;
}

.topAboutWrapper {
  margin-top: 50px;
}

.topAbout_left {
  width: 65%;
}
@media (width < 1100px) {
  .topAbout_left {
    width: 100%;
  }
}
.topAbout_left h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
}

.topAbout_right {
  width: 35%;
  text-align: center;
}
@media (width < 1100px) {
  .topAbout_right {
    width: 100%;
  }
}
.topAbout_right figure {
  margin-bottom: 20px;
}
.topAbout_right p {
  font-size: 1.4rem;
}
.topAbout_right .name {
  font-size: 2rem;
  color: #1696b3;
  margin-top: 5px;
}

.top-greeting {
  background-color: #f5fcfd;
}

/* ==================================================
  footer
================================================== */
.footerHead {
  background-color: #e6f3f7;
}
.footerHead p {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0;
}

.footerInfo {
  margin: 50px 0;
}

.footer_clinicName {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.footerInfo_left,
.footerInfo_right {
  width: 50%;
}
@media (width < 1100px) {
  .footerInfo_left,
  .footerInfo_right {
    width: 100%;
  }
}

.footerTel_wrapper {
  display: inline-block;
  padding: 15px 20px;
  background-color: #e6f3f7;
}

.footerSchedule_wrapper {
  margin-top: 30px;
}

.scheduleTable {
  margin-bottom: 10px;
}
.scheduleTable table {
  width: 100%;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.scheduleTable table,
.scheduleTable th,
.scheduleTable td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.scheduleTable th,
.scheduleTable td {
  padding: 0.5em;
  text-align: center;
}
.scheduleTable th {
  background-color: #e6f3f7;
}
.scheduleTable td {
  background-color: #fff;
}

.footerMap {
  width: 100%;
  margin-bottom: 30px;
}
.footerMap iframe {
  width: 100%;
  height: 300px;
}
@media (width < 1100px) {
  .footerMap iframe {
    height: 300px;
  }
}

.schedule_caution {
  font-size: 1.4rem;
}

.tal {
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 1.4rem;
  white-space: nowrap;
}

.footer_forFirst {
  padding: 20px;
  margin-top: 30px;
  background-color: #f9fafb;
}

.footerNav {
  margin-bottom: 30px;
}

.footerNavWrapper:not(:first-child) {
  margin-top: 30px;
}

.footerNavItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.footerNavItem a {
  padding: 5px;
}

.footer {
  background-color: #00435d;
  text-align: center;
  color: #fff;
}

.copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
}

.bottomFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #1696b3;
}

.bottomFixedWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (width < 1100px) {
  .bottomFixedWrapper {
    margin-right: 25px;
  }
}

.bottomFixed_left,
.bottomFixed_right {
  width: 50%;
  padding: 20px 0;
  text-align: center;
}

/* ===============================================
  page-guidance
=============================================== */
.guidanceSec1_right figure {
  max-width: 500px;
  margin-inline: auto;
}

.guidanceSec1_right table th {
  width: 120px;
}

.guidanceSec1_left figure img:nth-child(2) {
  margin-top: 20px;
}

.guidanceSec1_lists .guidanceSec1_list {
  margin-top: 60px;
}

.map {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
  page-information
=============================================== */
.manufacture figure {
  max-width: 500px;
  margin-inline: auto;
}
.manufacture__item {
  margin-top: 60px;
}

.construction {
  margin-top: 30px;
}
.construction figure {
  max-width: 500px;
  margin-inline: auto;
}

.development__right figure {
  max-width: 500px;
  margin-inline: auto;
}
.development__right figure:nth-child(2) {
  margin-top: 20px;
}
.development__item {
  margin-top: 60px;
}

/* ===============================================
  page-manufacture
=============================================== */
.manufactureSec1_right figure,
.manufactureSec3_right figure,
.manufactureSec2_left figure {
  max-width: 500px;
  margin-inline: auto;
}

.manufactureSec1_lists .manufactureSec1_list {
  margin-top: 60px;
}

/* ===============================================
  page-construction
=============================================== */
.constructionSec1_wrapper {
  margin-top: 30px;
}
.constructionSec1_wrapper figure {
  max-width: 500px;
  margin-inline: auto;
}

/* ===============================================
  page-development
=============================================== */
.developmentSec1_right figure {
  max-width: 500px;
  margin-inline: auto;
}
.developmentSec1_right figure:nth-child(2) {
  margin-top: 20px;
}

.development_sec1 .developmentSec1_lists .developmentSec1_list:not(:first-child) {
  margin-top: 60px;
}

.developmentSec1_item:not(:first-child) {
  margin-top: 60px;
}

.products {
  color: #1696b3;
  font-weight: 700;
  padding-left: 1em;
  position: relative;
}
.products::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1696b3;
  position: absolute;
  top: 8px;
  left: 0;
}

.distributor {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.distributor:hover {
  color: #023b6d;
}

.link_banner img {
  max-width: 250px;
}

/* ===============================================
  page-scanner
=============================================== */
.scannerSec1_right figure {
  max-width: 500px;
  margin-inline: auto;
}
.scannerSec1_right figure:nth-child(2) {
  margin-top: 20px;
}

.scanner_sec1 .scannerSec1_lists .scannerSec1_list:not(:first-child) {
  margin-top: 60px;
}

.scannerSec1_item:not(:first-child) {
  margin-top: 60px;
}

/* ===============================================
  page-contact
=============================================== */
.contactSec1_lists .contactSec1_list:not(:first-child) {
  margin-top: 60px;
}

.form {
  margin-top: 50px;
}

.form_items .p-country-name {
  display: none;
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8em 0;
  border-top: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form_item:last-of-type {
  border-bottom: 1px solid #ddd;
}

.form_item_title {
  width: 300px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.form_item_title label.is-required {
  display: inline-block;
  position: relative;
}
.form_item_title label.is-required::after {
  content: "必須";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 10px);
  background-color: #db6183;
  padding: 0.3em 0.6em;
  font-size: 1.2rem;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
}

.form_item_input {
  width: calc(100% - 300px);
}
@media (width < 1100px) {
  .form_item_input {
    margin-top: 0.8em;
    width: 100%;
  }
}
.form_item_input input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form_item_input input::-moz-placeholder {
  color: #c2c2c2;
}
.form_item_input input:-ms-input-placeholder {
  color: #c2c2c2;
}
.form_item_input input::-ms-input-placeholder {
  color: #c2c2c2;
}
.form_item_input input::placeholder {
  color: #c2c2c2;
}
.form_item_input [type=text],
.form_item_input [type=email],
.form_item_input [type=tel] {
  border: none;
  background: #fff;
  padding: 0.8em 1em;
  width: 100%;
  -webkit-box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
}
.form_item_input [type=text]:focus,
.form_item_input [type=email]:focus,
.form_item_input [type=tel]:focus {
  outline: none;
}
.form_item_input [type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #222;
  background-color: #fff;
  position: relative;
}
.form_item_input [type=checkbox]::after {
  border-bottom: 0.25em solid #1696b3;
  border-left: 0.25em solid #1696b3;
  content: "";
  position: absolute;
  height: 1em;
  width: 1.5em;
  margin-top: -0.2em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}
.form_item_input [type=checkbox]:checked::after {
  display: block;
}
.form_item_input [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #222;
  background-color: #fff;
  position: relative;
}
.form_item_input [type=radio]::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.form_item_input [type=radio]:checked::after {
  display: block;
}
.form_item_input .wpcf7-list-item {
  margin-left: 0;
}
.form_item_input .wpcf7-checkbox,
.form_item_input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.form_item_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}
.form_item_select .form_item_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
.form_item_select .form_item_input select {
  border: none;
  background: #fff;
  padding: 0.8em 1em;
  -webkit-box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
}

.form_item_input-textarea {
  width: calc(100% - 300px);
}
@media (width < 1100px) {
  .form_item_input-textarea {
    margin-top: 12px;
    width: 100%;
  }
}
.form_item_input-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.8em 1em;
  background-color: #fff;
  resize: vertical;
  -webkit-box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.8em rgba(0, 0, 0, 0.1);
}
.form_item_input-textarea textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form_item_input-textarea textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form_item_input-textarea textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.form_item_input-textarea textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.form_item_input-textarea textarea::placeholder {
  color: #c2c2c2;
}
.form_item_input-textarea textarea:focus {
  outline: none;
}

.postalcode {
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap {
  width: auto;
  position: relative;
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap::before {
  position: absolute;
  content: "〒";
  color: #333;
  font-size: 1.6rem;
  height: 50px;
  top: 12px;
  left: 15px;
}
.postalcode input[type=text] {
  padding-left: 40px;
}

.address {
  margin-top: 10px;
}

.form_submit {
  margin-top: clamp(30px, 6vw, 60px);
  text-align: center;
}
.form_submit [type=submit] {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: 1px solid #1696b3;
  padding: 1em 6em;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #1696b3;
  font-size: 2rem;
  font-weight: 700;
}
.form_submit [type=submit]:hover {
  background-color: #fff;
  color: #1696b3;
}
.form_submit [type=submit]:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #db6183;
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  color: #db6183;
  border: 2px solid #db6183;
  margin: 0 auto 50px;
  width: 80%;
}

@-webkit-keyframes onAutoFillStart {}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.level-1 {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  counter-reset: item; /* カウンターをリセット */
  padding-left: 0; /* 左のパディングをなくす */
}

.level-1 > li {
  display: table; /* li要素をテーブルのように扱う */
  margin-bottom: 0.2em; /* 項目間の余白 */
  counter-increment: item; /* カウンターをインクリメント */
}

.level-1 > li:before {
  content: counter(item) "."; /* カウンターの値を表示し、"."を追加 */
  display: table-cell; /* セルのように配置 */
  padding-right: 0.5em; /* 数字とテキストの間の余白 */
}

.level-2 {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  counter-reset: subitem; /* サブカウンターをリセット */
  margin-top: 0.5em; /* 親リストとの上部の余白 */
  margin-bottom: 0.5em; /* 親リストとの下部の余白 */
}

.level-2 > li {
  display: table; /* li要素をテーブルのように扱う */
  margin-bottom: 0.2em; /* 項目間の余白 */
  counter-increment: subitem; /* サブカウンターをインクリメント */
}

.level-2 > li:before {
  content: "(" counter(subitem) ")"; /* カウンターの値を括弧で囲んで表示 */
  display: table-cell; /* セルのように配置 */
  padding-right: 0.5em; /* 数字とテキストの間の余白 */
  font-weight: normal; /* 数字を太字にしない */
}

.contact_Sec1 .sectionTitle {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.privacy,
.terms-of-use {
  margin-top: 30px;
}

.acceptance {
  margin: 30px auto 0;
  text-align: center;
  padding: clamp(15px, 3vw, 30px);
  border: 2px solid #c2e0e7;
  background: #ebf3f5;
}
.acceptance p {
  margin-bottom: 10px;
}

/* ===============================================
  thanksページ
=============================================== */
.contact_thanks_head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

/* ===============================================
  page-news
=============================================== */
.news {
  margin: 100px 0 150px;
}
@media (width < 1100px) {
  .news {
    margin: 50px 0 100px;
  }
}

.pageNews_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 30px 20px;
}
@media (width < 1100px) {
  .pageNews_content {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.pageNews_list {
  width: 100%;
  margin: 50px 0 0;
  padding: 50px;
  background-color: #f9fafb;
  border-radius: 10px;
}
@media (width < 1100px) {
  .pageNews_list {
    padding: 30px;
  }
}
@media (width < 1100px) {
  .pageNews_list {
    margin: 20px auto 0;
    width: 100%;
  }
}
.pageNews_list .news-date {
  color: #999;
  font-size: 1.4rem;
}
.pageNews_list li:not(:first-child) {
  border-top: 1px solid #eee;
  margin-top: 0;
}

.date-category_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/* ===============================================
  single
=============================================== */
.single-content {
  margin: 50px 0 150px;
}

.single-wrapper {
  padding: 50px;
  background-color: #f9fafb;
  border-radius: 10px;
}
@media (width < 1100px) {
  .single-wrapper {
    padding: 30px;
  }
}

.single-title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.single-body {
  margin: 30px 10px 0;
  line-height: 1.8;
}

.single-pagenation {
  margin-top: 80px;
}
@media (width < 1100px) {
  .single-pagenation {
    margin-top: 60px;
  }
}

.pagination-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-single .prev a,
.pagination-single .next a {
  font-size: 14px;
  padding: 8px 16px;
  color: #fff;
  background: #1696b3;
  border-radius: 4px;
}
.pagination-single .prev-single a {
  font-size: 14px;
  padding-left: 38px;
  background-color: #1696b3;
  border-radius: 4px;
  color: #fff;
  width: 124px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media (width < 1100px) {
  .pagination-single .prev-single a {
    width: 70px;
    height: 39px;
    line-height: 39px;
    padding-left: 28px;
  }
}
.pagination-single .prev-single a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_left.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/arrow_left.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .pagination-single .prev-single a::before {
    left: 12px;
  }
}
.pagination-single .prev-single a:hover::before {
  left: 8px;
}
.pagination-single .next-single a {
  font-size: 14px;
  padding-right: 38px;
  background-color: #1696b3;
  border-radius: 4px;
  color: #fff;
  width: 124px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-align: right;
}
@media (width < 1100px) {
  .pagination-single .next-single a {
    width: 70px;
    height: 39px;
    line-height: 39px;
    padding-right: 28px;
  }
}
.pagination-single .next-single a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg?ver=uci8ofl) no-repeat center center/contain;
          mask: url(../img/icon/arrow_right.svg?ver=uci8ofl) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .pagination-single .next-single a::after {
    right: 12px;
  }
}
.pagination-single .next-single a:hover::after {
  right: 8px;
}

.lists a {
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #1696b3;
  border: 1px solid #1696b3;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (width < 1100px) {
  .lists a {
    width: 95px;
    height: 41px;
    line-height: 41px;
    margin: 0 12px;
  }
}
.lists a:hover {
  color: #fff;
  background: #1696b3;
}

.page-numbers.current {
  background-color: #00435d;
  color: #fff;
  border: 1px solid #00435d;
}

/* ==================================================
  404.php
================================================== */
.not_found {
  margin: 200px 0;
}
@media (width < 1100px) {
  .not_found {
    margin: 100px 0;
  }
}
.not_found_wrap {
  text-align: center;
}
.not_found_head {
  font-size: clamp(4rem, 2.054rem + 8.65vw, 8rem);
  color: #1696b3;
  font-weight: 700;
  margin-bottom: 30px;
}
.not_found_lead {
  font-size: clamp(2rem, 1.514rem + 2.16vw, 3rem);
  color: #999999;
  margin-bottom: 30px;
}
.not_found_content {
  font-size: clamp(1.6rem, 1.405rem + 0.86vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 60px;
}
.not_found_btn {
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not_found_btn:hover {
  background: #ddd;
}