@charset "UTF-8";

/*-------
  header
--------*/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 0px 7px 5px 0px rgba(62, 62, 63, 0.2);
}

/*header上部*/
.l-header-upper {
  padding: 2rem;
}

.l-header-logo {
  width: 40%;
}


.l-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-button-wrap {
  margin-left: auto;
}

.l-header-button {
  width: 10rem;
  display: block;
  text-align: center;
}

.l-header-button:hover {
  opacity: 0.7;
}

.l-header-button > img,
.l-ham-button > div {
  width: 4rem;
  height: 4rem;
  margin: 0.5rem auto;
  position: relative;
}

.l-header-button span {
  font-size: 1.6rem;
  display: block;
  word-break: keep-all;
}


.l-ham-button {
  position: relative;
}

.l-ham-icon,
.l-ham-button > div::after,
.l-ham-button > div::before {
  content: "";
  width: 5rem;
  height: 3px;
  position: absolute;
  left: 50%;
  background: #3e3e3f;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.l-ham-icon {
  margin: 0 auto;
  top: 50%;
}

.l-ham-button > div::after {
  top: 77%;
}

.l-ham-button > div::before {
  top: 23%;
}

.l-ham-icon,
.l-ham-button > div::after,
.l-ham-button > div::before {
  content: "";
  width: 5rem;
  height: 3px;
  position: absolute;
  left: 50%;
  background: #3e3e3f;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

.l-ham-button.active .l-ham-icon {
  opacity: 0;
}

.l-ham-button.active > div::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;

}

.l-ham-button.active > div::before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

/*ham menu*/
.l-hm-wrapper {
  display: none;
}

.l-hm-entry {
  display: block;
  margin: 3vw auto 0 auto;
  border: 1px solid #000;
  font-size: 4rem;
}

.l-hm-wrapper {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
}

.l-sns-wrapper p {
  margin-right: auto;
}

.l-hm-wrapper li {
  height: auto;
  border-top: solid 1px #a0e4df;
  font-size: 0;
  position: relative;
}

.l-hm-wrapper > ul > li:last-child {
  border-bottom: solid 1px #a0e4df;
}

.l-hm-wrapper li.menu1st::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 5rem;
  top: 5rem;
  border-top: solid 0.2rem #5ed2c9;
  border-right: solid 0.2rem #5ed2c9;
  transform: rotate(135deg) translate(-50%, 50%);
  transition: all 0.2s ease-in-out;
}

.l-hm-wrapper li.menu1st.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4rem;
}

.l-hm-wrapper li a,
.l-hm-wrapper li.menu1st p,
.l-hm-wrapper li .sns_link {
  font-size: 2.4rem;
  display: block;
  width: 100%;
  padding: 4rem;
  height: auto;
  position: relative;
}

.l-hm-wrapper li .sns_link {
  padding: 2.5rem;
}

header .l-hm-wrapper .l-header-lower li {
    border: none;
}

.l-hm-wrapper li a span {
  font-size: 2.2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 992px) {
.l-hm-wrapper li a span {
  font-size: 0.7rem;
  padding: 0 1rem;
}
}

.l-hm-wrapper li a:hover,
.l-hm-wrapper li .sns_link:hover {
  background-color: #5ed2c9;
  color: #ffffff;
}

.l-hm-wrapper .col2 {
  display: flex;
}

.l-hm-wrapper .col2 > * {
  width: 50%;
}

.l-hm-wrapper .col2 > * {
  width: 50%;
  /* font-size: 2.4rem; */
  align-self: center;
}

.l-hm-wrapper li .sns_link {
  display: flex;
  width: 50%;
  border-left: solid 1px #a0e4df;
}

.l-hm-wrapper .sns_link p {
  width: 65%;
}

.l-hm-wrapper .sns_link a {

display: block;

width: 9rem;

padding: 0 1rem;
}

.l-hm-wrapper .sns_link a:first-child {
  margin-left: auto;

}

