@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.625;
  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: 1020px;
  padding: 0 10px;
}

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
}

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.breadcrumb {
  text-align: right;
}

.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;
  padding-left: 20px;
  position: relative;
}

.pankuzu a: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;
}

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

.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;
}

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

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

#global_header section .siteID {
  text-align: left;
}

@media only screen and (max-width: 1040px) {
  #global_header section .siteID {
    padding-left: 20px;
  }
}

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

@media only screen and (max-width: 834px) {
  #global_header section .siteID {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .siteID {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 35px;
  }
}

#global_header section .siteID img {
  width: 50%;
}

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

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .header-right {
    width: 100%;
    padding-right: 50px;
  }
}

#global_header section .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#global_header section .header-right ul .linkTel {
  margin-right: 20px;
  font-size: 20px;
  color: #577d02;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .header-right ul .linkTel {
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .header-right ul .linkTel {
    margin-right: 13px;
  }
}

#global_header section .header-right ul .linkTel:before {
  position: absolute;
  color: #fff;
  content: "";
  background-image: url(../images/common/phone.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .header-right ul .linkTel:before {
    background-size: 80%;
  }
}

#global_header section .header-right ul .linkTel a {
  color: #577d02;
  font-weight: bold;
}

#global_header section .header-right ul .cont a {
  display: block;
  text-decoration: none;
  background-color: #ffb83f;
  padding: 6.5px 30px 6.5px 46px;
  color: #fff;
  position: relative;
  font-size: 14px;
}

#global_header section .header-right ul .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: 12px;
  font-weight: bold;
}

#global_header section .header-right div p {
  font-size: 13px;
  text-align: right;
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  #global_header section .header-right div p {
    text-align: center;
  }
}

#global_header nav {
  background: #fdfcb2;
  padding: 10px;
}

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

#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;
  width: 800px;
}

#global_header nav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

#global_header nav ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #333;
}

#global_header nav ul li:last-child:before {
  content: none;
}

#global_header nav ul li a {
  text-decoration: none;
  color: #333;
}

#mainArea {
  position: relative;
}

#mainArea ul li {
  outline: none;
}

#mainArea ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainArea .mainTxt {
  position: absolute;
  right: 16%;
  width: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 73%;
  padding-right: 5%;
}

@media only screen and (max-width: 834px) {
  #mainArea .mainTxt {
    width: 65%;
    -webkit-transform: translatex(-50%) translateY(-50%);
            transform: translatex(-50%) translateY(-50%);
    top: 57%;
    left: 55%;
    padding-right: 0;
  }
}

