@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.075em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #464646;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

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

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

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

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

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

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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;
}

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

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

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

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  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;
  overflow: hidden;
}

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

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 30px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

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

#header {
  width: 100%;
}

#header_inner_wrap {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header_inner_wrap #header_inner {
  max-width: 1200px;
  margin: auto;
  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 screen and (max-width: 1200px) {
  #header_inner_wrap #header_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 0 10px;
  }
}

#nav_global {
  width: 70.83333%;
}

@media screen and (max-width: 1200px) {
  #nav_global {
    width: 75%;
  }
}

@media screen and (max-width: 1000px) {
  #nav_global {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li a {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 0;
}

#nav_global > ul li a::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #427339;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li a:hover {
  color: #427339;
}

#nav_global > ul li a:hover::after {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  #nav_global > ul li a {
    font-size: 1.4rem;
  }
}

#mainArea {
  width: 100% !important;
  height: 100vh;
}

@media screen and (max-width: 640px) {
  #mainArea {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

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

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#subArea {
  background: url(../images/home/sub.jpg) center top no-repeat;
  height: 260px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 220px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 180px;
  }
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  #subArea h1 {
    font-size: calc(2.8rem + ((1vw - 3.75px) * 1.697));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #333;
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

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

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div {
  background: #000;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #5a9c4e;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer #footer_inner {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 40px 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 40px 10px;
  }
}

#footer #footer_inner .flogo p {
  margin-top: 15px;
}

#footer #footer_inner .subnav {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 834px) {
  #footer #footer_inner .subnav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}

#footer #footer_inner .subnav ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
  height: 95px;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav ul:first-child {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#footer #footer_inner .subnav ul:first-child li:nth-child(n + 5) {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav ul:first-child li:nth-child(n + 5) {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav ul:first-child li {
    width: 49%;
  }
  #footer #footer_inner .subnav ul:first-child li:nth-child(n + 3) {
    margin-top: 10px;
  }
  #footer #footer_inner .subnav ul:first-child li a {
    display: block;
    background: #427339;
    padding: 8px 0;
  }
}

@media screen and (max-width: 375px) {
  #footer #footer_inner .subnav ul:first-child li a {
    font-size: 1.2rem;
  }
}

#footer #footer_inner .subnav ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

#footer #footer_inner .subnav ul:last-child li:last-child {
  margin-left: 10px;
}

#footer #footer_inner .subnav ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer #footer_inner .subnav ul li a:hover {
  opacity: 0.7;
}

.f_copy {
  padding-bottom: 15px;
}

.f_copy a {
  color: #fff;
}

.top_page #contents_wrap {
  padding: 0px 0 100px;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 0 20px 100px;
  }
}

@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 0 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 0 10px 60px;
  }
}

#contents_wrap {
  padding: 60px 0 100px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px 100px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 60px 10px;
  }
}

.bg01 {
  background: url(../images/home/bg01.jpg) left top;
}

.bg02 {
  background: url(../images/home/bg03.png) left top no-repeat, url(../images/home/bg04.png) right bottom no-repeat, url(../images/home/bg02.jpg) center top;
}

.bg03 {
  background: url(../images/home/bg02.jpg) center top;
}

.flex01 {
  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 screen and (max-width: 640px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex01 .leftArea {
  width: 51.66667%;
}

@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flex01 .rightArea {
  width: 43.33333%;
}

.flex01 .rightArea img {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
  }
}

.flex02 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.flex02 .leftArea {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flex02 .leftArea h4 {
  color: #1d8c35;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .flex02 .leftArea h4 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.4357));
  }
}

.flex02 .rightArea {
  width: 65%;
}

@media screen and (max-width: 834px) {
  .flex02 .rightArea {
    width: 100%;
  }
}

.flex03 {
  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 screen and (max-width: 640px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex03 .leftArea {
  width: 36.66667%;
}

@media screen and (max-width: 640px) {
  .flex03 .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flex03 .rightArea {
  width: 61.25%;
}

@media screen and (max-width: 640px) {
  .flex03 .rightArea {
    width: 100%;
  }
}

.title01 h1 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title01 h2 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title01 h2::before {
  content: url(../images/contents/icon01.png);
  display: block;
}

.title01 h3 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title01 h3 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title01.icon02 h3::before {
  content: url(../images/contents/icon02.png);
  margin-right: 5px;
}

.title01.icon03 h3::before {
  content: url(../images/contents/icon03.png);
  margin-right: 5px;
}

.title02 h2 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title02 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

.title03 h2 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title03 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.7273));
  }
}

.title03 h2::after {
  content: url(../images/home/bg_title.png);
  display: block;
}

.title04 h2 {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
  background: url(../images/home/bg05.jpg);
  padding: 10px 15px;
}

@media screen and (max-width: 1200px) {
  .title04 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 0.9697));
  }
}

.daihyo {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right !important;
  display: block;
}