.l-hm-wrapper .sns_link img {
  display: block;
  width: 100%;
}

.l-hm-wrapper .sns_link img:hover {
  opacity: 0.7;
}

.l-hm-wrapper li label {
  font-size: 1rem;
}

.l-sns-icon {
  width: 4vw;
  height: 4vw;
  margin: 0 1vw;
}

.l-sns-icon.f {
  border-radius: 150px;
}

/*ハンバーガーメニューのアコーディオン*/
.menu2nd {
  background-color: #ebfffd;
}

.menu2nd li {
  padding-left: 4rem;
  position: relative;
}

.menu2nd li:hover {
  background-color: #5ed2c9;
}

.menu2nd li::before {
  content: "";
  width: 1.0rem;
  height: 2px;
  background-color: #5ed2c9;
  position: absolute;
  left: 4rem;
  top: 50%;
}

.menu2nd li:hover::after {
  content: "";
  width: 1.0rem;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 4rem;
  top: 50%;
}

.menu1st > p {
  font-size: 2.0rem;
  display: block;
  width: 100%;
  padding: 2rem;
  height: auto;
  position: relative;
}

/*header下部*/
.l-header-lower {
  padding: 2vw;
}

.l-hm-wrapper .l-header-lower {
  padding:0;
}

.l-header-lower > ul {
  justify-content: space-around;
}

.l-header-lower a {
  font-size: 2.2rem;
  white-space: nowrap;
}

@media screen and (min-width: 992px) {
  .l-header-logo img {
  width: 70%;
}
  
  .l-header-upper {
    align-items: center;
    padding: 0 2rem;
    position: relative;
  }

  .l-header-logo {
    width: 35%;
    max-width: 358px;
  }

  .l-header-button-wrap {
    margin-left: 0;
  }

  .l-header-button {
    width: 6rem;
    margin-left: 1rem;
  }

  .l-header-button span {
  font-size: 1.2rem;
}

  .l-ham-icon,
  .l-ham-button > div::after,
  .l-ham-button > div::before {
    width: 3.5rem;
  }

  .l-header-lower {
    box-shadow: none;
    margin-left: auto;
    padding: 0;
  }

  .l-header-lower li {
    margin-left: 3rem;
    padding: 2.5rem 0.5rem;
    border-bottom: solid 3px #ffffff;
    overflow: hidden;
  }

  .l-header-lower li:hover {
    border-bottom: solid 3px #fe9900;
  }

  .l-header-lower li:hover a {
    color: #fe9900;
  }

  .l-hm-wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    max-width: 400px;
  }

  .l-header-button > img,
  .l-ham-button > div {
    width: 3.5rem;
    height: 3rem;
    margin: 0.5rem auto;
    display: block;
  }

  .l-hm-wrapper li a {
    font-size: 2.0rem;
    display: block;
    width: 100%;
    padding: 2rem;
    height: auto;
    position: relative;
  }

  .l-hm-wrapper li a span {
  font-size: 1.8rem;
  padding: 0 1rem;
}

  .l-hm-wrapper li label {
    font-size: 1rem;
  }

  .l-hm-wrapper li a,
  .l-hm-wrapper li.menu1st p,
  .l-hm-wrapper li .sns_link {
    font-size: 2.0rem;
    padding: 2rem;
  }

  .l-hm-wrapper .sns_link p {
    width: 9rem;
  }

  .l-hm-wrapper .sns_link a {
    display: block;
    width: 3rem;
    padding: 0 0.5rem;
  }

  .l-hm-wrapper .sns_link a:first-child {
    margin-left: auto;

  }

  .l-hm-wrapper li.menu1st::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 3rem;
    top: 3rem;
  }

  .l-hm-wrapper li.menu1st.open::before {
    top: 3rem;
  }

  .menu2nd li {
    padding-left: 2rem;
  }

  .menu2nd li::before {
    left: 2rem;
  }

  .menu2nd li:hover::after {
    left: 2rem;

  }

}

