@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

body {
  background: url(../images/common/mainbg.png) !important;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1120px;
  padding: 0 10px;
  background: url(../images/common/mainbg.png) !important;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  font-size: 13px;
  color: #333;
}

.pankuzu li {
  display: inline-block;
}

.pankuzu li span {
  font-weight: bold;
}

.pankuzu a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.pankuzu li:first-child {
  padding-left: 20px;
  position: relative;
}

.pankuzu li:first-child:before {
  position: absolute;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
}

.breadcrumb {
  text-align: right;
}

.policy h2 {
  margin: 50px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  header#global_header {
    position: relative;
  }
}

header#global_header {
  background: url(../images/common/mainbg.png) !important;
}

header#global_header section {
  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;
  padding: 30px 0;
}

@media only screen and (max-width: 1140px) {
  header#global_header section {
    padding: 30px 20px;
  }
}

header#global_header section .siteID {
  width: 37.7%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  header#global_header section .siteID {
    width: 55% !important;
  }
}

@media only screen and (max-width: 640px) {
  header#global_header section .siteID {
    width: 300px !important;
  }
}

@media only screen and (max-width: 500px) {
  header#global_header section .siteID {
    width: 250px !important;
  }
}

@media only screen and (max-width: 450px) {
  header#global_header section .siteID {
    width: 230px !important;
  }
}

@media only screen and (max-width: 400px) {
  header#global_header section .siteID {
    width: 200px !important;
  }
}

header#global_header section .header_right {
  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;
  width: 100%;
  max-width: 432px;
}

@media only screen and (max-width: 834px) {
  header#global_header section .header_right {
    display: none;
  }
}

header#global_header section .header_right .linkTel {
  background: #ff912b;
  padding: 11px 40px 11px 60px;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

header#global_header section .header_right .linkTel:before {
  position: absolute;
  content: "";
  background: url(../images/common/phone.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  font-weight: bold;
  width: 17px;
  height: 17px;
}

header#global_header section .header_right .linkTel a {
  text-decoration: none;
  color: #fff;
}

header#global_header section .header_right .cont a {
  background: #ff912b;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 15px 28px 15px 42px;
  border-radius: 5px;
  position: relative;
}

header#global_header section .header_right .cont a:before {
  position: absolute;
  color: #fff;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  font-weight: bold;
}

header#global_header nav {
  background: #028760;
}

@media only screen and (max-width: 834px) {
  header#global_header nav {
    display: none;
  }
}

header#global_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header#global_header nav ul li {
  padding: 15px;
}

header#global_header nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.header_rightsp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .header_rightsp {
    margin-right: 65px;
  }
}

#mainArea {
  position: relative;
}

#mainArea picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px !important;
}

@media only screen and (max-width: 1140px) {
  #mainArea picture img {
    height: auto !important;
  }
}

#mainArea .mainTxt {
  position: absolute;
  -webkit-transform: translatex(-50%) translateY(-50%);
          transform: translatex(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 834px) {
  #mainArea .mainTxt {
    width: 80%;
  }
}

.sp_logofle {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp_logofle {
    display: block;
  }
}

.sp_logofle img {
  width: 80% !important;
}

.cont-sp {
  display: none;
  position: absolute;
  top: 40px;
  right: 60px;
}

@media only screen and (max-width: 834px) {
  .cont-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cont-sp .telsp {
    margin-right: 5px;
  }
  .cont-sp .telsp img {
    width: 40px !important;
  }
  .cont-sp .mailsp img {
    width: 40px !important;
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 40px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 40px;
    height: 40px;
    background: #3fa87b;
    border-radius: 5px;
  }
  #nav-toggle span {
    width: 25px;
    height: 3px;
    left: 8px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 9px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_footer #fot_nav ul {
    z-index: 999;
  }
  /* nav */
  #global_footer #fot_nav ul {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    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;
    padding: 0 !important;
    background: #3fa87b;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_footer #fot_nav ul ul {
    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;
    width: 100%;
    list-style: none;
  }
  #global_footer #fot_nav ul ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_footer #fot_nav ul ul li a {
    display: block;
    padding: 3% !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    font-size: 22px !important;
    text-align: left;
    color: #333 !important;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  #global_footer #fot_nav ul ul li a {
    padding: 4% !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 834px) {
  #global_footer #fot_nav ul ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_footer #fot_nav ul {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  font-size: 13px;
}

