﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#quality img {
  max-width: 100%;
  height: auto;
}
.sample {
  font-family:
    YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
a:hover {
  text-decoration: none;
}
figcaption {
  background-color: transparent !important;
}
.footer-middle-l ul br.clr {
  display: none !important;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/*#pankuzu {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
#quality {
  width: 100%;
}
#quality p {
  font-size: 15px;
  line-height: 1.8;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: 80vh !important;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wcover {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 243px;
  color: #fff;
  padding-top: 3%;
}
.wcover h1 {
  font-size: 36px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
  border: 2px solid #fff;
  padding: 6px 0 6px 11px;
  margin: 0 auto;
  width: 400px;
  text-align: center;
}
.wcover span {
  font-family: garamond-premier-pro, serif !important;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 38px 0 30px 0;
  display: block;
}
.wcover p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
.caption p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
}
.caption {
  padding-bottom: 130px;
  padding-top: 120px;
}
.sp_caption {
  display: none;
}
/* ▼カテゴリー、共通*/
/* ----------------------------------------------------- */
.ic_cover {
  background-color: #f1f1f1;
  padding-bottom: 200px;
}
.ic_cover.wh {
  background-color: #ffffff;
}
.mh2 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.cap_h2 {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  font-family: garamond-premier-pro, serif !important;
  font-style: normal;
  padding-top: 6px;
}
.mh2_cover {
  padding: 140px 0 50px 0;
}
.mh3 {
  color: #111;
  padding-bottom: 45px;
  font-size: 40px;
  font-weight: lighter;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-family: garamond-premier-pro, serif !important;
}
.mh_cap {
  padding-bottom: 78px;
}
/* ▼取り組みボックス*/
/* ----------------------------------------------------- */
.explan_box {
  background-color: #fff;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 1728px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 46px 46px;
}
.wh .explan_box {
  border: 0.5px solid #6d6d6d;
}
.exp_txt_box {
  width: 30%;
  margin: 0px 6% 0 2.5%;
  text-align: justify;
  position: relative;
  padding-top: 13%;
}
.exp_img_box {
  width: 61.5%;
}
.mh4 {
  font-size: 17px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  background-image: url("../img/bg_circle.svg");
  background-size: cover;
  width: 84.8px;
  height: 85px;
  margin-bottom: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.mh3_2 {
  font-size: 30px;
  line-height: 1.3;
  padding-bottom: 36px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.exp_txt {
  max-width: 400px;
}
.owl-prev {
  z-index: 99999;
  position: absolute;
  top: 47%;
  left: 1%;
  clear: both;
  display: block;
  background-image: url(../img/owl_arrow_l.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: right;
}
.owl-next {
  z-index: 99999;
  position: absolute;
  top: 47%;
  right: 1%;
  clear: both;
  display: block;
  background-image: url(../img/owl_arrow_r.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left;
}
.owl-dots {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #cccccc !important;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.3rem;
  background: #cccccc;
  position: relative;
  opacity: 0.5;
}
.item img {
  object-fit: cover;
  height: 65vh !important;
}
.item.tate img {
  object-fit: cover;
  height: 65vh !important;
}
.item.top img {
  object-position: top;
}

/* ▼footer_mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
  text-align: left;
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
b {
  margin: 15px 3% 0 0 !important;
}
.top-webmagazine h2 {
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 0 15px !important;
  padding: 13px 0 8px !important;
  font-size: 24px !important;
}
.garamond {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}
/* ▼feature*/
/* ----------------------------------------------------- */
.bn_cover {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  gap: 2rem;
}
.tf_b {
  padding-bottom: 40px;
  text-align: center;
}
.tf_b a {
  text-decoration: none;
  color: #111;
}
.bn_cover img {
  padding-bottom: 10px;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .exp_txt_box {
    width: 100%;
  }
  .exp_txt {
    max-width: 800px;
    padding-bottom: 50px;
  }
  .explan_box {
    flex-direction: column;
  }
  .item.tate img {
    object-fit: cover;
    height: 40vh !important;
  }
  .item img {
    object-fit: cover;
    height: 40vh !important;
  }
  .exp_img_box {
    width: 100%;
  }
  .mh4 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {

}
@media screen and (max-width: 1200px) {
  .mh3_2 br {
    display: none;
  }
}
@media screen and (max-width: 1440px) {}