@charset "UTF-8";
@fs-title-pc : ***rem;
@fs-text-pc : ***rem;
@fs-title-sp : ***rem;
@fs-text-sp : ***rem;
@content-margin-pc : ***px;
@content-margin-tb : ***px;
@content-margin-sp : ***px;
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.btn {
  display: inline-block;
  color: #006953;
  margin: 0;
  padding: 0 20px 2px 0;
  text-decoration: none;
  transition: .3s;
  position: relative;
  background-image: url(../../img/home/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 45%;
  background-size: 8px auto;
}
a.btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006953;
  transition: .3s;
}
a.btn:hover::after {
  width: 100%;
}
a.btn_w {
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 0 20px 2px 0;
  text-decoration: none;
  transition: .3s;
  position: relative;
  background-image: url(../../img/home/btn_arrow_w.png);
  background-repeat: no-repeat;
  background-position: right 45%;
  background-size: 8px auto;
}
a.btn_w::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
a.btn_w:hover::after {
  width: 100%;
}
a.btn_back {
  display: inline-block;
  color: #006953;
  margin: 0;
  padding: 0 0 2px 20px;
  text-decoration: none;
  transition: .3s;
  position: relative;
  background-image: url(../../img/home/btn_arrow_back.png);
  background-repeat: no-repeat;
  background-position: left 45%;
  background-size: 8px auto;
}
a.btn_back::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006953;
  transition: .3s;
}
a.btn_back:hover::after {
  width: 100%;
}
.animated {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #006953;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#global-header {
  width: 100%;
  background-color: rgba(0, 53, 42, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#global-header .header_inner {
  max-width: 1200px;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
#global-header .header_inner h1.header_logo {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 13px;
  left: 10px;
}
#global-header .header_inner h1.header_logo img {
  width: 118px;
  height: auto;
}
#global-header .header_inner ul#header_navi {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 27px;
  right: 10px;
}
#global-header .header_inner ul#header_navi li {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  list-style-type: none;
}
#global-header .header_inner ul#header_navi li a {
  display: inline-block;
  padding: 0 0 2px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  position: relative;
}
#global-header .header_inner ul#header_navi li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
#global-header .header_inner ul#header_navi li a:hover::after {
  width: 100%;
}
#global-footer {
  width: 100%;
  padding: 45px 10px 90px;
  box-sizing: border-box;
  background-color: #26302e;
  background-image: url(../../img/home/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% auto;
  color: #fff;
  overflow: hidden;
}
#global-footer nav.footer_nav {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 10px 50px;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
#global-footer nav.footer_nav ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  overflow: hidden;
}
#global-footer nav.footer_nav ul.menu li.box {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
#global-footer nav.footer_nav ul.menu li.box h2.cate-top {
  margin: 0 0 20px;
  font-size: 1.4rem;
}
#global-footer nav.footer_nav ul.menu li.box h2.cate-top a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
#global-footer nav.footer_nav ul.menu li.box h2.cate-top a:hover {
  border-bottom: solid 1px #fff;
  transition: .3s;
}
#global-footer .footer_bottom_area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
#global-footer .footer_bottom_area h1.footer_logo {
  font-size: 12px;
  line-height: 1em;
  margin: 0 auto 20px;
  padding: 0;
}
#global-footer .footer_bottom_area h1.footer_logo img {
  width: 179px;
  height: auto;
}
#global-footer .footer_bottom_area .footer_access {
  margin: 0 auto 35px;
  font-size: 15px;
  line-height: 1.5em;
}
#global-footer .footer_bottom_area small {
  font-size: 12px;
  margin: 0 auto 15px;
  padding: 0;
}
main div.sub_key {
  width: 100%;
  height: 35vw;
  margin: 0 auto;
  padding: 15vw 20px 0 20px;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main div.sub_key.sub_key_mini {
  height: 330px;
  padding: 145px 20px 0 20px;
}
main div.sub_key .sub_title {
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
main div.sub_key .sub_title img {
  width: auto;
  height: 44px;
}
main img.pic_waku {
  border: solid 4px #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}
#global-header .header_inner {
  height: 65px;
  position: relative;
}
#global-header .header_inner h1.header_logo {
  position: absolute;
  top: 13px;
  left: 20px;
}
#global-header .header_inner h1.header_logo img {
  width: 100px;
  height: auto;
}
#global-header .header_inner ul#header_navi {
  display: none;
}
#global-header #nav_area_sp {
  widht: 100%;
}
#global-header #nav_area_sp #menu_btn01 {
  display: block;
  width: 30px;
  position: absolute;
  top: 19px;
  right: 22px;
}
#global-header #nav_area_sp #menu_btn01 img {
  width: 100%;
  height: auto;
}
#global-header #nav_area_sp #menu-area {
  width: 100%;
  margin: 0;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 65px;
  right: 0;
}
#global-header #nav_area_sp #menu-area ul#menu_ul01 {
  width: 100%;
  margin: 0;
  padding: 0;
}
#global-header #nav_area_sp #menu-area ul#menu_ul01 li {
  display: block;
  list-style-type: none;
  border-bottom: dotted 1px #eeeeee;
}
#global-header #nav_area_sp #menu-area ul#menu_ul01 li:last-child {
  border-bottom: none;
}
#global-header #nav_area_sp #menu-area ul#menu_ul01 li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
#global-header #nav_area_sp #menu-area ul#menu_ul01 li a:hover {
  opacity: 0.5;
}
#global-footer {
  background-size: 300% auto;
}
#global-footer nav.footer_nav {
  padding: 0 10px 30px;
}
#global-footer nav.footer_nav ul.menu li.box {
  float: none;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#global-footer nav.footer_nav ul.menu li.box h2.cate-top {
  margin: 0 0 7px;
  font-size: 1.4rem;
  line-height: 3em;
  border-bottom: 1px dotted #fff;
}
#global-footer nav.footer_nav ul.menu li.box h2.cate-top a {
  color: #fff;
}
main div.sub_key {
  width: 100%;
  height: 60vw;
  padding: 25vw 20px 0 20px;
}
main div.sub_key .sub_title {
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 480px) {
  main div.sub_key {
    width: 100%;
    height: 90vw;
    padding: 38vw 20px 0 20px;
  }
  main div.sub_key .sub_title {
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  main div.sub_key .sub_title img {
    width: 90%;
    height: auto;
  }
}
main#site_view {
  width: 100%;
  padding: 0 0 100px;
}
main#site_view div.sub_key {
  background-image: url(../../img/site/sub_key.jpg);
}
main#site_view div.sub_key .sub_title {
  max-width: 500px;
  width: 100%;
  border-bottom: solid 1px #fff;
}
main#site_view #sub_contents_inside {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
main#site_view #sub_contents_inside h2 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.3em;
  color: #006953;
  box-sizing: border-box;
}
main#site_view #sub_contents_inside h3 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
main#site_view #sub_contents_inside .site_box {
  width: 100%;
  margin: 0;
  padding: 40px 20px 40px 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: dotted 1px #004640;
}
main#site_view #sub_contents_inside .site_box:last-child {
  border: none;
}
main#site_view #sub_contents_inside .site_box p {
  margin: 0 0 40px 0;
  padding: 4px 0 0;
  font-size: 15px;
  line-height: 22px;
  box-sizing: border-box;
}
main#site_view #sub_contents_inside .site_box ul {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
main#site_view #sub_contents_inside .site_box ul li {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 22px;
}
