@charset "UTF-8";

* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-padding-top: 50px;
}
body {
  margin: unset;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo,
    Verdana, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
  background-size: contain;
  background-repeat: repeat;
  background-image: url(../images/sp/back_.png);
  line-height: 1.7;
}
p {
  margin: unset;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.sp_view {
  display: block;
}
.pc_view {
  display: none;
}
#btn_pagetop_wrap {
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 200;
  opacity: 0;
}
header {
  height: 50px;
}
.header-inner {
  height: 50px;
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  background-color: #000;
}
.contents_wrap {
  width: 90%;
  margin: 0 auto;
}
.header-contents_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-contents_wrap a {
  display: block;
  height: 20px;
}
.header-contents_wrap img {
  height: 100%;
}
footer {
  width: 100%;
  padding: 30px 0;
  background-color: #000;
}
footer a,
footer p {
  color: #fff;
}
footer a {
  font-size: 1.4rem;
  line-height: 2;
}
footer p {
  font-size: 1rem;
  text-align: center;
}
.footer-contents-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  width: 26px;
  height: 2px;
  margin: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
  margin: -1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:nth-child(3) {
  margin: -1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 100px;
  left: 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.globalMenuSp ul li a {
  padding: 1em;
  text-decoration: none;
  color: #444;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.globalMenuSp ul li:last-child a {
  border-bottom: unset;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
.menu-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #5a4ff2;
  border-radius: 50%;
  position: relative;
}
.menu-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
.bold {
  font-weight: bold;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.fs14 {
  font-size: 14px;
}

.main {
  position: relative;
}
#sec0 {
  margin-top: -30vw;
  padding-top: 30vw;
}
.main-sub.contents_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.main-sub picture {
  top: 115vw;
  position: absolute;
}
.main-text {
  position: absolute;
  top: 182vw;
}
.main-text p.size-43 {
  margin-bottom: 3vw;
}
.Georgia {
  font-family: Georgia;
  line-height: 6vw;
  font-weight: bold;
}
.main img {
  width: 100vw;
  position: relative;
}
.section {
  position: relative;
  margin-top: 80px;
}
.section-inner {
  padding: 0 5vw;
}

.sec-h2 {
  width: 90%;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(
    90deg,
    #5a3ffb 0%,
    #a43de3 25%,
    #ff007a 50%,
    #ff6a33 75%,
    #ffb400 100%
  );
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  margin: 0 auto;
}
.sec-box {
  background-color: #fff;
  box-shadow: 0 0 20px #acacac;
  border-radius: 20px;
  position: relative;
  margin-top: 25px;
  padding: 70px 7.5vw 7.5vw;
}
.size-63 {
  font-size: 6.3vw;
}
.size-53 {
  font-size: 5.3vw;
}
.size-43 {
  font-size: 4.3vw;
}
.size-38 {
  font-size: 3.8vw;
}

.img_sec-01-01-wrap > a.open-embed-modal {
  display: inline-block;
}
.img_sec-01-01-wrap {
  display: flex;
  justify-content: center;
}
.img_sec-01-01 {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
#sec1 h3 {
  color: #603aff;
}
a.sec-btn {
  background-color: #5c6062;
  color: #fff;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  max-width: 350px;
}
.sec-01 a.sec-btn {
  margin: 30px auto 60px;
  width: 90%;
}
a.sec-btn span {
  position: absolute;
  right: 20px;
}
.sec-01-note {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 5vw;
}
.sec-01-note-left {
  font-size: 20px;
}
.sec-01-note ul {
  margin: 0 0 0 20px;
}
.sec-01-time {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.sec-01-time > div {
  width: 75px;
  background-color: #5c6062;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  height: 35px;
  line-height: 35px;
}
div#sec2 {
  margin-top: -10vw;
  padding-top: 10vw;
}
.sec-02 a.sec-btn {
  font-size: min(3.5vw, 16px);
  height: 100px;
}
.img_sec-02-01 {
  max-width: 350px;
  width: 100%;
}
.sec-02 .sec-box {
  display: flex;
  justify-content: center;
}
.sec-03-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
.sec-03-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width: 200px;
}
a.sec-03-icon {
  width: 85%;
  margin-bottom: 10px;
}
.sec-04-box-item-title {
  font-weight: bold;
  font-size: 20px;
}
.sec-04-box-item ul {
  margin: 15px 0 30px 30px;
}
.sec-04-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec-04-box-item iframe {
  height: 320px;
  width: 100%;
}
.sec-04-spacer {
  background-color: #a1a1a1;
  height: 1px;
  margin: 50px 0;
}
.map {
  height: 400px;
  width: 100%;
}

