@charset "utf-8";

/*================================================
      BASE
================================================*/
html {
  font-size: 62.5%;
  transition: opacity .6s;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body {
  position: relative;
  overflow-x: hidden;
  color: #433f3f;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;

  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

:root .cf::after {
  display: block\9;
  clear: both\9;
  height: 0\9;

  /* IE9 */
  content: "" \9;
}

table {
  width: 100%;
}

a {
  display: inline-block;
  color: #218d3f;
  text-decoration: none;
  transition: all .6s;

  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  backface-visibility: hidden;
}

a.url {
  word-break: break-all;
}

*::placeholder {
  color: #bbbbbb;
  line-height: 1;
}

*::-ms-input-placeholder {
  color: #bbbbbb;
  line-height: 1;
}

*::-webkit-input-placeholder {
  color: #bbbbbb;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1;
}

img.ofi[src*="noimage.jpg"] {
  font-family: "object-fit:contain;object-position:50% 50%;";

  object-fit: contain;
  object-position: 50% 50%;
}

a.tel_link {
  color: inherit;
}

input,
textarea {
  padding: .5em 1em;
  border: solid 2px #eeeeee;
  color: inherit;
  font-weight: 400;
}

select {
  padding: .7em 1em .8em;
  border: solid 2px #eeeeee;
  color: inherit;
  font-weight: 400;
}

textarea {
  display: block;
  height: 8em;
  color: inherit;
  font-weight: 400;
}

/* @ pc_only @ */
@media screen and (min-width: 992px) {
  body.pc .tel_link {
    pointer-events: none;
  }

  a:hover {
    color: #0b5c4f;
  }
}

/* @@ laptop_large(1399px~) @@ */
@media screen and (max-width: 1439px) {
  body {
    font-size: 1.5rem;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width: 991px) {
  html {
    font-size: 1.3vw;
  }

  body {
    font-size: 1.3rem;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width: 767px) {
  html {
    font-size: 1.8vw;
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width: 575px) {
  html {
    font-size: 2.5vw;
  }

  body {
    font-size: 1.4rem;
  }
}

/*================================================
    FRAMEWORK
================================================*/
/*---------------------------------
    header
---------------------------------*/
.header .container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding-left: 2.5rem;
}

.header .h_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.header .h_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .h_logo a span {
  height: 100%;
}

.under .header {
  border-top: solid 6px #218d3f;
}

.under .header .h_logo a {
  padding-bottom: 1rem;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .header .h_logo a:hover {
    opacity: .5;
  }

  .header .h_logo a img {
    height: 65px;
  }
}

/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px) {
  .header .h_logo {
    padding-top: 10px;
  }

  .header .h_logo a img {
    height: 45px;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .header .container {
    padding-left: 15px;
    ;
  }
}

/*---------------------------------
    Global Navigation (PC)
---------------------------------*/
.gnavi_pc {
  height: 100%;
  line-height: 1;
}

.gnavi_pc ul {
  justify-content: stretch;
  height: 100%;
  margin-right: .9rem;
}

.gnavi_pc ul li,
.gnavi_pc .contact_btn {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.gnavi_pc ul li {
  font-size: 1.4rem;
}

.gnavi_pc ul li .nav_item {
  display: flex;
  justify-content: stretch;
  align-items: center;
  position: relative;
  padding: 0 1.5em;
  color: #433f3f;
}

.gnavi_pc ul li .nav_item span {
  transition: .6s;
}

.gnavi_pc ul li .nav_item:before {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #218d3f;
  content: "";
}

.gnavi_pc ul li.toggle {
  position: relative;
}

.megamenu {
  display: none;
  position: fixed;
  top: 106px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 4rem;
  border-top: solid 1px #f6f6f6;
  background: rgba(255, 255, 255, .9);
}

.megamenu ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
}

.megamenu ul li {
  width: 31%;
}

.megamenu ul li:nth-child(n+2) {
  margin-left: 2%;
}

.megamenu ul li .image {
  margin-bottom: 1rem;
  background: #ffffff;
}

.megamenu ul li .image img {
  max-width: 100%;
  transition: all .6s;
}

.megamenu ul li a {
  padding: 0;
  color: #433f3f;
  transition-property: opacity;
}

.megamenu ul li .menu_title {
  font-size: 3.6rem;
  transition: all .6s;
}

.megamenu ul li a .menu_title span {
  opacity: 1;
}

.megamenu ul li .menu_title .ja {
  margin-left: 1em;
  font-size: .5em;
}

.gnavi_pc .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  border: solid 1px #218d3f;
  background: #218d3f;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

#company .gnavi_pc ul li:nth-child(1) .nav_item:before,
#gallery .gnavi_pc ul li:nth-child(1) .nav_item:before,
#service .gnavi_pc ul li:nth-child(2) .nav_item:before,
#performance .gnavi_pc ul li:nth-child(3) .nav_item:before,
#operation .gnavi_pc ul li:nth-child(4) .nav_item:before,
#news .gnavi_pc ul li:nth-child(5) .nav_item:before,
#recruit .gnavi_pc ul li:nth-child(6) .nav_item:before {
  visibility: visible;
}


/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .gnavi_pc .menu_pc>ul>li>a:hover>span {
    opacity: .5;
  }

  .gnavi_pc .contact_btn a:hover {
    background: #ffffff;
    color: #218d3f;
  }

  .megamenu ul li a:hover .image img,
  .megamenu ul li a:hover .menu_title {
    opacity: .5;
  }
}

/* @@ large laptop(1399px~) @@ */
@media screen and (max-width : 1399px) {
  .gnavi_pc ul li {
    font-size: 1.3rem;
  }

  .gnavi_pc ul li a {
    padding: 0 1.2em;
  }

  .gnavi_pc .contact_btn a {
    width: 120px;
    height: 80px;
  }
}

/*---------------------------------
    Global Navigation (SP)
---------------------------------*/
.header .insta_btn {
  position: absolute;
  top: 0;
  right: 90px;
  width: 90px;
  height: 90px;
  background: #ffffff;
}

.header .insta_btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #218d3f;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.header .insta_btn i {
  margin-bottom: 5px;
  font-size: 40px;
}

.header .youtube_btn {
  position: absolute;
  top: 0;
  right: 180px;
  width: 90px;
  height: 90px;
}

.header .recruit_btn {
  position: absolute;
  top: 0;
  right: 270px;
  width: 90px;
  height: 90px;
}

.header .youtube_btn img {
  max-width: 100%;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .header .insta_btn a:hover {
    opacity: .5;
  }

  .header .youtube_btn a:hover {
    opacity: .5;
  }
}

/*---------------------------------
    Global Navigation (SP)
---------------------------------*/
.hbg_btn .drawer-hamburger {
  position: absolute;
  right: 0;
  z-index: 60;
  width: 90px;
  height: 90px;
  padding: 30px 10px;
  box-sizing: border-box;
  background: #ffffff;
}

.under .hbg_btn .drawer-hamburger {
  top: 6px;
}

.hbg_btn .drawer-hamburger .hbg_line {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 14px;
  margin: 0 auto;
}

.hbg_btn .drawer-hamburger .hbg_line span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  margin: auto;
}

