@charset "UTF-8";
/*------------------------------------------------------------
	animations
------------------------------------------------------------*/
.animateTarget {
  opacity: 0;
}

.animeDownToTopType01 {
  -webkit-animation-name: keyframes__animeDownToTopType01;
          animation-name: keyframes__animeDownToTopType01;
  -webkit-animation-duration: 0.62s;
          animation-duration: 0.62s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes keyframes__animeDownToTopType01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes keyframes__animeDownToTopType01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animeLeftToRight01 {
  -webkit-animation-name: keyframes__animeLeftToRight01;
          animation-name: keyframes__animeLeftToRight01;
  -webkit-animation-duration: 0.62s;
          animation-duration: 0.62s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes keyframes__animeLeftToRight01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes keyframes__animeLeftToRight01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animeRightToLeft01 {
  -webkit-animation-name: keyframes__animeRightToLeft01;
          animation-name: keyframes__animeRightToLeft01;
  -webkit-animation-duration: 0.62s;
          animation-duration: 0.62s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes keyframes__animeRightToLeft01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes keyframes__animeRightToLeft01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes appearing {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes appearing {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes hiding {
  0% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
  99% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hiding {
  0% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  99% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes slide_show {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide_show {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------------------------------
	main css
------------------------------------------------------------*/
html {
  /*  */
  font-size: 10px;
  font-size: 62.5%;
}
html body {
  font-family: "noto-sans-cjk-jp", "游ゴシック", "meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

/* 
body {
    opacity: 0;
}

body.loaded {
    opacity: 1;
} */
a {
  text-decoration: none;
  display: inline-block;
}
a a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.center {
  max-width: 1365px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.centerObj {
  display: inline-block;
  text-align: center;
}

.w100p {
  width: 100%;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

.ovh {
  overflow: hidden;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.cb {
  clear: both;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

/*
.flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: baseline;
    height: auto;
}
*/
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

button {
  background: none;
  border: none;
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: inherit;
  }
}

/*============================
#header
============================*/
body#top .navi ul li a.top,
body#greetings .navi ul li a.greetings,
body#works .navi ul li a.works,
body#profile .navi ul li a.profile,
body#contact .navi ul li a.contact,
body#privacy_policy .navi ul li a.privacy_policy {
  cursor: default;
  color: #92A79E !important;
}
body#top .navi ul li a.top span.text,
body#greetings .navi ul li a.greetings span.text,
body#works .navi ul li a.works span.text,
body#profile .navi ul li a.profile span.text,
body#contact .navi ul li a.contact span.text,
body#privacy_policy .navi ul li a.privacy_policy span.text {
  color: #92A79E !important;
}

header#header.sectioning_contents section.inner.center_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1920px;
  margin: 0 auto;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  header#header.sectioning_contents section.inner.center_width {
    height: 5.55vw;
    height: 9vw;
  }
}
@media only screen and (max-width: 750px) {
  header#header.sectioning_contents section.inner.center_width {
    height: 60px;
    height: 16vw;
  }
}
header#header.sectioning_contents section.inner.center_width h1.title a {
  font-size: 2.4rem;
  letter-spacing: 0.1vw;
  color: #00321C;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  header#header.sectioning_contents section.inner.center_width h1.title a {
    font-size: 2vw;
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 750px) {
  header#header.sectioning_contents section.inner.center_width h1.title a {
    font-size: 16px;
    font-size: 4.3vw;
  }
}
header#header.sectioning_contents section.inner.center_width nav#navi_list {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media only screen and (max-width: 750px) {
  header#header.sectioning_contents section.inner.center_width nav#navi_list {
    display: none;
  }
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul li {
  list-style-type: none;
  margin-right: 62px;
  margin-right: 3vw;
}
@media only screen and (min-width: 2061px) {
  header#header.sectioning_contents section.inner.center_width nav#navi_list ul li {
    margin-right: 62px;
  }
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul li:last-child {
  margin-right: 0;
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #00321C;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  header#header.sectioning_contents section.inner.center_width nav#navi_list ul li a {
    font-size: 1.4vw;
    font-size: 1.3vw;
  }
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul li a.current {
  cursor: default;
  color: #92A79E !important;
}
header#header.sectioning_contents section.inner.center_width nav#navi_list ul li a:hover {
  color: #92A79E !important;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_open.sp figure img {
  width: 35px;
  width: 9.4vw;
  cursor: pointer;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1E4A37;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 19vw 14vw;
  opacity: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp.appearing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation-name: appearing;
          animation-name: appearing;
  -webkit-animation-duration: 0.34s;
          animation-duration: 0.34s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media only screen and (min-width: 751px) {
  header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp.appearing {
    display: none;
  }
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp.hiding {
  opacity: 0;
  -webkit-transition: 0.34s;
  transition: 0.34s;
  -webkit-animation-name: hiding;
          animation-name: hiding;
  -webkit-animation-duration: 0.34s;
          animation-duration: 0.34s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 750px) {
  header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp h2 {
    color: #fff;
    font-size: 4.3vw;
    font-weight: normal;
    letter-spacing: 0.4vw;
    margin-bottom: 8vw;
    margin-top: -8vw;
    padding-left: 0.6vw;
  }
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li {
  margin-bottom: 7vw;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li:last-child {
  margin-bottom: 0;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li a span.text {
  color: #fff;
  font-size: 5.2vw;
  font-weight: bold;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li a img.arrow {
  width: 23vw;
  margin: 0;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp ul li a.current span.text {
  cursor: default;
  color: #92A79E !important;
}
header#header.sectioning_contents section.inner.center_width nav#sp_navi_contents.sp button#sp_navi_close {
  width: 7vw;
  position: fixed;
  top: 6vw;
  right: 6vw;
}
/*============================
#main_visual
============================*/
.sectioning_contents section.inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 2060px) {
  .sectioning_contents section.inner {
    padding: 0 70px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  .sectioning_contents section.inner {
    padding: 0 3.85vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  .sectioning_contents section.inner {
    padding: 0 3.95vw;
  }
}
@media only screen and (max-width: 750px) {
  .sectioning_contents section.inner {
    max-width: inherit !important;
    padding: 0 5.5vw;
  }
}
.sectioning_contents section.inner.full_width {
  max-width: 100%;
}

section#main_visual.sectioning_contents section.inner.mv_centering {
  position: relative;
}
@media only screen and (min-width: 2061px) {
  section#main_visual.sectioning_contents section.inner.mv_centering {
    margin-top: 148px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering {
    padding: 0;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box img.renga {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box img.renga.pc {
    display: none;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box img.renga.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box img.renga.sp {
    display: block;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images.pc {
    display: none;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images.sp {
    display: block;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images img:first-child {
  opacity: 1;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images img:not(:first-child) {
  opacity: 0;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images img.slide_show {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: slide_show;
          animation-name: slide_show;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box section.bg_images img.slide_hide {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: none;
          animation-direction: none;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-name: slide_hide;
          animation-name: slide_hide;
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 {
  position: absolute;
  z-index: 2;
  width: 34.2vw;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 img {
    display: none;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 .sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 .sp {
    display: block;
  }
}
@media only screen and (max-width: 2060px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 {
    width: 380px;
    width: 21.2vw;
    width: 40.2vw;
    min-width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 {
    min-width: 460px;
  }
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box h2 {
    width: 71.2vw;
    width: 65.2vw;
    min-width: inherit;
  }
}
section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box p {
  position: absolute;
  z-index: 2;
  width: 300px;
  left: 68px;
  bottom: 68px;
  left: 56px;
  bottom: 22px;
}
@media only screen and (max-width: 2060px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box p {
    left: 2.4vw;
    bottom: 1.1vw;
    width: 14.7vw;
    min-width: 220px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box p {
    min-width: 140px;
  }
}
@media only screen and (max-width: 750px) {
  section#main_visual.sectioning_contents section.inner.mv_centering section#carousel_mv section.slide_box p {
    left: 2.4vw;
    bottom: 2.3vw;
    width: 44.7vw;
    min-width: inherit;
  }
}
/*============================
#banner_greetings
============================*/
section#banner_greetings.sectioning_contents {
  margin-top: 240px;
  margin-bottom: 150px;
  margin-top: 170px;
  margin-top: 154px;
  margin-bottom: 140px;
  margin-bottom: 154px;
}
@media only screen and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents {
    margin-top: 10vw;
    margin-bottom: 9vw;
    margin-top: 7.3vw;
    margin-bottom: 7.3vw;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents {
    margin-top: 7.3vw;
    margin-bottom: 7.3vw;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a {
  background-color: #1E4A37;
  width: 100%;
  width: calc(100% - 200px);
  width: calc(100% - 9vw);
  height: 350px;
  height: 322px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a {
    height: 15.6vw;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a {
    height: auto;
    width: 100%;
    background-color: transparent;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a:hover {
  opacity: 0.8;
}
section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner {
  width: 400px;
  background-color: #007133;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
  margin-right: 3vw;
}
@media only screen and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner {
    width: 19vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner {
    width: 320px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner {
    width: 102vw;
    height: 38vw;
    margin-right: 0;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner img {
  width: 258px;
}
@media only screen and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner img {
    width: 11.5vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner img {
    width: 220px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a h2.link_banner img {
    width: 29.5vw;
    padding: 3vw;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a p.text {
  font-size: 42px;
  color: #fff;
  margin-right: 120px;
  margin-right: 5vw;
}
@media only screen and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.text {
    font-size: 2.17vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.text {
    font-size: 38px;
    font-size: 2.2vw;
    margin-right: 3.5vw;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.text {
    background-color: #1E4A37;
    width: 130vw;
    padding: 4vw;
    font-size: 4.7vw;
    letter-spacing: 0.5vw;
    height: 38vw;
    margin-right: 0vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a p.text img.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.text img.sp {
    display: block;
    width: 10vw;
    width: 12vw;
    margin: 0 0 0px auto;
    position: absolute;
    right: 8vw;
    bottom: 9.6vw;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.arrow.pc {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.arrow {
    display: none;
  }
}
section#banner_greetings.sectioning_contents section.inner.center_width a p.arrow img {
  width: 126px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_greetings.sectioning_contents section.inner.center_width a p.arrow img {
    width: 100px;
  }
}
/*============================
#banner_works
============================*/
section#banner_works.sectioning_contents section.inner.center_width {
  position: relative;
}
section#banner_works.sectioning_contents section.inner.center_width div.bg {
  background-color: #E9EEED;
  position: absolute;
  width: 1330px;
  width: calc(100% - 30vw);
  left: 0;
  top: 0;
  z-index: 1;
  height: 854px;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width div.bg {
    height: 41vw;
  }
}
@media only screen and (min-width: 2061px) {
  section#banner_works.sectioning_contents section.inner.center_width div.bg {
    width: calc(100% - 20vw);
    left: -4vw;
    width: 1532px;
    left: -150px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_works.sectioning_contents section.inner.center_width div.bg {
    height: 54vw;
    width: 79vw;
    height: 71vw;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 134px;
}
section#banner_works.sectioning_contents section.inner.center_width a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a {
    padding-top: 6.7vw;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a section.texts {
  z-index: 2;
  position: absolute;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts {
    left: 6.5vw;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a section.texts h2.link_banner img {
  width: 260px;
  margin-left: 20px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts h2.link_banner img {
    width: 11.5vw;
    margin-bottom: 3.3vw;
    margin-left: 1.5vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts h2.link_banner img {
    width: 220px;
  }
}
@media only screen and (min-width: 2061px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts h2.link_banner img {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts h2.link_banner img {
    margin-bottom: 3.3vw;
    margin-left: 0;
    width: 29.5vw;
    padding: 3vw;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a section.texts p.text {
  z-index: 2;
  position: relative;
  font-size: 28px;
  margin-bottom: 40px;
  color: #00321C;
  margin-left: 20px;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.text {
    font-size: 1.24vw;
    font-size: 1.6vw;
    margin-bottom: 40px;
    margin-bottom: 3.3vw;
    margin-left: 20px;
    margin-left: 1.5vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 2061px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.text {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.text {
    margin-bottom: 3.3vw;
    margin-left: 0;
    font-size: 3.8vw;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow {
  z-index: 2;
  position: relative;
}
section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow img {
  width: 126px;
  margin-left: 20px;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow img {
    width: 5.5vw;
    margin-left: 1.5vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow img {
    width: 100px;
  }
}
@media only screen and (min-width: 2061px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow img {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_works.sectioning_contents section.inner.center_width a section.texts p.arrow img {
    width: 12vw;
    margin-left: 0;
  }
}
section#banner_works.sectioning_contents section.inner.center_width a figure {
  position: relative;
}
section#banner_works.sectioning_contents section.inner.center_width a figure img {
  max-width: 1072px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 2060px) {
  section#banner_works.sectioning_contents section.inner.center_width a figure img {
    margin: 0 0 0 auto;
    width: 49vw;
    width: 61vw;
    width: 55vw;
    margin-top: -2vw;
  }
}
@media only screen and (max-width: 750px) {
  section#banner_works.sectioning_contents section.inner.center_width a figure img {
    width: 76vw;
    margin-top: 29vw;
  }
}
/*============================
#to_top_btn
============================*/
section#to_top_btn.sectioning_contents {
  margin-top: 70px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 2060px) {
  section#to_top_btn.sectioning_contents {
    margin-top: 3.24vw;
    margin-bottom: 1.35vw;
  }
}
@media only screen and (max-width: 750px) {
  section#to_top_btn.sectioning_contents {
    margin-top: 4.24vw;
    margin-bottom: 3.35vw;
  }
}
section#to_top_btn.sectioning_contents section.inner {
  height: 4.14vw;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  section#to_top_btn.sectioning_contents section.inner {
    height: 12.14vw;
  }
}
section#to_top_btn.sectioning_contents section.inner figure {
  position: relative;
}
section#to_top_btn.sectioning_contents section.inner figure img {
  position: fixed;
  right: 3.85vw;
  right: 0;
  bottom: 4vw;
  z-index: 8;
  width: 90px;
  cursor: pointer;
}
section#to_top_btn.sectioning_contents section.inner figure img.stop {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  section#to_top_btn.sectioning_contents section.inner figure img.stop {
    right: 5.5vw;
  }
}
@media only screen and (max-width: 2060px) {
  section#to_top_btn.sectioning_contents section.inner figure img {
    width: 4.14vw;
  }
}
@media only screen and (min-width: 2061px) {
  section#to_top_btn.sectioning_contents section.inner figure img {
    right: calc((100% - 1920px) / 2);
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  section#to_top_btn.sectioning_contents section.inner figure img {
    width: 12.14vw;
    right: 5.5vw;
    position: absolute;
    bottom: 0;
    top: 0;
  }
}

/*============================
#footer
============================*/
footer#footer.sectioning_contents {
  background-color: #1E4A37;
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi {
  padding-top: 114px;
  padding-bottom: 114px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile {
  width: 50%;
  border-right: 1px solid #FFFFFF;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile {
    width: 100%;
    border-right: none;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 {
  margin-bottom: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 {
    margin-bottom: 16px;
    line-height: 29px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 {
    line-height: 2.3vw;
    margin-bottom: 1.15vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 {
    line-height: 7vw;
    margin-bottom: 0;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span {
  color: #fff;
  display: block;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span {
    letter-spacing: 0.7px;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.sub {
  font-size: 16px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.sub {
    font-size: 1.11vw;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.sub {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.name {
  font-size: 24px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.name {
    font-size: 1.67vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile h1 span.name {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p {
  color: #fff;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p {
    letter-spacing: 0.7px;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.address {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.address {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.address {
    font-size: 1.11vw;
    margin-bottom: 0.9vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.address {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 3.2vw;
    margin-bottom: 2.7vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.tel_fax {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.tel_fax {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.left.profile p.tel_fax {
    font-size: 19px;
    font-size: 4.7vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi {
  padding: 16px 0;
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi {
    display: none;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul {
  width: 192px;
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul li {
  border-bottom: 1px dashed #fff;
  text-align: right;
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul li a {
  line-height: 46px;
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1241px) and (max-width: 2060px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul li a {
    font-size: 1.11vw;
    letter-spacing: 0.055vw;
    line-height: 3.1vw;
    line-height: 3.56vw;
  }
}
footer#footer.sectioning_contents section.inner.center_width.green_bg_navi section.flex section.right.navi nav#footer_navi_list ul li a.current {
  cursor: default;
  color: #7b9c8e !important;
}
footer#footer.sectioning_contents section.inner.full_width.copyright {
  background-color: #E3E8E7;
}
footer#footer.sectioning_contents section.inner.full_width.copyright section.inner {
  padding: 0;
}
footer#footer.sectioning_contents section.inner.full_width.copyright p {
  color: #1E4A37;
  font-size: 13px;
  line-height: 82px;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  footer#footer.sectioning_contents section.inner.full_width.copyright p {
    font-size: 0.9vw;
    line-height: 5.68vw;
    letter-spacing: 0.055vw;
  }
}
@media only screen and (max-width: 750px) {
  footer#footer.sectioning_contents section.inner.full_width.copyright p {
    line-height: 11.2vw;
    font-size: 2.7vw;
  }
}

/*------------------------------------------------------------
	page_css
------------------------------------------------------------*/
/*============================
#page_title
============================*/
section#page_title.sectioning_contents {
  margin-top: 20px;
}
section#page_title.sectioning_contents section.inner.center_width {
  position: relative;
}
section#page_title.sectioning_contents section.inner.center_width section.bg_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
section#page_title.sectioning_contents section.inner.center_width section.bg_box section.bg {
  background-color: #F4F6F5;
  width: calc(100% - 237px);
  height: 250px;
  margin-bottom: 7.3vw;
  margin-bottom: 166px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box section.bg {
    height: 20.25vw;
    margin-bottom: 13.4vw;
    width: 73.3vw;
  }
}
@media only screen and (max-width: 750px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box section.bg {
    width: 235px;
    height: 125px;
    height: 33.3vw;
    width: 62.4vw;
    margin-bottom: 20.8vw;
  }
}
section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title {
  position: absolute;
  left: -5.4vw;
  top: 92px;
  left: 118px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title {
    top: 7vw;
    left: 9.5vw;
  }
}
@media only screen and (max-width: 750px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title {
    top: 9.6vw;
    left: 3vw;
  }
}
section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title span.green {
  color: #007133;
}
section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title span {
  font-weight: normal;
  font-size: 48px;
  letter-spacing: 13.5px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title span {
    font-size: 3.85vw;
    letter-spacing: 1.1vw;
  }
}
@media only screen and (max-width: 750px) {
  section#page_title.sectioning_contents section.inner.center_width section.bg_box h1.page_title span {
    font-size: 33px;
    font-size: 8.8vw;
  }
}
section#page_title.sectioning_contents section.inner.center_width section.bar {
  background-color: #1E4A37;
  width: 1.5px;
  height: 150px;
  position: absolute;
  left: 34vw;
  left: 50%;
  /* left: 100%; */
  /* left: 11.5vw; */
  bottom: -3.4vw;
  bottom: 0;
  top: 174px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#page_title.sectioning_contents section.inner.center_width section.bar {
    top: 14vw;
    height: 12.1vw;
    width: 0.08vw;
  }
}
@media only screen and (max-width: 750px) {
  section#page_title.sectioning_contents section.inner.center_width section.bar {
    height: 22.8vw;
    top: 28vw;
  }
}

/*============================
#greetings
============================*/
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section {
  width: 826px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section {
    width: 66.6vw;
  }
}
@media only screen and (max-width: 750px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section {
    width: auto;
  }
}
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.message {
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 2.4px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.message {
    font-size: 1.45vw;
    line-height: 2.84vw;
    letter-spacing: 0.19vw;
  }
}
@media only screen and (max-width: 750px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.message {
    font-size: 3.8vw;
    line-height: 7.42vw;
    letter-spacing: 0.65vw;
  }
}
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name {
  text-align: right;
  margin-top: 46px;
}
@media only screen and (max-width: 750px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name {
    margin-top: 5.8vw;
    margin-bottom: 7vw;
  }
}
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span {
  display: block;
}
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.sub {
  margin-bottom: 11px;
  letter-spacing: 4px;
  font-size: 16px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.sub {
    font-size: 1.28vw;
    letter-spacing: 0.35vw;
  }
}
@media only screen and (max-width: 750px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.sub {
    font-size: 3.8vw;
    letter-spacing: 0.65vw;
    margin-bottom: 1.4vw;
  }
}
body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.name {
  font-size: 21px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.name {
    font-size: 1.7vw;
    letter-spacing: 0.35vw;
  }
}
@media only screen and (max-width: 750px) {
  body#greetings section#message.sectioning_contents.free_area section.inner.center_width .msg_section p.name span.name {
    font-size: 5.8vw;
    letter-spacing: 0.65vw;
  }
}

/*============================
#works
============================*/
section#works_list.sectioning_contents section.inner.center_width p.text {
  font-size: 18px;
  color: #00321C;
  letter-spacing: 1px;
  line-height: 34px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width p.text {
    font-size: 1.45vw;
    line-height: 2.75vw;
    letter-spacing: 0.08vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width p.text {
    font-size: 3.8vw;
    line-height: 7.42vw;
    letter-spacing: 0.65vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width nav.category {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category {
    margin-top: 7.3vw;
    margin-bottom: 7.3vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category {
    margin-top: 6vw;
    margin-bottom: 8.1vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width nav.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
section#works_list.sectioning_contents section.inner.center_width nav.category ul li {
  margin-right: 30px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li {
    margin-right: 2.4vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 4.1vw;
  }
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li:last-child {
    margin-bottom: 0;
  }
}
section#works_list.sectioning_contents section.inner.center_width nav.category ul li:last-child {
  margin-right: 0;
}
section#works_list.sectioning_contents section.inner.center_width nav.category ul li a {
  width: 300px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1.4px solid #00321C;
  color: #00321C;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li a {
    width: 24.2vw;
    height: 4.85vw;
    border: 0.14vw solid #00321C;
    font-size: 1.45vw;
    letter-spacing: 0.08vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li a {
    width: auto;
    height: auto;
    line-height: 10.4vw;
    font-size: 14px;
    font-size: 3.28vw;
    padding-right: 5vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width nav.category ul li a img.icon {
  position: absolute;
  right: 10px;
  width: 20px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li a img.icon {
    right: 0.8vw;
    width: 1.6vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width nav.category ul li a img.icon {
    width: 4vw;
    right: 2vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section {
  margin-bottom: 48px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section {
    margin-bottom: 3.78vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section {
    margin-bottom: 7.4vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section h2 {
  background-color: #E4E6E5;
  font-size: 24px;
  color: #00321C;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  line-height: 70px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section h2 {
    margin-bottom: 3.78vw;
    line-height: 5.6vw;
    font-size: 1.93vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section h2 {
    line-height: 10.6vw;
    font-size: 4.3vw;
    padding-right: 0;
    margin-bottom: 6vw;
    letter-spacing: 0.3vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 52px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data {
    gap: 4.5vw 0;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data {
    gap: 7vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li.empty {
    display: none;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li {
  width: calc(33% - 52px);
  max-width: 535px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li {
    width: 27.4vw;
    max-width: unset;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li {
    width: 100%;
    max-width: unset;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li figure {
  margin-bottom: 12px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li figure {
    margin-bottom: 1.02vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li figure {
    margin-bottom: 1.5vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt,
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt,
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd {
    font-size: 1.23vw;
    letter-spacing: 0.08vw;
    line-height: 2.2vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt,
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd {
    font-size: 3.6vw;
    letter-spacing: 0.07vw;
    line-height: 5.8vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt {
  width: 77px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
  margin-right: 32px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt {
    width: 6vw;
    margin-right: 2.5vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt {
    width: 16.7vw;
    margin-right: 6.4vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt::after {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  content: "：";
  position: absolute;
  right: -25px;
  top: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt::after {
    font-size: 1.3vw;
    letter-spacing: 0.08vw;
    line-height: 2.2vw;
    right: -2vw;
  }
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dt::after {
    font-size: 3.6vw;
    letter-spacing: 0.07vw;
    line-height: 5.8vw;
    right: -5.34vw;
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd {
  width: calc(100% - 77px);
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd {
    width: calc(100% - 16.7vw);
  }
}
section#works_list.sectioning_contents section.inner.center_width section.tab_section ul.data li dl dd span.red {
  color: red;
  font-weight: bold;
}

/*============================
#profile
============================*/
body#profile section.sectioning_contents > section.inner h2.title {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section.sectioning_contents > section.inner h2.title {
    margin-bottom: 4.7vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section.sectioning_contents > section.inner h2.title {
    margin-bottom: 4.7vw;
    margin-bottom: 6.7vw;
  }
}
body#profile section.sectioning_contents > section.inner h2.title span {
  display: block;
  letter-spacing: 2px;
  font-weight: normal;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section.sectioning_contents > section.inner h2.title span {
    letter-spacing: 0.2vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section.sectioning_contents > section.inner h2.title span {
    letter-spacing: 0.2vw;
  }
}
body#profile section.sectioning_contents > section.inner h2.title span.sub {
  color: #007133;
  font-size: 14px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section.sectioning_contents > section.inner h2.title span.sub {
    margin-bottom: 0.2vw;
    font-size: 1.14vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section.sectioning_contents > section.inner h2.title span.sub {
    margin-bottom: 0.2vw;
    font-size: 2.4vw;
  }
}
body#profile section.sectioning_contents > section.inner h2.title span.jp {
  font-size: 34px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section.sectioning_contents > section.inner h2.title span.jp {
    font-size: 2.74vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section.sectioning_contents > section.inner h2.title span.jp {
    font-size: 6.44vw;
  }
}
body#profile section#profile_detail.sectioning_contents {
  margin-bottom: 120px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section#profile_detail.sectioning_contents {
    margin-bottom: 9.4vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section#profile_detail.sectioning_contents {
    margin-bottom: 9.4vw;
    margin-top: 4.4vw;
  }
}
body#profile section#profile_detail.sectioning_contents section.inner.center_width table {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 60px;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table {
    font-size: 1.34vw;
    max-width: inherit;
    margin-bottom: 9.7vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table {
    font-size: 1.34vw;
    max-width: inherit;
    margin-bottom: 9.7vw;
  }
}
body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr th,
body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr td {
  padding: 12px 0px;
  padding-left: 20px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr th,
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr td {
    padding: 0.95vw 0px 0.95vw 2vw;
  }
}
@media only screen and (max-width: 750px) {
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr th,
  body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr td {
    padding: 0.95vw 0px 0.95vw 2vw;
    font-size: 12px;
    font-size: 3.25vw;
    font-weight: normal;
    text-align: justify;
    /* width: 3.4vw;*/
  }
}
body#profile section#profile_detail.sectioning_contents section.inner.center_width table tbody tr:nth-child(odd) {
  background-color: #F3F6F5;
}
body#profile section#access_detail.sectioning_contents section.inner {
  padding: 0;
}
body#profile section#access_detail.sectioning_contents section.inner iframe {
  width: 100%;
}
/*============================
#privacy_policy
============================*/
body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area {
  margin-bottom: 30px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area {
    margin-bottom: 3.5vw;
  }
}
@media only screen and (max-width: 750px) {
  body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area {
    margin-bottom: 6.5vw;
  }
}
body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area section.inner.center_width p.text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 751px) and (max-width: 1240px) {
  body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area section.inner.center_width p.text {
    font-size: 1.28vw;
    line-height: 2.4vw;
    letter-spacing: 0.08vw;
  }
}
@media only screen and (max-width: 750px) {
  body#privacy_policy section#privacy_policy_text.sectioning_contents.free_area section.inner.center_width p.text {
    font-size: 4.3vw;
    line-height: 7.4vw;
    letter-spacing: 0.08vw;
  }
}

/*------------------------------------------------------------
	XXXXX
------------------------------------------------------------*/