@charset "UTF-8";
body {
  color: #707070;
}

@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 0px !important;
  }
}

/*============================
#side_nav
============================*/
#side_nav {
  background: url("../image/media/side_nav_bg_main.jpg") 0% 0%/cover no-repeat;
}

/*============================
sttl
============================*/
.sttl_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sttl_01 {
    margin-bottom: 25px;
  }
}
.sttl_01::before {
  background-size: cover !important;
}

/*============================
各メディアの皆様へ
============================*/
.inquiry_box {
  background: rgb(255, 252, 246);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 252, 246)), to(rgb(243, 238, 227)));
  background: linear-gradient(180deg, rgb(255, 252, 246) 0%, rgb(243, 238, 227) 100%);
  padding: 8%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .inquiry_box {
    padding: 8%;
  }
}
.inquiry_box .inquiry_ttle {
  font-size: 25px;
  color: #605043;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .inquiry_box .inquiry_ttle {
    font-size: clamp(20px, 1.5625vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .inquiry_box .inquiry_ttle {
    font-size: 20px;
  }
}
.inquiry_box p {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .inquiry_box p {
    font-size: 16px;
  }
}
.inquiry_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 1200px) {
  .inquiry_box .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.inquiry_box .btn_area .tel_btn {
  width: 383px;
}
@media screen and (max-width: 1600px) {
  .inquiry_box .btn_area .tel_btn {
    font-size: clamp(16px, 1.125vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .inquiry_box .btn_area .tel_btn {
    width: 305px;
  }
}
@media screen and (max-width: 500px) {
  .inquiry_box .btn_area .tel_btn {
    width: 100%;
  }
}
.inquiry_box .btn_area .tel_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  font-size: 18px;
  padding: 15px 5px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .inquiry_box .btn_area .tel_btn a {
    padding: 25px 0px;
    font-size: 16px;
  }
}
.inquiry_box .btn_area .mail_btn {
  background: #817061;
  width: 383px;
}
@media screen and (max-width: 1600px) {
  .inquiry_box .btn_area .mail_btn {
    font-size: clamp(16px, 1.125vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .inquiry_box .btn_area .mail_btn {
    width: 305px;
    padding: 25px 0px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inquiry_box .btn_area .mail_btn {
    width: 100%;
  }
}
.inquiry_box .btn_area .mail_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  color: #FFF;
  font-size: 18px;
  padding: 25px 5px;
}

/*============================
sideボタン
============================*/
.sub_navi {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .sub_navi {
    margin: 0 auto 50px;
  }
}
.sub_navi ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sub_navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0 10%;
    width: 90%;
  }
}
.sub_navi ul li {
  width: 25%;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .sub_navi ul li {
    width: 45%;
    border-left: 1px solid #707070;
    margin-bottom: 30px;
  }
}
.sub_navi ul li:first-child {
  border-left: 1px solid #707070;
}
.sub_navi ul li:nth-of-type(5) {
  border-left: 1px solid #707070;
}
.sub_navi ul li:nth-of-type(9) {
  border-left: 1px solid #707070;
}
.sub_navi ul li a {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 500px) {
  .sub_navi ul li a {
    font-size: 16px;
  }
}
.sub_navi ul li a:hover {
  opacity: 0.6;
}
.sub_navi ul li a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #B89E85;
  border-right: solid 2px #B89E85;
  position: absolute;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 100%;
  left: 48%;
}
@media screen and (max-width: 500px) {
  .sub_navi ul li a::after {
    left: 45%;
  }
}

/*============================
btn
============================*/
.content .btn {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  border-radius: 2px;
  margin: 0 0 70px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content .btn {
    margin: 0 auto 35px;
  }
}
.content .btn a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #FFFFFF !important;
  margin-bottom: 0 !important;
}
.content .btn_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  width: 500px;
  margin: 0 0 70px auto;
}
@media screen and (max-width: 768px) {
  .content .btn_w {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 35px auto;
    width: auto;
  }
}
.content .btn_w .btn {
  margin: 0 auto 10px;
}

/*============================
st_03
============================*/
.st_03_dot {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .st_03_dot {
    font-size: 20px;
  }
}

/*============================
txt
============================*/
.content .txt01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .content .txt01 {
    margin-bottom: 35px;
  }
}

/*============================
img
============================*/
.content .img {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .content .img {
    width: 100%;
  }
}

