@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #fff;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mgb0 {
  margin-bottom: 0;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.gochic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.item01-pad {
  order: 1;
}
.item02-pad {
  order: 2;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contents {
  padding: 8rem 2rem;
}
.cont_inr {
  max-width: 130rem;
  margin: auto;
}
.tate {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  font-feature-settings: initial;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}
.txt {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1000px) {
  .item01-pad {
    order: 2;
  }
  .item02-pad {
    order: 1;
  }
}
@media only screen and (min-width: 769px) {
  .contents {
    padding: 13rem 2rem;
  }
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .sp {
    display: none
  }
  .pc {
    display: block;
  }
  .txt {
    font-size: 1.6rem;
  }
}
/**/
.btn {
  max-width: 30rem;
  margin: 6rem 0 0;
}
.btn a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 7px;
  background-image: linear-gradient(to right, #00824F 0%, #00824F 50%, #333333 50%, #333333 100%);
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  padding: 2rem 3rem;
  color: #fff;
  width: 100%;
  position: relative;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "yu-gothic-pr6n", sans-serif;
}
.btn.g_btn a {
  background-image: linear-gradient(to right, #00824F 0%, #00824F 50%, #fff 50%, #fff 100%);
  color: #00824F;
  border: 1px solid #fff;
}
.btn a::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../images/arrow_btn.svg");
  width: 1.6rem;
  height: 1.6rem;
}
.btn.g_btn a::after {
  background: url("../images/arrow_btn_g.svg");
}
.btn a:hover {
  background-position: 0 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.3);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/**/
body.active {
  height: 100%;
  overflow: hidden;
}
.w-header {
  position: relative;
  height: 6rem;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.w-header::after {
  position: fixed;
  content: "";
  background-color: #fff;
  width: 100%;
  left: 0;
  height: 60px;
  top: -100px;
  transition: all 0.3s;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.w-header.active::after {
  top: 0;
}
.w-header .logo {
  width: 17rem;
  left: 1rem;
  top: 0.6rem;
  position: fixed;
  z-index: 100000000;
}
.entry_wrap {
  border-radius: 0.5rem;
  background-color: #28875a;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  z-index: 100000000;
  margin: 0;
}
.entry_wrap a {
  padding: 1rem 0.8rem 0.8rem;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #00824F 50%, #00824F 100%);
  position: relative
}
.entry_wrap a::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0.5rem;
  top: 65%;
  transform: translateY(-50%);
  background: url("../images/tel.png")no-repeat center center/contain;
}
.entry_wrap a small {
  font-size: 10px;
  display: block;
}
@media only screen and (min-width: 769px) {
  .w-header {
    height: 10rem;
  }
  .w-header .logo {
    width: 17rem;
    left: 1.5rem;
    top: 2.8rem;
  }
  .w-header::after {
    height: 100px;
  }
  #spNav .link_list {
    display: flex;
    position: fixed;
    right: 22rem;
    top: 3.5rem;
  }
  #spNav .link_list li {
    margin-left: 0.5rem;
  }
  #spNav .link_list a {
    color: #00824F;
    padding: 1rem 0.5rem;
    position: relative;
  }
  #spNav .link_list a::after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #00824F;
    left: 0;
    bottom: -1rem;
    transition: all 0.5s;
  }
  #spNav .link_list a:hover::after {
    width: 100%;
  }
  .entry_wrap {
    position: fixed;
    top: 2rem;
    right: 1.5rem;
  }
  .entry_wrap a {
    width: 18rem;
    padding: 1rem 0.5rem 1rem 3rem;
    font-size: 1.8rem;
  }
  .entry_wrap a::after {
    width: 2rem;
    height: 3rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn.g_btn a:hover {
    color: #fff;
  }
  .btn.g_btn a:hover::after {
    background: url("../images/arrow_btn.svg");
  }
}
@media only screen and (min-width: 1367px) {
  .w-header .logo {
    left: 6rem;
    width: 24rem;
    top: 3rem;
  }
  #spNav .link_list {
    right: 32rem;
  }
  #spNav .link_list li {
    margin-left: 3rem;
  }
  #spNav .link_list a {
    padding: 1rem 2rem;
  }
  .entry_wrap {
    right: 6rem;
    top: 2rem;
  }
  .entry_wrap a {
    width: 22rem;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 1rem 1rem 1rem 3rem;
  }
  .entry_wrap a small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_wrap {
    display: none;
  }
  #spNav .link_list .entry_wrap {
    display: block;
    max-width: 400px;
    margin: auto;
  }
  #spNav .link_list .entry_wrap a {
    width: 100%;
    color: #fff;
    font-size: 3rem;
    padding: 3rem 0 3rem 2rem;
  }
  #spNav .link_list .entry_wrap a::after {
    background: url(../images/tel.png) no-repeat center center / contain;
    left: 2rem;
  }
  /*
  body .entry_wrap {
    position: fixed;
    right: -20rem;
    top: 0.7rem;
    transition: all 1s;
  }
  body.active .entry_wrap {
    right: 6.5rem;
  }
*/
  .spMenu {
    cursor: pointer;
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 102000;
  }
  .spMenu.active, .spMenu.active span:nth-of-type(3) {
    background-color: transparent;
  }
  .spMenu span {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 23px;
  }
  .spMenu span:nth-of-type(2) {
    top: 32px;
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) translateX(-10px) rotate(-45deg);
    transform: translateY(4px) translateX(-10px) rotate(-45deg)
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) translateX(-10px) rotate(45deg);
    transform: translateY(-6px) translateX(-10px) rotate(45deg)
  }
  /*spNav*/
  #spNav {
    height: 100%;
    transition: all .55s ease 0.25s;
    visibility: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    background: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6rem 2rem 4rem;
    display: flex;
  }
  #spNav.active {
    visibility: visible;
    right: 0;
  }
  #spNav::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #spNav::before, #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #spNav.active::before, #spNav.active::after {
    opacity: 1;
  }
  #spNav a::after {
    right: 2rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    border-radius: 100%;
    background: url("../../common/images/arrow_btn.svg")no-repeat center center/1.5rem, #00824F;
    padding: 1rem;
  }
  #spNav .link_list {
    width: 100%;
  }
  #spNav .link_list a {
    color: #00824F;
    font-size: 1.8rem;
    padding: 2rem 0 2.5rem;
    display: block;
    position: relative;
  }
  #spNav .link_list li {
    border-bottom: 1px solid #ddd;
  }
  #spNav .link_list li:last-child, #spNav .link_list li:nth-last-child(2) {
    border-bottom: none;
  }
  #spNav .link_list a small {
    color: #ddd;
    font-size: 1.6rem;
  }
}
/*footer*/
footer .contact {
  background: url("../images/contact.jpg")no-repeat center center/cover;
  padding: 8rem 2rem;
}
footer .contact__inr {
  background: rgba(255, 255, 255, 0.8);
  padding: 4rem 1rem 3rem;
  max-width: 79rem;
  margin: auto;
}
footer .contact__inr a {
  display: block;
  text-align: center;
  color: #00824F;
  font-size: 3.5rem;
  line-height: 1.4;
}
footer .contact__inr a small {
  display: block;
  font-size: 1.4rem;
  color: #000000;
}
footer .footer_link_wrap {
  padding: 6rem 3rem;
}
footer .footer_link_wrap .logo {
  max-width: 35rem;
  margin: 0 auto;
}
footer .link_list {
  margin: 5rem auto 0;
  justify-content: center;
}
footer .link_list li {
  margin: 0 1rem;
}
footer .link_list li a, footer .access, footer .access a {
  padding: 0 1rem;
  color: #00824F;
}
footer .access .tel {
  margin-top: 1rem;
}
footer .access, footer .copy {
  text-align: center;
  margin-top: 5rem;
  color: #00824F;
}
@media only screen and (min-width: 769px) {
  footer .link_list li a {
    position: relative;
  }
  footer .link_list li a::after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #00824F;
    left: 0;
    bottom: -1rem;
    transition: all 0.5s;
  }
  footer .link_list li a:hover::after {
    width: 100%;
  }
  footer .footer_link_wrap {
    padding: 6rem 2rem;
  }
  footer .contact__inr {
    padding: 6rem 1rem 4rem;
  }
  footer .contact__inr a {
    font-size: 6rem;
  }
  footer .contact__inr a small {
    font-size: 1.6rem;
  }
  footer .contact__inr a:hover {
    letter-spacing: 0.6rem;
  }
}
.cont-ttl {
  color: #00824F;
  font-size: 2.5rem;
  padding-left: 2.5rem;
  border-left: 1px solid #00824F;
  line-height: 1.4;
}
.cont-ttl span {
  font-size: 1.6rem;
  color: #D0D0D0;
  display: block;
}
.cont-txt {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .cont-txt {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1367px) {
  .cont-ttl.en {
    font-size: 10rem;
  }
}
.s-common_mv {
  border-radius: 0 0 0 50px;
  overflow: hidden;
}
.s-common_mv-img {
  width: 100%;
  height: 20rem;
}
.s-common_mv .s-common_mv-ttl {
  font-size: 2.4rem;
  padding: 4rem 0 4rem 2rem;
}
.s-common_mv .s-common_mv-ttl small {
  font-size: 1.4rem;
  color: #D0D0D0;
  display: block;
}
#breadcrumbs {
  padding: 2.4rem;
}
#breadcrumbs a, #breadcrumbs span {
  color: #28875a;
  font-size: 1.4rem;
  position: relative;
}
#breadcrumbs a {
  margin-right: 3rem;
}
#breadcrumbs a::after {
  content: "/";
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #28875a;
  position: absolute;
}
.c-cont-ttl {
  font-size: 2rem;
  position: relative;
  padding-bottom: 1rem;
  color: #00824F;
  margin-bottom: 4rem;
}
.c-cont-ttl::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #00824F;
}
table {
  width: 100%;
}
table th, table td {
  padding: 3rem 1rem 3rem 0;
  text-align: left;
  font-size: 1.4rem;
}
table th {
  border-bottom: 1px solid #00824F;
  color: #00824F;
}
table td {
  border-bottom: 1px solid #D3D3D3;
}
@media only screen and (min-width: 769px) {
  .s-common_mv {
    display: flex;
    align-items: center;
  }
  .s-common_mv-img {
    width: calc(100% - 29rem);
    height: 25rem;
  }
  .s-common_mv .s-common_mv-ttl {
    font-size: 3rem;
    padding: 8rem 0 8rem 4rem;
    margin: auto;
    width: 29rem;
  }
  .s-common_mv .s-common_mv-ttl small {
    font-size: 2rem;
  }
  .c-cont-ttl {
    font-size: 2.5rem;
    margin-bottom: 6rem;
  }
  table th, table td {
    font-size: 1.6rem;
  }
  table th {
    width: 18rem;
  }
  table td {
    width: calc(100% - 18rem);
  }
}