  /* ==========================================================================
   parts
   ========================================================================== */
.c-topNewsContainer-btn .p-btn {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .c-topNewsContainer-btn .p-btn {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-topNewsContainer-btn .p-btn:last-child {
  margin-bottom: 0;
}

.c-topInfoContainer .p-ttl.-type04 {
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer .p-ttl.-type04 {
    text-align: center;
  }
}

.c-topInfoContainer .p-ttl.-type04:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 1px;
  border-top: 1px solid #cccccc;
  top: 50%;
  margin-left: 23px;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer .p-ttl.-type04:after {
    content: none;
  }
}

.c-strategyContainer{
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-strategyContainer{
    margin-top: 60px;
  }
}

.c-strategyContainer .p-btn.-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .c-strategyContainer .p-btn.-primary {
    -webkit-box-shadow: 0 3px 2px #e5e5e5;
            box-shadow: 0 3px 2px #e5e5e5;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-newsList-date {
  font-weight: normal;
  color: #666;
}

.m-mvSlide {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-mvSlide .m-mvSlide-item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: opacity 3s ,-webkit-transform 4s;
  transition: opacity 3s ,-webkit-transform 4s;
  transition: opacity 3s ,transform 4s;
  transition: opacity 3s ,transform 4s ,-webkit-transform 4s;
}

.m-mvSlide .m-mvSlide-item.-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.m-topMv {
  height: 720px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.m-topMv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .m-topMv {
    height: 320px;
  }
}

.m-topMv-ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .5rem;
  text-align: left;
  top: 50%;
}

