@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yuji+Hentaigana+Akari&family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Just+Me+Again+Down+Here&display=swap");
.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 2s !important;
}

.anim--delay {
  animation-delay: 0.6s !important;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 2s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 2s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft {
  opacity: 0;
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 2s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight {
  opacity: 0;
}
.anim-fadeRight.onAnim {
  animation: fadeRight 2s ease 0s 1 alternate forwards;
}

img {
  display: block;
  max-width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:-moz-placeholder-shown {
  color: #ccc;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

a {
  color: #3b3b3b;
}
@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

html {
  font-size: 18px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media all and (max-width: 1280px) {
  html {
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  font-size: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  line-height: 1.7;
  color: #3b3b3b;
  overscroll-behavior: none;
}
@media all and (max-width: 1280px) {
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

button,
select {
  color: #3b3b3b;
}

.o_sp {
  display: none !important;
}

.o_sp2 {
  display: none !important;
}

.hiddenBox {
  overflow: hidden;
}

.textRight {
  text-align: right;
}

@media all and (max-width: 1024px) {
  .o_sp {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  .o_pc {
    display: none !important;
  }
}

@media all and (max-width: 640px) {
  body {
    font-size: 3.999vw;
  }
  .o_sp2 {
    display: block !important;
  }
  .no_sp2 {
    display: none !important;
  }
}
.fz-small {
  font-size: 12px;
}
@media all and (max-width: 640px) {
  .fz-small {
    font-size: 3.1992vw;
  }
}

.section {
  padding: 120px 0;
}
@media all and (max-width: 640px) {
  .section {
    padding: 15.996vw 0;
  }
}

.cantarell-regular {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cantarell-bold {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cantarell-regular-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.cantarell-bold-italic {
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.just-me-again-down-here-regular {
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
  font-style: normal;
}

.yuji-hentaigana-akari-regular {
  font-family: "Yuji Hentaigana Akari", cursive;
  font-weight: 400;
  font-style: normal;
}

.mainHeader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.mainHeader__logo {
  width: 164px;
  transition: all 0.3s ease 0s;
}
.mainHeader__logo:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .mainHeader__logo {
    width: 22.9276vw;
  }
}
.mainHeader__inner {
  display: flex;
  align-items: center;
  padding: 50px 60px;
}
@media all and (max-width: 1280px) {
  .mainHeader__inner {
    padding: 30px 30px;
  }
}
@media all and (max-width: 640px) {
  .mainHeader__inner {
    padding: 6.665vw 5.8652vw;
  }
}
.mainHeader.top .mainHeader__logo {
  filter: brightness(0) invert(1);
}
.mainHeader.top .spBT .bar {
  background-color: #fff;
}

.spBT {
  width: 62px;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  right: 40px;
  top: 34px;
  gap: 12px;
  cursor: pointer;
}
@media all and (max-width: 1280px) {
  .spBT {
    top: 20px;
    right: 20px;
  }
}
@media all and (max-width: 640px) {
  .spBT {
    top: 2.666vw;
    right: 2.666vw;
    width: 10.664vw;
    height: 10.664vw;
    gap: 1.8662vw;
  }
}
.spBT .bar {
  width: 65%;
  height: 1px;
  background-color: #3b3b3b;
  transition: all 0.3s ease 0s;
}
.spBT .bar:hover {
  text-decoration: none;
}
.spBT.active .bar {
  background-color: #3b3b3b !important;
}
.spBT.active .bar:nth-child(1) {
  rotate: 45deg;
  translate: 0 13px;
}
@media all and (max-width: 640px) {
  .spBT.active .bar:nth-child(1) {
    translate: 0 2.1328vw;
  }
}
.spBT.active .bar:nth-child(2) {
  scale: 0 1;
}
.spBT.active .bar:nth-child(3) {
  rotate: -45deg;
  translate: 0 -13px;
}
@media all and (max-width: 640px) {
  .spBT.active .bar:nth-child(3) {
    translate: 0 -2.1328vw;
  }
}

.gNav {
  position: fixed;
  z-index: 9990;
  right: 0;
  top: 0;
  height: 100svh;
  height: 100vh;
  background-color: #fff;
  width: 380px;
  translate: 380px 0;
  transition: all 0.3s ease 0s;
}
.gNav:hover {
  text-decoration: none;
}
.gNav.active {
  translate: 0 0;
}
.gNav__inner {
  padding: 166px 70px;
}
.gNav__list {
  font-size: 1.1em;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
.gNav a {
  display: block;
  padding: 0.2em 0;
  position: relative;
}
.gNav a:after {
  content: "";
  height: 2px;
  background-color: #3b3b3b;
  position: absolute;
  width: 100%;
  transform-origin: left;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  scale: 0 1;
}
.gNav a:after:hover {
  text-decoration: none;
}
.gNav a:hover {
  text-decoration: none;
}
.gNav a:hover:after {
  scale: 1 1;
}
@media all and (max-width: 1280px) {
  .gNav {
    width: 300px;
    translate: 300px 0;
  }
  .gNav__inner {
    padding: 120px 40px;
  }
}
@media all and (max-width: 640px) {
  .gNav {
    width: 58.652vw;
    translate: 58.652vw 0;
  }
  .gNav__inner {
    padding: 21.328vw 10.664vw;
  }
}

.wrapAll {
  transition: all 0.3s ease 0s;
  position: relative;
}
.wrapAll:hover {
  text-decoration: none;
}
.wrapAll.active {
  translate: -380px 0;
}
.wrapAll.active:before {
  content: "";
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1280px) {
  .wrapAll.active {
    translate: -300px 0;
  }
}
@media all and (max-width: 640px) {
  .wrapAll.active {
    translate: -58.652vw 0;
  }
}

.top-firstView {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/top/fv.jpg);
}
@media all and (max-width: 640px) {
  .top-firstView {
    background-image: url(../images/top/fv-sp.jpg);
  }
}
.top-firstView__lead {
  position: absolute;
  bottom: 13vh;
  left: 10vw;
  color: #fff;
  font-size: 4.2em;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .top-firstView__lead {
    font-size: 3em;
    bottom: 20vh;
  }
}

.commonHeading {
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 2.8em;
  padding-bottom: 0.3em;
  z-index: 5;
}
.commonHeading:after {
  content: "";
  height: 2px;
  width: 1.5em;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: scaleX(0) translateX(-50%);
  background-color: #3b3b3b;
  transition: 0.6s ease 0.4s;
  transform-origin: left;
}
.commonHeading.onAnim:after {
  transform: scaleX(1) translateX(-50%);
}

.top-whatwedo {
  background-color: #EAF7F5;
}
.top-whatwedo .commonHeading {
  margin-bottom: 1em;
}
.top-whatwedo__text {
  margin-bottom: 2em;
}
.top-whatwedo__text_b {
  margin-bottom: 1em;
}
.top-whatwedo__text:last-child {
  margin-bottom: 0;
}

.top-newstopics {
  position: relative;
  z-index: 5;
  padding-bottom: 0;
}
.top-newstopics .commonHeading {
  margin-bottom: 1em;
}
.top-newstopics__more {
  margin-top: 3em;
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}
@media all and (max-width: 640px) {
  .top-newstopics__more {
    margin-bottom: 15.996vw;
  }
}
.top-newstopics__more a {
  width: 100%;
  max-width: 14em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3b3b3b;
  gap: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  transition: all 0.3s ease 0s;
}
.top-newstopics__more a:hover {
  text-decoration: none;
}
.top-newstopics__more a:hover {
  background-color: #3b3b3b;
  color: #fff;
}
.top-newstopics__more a .arrow {
  scale: 0.5 1;
  letter-spacing: -0.2em;
}
@media all and (min-width: 1025px) {
  .top-newstopics__img {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -25px;
  }
}
@media all and (min-width: 1281px) {
  .top-newstopics__img {
    max-width: 1100px;
    width: 1100px;
    position: relative;
    left: -75px;
  }
}
@media all and (max-width: 640px) {
  .top-newstopics__img {
    max-width: 80vw;
    margin: 0 auto;
  }
}

.newstopicsLead {
  margin: 0 auto 3em;
  max-width: 1000px;
}
@media all and (max-width: 640px) {
  .newstopicsLead {
    margin-bottom: 2em;
  }
}

.top-company {
  padding: 200px 0 280px;
  background-color: #f7f2e7;
  position: relative;
  margin-top: -100px;
}
@media all and (max-width: 640px) {
  .top-company {
    padding: 26.66vw 0;
  }
}
.top-company__heading {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2em;
}
.top-company__heading strong {
  font-size: 3em;
  color: #16c28e;
  line-height: 1.1;
}
.top-company__heading em {
  font-size: 1.25em;
  font-weight: bold;
}
.top-company__section1 {
  margin-top: 4em;
}
@media all and (max-width: 640px) {
  .top-company__section1 {
    margin-top: 3em;
  }
}
.top-company__section1__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media all and (min-width: 641px) {
  .top-company__section1__content {
    grid-template-columns: 1fr 1fr;
  }
}
.top-company__section2 {
  margin-top: 5em;
}
.top-company__section2__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
.top-company__section2__text {
  width: 100%;
  margin-bottom: 0.6em;
}
.top-company__section2__url {
  width: 100%;
}

.topicsList__item {
  padding: 1.4em 0;
  border-bottom: 1px dotted #3b3b3b;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.topicsList__item:last-child {
  border-bottom: 0;
}
.topicsList__title {
  width: 6em;
  text-align: center;
  flex-shrink: 0;
  font-weight: bold;
  color: #fff;
  background-color: #beae86;
  margin-bottom: 1em;
}
.topicsList__en {
  margin-bottom: 0.4em;
}

.top-access {
  padding-bottom: 120px;
  background-color: #eaf7f5;
}
@media all and (max-width: 640px) {
  .top-access {
    padding-bottom: 18.662vw;
  }
}
.top-access__img {
  margin-top: -100px;
  margin-bottom: 120px;
}
@media all and (min-width: 1025px) {
  .top-access__img {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -25px;
  }
}
@media all and (min-width: 1281px) {
  .top-access__img {
    max-width: 1100px;
    width: 1100px;
    position: relative;
    left: -75px;
  }
}
@media all and (max-width: 640px) {
  .top-access__img {
    margin-top: -10.664vw;
    margin-bottom: 15.996vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-access__mapWrap {
  max-width: 1024px;
  margin: 4em auto;
}
@media all and (min-width: 1025px) {
  .top-access__mapWrap {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -25px;
  }
}
@media all and (min-width: 1281px) {
  .top-access__mapWrap {
    max-width: 1100px;
    width: 1100px;
    position: relative;
    left: -75px;
  }
}
.top-access__mapWrap #map_canvas {
  position: relative;
  height: 620px;
}
@media all and (max-width: 640px) {
  .top-access__mapWrap #map_canvas {
    height: 53.32vw;
  }
}
.top-access__mapWrap #map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.top-access__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4em;
}
.top-access__info li {
  display: grid;
  gap: 0.4em;
}

.top-history {
  padding: 4.5em 0 13em;
}
@media all and (max-width: 640px) {
  .top-history {
    padding: 10.664vw 0 26.66vw;
  }
}
.top-history .commonHeading {
  margin-bottom: 1em;
}
.top-history__text {
  margin-bottom: 2em;
}
.top-history__text:last-child {
  margin-bottom: 0;
}
.top-history__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5em 1em;
}
@media all and (min-width: 1025px) {
  .top-history__list {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -25px;
  }
}
@media all and (min-width: 1281px) {
  .top-history__list {
    max-width: 1100px;
    width: 1100px;
    position: relative;
    left: -75px;
  }
}
@media all and (min-width: 641px) {
  .top-history__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.top-history__list li {
  display: flex;
  flex-direction: column;
}
.top-history__list__year {
  color: #16c28e;
  border-bottom: 5px solid #16c28e;
  font-family: "Yuji Hentaigana Akari", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7em;
}
@media all and (max-width: 640px) {
  .top-history__list__year {
    font-size: 2.4em;
  }
}
.top-history__list__content {
  flex: 1;
  background-color: #f7f2e7;
  padding: 0.6em;
}
.top-history__list__img {
  margin-bottom: 0.5em;
}
@media all and (max-width: 640px) {
  .top-history__list__title {
    font-size: 1.1em;
  }
}

.inner {
  width: 100%;
  max-width: 1010px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .inner {
    padding-left: 6.665vw;
    padding-right: 6.665vw;
  }
}

.commonBT {
  background-color: #16c28e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  border: 1px solid #16c28e;
  padding: 0.3em;
  line-height: 1.6;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  margin-left: auto;
  margin-right: auto;
  max-width: 10em;
}
.commonBT:hover {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .commonBT {
    min-height: 3em;
  }
}
.commonBT .ic {
  width: 1.8em;
  margin-right: 0.5em;
}
.commonBT .ic svg {
  display: block;
  width: 100%;
}
.commonBT .ic svg path {
  transition: all 0.3s ease 0s;
}
.commonBT .ic svg path:hover {
  text-decoration: none;
}
.commonBT:hover {
  background-color: #fff;
  color: #16c28e;
}
.commonBT:hover:after {
  border-left-color: #16c28e;
}
.commonBT:hover path {
  fill: #16c28e;
}
.commonBT--white {
  background-color: #fff;
  color: #16c28e;
  border-color: #fff;
}
.commonBT--white:after {
  border-left-color: #16c28e;
}
.commonBT--white:hover {
  background-color: #16c28e;
  color: #fff;
}
.commonBT--white:hover:after {
  border-left-color: #fff;
}
.commonBT--white:hover path {
  fill: #fff;
}

.linkText {
  text-decoration: underline;
  color: #16c28e;
}
.linkText:hover {
  text-decoration: none;
}

@media all and (max-width: 640px) {
  .sp-textLeft {
    text-align: left;
  }
}

.footContact {
  padding-bottom: 120px;
  background-color: #eaf7f5;
}
@media all and (max-width: 640px) {
  .footContact {
    padding-bottom: 18.662vw;
  }
}
.footContact__img {
  position: relative;
  top: -150px;
}
@media all and (min-width: 1025px) {
  .footContact__img {
    max-width: 1000px;
    width: 1000px;
    position: relative;
    left: -25px;
  }
}
@media all and (min-width: 1281px) {
  .footContact__img {
    max-width: 1100px;
    width: 1100px;
    position: relative;
    left: -75px;
  }
}
@media all and (max-width: 640px) {
  .footContact__img {
    top: -10.664vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.footContact .commonHeading {
  margin-top: -60px;
}
@media all and (max-width: 640px) {
  .footContact .commonHeading {
    margin-top: -5.332vw;
  }
}
.footContact__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.1em;
  text-align: center;
}
.footContact__figure {
  width: 230px;
  border: 1px solid #3b3b3b;
  border-radius: 50%;
  padding: 0.5em;
  aspect-ratio: 1;
  margin-bottom: 1.6em;
}
@media all and (max-width: 640px) {
  .footContact__figure {
    width: 39.99vw;
  }
}
.footContact__btWrap {
  margin-top: 2em;
}
.footContact__btWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0.3em 2em;
  border: 1px solid #3b3b3b;
}

.footCredit {
  padding: 0.4em;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3b3b3b;
}

.pageWrap {
  padding: 0 0 15em;
}
@media all and (max-width: 640px) {
  .pageWrap {
    padding: 0 0 31.992vw;
  }
}

.pageHeading {
  background-color: #EAF7F5;
  text-align: center;
  padding: 2em 0;
  font-size: 2.5em;
  margin-bottom: 2em;
}
@media all and (max-width: 640px) {
  .pageHeading {
    padding: 2.5em 0;
    font-size: 2.4em;
  }
}

.pager {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2em;
}
.pager > a,
.pager span {
  padding: 0.3em;
  min-width: 2.2em;
  text-align: center;
}
.pager .page-numbers {
  border: 1px solid #3b3b3b;
  transition: all 0.3s ease 0s;
}
.pager .page-numbers:hover {
  text-decoration: none;
}
.pager .page-numbers:hover {
  background-color: #3b3b3b;
  color: #fff;
}
.pager .page-numbers.current {
  background-color: #3b3b3b;
  color: #fff;
}
.pager .page-numbers.next, .pager .page-numbers.prev {
  border: 0;
  scale: 0.5 1;
  font-size: 1.1em;
}

.newstopics__more {
  margin-top: 5em;
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}
@media all and (max-width: 640px) {
  .newstopics__more {
    margin-bottom: 15.996vw;
  }
}
.newstopics__more a {
  width: 100%;
  max-width: 14em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid #3b3b3b;
  gap: 0.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 1em;
  transition: all 0.3s ease 0s;
}
.newstopics__more a:hover {
  text-decoration: none;
}
.newstopics__more a:hover {
  background-color: #3b3b3b;
  color: #fff;
}
.newstopics__more a .arrow {
  scale: 0.5 1;
  letter-spacing: -0.2em;
}