footer#global_footer #footer {
  background: #028760;
  padding: 25px;
}

footer#global_footer #footer .footfle {
  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;
}

footer#global_footer #footer .footfle address {
  text-align: left;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle address {
    text-align: center;
    margin: 0 auto;
  }
}

footer#global_footer #footer .footfle address .siteID {
  margin-bottom: 15px;
}

footer#global_footer #footer .footfle address .siteID .logofle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: center;
          flex-direction: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle address .siteID .logofle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer #footer .footfle address .siteID .logofle img {
  margin-right: 10px;
}

footer#global_footer #footer .footfle address .siteID .logofle p {
  color: #fff;
}

footer#global_footer #footer .footfle address p {
  color: #fff;
}

footer#global_footer #footer .footfle address p .linkTel {
  color: #fff;
}

footer#global_footer #footer .footfle address p .linkTel a {
  color: #fff;
}

footer#global_footer #footer .footfle #fot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 450px;
  line-height: 2.4;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle #fot_nav ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 2;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle #fot_nav ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    width: 200px;
  }
}

footer#global_footer #footer .footfle #fot_nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 15px 25px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle #fot_nav ul li a .blk {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .footfle #fot_nav ul li a {
    display: block;
  }
}

footer#global_footer #copy {
  color: #fff;
  background: #028760;
  display: block;
  font-size: 13px;
  padding: 10px;
}

footer#global_footer #copy a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.title_01 .chacp {
  line-height: 1.66;
  font-size: 24px;
  color: #852e19;
  font-weight: bold;
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 75px;
  position: relative;
}

@media only screen and (max-width: 1140px) {
  .title_01 .chacp {
    font-size: 22px;
  }
}