@media print, screen and (min-width: 769px) {
  .m-topMv-ttl {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .m-topMv-ttl {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .m-topMv-ttl {
    position: absolute;
    font-size: 2.8rem;
    line-height: 1.43;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#myPlayerID {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 39.0625vw;
  min-width: 1920px;
  min-height: 750px;
}

@media only screen and (max-width: 768px) {
  #myPlayerID {
    display: none;
  }
}

.m-topNews-ttl {
  font-size: 1.8rem;
  color: #c40000;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .m-topNews-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
}

.m-topNews-item {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .m-topNews-item {
    margin-bottom: 25px;
  }
}

.m-topNews-date {
  width: 135px;
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .m-topNews-date {
    display: block;
    margin-bottom: 10px;
  }
}

.m-strategyMv {
  position: relative;
  background-image: url(/img/img-strategy-pc.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .m-strategyMv {
    background-image: none;
    height: auto;
    position: relative;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-strategyMv:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 20px 50vw 0 50vw;
    z-index: 1;
  }
}

.m-strategyMv-ttlWrap {
  margin-bottom: 25px;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  .m-strategyMv-ttlWrap {
    position: relative;
    background-image: url(/img/img-strategy-sp.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 386px;
    margin-bottom: 35px;
    padding-top: 0;
  }
}

.m-strategyMv-ttl {
  color: #ffffff;
  font-size: 1.8rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .m-strategyMv-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .m-strategyMv-leadWrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) and (min-width: 769px) {
  .m-strategyMv-leadWrap {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .m-strategyMv-leadWrap {
    width: 92%;
  }
}

.m-strategyMv-lead {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.71;
  font-weight: bold;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .m-strategyMv-lead {
    color: #333333;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 40px;
  }
}

.m-topPanelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -60px;
}

@media only screen and (max-width: 768px) {
  .m-topPanelList {
    display: block;
    margin-top: 0;
  }
}

.m-topPanelList-item {
  width: calc(380 / 1180 * 100%);
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .m-topPanelList-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.m-topPanelList-item:last-child {
  margin-bottom: 0;
}

.m-topPanelList-link {
  display: block;
  height: 100%;
  border: 5px solid #ececec;
  color: #333;
  padding: 30px;
}

@media print, screen and (min-width: 769px) {
  .m-topPanelList-link {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .m-topPanelList-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .m-topPanelList-link {
    padding: 25px;
  }
}

.m-topPanelList-icon {
  display: block;
  width: 25%;
  max-width: 124px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 768px) {
  .m-topPanelList-icon {
    margin-bottom: 10px;
  }
}

.m-topPanelList-arrow {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .m-topPanelList-arrow {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.m-topPanelList-arrow:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #f3be00;
  border-right: 3px solid #f3be00;
  margin-bottom: 2px;
  margin-left: 5px;
}

.m-topPanelList-txt {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .m-topPanelList-txt {
    font-size: 1.4rem;
  }
}

.m-topTopicsHead {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .m-topTopicsHead {
    padding-bottom: 0px;
  }
}

.m-topTopicsHead-ttl {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .m-topTopicsHead-ttl {
    font-size: 2.8rem;
    line-height: 1.14;
    margin-bottom: 18px;
  }
}

.m-topTopicsHead-cap {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .m-topTopicsHead-cap {
    font-size: 1.2rem;
    margin-bottom: 30px;
    display: inline-block;
  }
}

.m-topTopicsHead-rss {
  position: absolute;
  display: inline-block;
  right: 50px;
  top: 22px;
  width: 52px;
}

@media only screen and (max-width: 768px) {
  .m-topTopicsHead-rss {
    position: relative;
    display: block;
    right: auto;
    top: auto;
    margin: 0 auto;
    width: 42px;
  }
}

.m-topTopicsHead-rss img {
  width: 100%;
}

/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  margin-bottom: 40px;
  overflow: hidden;
}

.c-topNewsContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .c-topNewsContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topNewsContainer {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-topNewsContainer {
    display: block;
  }
}

.c-topNewsContainer-list {
  width: calc(100% - 420px);
}

@media only screen and (max-width: 768px) {
  .c-topNewsContainer-list {
    width: 100%;
  }
}

.c-topNewsContainer-btn {
  width: 400px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .c-topNewsContainer-btn {
    width: 100%;
    text-align: left;
  }
}

.c-newsContainer-ttlrss {
  position: absolute;
  top: 10px;
}

@media print, screen and (min-width: 769px) {
  .c-newsContainer-ttlrss {
    right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-newsContainer-ttlrss {
    right: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-newsContainer-ttlrss {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .c-newsContainer-ttlrss:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 769px) {
  .c-newsContainer-ttlrss img {
    width: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-newsContainer-ttlrss img {
    width: 40px;
  }
}

.c-topNoteContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


@media print, screen and (min-width: 769px) {
  .c-topNoteContainer {
    margin-bottom: 10px;
  }
  .c-topNoteContainer:last-child {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topNoteContainer {
    margin-bottom: 25px;
  }
  .c-topNoteContainer:last-child {
    margin-bottom: 40px;
  }
}

.c-topNoteContainer-date {
  display: inline-block;
  width: 140px;
  font-size: 1.6rem;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .c-topNoteContainer-date {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-topInfoContainer {
  background-color: #f5f5ee;
}

@media print, screen and (min-width: 769px) {
  .c-topInfoContainer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer {
    overflow: hidden;
  }
}

.c-topInfoContainer-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .c-topInfoContainer-inner.-group {
    display: block;
    padding-bottom:70px;
  }
  .c-topInfoContainer-inner.-group > div {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-inner.-group {
    padding-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    width: 100%;
  }
  .c-topInfoContainer-inner.-group > div {
    width: 92%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  .c-topInfoContainer-inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-inner {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-inner {
    display: block;
  }
}

.c-topInfoContainer-item {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-item.-border {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer-item.-border:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    margin: 0 -4%;
    height: 2px;
    border-bottom: 2px solid #e5e5e5;
  }
}

.c-topInfoContainer .c-newsContainer {
  margin-bottom: 0;
  padding-bottom: 80px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer .c-newsContainer {
    padding-bottom: 40px;
  }
}

.c-topInfoContainer .c-newsContainer-inner {
  width: 100%;
  height: 100%;
  min-width: auto;
  padding-bottom: 85px;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer .c-newsContainer-inner {
    padding-bottom: 0;
  }
}

.c-topInfoContainer .c-newsContainer-btnlinkWrap {
  position: absolute;
  margin-top: 0;
  bottom: 0;
  left: 10px;
}

@media only screen and (max-width: 768px) {
  .c-topInfoContainer .c-newsContainer-btnlinkWrap {
    position: relative;
    margin-top: 30px;
    left: 0;
  }
}

.c-strategyContainer-panel {
  background-color: #f5f5ee;
}

@media only screen and (max-width: 768px) {
  .c-strategyContainer-panel {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c-strategyContainer-panelInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 360px;
}

@media print, screen and (min-width: 769px) {
  .c-strategyContainer-panelInner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-strategyContainer-panelInner {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-strategyContainer-panelInner {
    height: auto;
  }
}

.c-topTopicsContainer {
  margin: 70px 0;
  background: #f5f5ee;
  padding: 80px 0;
}

@media only screen and (max-width: 768px) {
  .c-topTopicsContainer {
    margin-top: 50px;
    margin-bottom: 60px;
    padding: 60px 0;
  }
}

.c-topTopicsContainer-head {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-topTopicsContainer-head {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topTopicsContainer-head {
    width: 92%;
  }
}

.c-topTopicsContainer-link {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .c-topTopicsContainer-link {
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .c-topTopicsContainer-link:hover {
    opacity: 0.7;
  }
}

.c-topTopicsContainer-link:hover .m-topTopicsLead-txt {
  text-decoration: underline;
}

.c-topTopicsContainer-lead {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.c-topTopicsContainer-topics {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-topTopicsContainer-topics {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topTopicsContainer-topics {
    width: 92%;
  }
}

/* Main visual
   ========================================================================== */
.main-visual {
  position: relative;
  height: calc(100vh - 245px);
  max-height: 420px;
}

@media (min-width: 769px) {
  .main-visual {
    height: calc(100vh - 210px);
  }
}

@media (max-width: 768px) {
  .main-visual {
    height: calc(100vh - 130px);
    max-height: 188px;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .ie .main-visual {
    max-height: 420px;
  }
}

.main-visual_slide {
  position: relative;
  z-index: 1;
}

img.js-object-fit {
  height: 100%;
  /*
    width: auto;
    max-width: none;
    */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  /*
    font-family: 'object-fit:cover; object-position: center center;';
    */
}

.main-visual_item {
  overflow: hidden;
  width: 1100px;
}

@media (max-width: 768px) {
  .main-visual_item {
    width: 305px;
  }
}

.main-visual_item img {
  min-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

.ie .main-visual_item img {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  .main-visual_item img.m-pc {
    display: inline-block;
  }
  .main-visual_item img.m-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-visual_item img {
    width: 100%;
  }
  .main-visual_item img.m-pc {
    display: none;
  }
  .main-visual_item img.m-sp {
    display: inline-block;
  }
}

.ie .main-visual_item img {
  width: 100%;
  max-height: 100%;
}

.main-visual_item:hover img {
  -webkit-transform: scale(1.025) translate(0, 0);
  transform: scale(1.025) translate(0, 0);
}

html:not(.ie) .main-visual_item_inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 769px) {
  html:not(.ie) .main-visual_item_inner {
    /*
      min-width: 1500px;
      min-height: 800px;
      */
  }
}

.ie .main-visual_item_inner {
  overflow: hidden;
  position: static;
  top: 0%;
  left: 0%;
  width: auto;
  height: auto;
  -webkit-transform: translate(0%, -7%);
  transform: translate(0%, -7%);
}

@media (min-width: 769px) {
  .ie .main-visual_item_inner {
    /*
      min-width: 1500px;
      min-height: 800px;
      */
  }
}

/* m-carousel.main-visual
   ========================================================================== */
.m-carousel.main-visual {
  overflow: visible;
  position: relative;
  padding-bottom: 0;
  left: 50%;
  overflow: hidden;
}

@media (min-width: 769px) {
  .m-carousel.main-visual {
    width: calc(100% + 80px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .m-carousel.main-visual {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    left: 0;
  }
}

.m-carousel.main-visual .m-carousel_box a figure {
  margin-bottom: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_box a figure {
    margin-bottom: 15px;
  }
}

.m-carousel.main-visual .m-carousel_box a figure img {
  max-height: none;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 769px) {
  .m-carousel.main-visual .m-carousel_box a:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.m-carousel.main-visual .m-carousel_pagination {
  display: inline-block;
  left: auto;
  right: calc(50% - 550px + 70px);
  bottom: 16px;
  font-size: 0;
  width: auto;
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_pagination {
    right: calc(50% - 152px + 12px);
    bottom: 8px;
  }
}

.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet {
  background: transparent;
  border: solid 1px #ffffff;
  border-radius: 50%;
  height: 10px;
  margin: 5px 10px 0 0;
  opacity: 1;
  width: 10px;
}

.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3be00;
  border-color: #f3be00;
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}

.m-carousel.main-visual .m-carousel_button-next.swiper-button-disabled,
.m-carousel.main-visual .m-carousel_button-prev.swiper-button-disabled {
  opacity: 0;
}

.m-carousel.main-visual .m-carousel_button-next,
.m-carousel.main-visual .m-carousel_button-prev {
  background: url(/img/carousel_img_next.svg) no-repeat 50% 50% #ffffff;
  background-size: 15px 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.15);
  display: block;
  height: 30px;
  margin-top: 0;
  top: 45%;
  width: 30px;
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-next,
  .m-carousel.main-visual .m-carousel_button-prev {
    display: block;
    background-size: 8px 5px;
    width: 21px;
    height: 21px;
  }
}

.m-carousel.main-visual .m-carousel_button-next:hover,
.m-carousel.main-visual .m-carousel_button-prev:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.m-carousel.main-visual .m-carousel_button-next {
  right: calc(50% - 567px);
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-next {
    right: calc(50% - 165px);
  }
}

.m-carousel.main-visual .m-carousel_button-prev {
  left: calc(50% - 567px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .m-carousel.main-visual .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 768px) {
  .m-carousel.main-visual .m-carousel_button-prev {
    left: calc(50% - 165px);
  }
  .m-carousel.main-visual .m-carousel_button-prev:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 769px) {
  .m-carousel.main-visual.theme-default {
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.main-visual .swiper-slide {
  position: relative;
}

.main-visual .swiper-slide::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.main-visual .swiper-slide.swiper-slide-prev::before,
.main-visual .swiper-slide.swiper-slide-next::before {
  opacity: 1;
  z-index: 5;
}

.m-4colLinkList{
  display: flex;
  gap: 20px;
}
.m-4colLinkList-item{
  text-align: center;  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  position: relative;
  background-color: white;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.m-4colLinkList-item a{
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 16px;
  width: 100%;
  transition: color 0.3s;
}

.m-4colLinkList-item a:hover{
  color: #f3be00;
}

.m-4colLinkList-item a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  background-image: url(/common/img/ico-window.png);
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}



@media only screen and (max-width: 768px) {
  .m-4colLinkList{
    flex-direction: column;
  }
  .m-4colLinkList-item{
    width: 100%;
  }
}

























.c-informationArea {
  margin: 0 auto;
  padding: 20px 10px;
}

.c-informationArea-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.m-card {
  background-color: #fff7e0;
  padding: 30px;
  border-radius: 4px;
  width: 32.2%;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
}

.m-card .m-card-title {
  display: flex;
  align-items: center;
  color: #333;
  transition: color 0.3s;
}

.m-card .m-card-title:hover {
  color: #f3be00;
}

.m-card .m-card-title img {
  width: 70px;
  height: 70px;
  margin-right: 17px;
}

.m-card .m-card-title h2 {
  font-size: 24px;
  font-weight: bold;
}

.m-card .m-card-title .arrow {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #f3be00;
  border-right: 2px solid #f3be00;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

.m-card .m-card-title:hover .arrow {
  border-color: #ff9f00;
}

.m-card .m-card-divider {
  position: relative;
  height: 2px;
  background-color: #ffe296;
  margin: 10px 0 22px;
}
.m-card .m-card-divider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  background-color: #ffc700;
}

.m-card .m-card-content {
  text-align: left;
}

.m-card .m-card-content .m-card-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.m-card .m-card-content .m-card-text.-bigText{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 30px;
}

.link-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}

.link-text .arrow {
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f5c51c;
  border-right: 2px solid #f5c51c;
  transform: rotate(45deg);
}

.link-text:hover {
  color: #f3be00;
}


.m-card.-sustainability {
  width: 520px;
  padding: 30px 50px;
  background-color: #fff;
}
.m-card.-sustainability .m-card-title h2 {
  font-size: 26px;
}
.m-card.-sustainability .m-card-title img {
  width: 80px;
  height: 80px;
  margin-right: 17px;
}


.sustainability {
  background-image: url(/img/bg-sustainability.jpg);
  background-size: cover;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .c-informationArea {
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {

  .c-informationArea {
    padding: 0;
  }
  .c-informationArea-inner {
      flex-direction: column;
      width: 92%;
      margin-left: auto;
      margin-right: auto;
      gap: 20px;
      margin-bottom: 20px;
  }

  .m-card {
      width: 100%;
      padding: 20px;
  }
  .m-card .m-card-title img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .m-card .m-card-title h2 {
    font-size: 18px;
  }


  .m-card.-sustainability {
    width: 92%;
    padding: 20px;
    border: 2px solid #eeeeee;
  }

  .m-card.-sustainability .m-card-title h2 {
    font-size: 18px;
  }
  .m-card.-sustainability .m-card-title img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .m-card .m-card-content .m-card-text.-bigText{
    font-size: 24px;
    margin-bottom: 20px;
  }


  .sustainability {
    background-image: url(/img/bg-sustainability-sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    flex-direction: column;
    padding: 50% 0 0 ;
  }

}















/* 詳しく知りたい方へセクション */
.details-section {
  background-color: #f8f8f0;
  padding: 30px 14%;
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid #e6e6df;
}

.details-content {
  display: flex;
  align-items: center;
}

.details-icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
  width: 240px;
}

.details-icon img {
  width: 29px;
  height: 34px;
  margin-right: 14px;
}

.details-icon h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.details-text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.pdf-links {
  display: flex;
  gap: 30px;
}

.pdf-link {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}

.pdf-link:hover {
  color: #ff9f00;
}

.pdf-icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('/css/pdf-icon.png');
  background-size: cover;
}


/* レスポンシブ対応 */
@media screen and (max-width: 768px) {

  .details-section {
    width: 92%;
    margin: 20px auto;
    padding: 30px 20px;
  }
  .details-content {
      flex-direction: column;
      align-items: flex-start;
  }

  .details-icon {
      margin-bottom: 20px;
  }

  .pdf-links {
      flex-direction: column;
      gap: 15px;
  }

  .pdf-link {
      margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-topNote {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-topNote {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
.p-topSmalliHeadding{
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .p-topSmalliHeadding{
    text-align: center;
  }
}







@media print, screen and (min-width: 769px) {
  .c-topGroupCompany{
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .c-topGroupCompany{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-topGroupCompany{
  margin-top: 50px;
  padding-bottom: 50px;
}

.m-groupCompanyList{
  display: flex;
  gap: 24px;
}
.m-groupCompanyList a{
  display: block;
}
.m-groupCompanyList a img{
  border-radius: 4px;
  border: 2px solid #e5e5e5;
  transition: opacity 0.2s;
  width: 100%;
}
.m-groupCompanyList a p{
  transition: color 0.2s;
}
.m-groupCompanyList a:hover img{
  opacity: 0.7;
}
.m-groupCompanyList a:hover p{
  color: #f3be00;
}
.m-groupCompanyList a p{
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.m-groupCompanyList a p::after{
  content: '';
  display: inline-block;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  background-image: url(/common/img/ico-window.png);  
}


@media only screen and (max-width: 768px) {

  .m-groupCompanyList{
    flex-wrap: wrap;
    gap: 20px 14px;
  }
  .m-groupCompanyList-item{
    width:  calc(50% - 7px);
  }

  .m-groupCompanyList a img{
    width: 100%;
  }
}





@media print, screen and (min-width: 769px) {

  .topics-list {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px; 
    margin-left: auto;
    margin-right: auto;

  }

  .topics-list-inner {
    visibility: visible;
  }
  .topics-list-wrapper{
    display: flex!important;
    gap: 13px;
    flex-wrap: wrap;
    justify-content: center;
  }
}


@media print, screen and (max-width: 768px) {

  .topics-list-inner {
    padding-bottom: 30px;
  }
}

.topics-card {
  background-color: white;
  border-radius: 4px;
  box-shadow: 7px 7px 0px 0px rgba(235, 235, 222, 1);
  max-width: 273px;
  margin-right: 7px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  transition: opacity 0.2s;
}
.topics-card:hover{
  opacity: 0.7;
}


.topics-card img {
  width: 100%;
}

.topics-card-content {
  padding: 20px;
}

@media print, screen and (max-width: 768px) {
  .topics-card{
    opacity: 0.7;

  box-shadow: 0px 7px 0px 0px rgba(235, 235, 222, 1);
  }
  .topics-card.is-active{
    opacity: 1;
  }
}


.date {
  font-size: 1.4rem;
  color: #666666;
}

.title {
  font-size: 1.6rem;
  margin: 5px 0;
  font-weight: bold;
  color: #333;
}

.description {
  font-size: 1.4rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数を2行に設定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button-group {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 20px;
}
.button-group.-info{
  margin-top: 40px;
}

@media print, screen and (max-width: 768px) {
  .button-group {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .button-group.-info{
    margin-top: 40px;
  } 
}


.note-button{
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #333;
  font-size: 16px;
  width: 100%;
  transition: color 0.3s;
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  max-width: 300px;
  text-align: center;
}

.note-button:hover{
  color: #f3be00;
}

.note-button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  background-image: url(/common/img/ico-window.png);
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 768px) {
  .note-button{
    max-width: 100%;
  }
}


.topics-list-inner .splide__pagination{
  bottom: 0;
}

.topics-list-inner .splide__pagination .splide__pagination__page{
  border-radius: 0;
  width: 26px;
  height: 5px;
  background-color: #e2e2cf;
}

.topics-list-inner .splide__pagination .splide__pagination__page.is-active{
  background-color: #f3be00;
  transform: scale(1);
}

.topics-list-inner .splide__arrows .splide__arrow{
  width: 40px;
  height: 40px;
  background-color: #f3be00;
  opacity: 1;
  box-shadow:3.5px 3.5px 0px 0px rgba(235, 235, 222, 0.7);
  transform: translateY(-30px);
}
.topics-list-inner .splide__arrows .splide__arrow svg{
  fill: #fff;
}
.topics-list-inner .splide__arrows .splide__arrow.splide__arrow--prev{
  left: 8px;
}
.topics-list-inner .splide__arrows .splide__arrow.splide__arrow--next{
  right: 8px;
}