.jp {
  font-family: IBM Plex Sans JP, sans-serif;
}

/* .en {
  font-family: HelveticaNeueLTPro-BdEx, sans-serif;
} */

.under a {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

.under a:hover {
  opacity: .7;
  transition: all .3s ease;
}

.under p {
  font-size: 1.5rem;
  line-height: 2;
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.f120 {
  font-size: 12rem;
}

.f80 {
  font-size: 8rem;
}

.f70 {
  font-size: 7rem;
}

.f62 {
  font-size: 6.2rem;
}

.f54 {
  font-size: 5.4rem;
}

.f50 {
  font-size: 5rem;
}

.f42 {
  font-size: 4.2rem;
}

.f36 {
  font-size: 3.6rem;
}

.f32 {
  font-size: 3.2rem;
}

.f28 {
  font-size: 2.8rem;
}

.f24 {
  font-size: 2.4rem;
}

.f21 {
  font-size: 2.1rem;
}

.f18 {
  font-size: 1.8rem;
}

.f17 {
  font-size: 1.7rem;
}

.f16 {
  font-size: 1.6rem;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

@media(max-width:1400px) {
  .under p {
    font-size: 1.5rem;
  }

  .f120 {
    font-size: 8rem;
  }

  .f80 {
    font-size: 5.5rem;
  }

  .f70 {
    font-size: 5rem;
  }

  .f62 {
    font-size: 4.5rem;
  }

  .f54 {
    font-size: 4.2rem;
  }

  .f50 {
    font-size: 4rem;
  }

  .f42 {
    font-size: 3.6rem;
  }

  .f36 {
    font-size: 3rem;
  }

  .f32 {
    font-size: 2.8rem;
  }

  .f28 {
    font-size: 2.4rem;
  }

  .f24 {
    font-size: 2.1rem;
  }

  .f21 {
    font-size: 1.9rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f16 {
    font-size: 1.5rem;
  }

  .f15 {
    font-size: 1.4rem;
  }

  .f14 {
    font-size: 1.3rem;
  }

  .f13 {
    font-size: 1.2rem;
  }

  .f12 {
    font-size: 1.1rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

@media(max-width:834px) {
  .under p {
    font-size: 1.4rem;
  }

  .f120 {
    font-size: 6rem;
  }

  .f80 {
    font-size: 4.2rem;
  }

  .f70 {
    font-size: 3.6rem;
  }

  .f62 {
    font-size: 3rem;
  }

  .f54 {
    font-size: 2.6rem;
  }

  .f50 {
    font-size: 2.4rem;
  }

  .f42 {
    font-size: 2.2rem;
  }

  .f36 {
    font-size: 2rem;
  }

  .f32 {
    font-size: 1.8rem;
  }

  .f28 {
    font-size: 2rem;
  }

  .f24 {
    font-size: 1.8rem;
  }

  .f21 {
    font-size: 1.7rem;
  }

  .f18 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.2rem;
  }

  .f13 {
    font-size: 1.1rem;
  }

  .f12 {
    font-size: 1.05rem;
  }

  .f10 {
    font-size: 1rem;
  }
}

.fc {
  color: #01166a;
}

.fcw {
  color: #fff;
}

.fcr {
  color: #dc2715;
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.sec {
  padding: 6vw 0 6vw;
}

.sec_ttl {
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  font-family: "HelveticaNeueLTPro-Bd";
  color: #f0eee9;
}


@media(max-width:1400px) {
  .sec_ttl {
    font-size: 8rem;
  }
}

@media(max-width:834px) {
  .sec {
    padding: 50px 0 40px;
  }

  .sec_ttl {
    font-size: 6rem;
  }
}


.inner_w {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

@media(max-width:500px) {}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .max1200 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }
}

.max750 {
  display: none;
}

@media(max-width:750px) {
  .max750 {
    display: block;
  }
}

.max650 {
  display: none;
}

@media(max-width:650px) {
  .max650 {
    display: block;
  }
}

.max600 {
  display: none;
}

@media(max-width:600px) {
  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.max500 {
  display: none;
}

@media(max-width:500px) {
  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.btnmini {
  max-width: 430px;
  margin-left: 0;
  height: 79px;
}

.btn {
  text-align: center;
  width: 450px;
  height: 86px;
  border-radius: 43px;
  color: #fff;
  font-weight: 700;
  background-color: #ff3f00;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width: 1400px) {
  .btn {
    text-align: center;
    width: 380px;
    height: 68px;
    border-radius: 34px;
  }
}

@media(max-width:834px) {
  .btnmini {
    max-width: 430px;
    margin-left: 0;
    height: 60px;
  }

  .btn {
    text-align: center;
    width: 300px;
    height: 56px;
    border-radius: 28px;
  }
}

.loadin01 {
  opacity: 0;
}

.loadin01.show {
  opacity: 1;
  transition: all .4s 0s ease-in-out;
}

.loadin02 {
  opacity: 0;
}

.loadin02.show {
  opacity: 1;
  transition: all 1.4s .3s ease-in-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all 1.4s 1.2s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 55px);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 1.4s .3s ease-in-out;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .1s;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .4s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 150px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .3s linear .7s;
}


.member-tab__list {
  display: flex;
  width: 470px;
  height: 70px;
  border-radius: 70px;
  background-color: #f7f7f7;
  padding: 5px;
  margin: 6vw auto 0;
}

.member-tab__item {
  color: #000;
  text-align: center;
  width: 230px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #f7f7f7;
  transition: all .3s ease;
}

.member-tab__item:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .3s ease;
}

.member-tab__item h2 {
  color: #000;
  font-size: 2rem;
}

.member-tab__item.active {
  background-color: #54c3f1;
}

.member-tab__item.active h2 {
  color: #fff;
}

.member-cont {
  display: none;
  margin-bottom: 6vw;
}

.member-cont.active {
  display: flex;
}

.member-nav__list {
  position: sticky;
  top: 0;
  left: 0;
  width: 250px;
  height: fit-content;
  padding-top: 90px;
}

.member-cont__list {
  width: calc(100% - 250px);
}

.member-nav__item {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 30px;
}

.member-nav__item.now a {
  color: #54c3f1;
}

.member-nav__item.now::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  width: 40px;
  height: 1px;
  background-color: #54c3f1;
}

.member-cont__item {
  padding-top: 90px;
  margin-top: -70px;
}

.member-cont__item:first-of-type {
  margin-top: 0px;
}

.member-cont__item-ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  color: #54c3f1;
}

.member-cont__item-ttl::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: calc(100% - 65px);
  height: 1px;
  background-color: #54c3f1;
}

.member-cont__company-item {
  position: relative;
  margin-top: 40px;
  margin-bottom: 10px;
}

.member-cont__company-name {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
  padding-left: 20px;
}

.member-cont__company-name::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #54c3f1;
}

.member-cont__company-logo {
  position: absolute;
  top: -5px;
  right: 0;
  height: 40px;
  object-fit: contain;
  width: auto;
  max-width: auto;
}

.member-cont__company-logo02 {
  height: 80px;
}

.member-cont__company-logo03 {
  height: 51px;
}

.member-cont__company-address-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.member-cont__company-address-dt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  width: 180px;
  border-bottom: dotted #ddd 1px;
  padding: 20px 0;
}

