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

body {
  color: #3B3B3B;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 900;
}
.wysiwyg pre,
.wysiwyg code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg blockquote p::before {
  content: "“";
}
.wysiwyg blockquote p::after {
  content: "”";
}
.wysiwyg .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.wysiwyg .table_wrapper th,
.wysiwyg .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.5rem;
  }
}

.heading-lv2--pattern-1 {
  font-size: clamp(3.2rem, 2.08vw, 4rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading-lv2--pattern-1 {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 275px;
  background: #019CBD;
  border: 1px solid #019CBD;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.3s;
}
.button--pattern-1 .icon, .button--pattern-1 .text {
  color: #ffffff;
  font-size: 1.6rem;
}
.button--pattern-1:hover {
  background: #ffffff;
}
.button--pattern-1:hover .icon, .button--pattern-1:hover .text {
  color: #019CBD;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 275px;
    padding: 15px 10px;
  }
  .button--pattern-1 .icon, .button--pattern-1 .text {
    font-size: 1.5rem;
  }
}
/* ===== PC / 共通 ===== */
.wpcf7 .wpcf7-form {
  background: #ffffff;
  padding: 50px 30px;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem;
  /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #019CBD;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 8px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form {
    padding: 30px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 85%;
    font-size: 1.6rem;
    padding: 20px;
  }
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  padding: 25px 30px;
  box-sizing: border-box;
}
.header-bar__action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 285px;
}
.header-bar__label {
  display: block;
  width: 100%;
  background: #019CBD;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.header-bar__tel {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
}
.header-bar__tel .text, .header-bar__tel .number {
  color: #019CBD;
}
.header-bar__tel .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.header-bar__tel .number {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
}
.header-bar__caption {
  font-size: 1rem;
  letter-spacing: 0;
}

.header-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1920/800;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
}
.header-visual__title {
  width: 13.5%;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .header-bar__logo {
    width: 165px;
  }
  .header-bar__action {
    display: none;
  }
  .header-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 375/617;
    background: url(../img/layout/header/visual-sp--top.jpg) no-repeat center/cover;
  }
  .header-visual__title {
    width: 35%;
  }
}
.footer__copyright {
  display: block;
  width: 100%;
  background: #019CBD;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer__copyright {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 52px;
  }
  .bottom-nav {
    width: 100%;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .bottom-nav__list {
    display: flex;
  }
  .bottom-nav__item {
    width: 50%;
    padding: 5px 0;
  }
  .bottom-nav__item:nth-child(2) {
    background: #019CBD;
  }
  .bottom-nav__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 100%;
    height: 100%;
  }
  .bottom-nav__tel .number {
    color: #019CBD;
    font-size: 2.4rem;
    line-height: 1;
  }
  .bottom-nav__tel .caption {
    font-size: 1rem;
  }
  .bottom-nav__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .bottom-nav__button .text {
    color: #ffffff;
    font-size: 1.4rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #2D7727;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 5px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2D7727;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #2D7727;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #2D7727;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-about {
  padding: 80px 0;
  position: relative;
}
.top-about__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 735px;
  margin: 0 0 0 auto;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-about__list {
  display: flex;
  gap: 20px;
}
.top-about__button {
  width: 295px;
}
.top-about__button .text {
  font-size: 1.6rem;
}
.top-about__img {
  width: 54%;
  height: 100%;
  background: url(../img/pages/top/about/img.png) no-repeat center right/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0;
    position: relative;
  }
  .top-about__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto 35px;
  }
  .top-about__text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-about__list {
    display: flex;
    gap: 2%;
  }
  .top-about__item {
    width: 49%;
  }
  .top-about__button {
    width: 100%;
    padding: 10px;
  }
  .top-about__button .text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .top-about__img {
    width: 100%;
    height: 200px;
    position: static;
  }
}
.top-trouble {
  background: url(../img/pages/top/trouble/bg.png) no-repeat top center/cover, #ECF7FA;
  padding: 80px 0;
}
.top-trouble__inner {
  position: relative;
}
.top-trouble__title {
  text-align: center;
  margin-bottom: 40px;
}
.top-trouble__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px 20px;
}
.top-trouble__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 530px;
  min-height: 94px;
  background: #ffffff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.top-trouble__item .icon {
  color: #019CBD;
}
.top-trouble__item .text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top-trouble__img {
  position: absolute;
  bottom: -10px;
  right: 135px;
}

