@charset "UTF-8";
/*  ▼ cmn-logo
------------------------------------- */
.cmn-logo {
  transition: all 0.5s; }
  .cmn-logo:hover {
    opacity: 0.6; }

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
  background: url(../images/common/title_shape.png) no-repeat bottom/43px 24px; }
  .cmn-title_fix {
    background-image: url(../images/common/title_shape_fix.png); }
  @media screen and (min-width: 768px) {
    .cmn-title {
      padding: 0 0 45px;
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .cmn-title {
      padding: 0 0 30px;
      background-size: 21.5px 12px; } }

/*  ▼ cmn-subtitle
------------------------------------- */
.cmn-subtitle {
  width: 100%;
  text-align: center;
  background: url(../images/common/title_bg.png) no-repeat bottom; }
  @media screen and (min-width: 768px) {
    .cmn-subtitle {
      padding: 0 0 20px;
      margin: 0 0 15px;
      font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .cmn-subtitle {
      padding: 0 0 20px;
      margin: 0 0 15px; } }

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 2.5rem; }
  @media screen and (min-width: 768px) {
    .cmn-tel::before {
      content: url(../images/common/icon-tel.png);
      margin-right: 5px; } }
  @media screen and (max-width: 767px) {
    .cmn-tel::before {
      content: '\f879';
      margin-right: 5px;
      font-size: 2rem;
      font-weight: 900;
      font-family: "Font Awesome 5 Free"; } }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  padding-left: 20px;
  margin: 0 auto;
  border: 1px solid;
  letter-spacing: 0.1em;
  background-color: transparent; }
  .cmn-button::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px 0 0 20px;
    border-style: solid;
    border-color: inherit;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg); }
  .cmn-button:hover {
    color: #fff;
    background-color: #25723b; }
  @media screen and (min-width: 768px) {
    .cmn-button {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .cmn-button {
      width: 200px;
      height: 45px; } }

/*  ▼ mail_button
------------------------------------- */
.mail_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.3rem;
  background-color: #820000;
  position: relative;
  z-index: 0; }
  .mail_button::before {
    content: '';
    width: 50px;
    height: 44px;
    background: url(../images/common/mail_button_shape.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .mail_button::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px 0 0 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg); }
  .mail_button:hover {
    background-color: #25723b; }
  .mail_button_fix {
    width: 100%;
    max-width: 300px;
    height: 60px;
    padding: 0; }
    .mail_button_fix::after {
      content: normal; }
  .mail_button_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .mail_button_icon::before {
      content: url(../images/common/icon-mail.png);
      margin: 3px 8px 0 0; } }
  @media screen and (max-width: 767px) {
    .mail_button_fix {
      height: 45px; } }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  display: block;
  border-top: 1px solid; }
  .cmn-table tbody {
    display: block;
    width: 100%; }
  .cmn-table tr {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid; }
  .cmn-table th {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: left;
    position: relative; }
    .cmn-table th::before {
      content: '';
      width: 11px;
      height: 11px;
      margin-right: 15px;
      background-color: #25723b;
      transform: rotate(45deg); }
  .cmn-table td {
    display: block; }
  @media screen and (min-width: 768px) {
    .cmn-table th {
      width: 230px;
      padding-left: 50px;
      vertical-align: middle; }
    .cmn-table td {
      flex: 1;
      padding: 27px 0; } }
  @media screen and (max-width: 767px) {
    .cmn-table tr {
      padding: 15px; }
    .cmn-table th, .cmn-table td {
      width: 100%; } }

/*  ▼ about
------------------------------------- */
.about_box {
  border-top: 3px solid #c4a134;
  background-color: #fff;
  position: relative;
  z-index: 10; }
  .about_box::after {
    content: '';
    width: 201px;
    height: 96.5px;
    background: url(../images/common/about_box_shape.png) no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none; }

.about_label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.02em;
  background: url(../images/common/about_label_bg01.png) repeat; }
  .about_label_fix {
    background: url(../images/common/about_label_bg02.png) repeat; }
  .about_label::before {
    content: '';
    width: 20px;
    height: 19px;
    margin: 0 0 15px;
    background: url(../images/common/about_label_shape.png) no-repeat center/contain; }