@media only screen and (max-width: 834px) {
  .title_01 .chacp {
    padding: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .title_01 .chacp {
    text-align: left !important;
    font-size: 21px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .title_01 .chacp {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.title_01 .chacp:before {
  content: "";
  position: absolute;
  background: url(../images/contents/leaf.png) no-repeat;
  width: 9%;
  max-width: 198px;
  height: 50px;
  bottom: 10px;
  background-size: 70%;
  right: 12px;
  background-position: center bottom;
}

@media only screen and (max-width: 834px) {
  .title_01 .chacp:before {
    display: none;
  }
}

.title_01 .chacp:after {
  content: "";
  position: absolute;
  background: url(../images/contents/leaf.png) no-repeat;
  width: 9%;
  max-width: 198px;
  height: 50px;
  bottom: 10px;
  background-size: 70%;
  left: 0;
  background-position: center bottom;
}

@media only screen and (max-width: 834px) {
  .title_01 .chacp:after {
    display: none;
  }
}

.title_01 .chacp .blk {
  display: block;
}

@media only screen and (max-width: 640px) {
  .title_01 .chacp .blk {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .title_01 div {
    text-align: left !important;
  }
}

.top01_bg {
  width: 100% !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.cont_01 {
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.cont_01 .title_02 {
  line-height: 1.4;
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.cont_01 .title_02 h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0px 198px;
}

@media only screen and (max-width: 1140px) {
  .cont_01 .title_02 h2 {
    padding: 0px 150px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .title_02 h2 {
    padding: 0px 100px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .title_02 h2 {
    font-size: 25px;
    padding: 0px 100px;
  }
}

.cont_01 .title_02 h2:before {
  content: "";
  position: absolute;
  background-color: #852e19;
  width: 72%;
  height: 3px;
  right: -48%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 1140px) {
  .cont_01 .title_02 h2:before {
    width: 50%;
    right: -30%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .title_02 h2:before {
    width: 50%;
    right: -30%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .title_02 h2:before {
    width: 38%;
    right: -11%;
  }
}

.cont_01 .title_02 h2:after {
  content: "";
  position: absolute;
  background-color: #852e19;
  width: 72%;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -48%;
}

@media only screen and (max-width: 1140px) {
  .cont_01 .title_02 h2:after {
    width: 50%;
    left: -30%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .title_02 h2:after {
    width: 50%;
    left: -30%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .title_02 h2:after {
    width: 38%;
    left: -11%;
  }
}

.cont_01 .title_02 h2 .blk {
  display: block;
  color: #852e19;
  font-size: 20px;
  text-shadow: 1px 1px 2px #fff;
}

.cont_01 .cont_01fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 60px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .cont_01 .cont_01fle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.cont_01 .cont_01fle .box1 {
  width: 30%;
  background: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .cont_01fle .box1 {
    width: 32%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .cont_01fle .box1 {
    width: 95%;
    margin: 0 auto 20px;
  }
  .cont_01 .cont_01fle .box1:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .cont_01fle .box1 .img img {
    width: 100% !important;
  }
}

.cont_01 .cont_01fle .box1 .toph3_text {
  font-size: 13px;
  margin-bottom: 20px;
}

.cont_01 .cont_01fle .box1 .toph3_text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #852e19;
  margin-bottom: 20px;
  text-align: center !important;
  border-bottom: 5px solid #ffb83f;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .cont_01fle .box1 .toph3_text h3 {
    font-size: 2.34vw;
  }
}

.cont_01 .cont_01fle .box1 .btn a {
  display: block;
  text-align: center;
  background: #028760;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 12px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_01 .cont_01fle .box1 .btn a {
    font-size: 15px;
  }
}

.ul-block {
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .ul-block {
    text-align: left;
  }
}

.ul-block .index-ul1 {
  display: inline-block;
}

.ul-block .index-ul1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cont_01fle .box1_01 .toph3_text {
  margin-bottom: 20px;
}

.cont_01fle .box1_02 .toph3_text {
  margin-bottom: 20px;
}

.cont_01fle .box1_03 .toph3_text {
  margin-bottom: -8px;
}

@media only screen and (max-width: 640px) {
  .cont_01fle .box1_03 .btn {
    margin-top: 20px;
  }
}

.btnfle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.btnfle .box {
  width: 32%;
}

.cont_03 {
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  width: 53.1% !important;
}

@media only screen and (max-width: 1600px) {
  .cont_03 {
    width: auto !important;
  }
}

@media only screen and (max-width: 1140px) {
  .cont_03 {
    margin: 70px 10px 80px 10px !important;
  }
}

.cont_03 .title_03 {
  border-bottom: 4px solid #852e19;
  margin-bottom: 20px;
  padding-left: 62px;
  position: relative;
}

.cont_03 .title_03:before {
  position: absolute;
  content: "";
  background: url(../images/contents/leaf03.png);
  width: 51px;
  height: 63px;
  top: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
}

.cont_03 .title_03 h2 {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_03 .title_03 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_03 .title_03 h2 {
    font-size: 25px;
  }
}

.cont_03 .title_03 h2 .blk {
  font-size: 20px;
  color: #852e19;
  font-weight: bold;
  margin-left: 15px;
}

.cont_03 .news {
  max-height: 200px;
  overflow-x: auto;
}

.cont_03 .news dl {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

@media only screen and (max-width: 640px) {
  .cont_03 .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_03 .news dl dt {
  background: none !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .cont_03 .news dl dt {
    width: 100% !important;
  }
}

.cont_03 .news dl dd {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .cont_03 .news dl dd {
    width: 100% !important;
  }
}

.cont_04 {
  background-repeat: no-repeat;
  background-size: cover;
}

.cont_04 .contact_bg02 {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  width: 740px;
}

@media only screen and (max-width: 834px) {
  .cont_04 .contact_bg02 {
    width: 90%;
    padding: 20px 60px;
  }
}

.cont_04 .contact_bg02 .title_02 h2 {
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #028760;
  padding-bottom: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .cont_04 .contact_bg02 .title_02 h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04 .contact_bg02 .title_02 h2 {
    font-size: 22px;
  }
}

.cont_04 .contact_bg02 .title_02 h2 .blk {
  display: block;
  color: #852e19;
  font-size: 20px;
}

.cont_04 .contact_bg02 .contactfle {
  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;
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .cont_04 .contact_bg02 .contactfle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_04 .contact_bg02 .contactfle .linkTel {
  font-size: 33px;
  font-weight: bold;
  color: #852e19;
  margin-right: 40px;
  padding-left: 36px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .cont_04 .contact_bg02 .contactfle .linkTel {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04 .contact_bg02 .contactfle .linkTel {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.cont_04 .contact_bg02 .contactfle .linkTel:before {
  position: absolute;
  content: "";
  background: url(../images/common/phone01.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: bold;
  width: 28px;
  height: 27px;
}

.cont_04 .contact_bg02 .contactfle .linkTel a {
  text-decoration: none;
  font-size: 33px;
  font-weight: bold;
  color: #852e19;
}

@media only screen and (max-width: 834px) {
  .cont_04 .contact_bg02 .contactfle .linkTel a {
    font-size: 25px;
  }
}

.cont_04 .contact_bg02 .contactfle .btn01 div a {
  text-decoration: none;
  display: block;
  background: #ff912b;
  font-size: 17px;
  color: #fff;
  padding: 13px 45px 13px 85px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .cont_04 .contact_bg02 .contactfle .btn01 div a {
    padding: 13px 22px 13px 50px;
  }
}

.cont_04 .contact_bg02 .contactfle .btn01 div a:before {
  position: absolute;
  color: #fff;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .cont_04 .contact_bg02 .contactfle .btn01 div a:before {
    left: 22px;
  }
}

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.h1bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 90px 30px;
  position: relative;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .h1bg {
    background-position: bottom 0 right -110px;
    padding: 90px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .h1bg {
    padding: 80px 30px;
    background-position: 69%;
    background-size: cover;
  }
}

.h1bg .title_05 h1, .h1bg .title_05 h2 {
  font-size: 35px;
  font-weight: bold;
  color: #852e19;
}

@media only screen and (max-width: 834px) {
  .h1bg .title_05 h1, .h1bg .title_05 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .h1bg .title_05 h1, .h1bg .title_05 h2 {
    padding-left: 0;
    font-size: 26px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
  }
}

@media only screen and (max-width: 640px) {
  .h1bg-ch1 {
    padding: 80px 0 !important;
  }
}

.titleblog-bg {
  background-image: url(../images/contents/titlebg1_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 90px 30px;
  position: relative;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .titleblog-bg {
    background-position: bottom 0 right -110px;
    padding: 90px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .titleblog-bg {
    padding: 80px 30px;
    background-position: 69%;
    background-size: cover;
  }
}

.titleblog-bg .title_05 .blog-title1 {
  font-size: 35px;
  font-weight: bold;
  color: #852e19;
}

@media only screen and (max-width: 834px) {
  .titleblog-bg .title_05 .blog-title1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .titleblog-bg .title_05 .blog-title1 {
    text-align: left;
    padding-left: 0;
    font-size: 26px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
  }
}

.h2bg {
  text-align: center;
}

.h2bg .title_06 {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .h2bg .title_06 {
    display: block;
  }
}

.h2bg .title_06 article {
  position: relative;
}

.h2bg .title_06 article:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #028760, #028760 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #028760, #028760 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.h2bg .title_06 h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 0 110px 10px;
}

@media only screen and (max-width: 640px) {
  .h2bg .title_06 h2 {
    font-size: 20px;
    padding: 0 45px 10px;
  }
}

.h2bg .title_06 h2:before {
  content: "";
  position: absolute;
  background: url(../images/contents/leaf03.png) no-repeat;
  width: 14%;
  max-width: 198px;
  height: 100px;
  bottom: 10px;
  background-size: 60%;
  right: 0;
  background-position: center bottom;
}

.h2bg .title_06 h2:after {
  content: "";
  position: absolute;
  background: url(../images/contents/leaf03.png) no-repeat;
  width: 14%;
  max-width: 198px;
  height: 100px;
  bottom: 10px;
  background-size: 60%;
  left: 0;
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  .h2bg .title_06 h2 .spblk1 {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .h2bg .title_06 h2 .blk {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .h2bg .title_06 h2 .spblk {
    display: block;
  }
}

.title_06_1 h2:before {
  background-size: 50% !important;
}

.title_06_1 h2:after {
  background-size: 50% !important;
}

@media only screen and (max-width: 640px) {
  .works01txt div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .title_05ch h1 {
    font-size: 5.06vw !important;
  }
}

.works03txt a {
  text-decoration: underline;
  color: #21427c;
  font-weight: bold;
}

.title10 {
  margin-bottom: 15px;
}

.title10 h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 3em;
  padding-left: 73px;
  border-bottom: 1px solid #028760;
  position: relative;
}

.title10 h3:before {
  position: absolute;
  content: "";
  background: url(../images/contents/leaf.png);
  background-repeat: no-repeat;
  width: 53px;
  height: 37px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-size: 90%;
}

.h1ttl h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 1.5rem 1rem;
}

@media only screen and (max-width: 834px) {
  .h1ttl h1 {
    font-size: 27px;
  }
}

.h1ttl h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #f170d7, #f170d7 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #f170d7, #f170d7 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.worksdl_01 dl, .worksdl_02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .worksdl_01 dl, .worksdl_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.worksdl_01 dl dt, .worksdl_02 dl dt {
  background: #028760 !important;
  border: none !important;
  padding: 15px !important;
  border-bottom: 1px solid #fff !important;
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #028760;
  color: white;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  .worksdl_01 dl dt, .worksdl_02 dl dt {
    width: 100% !important;
    border: none !important;
    background: #e2fbde !important;
    color: #333;
  }
}

.worksdl_01 dl dt:after, .worksdl_02 dl dt:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #028760;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 640px) {
  .worksdl_01 dl dt:after, .worksdl_02 dl dt:after {
    display: none;
  }
}

.worksdl_01 dl dd, .worksdl_02 dl dd {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px 15px 15px 33px !important;
}

@media only screen and (max-width: 640px) {
  .worksdl_01 dl dd, .worksdl_02 dl dd {
    padding: 15px !important;
    width: 100% !important;
    border: none !important;
  }
}

.worksdl_01 dl dd .linkTel, .worksdl_02 dl dd .linkTel {
  color: #333;
}

.worksdl_01 dl dd .linkTel a, .worksdl_02 dl dd .linkTel a {
  color: #333;
}

.workstd01 {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.workstd01 {
  background: #fff !important;
}

.workstd01 table {
  table-layout: auto !important;
}

.workstd01 table tr td {
  text-align: center !important;
  padding: 10px !important;
  border: 2px solid #808080 !important;
}

.works02txt1 .linkTel {
  color: #333;
}

.works02txt1 .linkTel a {
  color: #333;
}

.works03txt div .linkTel {
  color: #333;
  font-weight: bold;
  font-size: 17px;
}

.works03txt div .linkTel a {
  color: #333;
  font-size: 17px;
  font-weight: bold;
}

.works03txt01 {
  margin-bottom: 15px;
}

.works03txt01 div {
  font-size: 18px;
  font-weight: bold;
  color: #852e19;
  padding-left: 30px;
  position: relative;
}

.works03txt01 div:before {
  position: absolute;
  content: "■";
  color: #028760;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/* ------------------------------------------------------------
visit.html
------------------------------------------------------------ */
.visitfle_01 {
  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;
}

@media only screen and (max-width: 640px) {
  .visitfle_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.visitfle_01 .box {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .visitfle_01 .box {
    width: 100%;
  }
  .visitfle_01 .box:first-child {
    margin-bottom: 15px;
  }
}

/* ------------------------------------------------------------
qa.html
------------------------------------------------------------ */
.voice_table {
  border: 1px solid #fff;
}

.voice_table table tr td {
  padding: 20px !important;
  background: #70c5bf;
  color: #fff;
  position: relative;
}

.voice_table table tr td div {
  padding-left: 50px !important;
  position: relative;
}

.voice_table table tr td div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

.voice_table table tr td div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.voice_table table tr:last-child {
  display: none;
}

.voice_table table tr:last-child .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}

.voice_table table tr:last-child .column_txt div {
  padding-left: 50px !important;
  position: relative;
  color: #333;
}

.voice_table table tr:last-child .column_txt div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #70c5bf;
}

.qa_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qa_fl .box {
  width: 100%;
  padding-right: 80px !important;
}

.qa_fl .box:first-child {
  padding: 20px !important;
  background: #028760;
  color: #fff;
  position: relative;
}

.qa_fl .box:first-child div {
  padding-left: 50px !important;
  position: relative;
}

.qa_fl .box:first-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}

.qa_fl .box:first-child div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 15px;
  margin: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.qa_fl .box:last-child {
  display: none;
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
}

.qa_fl .box:last-child div {
  padding-left: 50px !important;
  position: relative;
  color: #333;
}

.qa_fl .box:last-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #028760;
}

.qa_fl .box > div {
  padding: 0 50px !important;
}

/* ------------------------------------------------------------
blog
------------------------------------------------------------ */
#global_header {
  background: none !important;
}

.blog {
  width: 100%;
  text-align: left;
  margin: 20px auto;
}

@media only screen and (max-width: 640px) {
  .blog {
    margin: 15px auto;
  }
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 25%;
  min-width: 262px;
  overflow: hidden;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside #search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}

.blog .wrap aside #search form {
  width: 100%;
}

.blog .wrap aside #search form input {
  padding: 10px;
}

.blog .wrap aside #search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: url(../img/search.png) no-repeat;
  background-size: 22px;
  background-position: center center;
  text-indent: -9999px;
}

.blog .wrap aside nav {
  padding: 20px 0;
}

.blog .wrap aside nav h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  background-color: #028760;
  border-radius: 3px;
  width: auto;
  margin: 20px 0;
  padding: 8px;
  clear: both;
}

.blog .wrap aside nav .pages li {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav .pages li a {
  color: #028760;
}

.blog .wrap #contents {
  width: 70%;
  overflow: hidden;
  margin: 0;
}

.blog .wrap #contents article h1 {
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #028760;
  padding-left: 62px;
  margin-top: 30px;
  position: relative;
}

.blog .wrap #contents article h1:before {
  position: absolute;
  content: "";
  background: url(../images/contents/leaf03.png);
  width: 51px;
  height: 63px;
  top: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-repeat: no-repeat;
}

.blog .wrap #contents article ul {
  margin-bottom: 10px;
}

.blog .wrap #contents article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog .wrap #contents article .flex .flex_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog nav > a {
  display: block;
  border: 0;
  margin: 15px auto 0;
  padding: 6px;
  border: 1px solid #ececec;
  background-color: #f29c32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .blog nav > a {
    padding: 20px;
  }
}

body .blog .wrap #contents #page13 li a {
  color: #028760;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  body .blog .wrap #contents #page13 img {
    max-width: 100% !important;
  }
}

body .blog .wrap #contents {
  margin-top: 30px;
}

body .blog .wrap #contents li a {
  color: #028760;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  body .blog .wrap #contents img {
    max-width: 100% !important;
  }
}

body .blog .wrap #contents article > h2 {
  font-weight: bold;
  font-size: 19px;
  padding-bottom: 0;
}

