@charset "UTF-8";
/* --
common.css

 ------------------------------------
-- */
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap&subset=japanese);
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------

	$base

-----------------------------------*/
/* --
common.css

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 100%;
  min-height: 100%;
}

[id=wrapper] {
  overflow: hidden;
  position: relative;
}

body {
  color: #444;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  background: #f7f7f1;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* layout
-------------------------------------------------------------- */
.inner {
  width: 94%;
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container {
    margin-top: clamp(2rem, 2.9282576867vw, 4rem);
  }
}
.container__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  max-width: 112rem;
  margin: auto;
  gap: 6rem 5%;
}
.container__wrap #main {
  width: 65%;
}
.container__wrap #sidebar {
  width: 30%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .container__wrap__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container__wrap #main,
  .container__wrap #sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .more-tb {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}

/* Headline
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* common
-------------------------------------------------------------- */
.common__title-01 {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25em;
  line-height: 1.4;
}
.common__title-01 b {
  font-size: clamp(1.8rem, 2.196193265vw, 3rem);
}
.common__title-01 span {
  font-size: clamp(1.3rem, 1.0248901903vw, 1.4rem);
  line-height: 1.2;
  padding-left: 1.5em;
  margin-left: 1.5em;
  border-left: 1px solid #444;
  vertical-align: text-bottom;
  margin-top: 0.7em;
}
.common__title-01::before {
  content: "";
  display: block;
  width: clamp(6rem, 6.588579795vw, 9rem);
  aspect-ratio: 9/6.4;
  margin-right: 0.5em;
  background: url("../images/common/title-deco-01.svg") no-repeat 0 0/cover;
}
@media screen and (max-width: 640px) {
  .common__title-01 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common__title-01::before {
    width: 100%;
    height: 4.3rem;
    background-size: 6rem 4.3rem;
    background-position: 50% 0;
    margin: 0 0 1rem;
  }
}
.common__title-02 {
  text-align: center;
  line-height: 1.2;
}
.common__title-02 img {
  display: block;
  margin: 0 auto clamp(1.8rem, 1.8301610542vw, 2.5rem);
  height: auto;
}
.common__title-02 b {
  font-weight: 500;
  display: block;
  font-size: clamp(2.4rem, 2.196193265vw, 3rem);
  color: #2a8297;
}
.common__title-03 {
  font-size: clamp(1.8rem, 1.6105417277vw, 2.2rem);
  font-weight: 500;
  line-height: 1.2;
  border-left: 8px solid #f5dc75;
  padding-left: 1rem;
  margin-bottom: clamp(1.8rem, 2.196193265vw, 3rem);
}
.common__title-03 + p {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.breadcrumbs {
  font-size: 1.4rem;
  color: #999;
  padding-bottom: 2rem;
}
.breadcrumbs å a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs å a:active, .breadcrumbs å a:hover {
  text-decoration: underline;
}
.breadcrumbs i {
  padding: 0 0.75em;
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}

/* Text
-------------------------------------------------------------- */
a {
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: url("../images/common/icon-external.svg") no-repeat 0 0/cover;
  margin-left: 0.25em;
}
a[target=_blank]:has(img)::after {
  display: none;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a:active, a:hover {
  color: #2a8297;
}
a:active img, a:hover img {
  opacity: 0.7;
}

sup {
  vertical-align: top;
  font-size: 60%;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}
b.marker {
  background: #f5ebc0;
  padding: 0 0.25em;
}

em {
  font-style: normal;
  font-weight: 700;
  color: #9f1515;
}

br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.sp {
    display: block;
  }
}

/* Image
-------------------------------------------------------------- */
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image {
  text-align: center;
}
.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Btn
-------------------------------------------------------------- */
.btn-01 a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  background: #444;
  border-radius: 200px;
  display: inline-block;
  padding: 0.8rem 3rem;
  text-align: center;
  max-width: 32rem;
}
.btn-01 a br {
  display: none;
}
.btn-01 a::before {
  display: inline-block;
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}
.btn-01 a:active, .btn-01 a:hover {
  background: #ededd3;
  color: #444;
}
@media screen and (max-width: 640px) {
  .btn-01 a {
    font-size: 1.4rem;
  }
  .btn-01 a br {
    display: block;
  }
}
.btn-01.blue a {
  background: #2a8297;
}
.btn-01.blue a:hover {
  background: #ededd3;
  color: #444;
}

