@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
button:focus-visible {
  outline-offset: 1px;
}

a {
  text-decoration: none;
}

.p-news__img, .p-news__img--thum, .l-footer__container, .cont__center, .p-contact__button, .p-news__return {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-news__img > *, .p-news__img--thum > *, .l-footer__container > *, .cont__center > *, .p-contact__button > *, .p-news__return > * {
  min-height: 0%;
}

.l-header__container, .cont__container, .p-contact__container, .cont__container--small, .p-news__container {
  box-sizing: content-box !important;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__container, .cont__container, .p-contact__container, .cont__container--small, .p-news__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__container, .cont__container, .p-contact__container, .cont__container--small, .p-news__container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.p-news__container {
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-contact__container, .cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 767px) {
  .p-contact__container, .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.p-contact__sns-link, .p-news__text--link, .p-news__share-link, .l-footer__link, .l-header__logo, .l-header__logo--en, .l-header__expo, .l-header__language, .l-header__gnav-link, .l-header__gnav-language, .link, .p-contact__button, .p-news__return {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-contact__sns-link:hover, .p-news__text--link:hover, .p-news__share-link:hover, .l-footer__link:hover, .l-header__logo:hover, .l-header__logo--en:hover, .l-header__expo:hover, .l-header__language:hover, .l-header__gnav-link:hover, .l-header__gnav-language:hover, .link:hover, .p-contact__button:hover, .p-news__return:hover {
  opacity: 0.7;
}

.p-news__share-title {
  font-family: "PT Sans", sans-serif;
}

.p-contact__title {
  font-family: "PT Sans", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__title {
    font-size: 10.6666666667vw;
  }
}

.p-contact__text, .p-contact__sns-title, .p-news__text, .p-news__text--loose, .p-news__contact-text, .p-news__contact-term, .p-news__contact-date {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contact__text, .p-contact__sns-title, .p-news__text, .p-news__text--loose, .p-news__contact-text, .p-news__contact-term, .p-news__contact-date {
    line-height: 1.6111111111;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__text, .p-contact__sns-title, .p-news__text, .p-news__text--loose, .p-news__contact-text, .p-news__contact-term, .p-news__contact-date {
    font-size: 4.8vw;
  }
}
.p-news__date, .p-news__title, .p-news__caption, .p-news__caption--02, .p-news__text, .p-news__text--loose, .p-news__subtitle, .p-news__note, .p-news__contact-text, .p-news__contact-term, .p-news__contact-date, .l-footer__link {
  font-feature-settings: "palt";
}

.p-contact__button, .p-news__return {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  border: 2px solid #000;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-contact__button, .p-news__return {
    font-size: 1.4rem;
    line-height: 4.1428571429;
    width: 100%;
    height: 49px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__button, .p-news__return {
    font-size: 3.7333333333vw;
    height: 13.0666666667vw;
    padding-bottom: 0.5333333333vw;
    border-width: 0.5333333333vw;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

.p-cont {
  overflow: hidden;
}

.jsScrollMessage {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translateY(50px);
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), 50px);
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
.l-header__logo--en, .l-header__logo {
  display: block;
  width: 230px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__logo--en, .l-header__logo {
    width: 125px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .l-header__logo--en, .l-header__logo {
    width: 33.3333333333vw;
  }
}

.l-header__gnav-language--active, .l-header__gnav-language, .l-header__language--active, .l-header__language {
  position: relative;
  font-size: 2.6rem;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-header__gnav-language--active, .l-header__gnav-language, .l-header__language--active, .l-header__language {
    font-size: 1.4rem;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-language--active, .l-header__gnav-language, .l-header__language--active, .l-header__language {
    font-size: 3.7333333333vw;
  }
}
.l-header__gnav-language--active + .l-header__gnav-language--active::before, .l-header__gnav-language + .l-header__gnav-language--active::before, .l-header__gnav-language--active + .l-header__gnav-language::before, .l-header__gnav-language + .l-header__gnav-language::before, .l-header__language--active + .l-header__gnav-language--active::before, .l-header__language--active + .l-header__gnav-language::before, .l-header__gnav-language--active + .l-header__language--active::before, .l-header__gnav-language + .l-header__language--active::before, .l-header__language--active + .l-header__language--active::before, .l-header__language + .l-header__gnav-language--active::before, .l-header__language + .l-header__gnav-language::before, .l-header__language + .l-header__language--active::before, .l-header__gnav-language--active + .l-header__language::before, .l-header__gnav-language + .l-header__language::before, .l-header__language--active + .l-header__language::before, .l-header__language + .l-header__language::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-header__gnav-language--active + .l-header__gnav-language--active::before, .l-header__gnav-language + .l-header__gnav-language--active::before, .l-header__gnav-language--active + .l-header__gnav-language::before, .l-header__gnav-language + .l-header__gnav-language::before, .l-header__language--active + .l-header__gnav-language--active::before, .l-header__language--active + .l-header__gnav-language::before, .l-header__gnav-language--active + .l-header__language--active::before, .l-header__gnav-language + .l-header__language--active::before, .l-header__language--active + .l-header__language--active::before, .l-header__language + .l-header__gnav-language--active::before, .l-header__language + .l-header__gnav-language::before, .l-header__language + .l-header__language--active::before, .l-header__gnav-language--active + .l-header__language::before, .l-header__gnav-language + .l-header__language::before, .l-header__language--active + .l-header__language::before, .l-header__language + .l-header__language::before {
    top: 0px;
    height: 15px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-language--active + .l-header__gnav-language--active::before, .l-header__gnav-language + .l-header__gnav-language--active::before, .l-header__gnav-language--active + .l-header__gnav-language::before, .l-header__gnav-language + .l-header__gnav-language::before, .l-header__language--active + .l-header__gnav-language--active::before, .l-header__language--active + .l-header__gnav-language::before, .l-header__gnav-language--active + .l-header__language--active::before, .l-header__gnav-language + .l-header__language--active::before, .l-header__language--active + .l-header__language--active::before, .l-header__language + .l-header__gnav-language--active::before, .l-header__language + .l-header__gnav-language::before, .l-header__language + .l-header__language--active::before, .l-header__gnav-language--active + .l-header__language::before, .l-header__gnav-language + .l-header__language::before, .l-header__language--active + .l-header__language::before, .l-header__language + .l-header__language::before {
    height: 4vw;
  }
}

.l-header__hamburger-line::after, .l-header__hamburger-line::before, .l-header__hamburger-line {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s, bottom 0.3s;
}
@media screen and (max-width: 375px) {
  .l-header__hamburger-line::after, .l-header__hamburger-line::before, .l-header__hamburger-line {
    width: 6.6666666667vw;
    height: 0.5333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header__gnav-language--active + .l-header__gnav-language::before, .l-header__gnav-language + .l-header__gnav-language--active::before {
    top: 3px;
    height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-language--active + .l-header__gnav-language::before, .l-header__gnav-language + .l-header__gnav-language--active::before {
    top: 0.8vw;
    height: 4.8vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.l-header__container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .l-header__container {
    height: 16vw;
    padding-left: 5.3333333333vw;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.l-header__logo--en {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .l-header__logo--en {
    width: 120px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__logo--en {
    width: 32.1333333333vw;
  }
}
.l-header__expo {
  display: block;
  width: 173px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .l-header__expo {
    width: 94px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__expo {
    width: 25.0666666667vw;
    margin-left: 8vw;
  }
}
.l-header__languages {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header__languages {
    height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__languages {
    height: 16vw;
    margin-right: 5.3333333333vw;
  }
}
.l-header__language--active {
  font-size: 3rem;
  font-weight: bold;
  color: #008d54;
}
@media screen and (max-width: 767px) {
  .l-header__language--active {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .l-header__language--active {
    font-size: 4.5333333333vw;
  }
}
.l-header__hamburger {
  position: relative;
  width: 65px;
  height: 60px;
  margin-left: auto;
  border-radius: 0 0 0 13px;
  background-color: #008d54;
  z-index: 11;
}
@media screen and (max-width: 375px) {
  .l-header__hamburger {
    width: 17.3333333333vw;
    height: 16vw;
    border-radius: 0 0 0 3.4666666667vw;
  }
}
.l-header__hamburger-line {
  top: 27px;
  left: 21px;
}
@media screen and (max-width: 375px) {
  .l-header__hamburger-line {
    top: 7.2vw;
    left: 5.6vw;
  }
}
.l-header__hamburger-line::before {
  top: 7px;
  left: 0;
  content: "";
}
@media screen and (max-width: 375px) {
  .l-header__hamburger-line::before {
    top: 1.8666666667vw;
  }
}
.l-header__hamburger-line::after {
  bottom: 7px;
  left: 0;
  content: "";
}
@media screen and (max-width: 375px) {
  .l-header__hamburger-line::after {
    bottom: 1.8666666667vw;
  }
}
.l-header__hamburger.jsHamburgerActive .l-header__hamburger-line {
  transform: rotate(45deg);
}
.l-header__hamburger.jsHamburgerActive .l-header__hamburger-line::before {
  opacity: 0;
}
.l-header__hamburger.jsHamburgerActive .l-header__hamburger-line::after {
  bottom: 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .l-header__gnav {
    margin-top: 15px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__gnav-nav {
    display: flex;
    justify-content: flex-end;
    box-sizing: content-box !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-nav {
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__gnav-list {
    display: flex;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav-list {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav-item + .l-header__gnav-item {
    border-top: 1px solid #d0d0d0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__gnav-link {
    font-size: 2.6rem;
    line-height: 2.6923076923;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav-link {
    display: block;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6111111111;
    letter-spacing: 0.04em;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    color: #000;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-link {
    font-size: 4.8vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav-link::before {
    display: block;
    position: absolute;
    top: 23px;
    left: 5px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #008d54;
    border-right: 2px solid #008d54;
    content: "";
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-link::before {
    top: 6.1333333333vw;
    left: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
.l-header__gnav-languages {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__gnav-language {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__gnav-language {
    font-size: 4.8vw;
  }
}
.l-header__gnav-language--active {
  color: #008d54;
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 375px) {
  .l-header__gnav-language--active {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__gnav.jsNavActive {
    opacity: 1;
    pointer-events: all;
  }
}

.l-footer__container {
  padding-top: 160px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__container {
    padding-top: 21.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l-footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-direction: column;
  }
}
.l-footer__item + .l-footer__item {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-footer__item + .l-footer__item {
    margin-top: 30px;
    border-left: none;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__item + .l-footer__item {
    margin-top: 8vw;
  }
}
.l-footer__link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 23px;
  padding-right: 23px;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .l-footer__link {
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__link {
    font-size: 4.8vw;
  }
}
.l-footer__link[target=_blank]::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/expo2027/img/external_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  content: "";
}
@media screen and (max-width: 375px) {
  .l-footer__link[target=_blank]::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
.l-footer__copy {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 2.4615384615;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    line-height: 1;
    margin-top: 70px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__copy {
    font-size: 2.6666666667vw;
    margin-top: 18.6666666667vw;
  }
}

.p-news__note, .p-news__subtitle, .p-news__title, .p-news__date, .p-news__caption--02, .p-news__caption {
  letter-spacing: 0.04em;
}

.p-news__contact-text, .p-news__text, .p-news__text--loose {
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 375px) {
  .p-news__contact-text, .p-news__text, .p-news__text--loose {
    margin-top: -1.8666666667vw;
    margin-bottom: -1.8666666667vw;
  }
}

.p-news__caption--02, .p-news__caption {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  margin-top: 5px;
  margin-bottom: -7px;
}
@media screen and (max-width: 767px) {
  .p-news__caption--02, .p-news__caption {
    line-height: 1.7142857143;
    margin-top: 5px;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__caption--02, .p-news__caption {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
    margin-bottom: -1.0666666667vw;
  }
}

/* news:start */
.p-news__container {
  max-width: 750px;
  padding-top: 65px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    max-width: 89.3333333333vw;
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__container {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.p-news__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 375px) {
  .p-news__head {
    padding-bottom: 5.3333333333vw;
  }
}
.p-news__body {
  margin-top: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    margin-top: 25px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__body {
    margin-top: 6.6666666667vw;
    padding-bottom: 16vw;
  }
}
.p-news__date {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #6f6f6f;
}
@media screen and (max-width: 375px) {
  .p-news__date {
    font-size: 3.7333333333vw;
  }
}
.p-news__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 2.3rem;
    line-height: 1.5217391304;
  }
}
@media screen and (max-width: 375px) {
  .p-news__title {
    font-size: 6.1333333333vw;
    margin-top: 4vw;
  }
}
.p-news__title--small {
  display: block;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-news__title--small {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-news__title--small {
    font-size: 4.8vw;
  }
}
.p-news__img, .p-news__img--thum {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-news__img, .p-news__img--thum {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__img, .p-news__img--thum {
    margin-top: 8vw;
  }
}
.p-news__img + .p-news__text, .p-news__img + .p-news__text--loose, .p-news__img--thum + .p-news__text, .p-news__img--thum + .p-news__text--loose {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-news__img + .p-news__text, .p-news__img + .p-news__text--loose, .p-news__img--thum + .p-news__text, .p-news__img--thum + .p-news__text--loose {
    margin-top: 25px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__img + .p-news__text, .p-news__img + .p-news__text--loose, .p-news__img--thum + .p-news__text, .p-news__img--thum + .p-news__text--loose {
    margin-top: 6.6666666667vw;
  }
}
.p-news__img--thum {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-news__caption--02 {
    width: 100%;
  }
}
.p-news__text--link {
  font-weight: 500;
  text-decoration: underline;
  color: #00854f;
}
.p-news__text--loose {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-news__text--loose {
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__text--loose {
    margin-top: 13.3333333333vw;
  }
}
.p-news__section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__section {
    margin-top: 16vw;
  }
}
.p-news__subtitle {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5909090909;
  margin-bottom: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-news__subtitle {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__subtitle {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.p-news__subtitle::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: calc(100% - 11px);
  border-radius: 1px;
  background-color: #00854f;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-news__subtitle::before {
    top: 4px;
    width: 6px;
    height: calc(100% - 5px);
  }
}
@media screen and (max-width: 375px) {
  .p-news__subtitle::before {
    top: 1.0666666667vw;
    width: 1.6vw;
    height: calc(100% - 1.3333333333vw);
    border-radius: 0.2666666667vw;
  }
}
.p-news__note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__note {
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 375px) {
  .p-news__note {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-news__contact {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__contact {
    margin-top: 16vw;
  }
}
.p-news__contact-list {
  margin-top: 7px;
}
@media screen and (max-width: 375px) {
  .p-news__contact-list {
    margin-top: 1.8666666667vw;
  }
}
.p-news__contact-term, .p-news__contact-date {
  display: inline-block;
}
.p-news__share {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-news__share {
    margin-top: 100px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__share {
    margin-top: 26.6666666667vw;
  }
}
.p-news__share-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .p-news__share-title {
    font-size: 4.8vw;
  }
}
.p-news__share-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-news__share-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__share-list {
    margin-top: 4vw;
  }
}
.p-news__share-item + .p-news__share-item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-news__share-item + .p-news__share-item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__share-item + .p-news__share-item {
    margin-left: 9.3333333333vw;
  }
}
.p-news__share-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__share-link {
    width: 49px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__share-link {
    width: 13.0666666667vw;
  }
}
.p-news__return {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__return {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-news__return {
    margin-top: 16vw;
  }
}

/* news:end */
/* contact:start */
.p-contact__bg {
  background-color: #e6e6e6;
}
.p-contact__container {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__container {
    padding-top: 13.3333333333vw;
  }
}
.p-contact__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__title {
    margin-bottom: 6.6666666667vw;
  }
}
.p-contact__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.p-contact__button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__button {
    margin-top: 6.6666666667vw;
  }
}
.p-contact__sns {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-contact__sns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__sns {
    margin-top: 13.3333333333vw;
  }
}
.p-contact__sns-title {
  text-align: center;
}
.p-contact__sns-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__sns-list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__sns-list {
    margin-top: 6.6666666667vw;
  }
}
.p-contact__sns-item + .p-contact__sns-item {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__sns-item + .p-contact__sns-item {
    margin-left: 35px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__sns-item + .p-contact__sns-item {
    margin-left: 9.3333333333vw;
  }
}
.p-contact__sns-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__sns-link {
    width: 49px;
  }
}
@media screen and (max-width: 375px) {
  .p-contact__sns-link {
    width: 13.0666666667vw;
  }
}

/* contact:end */