@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 97%;
    margin: 0 auto;
  }
}

#main,
#main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

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

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

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

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

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

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

.map {
  width: 960px;
  margin: 56px auto 120px;
}
@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #cccccc;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}

.map li a {
  color: #333 !important;
}

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

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

table {
  table-layout: fixed;
}

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

@media screen and (max-width: 768px) {
  .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;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

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

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

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 468px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}
.pankuzu ol li:nth-child(1):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #ffefbc dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #ffefbc;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #ffefbc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #ffefbc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

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

.dnone_pc {
  display: none;
}
@media screen and (max-width: 468px) {
  .dnone_pc {
    display: block;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

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

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}
.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* 会社概要 *********/
.company_cont01 table td {
  border-bottom: 1px solid #ccc !important;
}
.company_cont01 table td:nth-child(odd) {
  border-bottom: 1px solid #ffefbc !important;
}
@media screen and (max-width: 468px) {
  .company_cont01 table td:nth-child(odd) {
    background: rgba(255, 239, 188, 0.1);
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

/********* 2カラム *********/
.works_cont01 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}
.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}
.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* 404 *********/
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* Other *********/
header#global_header {
  max-width: 100%;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
  text-align: left;
  background-color: #ffefbc;
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}

.header_container {
  padding: 20px 0;
  display: flex;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .header_container {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 468px) {
  .header_container {
    justify-content: center;
    flex-flow: column;
    width: 100%;
  }
}
.header_container .col_01 {
  text-align: left;
  display: flex;
  width: 1000px;
}
@media screen and (max-width: 468px) {
  .header_container .col_01 {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_01 .h_logo {
    width: 70%;
  }
}
@media screen and (max-width: 468px) {
  .header_container .col_01 .h_logo {
    padding: 0px;
    width: 100%;
  }
}
.header_container .col_02 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    width: 100%;
    margin-right: 80px;
  }
}
@media screen and (max-width: 468px) {
  .header_container .col_02 {
    width: 100%;
    margin-top: 10px;
  }
}
.header_container .col_02 .btn01 {
  background-color: #ffe400;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  color: #333 !important;
  width: 220px;
  text-align: center;
  padding-top: 14px;
  margin-right: 20px;
}
.header_container .col_02 .btn01:hover {
  color: #333 !important;
  background-color: #ffb700;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 .btn01 {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
  }
}
@media screen and (max-width: 468px) {
  .header_container .col_02 .btn01 {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
  }
}
.header_container .col_02 .btn02 {
  background-color: #ff8800;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  color: #fff !important;
  width: 220px;
  text-align: center;
  padding-top: 14px;
}
.header_container .col_02 .btn02:hover {
  color: #fff !important;
  background-color: #ff0800;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 .btn02 {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
  }
}
@media screen and (max-width: 468px) {
  .header_container .col_02 .btn02 {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

#nav_global {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #nav_global {
    width: 26%;
  }
}
@media screen and (max-width: 468px) {
  #nav_global {
    width: 55%;
  }
}
#nav_global ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #nav_global ul {
    padding-left: 20px;
    padding: 30px 0 !important;
  }
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  border-right: 1px solid #b3b3b3;
  text-align: center;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px solid #b3b3b3;
}
@media screen and (max-width: 768px) {
  #nav_global ul li:nth-child(1) {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #nav_global ul li {
    border: none;
  }
}
#nav_global ul li a {
  color: #333 !important;
  display: block;
  font-size: 14px;
}
#nav_global ul li a:hover {
  transition: 0.5s;
  color: #1a4c24 !important;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #nav_global ul li a {
    color: #333 !important;
  }
}
@media screen and (max-width: 468px) {
  #nav_global ul li a {
    color: #333 !important;
    font-size: 13px !important;
    padding: 8px !important;
  }
}
#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #ffefbc;
}
#nav_global ul li ul li a {
  display: block;
  padding: 10px 0;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 468px) {
  #mainArea img {
    max-height: 300px;
    min-height: 157px;
    width: 500px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #ffefbc !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drawer-menu {
    width: 75% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
  }
  .drawer-menu li {
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .drawer-menu li a {
    font-size: 1.28571rem;
    font-weight: 400;
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #ffdd70;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #ffe07f;
  }
}
#global_footer {
  background-color: #ffefbc !important;
  position: relative;
  border-top: 2px solid #bfbfbf;
  margin-top: 80px !important;
}
@media screen and (max-width: 468px) {
  #global_footer {
    margin-top: 20px !important;
  }
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: 20%;
}
@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: 2%;
  }
}