/* ----------------------------------------------------------
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: 10px;
    right: 10px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #74a12e;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    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: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .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: #98cb28;
    -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_fle {
  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;
}

footer#global_footer .footer_fle address {
  text-align: left;
  color: #fff;
}

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

footer#global_footer .footer_fle address .siteID a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

footer#global_footer .footer_fle address p {
  font-size: 14px;
}

footer#global_footer .footer_fle address p .linkTel a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

footer#global_footer .footer_fle #fot_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 285px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .footer_fle #fot_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  footer#global_footer .footer_fle #fot_nav ul li {
    width: 80%;
  }
}

footer#global_footer .footer_fle #fot_nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .footer_fle #fot_nav ul li a {
    display: block;
    padding: 20px;
    font-size: 18px;
  }
}

footer#global_footer #copy {
  color: #fff;
  font-size: 14px;
  display: block;
  background: #74a12e;
  padding: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #copy {
    font-size: 12px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

#global_footer #footer {
  background: #74a12e;
  padding: 30px 0 20px;
}

@media only screen and (max-width: 834px) {
  #global_footer #footer {
    padding: 15px 0 5px;
  }
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.contents01 {
  border: 10px solid #98cb28;
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contents01 {
    padding: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .contents01 {
    padding: 10px;
  }
}

.contents01:after {
  position: absolute;
  content: "";
  background-image: url(../images/contents/shape01.png);
  width: 165px;
  height: 56px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -65px;
}

@media only screen and (max-width: 640px) {
  .contents01 .title01 {
    margin: 10px 0 20px 0 !important;
  }
}

.contents01 .title01 h1 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 3;
  font-family: Noto Serif JP;
}

@media only screen and (max-width: 640px) {
  .contents01 .title01 h1 {
    line-height: 1.1;
  }
}

.contents01 .title01 h1:before {
  position: absolute;
  content: "";
  width: 600px;
  height: 5px;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background: #fcfa37;
  z-index: -1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .title01 h1:before {
    width: 500px;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .title01 h1:before {
    width: 320px;
    bottom: -10px;
  }
}

@media only screen and (max-width: 500px) {
  .contents01 .title01 h1:before {
    width: 270px;
  }
}

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

@media only screen and (max-width: 550px) {
  .contents01 .title01 h1 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .title01 h1 .blk {
    display: block;
  }
}

.contents01 .fl01_1 {
  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;
}

.contents01 .fl01_1 .li01_1 {
  width: 76%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .fl01_1 .li01_1 {
    width: 90%;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .fl01_1 .li01_1 {
    width: 100%;
  }
}

.contents01 .fl01_1 .li01_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  width: 100%;
}

.contents01 .fl01_1 .li01_1 ul li {
  width: 35%;
  position: relative;
  padding: 10px 0 10px 46px;
  font-size: 22px;
}

@media only screen and (max-width: 900px) {
  .contents01 .fl01_1 .li01_1 ul li {
    font-size: 17px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .fl01_1 .li01_1 ul li {
    font-size: 17px;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .fl01_1 .li01_1 ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .fl01_1 .li01_1 ul li {
    width: 40%;
  }
}

@media only screen and (max-width: 500px) {
  .contents01 .fl01_1 .li01_1 ul li {
    width: 50%;
  }
}

.contents01 .fl01_1 .li01_1 ul li:before {
  position: absolute;
  content: "";
  background-image: url(../images/common/list.png);
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  background-size: 75%;
}

@media only screen and (max-width: 500px) {
  .contents01 .fl01_1 .li01_1 ul li:before {
    background-size: 70%;
  }
}

.contents01 .fl01_1 .li01_1 ul li:nth-of-type(even) {
  width: 63%;
}

@media only screen and (max-width: 640px) {
  .contents01 .fl01_1 .li01_1 ul li:nth-of-type(even) {
    width: 60%;
  }
}

@media only screen and (max-width: 500px) {
  .contents01 .fl01_1 .li01_1 ul li:nth-of-type(even) {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .contents01 .fl01_1 .li01_1 ul li .blk {
    display: block;
  }
}

.contents01 .fl01_1 .img01 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .fl01_1 .img01 {
    position: absolute;
    bottom: 0;
    right: -30px;
  }
}

@media only screen and (max-width: 640px) {
  .contents01 .fl01_1 .img01 {
    display: none;
  }
}

.contents01 .fl01_1 .img01 img {
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents01 .fl01_1 .img01 img {
    width: 60% !important;
  }
}

.un_conttxt {
  margin-top: 45px;
  text-align: center;
  position: relative;
}

.un_conttxt div {
  font-size: 26px;
  display: inline;
  border-bottom: 3px solid #fcfa37;
}

@media only screen and (max-width: 1000px) {
  .un_conttxt div {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .un_conttxt div {
    font-size: 17px;
  }
}

@media only screen and (max-width: 550px) {
  .un_conttxt div {
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .un_conttxt div .blk {
    display: block;
  }
}

.un_conttxt div .cl_ch01 {
  font-size: 36px;
  font-weight: bold;
  color: #e82929;
}

@media only screen and (max-width: 1000px) {
  .un_conttxt div .cl_ch01 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .un_conttxt div .cl_ch01 {
    font-size: 24px;
  }
}

.un_conttxt div .cl_ch02 {
  font-weight: bold;
  color: #fa6c34;
}

.contents02 {
  background-size: auto auto;
  background-color: #fdfdc1;
  background-image: repeating-linear-gradient(129deg, transparent, transparent 50px, #fcfcb9 50px, #fcfcb9 100px);
  padding: 100px 0 50px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
}

.contents02:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon_leaf.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 30px;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
}

.contents02 .fl01_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.contents02 .fl01_2 .txt {
  width: 45%;
  margin-right: 6%;
}

@media only screen and (max-width: 640px) {
  .contents02 .fl01_2 .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contents02 .fl01_2 .txt h2 {
  font-family: Noto Serif JP;
  font-size: 30px;
  color: #98cb28;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 900px) {
  .contents02 .fl01_2 .txt h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contents02 .fl01_2 .txt h2 {
    font-size: 3.1vw;
  }
}

.contents02 .fl01_2 .txt div .btn {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .contents02 .fl01_2 .txt div .btn {
    text-align: center;
    margin: 0 auto;
    width: 280px;
    display: block;
  }
}

.contents02 .fl01_2 .txt div .btn a {
  display: block;
  background: #98cb28;
  color: #fff;
  padding: 12px 79px;
  text-decoration: none;
  position: relative;
}

.contents02 .fl01_2 .txt div .btn a:before {
  position: absolute;
  color: #fff;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-weight: bold;
}

.contents02 .fl01_2 .img {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  .contents02 .fl01_2 .img {
    width: 100%;
  }
}

.fl01_3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fl01_3 .box {
  width: 32%;
}

@media only screen and (max-width: 640px) {
  .fl01_3 .box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fl01_3 .box:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .fl01_3 .box img {
    width: 65% !important;
  }
}

.contactbg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media only screen and (max-width: 1600px) {
  .contactbg {
    background-size: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .contactbg {
    padding: 10px 20px;
  }
}

.contactbg .bg02 {
  background: rgba(255, 255, 255, 0.75);
  width: 660px;
  padding: 30px 60px;
}

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

@media only screen and (max-width: 640px) {
  .contactbg .bg02 {
    width: 100%;
  }
}

.contactbg .bg02 .title02 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .contactbg .bg02 .title02 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.contactbg .bg02 .title02:before {
  position: absolute;
  content: "";
  width: 465px;
  height: 1px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background: #577d02;
}

@media only screen and (max-width: 834px) {
  .contactbg .bg02 .title02:before {
    width: 90%;
  }
}

.contactbg .bg02 .title02 h2 {
  font-family: Noto Serif JP;
  font-size: 30px;
  color: #577d02;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .contactbg .bg02 .title02 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 550px) {
  .contactbg .bg02 .txt .blk {
    display: block;
  }
}

.contactbg .bg02 .fl01_4 {
  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: 15px;
}

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

.contactbg .bg02 .fl01_4 .phone_num {
  margin-right: 5%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contactbg .bg02 .fl01_4 .phone_num {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 640px) {
  .contactbg .bg02 .fl01_4 .phone_num {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contactbg .bg02 .fl01_4 .phone_num .linkTel {
  font-size: 28px;
  color: #577d02;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .contactbg .bg02 .fl01_4 .phone_num .linkTel {
    font-size: 27px;
  }
}

@media only screen and (max-width: 834px) {
  .contactbg .bg02 .fl01_4 .phone_num .linkTel {
    font-size: 27px;
  }
}

.contactbg .bg02 .fl01_4 .phone_num .linkTel:before {
  position: absolute;
  color: #fff;
  content: "";
  background-image: url(../images/common/phone.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}

.contactbg .bg02 .fl01_4 .phone_num .linkTel a {
  color: #577d02;
  font-weight: bold;
}

.contactbg .bg02 .fl01_4 .btn div a {
  display: block;
  text-decoration: none;
  background-color: #ffb83f;
  padding: 12px 65px 12px 81px;
  color: #fff;
  font-size: 19px;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .contactbg .bg02 .fl01_4 .btn div a {
    padding: 8px 36px 8px 49px;
    font-size: 15px;
  }
}

.contactbg .bg02 .fl01_4 .btn 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: 43px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .contactbg .bg02 .fl01_4 .btn div a:before {
    left: 25px;
  }
}

.fl01_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.fl01_5 .box1 {
  width: 42%;
  margin-right: 11.1%;
}

@media only screen and (max-width: 640px) {
  .fl01_5 .box1 {
    width: 100%;
    margin-right: 0;
  }
}

.fl01_5 .box1:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon_leaf.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -50px;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
}

.fl01_5 .box1 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-top: 50px;
}

.fl01_5 .box1 h2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon_leaf.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .fl01_5 .box1 h2 {
    margin-bottom: 5px;
  }
}

.fl01_5 .box1 .news {
  overflow-x: hidden;
  max-height: 210px;
}

.fl01_5 .box1 .news dl {
  border-bottom: 1px dashed #ccc;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 4px 0;
}

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

.fl01_5 .box1 .news dl dt {
  border: none !important;
  background: none !important;
  font-size: 14px;
}

.fl01_5 .box1 .news dl dd {
  border: none !important;
  font-size: 14px;
}

.fl01_5 .box2 {
  width: 42%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .fl01_5 .box2 {
    width: 100%;
    margin-top: 70px;
  }
}

.fl01_5 .box2 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-top: 50px;
}

.fl01_5 .box2 h2:before {
  position: absolute;
  content: "";
  background: url(../images/contents/icon_leaf.png);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
}

.fl01_5 .box2 .gmap iframe {
  width: 100% !important;
}

/* ------------------------------------------------------------
works.html
------------------------------------------------------------ */
.h1bg {
  padding: 10% 0;
  background-position: bottom;
  background-size: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.h1bg .h1tit h1 {
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 1040px) {
  .h1bg .h1tit h1 {
    padding-left: 30px;
  }
}

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

@media only screen and (max-width: 640px) {
  .h1bg .h1tit h1 {
    text-align: center !important;
    padding-left: 0;
    font-size: 26px;
  }
}

.h1bg .ttlbg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 640px) {
  .workstxt div {
    font-size: 15px;
  }
}