.btn a {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  background: url(../images/home/bg_btn.jpg);
  display: block;
  border: 1px solid #47763e;
  text-align: center;
  padding: 20px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 834px) {
  .btn a {
    font-size: 1.6rem;
  }
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  position: absolute;
  font-weight: 300;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 a {
  max-width: 360px;
}

@media screen and (max-width: 640px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}

.btn.center a {
  margin: auto;
}

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

.bnr_wrap .box {
  width: 47.5%;
}

@media screen and (max-width: 640px) {
  .bnr_wrap .box {
    width: 100%;
    text-align: center;
  }
  .bnr_wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top_blog {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.top_blog .blog_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_blog .blog_list::after {
  content: "";
  display: block;
  width: 31.2%;
}

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

.top_blog .blog_list > div {
  width: 31.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .top_blog .blog_list > div {
    width: 100%;
  }
  .top_blog .blog_list > div:not(:first-child) {
    margin-top: 30px;
  }
}

.top_blog .blog_list > div .blog_photo {
  width: 100%;
  padding: 0;
}

.top_blog .blog_list > div .blog_photo img {
  width: 100% !important;
}

.top_blog .blog_list > div .blog_text {
  width: 100%;
  padding: 0;
  margin-top: 15px;
}

.top_blog .blog_list > div .blog_text h3 {
  font-size: 1.6rem;
  color: #5a9c4e;
  font-weight: bold;
  line-height: 1.4;
}

.top_blog .blog_list > div .blog_text h3 a {
  color: #5a9c4e;
  font-weight: bold;
}

.top_blog .blog_list > div .blog_text .detail {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 12px;
}

.top_blog .blog_list > div .blog_text .blog_date {
  font-size: 1.6rem;
  color: #5a9c4e;
  font-weight: bold;
  line-height: 1.4;
}

.dl_layout01 dl {
  padding: 15px 20px;
}

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

.dl_layout01 dl:nth-child(odd) {
  background: #fdeeee;
}

.dl_layout01 dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

.dl_layout01 dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

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

.dl_layout02 dl {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}

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

.dl_layout02 dl:first-child {
  padding-top: 0;
}

.dl_layout02 dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

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

.dl_layout02 dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

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

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

.gallery::after {
  content: "";
  display: block;
  width: 32%;
}

.gallery .box {
  width: 32%;
  margin-bottom: 4%;
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 48%;
    margin-bottom: 6%;
  }
}

.gallery .box img {
  width: 100% !important;
  height: 256px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery .box img {
    height: 23.1875vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery .box img {
    height: 34.92188vw !important;
  }
}

.gallery .box h3 {
  background: url(../images/home/bg05.jpg);
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 1.8rem;
  margin: 10px 0;
  padding: 10px 15px;
}

.gallery .box div {
  line-height: 1.7;
}

.frame dl {
  background: url(../images/home/bg02.jpg);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 640px) {
  .frame dl {
    padding: 10px;
  }
}

.frame dl:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .frame dl:not(:first-child) {
    margin-top: 20px;
  }
}

.frame dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  border-bottom: 1px dashed #ccc !important;
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  color: #1d8c35;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .frame dl dt {
    font-size: 1.8rem;
  }
}

.frame dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
}

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

.itemList .box {
  width: 48%;
}

.itemList .box:nth-child(n + 3) {
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .itemList .box {
    width: 100%;
  }
  .itemList .box:nth-child(n + 2) {
    margin-top: 8%;
  }
}

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

.itemList .box h3 {
  background: url(../images/home/bg05.jpg);
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 2rem;
  margin: 15px 0 10px;
  padding: 10px 15px;
}

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

.itemList02::after {
  content: "";
  display: block;
  width: 32%;
}

.itemList02 .box {
  width: 32%;
}

.itemList02 .box:nth-child(n + 4) {
  margin-top: 4%;
}

@media screen and (max-width: 640px) {
  .itemList02 .box {
    width: 100%;
  }
  .itemList02 .box:nth-child(n + 2) {
    margin-top: 8%;
  }
}

.itemList02 .box img {
  width: 100% !important;
  height: 288px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .itemList02 .box img {
    height: 23.1875vw !important;
  }
}

@media screen and (max-width: 640px) {
  .itemList02 .box img {
    height: 72.65625vw !important;
  }
}

.itemList02 .box h3 {
  background: url(../images/home/bg05.jpg);
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 1.8rem;
  margin: 15px 0 10px;
  padding: 10px 15px;
}

#access {
  margin-top: -200px;
  padding-top: 200px;
}

.tel_info {
  border: 1px solid #ddd;
  background: #fafafa;
}

.tel_info .call {
  font-family: ten-mincho, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .tel_info .call {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 1.7429));
  }
}

@media screen and (max-width: 834px) {
  .tel_info .info {
    font-size: 1.4rem;
  }
}

.tel_info .info span {
  background: #427339;
  color: #fff;
  margin-right: 10px;
  padding: 0 5px;
}

.tel_info .info span:not(:first-child) {
  margin-left: 10px;
}

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

@media screen and (max-width: 640px) {
  #access iframe {
    height: 300px;
  }
}
/*# sourceMappingURL=common_style.css.map */