@charset "UTF-8";

/* *****************************************************

TOPページ用のスタイル

******************************************************** */
#wrapper {
  position: static;
}

/* top
---------------------------------------------- */
#mainA {
  /* max-width: 2000px;
  margin-left: auto;
  margin-right: auto; */
  background: url("../image/top_mainimage.jpg") no-repeat center / cover;
  height: 100vh;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
}

.pscroll {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 40px);
  padding-bottom: 70px;
  line-height: 1;
  background: url("../image/common/top_scrollicon.png") no-repeat center bottom / 30px auto;
}

.maintitle {
  font-size: 7.2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.maintxt {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1999px) {
  .maintitle {
    font-size: 6rem;
  }

  .maintxt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 979px) {
  .maintitle {
    font-size: 5rem;
  }

  .maintxt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 690px) {
  .maintitle {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }

  .maintxt {
    font-size: 2rem;
  }
}

/* common title
---------------------------------------------- */
.title02 {
  color: #000;
  font-size: 4.8rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.title03 {
  color: #000;
  font-size: 3.6rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 1680px) {
  .title02 {
    font-size: 4rem;
  }

  .title03 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .title02 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }

  .title03 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 690px) {
  .title02 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .title03 {
    font-size: 2rem;
  }
}

/* news
---------------------------------------------- */
#newsA {
  /* height: 100vh; */
  background: url("../image/top_news_bg.jpg") no-repeat right bottom / 40% auto;
}

.titleH {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.titleH .title02 {
  margin-left: 0;
  margin-bottom: 0;
}

.titleH .btn {
  margin-left: auto;
}

#newsA .spon {
  display: none;
}

.rssicon {
  padding: 5px 1em;
  /* line-height: 1; */
  border-radius: 100vh;
  border: 2px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
  font-size: 13px;
  min-width: 160px;
  text-align: center;
}

.newsB dl {
  padding: 10px 1em;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newsB .rss_date {
  width: 110px;
}

.newsB .rss_title {
  width: calc(100% - 110px);
  display: flex;
  align-items: center;
}

.newsB a {
  color: #000;
  text-decoration: none;
  display: block;
}

.newsB .rss_title p {
  /* margin-left: -110px; */
  margin-left: 1em;
}

.newsB a:hover {
  background-color: #f5f5f5;
}

.newsB .rss_contents {
  width: 100%;
  display: none;
}

@media screen and (max-width: 690px) {
  #newsA {
    background-size: 60% auto;
  }

  .titleH {
    margin-bottom: 20px;
  }

  .titleH .btn {
    display: none;
  }

  #newsA .spon {
    display: block;
  }

  .newsB .rss_title {
    width: 100%;
    position: relative;
  }

  .rssicon {
    position: absolute;
    top: -25px;
    left: 100px;
    min-width: auto;
    font-size: 12px;
    padding: 0 1em;
  }

  .newsB .rss_title p {
    margin-left: 0;
    margin-top: 5px;
  }

  .newsB dl {
    padding-left: 0;
    padding-right: 0;
  }
}

/* business
---------------------------------------------- */
#businessA {
  height: 100vh;
  background-color: #f5f5f5;
  padding-left: 440px;
}

.businessB {
  height: 100vh;
  background-color: #fff;
  padding: 5% 0 0 0;
  overflow: hidden;
}

.businessB .title02 {
  margin-left: 40px;
}

.tab-wrap {
  height: 95%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid #dddddd;
}

.tab-label {
  width: 395px;
  border-bottom: 1px solid #dddddd;
  padding: 30px 55px 30px 2em;
  font-size: 1.8rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  color: #000;
  background: url("../image/common/icon_arr_round.png") no-repeat right 25px center / 30px auto;
}

.tab-content {
  display: none;
}

.tab-switch:checked+.tab-label {
  background-color: #f5f5f5;
}

.tab-switch:checked+.tab-label+.tab-content {
  width: calc(100% - 395px);
  height: 100%;
  padding: 5em 160px 0 60px;
  border-left: 1px solid #dddddd;
  display: block;
}

.tab-switch {
  display: none;
}

.tab-content figure {
  margin-bottom: 10%;
}

.tab-content figure img {
  margin-left: 0;
}

@media screen and (max-width: 1999px) {
  #businessA {
    /*padding-left: 15%;*/
    padding-left: 300px !important;
  }

  .tab-content figure {
    margin-bottom: 7%;
  }

  .tab-label {
    width: 300px;
    padding: 30px 50px 30px 1.5em;
    background-position: right 15px center;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    width: calc(100% - 300px);
    height: 100%;
    padding: 3% 5% 0 60px;
  }
}

