/* reset */
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, 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;
}

/* base */
body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
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;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Noto Sans JP", "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* html & body */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

/* anchor */
a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.colorLine {
  height: 10px;
  background: rgb(197, 156, 102);
  background: linear-gradient(90deg, rgb(60, 120, 80) 0%, rgb(100, 200, 120) 17%, rgb(60, 120, 80) 41%, rgb(100, 200, 120) 65%, rgb(60, 120, 80) 100%);
}

.anime_fade_in_off {
  transition: 1s;
  opacity: 0;
}

.anime_fade_in_on {
  opacity: 1 !important;
}

.anime_under_fade_in_off {
  transition: 1.5s;
  opacity: 0;
  transform: translateY(30px);
}

.anime_under_fade_in_off_delay1 {
  transition: 0.7s;
  opacity: 0;
  transform: translateY(30px);
}

.anime_under_fade_in_off_delay2 {
  transition: 0.7s;
  opacity: 0;
  transform: translateY(30px);
}

.anime_under_fade_in_on {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.anime_left_fade_in_off {
  transition: 0.7s;
  opacity: 0;
  transform: translateX(-50px);
}

.anime_left_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.anime_right_fade_in_off {
  transition: 0.7s;
  opacity: 0;
  transform: translateX(50px);
}

.anime_right_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

@keyframes animeH2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Google Map */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  .sp_block {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_block,
  .pc_inline {
    display: none !important;
  }
  #menu_button {
    position: fixed;
    z-index: 1;
    display: none;
  }
  #menu_button:checked + .spButton > .button > span {
    opacity: 0;
  }
  #menu_button:checked + .spButton > .button:before {
    top: 15px;
    left: 10px;
    transform: rotate(45deg);
  }
  #menu_button:checked + .spButton > .button:after {
    top: 15px;
    left: 10px;
    transform: rotate(-45deg);
  }
  #menu_button:checked + label + #mainNavi {
    right: 0;
  }
  .spButton {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-color: #fff;
    transition: 0.3s;
  }
  .spButton:hover {
    transform: scale(1.1);
  }
  .spButton > .button {
    width: 50px;
    height: 50px;
    position: relative;
  }
  .spButton > .button > span {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #006535;
    transition: 0.3s;
  }
  .spButton > .button:before, .spButton > .button:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #006535;
    transition: 0.3s;
  }
  .spButton > .button:before {
    top: 10px;
    left: 10px;
  }
  .spButton > .button:after {
    top: 26px;
    left: 10px;
  }
  .spButton .text {
    width: 50px;
    position: absolute;
    bottom: 7px;
    line-height: 1;
    text-align: center;
    font-size: 1rem;
  }
  #mainNavi {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    padding: 15px 40px 0;
    box-shadow: -8px 0 13px -3px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  #mainNavi > div {
    margin-bottom: 40px;
  }
  #mainNavi > div > img {
    width: 150px;
  }
  #mainNavi > ul > li > a {
    display: block;
    color: #fff;
    padding: 10px 30px;
    transition: 0.3s;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
  }
  #mainNavi > ul > li > a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #006535;
    color: #fff;
  }
  #mainNavi > ul > li > a:hover {
    padding-left: 10px;
  }
  @keyframes animeBGLoop {
    0% {
      background-position: 0 bottom;
    }
    100% {
      background-position: -3840px bottom;
    }
  }
  .mainVisual {
    width: 100%;
    height: 100vh;
    background: url("../images/bg5.webp") no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainVisual > h1 {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) !important;
  }
  .mainVisual > h1 > div.maincopy {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
    letter-spacing: 4px;
    padding-left: 4px;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
  }
  .mainVisual > h1 > div.logo {
    margin: 0 auto;
  }
  .common_h2 {
    position: relative;
    padding-top: 30px;
  }
  .common_h2:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background-color: #006535;
  }
  .common_h2 > .ja {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .common_h2 > .en {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Big Shoulders Display", serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
    color: #666;
  }
  .common_h2_c2:before {
    background-color: #653500;
  }
  .topNews {
    margin-top: 100vh;
    padding: 60px 0;
    background-color: #fff;
    overflow-y: hidden;
  }
  .topNews > section {
    width: 94%;
    margin: 0 auto;
  }
  .topNews > section > .left > .common_h2 {
    margin-bottom: 40px;
  }
  .topNews > section > .right > ul > li {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
  }
  .topNews > section > .right > ul > li > div:nth-child(1) {
    color: #666;
    font-family: "Big Shoulders Display", serif;
    letter-spacing: 2px;
    font-size: 1.7rem;
  }
  .topNews > section > .right > ul > li > div > a {
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
  }
  .topCorporate {
    background-color: #fff;
    background-image: url("../images/bg2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topCorporate > section {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .topCorporate > section > h2 {
    margin-bottom: 40px;
  }
  .topCorporate > section > .text {
    line-height: 2;
    font-size: 1.4rem;
    color: #fff;
  }
  .topCorporate > section > .text ul {
    list-style: none;
  }
  .topCorporate > section > .text ul > li {
    border: 1px #666 solid;
    font-size: 1.6rem;
    padding: 15px 20px;
    line-height: 1.5;
    color: #006535;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
  }
  .topCorporate > section > .text ul > li:last-child {
    margin-bottom: 0;
  }
  .topCorporate > section > .text ul > li > span {
    color: #333;
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .topGreeting {
    padding: 60px 0;
    background-color: #fff;
  }
  .topGreeting > section {
    width: 94%;
    margin: 0 auto;
  }
  .topGreeting > section > h2 {
    margin-bottom: 40px;
  }
  .topGreeting > section > .box1 > .text {
    line-height: 2;
    font-size: 1.4rem;
  }
  .topCompany {
    background-image: url("../images/bg3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topCompany > section {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .topCompany > section > h2 {
    margin-bottom: 40px;
  }
  .topCompany > section > .table {
    display: table;
    width: 100%;
    margin: 0 auto;
    color: #333;
  }
  .topCompany > section > .table > div {
    display: table-row;
  }
  .topCompany > section > .table > div > div {
    display: table-cell;
    padding: 15px 0;
    border-bottom: 1px solid #999;
    font-size: 1.4rem;
  }
  .topCompany > section > .table > div > div:nth-child(1) {
    width: 7em;
    position: relative;
    text-align: center;
  }
  .topCompany > section > .table > div > div:nth-child(1):before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #999;
  }
  .topCompany > section > .table > div > div:nth-child(2) {
    padding-left: 20px;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul > li {
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul > li:last-child {
    margin-bottom: 0;
  }
  .topCompany > section > .table > div > div:nth-child(2) > dl > dt {
    margin-bottom: 5px;
  }
  .topCompany > section > .table > div > div:nth-child(2) > dl > dd {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .topHistory {
    background-color: #fff;
  }
  .topHistory > section {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .topHistory > section > h2 {
    margin-bottom: 40px;
  }
  .topHistory > section > .box1 > dl {
    display: grid;
    grid-template-columns: 8em 1fr;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 1.4rem;
  }
  .topHistory > section > .box1 > dl > dd {
    line-height: 1.5;
  }
  .topAccess {
    background-color: #fff;
    background-image: url("../images/bg2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topAccess > section {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .topAccess > section > h2 {
    margin-bottom: 40px;
  }
  .topAccess > section > .box1 .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
  }
  .topAccess > section > .box1 .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .topAccess > section > .box1 > .text {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .topAccess > section > .box1 > .text h4 {
    font-size: 2rem;
    letter-spacing: 3px;
    padding-left: 3px;
    font-family: "Noto Serif JP", serif;
  }
  footer {
    background-color: #fff;
  }
  footer > small {
    display: block;
    padding: 20px 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .visibleReturnTop {
    bottom: 15px !important;
  }
  #returnTop {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: -80px;
    background-color: #006535;
    cursor: pointer;
    transition: 0.3s;
    z-index: 3000;
  }
  #returnTop > span {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
  }
  #returnTop > span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  .sp_block,
  .sp_inline {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
  #menu_button {
    position: fixed;
    z-index: 1;
    display: none;
  }
  #menu_button:checked + .spButton > .button > span {
    opacity: 0;
  }
  #menu_button:checked + .spButton > .button:before {
    top: 30px;
    left: 10px;
    transform: rotate(45deg);
  }
  #menu_button:checked + .spButton > .button:after {
    top: 30px;
    left: 10px;
    transform: rotate(-45deg);
  }
  #menu_button:checked + label + #mainNavi {
    right: 0;
  }
  .spButton {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 2;
    background-color: #fff;
    transition: 0.3s;
  }
  .spButton:hover {
    transform: scale(1.1);
  }
  .spButton > .button {
    width: 80px;
    height: 80px;
    position: relative;
  }
  .spButton > .button > span {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 60px;
    height: 6px;
    background-color: #006535;
    transition: 0.3s;
  }
  .spButton > .button:before, .spButton > .button:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: #006535;
    transition: 0.3s;
  }
  .spButton > .button:before {
    top: 15px;
    left: 10px;
  }
  .spButton > .button:after {
    top: 45px;
    left: 10px;
  }
  .spButton .text {
    width: 80px;
    position: absolute;
    bottom: 7px;
    line-height: 1;
    text-align: center;
    font-size: 1.4rem;
  }
  #mainNavi {
    position: fixed;
    top: 0;
    right: -360px;
    width: 340px;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    padding: 40px 40px 0;
    box-shadow: -8px 0 13px -3px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  #mainNavi > div {
    margin-bottom: 40px;
  }
  #mainNavi > div > img {
    width: 180px;
  }
  #mainNavi > ul > li > a {
    display: block;
    color: #333;
    padding: 10px 0;
    transition: 0.3s;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
  }
  #mainNavi > ul > li > a:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    color: #006535;
  }
  #mainNavi > ul > li > a:hover {
    padding-left: 10px;
  }
  @keyframes animeBGLoop {
    0% {
      background-position: 0 bottom;
    }
    100% {
      background-position: -3840px bottom;
    }
  }
  .mainVisual {
    width: 100%;
    height: 100vh;
    background: url("../images/bg5.webp") no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mainVisual > h1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "Noto Serif JP", serif;
    transform: translateY(-50%) !important;
  }
  .mainVisual > h1 > div.maincopy {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
    letter-spacing: 4px;
    padding-left: 4px;
  }
  .mainVisual > h1 > div.logo {
    width: 600px;
    margin: 0 auto;
  }
  .common_h2 {
    position: relative;
    padding-top: 40px;
  }
  .common_h2:before {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006535;
  }
  .common_h2 > .ja {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .common_h2 > .en {
    display: block;
    font-size: 3.2rem;
    font-family: "Big Shoulders Display", serif;
    letter-spacing: 8px;
    text-transform: uppercase;
    line-height: 1;
    color: #666;
  }
  .common_h2_c2:before {
    background-color: #653500;
  }
  .topNews {
    margin-top: 100vh;
    padding: 100px 0;
    background-color: #fff;
    overflow-y: hidden;
  }
  .topNews > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30% 1fr;
  }
  .topNews > section > .right > ul > li {
    display: grid;
    grid-template-columns: 8em 1fr;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
  }
  .topNews > section > .right > ul > li > div:nth-child(1) {
    color: #666;
    font-family: "Big Shoulders Display", serif;
    letter-spacing: 2px;
    font-size: 1.7rem;
  }
  .topNews > section > .right > ul > li > div > a {
    display: inline-block;
    color: #333;
  }
  .topCorporate {
    background-color: #fff;
    background-image: url("../images/bg2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topCorporate > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 100px 0;
  }
  .topCorporate > section > h2 {
    margin-bottom: 80px;
  }
  .topCorporate > section > .text {
    color: #fff;
  }
  .topCorporate > section > .text ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .topCorporate > section > .text ul > li {
    border: 1px #666 solid;
    font-size: 2rem;
    padding: 15px 20px;
    color: #006535;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .topCorporate > section > .text ul > li > span {
    color: #333;
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .topGreeting {
    padding: 100px 0;
    background-color: #fff;
  }
  .topGreeting > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .topGreeting > section > h2 {
    margin-bottom: 80px;
  }
  .topGreeting > section > .box1 {
    width: 1000px;
    margin: 0 auto;
  }
  .topGreeting > section > .box1 > .text {
    padding-left: 60px;
    line-height: 2;
  }
  .topCompany {
    background-image: url("../images/bg3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topCompany > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 100px 0;
  }
  .topCompany > section > h2 {
    margin-bottom: 80px;
  }
  .topCompany > section > .table {
    display: table;
    width: 80%;
    margin: 0 auto;
    color: #333;
  }
  .topCompany > section > .table > div {
    display: table-row;
  }
  .topCompany > section > .table > div > div {
    display: table-cell;
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
  }
  .topCompany > section > .table > div > div:nth-child(1) {
    width: 20%;
    position: relative;
    text-align: center;
  }
  .topCompany > section > .table > div > div:nth-child(1):before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #999;
  }
  .topCompany > section > .table > div > div:nth-child(2) {
    padding-left: 50px;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul > li {
    padding-bottom: 5px;
  }
  .topCompany > section > .table > div > div:nth-child(2) > ul > li:last-child {
    margin-bottom: 0;
  }
  .topHistory {
    padding: 100px 0;
    background-color: #fff;
  }
  .topHistory > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .topHistory > section > h2 {
    margin-bottom: 80px;
  }
  .topHistory > section > .box1 {
    width: 90%;
    margin: 0 auto;
  }
  .topHistory > section > .box1 > dl {
    display: grid;
    grid-template-columns: 9em 1fr;
    border-bottom: 1px solid #ddd;
    padding: 20px;
  }
  .topHistory > section > .box1 > dl > dd {
    line-height: 1.5;
  }
  .topAccess {
    padding: 100px 0;
    background-color: #fff;
    background-image: url("../images/bg2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .topAccess > section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .topAccess > section > h2 {
    margin-bottom: 80px;
  }
  .topAccess > section > .box1 .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
  }
  .topAccess > section > .box1 .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .topAccess > section > .box1 > .text {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
  }
  .topAccess > section > .box1 > .text h4 {
    font-size: 2.4rem;
    letter-spacing: 3px;
    padding-left: 3px;
    font-family: "Noto Serif JP", serif;
  }
  footer {
    background-color: #fff;
  }
  footer > small {
    display: block;
    padding: 20px 0;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .visibleReturnTop {
    bottom: 30px !important;
  }
  #returnTop {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: -80px;
    background-color: #006535;
    cursor: pointer;
    transition: 0.3s;
    z-index: 3000;
  }
  #returnTop > span {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  #returnTop > span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    margin-left: -7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
  }
  #returnTop:hover {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=common.css.map */