@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

html,body {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 62.5%;
  line-height: 1.3;
  text-decoration: none;
}

html,body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100% ;
  height: auto ;

  touch-callout: none;
  user-select: none;
}

img,a {
  border-style: none;
  outline: none;
}

a:link,a:visited,a:hover {
  color: #0e0e0e;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }

  a {
    transition: all  .3s ease;
  }

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

  a:hover img {
    transition: all  .3s ease;
        filter: alfa(opacity=80);
    /* opacity:0.8; */

    -ms-filter: "alpha(opacity=80)";
    zoom: 1;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
  img {
    width: 100%;
  }
}

.contents_wrapper {
  /* max-width: 1300px; */
  margin: 0 auto;
}

/*sec1*/
#sec1 .mainimg_area {
  /* margin: 10px 10px 0; */
  position: relative;
}
.mainimg_area h1 {
  width: 100%;
}
.mainimg_area h1 img {
  display: block;
  width: 100%;
}
.copy-rights {
  padding-top: 5px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 1.0rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .copy-rights {
    padding-top: 10px;
    padding-right: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 428px) {
  .copy-rights {
    padding-top: 5px;
    padding-right: 10px;
    font-size: 1.0rem;
  }
}

/* sec2 */

.sns_area {
  display: flex;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  margin: 50px auto 60px;
}

.sns_area li {
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
}

.sns_area li .icon_fb img {
  width: 47px;
  height: auto;
}

.sns_area li .icon_x img {
  width: 36px;
  height: auto;
}

.sns_area li .icon_ig img {
  width: 44px;
  height: auto;
}

.sns_area li .icon_yt img {
  width: 52px;
  height: auto;
}

/* sec3 */

.information_area ul li a {
  display: block;
  display: flex;
  width: 482px;
  max-width: 482px;
  height: 75px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 40px;
  border: 2px solid #ffd800;
  background-color: #ffd800;
  color: #1d1d1d;
  font-weight: 600;
  font-size: 2.0rem;
}

.information_area ul li a:hover {
  background-color: #fff;
  /* color: #fff; */
}

.information_area ul li a::after {
  content: "";
  width: 26.44px;
  height: 30.85px;
  position: absolute;
  right: 30px;
  background-image: url(../img/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.information_area ul li a:hover::after {
  /* background-image: url(../img/icon-pdf-on.svg); */
}

.information_txt {
  padding: 30px 20px;
}

.information_txt p {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: center;
}



@media screen and (min-width: 1000px) {
  .information_area {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }
  .information_area ul {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.2;
  }
  .information_area ul li a:hover {
    /* background: rgba(255,255,255,0.2); */
    /* color: #fff; */
    /* opacity: 0.8; */
  }
}
@media screen and (max-width: 1000px) {
  .information_area {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0 0;
    text-align: center;
  }
  .information_area ul {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .information_area ul li {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .information_area ul li a {
    width: 100%;
    max-width: 482px;
    height: 55px;
    padding: 1.5vw 2vw;
    font-size: 1.8rem;
  }
  .information_txt p {
    font-size: 1.8rem;
  }
  .information_area ul li a::after {
    width: 25px;
    height: 27px;
    right: 25px;
  }
}

@media screen and (max-width: 428px) {
  .information_area {
    padding: 10px 0 0;
  }
  .information_area ul li a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .information_txt p {
    font-size: 1.4rem;
  }
  .information_txt {
    padding: 20px 10px;
  }
  .information_area ul li a::after {
    width: 20px;
    height: 23px;
    right: 15px;
  }
}

/*footer*/
footer {
  width: 100%;
  /* max-width: 1280px; */
  /* margin: 0 auto; */
  margin-top: auto;
  /* background: #FFD800; */
  color: #333;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 5px 0;
    font-size: 1.3rem;
    letter-spacing: .1rem;
  }
  #pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 8px 0;
    font-size: 1.1rem;
  }
  #pagetop {
    width: 38px;
    height: 38px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 0;
    border-radius: 50%;
    background: rgba(190,190,190,.4);
  }
  #pagetop i {
    padding: 2px 0 0;
    font-size: 3.2rem;
  }
  #pagetop a {
    display: block;
  }
}


/*共通*/
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .sns_area {
    margin: 40px auto;
  }
}

@media screen and (max-width: 428px) {
  .sns_area {
    margin: 30px auto;
    padding: 0 40px;
  }
  .sns_area li .icon_fb img {
    width: 32px;
    height: auto;
  }

  .sns_area li .icon_x img {
    width: 27px;
    height: auto;
  }

  .sns_area li .icon_ig img {
    width: 32px;
    height: auto;
  }

  .sns_area li .icon_yt img {
    width: 39px;
    height: auto;
  }
}

/* iphone5以下用 */
@media screen and (max-width:374px) {
}
/* iphonePlus用 */
@media screen and (min-width:414px) and (max-width:767px) {
}
/* 大画面用 */
@media screen and (min-width: 1800px) {
}

/* タブレット調整 */
@media screen and (min-width:768px) and (max-width:1120px) {
}
/* スマホ横 */
@media screen and (min-width:479px) and (max-width:737px) {
}


/* arrow anime */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
          box-sizing: border-box;

  -webkit-box-sizing: border-box;
}
.cp_arrows_area {
  position: absolute;
  top: 101vw;
  right: 0;
  left: 0;
  margin: auto;
}
.cp_arrows {
  display: flex;
  height: 70vw;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2em auto;
}
.cp_arrows .cp_arrow {
  opacity: 0;
  position: absolute;
  top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.cp_arrows .cp_arrowfirst {
          animation: arrow-move08 2.4s ease-in-out infinite;
  -webkit-animation: arrow-move08 2.4s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
          animation: arrow-move08 2.4s .8s ease-in-out infinite;
  -webkit-animation: arrow-move08 2.4s .8s ease-in-out infinite;
}
.cp_arrows .cp_arrowthird {
          animation: arrow-move08 2.4s 1.6s ease-in-out infinite;
  -webkit-animation: arrow-move08 2.4s 1.6s ease-in-out infinite;
}
.cp_arrow img {
  width: 5.3vw;
}
@-webkit-keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .cp_arrows_area {
    top: 32.5vw;
  }
  .cp_arrow img {
    width: 2.3vw;
  }
  .cp_arrows {
    height: 35vw;
  }
}

.contents_wrapper {
  display: flex;
  height: -webkit-fill-available;
  min-height: 100svh;
  flex-direction: column;
}



/* support iOS */
/* html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
} */