.workstxt div .colch1 {
  color: #577d02;
  font-weight: bold;
}

.workstxt div .colch2 {
  color: #e82929;
  font-weight: bold;
}

.workstxt div .colch3 {
  color: #e82929;
  font-weight: bold;
}

.workstxt div .colch4 {
  color: #577d02;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .workstxt div .colch4 {
    font-size: 17px;
  }
}

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

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

.works_fle .box {
  border: 3px solid #98cb28;
  width: 48%;
  padding: 20px;
  margin-top: 50px;
}

@media only screen and (max-width: 640px) {
  .works_fle .box {
    width: 100%;
  }
}

.works_fle .box .works_title {
  margin-bottom: 10px;
  position: relative;
}

.works_fle .box .works_title:before {
  position: absolute;
  content: "";
  background: url(../images/contents/leaf.03.png);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  top: 50%;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: 83%;
}

.works_fle .box .works_title h2 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  z-index: 3;
}

@media only screen and (max-width: 500px) {
  .works_fle .box .works_title h2 {
    font-size: 18px;
  }
}

.works_fle .box .workimg img {
  width: 80% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px !important;
}

@media only screen and (max-width: 640px) {
  .works_fle .box .workimg img {
    width: 100% !important;
  }
}

.works_fle .box .txt {
  margin-top: 15px;
}