@media only screen and (max-width: 767px) {
  .top-trouble {
    padding: 50px 0;
  }
  .top-trouble__inner {
    position: relative;
  }
  .top-trouble__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-trouble__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px 20px;
    margin-bottom: 20px;
  }
  .top-trouble__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: auto;
    padding: 15px 20px;
  }
  .top-trouble__item .text {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .top-trouble__img {
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
    position: static;
  }
}
.top-comic {
  padding-bottom: 80px;
}
.top-comic__title {
  background: #019CBD;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.top-comic__title::before {
  content: "";
  display: block;
  width: 183px;
  aspect-ratio: 183/36;
  background: url(../img/pages/top/comic/icon--arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-comic__img {
  display: block;
  width: 860px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-comic {
    padding-bottom: 50px;
  }
  .top-comic__title {
    padding: 20px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .top-comic__title::before {
    content: "";
    display: block;
    width: 105px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-comic__img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.top-feature {
  background: url(../img/pages/top/feature/bg.png) no-repeat top center/cover, #ECF7FA;
  padding: 80px 0;
}
.top-feature__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
  position: relative;
}
.top-feature__title::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  border-bottom: 1px solid #019CBD;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.top-feature__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-feature__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-feature__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-feature__item {
  padding: 50px;
  position: relative;
}
.top-feature__contents {
  width: 640px;
  background: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.top-feature__contents--odd {
  margin: 0 0 0 auto;
}
.top-feature__img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.top-feature__img--1st {
  background: url(../img/pages/top/feature/japanese-modern.jpg) no-repeat center right/cover;
  left: 0;
}
.top-feature__img--2nd {
  background: url(../img/pages/top/feature/private-ceremony.jpg) no-repeat center left/cover;
  right: 0;
}
.top-feature__img--3rd {
  background: url(../img/pages/top/feature/quick-response.jpg) no-repeat center right/cover;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-feature {
    padding: 50px 0;
  }
  .top-feature__title {
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
  }
  .top-feature__title::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .top-feature__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .top-feature__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-feature__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .top-feature__item {
    padding: 0;
    position: relative;
  }
  .top-feature__contents {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  .top-feature__contents--odd {
    margin: auto;
  }
  .top-feature__img {
    width: 100%;
    height: 250px;
    position: static;
    margin-top: 30px;
  }
}
.top-greeting {
  background: url(../img/pages/top/greeting/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.top-greeting__title--lv2 {
  text-align: center;
  margin-bottom: 40px;
}
.top-greeting__title--lv3 {
  font-size: 2.8rem;
  margin-bottom: 50px;
  position: relative;
}
.top-greeting__title--lv3::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  border-bottom: 1px solid #019CBD;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.top-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-greeting__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-greeting__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.top-greeting__contents {
  width: 620px;
}
.top-greeting__img {
  display: block;
  width: 440px;
}

@media only screen and (max-width: 767px) {
  .top-greeting {
    padding: 50px 0;
  }
  .top-greeting__title--lv2 {
    margin-bottom: 20px;
  }
  .top-greeting__title--lv3 {
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
  }
  .top-greeting__title--lv3::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .top-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-greeting__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .top-greeting__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .top-greeting__contents {
    width: 100%;
  }
  .top-greeting__img {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
}
.top-voice {
  padding: 80px 0;
}
.top-voice__inner {
  position: relative;
}
.top-voice__title--lv2 {
  margin-bottom: 40px;
}
.top-voice__title--lv3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.top-voice__title--lv3 .icon {
  width: 150px;
}
.top-voice__title--lv3 .text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top-voice__text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-voice__list {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.top-voice__item {
  width: 415px;
}
.top-voice__button {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 50px 0;
  }
  .top-voice__inner {
    position: relative;
  }
  .top-voice__title--lv2 {
    margin-bottom: 20px;
  }
  .top-voice__title--lv3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .top-voice__title--lv3 .icon {
    width: 80px;
  }
  .top-voice__title--lv3 .text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .top-voice__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .top-voice__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .top-voice__item {
    width: 100%;
  }
  .top-voice__button {
    position: static;
    margin: 30px auto 0;
  }
}
.top-contact {
  background: #ECF7FA;
  padding: 80px 0;
}
.top-contact__title {
  margin-bottom: 40px;
  text-align: center;
}

.top-info {
  padding: 80px 0;
}
.top-info__wrapper {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
.top-info__title {
  width: 300px;
}
.top-info__definition {
  width: 725px;
}
.top-info__row {
  display: flex;
  gap: 4%;
  padding: 25px 0;
  border-bottom: 1px solid #3B3B3B;
}
.top-info__term, .top-info__desc {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-info__term {
  width: 16%;
}
.top-info__desc {
  width: 80%;
}
.top-info__map {
  width: 100%;
  height: 350px;
}
.top-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-info {
    padding: 50px 0;
  }
  .top-info__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
  .top-info__title {
    width: 100%;
  }
  .top-info__definition {
    width: 100%;
  }
  .top-info__row {
    display: flex;
    gap: 4%;
    padding: 25px 0;
  }
  .top-info__term, .top-info__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .top-info__term {
    width: 16%;
  }
  .top-info__desc {
    width: 80%;
  }
  .top-info__map {
    width: 100%;
    height: 250px;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */