@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
.top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.top-info > div {
  width: calc((100% - 50px) / 2);
}
.top-info .text {
  margin-bottom: 30px;
}
.top-info .imgs img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-info > div {
    width: 100%;
  }
}

.decor1 {
  display: none;
}

@media screen and (max-width: 640px) {
  .top-mv .bg-img img {
    width: 100% !important;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (max-width: 640px) {
  .top-top-mv .bg-img img {
    width: 100% !important;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.new_mv {
  position: relative;
  margin-bottom: 100px;
}
.new_mv .wraps .imgs {
  width: 80%;
}
.new_mv .wraps .imgs img {
  width: 100%;
}
.new_mv .wraps .txts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  gap: 10px;
}
.new_mv .wraps .txts h2 span {
  display: inline-block;
  background-color: #813771;
  color: #fff;
  line-height: 1;
  padding: 20px 30px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
}
.new_mv .wraps .txts div {
  display: inline-block;
  background-color: #813771;
  color: #fff;
  line-height: 1;
  padding: 20px 30px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .new_mv .wraps .imgs {
    width: 100%;
  }
  .new_mv .wraps .imgs img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .new_mv .wraps .txts {
    top: auto;
    -webkit-transform: none;
            transform: none;
    bottom: 30px;
  }
  .new_mv .wraps .txts h2 span {
    font-size: 23px;
  }
  .new_mv .wraps .txts div {
    font-size: 15px;
    padding: 10px;
  }
}

.title-decor02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title-decor02 span {
  display: inline-block;
  background-color: #0F4539;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .title-decor02 span {
    font-size: 18px;
  }
}

.appeal {
  background-color: #eef5f3;
  padding: 40px 80px;
  margin-top: 80px;
}
.appeal .title {
  padding-bottom: 30px;
  text-align: center;
}
.appeal h4 {
  padding-bottom: 0;
}
.appeal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.appeal ul li {
  line-height: 1.75;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .appeal {
    padding: 25px;
    padding-left: 45px;
  }
  .appeal ul li {
    font-size: 16px;
  }
}

.rec-txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.rec-txt:last-child {
  margin-bottom: 0;
}
.rec-txt h5 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 400;
  color: #333;
}
.rec-txt h5:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .rec-txt {
    font-size: 14px;
  }
  .rec-txt h5 {
    font-size: 14px;
  }
}

.rec-txt02 {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 2;
}
.rec-txt02 .bikou {
  margin: 10px 0 15px;
  background-color: #d6e2c9;
  padding: 15px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .rec-txt02 {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .rec-messe {
    text-align: left;
  }
}

.d_n {
  display: none;
}

.tags {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
.tags li {
  font-size: 16px;
  background-color: #fff;
  color: #0F4539;
  padding: 7px 10px;
  font-weight: bold;
  width: calc((100% - 20px) / 3);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tags li {
    font-size: 13px;
    padding: 5px;
  }
}

.tit01 {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #d6e2c9;
  color: #0F4539;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .tit01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .tit01 {
    font-size: 22px;
    padding: 10px 0;
  }
}

.tit02 {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  color: #0F4539;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .tit02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .tit02 {
    font-size: 22px;
    padding: 10px 0;
  }
}

.temp-txt01 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}

.list01 {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .list01 {
    padding: 0 20px;
  }
}
.list01 li {
  width: calc((100% - 60px) / 4);
  position: relative;
}
.list01 li:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.list01 li img, .list01 li video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .list01 {
    width: 80%;
    margin: 0 auto 60px;
  }
  .list01 li {
    width: 100%;
  }
}

.catch {
  margin-bottom: 50px;
  padding: 0 10px;
}
.catch img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .rec-h4 {
    font-size: 18px;
  }
}

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

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

.top-daihyo {
  text-align: center;
  margin-bottom: 120px;
  position: relative;
}
.top-daihyo:before {
  display: block;
  content: "";
  width: 559px;
  height: 258px;
  top: 0;
  right: -127px;
  position: absolute;
  background-image: url(images/bg-decor4.svg);
  z-index: -1;
  background-repeat: no-repeat;
}
.top-daihyo .temp-txt01 {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .top-daihyo .temp-txt01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .top-daihyo {
    text-align: left;
    padding: 0 20px;
  }
  .top-daihyo .temp-txt01 {
    width: 100%;
    padding: 0;
    max-width: 100%;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-daihyo .temp-txt01 .imgs {
    margin: 0 auto;
  }
  .top-daihyo .name {
    text-align: center;
    margin-top: 20px;
  }
  .top-daihyo .name img {
    height: 20px;
  }
}

.d_none {
  display: none;
}

.rec-catch {
  font-size: 36px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-weight: bold;
  color: #0F4539;
}
.rec-catch span {
  font-size: 1.75em;
  color: #0F4539;
  display: inline-block;
  background-color: #0F4539;
  color: #fff;
  margin: 0 0.25em;
  padding: 0.25em 0;
}
@media screen and (max-width: 640px) {
  .rec-catch {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .rec-catch span {
    margin: 0 0.25em;
    font-size: 1.5em;
  }
}/*# sourceMappingURL=assets.css.map */