body .blog .wrap #contents .date {
  color: #333 !important;
}

#main .blog_list {
  height: 250px;
  padding-right: 20px;
  overflow-y: scroll;
  width: 100%;
  margin: 0 auto;
  border: none !important;
}

#main .blog_list .blog_text {
  color: #fff;
}

#main .blog_list .blog_text h3 a {
  color: #fff;
}

.blog_date {
  color: #fff !important;
}

.blog_photo {
  width: 30% !important;
}

.recruit.form {
  margin: 40px 10px 10px 10px !important;
}

.blog #contents img {
  width: 100%;
}

.blog #page19 a {
  color: #028760;
}

.blog #page19 img {
  margin: 0 !important;
}

.blog #contents > #page19 {
  padding: 0 !important;
}

.category li a {
  color: #028760;
}

.blogcont01 img {
  margin-bottom: 20px;
}

.blogcont01 h3 {
  font-weight: bold;
  font-size: 18px;
}

.blog-imgtext img {
  margin-bottom: 10px !important;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

.contact_txt a {
  text-decoration: underline;
  color: #21427c;
  font-weight: bold;
}

.form_wrap.confirm {
  margin-top: 50px;
}

.preparation div {
  font-size: 25px;
  font-weight: bold;
}

.textarea textarea {
  height: 100px;
}

.submit {
  background: url(../images/common/mainbg.png) !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
}

.blog {
  background: url(../images/common/mainbg.png) !important;
  margin: 0 auto !important;
}

.blog .wrap {
  background: url(../images/common/mainbg.png) !important;
}

#page9 .date {
  display: none;
}