@media screen and (min-width: 768px) {
  .about {
    overflow: hidden; }
    .about_content {
      min-height: 870px;
      padding: 160px 0 0;
      position: relative;
      z-index: 0; }
      .about_content + .about_content {
        margin-top: 80px; }
      .about_content::before {
        content: '';
        width: calc(100% - 200px);
        max-width: 1516px;
        height: 631px;
        background: url(../images/common/about_content_shape01.png) no-repeat left top/contain;
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: -1; }
      .about_content_fix::before {
        background: url(../images/common/about_content_shape02.png) no-repeat right top/contain;
        right: 100px;
        left: auto; }
    .about_figure {
      width: 1130px;
      height: 645px;
      position: absolute;
      top: 0;
      left: calc(50% - 960px);
      z-index: -1; }
      .about_figure_fix {
        right: calc(50% - 960px);
        left: auto; }
      .about_figure img {
        width: 100%;
        height: 100%; }
    .about_box {
      width: 490px;
      height: 700px;
      margin-left: calc(50% + 30px);
      padding: 40px 110px 0 50px;
      position: relative;
      z-index: 0; }
      .about_box_fix {
        margin-left: calc(50% - 570px); }
    .about_text-box {
      height: 540px;
      margin-left: auto;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl; }
    .about_item {
      padding: 20px 0 0;
      background: url(../images/common/about_item_bg.png) repeat-x top; }
    .about_title {
      margin-left: 30px;
      line-height: 1.5;
      font-size: 3rem;
      letter-spacing: 0.1em; }
    .about_label {
      width: 80px;
      height: 180px;
      padding: 0 0 34px;
      font-size: 2.5rem;
      position: absolute;
      top: 0;
      right: 0; }
    .about_text + .about_text {
      margin-right: 25px; }
    .about_button {
      margin: 20px 0 0; } }

@media screen and (min-width: 1921px) {
  .about_content::before {
    left: calc(50% - 900px); }
  .about_content_fix::before {
    left: auto;
    right: calc(50% - 860px); } }

@media screen and (max-width: 767px) {
  .about_content {
    width: calc(100% - 25px);
    margin: 0 auto; }
    .about_content + .about_content {
      margin-top: 50px; }
  .about_box {
    padding: 60px 20px 40px; }
    .about_box::after {
      width: 100.5px;
      height: 48.25px; }
  .about_label {
    width: 140px;
    padding: 0 10px 0 0;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0; }
    .about_label::before {
      width: 13.33333px;
      height: 12.66667px;
      margin: 0 10px 0 0; }
  .about_title {
    margin: 0 0 20px;
    font-size: 2rem; }
  .about_button {
    margin-top: 20px; } }

