@charset "UTF-8";
/*---------- ▼ cmn-title ----------*/
.cmn-title {
  width: 100%;
  border-top: 3px solid #2271e6;
  border-bottom: 3px solid #2271e6;
}
@media screen and (min-width: 768px) {
  .cmn-title {
    padding: 12.5px 24px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-title {
    padding: 8px 10px;
    margin: 0 0 30px;
  }
}
.cmn-titleTop {
  position: relative;
  z-index: 10;
}
.cmn-titleTop span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.cmn-titleTop span::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  background-color: #2271e6;
}
@media screen and (min-width: 768px) {
  .cmn-titleTop span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-titleTop {
    margin: 0 0 35px;
  }
  .cmn-titleTop span {
    font-size: 1.6rem;
  }
}

/*---------- ▼ cmn-subtitle ----------*/
.cmn-subtitle {
  background-color: #eff8ef;
}
@media screen and (min-width: 768px) {
  .cmn-subtitle {
    padding: 7px 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-subtitle {
    padding: 5px 10px;
    margin: 0 0 15px;
  }
}

/*---------- ▼ cmn-button ----------*/
.cmn-button {
  width: 240px;
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-color: #12b629;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.cmn-button::before, .cmn-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cmn-button::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  left: 16px;
}
.cmn-button::after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
}
.cmn-button:hover {
  background-color: #2271e6;
}
@media screen and (min-width: 768px) {
  .cmn-button {
    padding: 7px 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-button {
    padding: 6px 0;
  }
}

/*---------- ▼ cmn-tel ----------*/
.cmn-tel {
  padding-left: 23px;
  color: #12b629;
  letter-spacing: 0.05em;
  background: url(../images/common/icon-tel.png) no-repeat left center;
}
@media screen and (min-width: 768px) {
  .cmn-tel {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-tel {
    font-size: 2.4rem;
  }
}

/*  ▼ table
------------------------------------- */
table {
  letter-spacing: 0.1em;
}
table th {
  text-align: left;
  border-bottom: 1px solid #fff;
  background-color: #eff8ef;
}
table td {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  table th {
    width: 310px;
    padding: 0 20px;
    vertical-align: middle;
  }
  table td {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  table th {
    display: block;
    padding: 5px 10px;
  }
  table td {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
  }
}

/*  ▼ cmn-card
------------------------------------- */
.cmn-card {
  color: #fff;
  position: relative;
  letter-spacing: 0;
}
.cmn-card:hover {
  opacity: 0.7;
}
.cmn-cardText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(18, 182, 41, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmn-cardText::after {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../images/common/cmn-arrow_white.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cmn-cardText span {
  background-repeat: no-repeat;
  background-position: center top;
}
.cmn-card:nth-child(1) span {
  background-image: url(../images/common/cmn-cardIcon01.png);
}
.cmn-card:nth-child(2) span {
  background-image: url(../images/common/cmn-cardIcon02.png);
}
@media screen and (min-width: 768px) {
  .cmn-card {
    width: 530px;
  }
  .cmn-cardText {
    width: 310px;
    font-size: 2.0rem;
  }
  .cmn-card span {
    padding: 42px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cmn-card {
    width: calc(((600px - 25px) - 100%) * 1000);
    min-width: 48%;
    max-width: 100%;
  }
  .cmn-card:not(:last-child) {
    margin-bottom: 4%;
  }
  .cmn-cardFig {
    width: 100%;
  }
  .cmn-cardFig img {
    width: 100%;
    height: 100%;
  }
  .cmn-cardText {
    width: 60%;
    font-size: 1.6rem;
  }
  .cmn-cardText span {
    padding: 17% 0 0;
    background-size: auto calc(2vw + 25px);
  }
  .cmn-card:nth-child(even) .cmn-cardFig {
    margin-left: auto;
  }
  .cmn-card:nth-child(even) .cmn-cardText {
    left: 0;
  }
}

/*  ▼ cmn-content
------------------------------------- */
.cmn-content {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cmn-content {
    margin-bottom: 60px;
  }
  .cmn-contentBox {
    width: 530px;
  }
  .cmn-contentFig {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-content {
    margin-bottom: 40px;
  }
  .cmn-contentTitle {
    order: 1;
  }
  .cmn-contentFig {
    order: 2;
    width: 100%;
    height: 53.33333vw;
    margin: 0 0 20px;
  }
  .cmn-contentFig img {
    width: 100%;
    height: 100%;
  }
  .cmn-contentBox {
    order: 3;
    width: 100%;
  }
}

/*  ▼ sideNav
------------------------------------- */
.sideNav {
  width: auto;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 100;
}
.sideNav a {
  text-align: center;
}
.sideNav a:hover {
  opacity: 0.7;
}
.sideNav a:first-child {
  margin-bottom: 10px;
}

/*  ▼ blog
------------------------------------- */
.blog-list {
  letter-spacing: 0.05em;
}
.blog-list a {
  border: 1px solid #d2d2d2;
}
.blog-list a:hover {
  opacity: 0.7;
  transform: translate(5px, -5px);
}
.blog-listFig {
  margin-right: 15px;
}
.blog-listFig img {
  width: 100%;
  height: 100%;
}
.blog-listGroup {
  flex: 1;
}
.blog-list time {
  display: block;
  line-height: 1;
  padding: 10px 9px 15px;
  margin: 0 0 10px;
  color: #12b629;
  border-bottom: 1px solid #d2d2d2;
}
.blog-list h4 {
  line-height: 1.88;
}
@media screen and (min-width: 768px) {
  .blog-list {
    margin: 0 0 60px;
  }
  .blog-list li {
    width: 520px;
  }
  .blog-list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
  .blog-list a {
    padding: 20px 25px;
  }
  .blog-listFig {
    width: 140px;
    height: 140px;
  }
  .blog-list time {
    font-size: 1.4rem;
  }
  .blog-list h4 {
    height: 60px;
    font-size: 1.6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (min-width: 540px) {
  .blog .blog-listFig {
    height: 26.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-list li {
    width: calc(((540px - 25px) - 100%) * 1000);
    min-width: 48%;
    max-width: 100%;
  }
  .blog-list li:not(:last-child) {
    margin-bottom: 7%;
  }
  .blog-list a {
    padding: 20px;
  }
  .blog-listFig {
    order: 1;
    width: 100%;
    height: 53.33333vw;
    margin: 0 0 15px;
  }
  .blog-listGroup {
    order: 2;
    width: 100%;
  }
  .blog-list time {
    padding-top: 0;
    font-size: 1.2rem;
  }
  .blog-list h4 {
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.blogUnder-list {
  letter-spacing: 0.05em;
}
.blogUnder-list a {
  border: 1px solid #d2d2d2;
}
.blogUnder-list a:hover {
  opacity: 0.7;
  transform: translate(5px, -5px);
}
.blogUnder-list time {
  display: block;
  line-height: 1;
  padding: 10px 9px 15px;
  margin: 0 0 20px;
  color: #12b629;
  border-bottom: 1px solid #d2d2d2;
}
.blogUnder-list h4 {
  margin: 0 0 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blogUnder-listFig img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .blogUnder {
    padding: 100px 0;
  }
  .blogUnder-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .blogUnder-list a {
    padding: 20px 25px;
  }
  .blogUnder-listGroup {
    flex: 1;
    width: calc(100% - 280px);
  }
  .blogUnder-list time {
    font-size: 1.4rem;
  }
  .blogUnder-list h4 {
    font-size: 1.8rem;
  }
  .blogUnder-list p {
    height: 108px;
    overflow: hidden;
  }
  .blogUnder-listFig {
    width: 250px;
    height: 250px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blogUnder-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .blogUnder-list a {
    padding: 20px;
  }
  .blogUnder-listFig {
    order: 1;
    width: 100%;
    height: 53.33333vw;
    margin: 0 0 15px;
  }
  .blogUnder-listGroup {
    order: 2;
    width: 100%;
  }
  .blogUnder-list time {
    padding-top: 0;
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  .blogUnder-list h4 {
    font-size: 1.6rem;
  }
  .blogUnder-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.blogDetail-body {
  min-height: 40vh;
  border-top: 2px solid #12b629;
  border-bottom: 2px solid #12b629;
}
.blogDetail-body a {
  display: inline-block !important;
  text-decoration: underline;
}
.blogDetail time {
  display: block;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  .blogDetail {
    padding: 100px 0;
  }
  .blogDetail-title {
    margin: 0 0 25px;
    font-size: 2.4rem;
  }
  .blogDetail-body {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .blogDetail {
    padding: 50px 0 60px;
  }
  .blogDetail-title {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .blogDetail-body {
    padding: 20px 15px;
  }
}

/*  ▼ contactBanner
------------------------------------- */
.contactBanner {
  padding: 50px 0;
  letter-spacing: 0;
  background: url(../images/common/contactBanner-bg.png) no-repeat center/cover;
}
.contactBanner-wrap {
  background-color: #fff;
  position: relative;
}
.contactBanner-group {
  color: #12b629;
}
@media screen and (min-width: 768px) {
  .contactBanner-wrap {
    padding: 40px;
    text-align: center;
  }
  .contactBanner-title {
    width: 903px;
    text-align: left;
    position: absolute;
    top: -165px;
    left: -285px;
  }
  .contactBanner-title span {
    right: 15px;
  }
  .contactBanner-group {
    margin: 16px 0;
  }
  .contactBanner-groupTel {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1650px) and (min-width: 768px) {
  .contactBanner .contactBanner-title {
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contactBanner-wrap {
    padding: 20px;
  }
  .contactBanner-title {
    max-width: 472px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: -95px;
    right: 0;
    left: 0;
  }
  .contactBanner-group {
    margin: 12px 0;
  }
  .contactBanner-groupTel {
    height: 23px;
    margin: 0 0 5px;
    text-align: center;
  }
  .contactBanner-groupTel img {
    vertical-align: top;
    height: 100%;
  }
}

/*  ▼ postView
------------------------------------- */
.postView {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative;
}
.postView-prev {
  margin-right: auto;
}
.postView-next {
  margin-left: auto;
}
.postView-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .postView {
    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: #12b629;
}
.pagenation a {
  padding: 5px 10px;
  text-decoration: underline;
}
.pagenation span {
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .pagenation {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .pagenation {
    margin: 40px 0 0;
  }
}

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  background-color: #fff;
}
.breadcrumbs-wrap {
  justify-content: flex-start;
}
.breadcrumbs li {
  list-style: none;
  overflow: hidden;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs li:last-child {
  flex: 1 1 0%;
}
.breadcrumbs li: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 a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 7px 0;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 30px;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 8px;
    height: 8px;
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 8px 0;
    font-size: 1.2rem;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 22px;
  }
  .breadcrumbs li:not(:last-child)::before {
    width: 7px;
    height: 7px;
    right: 10px;
  }
  .breadcrumbs a {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