/* ------------------------------------------------------------
flow.html
------------------------------------------------------------ */
.flowtit h2 {
  font-weight: bold;
  padding: 15px;
  color: #494949;
  background: #f8fff4;
  border-left: solid 5px #98cb28;
  font-size: 20px;
}

.flowps {
  position: relative;
  border: 3px solid #98cb28;
  padding: 20px;
  width: 85%;
}

@media only screen and (max-width: 640px) {
  .flowps {
    margin-top: 100px !important;
  }
}

.flowps .tit03 {
  padding-left: 70px;
}

@media only screen and (max-width: 640px) {
  .flowps .tit03 {
    padding-left: 0;
  }
}

.flowps .tit03 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.flowps .stepimg {
  position: absolute;
  top: -40px;
  left: -130px;
}

@media only screen and (max-width: 640px) {
  .flowps .stepimg {
    top: -81px;
    left: -122px;
  }
}

.flowps .stepimg img {
  width: 45% !important;
}

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

.flowli01 ul li {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px dashed #98cb28;
  padding-left: 30px;
  position: relative;
}

.flowli01 ul li:before {
  position: absolute;
  content: "♦";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #98cb28;
}

@media only screen and (max-width: 550px) {
  .flowli01 ul li {
    font-size: 15px;
  }
}

.flowtxt05 .clch {
  color: #e82929;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 550px) {
  .flowtxt05 .blk {
    display: block;
  }
}

.flowdl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.flowdl01 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 15px !important;
  width: 100% !important;
}

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

.flowdl01 dl dd {
  border: none !important;
  border-bottom: 1px solid #577d02 !important;
  padding: 15px !important;
  width: 200px !important;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .flowdl01 dl dd {
    width: 100%;
    text-align: left !important;
    border: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .flowtxt03 div {
    font-size: 14px;
  }
}

.flowtxt08 div {
  font-size: 18px;
}

/* ------------------------------------------------------------
example.html
------------------------------------------------------------ */
.voicebg {
  background: #e2fbde;
  padding: 20px;
}

.voicebg .voice h2 {
  color: #990000;
  font-weight: bold;
  margin-bottom: 15px;
}

.voicebg .voice div {
  font-size: 14px;
}

.directorimg img {
  width: 55% !important;
}

.infodl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.infodl dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #577d02 !important;
  padding: 15px !important;
}

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

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

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

.infodl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.infodl01 dl dt {
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #577d02 !important;
  padding: 15px !important;
}

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

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

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

.infodl01 dl dd a {
  color: #333;
}

.gmap01 {
  text-align: center;
}

.gmap01 iframe {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .gmap01 iframe {
    height: 300px !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;
}

.textarea textarea {
  height: 100px;
}

/* ------------------------------------------------------------
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;
  }
}
/*# sourceMappingURL=assets.css.map */