/*  ▼ faq
------------------------------------- */
.faq {
  background: url(../images/faq/faq-top_bg.png) repeat;
  position: relative;
  z-index: 0; }
  .faq::before, .faq::after {
    content: '';
    position: absolute;
    z-index: -1; }
  .faq::before {
    width: 326.5px;
    height: 193px;
    background: url(../images/faq/faq-top_shape01.png) no-repeat left top/contain;
    top: 0;
    left: 0; }
  .faq::after {
    width: 263px;
    height: 313px;
    background: url(../images/faq/faq-top_shape02.png) no-repeat right bottom/contain;
    right: 0;
    bottom: 0; }
  .faq_list {
    line-height: 1.5; }
    .faq_list_icon {
      display: flex;
      align-items: center;
      border-radius: 5px;
      background: linear-gradient(90deg, #fff, #fff) no-repeat right/97% 100%; }
      .faq_list_icon::before {
        flex-shrink: 0;
        content: '';
        width: 51px;
        height: 54px;
        margin-right: 20px;
        background: url(../images/faq/faq-top_list_title_icon.png) no-repeat center/contain; }
    .faq_list_title {
      width: 100%;
      margin: 0 0 15px;
      font: inherit; }
    .faq_list_text-box::before {
      width: 45px;
      height: 47px;
      background: url(../images/faq/faq-top_list_text-box_icon.png) no-repeat center/contain; }
  .faq_button {
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .faq_wrap {
      width: 940px; }
    .faq_list {
      font-size: 1.5rem; }
      .faq_list_item:not(:last-child) {
        margin-bottom: 40px; }
      .faq_list_icon {
        min-height: 50px;
        padding-right: 50px; }
        .faq_list_icon::before {
          margin-top: -2px; }
      .faq_list_title {
        margin-right: 30px; }
      .faq_list_text-box {
        margin-left: 30px; }
        .faq_list_text-box::before {
          margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .faq::before {
      width: 30%; }
    .faq::after {
      width: 40%; }
    .faq_list_item:not(:last-child) {
      margin-bottom: 25px; }
    .faq_list_icon {
      padding-right: 20px; }
      .faq_list_icon::before {
        margin-right: 10px; }
    .faq_list_title::before {
      width: 39.23077px;
      height: 41.53846px; }
    .faq_list_text-box {
      margin-left: 15px; }
      .faq_list_text-box::before {
        align-self: flex-start;
        width: 34.61538px;
        height: 36.15385px; } }

/*  ▼ banner
------------------------------------- */
.banner {
  background: url(../images/banner/banner_bg.png) repeat;
  position: relative;
  z-index: 0; }
  .banner::before, .banner::after {
    content: '';
    position: absolute;
    z-index: -1; }
  .banner::before {
    width: 370px;
    height: 189.5px;
    background: url(../images/banner/banner_shape01.png) no-repeat center/contain;
    top: 70px;
    left: 120px; }
  .banner::after {
    width: 254px;
    height: 76px;
    background: url(../images/banner/banner_shape02.png) no-repeat center/contain;
    right: 0;
    bottom: 80px; }
  .banner_wrap {
    border: 5px solid #439059;
    background: url(../images/banner/banner_wrap_bg.png) repeat;
    position: relative;
    z-index: 0; }
    .banner_wrap::before {
      content: '';
      width: 108.5px;
      height: 133px;
      background: url(../images/banner/banner_wrap_shape.png) no-repeat center/contain;
      position: absolute;
      bottom: -20px;
      left: -45px;
      z-index: 20;
      pointer-events: none; }
    .banner_wrap::after {
      content: '';
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      margin: auto;
      border: 1px solid #25723b;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      pointer-events: none; }
  .banner_title {
    margin: 0 0 30px;
    text-align: center;
    letter-spacing: 0.14em; }
    .banner_title_text {
      display: inline-block;
      padding: 0 0 10px;
      border-bottom: 2px solid;
      background: linear-gradient(90deg, #353535, #353535) no-repeat left bottom 5px/100% 1px;
      position: relative;
      z-index: 0; }
      .banner_title_text::before, .banner_title_text::after {
        content: '';
        position: absolute;
        z-index: -1; }
      .banner_title_text::before {
        width: 75.5px;
        height: 40px;
        background: url(../images/banner/banner_title_shape01.png) no-repeat center/contain;
        left: -95px;
        bottom: -5px; }
      .banner_title_text::after {
        width: 47.5px;
        height: 28px;
        background: url(../images/banner/banner_title_shape02.png) no-repeat center/contain;
        top: 10px;
        right: -50px; }
  .banner_box {
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 768px) {
    .banner_wrap {
      padding: 50px 0; }
    .banner_title {
      font-size: 4rem; }
    .banner_tel {
      font-size: 3rem; }
    .banner_button {
      margin-left: 40px; } }
  @media screen and (max-width: 767px) {
    .banner::before, .banner::after {
      content: normal; }
    .banner_wrap {
      max-width: 520px;
      padding: 20px; }
      .banner_wrap::before {
        width: 54.25px;
        height: 66.5px;
        left: -20px; }
      .banner_wrap::after {
        width: calc(100% - 10px);
        height: calc(100% - 10px); }
    .banner_title {
      margin: 0 0 15px;
      font-size: 1.8rem; }
      .banner_title_text::before, .banner_title_text::after {
        content: normal; }
    .banner_button {
      margin-top: 12px; } }

/*  ▼ news
------------------------------------- */
.news_list {
  line-height: 1.3; }
  .news_list_link {
    align-items: center;
    justify-content: flex-start; }
    .news_list_link:hover {
      opacity: 0.6; }
  .news_list_time {
    color: #25723b;
    font-size: 1.3rem; }
  .news_list_tag {
    padding: 0 10px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #25723b; }
  .news_list_title {
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media screen and (min-width: 768px) {
  .news_list_item:not(:last-child) {
    margin-bottom: 15px; }
  .news_list_time {
    margin-right: 15px; }
  .news_list_tag {
    margin-right: 18px; }
  .news_list_title {
    flex: 1; } }

@media screen and (max-width: 767px) {
  .news_list_item:not(:last-child) {
    margin-bottom: 20px; }
  .news_list_time {
    margin-right: 15px; }
  .news_list_title {
    width: 100%;
    margin: 10px 0 0; } }

.news-detail_title {
  color: #fff; }

@media screen and (min-width: 768px) {
  .news-detail {
    padding: 100px 0; }
    .news-detail_title {
      margin: 0 0 25px; } }

@media screen and (max-width: 767px) {
  .news-detail {
    padding: 50px 0 60px; }
    .news-detail_title {
      margin: 0 0 20px; } }

/*  ▼ postView
------------------------------------- */
.post-view {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative; }
  .post-view_prev {
    margin-right: auto; }
  .post-view_next {
    margin-left: auto; }
  .post-view_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .post-view {
      text-align: center;
      font-size: 1.3rem; } }

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1.5; }
  .pagenation li {
    background-color: #ccc; }
    .pagenation li:not(:last-child) {
      margin-right: 10px; }
    .pagenation li:not(.current):hover {
      opacity: 0.7; }
    .pagenation li.current {
      color: #fff;
      background-color: #25723b; }
  .pagenation a {
    padding: 5px 10px;
    text-decoration: underline; }
  .pagenation span {
    display: block;
    padding: 5px 10px; }
  @media screen and (min-width: 768px) {
    .pagenation {
      margin: 50px 0 0; } }
  @media screen and (max-width: 767px) {
    .pagenation {
      margin: 30px 0 0; } }

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  font-size: 1.4rem;
  position: relative;
  z-index: 900; }
  .breadcrumbs_wrap {
    justify-content: flex-start; }
  .breadcrumbs_item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s; }
    .breadcrumbs_item:last-child {
      flex: 1 1 0%; }
    .breadcrumbs_item:not(:last-child)::before {
      content: ' ';
      display: block;
      margin: auto;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0; }
    .breadcrumbs_item a {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 7px 0; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 30px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      font-size: 1.2rem;
      padding: 8px 0; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 22px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 10px; }
      .breadcrumbs a {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap; } }

/*# sourceMappingURL=common.css.map */