/* form
-------------------------------------------------------------- */
/* 基本のセレクトボックスのカスタマイズ */
select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 0.75em;
}
select:hover {
  cursor: pointer;
}

/* List
-------------------------------------------------------------- */
ul li {
  list-style: none;
}

ol {
  padding-left: 2.5rem;
}
ol li ol {
  list-style: none;
  padding-left: 2.5em;
}
ol li ol li {
  text-indent: -2.5em;
}

.list-bullet > li {
  position: relative;
  padding-left: 1.4em;
}
.list-bullet > li:not(:last-child) {
  padding-bottom: 0.25em;
}
.list-bullet > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.list-bullet > li .list-bullet li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0;
}
.list-bullet > li .list-bullet li::before {
  font-size: 1rem;
  content: "●";
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* note
-------------------------------------------------------------- */
.note {
  padding-top: 0.5rem;
}
.note li {
  vertical-align: middle;
  text-indent: -0.5em;
  margin-left: 1em;
  line-height: 1.4;
}
.note li::before {
  content: "※";
  display: inline-block;
  vertical-align: top;
}

/* Table
-------------------------------------------------------------- */
.tbl-01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.tbl-01 thead th {
  background: #2a8297;
  color: #fff;
}
.tbl-01 tbody th {
  background: #efefef;
}
.tbl-01 th {
  font-weight: bold;
}
.tbl-01 th, .tbl-01 td {
  text-align: center;
  word-wrap: break-word;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.6;
  padding: 2rem 1rem;
}
.tbl-01 th span, .tbl-01 td span {
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
  display: block;
}

/* align
-------------------------------------------------------------- */
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$header

-----------------------------------*/
.header {
  width: 100%;
  position: relative;
}
.header.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  padding-bottom: 1rem;
  -webkit-box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #f7f7f1;
  -webkit-animation: fadeinDown 0.5s;
  animation: fadeinDown 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 3%;
  gap: 2%;
}
.header .tagline {
  font-size: 1.2rem;
}
.header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  gap: 2rem;
}
.is-fixed .header__utility {
  margin-top: 0.5rem;
}
.header__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__logo {
  width: clamp(14rem, 19.4729136164vw, 26.6rem);
  position: relative;
  z-index: 9999;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.is-fixed .header__logo {
  width: 18rem;
}
.header__contact {
  line-height: 1;
  color: #fff;
}
.header__contact a {
  color: #fff;
}
.header__contact-pc {
  width: 24rem;
  margin-left: auto;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
  padding: 1.4rem 2rem;
  background: #2a8297;
}
.header__contact-pc dt {
  font-size: 1.6rem;
}
.header__contact-pc .contact-tel {
  font-weight: 700;
  margin-top: 0.5rem;
}
.header__contact-pc .contact-tel b {
  font-size: 2.6rem;
}
.header__contact-pc .contact-note {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.header__contact-pc .contact-time {
  font-size: 1.4rem;
  background: #fff;
  color: #2a8297;
  border-radius: 10rem;
  font-weight: 500;
  padding: 0.5rem;
  margin-top: 0.75rem;
}
.is-fixed .header__contact-pc {
  width: auto;
  padding: 1rem;
}
.is-fixed .header__contact-pc dt {
  font-size: 1.2rem;
}
.is-fixed .header__contact-pc .contact-tel {
  margin-top: 0.15rem;
}
.is-fixed .header__contact-pc .contact-tel span {
  font-size: 1rem;
}
.is-fixed .header__contact-pc .contact-tel b {
  font-size: 1.8rem;
}
.is-fixed .header__contact-pc .contact-note {
  font-size: 1rem;
  display: none;
}
.is-fixed .header__contact-pc .contact-time {
  font-size: 1.2rem;
  padding: 0.25rem;
}
.header__contact-sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #2a8297;
  padding: 1em;
  font-weight: 700;
}
.header__contact-sp dl {
  width: 100%;
  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;
  gap: 2%;
  line-height: 1.4;
}
.header__contact-sp dt, .header__contact-sp dd {
  width: 49%;
}
.header__contact-sp dt {
  text-align: center;
}
.header__contact-sp dt span {
  display: inline-block;
  padding: 0 0.5em;
}
.header__contact-sp .contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__contact-sp .contact-tel a {
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 0.5em;
  display: block;
  width: 100%;
  font-size: 1.8rem;
}
.header__contact-sp .contact-tel span {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 80%;
}
.header__search-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .open .header__search-sp {
    display: block;
    width: 80%;
    margin: auto;
  }
  .header__search-pc {
    display: none;
  }
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$header

-----------------------------------*/
@media screen and (max-width: 1024px) {
  .header {
    padding-bottom: 1rem;
  }
  .header__wrap {
    gap: 0;
  }
  .header__utility {
    margin-top: clamp(0.5rem, 0.7320644217vw, 1rem);
  }
  .is-fixed .header__utility {
    margin-top: 0rem;
  }
  .header__contact-pc {
    display: none;
  }
  .header__contact-sp {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .header {
    position: relative;
  }
  .header .tagline {
    display: none;
  }
  .header__utility {
    margin-top: 1rem;
    gap: 0;
  }
  .header__logo {
    width: 18rem;
    margin: auto;
  }
}
/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$nav

-----------------------------------*/
.nav__toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 99999;
}
.nav__toggle:hover {
  cursor: pointer;
}
.nav__toggle::after {
  content: "MENU";
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.open .nav__toggle::after {
  content: "CLOSE";
}
.nav__toggle span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  left: 0;
  right: 0;
  top: 1rem;
  margin: auto;
  background: #444;
}
.nav__toggle p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: none;
}
.nav__toggle .top {
  -webkit-animation: toggle-top 0.5s;
  animation: toggle-top 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav__toggle .middle {
  -webkit-animation: toggle-middle 0.5s;
  animation: toggle-middle 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav__toggle .bottom {
  -webkit-animation: toggle-bottom 0.5s;
  animation: toggle-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.gnav {
  text-align: right;
}
.gnav li {
  display: inline-block;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}
.gnav li:not(:first-child)::before {
  content: "|";
  padding: 0 1.5em;
}
.is-fixed .gnav li {
  font-size: 1.4rem;
}
.gnav li.gnav__home {
  display: none;
}
.gnav a {
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  .gnav li:not(:first-child)::before {
    padding: 0 clamp(1rem, 1.0980966325vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .gnav li {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .gnav li.gnav__home {
    display: block;
  }
}

/*
.open
-------------------------- */
.overlay {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.open {
  overflow: hidden;
}
.open body {
  overflow: hidden;
}
.open .nav__toggle .middle {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.open .nav__toggle .top {
  -webkit-animation: toggle-top-close 0.5s;
  animation: toggle-top-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.open .nav__toggle .bottom {
  -webkit-animation: toggle-bottom-close 0.5s;
  animation: toggle-bottom-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.open .nav__drawer {
  opacity: 1;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$nav - tablet

-----------------------------------*/
@media screen and (max-width: 840px) {
  .nav__toggle {
    display: block;
  }
  .nav__drawer {
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    background: #f7f7f1;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    padding: 10rem 0 0;
  }
  .gnav {
    width: 80%;
    max-width: 48rem;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .gnav li:not(:first-child)::before {
    display: none;
  }
  .gnav a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 0.5rem;
    font-weight: 500;
    border: solid 2px #444;
    border-radius: 10px;
    position: relative;
  }
  .gnav a::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnav a:not(.gnav a[target=_blank])::after {
    display: inline-block;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
}
/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

$search

-----------------------------------*/
.search__toggle {
  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;
  width: 5rem;
  aspect-ratio: 1;
  background: #f5dc75;
  font-size: clamp(2rem, 1.756954612vw, 2.4rem);
  border-radius: 0.6rem 0 0 0.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.search__toggle:hover {
  cursor: pointer;
  background: #2a8297;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .search__toggle {
    display: none;
  }
}
.search__title {
  font-size: clamp(1.8rem, 1.4641288433vw, 2rem);
  padding: 0.5em;
  background: #f7f7f7;
  border-radius: 6px;
}
.search__list li {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.search__wrapper {
  display: table;
  width: 100%;
  max-width: 48rem;
}
@media screen and (max-width: 840px) {
  .search__wrapper {
    margin: 4rem auto 0;
  }
}
.search__input, .search__button {
  font-size: 1.8rem;
  padding: 1rem;
  border-radius: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  display: table-cell;
  height: 6rem;
  vertical-align: middle;
  outline: none;
}
.search__input {
  border: 3px solid #f5dc75;
  width: 75%;
}
.search__button {
  border: none;
  background: #f5dc75;
  width: 25%;
  color: #444;
}
.search__drawer {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48rem;
}

.open-search .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.open-search .search__drawer {
  display: block;
  z-index: 9999;
}

/*-----------------------------------

	$base

-----------------------------------*/
/*-----------------------------------

	$footer

-----------------------------------*/
.footer {
  margin-top: clamp(7rem, 7.3206442167vw, 10rem);
}
.footer::before {
  content: "";
  display: block;
  aspect-ratio: 1366/150;
  background-color: none;
  background: url("../images/common/footer-bg.png") no-repeat 50% 0/cover;
}
.footer__wrap {
  background: #f5ebc0;
  padding: 6rem 2%;
  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;
  gap: 4rem 3%;
}
.footer__info {
  font-size: 1.8rem;
  line-height: 1.6;
}
.footer__logo {
  padding-bottom: 3rem;
}
.footer__addr span {
  padding-right: 0.5em;
}
.footer__tel a {
  color: #444;
  text-decoration: none;
  display: none;
}
.footer__member {
  font-size: 1.4rem;
}
.footer__member span {
  padding-right: 1em;
}
.footer__bnr-01 {
  padding-top: 2rem;
}
.footer__bnr-01 img {
  width: 90%;
  max-width: 28rem;
  height: auto;
}
.footer__other {
  width: clamp(56rem, 49%, 61rem);
}
.footer__other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2%;
}
.footer__other ul li {
  width: 49%;
  max-width: 300px;
}
.footer__other ul li img {
  width: 100%;
  height: auto;
  margin: auto;
}
.footer__copyright {
  background: #2a8297;
  color: #fff;
  font-size: 1.4rem;
  height: 3.6rem;
  text-align: center;
  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;
}
.footer .map iframe {
  width: 100%;
  height: 40rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__info, .footer__other {
    width: 100%;
    text-align: center;
  }
  .footer__other ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .footer::before {
    background-image: url("../images/common/footer-bg-sp.png");
    aspect-ratio: 375/70;
  }
  .footer__wrap {
    gap: 3rem 3%;
  }
  .footer__addr span {
    padding-right: 0;
    display: block;
  }
  .footer__tel a {
    display: inline;
  }
  .footer__tel span {
    display: none;
  }
  .footer__member span {
    padding-right: 0;
    display: block;
  }
  .footer__other {
    width: 90%;
    max-width: 30rem;
    margin: auto;
  }
  .footer__other ul li {
    width: 100%;
  }
}

#pagetop {
  position: fixed;
  right: 0;
  display: none;
  z-index: 99;
}
#pagetop a {
  display: block;
  width: 3.6rem;
  padding-top: 100%;
  background: #000;
  position: relative;
  opacity: 0.7;
}
#pagetop a::before {
  display: inline-block;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#pagetop a:hover {
  opacity: 1;
}