.member-cont__company-address-dd {
  width: calc(100% - 180px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: dotted #ddd 1px;
  padding: 20px 0;
}

.member-cont__company-address-dt:last-of-type,
.member-cont__company-address-dd:last-of-type {
  border-bottom: none;
}

.member-cont__company-address-dd_link {
  color: #54c3f1;
  /* border-bottom: 1px solid #54c3f1; */
  word-break: break-all;
  text-decoration: underline;
  text-decoration-color: #54c3f1;
}

.member-cont__company-address-dd__icon {
  display: inline-block;
  font-size: 15px;
  color: #54c3f1;
  margin-left: 5px;
}

@media(max-width:1200px) {
  .member-tab__list {
    display: flex;
    width: 390px;
    height: 60px;
    border-radius: 60px;
    margin: 6vw auto 0;
  }

  .member-tab__item {
    width: 190px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }

  .member-nav__list {
    position: sticky;
    width: 200px;
    padding-top: 80px;
  }

  .member-cont__list {
    width: calc(100% - 200px);
  }

  .member-cont__item {
    padding-top: 80px;
    margin-top: -60px;
  }

  .member-cont__item:first-of-type {
    margin-top: 0px;
  }

}

@media(max-width:1000px) {
  .member-nav__list {
    position: sticky;
    width: 150px;
    padding-top: 70px;
  }

  .member-cont__list {
    width: calc(100% - 150px);
  }

  .member-cont__item {
    padding-top: 70px;
    margin-top: -50px;
  }

  .member-cont__item:first-of-type {
    margin-top: 0px;
  }

  .member-cont__company-address-dt {
    width: 160px;
  }

  .member-cont__company-address-dd {
    width: calc(100% - 160px);
  }

}

@media(max-width:834px) {
  .member-nav__list {
    position: sticky;
    width: 100px;
    padding-top: 60px;
  }

  .member-cont__list {
    width: calc(100% - 100px);
  }

  .member-tab__item h2 {
    font-size: 1.8rem;
  }

  .member-nav__item {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .member-nav__item.now::after {
    left: 45px;
    width: 20px;
  }

  .member-cont__item {
    padding-top: 60px;
    margin-top: -40px;
  }

  .member-cont__item:first-of-type {
    margin-top: 0px;
  }

  .member-cont__item-ttl {
    font-size: 2rem;
  }

  .member-cont__company-name {
    font-size: 2.2rem;
    padding-left: 15px;
  }

  .member-cont__company-logo {
    position: absolute;
    top: -5px;
    right: 0;
    height: 30px;
  }

  .member-cont__company-logo02 {
    height: 60px;
  }

  .member-cont__company-logo03 {
    height: 41px;
  }

  .member-cont__company-logo04 {
    height: 30px;
  }

  .member-cont__company-address-dt {
    font-size: 1.4rem;
    width: 95px;
    border-bottom: dotted #ddd 1px;
    padding: 20px 0;
  }

  .member-cont__company-address-dd {
    width: calc(100% - 95px);
    font-size: 1.4rem;
    border-bottom: dotted #ddd 1px;
    padding: 20px 0;
  }
}

@media(max-width:700px) {
  .member-cont__company-name {
    font-size: 2rem;
    padding-left: 15px;
  }
  .member-cont__company-logo {
    /* top: -5px;
    height: 25px; */
    top: 0px;
    right: auto;
    height: 30px;
    position: relative;
    left: 0;
    margin-top: 20px;
  }

  /* .member-cont__company-logo02 {
    height: 50px;
  }

  .member-cont__company-logo03 {
    height: 34px;
  } */

  /* .member-cont__company-logo04 {
    top: 0px;
    right: auto;
    height: 30px;
    position: relative;
    left: 0;
    margin-top: 10px;
  } */
}

@media(max-width:500px) {
  .member-tab__list {
    display: flex;
    width: 320px;
    height: 60px;
    border-radius: 60px;
    margin: 30px auto 0;
  }

  .member-tab__item {
    width: 155px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }

  .member-nav__list {
    position: sticky;
    width: 60px;
    padding-top: 60px;
  }

  .member-cont__list {
    width: calc(100% - 60px);
  }

  .member-tab__item h2 {
    font-size: 1.6rem;
  }

  .member-nav__item {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .member-nav__item.now::after {
    left: 35px;
    width: 10px;
  }

  .member-cont__item {
    padding-top: 60px;
    margin-top: -40px;
  }

  .member-cont__item:first-of-type {
    margin-top: 0px;
  }

  .member-cont__company-logo {
    /* position: absolute;
    top: -5px;
    right: 0; */
    height: 27px;
  }
  .member-cont__company-address-dl {
    margin-top: 7px;
  }

  .member-cont__company-address-dt {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: none;
    padding: 15px 0 0;
  }

  .member-cont__company-address-dd {
    width: 100%;
    padding: 8px 0 15px;
  }

}
@media(max-width:500px) {
  /* .member-cont__company-logo {
    top: 0px;
    height: 18px;
  } */
/* 
  .member-cont__company-logo02 {
    height: 36px;
  }

  .member-cont__company-logo03 {
    height: 24px;
  }

  .member-cont__company-logo04 {
    top: 5px;
    right: 0;
    height: 17px;
  } */
}
@media(max-width:450px) {
  /* .member-cont__company-logo03 {
    height: 23px;
  }

  .member-cont__company-logo04 {
    top: 41px;
    right: 0;
    height: 17px;
  }
  .member-cont__company-logo05 {
    top: 41px;
    right: 0;
    height: 17px;
  }
  .member-cont__company-logo06 {
    top: 41px;
    right: 0;
    height: 23px;
  } */
}

.news {
  padding-bottom: 8vw;
}

.news-tab__list {
  display: flex;
  width: 700px;
  height: 60px;
  border-radius: 30px;
  background-color: #f7f7f7;
  padding: 5px;
  margin: 6vw auto 60px;
}

.news-tab__item {
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  width: 138px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f7f7f7;
  transition: all .3s ease;
}

.news-tab__item:hover {
  cursor: pointer;
  opacity: .7;
  transition: all .3s ease;
}

.news-tab__item.active {
  color: #fff;
  background-color: #54c3f1;
}

.news-tab__item h2 {
  font-size: 1.3rem;
  font-weight: 400;
}

.news-cont__list {
  display: none;
}

.news-cont__list.active {
  display: block;
}

.news-cont__item {
  /* display: flex; */
  border-bottom: 1px solid #ddd;
  padding: 30px 20px;
}

.news-cont__item-date {
  width: 200px;
  font-size: 1.5rem;
  font-weight: 400;
}

/* .news-cont__item-r {
  width: calc(100% - 200px);
} */

.news-cont__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.news-cont__item-cate {
  font-size: 1.4rem;
  font-weight: 400;
  color: #54c3f1;
  line-height: 1.1;
  border: 1px solid #54c3f1;
  border-radius: 3px;
  white-space: nowrap;
  padding: 6px 8px 5px;
  margin-right: 13px;
}

.news-cont__item-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.news-cont__item-txt {
  font-size: 1.5rem;
  padding-left: 200px;
}

@media(max-width:1200px) {
  .news-cont__item-date {
    width: 150px;
  }

  .news-cont__item-txt {
    padding-left: 150px;
  }
}

@media(max-width:834px) {
  .news-tab__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 454px;
    height: 110px;
    border-radius: 30px;
    padding: 5px;
    margin: 40px auto 30px;
  }

  .news-tab__item {
    font-size: 1.3rem;
    width: 138px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }

  .news-cont__item {
    padding: 30px 5px;
  }

  .news-cont__item-head {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 15px;
  }

  .news-cont__item-date {
    width: fit-content;
    font-size: 1.4rem;
  }

  .news-cont__item-cate {
    font-size: 1.3rem;
    padding: 5px 7px 4px;
    margin-right: 0px;
    margin-left: 15px;
  }

  .news-cont__item-ttl {
    font-size: 1.8rem;
    width: 100%;
  }

  .news-cont__item-txt {
    font-size: 1.4rem;
    padding-left: 0px;
  }
}

@media(max-width:600px) {
  .news {
    padding-bottom: 40px;
  }
  .news-tab__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 282px;
    height: 148px;
    border-radius: 30px;
    padding: 5px;
    margin: 30px auto 20px;
  }
  .news-tab__item {
    font-size: 1.3rem;
    width: 138px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
  }

  .news-cont__item {
    padding: 30px 5px;
  }

  .news-cont__item-cate {
    margin-right: 10px;
  }
}

#news .news-cont__item {
  padding-top: 110px;
  margin-top: -80px;
}