@charset "UTF-8";
:root {
  --green: #00A380;
  --yellow: #D0B100;
  --yellowgreen: #8ABF37;
  --orange: #FF9857;
  --blue: #63BAB4;
  --purple: #D296E1;
  --hot:#DB6458;
}

.yellow {
  color: var(--yellow);
}

.orange {
  color: var(--orange);
}

.blue {
  color: var(--blue);
}

.purple {
  color: var(--purple);
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #333;
  scroll-padding-top: 100px;
}

@media screen and (min-width: 769px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .br-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
/*-------------------------------------------
openbtn
-------------------------------------------*/
@media screen and (min-width: 769px) {
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #contact {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    display: none;
  }
}
.openbtn {
  z-index: 9998;
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 10px;
  background-color: #FFF;
}

.openbtn p {
  font-family: "Urbanist", sans-serif;
  position: absolute;
  top: 36px;
  left: 13px;
  font-size: 12px;
  font-weight: bold;
  color: var(--green);
  letter-spacing: 0;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 3px;
  border-radius: 2px;
  background: var(--green);
  width: 30px;
}

.openbtn span:nth-of-type(1) {
  top: 14px;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

.openbtn span:nth-of-type(3) {
  top: 30px;
}

.openbtn.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

#g-nav {
  position: fixed;
  z-index: 9;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #DAEDDC;
  transition: all 0.6s;
  color: var(--green);
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 20px;
}
#g-nav.panelactive #g-nav-list .MenuTitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 280px;
  margin: 0 auto;
  background: url(../images/TitleBk.svg) center center/100% auto no-repeat;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
}

#g-nav ul {
  width: 100%;
  margin-top: 20px;
}

#g-nav li {
  list-style: none;
  text-align: start;
  color: var(--green);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 10px;
}
#g-nav li a {
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: flex;
  text-align: left;
  align-items: center;
  color: #333;
  position: relative;
}
#g-nav li a figure {
  width: 34px;
  margin-right: 10px;
}
#g-nav li a .arrow {
  position: absolute;
  right: 8px;
}
#g-nav li.TopMenu {
  margin-bottom: 20px;
}
#g-nav li.TopMenu a {
  font-size: 26px;
  display: inline-block;
  color: #2E9956;
}

#g-nav .Bt {
  width: 280px;
  margin: 20px auto 0;
}

