/* fade */
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 100px);
}
.fade2 {
  transition: all 2000ms;
  /*opacity: 0;
  visibility: hidden;*/
  transform: translate(200px, 100px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.mgt0 {
  margin-top: 0px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt20 {
  margin-top: 20px !important;
}
.mgt40 {
  margin-top: 40px !important;
}
.mgt80 {
  margin-top: 80px !important;
}
.mgt120 {
  margin-top: 120px !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.w100p {
  width: 100% !important;
}
.mgb20 {
  margin-bottom: 20px !important;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cap {
  font-size: 11px;
  margin-top: 1em;
  line-height: 1.4;
}
/* text color*/
.txt-blu {
  background: linear-gradient(180deg, #0077c1 50%, #309adc 78%, #b4ccdb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.txt-wht {
  color: #fff;
}
/* text size */
.ttl-l {
  font-size: 36px;
  font-weight: bold;
  margin: 120px auto 80px;
}
.ttl-cap {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .ttl-l {
    margin: 60px auto 60px;
  }
}
.box-thanks {
  background: #ccc;
  padding: 60px 0;
  background: url("../../img/bg.png") top center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .box-slide {
    padding-top: 40px;
  }
  .box-thanks {
    padding: 10px 0;
  }
}
/* layout */
body {
  position: relative;
  background: url("../../img/bg_kamifubuki.png") top center no-repeat;
  background-size: auto 100vh;
}
/* main image */
.rotate-scale-up-hor {
  -webkit-animation: rotate-scale-up-hor 0.65s linear both;
  animation: rotate-scale-up-hor 0.65s linear both;
  width: 100%;
}
@-webkit-keyframes rotate-scale-up-hor {
  0% {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
  }
  50% {
    -webkit-transform: scale(2) rotateX(-180deg);
    transform: scale(2) rotateX(-180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateX(-360deg);
    transform: scale(1) rotateX(-360deg);
  }
}
@keyframes rotate-scale-up-hor {
  0% {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0);
  }
  50% {
    -webkit-transform: scale(2) rotateX(-180deg);
    transform: scale(2) rotateX(-180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateX(-360deg);
    transform: scale(1) rotateX(-360deg);
  }
}
.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #0077c1;
  margin-top: 0.7em;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.rotate-scale-up2 {
  -webkit-animation: rotate-scale-up2 8s linear infinite both;
  animation: rotate-scale-up2 8s linear infinite both;
}
@-webkit-keyframes rotate-scale-up2 {
  0% {
    -webkit-transform: scale(1.2) rotateZ(0);
    transform: scale(1.2) rotateZ(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.7) rotateZ(180deg);
    transform: scale(1.7) rotateZ(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2) rotateZ(360deg);
    transform: scale(1.2) rotateZ(360deg);
    opacity: 1;
  }
}
@keyframes rotate-scale-up2 {
  0% {
    -webkit-transform: scale(1.2) rotateZ(0);
    transform: scale(1.2) rotateZ(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.7) rotateZ(180deg);
    transform: scale(1.7) rotateZ(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2) rotateZ(360deg);
    transform: scale(1.2) rotateZ(360deg);
    opacity: 1;
  }
}
.rotate-scale-up3 {
  -webkit-animation: rotate-scale-up3 8s linear infinite both;
  animation: rotate-scale-up3 8s linear infinite both;
}
@-webkit-keyframes rotate-scale-up3 {
  0% {
    -webkit-transform: scale(1.2) rotateZ(0);
    transform: scale(1.2) rotateZ(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2) rotateZ(360deg);
    transform: scale(1.2) rotateZ(360deg);
    opacity: 1;
  }
}
@keyframes rotate-scale-up3 {
  0% {
    -webkit-transform: scale(1.2) rotateZ(0);
    transform: scale(1.2) rotateZ(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(2) rotateZ(180deg);
    transform: scale(2) rotateZ(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.2) rotateZ(360deg);
    transform: scale(1.2) rotateZ(360deg);
    opacity: 1;
  }
}
@media only screen and (max-width: 1000px) {}
.main-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.circle1 {
  position: absolute;
  width: 50%;
}
.circle2 {
  position: absolute;
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .main-img {
    height: 100vh;
  }
  .circle1, .circle2 {
    width: 100%;
  }
}
.box-main-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}
@media only screen and (max-width: 1000px) {
  .box-main-img {
    height: 85vh;
  }
}
.logo-set {
  position: absolute;
  width: 300px;
  margin: -100px auto 0;
}
.logo-concept-ttl {
  font-size: 28px;
  text-align: center;
  margin: 3em 0 1em;
  text-shadow: #ccc 1px 0 5px;
}
.logo-concept-ttl img {
  height: 70px;
}
.logo-concept-img {
  width: 300px;
  margin: 5em auto 0;
}
.logo-concept-txt {
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.5;
  color: #333;
}
.txt-copy {
  font-size: 20px;
  /*font-weight: bold;*/
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2.6;
  color: #0077c1;
  text-shadow: #fff 5px 0 10px;
  /*margin-top: 80px;*/
}
@media only screen and (max-width: 1000px) {
  .logo-set {
    width: 210px;
    margin: -30px auto 0;
  }
  .logo-concept-ttl {
    margin: 2em 0 1em;
  }
  .logo-concept-ttl img {
    height: 40px;
  }
  .logo-concept-img {
    width: 210px;
    margin: 5em auto 0;
  }
  .logo-concept-txt {
    font-size: 16px;
    letter-spacing: 0;
  }
  .text-focus-in {
    font-size: 26px;
		margin-top: 0;
  }
  .txt-copy {
    font-size: 14px;
    letter-spacing: 0em;
    margin-top: 40px;
  }
}
.txt-top {
  font-size: 20px !important;
  line-height: 1.8;
  text-align: center;
  position: absolute;
  align-items: center;
  padding-top: 410px;
  color: #333;
}
@media only screen and (max-width: 1000px) {
  .txt-top {
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 1.6;
    padding-top: 340px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
}
.front-kamifubuki {
  height: 100vh;
  overflow: hidden;
  background: url("../../img/bg_kamifubuki.png") center center no-repeat;
  background-size: auto auto;
  margin-top: -100vh;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.box-header {
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.logo-hpg-20th {
  height: 90px;
}
@media only screen and (max-width: 1000px) {
  .logo-hpg-20th {
    height: 70px;
  }
}
/* scroll */
.scroll-downs {
  margin: -80px auto auto;
  width: 24px;
  min-height: 55px;
}
@media only screen and (max-width: 1000px) {
  .scroll-downs {
    margin: -90px auto auto;
  }
}
.mousey {
  width: 1px;
  padding: 8px 11px;
  height: 25px;
  border: 2px solid #666;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  background: #fff;
}
.scroller {
  width: 2px;
  height: 10px;
  border-radius: 25%;
  background-color: #0077c1;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}
.txt-scroll {
  font-size: 11px;
  padding: 0.5em 0 8em;
  text-align: center;
  color: #666;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.box-content {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
.box-content-w800 {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .box-content {
    width: 100%;
    padding: 0 5%;
  }
  .box-content-w800 {
    width: 100%;
    padding: 0 5%;
  }
}
.mgt-slide {
  margin-top: -76px;
}
@media only screen and (max-width: 1000px) {
  .mgt-slide {
    margin-top: -65px;
  }
}
/* greeting */
.box-greeting-wrap {
  background: url(../../img/bg_message.png) bottom left no-repeat;
  background-size: 1200px auto;
  padding-bottom: 120px;
}
.txt-gly {
  color: #eee;
  font-size: 130px;
  display: block;
}
.box-sign {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.sign {
  /*width: 180px;*/
	font-size: 20px;
	letter-spacing: 6px;
  margin-left: 20px !important;
}
.sign img {
  /*width: 180px;*/
}
.box-greeting {
  margin: 60px auto 0;
  box-sizing: border-box;
}
.greeting-img {}
.greeting-img img {
  width: 100%;
}
.greeting-txt {
  width: 560px;
  margin: -140px 0 0 440px;
}
.greeting-copy {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: #ccc 1px 0 5px;
}
.greeting-txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .box-greeting {
    display: block;
    margin: 80px auto 0;
  }
  .greeting-img {
    width: 100%;
  }
  .greeting-copy {
    font-size: 24px;
    margin: -40px 0 0 150px;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .greeting-txt {
    width: 100%;
    margin: 0;
  }
  .greeting-txt p {
    font-size: 14px;
    padding: 0 24px;
  }
  .box-greeting-wrap {
    background-size: 400px auto;
    padding-bottom: 120px;
  }
  .txt-gly {
    font-size: 60px;
  }
  p.sign {
    /*width: 140px;*/
		font-size: 17px;
		letter-spacing: 6px;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .sign img {
    width: 140px;
    box-sizing: border-box;
  }
}
/* brand */
.box-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box-brand p {
  width: 25%;
}
.box-brand p img {
  width: 100%;
}
.txt-brand {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .box-brand p {
    width: 30%;
  }
  .txt-brand {
    text-align: left;
  }
}
/* history */
.box-history {
  padding: 0 0 80px;
  background-image: linear-gradient(143deg, rgba(0, 119, 193, 1), rgba(0, 119, 193, 0.6) 40%, rgba(80, 185, 176, 0.6));
}
.history-list {
  display: block;
  width: 800px;
  margin: 0 auto;
  padding-top: 80px;
  background: url("../../img/history_line.png") top center no-repeat;
  background-size: 4px 100%;
}
.history-dot {
  margin-bottom: -18px;
}
.history-dot img {
  width: 16px;
}
.ttl-history {
  /*font-size: 160px;*/
  text-align: center;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  margin-bottom: 20px;
}
.ttl-history img {
  height: 100px;
}
.ttl-history .ttl-cap {
  display: block;
  font-size: 36px;
  margin: 0 0 0;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  /*text-shadow: #fff 1px 0 5px;*/
}
.ttl-history_img {
  width: 90%;
  opacity: 0.1;
}
.history-year {
  font-size: 140px;
  transform: rotate(90deg);
  color: #fff;
  opacity: 0.15;
  position: absolute;
  top: 80px;
  line-height: 1;
  right: -200px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.history-list li {
  margin-bottom: 2em;
  padding: 20px 40px;
  border: 1px #ccc solid;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.history-list li:last-child {
  z-index: 9000;
}
.history-list li .year {
  font-size: 32px;
  background: linear-gradient(180deg, #0077c1 50%, #309adc 78%, #b4ccdb 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  text-align: center;
}
.history-list li .photo img {
  width: 100%;
}
.history-list li .txt {
  padding: 8px 0;
}
.history-list li .date {}
@media only screen and (max-width: 1000px) {
  .box-history {
    padding: 0 0 50px;
  }
  .ttl-history {
    font-size: 70px;
    margin: 0 0 20px;
  }
  .ttl-history img {
    height: 60px;
  }
  .ttl-history .ttl-cap {
    font-size: 26px;
    margin: 0 0 0;
  }
  .ttl-history_img {
    width: 90%;
  }
  .history-list {
    width: 100%;
    padding-top: 40px;
  }
  .history-list li {
    padding: 20px 20px;
  }
}
/* hpg */
.box-flex-hpg {
  display: flex;
  justify-content: space-around;
  color: #fff;
}
.bg-hpg {
  padding: 80px 0;
  background: #0077C1;
  background: linear-gradient(345deg, rgba(0, 119, 193, 0.1) 0%, rgba(39, 147, 214, 1) 50%, rgba(102, 185, 237, 1) 100%);
  z-index: 9999;
}
.ttl-hpg {
  margin-bottom: 1em;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.ttl-hpg img {
  height: 100px;
}
.box-flex-hpg .inner {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.box-flex-hpg .inner h3, .box-flex-hpg .inner sup, .box-flex-hpg .inner p { color: #fff; }
.box-flex-hpg span {
  font-size: 96px;
  display: inline-block;
  padding-top: 12px;
  font-weight: 700;
	color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.box-wht {
  margin: 60px auto 30px;
  padding: 30px 60px;
  background: #fff;
  width: 1024px;
  box-sizing: border-box;
  border-radius: 20px;
}
.box-wht .box-content {
  width: 100%;
}
.box-wht .ttl-l {
  margin: 40px auto 40px;
}
@media only screen and (max-width: 1000px) {
  .ttl-hpg {
    font-size: 26px;
  }
  .ttl-hpg img {
    height: 60px;
  }
  .bg-hpg {
    padding: 60px 0 20px;
  }
  .box-flex-hpg {
    display: block;
  }
  .box-flex-hpg .inner {
    text-align: center;
    display: flex;
  }
  .box-flex-hpg .inner h3 {
    text-align: left;
    margin-left: 20px;
    width: 100px;
  }
  .box-flex-hpg .inner p {
    margin-left: -30px;
  }
  .box-flex-hpg span {
    padding-top: 0px;
    font-size: 70px;
  }
  .box-wht {
    margin: 60px 4% 30px;
    padding: 30px 10px;
    background: #fff;
    width: 92%;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .box-wht .ttl-l {
    margin: 0px auto 20px;
  }
  .box-wht .box-content {
    padding: 0 2%;
  }
  .box-wht .txt-blu {
    font-size: 24px !important;
  }
}
/* omoi */
.ttl-omoi {
  font-size: 36px;
}
@media only screen and (max-width: 1000px) {
  .ttl-omoi {
    font-size: 24px;
  }
}
/* information */
.box-info-wrap {
  background: #f9f8f8;
  margin-top: 80px;
  padding: 80px 0;
}
.ttl-info {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.box-info {
  display: flex;
  justify-content: space-between;
}
.box-info-l {
  width: 47%;
  line-height: 1.8;
}
.box-info-r {
  width: 47%;
  line-height: 1.8;
}
.box-info img {
  width: 100%;
}
.box-info img:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1000px) {
  .box-info {
    display: block;
  }
  .ttl-info {
    font-size: 24px;
  }
  .box-info-l {
    width: 100%;
  }
  .box-info-r {
    width: 100%;
    margin-top: 30px;
  }
}
/* HPG link */
.box-hpglink {
  padding: 140px 0;
  background: url("../../img/bg_hpglink.jpg") bottom right no-repeat;
  background-size: cover;
}
.box-hpglink .logo-hpg-20th {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(20, 30, 103, 1)); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 3px 10px rgba(20, 30, 103, 1));
}
.txt-hpglink {
  font-size: 20px;
  text-align: center;
}
.txt-hpglink a {
  text-decoration: none;
  color: #0077c1;
}
.txt-hpglink .btn {
  display: block;
  text-align: center;
  width: 320px;
  padding: 1em 2em;
  background: #fff;
  margin: 20px auto 0;
  border: 3px #0077c1 solid;
  border-radius: 60px;
  box-shadow: 0px 10px 10px -6px rgba(20, 30, 103, 0.5);
  transition: all .3s;
}
.txt-hpglink a:hover {
  color: #fff;
  background: #0077c1;
  border: 3px #fff solid;
}
/* page top */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  text-indent: -9999px;
  margin: 0;
  display: none;
}
.pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: #0077C1;
  transition: opacity .6s ease;
  border-radius: 20px 0 0 0;
}
.pagetop a:hover {
  opacity: .3;
}
.pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (max-width:1000px) {
  .pagetop {
    bottom: 0;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
  }
  .pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width:1000px) {
.box-group-sdgs {
        padding-bottom: 70px!important;
    }
}