@charset "UTF-8";
/* ===================================================================
CSS information

file name  : cms.css
author     : Abilive
style info : CSM共通パーツ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.cms_img {
  display: flex;
  flex-wrap: wrap;
}
.cms_img .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cms_img .box .img {
  order: 0;
  display: block;
  position: relative;
}
.cms_img .box .img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cms_img .box .img + .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .cms_img .box .img + .txt {
    margin-top: 0.5em;
  }
}
.cms_img .box .tmp_st {
  order: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cms_img .box .tmp_st {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_img .box .tmp_st {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_img .box .tmp_st {
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms_img .box .tmp_st {
    margin: 0.25em 0;
  }
}
.cms_img .box .tmp_st + .img + .txt {
  margin-top: 0 !important;
}
.cms_img .box .txt {
  line-height: 1.5;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .cms_img .box .txt {
    font-size: 0.85rem;
  }
}
.cms_img.col_2 .box {
  width: 48.5%;
}
.cms_img.col_2 .box:nth-child(even) {
  margin-left: 3%;
}
.cms_img.col_3 .box {
  width: 31.5%;
}
.cms_img.col_3 .box:not(:nth-child(3n+1)) {
  margin-left: 2.75%;
}
@media only screen and (min-width: 1025px) {
  .cms_img.col_4 .box {
    width: 23.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms_img.col_4 .box {
    width: 23.5%;
  }
}
@media only screen and (max-width: 767px) {
  .cms_img.col_4 .box {
    width: 48.5%;
  }
}
.cms_img.col_4 .box:not(:nth-child(4n+1)) {
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .cms_img.col_4 .box:nth-child(odd) {
    margin-right: 3%;
  }
  .cms_img.col_4 .box:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .cms_img.col_4 .box:nth-of-type(3), .cms_img.col_4 .box:nth-of-type(4) {
    margin-top: 1.78rem;
  }
}

.date {
  margin-right: 10px;
  font-family: 'Shippori Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
  .date {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .date {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .date {
    display: block;
  }
}

.cate {
  display: flex;
  margin-left: -0.7em;
}
.cate span {
  position: relative;
  text-decoration: none;
  padding: 0 0.4em;
  display: flex;
  align-items: center;
  margin-left: 1.25em;
  color: var(--aaaaa);
  font-size: 1.07rem;
}
.cate span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: "#";
  color: var(--aaaaa);
}
@media only screen and (max-width: 767px) {
  .cate span {
    padding-top: 0.1em;
  }
}
@media only screen and (max-width: 375px) {
  .cate span {
    height: 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_title {
    margin-bottom: 20px;
  }
}
.con_news_title .box_news_title {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_news_title .box_news_title {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_news_title .box_news_title p {
  display: inline-block;
  vertical-align: middle;
}
.con_news_title h3.news_title {
  font-family: 'Shippori Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  border-left: 5px solid var(--aaaaa);
  padding-left: .6em;
  margin-top: 1.42rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .con_news_title h3.news_title {
    font-size: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_news_title h3.news_title {
    font-size: 1.46rem;
  }
}

.cms_txt_img {
  display: flex;
  align-items: center;
  position: relative;
}
.cms_txt_img.bg::before {
  background: url("../images/common/bg_pat.jpg") repeat center top;
  content: "";
  display: block;
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
}
.cms_txt_img.bg > .inner {
  padding: 3.57rem 0;
}
@media only screen and (max-width: 767px) {
  .cms_txt_img.bg > .inner {
    padding: 2.14rem 0;
  }
}
.cms_txt_img.bg + .bg
 {
  margin-top: 0;
}
.cms_txt_img.bg + .bg
> .inner {
  padding-top: 0;
}
.cms_txt_img > .inner {
  z-index: 1;
  position: relative;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cms_txt_img.reverse > .inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img > .inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .cms_txt_img .box_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cms_txt_img .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img .box_txt {
    width: 100%;
  }
}
.cms_txt_img .box_txt > .inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cms_txt_img .box_txt > .inner {
    width: calc(690 / 750 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .cms_txt_img .box_txt > .inner {
    width: 94%;
    margin-right: auto;
    margin-left: 0;
  }
  .cms_txt_img .box_txt > .inner.reverse {
    margin-right: 0;
    margin-left: auto;
  }
}
.cms_txt_img .box_txt > .inner .txt:first-child {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .cms_txt_img .box_txt .tmp_st {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img .box_txt .tmp_st {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img .box_txt .tmp_st {
    margin: .7em 0 .5em;
  }
}
@media only screen and (min-width: 768px) {
  .cms_txt_img .box_txt .tmp_st + .txt {
    margin-top: 0.5rem;
  }
}

.cms_iframe {
  width: 100%;
  position: relative;
  background-color: #ececec;
}
.cms_iframe::after {
  content: "";
  display: block;
  padding-bottom: calc(315 / 560 * 100%);
  width: 100%;
}
.cms_iframe iframe {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .cms_btn {
    width: calc(330 / 1000 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cms_btn {
    width: 100%;
  }
}
.cms_btn a {
  width: 100%;
}

.cms_table {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .cms_table {
    max-width: calc(900 / 1000 * 100%);
  }
}

.cms_st {
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .cms_st + [class^="cms_"], .cms_st + [class*=" cms_"] {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .cms_st + [class^="cms_"], .cms_st + [class*=" cms_"] {
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 1025px) {
  h3.cms_st {
    margin-bottom: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h3.cms_st {
    margin-bottom: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.cms_st {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) {
  h3.cms_st {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.cms_st {
    margin-top: 3.57rem;
  }
}
h3.cms_st .jp {
  position: relative;
}
@media only screen and (min-width: 768px) {
  h3.cms_st .jp {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  h3.cms_st .jp {
    font-size: 1.54rem;
  }
}
h3.cms_st .jp:before {
  position: absolute;
  bottom: -1.08rem;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 85px;
  height: 3px;
  background-color: var(--aaaaa);
}

h4.cms_st {
  border-bottom: 1px solid var(--aaaaa);
  display: inline-block;
  padding-bottom: 0.71rem;
}
@media only screen and (min-width: 768px) {
  h4.cms_st {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  h4.cms_st {
    margin-top: 0.71rem;
  }
}

h5.cms_st {
  color: var(--bbbbb);
}
h5.cms_st .jp {
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
  .cms_slider {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_slider {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_slider {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_slider {
    margin-bottom: 1.07rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_img {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_img {
    margin-top: 1.78rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_iframe {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_iframe {
    margin-top: 3.57rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_txt_img {
    margin-bottom: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img {
    margin-bottom: 1.78rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_txt_img + .cms_txt_img {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_txt_img + .cms_txt_img {
    margin-top: 1.78rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_text {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_text {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_text + [class^="cms_"], .cms_text + [class*=" cms_"] {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_text + [class^="cms_"], .cms_text + [class*=" cms_"] {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_text + .cms_text {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_text + .cms_text {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_text + .cms_btn {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_text + .cms_btn {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_table {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_table {
    margin-top: 3.57rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_btn {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_btn {
    margin-top: 1.78rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_btn + [class^="cms_"], .cms_btn + [class*=" cms_"] {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_btn + [class^="cms_"], .cms_btn + [class*=" cms_"] {
    margin-top: 3.57rem;
  }
}
@media only screen and (min-width: 768px) {
  .cms_btn + .cms_btn {
    margin-top: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_btn + .cms_btn {
    margin-top: 1.07rem;
  }
}

@media only screen and (min-width: 768px) {
  .cms_link {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_link {
    margin-top: 1.42rem;
  }
}
.cms_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cms_link ul li {
  margin-bottom: 1.07rem;
}
.cms_link ul li a {
  text-decoration: none !important;
  position: relative;
  padding: 0 15px;
}
.cms_link ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--aaaaa);
  bottom: -10px;
  opacity: 0;
}
.cms_link ul li a:hover::after {
  opacity: 1;
  transition: .3s;
}
.cms_link ul li a i {
  padding-left: 0.35rem;
}

.cms_place {
  display: flex;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .cms_place {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .cms_place {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms_place {
    flex-direction: column;
  }
}
.cms_place .box_place {
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .cms_place .box_place {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms_place .box_place {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .cms_place .box_place {
    width: 100%;
  }
}
.cms_place .box_place dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding: 10px 0 5px 0;
}
@media only screen and (min-width: 1025px) {
  .cms_place .box_place dl {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cms_place .box_place dl {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cms_place .box_place dl {
    width: 100%;
  }
}
.cms_place .box_place dl dd {
  text-align: right;
}