.blog #contents > dl:first-child {
  margin-top: 30px;
}

#form_calendar table tr td:active {
  background: #028760;
  color: #028760;
}

#form_calendar table tr td:hover {
  background: #028760 !important;
  color: #028760 !important;
}

div#form_calendar table tbody tr td:hover {
  background: #028760 !important;
  color: #fff !important;
}

.blog #contents dl dt a {
  color: #028760;
  font-weight: bold;
}

.blog #contents dl dt a span {
  font-size: 19px !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-blog .blog_list > div {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-blog .blog_list > div .blog_photo {
    width: 32% !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-blog .blog_list > div .blog_photo {
    width: 100% !important;
  }
}

.index-blog .blog_list > div .blog_photo img {
  width: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .index-blog .blog_list > div .blog_text {
    width: 66% !important;
  }
}

@media only screen and (max-width: 640px) {
  .index-blog .blog_list > div .blog_text {
    width: 100% !important;
  }
}

/* ------------------------------------------------------------
facility.html
------------------------------------------------------------ */
.facility-fle1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facility-fle1 .box {
  width: 32%;
}

.facility-fle1 .box:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .facility-fle1 .box {
    width: 49%;
  }
  .facility-fle1 .box:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.facility-fle1 .box h3 {
  display: none;
}

.facility-fle1 .box div {
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .facility-fle1 .box div {
    font-size: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .facility-fle1 .box div .blk {
    display: block;
  }
}

.facility-img1 a {
  width: 100% !important;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 20px;
}

.ttl01.h1txt {
  background-position: center;
  background-size: cover;
}

.ttl01.h1txt h1 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
/* ------------------------------------------------------------
text
------------------------------------------------------------ */
/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
dl
------------------------------------------------------------ */
/* ------------------------------------------------------------
list
------------------------------------------------------------ */
/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
image
------------------------------------------------------------ */
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .linkTel a {
    pointer-events: auto;
  }
}

#gnavi .hov {
  position: relative;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#gnavi .sub {
  position: absolute;
  top: 55px;
  width: 210px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(2, 135, 96, 0.9);
}

