@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0
}
html {
  font-size: 62.5%;

}
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  color: #002C70;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: #002C70;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,ol,li {
  list-style: none;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#container {
  background-color: #D7EBFC;
  background-image: url(images/background_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
#container.top {
  background-image: none;
}

/* header */
header {
  position: relative;
}
.header_pc.notop {
  background-color: #D7EBFC;
  background-image: url(images/background_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.header_pc.top {
  background-image: url(images/background_header_g.png), url(images/background_header.jpg);
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  height: 100vh;
}
.header_pc .shgirl_logo {
  margin-right: 2em;
}
.header_pc .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  padding: 1em 2em;
  top: 0;
  background-image: url(images/background_header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
}
.header_pc .global_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  font-size: 12px;
  font-size: 1.2rem;
}
.header_pc .global_navi ul li {
  position: relative;
  margin-right: 30px;
}
.header_pc .global_navi ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  margin: auto;
  background-image: url(images/global_arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.header_pc .toppage_navi ul {
  margin-top: 1em;
  display: flex;
  justify-content: right;
}
.header_pc .toppage_navi ul li {
  margin: 0 .5em;
}
.header_pc h1 {
  padding-top: 8em;
  text-align: center;
  position: relative;
  z-index: 10;
}
.header_pc .header_img {
  position: absolute;
  top: 13vw;
  left: 2em;
  width: 20vw;
}
.header_sp {
  display: none;
  background-position: top right;
  background-size: 200vw auto;
}
.top.header_sp {
  height: 80vh;
}
.header_sp_wrap {
  background-image: url(images/header_bar.png);
  padding: 1.4em 1em;
  background-size: auto 120px;
  background-position: top center;
  background-repeat: no-repeat;
  height: 120px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.header_sp_wrap ul {
  display: flex;
}
.header_sp_wrap li {
  margin-right: .5em;
}
.header_sp .shgirl_logo {
  position: absolute;
  top: 1.4em;
  left: 0;
  right: 0;
  width: 52px;
  margin: auto;
}
.header_sp h1 {
  text-align: center;
  position: relative;
}
.header_sp .shgirl_logo_sp2 {
  position: absolute;
  top: 8em;
  right: 1em;
  animation:30s linear infinite rotation;
}
.header_sp .shgirl_logo_sp3 {
  position: absolute;
  top: 8em;
  right: 1em;
}
.header_sp .recruit a {
  position: fixed;
  top: 70px;
  right: .5em;
  z-index: 1;
}
@keyframes rotation {
  0% { transform: rotate(0);}
  100% { transform: rotate(360deg);}
}

/* hamburger menu */
.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #D7EBFC;
  transition: ease .4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__items {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 2em;
}
.nav__items li {
  margin: 2vw auto;
  width: 48%;
}
.nav-items__item a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}
.header__hamburger {
  width: 30px;
  position: absolute;
  top: 1.8em;
  right: 1em;
  cursor: pointer;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 10;
}
.hamburger span {
  width: 100%;
  height: 5px;
  background-color: #460408;
  position: relative;
  transition: ease .4s;
  display: block;
  border-radius: 20px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 5px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
} 
.side-open {
  overflow: hidden;
}

/*-----------------
topic_path
-----------------*/
.topic_path {
  padding: 180px 2em 0;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
  font-size: 12px;
  font-size: 1.2rem;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/* news */
.newsupdate {
  padding: 4em 2em;
  text-align: center;
}
.newsupdate_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.newsupdate h2 {
  color: #5d4123;
  font-size: 30px;
  font-size: 3.0rem;
}
.newsupdate dl {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.newsupdate dt {
  margin-right: 1em;
}

/* recommend */
.recommend {
  background-image: url(images/background_recommend_g.png) ,url(images/background_recommend.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 5em 2em;
  text-align: center;
  background-size: 100% 100%, cover;
}
.recommend_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.recommend h2 {
  color: #5d4123;
  font-size: 30px;
  font-size: 3.0rem;
}
.recommend ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend li a {
  color: #030B15;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.recommend_left {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
}
.recommend_center {
  width: 36%;
}
.recommend_right {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
}
.recommend li a p {
  margin-top: -15px;
}
.recommend_left div,
.recommend_right div {
  margin-bottom: 1em;
}

/* contents */
.contents {
  padding: 0 2em;
  background: linear-gradient(180deg, rgba(215, 235, 252, 0), rgba(255, 255, 255, 1));
}
.contents_wrap {
  padding: 1em 0 0;
  margin: 0 auto;
  text-align: center;
}
.contents_wrap h2 {
  color: #5d4123;
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 10px;
}
.contents_wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* about */
.about_wrap {
  padding-bottom: 4em;
  max-width: 980px;
}
.about_wrap a {
  margin: 1em auto 0;
  display: inline-block;
}

/* event */
.event_wrap {
  max-width: 1100px;
}
.event_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event_wrap li {
  width: 32%;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
.event_wrap li a {
  background-color: rgba(126, 203, 241, .3);
  border-radius: 5px;
  padding: 1em;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.event_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 100%;
  height: 170px;
}
.event_img img {
  border-radius: 5px;
  max-height: 170px;
  width: auto;
}
.event_title {
  width: 100%;
  text-align: left;
}
.event_title h3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  text-align: left;
}
.event_title p {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #7ECBF1;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
}
.event_detail .event_wrap>div {
  max-width: 980px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
  padding: 2em;
  text-align: left;
  margin: 0 auto;
}
.event_detail .event_wrap h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.event_detail .contents_wrap h3 {
  line-height: 1.2;
  margin-bottom: 1em;
}
.event_detail img {
  display: block;
  margin: 1em 0;
}
.event_detail .contents_wrap h4 {
  margin-top: 1em;
}

/* sdgs */
.sdgs_text {
  padding: 2em 0;
  color: #5d4123;
}
.contents.sdgs {
  margin-top: 1em;
  padding: 0;
}
.sdgs_wrap {
  padding: 0 2em;
}

/* line */
.line {
  background-color: #36A53E;
  margin-top: 1em;
  padding: 4em 2em;
}
.line h2 {
  margin-bottom: 1em;
}
.line ul {
  display: flex;
  max-width: 1100px;
  margin: 2em auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.line li {
  width: 19%;
}
.line li a {
  background-color: #fff;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1em;
  display: block;
}
.line .linequ {
  background-color: #a1886e;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 2px 10px;
}
.line .idkensaku {
  font-size: 14px;
  font-size: 1.4rem;
}
.line .idkensaku br {
  display: none;
}

/* caravan */
.caravan {
  margin-top: 1em;
  background-image: url(images/caravan/background_caravan.png);
  background-size: 100% 100%;
}

/* footer */
footer {
  color: #030B15;
  background-image: url(images/background_footer_g.png), url(images/background_footer.jpg);
  background-position: top center, bottom center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  padding: 8em 2em 4em;
}
.footer_wrap {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: .5em;
}
footer li {
  margin: 1em 0;
}
footer li a {
  color: #030B15;
}
.footer_shop ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
.footer_shop li {
  width: 49%;
}
.footer_contact {
  margin-left: 3em;
}
.copyright {
  margin-top: 8em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.footer_contact li {
  margin: .5em;
}
.footer_contact a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 30px;
  padding: .5em 2em;
}

@media (max-width: 780px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
  }
  #container {
    background-size: auto 100vh;
  }
  .newsupdate h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .newsupdate dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .recommend ul {
    display: block;
    text-align: center;
  }
  .recommend li {
    width: 70vw;
    margin: 0 auto;
  }
  .recommend li img {
    width: 100%;
    height: auto;
  }
  .recommend li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_wrap {
    display: block;
  }
  footer h3 {
    font-size: 4vw;
  }
  .footer_contact {
    margin: 0;
  }
  .footer_shop ul {
    max-width: 100%;
    justify-content: space-between;
  }
  .header__nav {
    padding: 2em;
  }
  .toppage_navi ul {
    display: flex;
    flex-wrap: wrap;
  }
  .toppage_navi li {
    margin: 1em;
    width: calc(49% - 2em);
    text-align: center;
  }
  .global_navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .global_navi li {
    background-color: rgba(255, 255, 255, .7);
    width: 49%;
    text-align: center;
    padding: .5em;
    border-radius: 30px;
    margin: .5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .event_wrap li {
    width: 48%;
  }
  .event_img {
    height: auto;
  }
  .line li {
    width: 49%;
  }
  .line .idkensaku br {
    display: block;
  }
  .recommend {
    background-size: cover;
  }
  li.recommend_center {
    margin: 2em auto;
  }
  .topic_path {
    padding: 7em 2em 0;
  }
  .footer_contact a {
    display: block;
    width: 100%;
    text-align: center;
    padding: .8em .5em;
  }
  .header_img {
    width: 40vw;
    top: 7em;
    position: absolute;
    left: 1em;
    max-width: 200px;
  }
  footer {
    background-position: top center, bottom right;
  }
  #container.top {
    background-image: url(images/background_header.jpg);
  }
  .topic_path ul {
    margin-top: 2em;
  }
}