/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------------------------------------------------------
archives.scss
----------------------------------------------------------------------------------------*/
html {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 62.5%;
}

body {
  color: #fff;
}

a {
  transition: 0.2s;
}

a,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

li {
  list-style: none;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  border: 1px solid #3cb2ac;
  padding: 10px;
  max-width: 100%;
}

input[type=text],
textarea {
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
header {
  height: calc(50vw / 3.75);
  max-width: calc(350vw / 3.75);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  header {
    height: 65px;
  }
}
header img {
  width: calc(100vw / 3.75);
}
@media screen and (min-width: 1024px) {
  header img {
    width: 215px;
  }
}
header .to-official {
  font-size: calc(14vw / 3.75);
  color: #002c28;
  display: flex;
  align-items: center;
  -moz-column-gap: calc(3vw / 3.75);
       column-gap: calc(3vw / 3.75);
  padding: calc(5vw / 3.75);
  border: 1px solid #002c28;
}
@media screen and (min-width: 1024px) {
  header .to-official {
    font-size: 1.6rem;
    padding: 10px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
header .to-official::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow.png);
  background-size: cover;
  width: calc(24vw / 3.75);
  height: calc(4vw / 3.75);
}
@media screen and (min-width: 1024px) {
  header .to-official::after {
    width: 32px;
    height: 5px;
  }
}

/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.footer {
  text-align: center;
}
.footer__logo {
  padding: calc(30vw / 3.75);
  border-bottom: 1px solid #002c28;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    padding: 30px;
  }
}
.footer__logo img {
  width: calc(200vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .footer__logo img {
    width: 270px;
  }
}
.footer small {
  display: block;
  padding: calc(30vw / 3.75);
  font-size: calc(12vw / 3.75);
  color: #002c28;
}
@media screen and (min-width: 1024px) {
  .footer small {
    font-size: 1.6rem;
    padding: 30px;
  }
}

/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
heading.scss
----------------------------------------------------------------------------------------*/
.c-intro-heading {
  text-align: center;
  font-size: calc(14vw / 3.75);
  line-height: calc(24 / 14);
}
@media screen and (min-width: 1024px) {
  .c-intro-heading {
    font-size: 2.8rem;
    line-height: 72px;
  }
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.p-bg {
  background-color: #002c28;
}

.p-mainVisual {
  position: relative;
  background-image: url(../images/mainVisual.png);
  background-position: center bottom;
  background-size: cover;
  margin-bottom: calc(40vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual {
    margin-bottom: 200px;
  }
}
.p-mainVisual h2 {
  text-align: center;
  font-size: calc(24vw / 3.75);
  padding-top: calc(100vw / 3.75);
  padding-bottom: calc(250vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual h2 {
    padding: 150px 0 740px;
    font-size: 8rem;
  }
}
.p-mainVisual h2 span {
  font-size: calc(16vw / 3.75);
  display: block;
  margin-bottom: calc(5vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual h2 span {
    font-size: 3.4rem;
  }
}
.p-mainVisual h2 span::after {
  content: "";
  display: block;
  width: calc(350vw / 3.75);
  max-width: 1000px;
  margin-inline: auto;
  height: 2px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: calc(7vw / 3.75);
}
.p-mainVisual__detail {
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: calc(10vw / 3.75);
  right: calc(10vw / 3.75);
  background-color: rgba(170, 159, 103, 0.7);
  display: grid;
  place-content: center;
  width: calc(150vw / 3.75);
  height: calc(150vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual__detail {
    width: 400px;
    height: 400px;
    bottom: 300px;
    right: 180px;
  }
}
.p-mainVisual__text {
  line-height: calc(16 / 10);
  font-size: calc(10vw / 3.75);
  margin-bottom: calc(5vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual__text {
    font-size: 2.4rem;
    line-height: 40px;
    margin-bottom: unset;
  }
}
.p-mainVisual__num {
  font-size: calc(14vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-mainVisual__num {
    font-size: 4rem;
  }
}
.p-mainVisual__num span {
  font-size: calc(30vw / 3.75);
  text-shadow: #002c28;
  font-weight: lighter;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 1024px) {
  .p-mainVisual__num span {
    font-size: 8rem;
  }
}
.p-mainVisual__caution {
  line-height: calc(16 / 10);
  font-size: calc(10vw / 3.75);
  margin: calc(5vw / 3.75) 0;
}
@media screen and (min-width: 1024px) {
  .p-mainVisual__caution {
    font-size: 1.8rem;
    line-height: 24px;
  }
}

.p-intro {
  text-align: center;
  max-width: calc(350vw / 3.75);
  margin-inline: auto;
}
.p-intro h2 {
  font-size: calc(20vw / 3.75);
  margin-bottom: calc(30vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-intro h2 {
    font-size: 4rem;
    margin-bottom: 65px;
  }
}
.p-intro p {
  font-size: calc(12vw / 3.75);
  line-height: calc(24 / 12);
  margin-bottom: calc(30vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-intro p {
    line-height: 48px;
    font-size: 2rem;
    margin-bottom: 120px;
  }
}
.p-intro span {
  font-size: calc(10vw / 3.75);
  display: initial;
}
@media screen and (min-width: 1024px) {
  .p-intro span {
    font-size: 1.4rem;
  }
}

.p-cross {
  margin-bottom: calc(30vw / 3.75);
}
.p-cross__cont img {
  width: 100%;
}
.p-cross__texts p {
  font-size: calc(10vw / 3.75);
  line-height: calc(16 / 10);
  margin-bottom: calc(5vw / 3.75);
  text-align: center;
}
.p-cross__hgroup h3 {
  font-size: calc(18vw / 3.75);
}
.p-cross__hgroup p {
  color: #aa9f67;
}
.p-cross__feature {
  width: calc(100vw / 3.75);
}

.p-worries {
  margin-bottom: calc(20vw / 3.75);
}

.p-worries-cont img {
  width: 100%;
}

.p-link {
  margin-bottom: calc(50vw / 3.75);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-link {
    margin-bottom: 180px;
  }
}
.p-link a {
  background-color: #aa9f67;
  color: #fff;
  border-radius: calc(3vw / 3.75);
  font-size: calc(11.5vw / 3.75);
  height: calc(30vw / 3.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(300vw / 3.75);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-link a {
    width: 700px;
    font-size: 2.8rem;
    height: 100px;
  }
}

.p-introduction {
  padding-bottom: calc(70vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction {
    padding-bottom: 200px;
  }
}
.p-introduction__MainHeading {
  max-width: 1120px;
  margin-inline: auto;
  width: calc(100% - 40px);
  margin-bottom: calc(20vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__MainHeading {
    margin-bottom: 140px;
  }
}
.p-introduction__imgs {
  max-width: calc(350vw / 3.75);
  margin-inline: auto;
}
.p-introduction__heading {
  max-width: 1120px;
  margin-inline: auto;
  width: calc(100% - 40px);
  display: flex;
  margin-bottom: calc(20vw / 3.75);
}
@media screen and (max-width: 1023px) {
  .p-introduction__heading {
    flex-direction: column;
    row-gap: calc(8vw / 3.75);
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-introduction__heading {
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
  }
}
.p-introduction__heading h3 {
  font-size: calc(14vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__heading h3 {
    font-size: 3.5rem;
  }
}
.p-introduction__heading p {
  font-size: calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__heading p {
    font-size: 1.6rem;
  }
}
.p-introduction__grid {
  max-width: 1120px;
  margin-inline: auto;
  width: calc(100% - 40px);
  display: grid;
  gap: calc(20vw / 3.75);
  margin-bottom: calc(30vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__grid {
    gap: 10px;
  }
  .p-introduction__grid--01 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .p-introduction__grid--01 li:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .p-introduction__grid--01 li:nth-of-type(2) {
    grid-area: 1/3/2/4;
  }
  .p-introduction__grid--01 li:nth-of-type(3) {
    grid-area: 2/1/3/2;
  }
  .p-introduction__grid--01 li:nth-of-type(4) {
    grid-area: 2/2/3/3;
  }
  .p-introduction__grid--01 li:nth-of-type(5) {
    grid-area: 2/3/3/4;
  }
  .p-introduction__grid--02 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .p-introduction__grid--02 li:nth-of-type(1) {
    grid-area: 1/1/3/2;
  }
  .p-introduction__grid--02 li:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .p-introduction__grid--02 li:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 1023px) {
  .p-introduction__grid li {
    width: 80%;
    margin-inline: auto;
  }
}
.p-introduction__areas {
  max-width: 1330px;
  margin-inline: auto;
  width: calc(100% - 40px);
}
@media screen and (max-width: 1023px) {
  .p-introduction__areas {
    text-align: center;
  }
}
.p-introduction__area-column {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-introduction__area-column {
    flex-direction: column;
    row-gap: calc(30vw / 3.75);
  }
}
@media screen and (min-width: 1024px) {
  .p-introduction__area-column {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.p-introduction__area {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-introduction__area {
    width: 80%;
    margin-inline: auto;
  }
}
.p-introduction__area h3 {
  font-size: calc(14vw / 3.75);
  padding-bottom: calc(10vw / 3.75);
  border-bottom: 1px solid #aa9f67;
}
@media screen and (max-width: 1023px) {
  .p-introduction__area h3 {
    margin-bottom: calc(10vw / 3.75);
  }
}
@media screen and (min-width: 1024px) {
  .p-introduction__area h3 {
    font-size: 2.8rem;
    padding-bottom: 30px;
  }
}
.p-introduction__area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-introduction__area ul {
    row-gap: calc(10vw / 3.75);
  }
}
.p-introduction__area ul li {
  padding-bottom: calc(10vw / 3.75);
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 1024px) {
  .p-introduction__area ul li {
    padding: 30px 0;
  }
}
.p-introduction__area ul li p:first-of-type {
  font-size: calc(12vw / 3.75);
  margin-bottom: calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__area ul li p:first-of-type {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.p-introduction__area ul li p:last-of-type {
  font-size: calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-introduction__area ul li p:last-of-type {
    font-size: 1.4rem;
  }
}
.p-introduction__area ul li:last-of-type {
  border-bottom: 1px solid #aa9f67;
}

.p-to-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-to-top {
    gap: 35px;
  }
}
.p-to-top img {
  height: calc(40vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-to-top img {
    height: 80px;
  }
}
.p-to-top a {
  font-size: calc(16vw / 3.75);
  padding-bottom: calc(5vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-to-top a {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

/*----------------------------------------------------------------------------------------
fixedMenu.scss
----------------------------------------------------------------------------------------*/
.p-fixed-menu {
  opacity: 0;
  transition: 0.2s;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #aa9f67;
  border-radius: calc(10vw / 3.75) 0 0 calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-fixed-menu {
    border-radius: 10px 0 0 10px;
  }
}
.p-fixed-menu.is-active {
  opacity: 1;
}
.p-fixed-menu img {
  display: block;
  width: calc(40vw / 3.75);
  margin-inline: auto;
  margin-bottom: calc(10vw / 3.75);
}
@media screen and (min-width: 1024px) {
  .p-fixed-menu img {
    width: 40px;
    margin-bottom: 10px;
  }
}
.p-fixed-menu a {
  padding: calc(10vw / 3.75);
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: calc(14vw / 3.75);
  line-height: calc(24 / 14);
}
@media screen and (min-width: 1024px) {
  .p-fixed-menu a {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 20px;
  }
}

/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .u-pc-none {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-sp-none {
    display: none;
  }
}
.u-mb-3 {
  margin-bottom: 3px;
}

.u-mt-minus10 {
  margin-top: -10px;
}/*# sourceMappingURL=style.css.map */