#footer {
  margin-top: 50px !important;
}
@media screen and (max-width: 468px) {
  #footer {
    margin-top: 20px !important;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  flex-flow: column;
}
#footer .inner .footer_container .col_02 {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_02 {
    margin-bottom: 2em;
    flex-direction: column;
    text-align: center;
  }
}
#footer .inner .footer_container .col_01 {
  padding-bottom: 30px;
}
#footer .inner .footer_container .col_01 .nav_footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between !important;
  text-align: center !important;
}
#footer .inner .footer_container .col_01 .nav_footer li {
  padding-right: 50px;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_01 .nav_footer li {
    width: 100%;
    text-align: center;
    line-height: 1em;
  }
}
#footer .inner .footer_container .col_01 .nav_footer li a {
  color: #333 !important;
  font-size: 13px;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_01 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
    color: #333 !important;
  }
}

@media screen and (max-width: 468px) {
  .spnone {
    display: none !important;
  }
}

#copyright {
  color: #333;
  padding-top: 30px;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

/*-------------------- HOME --------------------*/
.ttl {
  font-size: 26px;
  color: #1a4c24;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
}
.ttl span {
  font-size: 16px;
  color: #333;
}

.scroll {
  background: #fff;
  padding: 0px;
  overflow-y: scroll;
  max-height: 440px;
  width: 100%;
  margin-right: 5%;
  margin-top: 30px !important;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 80px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .scroll {
    width: 100%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 468px) {
  .scroll {
    width: 95% !important;
    margin-bottom: 40px;
    margin-left: 0%;
  }
}
@media screen and (max-width: 468px) {
  .scroll .news table td {
    padding: 8px !important;
  }
}
.scroll .leftbox {
  width: 20% !important;
}
@media screen and (max-width: 468px) {
  .scroll .leftbox {
    width: 100% !important;
  }
}
.scroll .left {
  color: #fff;
  background-color: #27883a;
  text-align: center;
}
@media screen and (max-width: 468px) {
  .scroll .left {
    width: 40% !important;
  }
}

.bnone td {
  border: none;
}

.ttl02 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 28px;
  }
}
@media screen and (max-width: 468px) {
  .ttl02 {
    font-size: 17px;
    padding: 0 20px;
  }
}
.ttl02 .boreder {
  position: relative;
}
.ttl02 .boreder:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  background: #ffe400;
  width: 100%;
  height: 0.8rem;
  z-index: -1;
}
.ttl02 strong {
  color: #0c681c;
  font-weight: normal;
}

.ttl05 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 28px;
  }
}
@media screen and (max-width: 468px) {
  .ttl05 {
    font-size: 17px;
    padding: 0 20px;
    text-align: left;
  }
}
.ttl05 .boreder {
  position: relative;
  font-size: 24px !important;
}
.ttl05 .boreder:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  background: #ffe400;
  width: 100%;
  height: 0.8rem;
  z-index: -1;
}
.ttl05 strong {
  color: #0c681c;
  font-weight: normal;
}

