@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
}
* {
  min-width: 0;
  min-height: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #454545;
}
a:link, a:visited, a:active {
  color: #00BE96;
  text-decoration: none;
}
a:hover {
  color: #00BE96;
  opacity: 0.5;
  transition: .5s;
}
.main-in {
  flex: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.copyright a {
  color: #666;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}
.content {
  display: flex;
}
.content_box {
  flex-shrink: 0;
}
/* ここから */
.global-head {
  width: 270px;
  z-index: 100;
  background-color: #fff;
}
.sidebar {
  width: 270px;
  background: #fff;
}
.logo {
  width: 125px;
  font-family: 'Roboto', sans-serif;
  color: #00BE96;
  margin: 65px auto 60px auto;
}
.logo img {
  width: 100%;
}


  
.use_e_h {
  font-size: 1.14rem;
  line-height: 1.5rem;
  margin: 10px 0px 0px 0px;
  font-weight: 500;
}
footer {
  background-color: #40CAB0;
}
.footer1 {
  color: #80dfcb;
  width: 80%;
  margin: 0px auto;
  padding: 70px 0px 70px 0px;
}
.footer1_in {
  display: flex;
  flex-wrap: wrap;
}
.logo_f {
  width: 125px;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0 0 0;
}
.logo_f img {
  width: 100%;
}
.use_e_f {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin: 0px 0px 0px 20px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
  border-left: 1px solid #80dfcb;
}
.f_txt1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 2.0rem;
  margin: 0px 0px 2px 0px;
}
.f_txt2 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
}
.f_txt3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.footer2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  text-align: right;
  background-color: #00BE96;
  padding: 35px 0px;
}
.footer2 p {
  width: 92%;
  margin: 0px auto;
  color: #80dfcb;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.domain::before {
  content: '@';
}
/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 60px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #454545;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a > :before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  bottom: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(315deg);
}
@media screen and (max-width: 1720px) {
  .footer1 {
    width: 92%;
  }
}
@media screen and (max-width: 900px) {
  .main-in {
    padding-left: 0;
  }
  .content {
    display: block;
  }
  .global-head {
    flex-shrink: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    margin: 0px auto 0px auto;
    height: 80px;
  }
  .logo {
  width: auto;
    display: flex;
    margin: 0px 0px 0px 4%;
  }
  .use_year {
    margin: 15px 20px 0px 0px;
  }
  .use_year img {
    width: 75px;
    margin: 0px 0px 0px 0px;
  }
  .use_e_h {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 12px 0px 0px 0px;
    width: 100px;
  }
  footer {
    padding-left: 0px;
  }
  .footer2 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .logo_f {
    width: 100px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
  }
  .logo_f img {
    width: 100%;
  }
  .use_e_f {
    width: 170px;
  }
  .f_txt1 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .f_txt2 {
    line-height: 1.2rem;
  }
  .f_txt3 {
    margin: -3px 0px 0px 0px;
    line-height: 2.4rem;
  }
  /* ページTOPに戻る */
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}