.onecoinBt {
  display: block;
  position: fixed;
  align-items: end;
  width: 99%;
  bottom: 10px;
  left: 1%;
  z-index: 999;
}
.onecoinBt .TopArrow {
  width: 46px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.onecoinBt .ocBt {
  display: none;
}
@media screen and (max-width: 767px) {
  .onecoinBt {
    display: flex;
    justify-content: space-between;
  }
  .onecoinBt .ocBt {
    width: 90%;
    display: block;
    text-align: center;
  }
  .onecoinBt .TopArrow {
    position: static;
    width: 9%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*-------------------------------------------
header
-------------------------------------------*/
header {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  /*background-color: white;*/
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header {
    background-color: transparent;
  }
}

#logo_txt {
  margin-right: 15px;
}

#logo {
  display: inline-block;
  background: #2E9956;
  width: 180px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
}

#contact {
  margin-left: auto;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  header, #logo {
    height: 70px;
  }
  #logo {
    width: 120px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
  }
  #logo img {
    width: 76%;
    height: auto;
  }
}
.onecoinBt {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

/*-------------------------------------------
main Visual
-------------------------------------------*/
.Initiatives .mainV {
  margin-top: 80px;
  background: url(../images/mv_pc.png) center center no-repeat;
  height: 586px;
  position: relative;
  padding-top: 26px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV {
    background: url(../images/mv_sp_left.png) left bottom/auto 508px no-repeat, url(../images/mv_sp_right.jpg) right top/auto 85.1% no-repeat;
    height: 658px;
    margin-top: 0;
    padding-top: 90px;
  }
}
.Initiatives .mainV .left {
  position: absolute;
  left: 0;
  top: -22px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .Initiatives .mainV .left {
    width: 26%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV .left {
    display: none;
  }
}
.Initiatives .mainV .right {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .Initiatives .mainV .right {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV .right {
    display: none;
  }
}
.Initiatives .mainV h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 32px;
  width: 488px;
  margin: 0 auto;
  background: url(../images/TitleBk.svg) center center no-repeat;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  .Initiatives .mainV h1 {
    width: 360px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV h1 {
    width: 280px;
    font-size: 20px;
    margin-top: 15px;
  }
}
.Initiatives .mainV .SevenPerspectives {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV .SevenPerspectives {
    margin: 34px auto 0;
    width: 160px;
  }
}
.Initiatives .mainV h2 {
  color: #2E9956;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV h2 {
    font-size: 38px;
    letter-spacing: 0.05em;
  }
}
.Initiatives .mainV h2 span {
  display: inline-block;
  text-decoration: underline 4px #DD8686;
  border-radius: 4px;
  text-underline-offset: 0.1em;
  margin-right: -10px;
}
.Initiatives .mainV h2 span:nth-of-type(2) {
  text-decoration: underline 4px #6FAAD5;
  margin-left: -10px;
}
.Initiatives .mainV h2 span:nth-of-type(3) {
  text-decoration: underline 4px #66B26E;
  margin-right: 0;
  margin-left: -10px;
}
.Initiatives .mainV h2 small {
  font-size: 36px;
  position: relative;
  top: 4px;
  margin-left: 0.1em;
}
@media screen and (max-width: 1350px) {
  .Initiatives .mainV h2 small {
    display: block;
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV h2 small {
    font-size: 27px;
  }
}
.Initiatives .mainV h2 em {
  color: #666;
  display: block;
  font-size: 30px;
  margin-top: 35px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .Initiatives .mainV h2 em {
    font-size: 23px;
    margin-top: 15px;
  }
}
.Initiatives .MenuBlock {
  background-color: #daecdc;
  height: 264px;
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock {
    height: auto;
    padding-bottom: 50px;
  }
}
.Initiatives .MenuBlock .in_wrap {
  position: relative;
  height: 100%;
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap {
    width: 100%;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: -120px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu {
    position: static;
    width: 94%;
    margin: 0 auto;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu li {
  width: 460px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #CCC;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li {
    width: 100%;
    margin: 10px auto 0;
  }
  .Initiatives .MenuBlock .in_wrap .PageMenu li:first-of-type {
    margin-top: 0;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.15s linear;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a {
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a {
    padding: 10px;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu li a p {
  font-size: 18px;
  font-weight: 700;
  margin-left: 18px;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a p {
    margin-left: 14px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a p {
    font-size: 15px;
    margin-left: 12px;
    letter-spacing: 0;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu li a .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a .arrow {
    right: 15px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a .arrow {
    top: calc(50% - 10px);
    right: 10px;
  }
}
.Initiatives .MenuBlock .in_wrap .PageMenu li a:hover {
  opacity: 0.5;
}
.Initiatives .MenuBlock .in_wrap .PageMenu li a figure img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a figure img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .PageMenu li a figure img {
    width: 38px;
  }
}
.Initiatives .MenuBlock .in_wrap .person1 {
  position: absolute;
  left: -150px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .person1 {
    display: none;
  }
}
.Initiatives .MenuBlock .in_wrap .person2 {
  position: absolute;
  right: -100px;
  bottom: -26px;
}
@media screen and (max-width: 1200px) {
  .Initiatives .MenuBlock .in_wrap .person2 {
    right: 0;
  }
}
@media screen and (max-width: 840px) {
  .Initiatives .MenuBlock .in_wrap .person2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives .MenuBlock .in_wrap .person2 {
    width: 86%;
    right: 5%;
    bottom: -115px;
  }
}
.Initiatives #Motto {
  background-color: #C0DFC3;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto {
    padding: 80px 20px 50px;
  }
}
.Initiatives #Motto .MottoBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 1200px;
  padding: 70px 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #Motto .MottoBlock {
    width: calc(100% - 40px);
    padding: 70px 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #Motto .MottoBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #Motto .MottoBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #Motto .MottoBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #Motto .MottoBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #388941;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #Motto .MottoBlock .MottoList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .MottoList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #Motto .MottoBlock .MottoList li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .MottoList li {
    width: 100%;
    margin-bottom: 65px;
  }
  .Initiatives #Motto .MottoBlock .MottoList li:last-of-type {
    margin-bottom: 0;
  }
}
.Initiatives #Motto .MottoBlock .MottoList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #388941;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(56, 137, 65, 0.3);
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .MottoList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #Motto .MottoBlock .MottoList li p {
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .MottoList li p {
    font-size: 15px;
  }
}
.Initiatives #Motto .MottoBlock .MottoList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #Motto .MottoBlock .MottoList li .List {
    font-size: 13px;
  }
}
.Initiatives #Motto .MottoBlock .MottoList li .List:before {
  content: "●";
  color: #388941;
  line-height: 1.6;
}
.Initiatives #Motto .MottoBlock .BtButton {
  margin-top: auto;
}
.Initiatives #Motto .MottoBlock .BtButton a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 60px 12px 20px;
  background: url(../images/link-icon.svg) center right 20px no-repeat #2E9956;
  color: #FFF;
  display: inline-block;
  border-radius: 8px;
  margin-top: 20px;
}
.Initiatives #event {
  background-color: #F9E5E5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #event {
    padding: 50px 20px;
  }
}
.Initiatives #event .eventBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 1200px;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #event .eventBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #event .eventBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #event .eventBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #event .eventBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #event .eventBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #DC8585;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #event .eventBlock .eventList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .eventList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #event .eventBlock .eventList li {
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .eventList li {
    width: 100%;
    margin-top: 70px;
  }
  .Initiatives #event .eventBlock .eventList li:first-of-type {
    margin-top: 0px;
  }
}
.Initiatives #event .eventBlock .eventList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #DC8585;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(220, 133, 133, 0.3);
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .eventList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #event .eventBlock .eventList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .eventList li p {
    font-size: 15px;
  }
}
.Initiatives #event .eventBlock .eventList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #event .eventBlock .eventList li .List {
    font-size: 13px;
  }
}
.Initiatives #event .eventBlock .eventList li .List:before {
  content: "●";
  color: #DC8585;
  line-height: 1.6;
}
.Initiatives #event .eventBlock .eventList li .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #event .eventBlock .eventList li .List a:hover {
  color: #DC8585;
}
.Initiatives #certification {
  background-color: #DAE5ED;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification {
    padding: 50px 20px;
  }
}
.Initiatives #certification .certificationBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 1200px;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #certification .certificationBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #certification .certificationBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #certification .certificationBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #certification .certificationBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #certification .certificationBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #4588B8;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #certification .certificationBlock .certificationList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #certification .certificationBlock .certificationList li {
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList li {
    width: 100%;
    margin-bottom: 70px;
  }
  .Initiatives #certification .certificationBlock .certificationList li:last-of-type {
    margin-bottom: 0;
  }
}
.Initiatives #certification .certificationBlock .certificationList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #4588B8;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(69, 136, 184, 0.3);
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #certification .certificationBlock .certificationList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .Initiatives #certification .certificationBlock .certificationList li .tab {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList li .tab {
    display: block;
  }
}
.Initiatives #certification .certificationBlock .certificationList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #certification .certificationBlock .certificationList li .List {
    font-size: 13px;
  }
}
.Initiatives #certification .certificationBlock .certificationList li .List:before {
  content: "●";
  color: #4588B8;
  line-height: 1.6;
}
.Initiatives #certification .certificationBlock .certificationList li .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #certification .certificationBlock .certificationList li .List a:hover {
  color: #4588B8;
}
.Initiatives #environment {
  background-color: #F0E5DE;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment {
    padding: 50px 20px;
  }
}
.Initiatives #environment .environmentBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 1200px;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #environment .environmentBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #environment .environmentBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #environment .environmentBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #environment .environmentBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #environment .environmentBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #B36E46;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #environment .environmentBlock .environmentList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .environmentList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #environment .environmentBlock .environmentList li {
  width: 31.4%;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .environmentList li {
    width: 100%;
    margin-bottom: 70px;
  }
  .Initiatives #environment .environmentBlock .environmentList li:last-of-type {
    margin-bottom: 0;
  }
}
.Initiatives #environment .environmentBlock .environmentList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #B36E46;
  font-weight: 700;
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(179, 110, 70, 0.3);
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .environmentList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #environment .environmentBlock .environmentList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .environmentList li p {
    font-size: 15px;
  }
}
.Initiatives #environment .environmentBlock .environmentList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #environment .environmentBlock .environmentList li .List {
    font-size: 13px;
  }
}
.Initiatives #environment .environmentBlock .environmentList li .List:before {
  content: "●";
  color: #EFBEA1;
  line-height: 1.6;
}
.Initiatives #environment .environmentBlock .environmentList li .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #environment .environmentBlock .environmentList li .List a:hover {
  color: #B36E46;
}
.Initiatives #training {
  background-color: #DBF2EE;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #training {
    padding: 50px 20px;
  }
}
.Initiatives #training .trainingBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 820px;
  box-sizing: border-box;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #training .trainingBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #training .trainingBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #training .trainingBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #training .trainingBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #training .trainingBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #3E9D8D;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #training .trainingBlock .trainingList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .trainingList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #training .trainingBlock .trainingList li {
  width: 45.7%;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .trainingList li {
    width: 100%;
    margin-bottom: 70px;
  }
  .Initiatives #training .trainingBlock .trainingList li:last-of-type {
    margin-bottom: 0;
  }
}
.Initiatives #training .trainingBlock .trainingList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #3E9D8D;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(62, 157, 141, 0.3);
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .trainingList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #training .trainingBlock .trainingList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .trainingList li p {
    font-size: 15px;
  }
}
.Initiatives #training .trainingBlock .trainingList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #training .trainingBlock .trainingList li .List {
    font-size: 13px;
  }
}
.Initiatives #training .trainingBlock .trainingList li .List:before {
  content: "●";
  color: #96C8C0;
  line-height: 1.6;
}
.Initiatives #training .trainingBlock .trainingList li .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #training .trainingBlock .trainingList li .List a:hover {
  color: #3E9D8D;
}
.Initiatives #contribution {
  background-color: #E5F2CC;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution {
    padding: 50px 20px;
  }
}
.Initiatives #contribution .contributionBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 820px;
  box-sizing: border-box;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #contribution .contributionBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #contribution .contributionBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #contribution .contributionBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #contribution .contributionBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #contribution .contributionBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #77A320;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #contribution .contributionBlock .contributionList {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .contributionList {
    display: block;
    margin-top: 45px;
  }
}
.Initiatives #contribution .contributionBlock .contributionList li {
  width: 45.7%;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .contributionList li {
    width: 100%;
    margin-bottom: 70px;
  }
  .Initiatives #contribution .contributionBlock .contributionList li:last-of-type {
    margin-bottom: 0;
  }
}
.Initiatives #contribution .contributionBlock .contributionList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #77A320;
  font-weight: 700;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(119, 163, 32, 0.3);
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .contributionList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #contribution .contributionBlock .contributionList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 16px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .contributionList li p {
    font-size: 15px;
  }
}
.Initiatives #contribution .contributionBlock .contributionList li .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #contribution .contributionBlock .contributionList li .List {
    font-size: 13px;
  }
}
.Initiatives #contribution .contributionBlock .contributionList li .List:before {
  content: "●";
  color: #99BC54;
  line-height: 1.6;
}
.Initiatives #contribution .contributionBlock .contributionList li .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #contribution .contributionBlock .contributionList li .List a:hover {
  color: #77A320;
}
.Initiatives #media {
  background-color: #E6DEEC;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #media {
    padding: 50px 20px;
  }
}
.Initiatives #media .mediaBlock {
  background-color: #FFF;
  border-radius: 10px;
  max-width: 820px;
  box-sizing: border-box;
  padding: 70px 65px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Initiatives #media .mediaBlock {
    width: calc(100% - 40px);
    padding: 70px 5%;
  }
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock {
    padding: 50px 5.5% 30px;
    width: 100%;
  }
}
.Initiatives #media .mediaBlock .Number {
  width: 118px;
  position: absolute;
  top: -52px;
  left: calc(50% - 59px);
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .Number {
    width: 86px;
    top: -36px;
    left: calc(50% - 43px);
  }
}
.Initiatives #media .mediaBlock .Number img {
  width: 100%;
  height: auto;
}
.Initiatives #media .mediaBlock h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock h2 {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.Initiatives #media .mediaBlock .title-txt {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 700;
  color: #8C6BA7;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .title-txt {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.Initiatives #media .mediaBlock .mediaImg {
  width: 500px;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .mediaImg {
    width: 100%;
  }
}
.Initiatives #media .mediaBlock .mediaList {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .mediaList {
    display: block;
    margin-top: 12px;
  }
}
.Initiatives #media .mediaBlock .mediaList li {
  width: 100%;
  margin-bottom: 30px;
}
.Initiatives #media .mediaBlock .mediaList li:last-of-type {
  margin-bottom: 0;
}
.Initiatives #media .mediaBlock .mediaList li h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #8C6BA7;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(140, 107, 167, 0.3);
  letter-spacing: 0.05em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .mediaList li h3 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.Initiatives #media .mediaBlock .mediaList li p {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 16px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .mediaList li p {
    font-size: 15px;
  }
}
.Initiatives #media .mediaBlock .listwrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .listwrap {
    display: block;
  }
}
.Initiatives #media .mediaBlock .listwrap .wrap {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .listwrap .wrap {
    width: 100%;
  }
}
.Initiatives #media .mediaBlock .listwrap .wrap .List {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Initiatives #media .mediaBlock .listwrap .wrap .List {
    font-size: 13px;
  }
}
.Initiatives #media .mediaBlock .listwrap .wrap .List:before {
  content: "●";
  color: #C2ACD3;
  line-height: 1.6;
}
.Initiatives #media .mediaBlock .listwrap .wrap .List a {
  color: #0000ee;
  text-decoration: underline;
  transition: all 0.15s linear;
}
.Initiatives #media .mediaBlock .listwrap .wrap .List a:hover {
  color: #8C6BA7;
}

