@charset "UTF-8";
.gHeader .menu .btn--menu {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1320px) and (min-width: 641px) {
  :root {
    font-size: 7.5757575758vw;
  }
}
@media screen and (max-width: 640px) {
  :root {
    font-size: 15.625vw;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}

.wrap {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .wrap {
    width: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 25%, 0);
  }
}
.pageTopHelper {
  width: 1px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.gHeader .inner {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  position: relative;
  z-index: 1;
  background: #fff;
}
.gHeader .branding {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.47rem;
}
@media screen and (max-width: 640px) {
  .gHeader .branding {
    padding: 0 0 0 0.26rem;
  }
}
.gHeader .branding .siteTitle {
  width: 4.05rem;
  line-height: 1px;
}
@media screen and (max-width: 640px) {
  .gHeader .branding .siteTitle {
    width: 2.84rem;
  }
}
.gHeader .branding .yokoku {
  width: 1rem;
  margin: 0 0 0 0.23rem;
  line-height: 0.4rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px currentColor;
}
@media screen and (max-width: 640px) {
  .gHeader .branding .yokoku {
    margin: 0 0 0 0.12rem;
    font-size: 0.18rem;
  }
}
.gHeader .menu {
  display: flex;
  align-items: center;
  padding: 0 0.35rem 0 0;
}
@media screen and (max-width: 640px) {
  .gHeader .menu {
    padding: 0;
  }
}
.gHeader .menu .btn--outline {
  display: block;
  background: url(../imgs/arrow01.svg) 100% 50%/0.06rem auto no-repeat;
  padding: 0 0.17rem 0 0;
  line-height: 0.4rem;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--outline {
    display: none;
  }
}
.gHeader .menu .btn--contact {
  display: block;
  width: 2.29rem;
  margin: 0 0 0 0.24rem;
  background: #eb9d14 url(../imgs/arrow01_w.svg) calc(100% - 0.11rem) 50%/0.07rem auto no-repeat;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--contact {
    box-sizing: border-box;
    width: 1.2rem;
    height: 0.8rem;
    margin: 0;
    padding: 0.45rem 0 0;
    background-image: url(../imgs/ico-contact.svg);
    background-position: 50% 0.21rem;
    background-size: 0.25rem auto;
    font-size: 0.14rem;
    line-height: 1;
  }
}
.gHeader .menu .takuchinomori {
  display: block;
  width: 1.26rem;
  margin: 0 0 0 0.33rem;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .takuchinomori {
    display: none;
  }
}
.gHeader .menu .btn--menu {
  display: block;
  margin: 0 0 0 0.55rem;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
  }
}
.gHeader .menu .btn--menu .bar {
  width: 0.4rem;
  height: 0.22rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--menu .bar {
    width: 0.5rem;
    height: 0.3rem;
  }
}
.gHeader .menu .btn--menu .bar::before, .gHeader .menu .btn--menu .bar::after,
.gHeader .menu .btn--menu .bar span {
  display: block;
  width: 100%;
  height: 0.02rem;
  position: absolute;
  left: 0;
  background: #000;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--menu .bar::before, .gHeader .menu .btn--menu .bar::after,
.gHeader .menu .btn--menu .bar span {
    height: 0.03rem;
  }
}
.gHeader .menu .btn--menu .bar::before, .gHeader .menu .btn--menu .bar::after {
  content: "";
  transition-property: transform;
}
.gHeader .menu .btn--menu .bar::before {
  top: 50%;
  transform: translate3D(0, -0.11rem, 0);
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--menu .bar::before {
    transform: translate3D(0, -0.15rem, 0);
  }
}
.gHeader .menu .btn--menu .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.11rem, 0);
}
@media screen and (max-width: 640px) {
  .gHeader .menu .btn--menu .bar::after {
    transform: translate3D(0, 0.15rem, 0);
  }
}
.gHeader .menu .btn--menu .bar span {
  top: 50%;
  transform: translate(0, -50%);
  transition-property: opacity;
}
.gHeader .navigation {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.9rem 0 1.28rem;
  background: linear-gradient(90deg, #004d94, #0075b5 32%, #44a335 64%, #81b61f);
  color: #fff;
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 640px) {
  .gHeader .navigation {
    padding: 0.9rem 0;
  }
}
.gHeader .navigation .list {
  display: flex;
  flex-wrap: wrap;
  width: 8rem;
  margin: 0 auto;
  line-height: 0.18rem;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list {
    display: block;
    width: auto;
    margin: 0 0.5rem;
  }
}
.gHeader .navigation .list li {
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li {
    width: auto;
  }
}
.gHeader .navigation .list li a {
  display: block;
  padding: 0.21rem 0 0.21rem 0.3rem;
  background: url(../imgs/arrow01_w.svg) calc(100% - 0.18rem) 50%/0.07rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li a {
    background-size: 0.12rem auto;
  }
}
.gHeader .navigation .list li a.off {
  opacity: 0.5;
  cursor: auto;
}
.gHeader .navigation .list li a .en {
  margin: 0 1em 0 0;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
}
.gHeader .navigation .list li a .ja {
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li a .ja {
    font-size: 0.26rem;
  }
}
.gHeader .navigation .list li a .ja.sizeUp {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li a .ja.sizeUp {
    font-size: 0.28rem;
  }
}
.gHeader .navigation .list li:nth-child(odd) {
  border-left: 1px solid currentColor;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li:nth-child(odd) {
    border-left: none;
  }
}
.gHeader .navigation .list li.top {
  width: 100%;
  border-left: none;
  font-size: 0.34rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li.top {
    font-size: 0.32rem;
  }
}
.gHeader .navigation .list li.top a {
  padding-top: 0.13rem;
  padding-bottom: 0.13rem;
}
@media screen and (max-width: 640px) {
  .gHeader .navigation .list li.top a {
    padding-top: 0.21rem;
    padding-bottom: 0.21rem;
  }
}
.gHeader.ready .navigation {
  transition: transform 0.4s;
}
.gHeader.active .btn--menu .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.gHeader.active .btn--menu .bar::after {
  transform: translate3D(0, 50%, 0) rotate(45deg);
}
.gHeader.active .btn--menu .bar span {
  opacity: 0;
}
.gHeader.active .navigation {
  transform: translate3d(0, 0, 0);
}

.main {
  padding: 0.8rem 0 0;
}
.main .anchor {
  position: absolute;
  top: -0.8rem;
  left: 0;
}
.main sup {
  font-size: 0.5em;
}
.main figcaption {
  line-height: 1.5;
  padding: 0.5em 0 0;
  font-size: 0.1rem;
}
.main figcaption::before, .main figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main figcaption::before {
  margin-bottom: -0.25em;
}
.main figcaption::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 640px) {
  .main figcaption {
    font-size: 0.2rem;
  }
}
.main figcaption.white {
  color: #fff;
}
.main figcaption.bottomRight {
  padding: 0 1em 1em 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main figcaption.bottomLeft {
  padding: 0 0 1em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.second .main .prepend {
  display: grid;
  grid-template-rows: 4rem;
  grid-template-columns: auto;
}
body.second .main .prepend .image {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
}
body.second .main .prepend .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.second .main .prepend .pageTitle {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
  padding: 1.44rem 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.second .main .prepend .pageTitle {
    padding: 1.3rem 0 0;
  }
}
body.lower .main .pageTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  background: linear-gradient(134deg, #004d94, #0075b5 32%, #44a335 64%, #81b61f);
  color: #fff;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.lower .main .pageTitle {
    height: 1.8rem;
    background: linear-gradient(90deg, #004d94, #0075b5 32%, #44a335 64%, #81b61f);
    font-size: 0.26rem;
  }
}
body.lower .main .pageTitle::before {
  content: attr(data-en);
  display: block;
  font-family: "garamond-premier-pro", serif;
  font-size: 0.42rem;
}
@media screen and (max-width: 640px) {
  body.lower .main .pageTitle::before {
    font-size: 0.46rem;
  }
}

.gFooter .navigation {
  background: #4c9ecb;
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation {
    padding: 0.2rem 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.gFooter .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul {
    flex-wrap: wrap;
    height: auto;
  }
}
.gFooter .navigation ul::after {
  content: "│";
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul::after {
    content: none;
  }
}
.gFooter .navigation ul li::before {
  content: "│";
}
@media screen and (max-width: 640px) {
  .gFooter .navigation ul li:nth-child(n+2)::after {
    content: "│";
  }
}
.gFooter .ci {
  padding: 0.32rem 0 0.3rem;
}
@media screen and (max-width: 640px) {
  .gFooter .ci {
    padding: 0.44rem 0;
  }
}
.gFooter .ci .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .wrap {
    display: block;
  }
}
.gFooter .ci .ibaraki a {
  display: block;
  width: 1.75rem;
  line-height: 1px;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .ibaraki a {
    width: 3.5rem;
  }
  .gFooter .ci .ibaraki a img {
    width: 100%;
  }
}
.gFooter .ci .ibaraki .note {
  line-height: 1.5;
  padding: 0.12rem 0 0;
  font-size: 0.1rem;
}
.gFooter .ci .ibaraki .note::before, .gFooter .ci .ibaraki .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.gFooter .ci .ibaraki .note::before {
  margin-bottom: -0.25em;
}
.gFooter .ci .ibaraki .note::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .ibaraki .note {
    line-height: 1.25;
    padding: 0.27rem 0 0;
    font-size: 0.2rem;
  }
  .gFooter .ci .ibaraki .note::before, .gFooter .ci .ibaraki .note::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .gFooter .ci .ibaraki .note::before {
    margin-bottom: -0.125em;
  }
  .gFooter .ci .ibaraki .note::after {
    margin-top: -0.125em;
  }
}
@media screen and (max-width: 640px) {
  .gFooter .ci .sekisui {
    margin: 0.47rem 0 0;
  }
}
.gFooter .ci .sekisui a {
  display: block;
  width: 0.73rem;
  margin: 0 0 0 auto;
  line-height: 1px;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .sekisui a {
    width: 1.46rem;
    margin: 0;
  }
  .gFooter .ci .sekisui a img {
    width: 100%;
  }
}
.gFooter .ci .sekisui .copyright {
  line-height: 1.5;
  padding: 0.14rem 0 0;
  font-size: 0.1rem;
}
.gFooter .ci .sekisui .copyright::before, .gFooter .ci .sekisui .copyright::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.gFooter .ci .sekisui .copyright::before {
  margin-bottom: -0.25em;
}
.gFooter .ci .sekisui .copyright::after {
  margin-top: -0.25em;
}
@media screen and (max-width: 640px) {
  .gFooter .ci .sekisui .copyright {
    line-height: 1.25;
    padding: 0.17rem 0 0;
    font-size: 0.2rem;
  }
  .gFooter .ci .sekisui .copyright::before, .gFooter .ci .sekisui .copyright::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .gFooter .ci .sekisui .copyright::before {
    margin-bottom: -0.125em;
  }
  .gFooter .ci .sekisui .copyright::after {
    margin-top: -0.125em;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.6rem;
  position: fixed;
  right: 0;
  bottom: 0;
}
.gFooter .pagetop.off {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=common.css.map */