.sec-06 {
  padding: 10px 0 0;
}
div#sec8 {
  margin-top: -1px;
  padding-top: 1px;
}
.sns_box ul {
  list-style: none;
  width: 320px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.sns_box li,
.sns_box li div {
  display: flex;
  align-items: center;
}
.sns_box li > a > img {
  margin-bottom: unset;
}
.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 620px;
  margin: 0 auto;
}
.banner a {
  width: 48%;
  margin: 5px 0;
  max-width: 200px;
}
.banner img {
  width: 100%;
}
.sec-09 {
  margin: 50px 0 0;
  padding: 50px 0px 0;
  background-color: #f2f2f2;
}
.recruit {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.recruit-link {
  font-weight: bold;
  color: #333;
}
.sanwa-san {
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 450px) {
  .sec-08 img {
    max-width: 350px;
  }
}
@media screen and (min-width: 960px) {
  body {
    background-image: url(../images/pc/back_.png);
  }
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
  .contents_wrap {
    max-width: 960px;
  }
  .footer-contents_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-contents-link {
    flex-direction: unset;
    margin-bottom: unset;
  }
  footer {
    padding: 10px 0;
  }
  .partition {
    border-left: #fff 1px solid;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .globalMenuPc {
    width: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .globalMenuPc ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: unset;
    padding: 20px 0;
    border-radius: 50px;
  }
  .globalMenuPc li {
    display: flex;
    align-items: center;
    margin-left: 40px;
  }
  .globalMenuPc li img {
    width: 30px;
    z-index: 0;
  }
  .globalMenuPc a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .globalMenuPc .menu-icon {
    margin-left: 10px;
  }
  .section {
    margin-top: 140px;
  }
  .section-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: unset;
  }
  .main {
    position: relative;
  }
  .main-sub picture {
    top: 47vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 73.85vw;
  }
  .Georgia {
    line-height: 20px;
  }
  .main-text p.size-43 {
    margin-bottom: 20px;
    line-height: 33px;
  }
  .main-text .Georgia {
    line-height: 25px;
    font-size: 16px;
  }
  .size-63 {
    font-size: 30px;
  }
  .size-53,
  .size-43,
  .size-38 {
    font-size: 19px;
  }
  #sec1 .Georgia,
  #sec2 .Georgia {
    font-size: 14px;
  }
  #sec0 {
    margin-top: -60px;
    padding-top: 60px;
  }
  div#sec2 {
    margin-top: -20px;
    padding-top: 20px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .sec-h2 {
    height: 70px;
    font-size: 32px;
    top: -35px;
  }
  .sec-box {
    padding: 90px 50px 50px;
  }

  .sec-01-top {
    display: flex;
    padding: 0 30px;
  }
  .img_sec-01-01-wrap > a.open-embed-modal {
    height: fit-content;
    margin-right: 50px;
  }
  a.sec-btn {
    height: 90px;
    font-size: 20px;
    max-width: unset;
  }
  #sec1 h3 {
    font-size: 24px;
  }
  .sec-01-note {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
  }
  .sec-01-note ul {
    margin: 0 0 0 20px;
  }
  a.sec-btn span {
    position: absolute;
    right: 30px;
  }
  .sec-01-note-left {
    width: 140px;
  }
  .sec-01-note-right {
    width: 650px;
  }
  .sec-01-time > div {
    width: 100px;
  }
  .sec-02-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .img_sec-02-01 {
    margin-bottom: unset;
    max-width: 410px;
  }
  .sec-02 a.sec-btn {
    width: 600px;
    height: 120px;
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
  }
  .sec-04-box-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .sec-04-box-item a.sec-btn {
    height: 50px;
    max-width: 320px;
    font-size: 18px;
  }
  .sec-04-box-item iframe {
    height: 320px;
    width: 480px;
  }
  .sec-04-box-item-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec-04-box-item-title {
    font-size: 32px;
  }
  .map {
    height: 400px;
    width: 520px;
  }

  .contact-btn_list {
    display: flex;
    justify-content: space-around;
  }
  div.sec-06,
  div.sec-07 {
    margin-top: 100px;
  }
  .sec-09 {
    padding: 70px 0 0;
  }
  .banner {
    max-width: 960px;
  }
  .banner a {
    margin: 10px 0;
    max-width: 300px;
  }
  .recruit {
    padding: 60px 0;
  }
  .recruit-link {
    margin: unset;
    font-size: 2rem;
  }
  .sanwa-san {
    position: absolute;
    right: calc(50vw - 500px);
    bottom: 0;
    width: 220px;
  }
}
@media screen and (min-width: 1300px) {
  .main-sub picture {
    top: 611px;
  }
  .main-text {
    top: 1170px;
  }
  .main-img {
    /* max-width: 1300px; */
    margin: 0 auto;
    display: block;
  }
  .main-sub picture {
    width: 100%;
  }
}