/*-------
  追従ボタン
--------*/
.entry_btn {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  width: 13rem;
  height: 14rem;
  z-index: 15;
}

.entry_btn img,
.entry_btn_org img{
  width: 100%;
  height: auto;
}

.entry_btn_org {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
    /*width: 4.125rem;*/
    /*height: 2.125rem;*/
    z-index: 15;
}
@media screen and (max-width: 992px) {
.entry_btn_org {
    position: fixed;
    right: -8rem;
    bottom: 3rem;
    width: 13rem;
    height: 2rem;
    z-index: 15;
}
}
@media screen and (max-width: 992px) {
.entry_btn_org img {
  width: 30%;
  height: auto;
}
}

/*______________________________________20200511_event*/
.entry_btn {
bottom: 6rem;
width: 17rem;
}
@media screen and (max-width: 992px) {
.entry_btn {
bottom: 13.5rem;
width: 24rem;
}
}
.entry_btn_org {
right: 1.2rem;
bottom: 0.8rem;
width: 10.6rem;
}
@media screen and (max-width: 992px) {
.entry_btn_org {
right: -17rem;
bottom: 6.5rem;
width: 25rem;
}
}




/*-------------
  ツイート
--------------*/

@keyframes cloud01 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes tw_ic {
  0% {
    transform: rotate(0deg) translate(0);
  }

  25% {
    transform: rotate(5deg) translate(5px);
  }

  50% {
    transform: rotate(0deg) translate(0);
  }

  75% {
    transform: rotate(-5deg) translate(-5px);
  }

  100% {
    transform: rotate(0deg) translate(0);
  }
}


.tweet_area {
  background-color: #aed8f3;
  padding: 1rem 3rem 5rem;
  margin: 0 2vw 15rem;
  position: relative;
  overflow: hidden;
}

.tweet_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  width: 100%;
  height: 100%;
  background-image: url(../img/tweet_cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: cloud01 20s linear infinite;
  transform: translateY(200%);
  z-index: 0;
}

.tweet_area .tw_read {
  background-color: #fdf288;
  padding: 2rem;
  position: relative;
}