@media only screen and (max-width: 834px) {
  #gnavi .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#gnavi .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
  padding: 0 15px;
}

#gnavi .sub li:last-of-type {
  border-bottom: 0;
}

#gnavi .sub li:before {
  content: none;
}

#gnavi .sub li:after {
  content: none;
}

#gnavi .sub li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
}

#global_footer #fot_nav .hov {
  color: #fff;
  position: relative;
  padding: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 834px) {
  #global_footer #fot_nav .hov {
    display: none;
  }
}

#fot_nav .sub {
  position: absolute;
  top: -220px;
  width: 250px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(2, 135, 96, 0.9);
}

@media only screen and (max-width: 834px) {
  #fot_nav .sub {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
            transform: inherit;
    width: 100%;
    background: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#fot_nav .sub li {
  border: none;
  line-height: 1.3;
  width: 100%;
}

#fot_nav .sub li:last-of-type {
  border-bottom: 0;
}

#fot_nav .sub li:before {
  content: none;
}

#fot_nav .sub li:after {
  content: none;
}

#fot_nav .sub li a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  font-size: 14px;
}

.hov03 {
  display: none;
}

@media only screen and (max-width: 834px) {
  .hov03 {
    display: block;
  }
}

.sub01 {
  display: none;
}

@media only screen and (max-width: 834px) {
  .sub01 {
    display: block;
  }
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}
/*# sourceMappingURL=assets.css.map */