/*-------------------------------------------
application
-------------------------------------------*/
#application {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #application {
    padding: 40px 20px 0;
  }
}
#application .application_titleArea {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  #application .application_titleArea {
    align-items: end;
    position: relative;
  }
}
#application .application_titleArea h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color: #2E9956;
}
@media screen and (max-width: 767px) {
  #application .application_titleArea h2 {
    font-size: 20px;
    padding: 0 38px;
  }
}
#application .application_titleArea .left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #application .application_titleArea .left {
    margin-right: 0;
    position: absolute;
    bottom: -30px;
    width: 66px;
    left: -15px;
  }
}
#application .application_titleArea .right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #application .application_titleArea .right {
    margin-left: 0;
    position: absolute;
    bottom: -30px;
    width: 66px;
    right: -15px;
  }
}

.application_title {
  background-color: var(--hot);
  max-width: 660px;
  padding: 15px 10px 10px 10px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.application_title p {
  text-align: center;
}

.application_sp {
  display: none;
}

.application_list {
  background-color: white;
  border-radius: 0 0 10px 10px;
  padding: 12px 30px 30px 30px;
  margin-top: 12px;
}

.application_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px dashed var(--hot);
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .application_pc {
    display: none;
  }
  .application_sp {
    display: block;
  }
  .application_title {
    padding: 10px 5px 5px 5px;
    max-width: 500px;
  }
  .application_list {
    padding: 12px 25px 25px 25px;
    margin-top: 12px;
  }
}
/*-------------------------------------------
information
-------------------------------------------*/
.information {
  padding: 0 20px;
}

