@charset "utf-8";

.marginMinus {
  margin-left: -9px;
}
/*---------------------------
.secTop
---------------------------*/
.secTop {
  height: 1024px;
  /* height:100vh;
    min-height:750px; */
  /* background: url(../../images/pc/bg_top.jpg) center center no-repeat; */
  /* background-size: cover; */
  background: url(../../images/pc/bg_top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.secTop .titTop {
  color: white;
  font-weight: bold;
  padding-top: 600px;
  padding-left: 0;
  line-height: 120%;
  white-space: nowrap;
  font-size: 70px;
  width: 521px;
  margin-left: -10px;
}
@media only screen and (max-width: 991px) {
  .secTop .titTop {
    font-size: 7.65vw;
    letter-spacing: -1vw;
  }
  .secTop .infoTop {
    font-size: 1.9vw;
  }
}
.secTop h2 {
  padding-top: 30px;
  font-size: 25px;
  color: white;
  padding-left: 0;
  font-weight: bold;
}

/*------------------------------------------------------
z-index
90:背景オーバーレイ
100:グローバルメニュー
200:トップお知らせ
------------------------------------------------------*/

/*-------------------------------------
.globalMenu
-------------------------------------*/
.globalMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 100%;
}
.globalMenu .menuTop {
  padding: 100px 0 26px 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}
.globalMenu .menuMain {
  position: relative;
  padding: 0 0 20px 0;
}
.globalMenu .menuMain .memberMenu {
  position: absolute;
  top: 3px;
  right: 100px;
  min-width: 101px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: gray;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
}
.globalMenu .menuDetail {
  background:rgba(0, 0, 0, 0.5);
  position: relative;
}
.globalMenu .menuDetailIn {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  height: 65px;
  max-width: 1280px;
  margin: 0 auto;
}
.globalMenu .menuDetail .menuList {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.3% 0 1.3%;
}
.globalMenu .menuDetail .menuList .menuListText {
  border-bottom: solid 4px rgba(34, 24, 21, 0);
  transition: 0.4s;
  padding: 10px 0 6px 0;
}
.globalMenu .menuDetail .menuList:hover .menuListText {
  border-bottom: solid 4px rgba(255, 255, 255, 1);
}

.globalMenu .menuListChild {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(34, 24, 21, 0.5);
}
.globalMenu .menuListChildIn {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 65px;
}
.globalMenu .menuListChild .childList {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 2.8% 0 2.8%;
  background: url(../../../images/pc/icoArrowMenu.png) center right 15px no-repeat;
  background-size: 6px;
}

/*-----Main-----*/
.main img {
  width: 100%;
}
.section-01,
.section-02,
.section-03,
.section-04 {
  margin-top: 20px;
}
.section-01,
.section-03 {
  display: flex;
}
.section-left {
  width: 50%;
  margin-right: 20px;
  align-self: flex-end;
}
.section-right {
  width: 50%;
  align-self: flex-end;
}
.section-right p {
  font-size: 22px;
  /* padding: 70px 0 122px 65px; */
  padding: 0 15px 69px 35px;
}
@media screen and (max-width: 1270px) {
  .section-right p {
    font-size: 1.7vw;
    /* padding: 70px 0 122px 65px; */
    padding: 0 15px 5.5vw 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .section-right p {
    font-size: 1.7vw;
    /* padding: 70px 0 122px 65px; */
    padding: 0 15px 5.5vw 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .section-right p {
    font-size: 1.7vw;
    /* padding: 70px 0 122px 65px; */
    padding: 3.5vw 15px 2.6vw 30px;
  }
}
.section-02 {
  position: relative;
  margin-bottom: 20px;
}
.section-02 p {
  position: absolute;
  top: 132px;
  font-size: 22px;
  color: white;
  line-height: 40px;
}
.section-04 h1 {
  font-size: 55px;
  margin-bottom: 55px;
  text-align: center;
  margin-top: 55px;
  font-weight: bold;
}

/*--------------*/

/*-------------------------------------
.secFooter
-------------------------------------*/
.secFooter {
  background: #221815;
  padding: 60px 0 20px 0;
}
.secFooter .footerIn {
  max-width: 780px;
  margin: 0 auto;
}

.secFooter .footerCompany {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 18px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.secFooter .footerCompany .linkAbout {
  display: block;
  background: url(../../../images/sp/icoArrowCircle.svg) left center no-repeat;
  background-size: 24px;
  color: #ffffff;
  font-size: 24px;
  padding-top: 3px;
  padding-left: 26px;
  width: 310px;
  margin: 10px auto 30px auto;
  text-align: left;
  white-space: nowrap;
}
.secFooter .footerInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
  font-size: 14px;
}
.secFooter .footerInfoTitle {
  background: #ffffff;
  width: 210px;
  text-align: center;
  font-weight: bold;
}
.secFooter .footerInfoDetail {
  color: #ffffff;
  padding: 0 0 0 40px;
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerInfoDetail a {
  color: #ffffff;
}

.secFooter .footerBottom {
  padding: 30px 0 0 0;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.secFooter .footerBottom .link {
  display: block;
  color: #ffffff;
  width: 210px;
  text-align: center;
  border: solid 1px #ffffff;
  padding: 2px 0 2px 0;
}
.secFooter .copyright {
  text-align: center;
  padding: 75px 0 70px 0;
  color: #ffffff;
  font-size: 14px;
}
.pos_relative {
  position: relative;
}
.commonBigWidth {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
  .section-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
  }
  .section-02 p {
    position: absolute;
    top: 60px;
    font-size: 18px;
    color: white;
    width: 359px;
  }
}

.section-text-btn {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 60px;
}
.section-text-btn .white-btn {
    border: 1px solid black;
    padding: 15px 40px;
    color: black;
    border-radius: 40px;
    font-weight: bold;
    font-size: 20px;
}