.tw_read::before {
  content: "";
  position: absolute;
  top: -24rem;
  right: 0rem;
  width: 20rem;
  height: 9rem;
  background-image: url(../img/ic_motif02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  animation: tw_ic 5s linear infinite;
  z-index: 0;
}

.tweet_area .tw_read > div {
  background-color: #ffffff;
  width: 100%;
  height: 100vw;
  overflow-y: scroll;
}

.tweet_area .tw_read a {
  background-color: #ff9a00;
  color: #ffffff;
  border-radius: 50rem;
  text-align: center;
  padding: 1rem;
  font-size: 3rem;
  width: 30rem;
  margin: 0 0 2rem auto;
}

.tweet_area .tw_read a:hover {
  transform: scale(1.01);
}

.tweet_area .tw_read a:active {
  transform: scale(1.01) translateY(5px);
}


.tweet_area .c-section-title {
  color: #ffffff;
}

.tweet_area .c-section-title::after {}


.tweet_area .c-section-title::before {
  background-image: url(../img/ic_tit02.svg);
}

.tweet_area .c-section-title::after {
  border-top: 0.3vw solid #1c71c1;
}

@media screen and (min-width: 992px) {

  .tweet_area {
    margin: 0 auto 15rem;
    max-width: 1000px;
  }

  .tweet_area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4rem;
    width: 100%;
    height: 100%;
    background-image: url(../img/tweet_cloud01.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: cloud01 20s linear infinite;
    transform: translateY(200%);
    z-index: 0;
  }

  .tweet_area .tw_read {
    background-color: #fdf288;
    padding: 2rem;
    position: relative;
    max-width: 860px;
    margin: auto;
  }

  .tw_read::before {
    content: "";
    position: absolute;
    top: -24rem;
    right: 0rem;
    width: 20rem;
    height: 9rem;
    background-image: url(../img/ic_motif02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    animation: tw_ic 5s linear infinite;
    z-index: 0;
  }

  .tweet_area .tw_read > div {
    background-color: #ffffff;
    width: 100%;
    height: 65rem;
    overflow-y: scroll;
  }

  .tweet_area .tw_read button {
    background-color: #ff9a00;
    color: #ffffff;
    border-radius: 50rem;
    text-align: center;
    padding: 1rem;
    font-size: 2.5rem;
    width: 20rem;
    margin: 0 0 2rem auto;
  }

}

/*-------------
  バナーエリア
--------------*/
.bnr_area {
  margin: 0 0 15rem;
}

.bnr_area a {
  display: block;
  margin: 0 0 5rem 0;
  width: 100%;
  height: auto;
}

.bnr_area img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .bnr_area {
    margin: 0 auto 15rem;
    max-width: 1000px;
    padding: 0;
  }

  .bnr_area a {
    display: block;
    margin: 0 0 5rem 0;
    width: 100%;
    height: auto;
  }

  .bnr_area img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*-------------
  レポート通知登録
--------------*/
.report_entry {
  background-image: url(../img/mailmag_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem 2rem;
  margin: 0 0 5rem;
}

.report_entry p {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 10rem;
}

.report_entry form {
  background: rgba(255, 255, 255, 0.5);
  padding: 6rem 4rem;
  border-radius: 1rem;
}

.report_entry form input[type="text"] {
  height: 2.5em;
  border: 1px solid #363636;
  padding: 0.5em;
  line-height: 1.5;
  width: 100%;
  border-radius: 2px;
  font-size: 2.4rem;
  background-color: #ffffff;
  display: block;
  border-radius: 0.5rem;
}

.report_entry form input[type="submit"] {
  margin: 6rem auto 0;
  border: none;
}

.report_entry form input[type="text"]:focus {
  border: 1px solid #ff9a00;
  box-shadow: 0 0 4px 0 #ff9a00;
}


@media screen and (min-width: 992px) {
  .report_entry {
    margin: 0 auto 5rem;
    max-width: 1000px;
    padding: 5rem 2rem;
  }

  .report_entry p {
    margin-bottom: 5rem;
  }

  .report_entry form {

    width: 100%;

    max-width: 710px;

    margin: auto;
  }

  .report_entry form input[type="submit"] {
    margin: 5rem auto 0;
  }
}

/*-------------
  KV下　テキストメニュー
--------------*/

.sub_tx_menu {
  margin: 1rem auto 0;
		max-width: 1152px;/*サブメニュー横幅指定_20200427*/
}

.sub_tx_menu ul {
  display: flex;
  justify-content: center;
}

.sub_tx_menu ul li {
  padding: 0 0 0.5rem;
  border-bottom: solid 3px #ffffff;
  width: 33%;
}

.sub_tx_menu ul li.active,
.sub_tx_menu ul li:hover,
.sub_tx_menu ul li:active {
  border-bottom: solid 3px #ff9a00;
}

.sub_tx_menu ul li.active a,
.sub_tx_menu1 ul li a:hover,
.sub_tx_menu ul li a:active {
  color: #ff9a00;
}

/*.sub_tx_menu ul a {
  font-size: 2.2rem;
  padding: 1rem 2rem;
  display: inline-block;
  border-right: solid 2px #bfbfbf;
  width: 100%;
  text-align: center;
}*/
.sub_tx_menu ul a {
  font-size: 2rem;
  padding: 0.8rem;
  display: inline-block;
  border-right: solid 2px #bfbfbf;
  width: 100%;
  text-align: center;
}


.sub_tx_menu ul li:last-child a {
  border-right: none;
}

/*-------------
  footer
--------------*/

footer {
  background-color: #f99f00;
  width: 100%;
  padding: 5rem 2vw;
}

/* 電気切り替え */
footer .entry_link {
  background-color: #ffffff;
  padding: 6rem 0;
  border-radius: 1rem;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5rem;
}

footer .entry_link a {
  background-image: -moz-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(230, 135, 0) 1%, rgb(249, 212, 35) 100%);
  width: 70%;
  margin: 5rem auto 0;
}

footer .entry_link a span {
  font-size: 2rem;
}

/*　supportリンク　*/
footer .support_link {
  background-color: #ffffff;
  border-radius: 1rem;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 5rem;
  padding: 2rem;
}

footer .support_link p {

  line-height: 1.5;
}

footer .support_link .support_tel {
  width: 50%;
  padding: 2rem 3rem;
  border-right: dashed 1px #fea700;
}

footer .support_link .support_mail {
  width: 50%;
  padding: 4rem 3rem;
}

footer .support_link .support_mail a {
  margin: 0 0 3rem;
  width: 100%;
  font-size: 2.1rem;
  padding: 1.5rem;
}

footer .support_link .support_tit {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
}

footer .support_link .support_mail .support_tit {
  margin-bottom: 2rem;
}

footer .support_link a {
  display: block;
  margin-bottom: 4rem;
}

footer .support_link .support_tel a {
  font-size: 3.0rem;
}

footer .support_link .support_tel span {
  color: #48ccc2;
}

footer .support_link .support_tit::before {
  content: "";
  width: 3rem;
  height: 3.5rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

footer .support_link .support_tel .support_tit::before {
  background-image: url(../img/ic_tel.png);
}

footer .support_link .support_mail .support_tit::before {
  background-image: url(../img/ic_sup_mail.png);
}

/* SNS link */
footer .sns_link {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

footer .sns_link div:first-child {
  text-align: center;
  background-color: #ffffff;
  width: 66%;
  position: relative;
  padding: 2.5rem;
  font-size: 2.4rem;
  box-sizing: border-box;
  border-radius: 1rem;
}

footer .sns_link div:first-child::after {
  position: absolute;
  content: '';
  border-bottom: 20px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 50%;
  left: 102%;
  transform: translate(-50%, -50%) rotate(90deg);
}

footer .sns_link div:nth-of-type(2) {
  width: 30%;
}

footer .sns_link div:nth-of-type(2) a {
  display: inline-block;
  margin-left: 2rem;
}

footer .sns_link div:nth-of-type(2) img {
  width: auto;
  display: block;
  height: 7rem;
  margin-left: auto;
}

/* フッターリンク */
footer .footer_link {
  margin-bottom: 14rem;
}

footer .footer_link ul {
  display: flex;
  justify-content: center;
}

footer .footer_link li {
  border-right: solid 1px #ffffff;
}

footer .footer_link li:last-child {
  border-right: none;
}

/*footer .footer_link a {
  font-size: 2.2rem;
  display: inline-block;
  padding: 0 1.4rem;
  color: #ffffff;
}*/
footer .footer_link a {
  font-size: 2.155rem;
  display: inline-block;
  padding: 0 1.4rem;
  color: #ffffff;
}

footer .footer_link a:hover {
  opacity: 0.7;
}


@media screen and (min-width: 992px) {
  footer .entry_link a {
    width: 40rem;
  }

  footer .entry_link a span {
    font-size: 1.8rem;
  }

  footer .support_link {
    font-size: 2.0rem;
    padding: 1.5rem;
  }

  footer .support_link .support_mail a {
    width: 29rem;
    margin: 0 auto 3rem;
  }

  footer .sns_link {
    justify-content: center;
    margin-bottom: 5rem;
  }

  footer .sns_link div:first-child {
    width: 34rem;
    padding: 2rem;
    font-size: 1.8rem;
    margin-right: 2rem;
  }

  footer .sns_link a:hover {
    opacity: 0.7;
  }

  footer .sns_link div:nth-of-type(2) img {
    height: 6rem;
  }

  footer .footer_link a {
    font-size: 1.6rem;
  }

  footer .footer_link {
    margin-bottom: 0;
  }

}