.hbg_btn .drawer-hamburger .hbg_line span:before,
.hbg_btn .drawer-hamburger .hbg_line span:after {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 2px;
  background: #218d3f;
  content: "";
  transition: .6s;
}

.hbg_btn .drawer-hamburger .hbg_line span:before {
  top: 0;
  transform: rotate(0deg) translate(0, -5px);
}

.hbg_btn .drawer-hamburger .hbg_line span:after {
  bottom: 0;
  transform: rotate(0deg) translate(0, 5px);
}

.hbg_btn .drawer-hamburger .hbg_txt {
  display: block;
  margin-top: 5px;
  color: #086c25;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
}

.drawer--right .drawer-nav {
  visibility: hidden;
  opacity: 1;
  opacity: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  transition: .6s;
}

.drawer-nav .drawer-menu {
  min-height: 100vh;
  padding: 120px 90px 36px;
}

.drawer-nav .drawer-menu .menu_body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 4rem;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01 {
  width: 48%;
  line-height: 1;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child {
  padding-top: 1.375em;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01>li {
  border-bottom: dotted 1px rgba(255, 255, 255, .3);
}

.drawer-nav .drawer-menu .menu_body .menu_lv01>li:first-child {
  border-top: dotted 1px rgba(255, 255, 255, .3);
}

.drawer-nav .drawer-menu .menu_body .menu_lv01 .nav_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  opacity: 0;
  padding: .5em;
  color: #ffffff;
  transition: .6s ease-in-out;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(1) .nav_item {
  transition-delay: .1s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(2) .nav_item {
  transition-delay: .3s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(3) .nav_item {
  transition-delay: .5s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(4) .nav_item {
  transition-delay: .7s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(5) .nav_item {
  transition-delay: .9s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(1) .nav_item {
  transition-delay: .2s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(2) .nav_item {
  transition-delay: .4s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(3) .nav_item {
  transition-delay: .6s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(4) .nav_item {
  transition-delay: .8s;
}

.drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(5) .nav_item {
  transition-delay: 1s;
}

.drawer-nav .drawer-menu .menu_body .nav_item>span {
  display: block;
}

.drawer-nav .drawer-menu .menu_body .nav_item>.txt_en {
  margin-bottom: .25em;
  font-family: "Roboto", sans-serif;
  ;
}

.drawer-nav .drawer-menu .menu_body .nav_item>.txt_ja {
  position: relative;
  padding-left: 3em;
  font-size: .4em;
}

.drawer-nav .drawer-menu .menu_body .nav_item>.txt_ja:before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1.3em;
  height: 1px;
  background: #ffffff;
  content: "";
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
  font-size: .5em;
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 li,
.drawer-nav .drawer-menu .menu_body .menu_lv02 a {
  position: relative;
  color: #ffffff;
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 li {
  padding-left: 1.5em;
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 li:nth-child(n+2) {
  margin-left: 2em;
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 li:before {
  position: absolute;
  top: .5em;
  left: 0;
  content: "\025C6";
  content: "・";
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 a {
  padding: .5em 0;
}

.drawer-nav .drawer-menu .menu_body .menu_lv02 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  content: "";
  transition: .6s;
}

/* @@ menu open @@ */
.drawer--right.drawer-open .h_logo a {
  background: url(../image/h_logo_wh.png) no-repeat center center / contain;
}

.drawer--right.drawer-open .h_logo a img {
  visibility: hidden;
}

.drawer--right.drawer-open .hbg_btn .drawer-hamburger {
  right: 0;
  background: rgba(255, 255, 255, 0);
}

.drawer--right.drawer-open .hbg_btn .drawer-hamburger .hbg_line span:before {
  top: -5px;
  transform: rotate(45deg) scaleX(.8);
  background: #ffffff;
}

.drawer--right.drawer-open .hbg_btn .drawer-hamburger .hbg_line span:after {
  bottom: 5px;
  transform: rotate(-45deg) scaleX(.8);
  background: #ffffff;
}

.drawer--right.drawer-open .hbg_btn .drawer-hamburger .hbg_txt {
  color: #ffffff;
}

.drawer--right.drawer-open .drawer-nav {
  visibility: visible;
  opacity: 1;
}

.drawer--right.drawer-open .drawer-nav .drawer-menu .menu_body .nav_item {
  opacity: 1;
}


.drawer-nav .drawer-menu .menu_body .menu_lv01 .toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


/* @@ pc_only @@ */
@media screen and (min-width: 992px) {
  .hbg_btn .drawer-hamburger:hover {
    opacity: .5;
    background: #ffffff;
  }

  .drawer--right.drawer-open .drawer-nav .drawer-menu .menu_body li span {
    opacity: 1;
    transition-property: opacity;
    transition-duration: .6s;
    transition-timing-function: ease-in-out;
  }

  .drawer--right.drawer-open .drawer-nav .drawer-menu .menu_body li.hover-off .nav_item span {
    opacity: .3;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 {
    opacity: 0;
    transition: .6s ease-in-out;
  }

  .drawer-nav .drawer-menu .menu_body li.hover-on .menu_lv02 {
    opacity: 1;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 a:hover:after {
    width: 100%;
  }
}

/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px) {
  .hbg_btn .drawer-hamburger {
    width: 60px;
    height: 60px;
    padding: 16px 0 10px;
  }

  .header .insta_btn {
    right: 60px;
    width: 60px;
    height: 60px;
  }

  .header .insta_btn i {
    font-size: 24px;
  }

  .header .insta_btn a {
    font-size: 10px;
  }

  .header .youtube_btn {
    right: 120px;
    width: 60px;
    height: 60px;
  }

  .header .recruit_btn {
    right: 180px;
    width: 60px;
    height: 60px;
  }

  .header .recruit_btn img {
    max-width: 100%;
  }
}

/* @@ laptop(1199px~) @@ */
@media (max-width : 1199px) and (min-width: 992px) {
  .drawer-nav .drawer-menu .menu_body .menu_lv02 {
    display: block;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li {
    padding-left: 1em;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li:nth-child(n+2) {
    margin-top: .5em;
    margin-left: 0;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 a {
    padding: .15em 0;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li:before {
    top: .15em;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .drawer-nav .drawer-menu {
    padding: 100px 5% 5%;
  }

  .drawer-nav .drawer-menu .menu_body {
    display: block;
    font-size: 2.4rem;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child {
    padding-top: 0;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(1) {
    border-top: none;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01 {
    width: 100%;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(1) .nav_item {
    transition-delay: .1s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(2) .nav_item {
    transition-delay: .2s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(3) .nav_item {
    transition-delay: .3s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(4) .nav_item {
    transition-delay: .4s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:first-child>li:nth-child(5) .nav_item {
    transition-delay: .5s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(1) .nav_item {
    transition-delay: .6s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(2) .nav_item {
    transition-delay: .7s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(3) .nav_item {
    transition-delay: .8s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(4) .nav_item {
    transition-delay: .9s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01:last-child>li:nth-child(5) .nav_item {
    transition-delay: 1s;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01 .toggle {
    display: block;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv01 .nav_item {
    height: auto;
  }

  .drawer-nav .drawer-menu .menu_body .ac_menu {
    display: none;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 {
    display: block;
    margin-top: .75em;
    padding-left: 2.6em;
    font-size: .6em;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li {
    padding-left: 0;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li:before {
    top: 50%;
    left: -1.5em;
    width: 1em;
    height: 1px;
    background: #ffffff;
    content: "";
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li a {
    display: block;
    padding: 1em 0;
  }

  .drawer-nav .drawer-menu .menu_body .menu_lv02 li:nth-child(n+2) {
    margin-left: 0;
  }
}

@media screen and (orientation: landscape) and (min-width: 992px) and (max-height: 820px) {
  .drawer-nav .drawer-menu {
    padding-top: 100px;
  }

  .drawer-nav .drawer-menu .menu_body {
    font-size: 4.5vh;
  }
}

/*---------------------------------
    footer
---------------------------------*/
.footer {
  background: #218d3f;
  line-height: 1;
}

.footer .container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 2.5rem;
}

.footer .f_navi {
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}

.footer .f_navi li:not(:last-child) {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: solid 1px #ffffff;
}

.footer .f_navi li a {
  color: #ffffff;
  font-size: 1.3rem;
  text-decoration: none;
  vertical-align: bottom;
}

.footer .f_navi li a img {
  display: block;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}

.footer .f_navi li a span {
  display: inline-block;
}

.footer .f_navi li i {
  margin-left: .5em;
  font-size: 1.25em;
}

.footer .copy {
  color: #ffffff;
  font-size: 1.3rem;
}

.footer .copy_v {
  opacity: 0;
  position: fixed;
  top: 300px;
  right: 100px;
  z-index: 50;
  color: #afafaf;
  font-size: 1.2rem;
  line-height: 1;
  transition: .6s;

  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.footer .copy_v.visible {
  opacity: 1;
}

.totop {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 65px;
  z-index: 60;
  width: 60px;
  height: 60px;
  border: solid 1px #218d3f;
  background: #ffffff;
  transition: .6s;
}

.totop i {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

.totop i:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg) translate(-25%, 25%);
  width: 100%;
  height: 100%;
  border-top: solid 1px #218d3f;
  border-right: solid 1px #218d3f;
  content: "";
}

.totop.visible {
  opacity: 1;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .footer .f_navi li a:hover {
    opacity: .5;
  }

  .totop:hover {
    opacity: .5;
    cursor: pointer;
  }
}

/* @@ large laptop(1399px~) @@ */
@media screen and (max-width : 1399px) {
  .footer .copy_v {
    display: none;
  }
}

/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px) {}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .footer .container {
    display: block;
    padding: 1rem;
  }

  .footer .copy {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
  }

  .totop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }

  .totop i {
    width: 15px;
    height: 15px;
  }
}

/*---------------------------------
    layout
---------------------------------*/
.container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.multicolumn {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

/*---------------------------------
    title
---------------------------------*/
.ttl_block {
  padding-top: 3rem;
  padding-right: 150px;
  font-size: 2.2rem;
}

.ttl_block .container {
  width: 100%;
  max-width: 100%;
  padding: 0 3rem;
}

.ttl_block .page_ttl {
  position: relative;
  z-index: 5;
  height: 60rem;
  color: #218d3f;
  font-size: 12rem;
  line-height: 1;
  text-align: right;
}

.ttl_block .page_ttl>* {
  position: relative;
  z-index: 5;
}

.ttl_block .page_ttl:after,
.ttl_block .page_ttl:before {
  position: absolute;
  top: 10rem;
  bottom: 0;
  left: 6%;
  transform: scaleX(1);
  width: 88%;
  background: #dddddd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.ttl_block .page_ttl:after {
  z-index: 1;
}

.ttl_block .page_ttl:before {
  z-index: 2;

  transform-origin: right center;
}

.ttl_block .ttl_en {
  font-weight: 700;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}

_:-ms-lang(x)::-ms-backdrop,
.ttl_block .ttl_en {
  letter-spacing: 0;
}

.ttl_block .ttl_ja {
  font-weight: 500;
  font-size: .2em;
}

.h_ttl01 {
  display: block;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: .85em;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.35;
  text-align: center;
}

.h_ttl01 span {
  display: block;
}

.h_ttl01:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 5px;
  margin: 0 auto;
  background: #218d3f;
  background: -moz-linear-gradient(left, #218d3f 0%, #62bf7c 100%);
  background: -webkit-linear-gradient(left, #218d3f 0%, #62bf7c 100%);
  background: linear-gradient(to right, #218d3f 0%, #62bf7c 100%);
  content: "";
}

.h_ttl01.l_line {
  text-align: left;
}

.h_ttl01.l_line:after {
  margin-left: 0;
}

.h_ttl02 {
  margin-bottom: .75em;
  font-size: 3rem;
  line-height: 1.4;
}

.h_ttl02 .ttl_en {
  color: #218d3f;
  font-weight: 500;
  font-size: .55em;
}

.h_ttl02 .ttl_ja {
  margin-bottom: .45em;
  font-weight: 500;
  font-size: 1em;
}

@media print {
  .ttl_block .page_ttl:before {
    visibility: hidden;
  }
}

/* @@ large laptop(1399px~) @@ */
@media screen and (max-width : 1399px) {
  .ttl_block {
    padding-right: 120px;
  }

  .ttl_block .container {
    padding: 0;
  }

  .ttl_block .page_ttl {
    height: 50rem;
    font-size: 10rem;
  }

  .ttl_block .page_ttl:after,
  .ttl_block .page_ttl:before {
    top: 8rem;
    right: 46px;
    left: 5rem;
    width: auto;
  }
}

/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px) {
  .ttl_block {
    padding-right: 0;
  }

  .ttl_block .container {
    width: 90%;
    margin: 0 auto;
  }

  .ttl_block .page_ttl {
    height: 45rem;
  }

  .ttl_block .page_ttl:after,
  .ttl_block .page_ttl:before {
    left: 0;
    width: 100%;
  }

  .h_ttl01 {
    font-size: 2.8rem;
  }

  .h_ttl01:after {
    height: 4px;
  }

  .h_ttl02 {
    font-size: 2.6rem;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .ttl_block {
    padding-top: 1.5rem;
  }

  .ttl_block .page_ttl {
    height: 35rem;
    font-size: 8rem;
  }

  .ttl_block .page_ttl:after,
  .ttl_block .page_ttl:before {
    top: 6rem;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width : 767px) {
  .ttl_block .page_ttl {
    height: 28rem;
    font-size: 5.5rem;
  }

  .ttl_block .page_ttl:after,
  .ttl_block .page_ttl:before {
    top: 4.5rem;
  }

  .h_ttl01 {
    font-size: 2rem;
  }

  .h_ttl01:after {
    height: 3px;
  }

  .h_ttl02 {
    font-size: 2rem;
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .ttl_block .page_ttl {
    height: 18rem;
    font-size: 4rem;
  }

  .ttl_block .page_ttl:after,
  .ttl_block .page_ttl:before {
    top: 3.2rem;
  }

  .ttl_block .ttl_ja {
    font-size: .3em;
  }

  .h_ttl01 {
    font-size: 1.8rem;
  }

  .h_ttl01:after {
    height: 2px;
  }
}

/*---------------------------------
    link
---------------------------------*/
.link_box {
  display: block;
}

.link_txt,
.link_btn {
  text-align: center;
}

.link_txt.left,
.link_btn.right {
  text-align: left;
}

.link_txt.right,
.link_btn.right {
  text-align: right;
}







.link_btn>a[class ^="btn"],
.link_btn>span[class ^="btn"] {
  display: inline-block;
  vertical-align: bottom;
}

.link_btn .btn_01 {
  position: relative;
  width: 100%;
  max-width: 370px;
  padding: 1.35em 0;
  border: solid 1px #218d3f;
  background-size: auto .75em;
  background-color: #218d3f;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  transition: .6s;
}

.link_btn .btn_01:after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate3d(0, -50%, 0);
  width: .5em;
  height: .75em;
  background-image: url(../image/icon_arrow_wh.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: .6s;
}

.link_btn .btn_02 {
  padding: .8em 3.5em .9em;
  border: solid 1px #218d3f;
  background-color: #218d3f;
  color: #ffffff;
  line-height: 1;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .link_btn .btn_01:hover {
    background-color: #ffffff;
    color: #218d3f;
  }

  .link_btn .btn_01:hover:after {
    right: .75em;
    background-image: url(../image/icon_arrow_gr.png);
  }

  .link_btn .btn_02:hover {
    background-color: #ffffff;
    color: #218d3f;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .link_btn .btn_01 {
    max-width: 350px;
  }

  .link_btn .btn_02 {
    padding: 1.2em 4em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width : 575px) {
  .link_btn .btn_01 {
    max-width: 90%;
    font-size: 1.3rem;
  }
}

/*================================================
      WP COMMON
================================================*/
/*---------------------------------
    layout
---------------------------------*/
.edit_box {
  line-height: 1.7;
}

.edit_box h2:not(:first-child),
.edit_box h3:not(:first-child),
.edit_box h4:not(:first-child) {
  margin-top: 2.5em;
}

.edit_box h2:not(:last-child),
.edit_box h3:not(:last-child),
.edit_box h4:not(:last-child) {
  margin-bottom: .5em;
}

.edit_box h2 {
  padding-left: .5em;
  border-left: solid 6px #2ca38f;
  font-size: 2.2rem;
}

.edit_box h3 {
  color: #2ca38f;
  font-size: 2rem;
}

.edit_box h4 {
  position: relative;
  padding-left: 2em;
  font-size: 1.8rem;
}

.edit_box h4:before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 1.5em;
  height: 2px;
  background: #2ca38f;
  content: "";
}

.edit_box b,
.edit_box strong {
  color: inherit;
  font-weight: 500;
}

.edit_box a {
  display: inline-block;
  color: #00a28d;
  word-break: break-all;
}

.edit_box img {
  max-width: 100%;
  height: auto;
}

.edit_box p:not(:last-child) {
  margin-bottom: 1em;
}

.edit_box ul,
.edit_box ol {
  margin: 1.5em 0;
  padding: 1.5em;
  border: solid 3px #dddddd;
}

.edit_box ul li,
.edit_box ol li {
  position: relative;
  line-height: 1.4;
}

.edit_box ul li:before,
.edit_box ol li:before {
  position: absolute;
  left: 0;
  content: "";
}

.edit_box ul li:nth-child(n+2),
.edit_box ol li:nth-child(n+2) {
  margin-top: 1em;
}

.edit_box ul li {
  padding-left: 1.3em;
}

.edit_box ul li:before {
  top: .25em;
  transform: scale(.5);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #00a28d;
}

.edit_box ol {
  counter-reset: num 0;
}

.edit_box ol li {
  padding-left: 1.7em;
  counter-increment: num 1;
}

.edit_box ol li:before {
  width: 1.2em;
  color: #00a28d;
  font-weight: 500;
  text-align: right;
  content: counter(num)".";
}

.edit_box> :last-child {
  margin-bottom: 0;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .edit_box a:hover {
    color: #0b5c4f;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .edit_box h2 {
    font-size: 2rem;
  }

  .edit_box h2:not(:first-child),
  .edit_box h3:not(:first-child),
  .edit_box h4:not(:first-child) {
    margin-top: 1.8em;
  }

  .edit_box h3 {
    font-size: 1.8rem;
  }

  .edit_box h4 {
    font-size: 1.6rem;
  }
}


/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {

  .edit_box ul,
  .edit_box ol {
    border-width: 2px;
  }
}

/*---------------------------------
    pagenation
---------------------------------*/
#contents .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}

#contents .wp-pagenavi a,
#contents .wp-pagenavi span {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  padding: 0;
  border: solid 1px #218d3f;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

#contents .wp-pagenavi .extend {
  width: 2.5rem;
  border: none;
}

#contents .wp-pagenavi *:not(:first-child) {
  margin-left: 5px;
}

#contents .wp-pagenavi .current {
  background: #218d3f;
  color: #ffffff;
}

/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  #contents .wp-pagenavi a:hover {
    background: #218d3f;
    color: #ffffff;
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  #contents .wp-pagenavi .extend {
    display: none;
  }
}

/*================================================
      404
================================================*/
#page_404 .ttl_block .page_ttl {
  height: auto;
}

#page_404 .ttl_block .page_ttl:before,
#page_404 .ttl_block .page_ttl:after {
  display: none;
}

#page_404 #s_01 {
  position: relative;
  margin-top: -4.5rem;
  padding: 12.5rem 0 7.5rem;
}

#page_404 #s_01:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background: #f0f9f8;
  content: "";
}

#page_404 #s_01 .container {
  position: relative;
  z-index: 2;
}

#page_404 #s_01 .img_box {
  margin-bottom: 5rem;
}

#page_404 #s_01 .img_box img {
  max-width: 100%;
  height: auto;
}

#page_404 #s_01 .msg_box {
  margin-bottom: 2em;
  font-size: 1.1em;
  text-align: center;
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  #page_404 #s_01 {
    margin-top: -2.4rem;
    padding: 10.5rem 0 7.5rem;
  }

  #page_404 #s_01 .msg_box {
    font-size: 1em;
  }
}

/* @@ phablet(767px~) @@ */
@media screen and (max-width : 767px) {
  #page_404 #s_01 {
    margin-top: -1.4rem;
    padding: 5rem 0;
  }

  #page_404 #s_01:before {
    height: 15rem;
  }

  #page_404 #s_01 .img_box {
    margin-bottom: 3.5rem;
  }
}

/*================================================
      ANIMATION
================================================*/
@media screen {
  *[animate-scroll]:not([animate-type^="animate_"]) {
    transition: .6s;
  }

  *[animate-scroll="false"]:not([animate-type^="animate_"]) {
    opacity: 0;
  }

  *[animate-scroll="true"]:not([animate-type^="animate_"]) {
    opacity: 1;
  }

  .ttl_block[animate-type="animate_01"] .container .page_ttl:before {
    transition-property: transform;
    transition-duration: .6s;
  }

  .ttl_block[animate-type="animate_01"] .container .page_ttl>* {
    opacity: 0;
    transform: translateY(3rem);
    transition-property: opacity, transform;
    transition-duration: .6s;
    transition-delay: .3s;
  }

  .ttl_block[animate-scroll="true"][animate-type="animate_01"] .container .page_ttl:before {
    transform: scaleX(0);
  }

  .ttl_block[animate-scroll="true"][animate-type="animate_01"] .container .page_ttl>* {
    opacity: 1;
    transform: translateY(0);
  }
}