/*============================
new
============================*/
.content .new {
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  width: 78px;
  background: #817061;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1600px) {
  .content .new {
    font-size: clamp(12px, 0.875vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .content .new {
    font-size: 12px;
  }
}

/* テレビ
--------------------------------------------------------- */
#media_tv_sec .content {
  margin-bottom: 306px;
}
#media_tv_sec .content .sub_navi ul li:nth-of-type(5) {
  border-left: 1px solid #707070;
}
#media_tv_sec .content .sub_navi ul li:nth-of-type(9) {
  border-left: 1px solid #707070;
}
#media_tv_sec .content .sttl_01::before {
  background: url("../image/media/tv_icon.svg") no-repeat;
  width: 41.78px;
  height: 31.26px;
}
@media screen and (max-width: 1200px) {
  #media_tv_sec .content .sttl_01::before {
    width: 28px;
    height: 28px;
  }
}
#media_tv_sec .content .tv_box {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .tv_box {
    margin-bottom: 55px;
  }
}
#media_tv_sec .content .tv_box .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .tv_box .mb30 {
    margin-bottom: 15px;
  }
}
#media_tv_sec .content .tv_box a {
  display: inline-block;
  color: #9B8466;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .tv_box a {
    margin-bottom: 35px;
  }
}
#media_tv_sec .content .tv_box02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .tv_box02 {
    margin-bottom: 35px;
  }
}
#media_tv_sec .content .belong_txt_box {
  background-color: #FBF9F6;
  border: 1px solid #9B8466;
  padding: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box {
    padding: 20px;
    margin-bottom: 35px;
  }
}
#media_tv_sec .content .belong_txt_box p {
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  #media_tv_sec .content .belong_txt_box p {
    font-size: clamp(14px, 1.125vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
#media_tv_sec .content .belong_txt_box .b_txt01 {
  max-width: 632px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box .b_txt01 {
    width: 100%;
  }
}
#media_tv_sec .content .belong_txt_box .b_txt02 {
  max-width: 828px;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box .b_txt02 {
    width: 100%;
  }
}
#media_tv_sec .content .belong_txt_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box ul {
    display: block;
  }
}
#media_tv_sec .content .belong_txt_box ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  #media_tv_sec .content .belong_txt_box ul li {
    font-size: clamp(12px, 1vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box ul li {
    width: 100%;
    font-size: 12px;
  }
}
#media_tv_sec .content .belong_txt_box ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  background-color: #C7B6A1;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #media_tv_sec .content .belong_txt_box ul li::before {
    width: 13px;
    height: 13px;
    top: 10px;
  }
}

/* 新聞
--------------------------------------------------------- */
#media_paper_sec .content {
  margin-bottom: 380px;
}
#media_paper_sec .content .sttl_01::before {
  background: url("../image/media/paper/pepper.svg") no-repeat;
  width: 45.03px;
  height: 29.04px;
}
@media screen and (max-width: 1200px) {
  #media_paper_sec .content .sttl_01::before {
    width: 32px;
    height: 20px;
  }
}
#media_paper_sec .content .paper_box {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #media_paper_sec .content .paper_box {
    margin-bottom: 55px;
  }
}

/* 雑誌
--------------------------------------------------------- */
#media_magazine_sec .content {
  margin-bottom: 249px;
}
#media_magazine_sec .content .sttl_01::before {
  background: url("../image/media/magazine/magazine.svg") no-repeat;
  width: 44.47px;
  height: 31.02px;
}
@media screen and (max-width: 1200px) {
  #media_magazine_sec .content .sttl_01::before {
    width: 34px;
    height: 23px;
  }
}
#media_magazine_sec .content .magazine_box {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #media_magazine_sec .content .magazine_box {
    margin-bottom: 55px;
  }
}
#media_magazine_sec .content .eyeland_btn {
  text-align: end;
  margin-bottom: 87px;
}
@media screen and (max-width: 768px) {
  #media_magazine_sec .content .eyeland_btn {
    margin-bottom: 44px;
  }
}
#media_magazine_sec .content .eyeland_btn a {
  padding: 10px 38px 10px 22px;
  background-color: #817061;
  color: #fff;
  border-radius: 2px;
  position: relative;
}
#media_magazine_sec .content .eyeland_btn a .arrow01 {
  display: inline-block;
  vertical-align: middle;
  color: #9B8466;
  line-height: 1;
  position: relative;
  width: 5px;
  height: 5px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 15px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#media_magazine_sec .content .eyeland_btn a .arrow01:before, #media_magazine_sec .content .eyeland_btn a .arrow01::after {
  content: "";
  top: -1px;
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
#media_magazine_sec .content .eyeland_btn a .arrow01:before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
#media_magazine_sec .content .eyeland_btn a .arrow01::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}/*# sourceMappingURL=media_layout.css.map */