.home_cont01 {
  background-color: #fff3d6;
  position: relative;
  background-image: url(../images/home/bg.jpg);
}
@media screen and (max-width: 468px) {
  .home_cont01 {
    background-image: none;
  }
}
.home_cont01 .inner {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_cont01 .inner {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 468px) {
  .home_cont01 .inner {
    padding: 20px 0px;
  }
}
.home_cont01 .tokucyou {
  background-image: url(../images/home/ttl_bg.png);
  position: relative;
  width: 430px;
  height: 157px;
  margin: 0 auto;
}
@media screen and (max-width: 468px) {
  .home_cont01 .tokucyou {
    margin: 0 -35px;
  }
}
.home_cont01 .tokucyou h2 {
  font-size: 30px;
  padding-top: 30px;
}

.home_cont02 {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 468px) {
  .home_cont02 {
    flex-direction: column;
    padding-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 table {
    margin-bottom: 20px !important;
  }
}
.home_cont02 .txt {
  font-size: 14px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 10px;
}
.home_cont02 .box {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box td {
  padding: 10px !important;
}
.home_cont02 .box h3 {
  font-size: 18px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  font-weight: bold;
  padding-left: 23px;
  background: url(../images/home/no1.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box h3 {
    font-size: 20px;
  }
}
.home_cont02 .box2 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box2 {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box2 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box2 td {
  padding: 10px !important;
}
.home_cont02 .box2 h3 {
  font-size: 20px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  padding-left: 46px;
  padding-top: 8px;
  font-weight: bold;
  height: 50px;
  background: url(../images/home/no2.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box2 h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box2 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_cont02 .box2 h3 {
    font-size: 20px;
  }
}
.home_cont02 .box3 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box3 {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box3 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box3 td {
  padding: 10px !important;
}
.home_cont02 .box3 h3 {
  font-size: 20px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  padding-left: 46px;
  height: 50px;
  padding-top: 8px;
  font-weight: bold;
  background: url(../images/home/no3.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box3 h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box3 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_cont02 .box3 h3 {
    font-size: 20px;
  }
}
.home_cont02 .box4 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box4 {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box4 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box4 td {
  padding: 10px !important;
}
.home_cont02 .box4 h3 {
  font-size: 20px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  padding-left: 46px;
  font-weight: bold;
  height: 50px;
  padding-top: 8px;
  background: url(../images/home/no4.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box4 h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box4 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_cont02 .box4 h3 {
    font-size: 20px;
  }
}
.home_cont02 .box5 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box5 {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box5 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box5 td {
  padding: 10px !important;
}
.home_cont02 .box5 h3 {
  font-size: 18px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  padding-left: 46px;
  font-weight: bold;
  height: 50px;
  padding-top: 8px;
  background: url(../images/home/no5.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box5 h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box5 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_cont02 .box5 h3 {
    font-size: 20px;
  }
}
.home_cont02 .box6 {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box6 {
    width: 32%;
  }
}
@media screen and (max-width: 468px) {
  .home_cont02 .box6 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.home_cont02 .box6 td {
  padding: 10px !important;
}
.home_cont02 .box6 h3 {
  font-size: 18px;
  border-bottom: 1px solid #fdc103;
  position: relative;
  padding-left: 46px;
  font-weight: bold;
  background: url(../images/home/no6.png) left 2px no-repeat;
  background-size: auto;
}
.home_cont02 .box6 h3 span {
  color: #0f8558;
}
@media screen and (max-width: 768px) {
  .home_cont02 .box6 h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_cont02 .box6 h3 {
    font-size: 20px;
  }
}

.home_cont03 {
  background-image: url(../images/home/h1_bg.jpg);
  background-size: cover;
  position: relative;
}
.home_cont03 .inner {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_cont03 .inner {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 468px) {
  .home_cont03 .inner {
    padding: 10px 0px;
  }
}
.home_cont03 .inner h1 {
  font-size: 38px;
  text-align: center;
  margin: 0 auto !important;
  padding-top: 100px;
  text-shadow: 2px 2px 10px #fff;
  color: #1a4c24;
}
@media screen and (max-width: 768px) {
  .home_cont03 .inner h1 {
    padding-top: 30px;
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 468px) {
  .home_cont03 .inner h1 {
    padding-top: 20px;
    font-size: 20px;
  }
}

.pankuzu {
  padding-top: 10px;
  font-size: 14px;
}
.pankuzu a {
  color: #ff8800 !important;
}

.ttl03 {
  border-bottom: 1px solid;
  display: inline-block;
  -o-border-image: linear-gradient(to right, #ff8800 0%, #ffe400 100%);
     border-image: linear-gradient(to right, #ff8800 0%, #ffe400 100%);
  border-image-slice: 1;
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 468px) {
  .ttl03 {
    font-size: 20px;
  }
}

.info td {
  border-bottom: 1px solid #c0c0c0 !important;
}
.info .left {
  width: 30%;
}

.timeline .list {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline .list .timeline-date {
  float: left;
  background: #ff8800;
  padding: 15px !important;
  margin-right: 20px;
  width: 152px;
  display: block;
}
@media screen and (max-width: 468px) {
  .timeline .list .timeline-date {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 0;
    float: none;
  }
}
.timeline .list .timeline-date h2 {
  display: block;
  padding-top: 0px;
  color: #fff;
  font-size: 16px;
  margin: auto;
}
@media screen and (max-width: 468px) {
  .timeline .list .timeline-date h2 {
    padding-top: 0;
  }
}
.timeline .list .timeline-content {
  width: 70%;
  float: left;
  border-left: 3px #e5e5d1 solid !important;
  padding-left: 30px !important;
  height: auto !important;
  padding-bottom: 120px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline .list .timeline-content {
    width: 58%;
  }
}
@media screen and (max-width: 468px) {
  .timeline .list .timeline-content {
    width: 100%;
    float: none;
    border-left: none !important;
    padding-left: 0 !important;
    padding-bottom: 20px !important;
  }
}
.timeline .list .timeline-content .title {
  background: #ffefbc;
  font-size: 20px;
  display: block;
  padding: 5px 10px;
}
@media screen and (max-width: 468px) {
  .timeline .list .timeline-content .title {
    width: 468px !important;
  }
}
.timeline .list .timeline-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 260px !important;
  height: 150px !important;
}
@media screen and (max-width: 468px) {
  .timeline .list .timeline-img {
    text-align: center !important;
    margin: 0 auto !important;
    margin-bottom: 70px !important;
  }
}

.timeline02 .list {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline02 .list .timeline-date {
  float: left;
  background: #ff8800;
  padding: 15px !important;
  margin-right: 20px;
  width: 152px;
  display: block;
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-date {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 0;
    float: none;
  }
}
.timeline02 .list .timeline-date h2 {
  display: block;
  padding-top: 0px;
  color: #fff;
  font-size: 16px;
  margin: auto;
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-date h2 {
    padding-top: 0;
  }
}
.timeline02 .list .timeline-content {
  width: 70%;
  float: left;
  border-left: 3px #e5e5d1 solid !important;
  padding-left: 30px !important;
  height: auto !important;
  padding-bottom: 75px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline02 .list .timeline-content {
    width: 58%;
  }
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-content {
    width: 100%;
    float: none;
    border-left: none !important;
    padding-left: 0 !important;
    padding-bottom: 20px !important;
  }
}
.timeline02 .list .timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff8800;
  position: absolute;
  left: 180px;
  top: 18px;
  border-radius: 100%;
  left: -7px;
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-content:before {
    display: none;
  }
}
.timeline02 .list .timeline-content .title {
  background: #ffefbc;
  font-size: 20px;
  display: block;
  padding: 5px 10px;
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-content .title {
    width: 468px !important;
  }
}
.timeline02 .list .timeline-img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 260px !important;
  height: 150px !important;
}
@media screen and (max-width: 468px) {
  .timeline02 .list .timeline-img {
    text-align: center !important;
    margin: 0 auto !important;
    margin-bottom: 70px !important;
  }
}

.price {
  font-size: 13px;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 1000px;
}
@media screen and (max-width: 468px) {
  .price tr {
    width: 100% !important;
  }
}
@media screen and (max-width: 468px) {
  .price {
    width: 100%;
  }
  .price td {
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .price table {
    width: auto !important;
  }
}

.ttl04 {
  background-color: #ff8800;
  font-size: 18px;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  padding-left: 20px;
  font-weight: 200 !important;
}

.guide {
  background-color: #fff6d7;
  padding: 50px;
  line-height: 2.5em;
  border: 1px solid #f0d787;
}
@media screen and (max-width: 468px) {
  .guide {
    padding: 30px;
  }
}

.guide2 {
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, #ff8800 0%, #ffe400 100%);
     border-image: linear-gradient(to right, #ff8800 0%, #ffe400 100%);
  border-image-slice: 1;
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 50px;
  padding-top: 30px;
  font-weight: bold;
}

.list {
  margin-top: 40px;
}
.list .box {
  border: 4px solid #539861;
  padding: 20px;
}
.list h3 {
  background-color: #ff8800;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  padding: 10px;
}

.boxQA {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 0.5em;
  background: #ffefbc; /*A文章部分背景色*/
  border-radius: 10px;
}
@media screen and (max-width: 468px) {
  .boxQA {
    margin: 2em 1em;
  }
}

.boxQA .box-title {
  position: relative;
  background: #fff; /*Q文章部分背景色*/
  padding: 10px 5px 10px 40px;
  color: #454545; /*Q文章文字色*/
  border-radius: 10px;
}

.boxQA .box-title:before {
  content: "Q";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white; /*Q文字色*/
  background: #539861; /*Q背景色*/
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.2em;
  top: 20px;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.boxQA .box-title:after {
  content: "A";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white; /*A文字色*/
  background: #eb8e50; /*A背景色*/
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.2em;
  bottom: -80px;
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}

.boxQA p {
  padding: 20px 20px 15px 40px;
  margin: 0;
}

.boxQA ul {
  padding: 0 1em;
  position: relative;
}

.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none !important;
}

.boxQA ul li:before {
  font-family: "FontAwesome";
  content: "\f138"; /*アイコン種類*/
  position: absolute;
  left: 3.5em;
  color: #ffab8b; /*Aのリストのアイコンの色*/
}

.style_form th {
  width: 30% !important;
}
@media screen and (max-width: 468px) {
  .style_form th {
    width: 100% !important;
  }
}

.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 468px) {
  .fadein {
    opacity: 1 !important;
  }
}

.box h1 {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.box h1.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}

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

.btn001 {
  background-color: #ff8800;
  display: inline-block;
  padding: 10px 60px;
}
.btn001 a {
  color: #fff !important;
}

/*-------------------- h1背景 --------------------*/
/*-------------------- 2019.12.16 --------------------*/
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 0 10px;
  }
}
.gallery .gallery_pic {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 468px) {
  .gallery .gallery_pic {
    width: 48.5%;
    margin-bottom: 3%;
  }
}
.gallery .gallery_pic img {
  width: 100% !important;
  max-width: 100% !important;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 768px) {
  .gallery .gallery_pic img {
    height: 23.33984375vw !important;
  }
}
@media screen and (max-width: 468px) {
  .gallery .gallery_pic img {
    height: 34.7756410256vw !important;
  }
}

/* title */
.fix-move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}

.fix-move.move {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

@media screen and (max-width: 468px) {
  .text-center-sp * {
    text-align: center !important;
  }
}

.fix-mv-sub.home_cont03 h1 {
  color: #c70039;
}

.inner.fix-heading-border .ttl03 {
  -o-border-image: none;
     border-image: none;
  border-bottom: 1px solid #ed7b7b;
}
@media screen and (max-width: 468px) {
  .inner.fix-heading-border .ttl03 {
    font-size: 18px;
  }
}

@media screen and (max-width: 468px) {
  .box .ttl05 {
    text-align: center;
  }
}

.fix-pink-marker {
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(255, 213, 213, 0) 70%, rgb(255, 213, 213) 70%, rgb(255, 213, 213) 100%);
}

.fix-yellow-marker {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgb(255, 228, 0) 70%, rgb(255, 228, 0) 100%);
}

.fix-text-underline span {
  line-height: 2;
}

.fix-heading-bg-radius .ttl04,
h3.fix-heading-bg {
  background-color: #ff8f8f;
}

.js-fadein {
  transform: translate(-10px, 0);
  opacity: 0;
  transition: all 1s;
}

.js-fadein-show {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 1s;
}

.fix-emphasis {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .fix-emphasis {
    font-size: 16px;
  }
}

.fix-size-large {
  font-size: 21px;
}
@media screen and (max-width: 468px) {
  .fix-size-large {
    font-size: 16px;
  }
}/*# sourceMappingURL=common.css.map */