.information_title {
  font-family: "M PLUS 1", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 40px;
  color: var(--green);
  border-bottom: 1px solid #78D1BD;
  max-width: 1200px;
}

.information_list {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
}

.information_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.information_list li {
  display: flex;
  flex-direction: column;
  width: 30%;
  font-size: 16px;
}

.name, .map {
  display: flex;
  justify-content: space-between;
}

.map {
  padding-bottom: 10px;
  border-bottom: 1px solid #78D1BD;
}
@media screen and (max-width: 767px) {
  .map {
    padding-bottom: 15px;
  }
}

.name p:first-child {
  font-family: "M PLUS 1", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: var(--green);
}

.information_list span {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-left: 3px;
}

.information_list a {
  color: var(--green);
}

@media screen and (max-width: 767px) {
  .information_title,
  .information_list {
    max-width: 100%;
  }
  .information_list li {
    width: 100%;
  }
  .information_list li a {
    display: block;
    margin-top: 10px;
  }
  .map {
    flex-direction: column;
  }
  .information_list ul {
    gap: 30px;
  }
}
@media screen and (max-width: 1334px) {
  .information_list ul {
    justify-content: space-between;
  }
  .information_list li {
    width: 47%;
  }
}
@media screen and (max-width: 1110px) {
  .information_list li {
    width: 46%;
  }
}
@media screen and (max-width: 834px) {
  .information_list li {
    width: 100%;
  }
}
/*-------------------------------------------
footer
-------------------------------------------*/
.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 90px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
/*-------------------------------------------
fottermenu
-------------------------------------------*/
.fixedBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixedBtn {
    display: block;
    justify-content: center;
    width: 100%;
    padding: 10px;
  }
  .fixedBtn ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixedBtn li:first-child {
    margin: 0 auto;
  }
  .fixedBtn li:last-child {
    margin-top: 8px;
    margin-left: 7px;
  }
  .fixedBtn {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
  }
  .fixedBtn.UpMove {
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fixedBtn.DownMove {
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0);
    }
    to {
      opacity: 1;
      transform: translateY(100px);
    }
  }
}
#page-top_pc {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top_pc.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top_pc.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 767px) {
  #page-top_pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */