@charset "utf-8";

:root {
  font-size: 14px;
}

body {
  font-family: "Alegreya", serif;
  font-family: "Sawarabi Mincho", serif;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text_mini {
  font-size: 0.8rem;
}

.text_large {
  font-size: 1.2rem;
}

.text_gray {
  color: #5383aa;
}

.text_blue {
color:#025394
}

.fa-circle-right {
  font-size: 1rem;
  color: #025394;
}

.non_deco_link:link, .non_deco_link:visited, .non_deco_link:hover, .non_deco_link:active{
  color: #025394;
  text-decoration: none;
}

#topbodywrap {
  width: 100%;
  background: linear-gradient(to right,#e8f2f5 0%, #8be0fa 100%);
  background-size: 200% 800%;
  animation: GradietionAnimation 5s ease-in-out infinite;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/*
  background: linear-gradient(90deg, #e8f5f5, #65c7fb);

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
*/

.site-header{
  z-index: 1000;
  width: 100%;
  height: 100px;
  background :#025394;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);  
  position: fixed;
}

.sample_box{
  position: absolute;
  right: 20px;
  top: 20px;
}

.site-ender{
  z-index: 1000;
  width: 100%;
  height: 100px;
  background :#025394;
  -webkit-clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);  
  display: flex;
  margin-top:-100px;
}

.innerwrap {
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}

.innerwrap_clear {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.scrolldown1 {
  position: absolute;
  top: 20px;
}

.scrolldown1 span {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  left: 20px;
  width: 1px;
  background: #eee;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 150px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 150px;
    opacity: 0;
  }
}

.scrolldown2 {
  position: absolute;
  left: 50%;
  height: 100px;
  background-color: #00467d;
}

.scrolldown2 span {
  position: absolute;
  left: 50%;
  top: 5px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 50px;
  background: #eee;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 50px;
    opacity: 0;
  }
}

.scrolldown3wrapper{
  margin-top: 80px;
  height: 100px;
  position: relative;
}

.scrolldown3 {
  position: absolute;
  left: 50%;
  top: 10px;
  height: 100px;
}

.scrolldown3 span {
  position: absolute;
  left: 50%;
  top: 5px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 50px;
  background-color: #00467d;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
  z-index: 2;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 50px;
    opacity: 0;
  }
}

.textbox {
  margin: 80px 8%;
  text-align: left;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.4em;
}

.impact-text {
  font-size: 1.5em;
}


.imgbox0pd {
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.imgbox8per {
  padding: 0px 8% 0px 8%;
  text-align: center;
}

.imgbox {
  padding: 50px 0px 0px 0px;
  text-align: center;
}

.imgbox2010R {
  padding: 0px 20px 0px 0px;
  text-align: center;
}

.imgbox5050 {
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.imgbox5050R {
  padding: 50px 5% 50px 0px;
  text-align: right;
}

.imgbox100sp80pc50R {
  padding: 100px 5% 50px 0px;
  text-align: right;
}

.imgboxicon {
  padding: 0px 35% 0px 35%;
  text-align: center;
}

.haiku_box_wrap{
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.haiku_box{
  text-align: right;
  margin: 0 auto;
}

.haiku_box_left{
  text-align: left;
  margin: 0 auto;
}

.haiku_box_100{
  width: 100%;
  text-align: right;
  margin: 0 auto;
}

.haiku_box_100_left{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}


.darkBlueBox {
  background-color: #00467d;
}

.imgType1 {
  width: 80%;
}

.imgType6050 {
  width: 60%;
}

.imgType7050 {
  width: 70%;
}

.imgType8080 {
  width: 80%;
}

.imgType9080 {
  width: 90%;
}

.imgType9090 {
  width: 90%;
}

.imgType9575 {
  width: 95%;
}

.imgType10075 {
  width: 100%;
}

.imgType100100 {
  width: 100%;
}

#icons {
  margin: 60px 0px;
  text-align: center;
}

.icons {
  margin: 120px 0px 120px 0px;
  text-align: center;
}

.mysize {
  font-size: 3em;
}

#jiyukoh_prefooter {
  background-color: #8cccda;
  height: 90px;
}

.jiyukoh_prefooter_clear {
  background-color:rgba(0,0,0,0);
  height: 10px;
}

.bluewave_clearwrap{
  background-color:rgba(0,0,0,0);
}

footer {
  color: #ffffff;
  background-color: #00467d;
  padding: 20px 30px 145px 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.magazine_card_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.magazine_card{
  width:90%;
  margin-top: 40px;
}

.magazine_link_text{
  margin-top: 20px;
}

.linkText {
  position: relative;
}

.linkText:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 1px;
  background:#8cccda;
  transition: all 1.5s;
}

.linkText.isActive:after {
  width: 100%;
}

.onlyPC{
  display: none;
}

.onlySP{
  display:block;
}

@media all and (min-width: 600px) {

  .onlyPC{
    display: block;
  }
  
  .onlySP{
    display: none;
  }

  .imgboxicon {
    padding: 0px 45% 0px 45%;
    text-align: center;
  }

  .magazine_card_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .magazine_card{
    width:390px;
    margin-top: 40px;
    margin-left: 40px;
  }

  .innerwrap {
    background-color: #ffffff;
    max-width: 900px;
    position: relative;
  }

  .innerwrap_clear {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    max-width: 900px;
    position: relative;
  }

  .site-header{
    max-width: 900px;
  }

  .textbox {
    margin-left: 15%;
    margin-right: 15%;
  }

  .imgbox2010R {
    padding: 0px 10px 0px 0px;
    text-align: center;
  }

  .imgbox5050R {
    padding: 50px 12% 50px 0px;
    text-align: right;
  }

  .imgbox100sp80pc50R {
    padding: 80px 12% 50px 0px;
    text-align: right;
  }

  .imgType1 {
    width: 50%;
  }

  .imgType6050 {
    width: 50%;
  }

  .imgType7050 {
    width: 50%;
  }

  .imgType8080 {
    width: 80%;
  }

  .imgType9080 {
    width: 80%;
  }

  .imgType9090 {
    width: 90%;
  }

  .imgType9575 {
    width: 75%;
  }

  .imgType10075 {
    width: 75%;
  }

  .imgType100100 {
    width: 100%;
  }

  .mysize {
    font-size: 5em;
  }
}