@media screen and (max-width: 1399px) {
  #businessA {
    padding-left: 5%;
  }

  .businessB .title02 {
    margin-left: 30px;
  }

  .tab-label {
    width: 260px;
    padding: 30px 40px 30px 1.5em;
    font-size: 1.6rem;
    background-size: 20px auto;
  }

  .tab-label br {
    display: none;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 1199px) {
  #businessA {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 979px) {
  #businessA {
    height: auto;
    padding: 0;
    margin-bottom: 80px;
  }

  .businessB {
    height: auto;
  }

  .businessB .title02 {
    margin-left: 8%;
  }

  .tab-wrap {
    height: 100%;
    flex-direction: row;
  }

  .tab-label {
    width: 33.333%;
    display: flex;
    align-items: center;
  }

  .tab-content {
    order: 4;
  }

  .tab-content figure {
    margin-bottom: 50px;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    width: 100%;
    border-left: none;
    padding: 8%;
  }

  .tab1 {
    order: 1;
  }

  .tab2 {
    order: 2;
    border-left: 1px solid #ddd;
  }

  .tab3 {
    order: 3;
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 690px) {
  #businessA {
    margin-bottom: -30px;
  }

  .businessB {
    padding-top: 40px;
  }

  .businessB .title02 {
    margin-left: 5%;
  }

  .tab-content figure {
    margin-bottom: 40px;
  }

  .tab-label {
    width: 100%;
    padding: 10px 40px 10px 1.5em;
    background-image: url("../image/common/icon_arr_round_shita.png");
  }

  .tab2,
  .tab3 {
    border-left: none;
  }
}

/* esg
---------------------------------------------- */
#esgA {
  border-bottom: 1px solid #eee;
}

.tiHmax {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 0 0 440px;
  position: relative;
}

.tiHmaxB {
  width: calc(100% - 650px);
  padding-right: 120px;
  margin-left: 7%;
}

.esgBg,
.irBg {
  width: 650px;
  height: 100%;
  background: url("../image/top_esg.jpg") no-repeat center / cover;
}

#esgA .esgBg {
  background-image: url("../image/top_esg.jpg");
}

#irA .irBg {
  background-image: url("../image/top_ir.jpg");
}

#esgA::after {
  content: "";
  background-image: url(../image/top_esg_01.jpg);
  width: 100%;
  height: 20%;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#irA::after {
  content: "";
  background-image: url(../image/top_ir_01.jpg);
  width: 100%;
  height: 20%;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1999px) {
  .tiHmax {
    padding: 0 0 0 15%;
  }

  .tiHmaxB {
    width: 60%;
    padding-right: 5%;
  }

  .esgBg,
  .irBg {
    width: 40%;
  }
}

@media screen and (max-width: 1399px) {
  .tiHmax {
    padding: 0 0 0 5%;
  }

  #esgA::after,
  #irA::after {
    height: 12%;
  }

  .tiHmaxB {
    width: 70%;
    margin-left: 22%;
  }

  .esgBg,
  .irBg {
    width: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .tiHmaxB {
    margin-left: 0;
  }
}

@media screen and (max-width: 690px) {
  .tiHmax {
    padding: 60px 0 0;
    flex-wrap: wrap;
    height: auto;
  }

  .tiHmax .title02 {
    margin-bottom: 10px;
  }

  .tiHmaxB {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .esgBg,
  .irBg {
    width: 100%;
    height: 120px;
    margin-top: 30px;
  }

  #irA::after {
    display: none;
  }
}

.scroll_section {
  background-color: #fff;
}

/* .top-fade-up,
.fade-up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 1s, transform 1s;
} */
.top-fade-up.scroll,
.fade-up.scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 690px) {
  .wide {
    padding: 40px 0;
  }
}

/* .full-page-scroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
} */

/*
.scroll {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
}

@media screen and (max-width: 979px) {
.scroll {
  scroll-snap-align: inherit;
}
}
*/

.cmban {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 430px;
  height: 200px;
  z-index: 100;
}

.cmban a {
  display: block;
}

.cmbanimg {
  width: 400px;
  height: auto;
}

.cmbanclick {
  width: 56px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (max-width: 979px) {
  .cmbanclick {
    width: 55px;
  }
}

@media only screen and (max-width: 690px) {
  .cmban {
    bottom: 0;
    width: 160px;
    height: 80px;
  }

  .cmbanimg {
    width: 140px;
  }

  .cmbanclick {
    top: -50px;
    right: 0;
  }
}

/*fix banner
-------------------------------------------------------*/
.cm-banner {
  position: fixed;
  width: 400px;
  height: 225px;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  opacity: 1;
}

.cm-banner-inner {
  position: relative;
}

.cm-banner figure {
  width: 100%;
  height: auto;
}

.cm-banner figure img {
  width: 100%;
  height: 100%;
}

.cm-banner-close {
  content: "";
  position: absolute;
  top: -25px;
  right: -25px;
  width: 56px;
  height: 56px;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
}

.cm-banner-close img {
  width: 100%;
  height: 100%;
}

.cm-banner a:hover,
.cm-banner-close:hover {
  opacity: 0.6;
}


.cm-banner.none {
  display: none;
}

@media only screen and (max-width:979px) {
  .cm-banner {
    width: 300px;
    height: auto;
    bottom: 20px;
  }
}

@media only screen and (max-width:690px) {
  .cm-banner {
    width: 200px;
    height: auto;
    right: 20px;
  }
}