.home h2 {
  text-align: center;
  color: #00b1c3;
}
.home h2 span {
  display: block;
}
.home h2 span[data-lang="en"] {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .home h2 span[data-lang="en"] {
    margin-bottom: calc(38 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.21875;
  }
}
.home h2 span[data-lang="ja"] {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home h2 span[data-lang="ja"] {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .home .m-main {
    margin-top: calc(120 / 750 * 100vw);
  }
}
.home .mainview {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .mainview {
    display: block;
    height: calc(1100 / 750 * 100vw);
  }
}
.home .mainview-pc video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .mainview-pc video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home .mainview-pc {
    display: none;
  }
}
.home .mainview-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .mainview-sp {
    display: block;
  }
}
.home .mainview-sp img {
  width: 100%;
}
.home .mainview-topics {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 3rem;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.75rem 2.75rem 1.55rem 4rem;
  width: 57.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .home .mainview-topics {
    width: calc(624 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.home .mainview-topics dt {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #00b1c3;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  -ms-flex-preferred-size: 11.5rem;
  flex-basis: 11.5rem;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .home .mainview-topics dt {
    -ms-flex-preferred-size: calc(135 / 750 * 100vw);
    flex-basis: calc(135 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2142857143;
  }
}
.home .mainview-topics dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.2rem 0 1.2rem 3rem;
  border-left: 1px solid #00b1c3;
}
@media screen and (max-width: 767px) {
  .home .mainview-topics dd {
    display: block;
    padding: calc(5 / 750 * 100vw) 0 calc(5 / 750 * 100vw)
      calc(40 / 750 * 100vw);
  }
}
.home .mainview-topics dd [data-topics="time"] {
  color: #00b1c3;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-right: 1.3rem;
}
@media screen and (max-width: 767px) {
  .home .mainview-topics dd [data-topics="time"] {
    font-size: calc(24 / 750 * 100vw);
    line-height: 0.8333333333;
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.home .mainview-topics dd [data-topics="title"] {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .home .mainview-topics dd [data-topics="title"] {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5454545455;
  }
}
.home .about-read {
  padding: 7.8rem 0 18rem;
  background-image: url(../img/home/bg_about_pc.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .home .about-read {
    background-image: url(../img/home/bg_about_sp.png);
    background-size: 100% auto;
    padding: calc(97 / 750 * 100vw) 0 calc(320 / 750 * 100vw);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  .home .about-read {
    background-image: url(../img/home/bg_about_pc@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
  screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .home .about-read {
    background-image: url(../img/home/bg_about_sp@2x.png);
  }
}
.home .about-read h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .home .about-read h2 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.home .about-read p {
  text-align: center;
}
.home .about-read p:not(:last-child) {
  margin-bottom: 6rem;
}
.home .about-menu {
  background: #cedc3c;
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .home .about-menu {
    padding: calc(80 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}
.home .about-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: calc(10 / 1080 * 100%);
}
@media screen and (max-width: 767px) {
  .home .about-menu-list {
    display: block;
  }
}
.home .about-menu-list__item {
  -ms-flex-preferred-size: calc(515 / 1080 * 100%);
  flex-basis: calc(515 / 1080 * 100%);
  max-wdith: calc(515 / 1080 * 100%);
  background: #fff;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__item {
    width: calc(650 / 750 * 100vw);
    margin: 0 auto calc(90 / 750 * 100vw);
  }
}
.home .about-menu-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 140px 270px;
  border-color: transparent transparent #00b1c3 transparent;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__item::before {
    bottom: calc(-1 * (20 / 750 * 100vw));
    right: calc(-1 * (20 / 750 * 100vw));
    border-width: 0 0 calc(245 / 750 * 100vw) calc(463 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__item:nth-child(1) img {
    width: calc(172 / 750 * 100vw);
  }
  .home .about-menu-list__item:nth-child(2) img {
    width: calc(206 / 750 * 100vw);
  }
  .home .about-menu-list__item:nth-child(3) img {
    width: calc(168 / 750 * 100vw);
  }
  .home .about-menu-list__item:nth-child(4) img {
    width: calc(129 / 750 * 100vw);
  }
}
.home .about-menu-list__item-wrap {
  padding: 4.5rem 3.2rem 9.5rem 16.6rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__item-wrap {
    padding: calc(80 / 750 * 100vw) calc(50 / 750 * 100vw)
      calc(220 / 750 * 100vw);
    min-height: calc(770 / 750 * 100vw);
  }
}
.home .about-menu-list__head {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__head {
    margin-bottom: calc(25 / 750 * 100vw);
  }
}
.home .about-menu-list__head-image {
  position: absolute;
  left: 3rem;
  top: 6rem;
  width: 12rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__head-image {
    position: static;
    width: 100%;
    margin-bottom: calc(25 / 750 * 100vw);
  }
}
.home .about-menu-list__head-title {
  color: #00b1c3;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__head-title {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    text-align: center;
    min-height: inherit;
    display: block;
  }
}
.home .about-menu-list dl:nth-child(2) [class$="-title"] {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list dl:nth-child(2) [class$="-title"] {
    max-width: 100%;
  }
}
.home .about-menu-list__summay-text {
  line-height: 2;
}
.home .about-menu-list__summay-link {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home .about-menu-list__summay-link {
    bottom: calc(10 / 750 * 100vw);
    right: calc(2 / 750 * 100vw);
  }
}
.home .topics {
  padding: 7.6rem 0 8.6rem;
}
.home .topics h2 {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .home .topics h2 {
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.home .topics-body {
  width: 66rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .topics-body {
    width: 100%;
  }
}
.home .topics-body .prt-topics {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .home .topics-body .prt-topics {
    margin-bottom: calc(70 / 750 * 100vw);
  }
}
.home .topics-button {
  text-align: center;
}
.p-main {
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 8rem;
}
.p-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 12.2rem;
  position: absolute;
  bottom: -2.2rem;
  background-image: url(../img/common/bg_footer_pc.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
  max-width: 1080px;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-main::after {
    background-image: url(../img/common/bg_footer_sp.png);
    bottom: calc(-1 * (32 / 750 * 100vw));
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  .p-main::after {
    background-image: url(../img/common/bg_footer_pc@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
  screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .p-main::after {
    background-image: url(../img/common/bg_footer_sp@2x.png);
  }
}
.p-content {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-content {
    padding-top: calc(120 / 750 * 100vw);
  }
}
.p-content__heading {
  height: 350px;
  background-image: url(../img/common/bg_title_pc@2x.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-content__heading {
    height: calc(350 / 750 * 100vw);
    background-image: url(../img/common/bg_title_sp@2x.png);
  }
}
.p-content__heading-title {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-content__heading-title {
    padding: 0;
  }
}
.p-content__heading-title span {
  display: block;
  text-align: center;
  color: #fff;
}
.p-content__heading-title [data-lang="en"] {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-content__heading-title [data-lang="en"] {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2142857143;
  }
}
.p-content__heading-title [data-lang="ja"] {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-content__heading-title [data-lang="ja"] {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.3043478261;
  }
}
.p-content__bread {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-content__bread {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.p-content__bread-inner {
  max-width: calc((20px * 2) + 1080px);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-content__bread-inner {
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
  }
}
.p-content__bread-inner a {
  text-decoration: underline;
  color: #00b1c3;
}
.p-content__index {
  padding-top: 6rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-content__index {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(150 / 750 * 100vw);
  }
}
.p-content__detail {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(150 / 750 * 100vw);
  }
}
.p-content__detail p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail p {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.p-content__detail p:first-child {
  margin-top: 0;
}
.p-content__detail p:last-child {
  margin-bottom: 0;
}
.p-content__detail a {
  color: #00b1c3;
}
@media screen and (min-width: 768px) {
  .p-content__detail a:hover {
    text-decoration: underline;
  }
}
.p-content__detail sup,
.p-content__detail sub {
  font-size: 60%;
}
.p-content__detail h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  color: #00b1c3;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h1 {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.3043478261;
    margin: 0 0 calc(30 / 750 * 100vw);
  }
}
.p-content__detail h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3125;
  margin: 1em 0 4rem;
  font-weight: 500;
  color: #00b1c3;
}
@media screen and (max-width: 767px) {
  .p-content__detail h2 {
    margin-bottom: calc(50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }
}
.p-content__detail h2:first-child {
  margin-top: 0;
}
.p-content__detail h2.title-h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  border-bottom: 1px solid #00b1c3;
  padding-bottom: 1rem;
  font-weight: bold;
  margin: 3em 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h2.title-h2 {
    margin: 1em 0 calc(50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.p-content__detail h2.title-h2:first-child {
  margin-top: 0 !important;
}
.p-content__detail h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  color: #00b1c3;
  font-weight: 500;
  margin: 1.5em 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h3 {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5555555556;
    margin: 1.5em 0 calc(30 / 750 * 100vw);
  }
}
.p-content__detail h3:first-child {
  margin-top: 0 !important;
}
.p-content__detail h3 span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h3 span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.2272727273;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.p-content__detail h3 span::after {
  content: "";
  height: 1px;
  background: #00b1c3;
  margin-left: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8rem;
  flex: 0 0 8rem;
}
.p-content__detail h3.title-h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  color: #00b1c3;
  position: relative;
  padding-left: 1.6rem;
  margin: 1em 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h3.title-h3 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.1666666667;
  }
}
.p-content__detail h3.title-h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #00b1c3;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-content__detail h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b1c3;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h4 {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.1538461538;
    padding-left: calc(20 / 750 * 100vw);
    margin: 1em 0 calc(30 / 750 * 100vw);
  }
}
.p-content__detail h4:first-child {
  margin-top: 0 !important;
}
.p-content__detail h4::before {
  content: "";
  display: block;
  width: 2px;
  height: 55%;
  background: #00b1c3;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-content__detail h4::before {
    height: 85%;
  }
}
.p-content__detail h4.title-h4 {
  padding-left: 0;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h4.title-h4 {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.p-content__detail h4.title-h4::before {
  content: none;
}
.p-content__detail h4.title-h4 span {
  display: inline-block;
  background: #00b1c3;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1.8rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-content__detail h4.title-h4 span {
    padding: calc(23 / 750 * 100vw) calc(50 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
  }
}
.p-content__detail figure {
  margin: 2rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content__detail figure {
    margin: calc(40 / 750 * 100vw) 0;
  }
}
.p-content__detail figure:first-child {
  margin-top: 0;
}
.p-content__detail dl dt {
  font-weight: bold;
}
.p-content__detail dl dd {
  padding-left: 1rem;
}
.p-content__detail dl dd + dt {
  margin-top: 0.8rem;
}
.activity .activity-read {
  padding: 0 200% 23rem;
  background-image: url(../img/home/bg_about_pc.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  margin-left: -200%;
  margin-right: -200%;
}
@media screen and (max-width: 767px) {
  .activity .activity-read {
    background-image: url(../img/home/bg_about_sp.png);
    background-size: 100% auto;
    padding: 0 calc(40 / 750 * 100vw) calc(320 / 750 * 100vw);
    margin-left: calc(-1 * (40 / 750 * 100vw));
    margin-right: calc(-1 * (40 / 750 * 100vw));
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  .activity .activity-read {
    background-image: url(../img/home/bg_about_pc@2x.png);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px),
  screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .activity .activity-read {
    background-image: url(../img/home/bg_about_sp@2x.png);
  }
}
.activity .activity-read__inner {
  max-width: 800px;
  margin: 0 auto;
}
.activity .activity-menu {
  background: #cedc3c;
  padding: 6rem 200% 2rem;
  margin-left: -200%;
  margin-right: -200%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu {
    padding: calc(80 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
    margin-left: calc(-1 * (40 / 750 * 100vw));
    margin-right: calc(-1 * (40 / 750 * 100vw));
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.activity .activity-menu__head {
  text-align: center;
  color: #fff;
}
.activity .activity-menu__head span {
  display: block;
}
.activity .activity-menu__head-en {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu__head-en {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2142857143;
  }
}
.activity .activity-menu__head-ja {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2.28;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu__head-ja {
    font-size: calc(46 / 750 * 100vw);
    line-height: 2.28;
  }
}
.activity .activity-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.75rem;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list {
    display: block;
    margin: 0;
    padding: 0 calc(10 / 750 * 100vw);
  }
}
.activity .activity-menu-list__item {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  background: #fff;
  position: relative;
  margin-bottom: 5rem;
  margin: 0 1.75rem 4rem;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item {
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.activity .activity-menu-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 102px 193px;
  border-color: transparent transparent #00b1c3 transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item::before {
    bottom: calc(-1 * (10 / 750 * 100vw));
    right: calc(-1 * (10 / 750 * 100vw));
    border-width: 0 0 calc(146 / 750 * 100vw) calc(277 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item img {
    width: calc(120 / 750 * 100vw);
  }
}
.activity .activity-menu-list__item-wrap {
  padding: 2.7rem 2rem;
  display: block;
  height: 220px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-wrap {
    padding: 0 calc(32 / 750 * 100vw);
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.activity .activity-menu-list__item-wrap:hover {
  text-decoration: none;
}
.activity .activity-menu-list__item-wrap:hover > span > span::after {
  width: 100%;
}
.activity .activity-menu-list__item-title {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: bold;
  font-family: "lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  height: 42px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: calc(23 / 750 * 100vw);
    text-align: left;
    height: inherit;
    margin-bottom: 0;
  }
}
.activity .activity-menu-list__item-image {
  text-align: center;
}
.activity .activity-menu-list__item-image img[src*="img_activity_awards_pc.svg"] {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.activity .activity-menu-list__item-more {
  position: absolute;
  bottom: 0.8rem;
  right: 0.2rem;
  color: #fff;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-more {
    right: 0;
    bottom: 0;
    line-height: 1.5;
  }
}
.activity .activity-menu-list__item-more span {
  cursor: pointer;
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  letter-spacing: 0.1em;
  padding: 0 1.5rem 0.5rem 0;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-more span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.2272727273;
    padding: 0 calc(15 / 750 * 100vw) 0 0;
  }
}
.activity .activity-menu-list__item-more span::before,
.activity .activity-menu-list__item-more span::after {
  content: "";
  position: absolute;
}
.activity .activity-menu-list__item-more span::before {
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_btn_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  top: 0.38rem;
}
@media screen and (max-width: 767px) {
  .activity .activity-menu-list__item-more span::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: calc(10 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .activity .activity-menu-list__item-more span::after {
    display: inline-block;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
  }
}
.accordion .accordion__button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 4rem;
}
.accordion .accordion__button::before,
.accordion .accordion__button::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 767px) {
  .accordion .accordion__button::before,
  .accordion .accordion__button::after {
    width: calc(53 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    background-size: calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
.accordion .accordion__button::before {
  background-image: url(../img/common/icon_more_open.svg);
  right: 0;
  opacity: 1;
}
.accordion .accordion__button::after {
  background-image: url(../img/common/icon_more_close.svg);
  right: 0;
  opacity: 0;
}
.accordion .accordion__button.open::before {
  opacity: 0;
}
.accordion .accordion__button.open::after {
  opacity: 1;
}
.accordion .accordion__content {
  display: none;
  margin: 1rem 0;
  padding-left: 0;
}
.box {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .box {
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.box--border {
  border-style: solid;
  border-width: 1px;
  border: #dddddd solid 1px;
  padding: 2rem 3rem;
}
.box--white {
  background: #fff;
}
.box-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-column__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
  .box-column__item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .box-column__item:last-child {
    margin-bottom: 0;
  }
}
.section {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.section:last-child {
  margin-bottom: 0;
}
.section-fullwidth {
  background-color: #f6f6f6;
  margin-left: -200%;
  margin-right: -200%;
  padding: 10rem 200%;
}
@media screen and (max-width: 767px) {
  .section-fullwidth {
    margin-left: calc(-1 * (40 / 750 * 100vw));
    margin-right: calc(-1 * (40 / 750 * 100vw));
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.section-block {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .section-block {
    margin-bottom: calc(75 / 750 * 100vw);
  }
}
.section-block:last-child {
  margin-bottom: 0;
}
.localnav {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .localnav {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.localnav .localnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.85%;
}
@media screen and (max-width: 767px) {
  .localnav .localnav-list {
    display: block;
    padding: 0 calc(50 / 750 * 100vw);
  }
}
.localnav .localnav-list__item {
  margin: 0 1.3888% 2%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21.29%;
  flex: 0 0 21.29%;
}
@media screen and (max-width: 767px) {
  .localnav .localnav-list__item {
    margin: 0 0 calc(30 / 750 * 100vw);
  }
  .localnav .localnav-list__item:last-child {
    margin-bottom: 0;
  }
}
.localnav .localnav-list__item a {
  background: #00b1c3;
  position: relative;
  padding: 1.45rem 2.5rem;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .localnav .localnav-list__item a {
    min-width: calc(200 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.localnav .localnav-list__item a::after,
.localnav .localnav-list__item a::before {
  content: "";
  display: block;
  position: absolute;
}
.localnav .localnav-list__item a::after {
  width: 7px;
  height: 10px;
  background-image: url(../img/common/arrow_btn_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.localnav .localnav-list__item a::before {
  width: 0;
  height: 100%;
  background: #34c6d5;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
  left: 0;
}
.localnav .localnav-list__item a span {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .localnav .localnav-list__item a span {
    font-size: calc(26 / 750 * 100vw);
    line-height: 2.28;
  }
}
@media screen and (min-width: 768px) {
  .localnav .localnav-list__item a:hover::before {
    width: 100%;
  }
}
.localnav .localnav-list__item a.btn--anchor::after {
  background-image: url(../img/common/icon_btn_arrow_down_w.svg);
  width: 10px;
  height: 7px;
}
@media screen and (max-width: 767px) {
  .localnav .localnav-list__item a span {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.28;
  }
}
.dl-outline {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .dl-outline {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.dl-outline .dl-outline__title {
  color: #00b1c3;
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .dl-outline .dl-outline__title {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.dl-outline .dl-outline__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background: #00b1c3;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .dl-outline .dl-outline__title::before {
    height: 60%;
  }
}
.dl-outline .dl-outline__content {
  margin-bottom: 3.6rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .dl-outline .dl-outline__content {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.dl-outline .dl-outline__content:last-child {
  margin-bottom: 0;
}
.dl-outline .dl-outline__content-supplement {
  border: #dddddd solid 1px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .dl-outline .dl-outline__content-supplement {
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.outline-list-fullwidth {
  background-color: #f6f6f6;
  margin: 0 -200%;
  padding: 7rem 200%;
}
@media screen and (max-width: 767px) {
  .outline-list-fullwidth {
    margin: 0 calc(-1 * (40 / 750 * 100vw));
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.outline-list-fullwidth .outline-list {
  background: #fff;
  padding: 5rem 5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .outline-list-fullwidth .outline-list {
    padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw)
      calc(50 / 750 * 100vw);
  }
}
.dl-v1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .dl-v1 {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.dl-v1 > dt {
  color: #00b1c3;
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .dl-v1 > dt {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.dl-v1 > dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background: #00b1c3;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .dl-v1 > dt::before {
    height: 60%;
  }
}
.dl-v1 > dd {
  margin-bottom: 3.6rem;
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .dl-v1 > dd {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.dl-v1 > dd:last-child {
  margin-bottom: 0;
}
.activity-slide {
  max-width: 730px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .activity-slide {
    width: calc(615 / 750 * 100vw);
  }
}
.activity-slide .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  border: none;
  background-color: rgba(0, 177, 195, 0.85);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-arrow {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-size: calc(22 / 750 * 100vw) auto;
  }
}
.activity-slide .slick-arrow.slick-prev {
  left: -2.5rem;
  background-image: url(../img/common/arrow_slide_prev.svg);
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-arrow.slick-prev {
    left: calc(-1 * (30 / 750 * 100vw));
  }
}
.activity-slide .slick-arrow.slick-next {
  right: -2.5rem;
  background-image: url(../img/common/arrow_slide_next.svg);
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-arrow.slick-next {
    right: calc(-1 * (30 / 750 * 100vw));
  }
}
@media screen and (min-width: 768px) {
  .activity-slide .slick-arrow {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .activity-slide .slick-arrow:hover {
    background-color: rgba(0, 177, 195, 0.95);
  }
}
.activity-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-dots {
    bottom: calc(-1 * (80 / 750 * 100vw));
  }
}
.activity-slide .slick-dots li {
  margin: 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-dots li {
    margin: 0 calc(15 / 750 * 100vw);
  }
}
.activity-slide .slick-dots li button {
  background: #fff;
  border: 1px solid #00b1c3;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .activity-slide .slick-dots li button {
    width: calc(15 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }
}
.activity-slide .slick-dots li.slick-active button {
  background: #00b1c3;
}
.history-company {
  max-width: 1000px;
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  .history-company {
    margin: calc(85 / 750 * 100vw) auto;
  }
}
.history-company .history-company__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item {
    display: block;
    padding-left: calc(47.5 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-year {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  color: inherit !important;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  text-align: right;
  border-right: 1px solid #00b1c3;
  padding: 4rem 3.3rem 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-year {
    padding: calc(35 / 750 * 100vw) 0 calc(25 / 750 * 100vw)
      calc(42.5 / 750 * 100vw);
    text-align: left;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    border-left: 1px solid #00b1c3;
    border-right: none;
  }
}
.history-company .history-company__item .history-company__item-year::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00b1c3;
  position: absolute;
  top: 5.6rem;
  right: -4px;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-year::after {
    left: calc(-1 * (7 / 750 * 100vw));
    width: calc(13 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    top: calc(57 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-year strong {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-year strong {
    font-size: calc(46 / 750 * 100vw);
    line-height: 1.1956521739;
  }
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-year br {
    display: none;
  }
}
.history-company .history-company__item .history-company__item-year small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-year small {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.1666666667;
  }
}
.history-company .history-company__item .history-company__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 4.4rem 0 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-content {
    padding: 0 0 calc(100 / 750 * 100vw) calc(42.5 / 750 * 100vw);
    border-left: 1px solid #00b1c3;
  }
  :last-child
    .history-company
    .history-company__item
    .history-company__item-content {
    padding-bottom: calc(45 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-title {
  color: #00b1c3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-title {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-image figure {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .history-company
    .history-company__item
    .history-company__item-image
    figure:not(:first-child) {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-image
    figure:not(:last-child) {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.history-company
  .history-company__item
  .history-company__item-image
  figcaption {
  text-align: center;
}
.history-company .history-company__item .history-company__item-more {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-more {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-more:last-child {
  margin-bottom: 0;
}
.history-company .history-company__item .history-company__item-more__content {
  border: 1px solid #ddd;
  padding: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-more__content {
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-memories {
  border: 1px solid #ddd;
  margin-top: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__item .history-company__item-memories {
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.history-company .history-company__item .history-company__item-memories__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head {
    display: block;
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.history-company
  .history-company__item
  .history-company__item-memories__head:last-child {
  margin-bottom: 0 !important;
}
.history-company
  .history-company__item
  .history-company__item-memories__head-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head-content {
    padding-right: 0;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.history-company
  .history-company__item
  .history-company__item-memories__head-content__title {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head-content__title {
    line-height: 1.92;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.history-company
  .history-company__item
  .history-company__item-memories__head-content__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head-content__text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
  }
}
.history-company
  .history-company__item
  .history-company__item-memories__head-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin: 0;
}
.history-company
  .history-company__item
  .history-company__item-memories__head-image
  img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head-image
    img {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.history-company
  .history-company__item
  .history-company__item-memories__head-image
  figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .history-company
    .history-company__item
    .history-company__item-memories__head-image
    figcaption {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
  }
}
.history-company .history-company__timeline dt {
  float: left;
  margin: 0 0 1rem;
}
.history-company .history-company__timeline dd {
  padding: 0 0 0 10rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .history-company .history-company__timeline dd {
    padding: 0 0 0 calc(120 / 750 * 100vw);
  }
}
.history-chairperson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .history-chairperson {
    display: block;
  }
}
.history-chairperson .history-chairperson__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .history-chairperson .history-chairperson__item {
    margin-bottom: calc(70 / 750 * 100vw);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-chairperson .history-chairperson__item:last-child {
    margin-bottom: 0;
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.9%;
  flex: 0 0 28.9%;
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(200 / 750 * 100vw);
    flex: 0 0 calc(200 / 750 * 100vw);
  }
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-image:last-child {
    margin-bottom: 0;
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-image
  figure
  img {
  border-radius: 50%;
  overflow: hidden;
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data {
    padding-left: calc(30 / 750 * 100vw);
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-data__name {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__name {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__name {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.8055555556;
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-data__name
  span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  border: 1px solid #ddd;
  margin-right: 2rem;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  min-width: 66px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__name
    span {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__name
    span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8636363636;
    margin-right: calc(25 / 750 * 100vw);
    min-width: calc(105 / 750 * 100vw);
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-data__position {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__position {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.76;
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    letter-spacing: 0;
  }
}
.history-chairperson
  .history-chairperson__item
  .history-chairperson__item-data__yaer {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.28;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .history-chairperson
    .history-chairperson__item
    .history-chairperson__item-data__yaer {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
  }
}
@media screen and (min-width: 768px) {
  .history-float .history-float__ym {
    float: left;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .history-float .history-float__ym:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .history-float .history-float__text {
    padding-left: 12rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .history-float .history-float__text {
    padding-left: 0;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.history-float .history-float__text:last-child {
  margin-bottom: 0;
}
.topics-category {
  margin: 0 auto 4rem;
  max-width: 1010px;
}
.topics-category .topics-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topics-category .topics-category-list .topics-category-list__item {
  min-width: 11.8%;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .topics-category .topics-category-list .topics-category-list__item {
    width: 31%;
    margin-right: 2%;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .topics-category
    .topics-category-list
    .topics-category-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.topics-category .topics-category-list .topics-category-list__item a {
  text-align: center;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  font-weight: 500;
  color: #fff;
  padding: 0.55rem 1rem;
  background-color: #00b1c3;
}
.topics--committee {
  background-color: #d04139 !important;
}
.topics--event {
  background-color: #f08922 !important;
}
.topics--safety {
  background-color: #cedc3c !important;
}
.topics--business {
  background-color: #00b1c3 !important;
}
.topics--other {
  background-color: #a2afb7 !important;
}
.topics--information {
  background-color: #70d039 !important;
}
.topics--business-department {
  background-color: #3961d0 !important;
}
.topics--awards {
  background-color: #e0629d !important;
}
.topics-list {
  max-width: 1010px;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .topics-list {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.topics-list .topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topics-list .topics-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.topics-list .topics-list__item:last-child {
  margin-bottom: 0;
}
.topics-list .topics-list__item-time {
  -ms-flex-preferred-size: 11.2rem;
  flex-basis: 11.2rem;
  color: #00b1c3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topics-list .topics-list__item-time {
    -ms-flex-preferred-size: calc(210 / 750 * 100vw);
    flex-basis: calc(210 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.3;
  }
}
.topics-list .topics-list__item-category {
  color: #fff;
  background: #00b1c3;
  min-width: 10rem;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  padding: 0.12rem 1rem;
  border-radius: 10rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topics-list .topics-list__item-category {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    margin-top: 0;
    padding: calc(4.5 / 750 * 100vw) calc(4.5 / 750 * 100vw);
    min-width: calc(180 / 750 * 100vw);
  }
}
.topics-list .topics-list__item-category--committee {
  background-color: #d04139;
}
.topics-list .topics-list__item-category--event {
  background-color: #f08922;
}
.topics-list .topics-list__item-category--business {
  background-color: #00b1c3;
}
.topics-list .topics-list__item-category--other {
  background-color: #a2afb7 !important;
}
.topics-list .topics-list__item-category--information {
  background-color: #70d039 !important;
}
.topics-list .topics-list__item-category--business-department {
  background-color: #3961d0 !important;
}
.topics-list .topics-list__item-category--awards {
  background-color: #e0629d !important;
}
.topics-list .topics-list__item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem;
  line-height: 1.714;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .topics-list .topics-list__item-title {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: calc(20 / 750 * 100vw);
  }
}
.topics-list .topics-list__item-title a {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 768px) {
  .topics-list .topics-list__item-title a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.6rem;
  }
  .topics-list .topics-list__item-title a::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    border-bottom: 1px solid #00b1c3;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .topics-list .topics-list__item-title a:hover {
    color: #00b1c3;
  }
  .topics-list .topics-list__item-title a:hover::after {
    opacity: 1;
  }
}
.home .topics-list .topics-list__item {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .home .topics-list .topics-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.home .topics-list .topics-list__item:last-child {
  margin-bottom: 0;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 40px;
  display: inline-block;
  border: none;
  line-height: 1.75;
  margin: 0 0.25rem;
}
.wp-pagenavi span.current {
  background: #00b1c3;
  color: #fff;
}
.wp-pagenavi span.extend {
  width: 30px;
}
.wp-pagenavi span.extend:nth-last-child(2) {
  display: none;
}
.wp-pagenavi a {
  text-decoration: none;
  background: #f6f6f6;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wp-pagenavi a:hover {
    background: #00b1c3;
    color: #fff;
  }
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.wp-pagenavi a.previouspostslink {
  background-image: url(../img/common/arrow_pager_prev_b.svg);
}
.wp-pagenavi a.previouspostslink:hover {
  background-image: url(../img/common/arrow_pager_prev_w.svg);
}
.wp-pagenavi a.nextpostslink {
  background-image: url(../img/common/arrow_pager_next_b.svg);
}
.wp-pagenavi a.nextpostslink:hover {
  background-image: url(../img/common/arrow_pager_next_w.svg);
}
[data-tab="menu"] li {
  cursor: pointer;
}
[data-tab="content"] > div {
  display: none;
}
[data-tab="content"] > div.show {
  display: block;
}
.data-tab .data-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.85%;
}
@media screen and (max-width: 767px) {
  .data-tab .data-tab-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}
.data-tab .data-tab-list__item {
  margin: 0 1.3888% 2%;
  width: 21.29%;
  border: 1px solid #00b1c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #00b1c3;
  padding: 1.16rem;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .data-tab .data-tab-list__item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .data-tab .data-tab-list__item:hover {
    background: rgba(0, 177, 195, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .data-tab .data-tab-list__item {
    padding: calc(26 / 750 * 100vw);
    width: calc(315 / 750 * 100vw);
    margin: 0 0 calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3076923077;
  }
}
.data-tab .data-tab-list__item.active {
  background: #00b1c3;
  color: #fff;
}
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .flex-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flex-grid.flex-gird--2 .flex-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.15%;
  flex: 0 0 48.15%;
  margin-right: 3.7%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .flex-grid.flex-gird--2 .flex-grid__col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 1.75em;
    margin-right: 0;
  }
  .flex-grid.flex-gird--2 .flex-grid__col:last-child {
    margin-bottom: 0;
  }
}
.flex-grid.flex-gird--2 .flex-grid__col:nth-child(2n) {
  margin-right: 0;
}
.flex-grid.flex-gird--3 .flex-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.5%;
  flex: 0 0 30.5%;
  margin-right: 4.16%;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .flex-grid.flex-gird--3 .flex-grid__col:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid.flex-gird--3 .flex-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-right: 0;
  }
}
.flex-grid.flex-gird--4 .flex-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.333%;
  flex: 0 0 23.333%;
  margin-right: 2.222%;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .flex-grid.flex-gird--4 .flex-grid__col:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex-grid.flex-gird--4 .flex-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
}
.flex-grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-grid__col--auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media screen and (max-width: 767px) {
  .flex-grid__col--mt {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
.flex-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem 0;
}
.flex-summary__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.8888%;
  flex: 0 0 38.8888%;
}
.flex-summary__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-right: 3rem;
}
.flex--reverse .flex-summary__text {
  padding-left: 3rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .flex--mt {
    display: block;
  }
}
.flex-justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-justify--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-justify--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.image-modal {
  margin: 0 auto 5rem;
}
.image-modal:last-child {
  margin-bottom: 0;
}
.image-modal .image-modal__title {
  background: none;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .image-modal .image-modal__title {
    text-align: left;
  }
}
.image-modal .image-modal__image {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .image-modal .image-modal__link {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .image-modal .image-modal__link {
    display: block;
    position: relative;
    padding: calc(40 / 750 * 100vw) calc(36 / 750 * 100vw)
      calc(152 / 750 * 100vw);
    border: 1px solid #dddddd;
  }
  .image-modal .image-modal__link::before {
    content: "";
    background-image: url(../img/common/icon_zoom.svg);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: calc(40 / 750 * 100vw);
    left: calc(36 / 750 * 100vw);
  }
}
.image-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0 6.6rem;
}
@media screen and (max-width: 767px) {
  .image-float {
    margin: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.image-float:first-child {
  margin-top: 0;
}
.image-float:last-child {
  margin-bottom: 0;
}
.image-float--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .image-float--spblock {
    display: block;
  }
}
.image-float__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.8888%;
  flex: 0 0 38.8888%;
}
@media screen and (max-width: 767px) {
  .image-float__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .image-float__image:first-child {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.image-float__image figure {
  margin: 0;
}
.image-float__image img {
  width: 100%;
}
.image-float__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.image-float__content:first-child {
  padding-right: 6rem;
}
.image-float__content:last-child {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .image-float__content {
    padding: 0 !important;
    margin-bottom: calc(40 / 750 * 100vw);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .image-float__content:last-child {
    margin-bottom: 0;
  }
}
.image-float--reverse .image-float__content:first-child {
  padding-right: 0;
  padding-left: 6rem;
}
.image-float--reverse .image-float__content:last-child {
  padding-right: 6rem;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .image-float--reverse .image-float__content {
    padding: 0 !important;
  }
}
ul,
ol {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  ul,
  ol {
    margin: calc(30 / 750 * 100vw) 0;
  }
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  line-height: 1.8;
  margin-bottom: 1rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.list-dot {
  padding-left: 1.8rem;
}
.list-dot li {
  list-style-type: disc;
}
.list-number {
  padding-left: 1.8rem;
}
.list-number li {
  list-style-type: decima;
}
.list-indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-indent--2 li {
  text-indent: -2em;
  padding-left: 2em;
}
.list-arrow li {
  position: relative;
  padding-left: 2rem;
}
.list-arrow li::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/arrow_list.svg);
  width: 10px;
  height: 15px;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
}
.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-flex {
    display: block;
  }
}
.list-flex.list-flex--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-flex__item {
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  .list-flex__item {
    margin-right: 0;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.list-inline li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .list-inline li {
    display: block;
    margin: 0 0 calc(25 / 750 * 100vw);
  }
  .list-inline li:last-child {
    margin-bottom: 0;
  }
}
.google-calendar iframe {
  width: 100% !important;
  height: 600px !important;
}
.googlemap {
  position: relative;
  padding-top: 60%;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .googlemap {
    margin: calc(30 / 750 * 100vw) 0;
    padding-top: 65%;
  }
}
.googlemap:first-child {
  margin-top: 0;
}
.googlemap:last-child {
  margin-bottom: 0;
}
.googlemap iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
[data-more="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.28;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  [data-more="button"] {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.3928571429;
    padding-left: calc(60 / 750 * 100vw);
  }
}
[data-more="button"]::before,
[data-more="button"]::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 767px) {
  [data-more="button"]::before,
  [data-more="button"]::after {
    width: calc(53 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    background-size: calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
[data-more="button"]::before {
  background-image: url(../img/common/icon_more_open.svg);
  left: 0;
  opacity: 1;
}
[data-more="button"]::after {
  background-image: url(../img/common/icon_more_close.svg);
  left: 0;
  opacity: 0;
}
[data-more="button"].open::before {
  opacity: 0;
}
[data-more="button"].open::after {
  opacity: 1;
}
[data-more="content"] {
  display: none;
}
table {
  line-height: 1.428;
  max-width: 100%;
  margin: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table {
    min-width: inherit;
    width: 100%;
  }
  table:not([class*="table"]) {
    display: block;
    width: 100%;
  }
  table:not([class*="table"]) tbody,
  table:not([class*="table"]) tr,
  table:not([class*="table"]) th,
  table:not([class*="table"]) td {
    display: block;
    width: 100%;
  }
}
table th,
table td {
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    border-right: none;
    border-bottom: calc(30 / 750 * 100vw) solid #fff;
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table th {
  background: #00b1c3;
  color: #fff;
  font-weight: 500;
}
table td {
  background: #f6f6f6;
}
a.table-download {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  padding: 0.4rem 6rem 0.4rem 3rem;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a.table-download:hover {
    color: #00b1c3;
  }
}
@media screen and (max-width: 767px) {
  a.table-download {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.2307692308;
    padding: calc(15 / 750 * 100vw) calc(60 / 750 * 100vw)
      calc(15 / 750 * 100vw) 0;
  }
}
a.table-download::after {
  content: "";
  width: 33px;
  height: 32px;
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  a.table-download::after {
    right: 0;
    width: calc(60 / 750 * 100vw);
    height: calc(59 / 750 * 100vw);
    background-size: calc(60 / 750 * 100vw) auto;
  }
}
a.table-download[href$=".xls"]::after,
a.table-download[href$=".xlsx"]::after {
  background-image: url(../img/common/icon_xls.svg);
}
a.table-download[href$=".pdf"]::after {
  background-image: url(../img/common/icon_pdf.svg);
}
.table-v1 {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.table-v1 th,
.table-v1 td {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede !important;
  padding: 1.7rem;
  vertical-align: middle;
}
.table-v1 thead th {
  background: #00b1c3;
  color: #fff;
  text-align: left;
}
.table-v1 tbody td {
  background: #fff;
  text-align: left;
}
.table-v2 {
  border-top: 1px solid #dedede;
}
.table-v2 th,
.table-v2 td {
  border-bottom: 1px solid #dedede;
  border-right: none;
  padding: 1.7rem;
}
.table-v2 thead th {
  background: #fff;
  color: inherit;
  text-align: left;
  font-weight: bold;
}
.table-v2 tbody td {
  background: #fff;
  font-weight: 500;
}
.table-scroll {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-scroll {
    margin-left: calc(-1 * (40 / 750 * 100vw));
    margin-right: calc(-1 * (40 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .table-scroll__inner {
    padding: 0 calc(40 / 750 * 100vw);
    width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .table-scroll table {
    width: 100%;
    min-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .table--sp-single {
    display: block;
  }
  .table--sp-single tbody,
  .table--sp-single tr,
  .table--sp-single th,
  .table--sp-single td {
    width: 100%;
    display: block;
  }
}
.qupte {
  background: #f6f6f6;
  padding: 3.5rem 5rem;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .qupte {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
    padding: calc(65 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.qupte::before,
.qupte::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
}
@media screen and (max-width: 767px) {
  .qupte::before,
  .qupte::after {
    width: calc(35 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    background-size: calc(32 / 750 * 100vw) auto;
  }
}
.qupte::before {
  left: 1.7rem;
  top: 2rem;
  background-image: url(../img/common/icon_qupte_before.svg);
}
@media screen and (max-width: 767px) {
  .qupte::before {
    left: calc(30 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
  }
}
.qupte::after {
  bottom: 2rem;
  right: 1.7rem;
  background-image: url(../img/common/icon_qupte_after.svg);
}
@media screen and (max-width: 767px) {
  .qupte::after {
    right: calc(30 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
  }
}
.prt-topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .prt-topics__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prt-topics__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .prt-topics__item:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.prt-topics__item-time {
  -ms-flex-preferred-size: 11.2rem;
  flex-basis: 11.2rem;
  color: #00b1c3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .prt-topics__item-time {
    -ms-flex-preferred-size: calc(210 / 750 * 100vw);
    flex-basis: calc(210 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.3;
  }
}
.prt-topics__item-category {
  color: #fff;
  background: #00b1c3;
  min-width: 8rem;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  padding: 0.12rem 1rem;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .prt-topics__item-category {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    margin-top: 0;
    padding: calc(4.5 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}
.prt-topics__item-category--committee {
  background-color: #d04139;
}
.prt-topics__item-category--event {
  background-color: #f08922;
}
.prt-topics__item-category--business {
  background-color: #00b1c3;
}
.prt-topics__item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem;
  line-height: 1.714;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .prt-topics__item-title {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: calc(20 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .prt-topics__item-title a {
    position: relative;
    display: inline-block;
    padding-bottom: 0.6rem;
  }
  .prt-topics__item-title a::after {
    content: "";
    display: block;
    width: 98%;
    height: 1px;
    border-bottom: 1px solid #00b1c3;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  .prt-topics__item-title a:hover::after {
    opacity: 1;
  }
}
.text-center {
  text-align: center;
}
.text-center img {
  display: inline-block;
}
.text-center > * {
  margin-left: auto;
  margin-right: auto;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.bc-primary {
  border-color: #00b1c3;
}
.bc-red {
  border-color: #d04139;
}
.bc-yellow {
  border-color: #ffe566;
}
.bc-blue {
  border-color: #0af;
}
.bc-green {
  border-color: #5a8;
}
.color-gray01 {
  color: #7e7e7e;
}
.color-primary {
  color: #00b1c3 !important;
}
.color-second {
  color: #cedc3c !important;
}
.color-red {
  color: #d04139;
}
.color-yellow {
  color: #ffe566;
}
.color-blue {
  color: #0af;
}
.color-green {
  color: #5a8;
}
.color-white {
  color: #fff !important;
}
.bg-primary {
  background-color: #00b1c3;
}
.bg-red {
  background-color: #d04139;
}
.bg-yellow {
  background-color: #ffe566;
}
.bg-blue {
  background-color: #0af;
}
.bg-green {
  background-color: #5a8;
}
.bg-lgray {
  background-color: #f5f5f5;
}
.bg-lblue {
  background-color: #e7f5fc;
}
.bg-lpink {
  background-color: #ffebe6;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  table.sp-only {
    display: table !important;
  }
  .sp-only_inline {
    display: inline-block !important;
  }
  .sptb-hidden {
    display: none !important;
  }
  .tbpc-hidden {
    display: block !important;
  }
  .sp-hidden {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only_inline {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .tb-none {
    display: none !important;
  }
  .tb-only {
    display: block !important;
  }
  .tb-only_inline {
    display: inline-block !important;
  }
  .sp-only {
    display: none !important;
  }
  .sp-only_inline {
    display: none !important;
  }
  .sptb-hidden {
    display: none !important;
  }
  .tbpc-hidden {
    display: none !important;
  }
  .sp-hidden {
    display: block !important;
  }
  .tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pc-none {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  table.pc-only {
    display: table !important;
  }
  .pc-only_inline {
    display: inline-block !important;
  }
  .sp-only {
    display: none !important;
  }
  .sp-only_inline {
    display: none !important;
  }
  .sptb-hidden {
    display: block !important;
  }
  .tbpc-hidden {
    display: none !important;
  }
  .sp-hidden {
    display: block !important;
  }
  .tb-hidden {
    display: block !important;
  }
  .tb-only {
    display: none !important;
  }
}
.weight-medium {
  font-weight: 500 !important;
}
.weight-bold {
  font-weight: 600 !important;
}
.weight-regular {
  font-weight: 400 !important;
}
.text-small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
  }
}
.text-large {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2;
  }
}
.text-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-asterisk {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8181818182;
  }
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.highlight {
  background-color: #add1f0;
}
.text-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}
img.text-center {
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
.text-left img {
  display: inline-block;
}
.text-left > * {
  margin-left: auto;
}
.text-right {
  text-align: right;
}
.text-right img {
  display: inline-block;
}
.text-right > * {
  margin-right: auto;
}
.hf-indent {
  margin-left: -0.6em;
}
.border-none-top {
  border-top: none !important;
}
.border-none-left {
  border-left: none !important;
}
.border-none-right {
  border-right: none !important;
}
.border-none-bottom {
  border-bottom: none !important;
}
@media screen and (min-width: 1080px) {
  .pc-border-none-top {
    border-top: none !important;
  }
  .pc-border-none-left {
    border-left: none !important;
  }
  .pc-border-none-right {
    border-right: none !important;
  }
  .pc-border-none-bottom {
    border-bottom: none !important;
  }
}
span.asterisk {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  span.asterisk {
    font-size: calc(20 / 750 * 100vw);
  }
}
p.asterisk {
  text-align: center;
  color: #7e7e7e;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  p.asterisk {
    margin: calc(20 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.ul-list {
  margin: 10px 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .ul-list {
    padding-left: 0;
  }
}
.ul-list > li {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .ul-list > li {
    font-size: calc(26 / 750 * 100vw);
  }
}
.ul-list > li:before {
  content: "・";
}
.ul-list > li > ul {
  text-indent: -18px;
  margin: 5px 0 0 18px;
}
@media screen and (max-width: 767px) {
  .ul-list > li > ul {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ul-list > li > ul li:before {
  content: "・";
  margin-right: 5px;
}
.ul-list > li > ul li:not(:first-child) {
  margin-top: ５px;
}
.ol-list {
  margin: 25px 0;
  counter-reset: item;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .ol-list {
    margin: calc(40 / 750 * 100vw) 0;
  }
}
.ol-list li {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .ol-list li {
    padding-left: calc(70 / 750 * 100vw);
  }
}
.ol-list li:not(:last-child) {
  margin-bottom: 10px;
}
.ol-list li::before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 0;
  width: 28px;
  height: 28px;
  font-family: "Noto Sans JP", sans-serif;
  background: #5a5a5a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ol-list li::before {
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}
[data-lang="en"] {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.sp-attention {
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  margin-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
  .sp-attention {
    display: none;
  }
}
.parallax-mirror {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
.parallax-mirror.true {
  opacity: 1;
}
body.safari .safari-weight {
  font-weight: 400;
}
body.safari .safari-weight::before {
  font-weight: 400;
}
.width--10 {
  width: 10% !important;
}
.width--15 {
  width: 15% !important;
}
.width--20 {
  width: 20% !important;
}
.width--25 {
  width: 25% !important;
}
.width--30 {
  width: 30% !important;
}
.width--35 {
  width: 35% !important;
}
.width--40 {
  width: 40% !important;
}
.width--45 {
  width: 45% !important;
}
.width--50 {
  width: 50% !important;
}
.width--55 {
  width: 55% !important;
}
.width--60 {
  width: 60% !important;
}
.width--65 {
  width: 65% !important;
}
.width--70 {
  width: 70% !important;
}
.width--75 {
  width: 75% !important;
}
.width--80 {
  width: 80% !important;
}
.width--85 {
  width: 85% !important;
}
.width--90 {
  width: 90% !important;
}
.width--95 {
  width: 95% !important;
}
.width--100 {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .width-sp--10 {
    width: 10% !important;
  }
  .width-sp--15 {
    width: 15% !important;
  }
  .width-sp--20 {
    width: 20% !important;
  }
  .width-sp--25 {
    width: 25% !important;
  }
  .width-sp--30 {
    width: 30% !important;
  }
  .width-sp--35 {
    width: 35% !important;
  }
  .width-sp--40 {
    width: 40% !important;
  }
  .width-sp--45 {
    width: 45% !important;
  }
  .width-sp--50 {
    width: 50% !important;
  }
  .width-sp--55 {
    width: 55% !important;
  }
  .width-sp--60 {
    width: 60% !important;
  }
  .width-sp--65 {
    width: 65% !important;
  }
  .width-sp--70 {
    width: 70% !important;
  }
  .width-sp--75 {
    width: 75% !important;
  }
  .width-sp--80 {
    width: 80% !important;
  }
  .width-sp--85 {
    width: 85% !important;
  }
  .width-sp--90 {
    width: 90% !important;
  }
  .width-sp--95 {
    width: 95% !important;
  }
  .width-sp--100 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .width-pc--10 {
    width: 10% !important;
  }
  .width-pc--15 {
    width: 15% !important;
  }
  .width-pc--20 {
    width: 20% !important;
  }
  .width-pc--25 {
    width: 25% !important;
  }
  .width-pc--30 {
    width: 30% !important;
  }
  .width-pc--35 {
    width: 35% !important;
  }
  .width-pc--40 {
    width: 40% !important;
  }
  .width-pc--45 {
    width: 45% !important;
  }
  .width-pc--50 {
    width: 50% !important;
  }
  .width-pc--55 {
    width: 55% !important;
  }
  .width-pc--60 {
    width: 60% !important;
  }
  .width-pc--65 {
    width: 65% !important;
  }
  .width-pc--70 {
    width: 70% !important;
  }
  .width-pc--75 {
    width: 75% !important;
  }
  .width-pc--80 {
    width: 80% !important;
  }
  .width-pc--85 {
    width: 85% !important;
  }
  .width-pc--90 {
    width: 90% !important;
  }
  .width-pc--95 {
    width: 95% !important;
  }
  .width-pc--100 {
    width: 100% !important;
  }
}
.topics-list .topics-list__item-category--safety {
  background-color: #cedc3c;
}
.topics-list .topics-list__item-category--other {
  background-color: #a2afb7;
}

.btn-flat.btn--arrow {
  padding: 1.45rem 3.5rem 1.45rem 1.5rem;
}
.btn-flat.btn--arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 10px;
  background-image: url(../img/common/arrow_btn_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.activity-awards__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .activity-awards__btn {
    text-align: center;
    margin-bottom: 3rem !important;
  }
}

/* 2023/11/28追加 */
.sdgs .sdgs-read {
  margin-top: 3.5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-read {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.sdgs .sdgs-read__source {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.sdgs .sdgs-read__source a {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-read__source a {
    text-decoration: none;
  }
}
.sdgs .sdgs-icons {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-icons {
    margin-bottom: 4rem;
  }
}
.sdgs .sdgs-icons__list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  -webkit-column-gap: min(2.7rem, 2.4107142857vw);
     -moz-column-gap: min(2.7rem, 2.4107142857vw);
          column-gap: min(2.7rem, 2.4107142857vw);
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-icons__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.9rem;
       -moz-column-gap: 1.9rem;
            column-gap: 1.9rem;
    row-gap: 1.4rem;
  }
}
.sdgs .sdgs-icons__list li {
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.sdgs .sdgs-icons__list li img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-anchors {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.sdgs .sdgs-anchors__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-anchors__list {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
.sdgs .sdgs-anchors__item:not(:root) {
  height: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  background: #00b1c3;
  font-weight: bold;
  color: #fff;
}
.sdgs .sdgs-anchors__item:not(:root)::before, .sdgs .sdgs-anchors__item:not(:root):after {
  content: "";
  display: block;
  position: absolute;
}
.sdgs .sdgs-anchors__item:not(:root)::before {
  width: 0;
  height: 100%;
  background: #34c6d5;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  top: 0;
  left: 0;
}
.sdgs .sdgs-anchors__item:not(:root)::after {
  width: 7px;
  height: 10px;
  background-image: url(../img/common/arrow_btn_next.svg);
  background-image: url(/wp-content/themes/jada/assets/img/common/arrow_btn_next.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-anchors__item:not(:root)::after {
    right: 2rem;
  }
}
.sdgs .sdgs-anchors__item:not(:root):hover::before {
  width: 100%;
}
.sdgs .sdgs-anchors__item:not(:root) span {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-anchors__item:not(:root) span {
    font-size: 1.4rem;
  }
}
.sdgs .sdgs-section {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.sdgs .sdgs-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.5rem;
  }
}
.sdgs .sdgs-section__container.without_image {
  display: block;
  position: relative;
}
.sdgs .sdgs-section__container.without_image .sdgs-section__images {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__container.without_image .sdgs-section__images {
    position: static;
  }
}
.sdgs .sdgs-section__container.without_image .sdgs-section__icons {
  margin-top: 3.5rem;
  margin-bottom: 0;
}
.sdgs .sdgs-section__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sdgs .sdgs-section__text h3 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__text h3 {
    margin-bottom: 2rem;
  }
}
.sdgs .sdgs-section__images {
  width: 42rem;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__images {
    width: 100%;
    max-width: 100%;
  }
}
.sdgs .sdgs-section__images figure {
  margin-top: 0;
  margin-bottom: 0;
}
.sdgs .sdgs-section__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__icons {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.sdgs .sdgs-section__icons li {
  max-width: calc((100% - 6rem) / 5);
}
.sdgs .sdgs-section__icons img {
  width: 6rem;
  height: 6rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-section__icons img {
    width: 5.5rem;
    height: 5.5rem;
  }
}/*# sourceMappingURL=sdgs.css.map */
