@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;
  line-height: 1.6;
}
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: #333;
}
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: 118px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #e80613;
  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: 168px;
  left: 0;
  background-color: #111;
  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: 12px 30px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #6e6c6c;
  width: 100%;
  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 {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.menu-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
}

.main {
  position: relative;
}
.main img {
  width: 100vw;
  position: relative;
}
.section {
  position: relative;
}
.section-inner {
  padding: 0 5vw;
}

.sns_box ul {
  list-style: none;
  width: 320px;
  margin: 0 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-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 620px;
  margin: 0 auto;
}
.banner-contents a {
  width: 48%;
  margin: 5px 0;
  max-width: 200px;
}
.banner-contents img {
  width: 100%;
}
.banner {
  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;
}
.sub_head-wrap {
  height: 68px;
}
.sub_head {
  width: 100%;
  position: fixed;
  top: 48px;
  background-color: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 70px;
}
.sub_head-inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_head h2 {
  color: #ba9b64;
  font-family:
    "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "HGS明朝E", serif;
  font-size: 21px;
  margin: unset;
}
.sub_head p {
  font-size: 10px;
  letter-spacing: 1px;
}
@media screen and (min-width: 960px) {
  .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: 100vw;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
  }
  .globalMenuPc ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset;
    padding: 25px 0;
  }
  .globalMenuPc li {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }
  .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-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: unset;
  }
  .main {
    position: relative;
  }

  .banner {
    padding: 70px 0 0;
  }
  .banner-contents {
    max-width: 960px;
  }
  .banner-contents 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 - 460px);
    bottom: 0;
    width: 220px;
  }
  .sub_head {
    padding: unset;
  }
  .sub_head h2 {
    font-size: 32px;
  }
  .sub_head p {
    font-size: 14px;
  }
}
/* ----------------------------------------------------------------- 2026/03/27 */
h2 {
  margin: unset;
}
img.img_main-close {
  position: absolute;
  top: 40vw;
  left: 2vw;
  width: 28vw;
}
.sec-01 {
  background-image: url(../images/pc/sec-01-bg.png);
  background-size: cover;
  background-position-x: center;
  padding: 8vw 0;
}
.img_sec-h2-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  max-height: 100vh;
}
.section-inner {
  z-index: 1;
  position: sticky;
}
.section-inner-2 {
  padding: 13vw 5vw;
}
.sec-01 p,
.sec-02 p,
.sec-03 p,
.sec-04 p,
.sec-05 p,
.sec-06 p {
  font-size: 3.5vw;
}
.sec-02,
.sec-03,
.sec-04,
.sec-05,
.sec-06 {
  color: #fff;
  background-color: #00103e;
}
.sec-02::after,
.sec-03::after,
.sec-04::after,
.sec-05::after,
.sec-06::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30vw;
  pointer-events: none;
  background: linear-gradient(
    to top,
    #012a7a 0%,
    #021b59 50%,
    transparent 100%
  );
}
.line-white {
  height: 2px;
  width: 100vw;
  background-color: #fff;
}
.sec-02 p {
  margin: 6vw 0;
}
.img_sec-02-h2 {
  margin: 0 auto 5vw;
  display: block;
}
.sec-02-01 {
  max-width: 100vw;
  margin-left: -5vw;
}
.sec-02-02 {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.sec-03-grp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-03-grp-item {
  width: 90%;
  margin: 5vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-03-grp-item p {
  padding: 5vw 4vw 0;
}
.img_sec-03-06 {
  width: 100vw;
  max-width: 100vw;
  margin: 5vw 0 0 -5vw;
}
.sec-04-grp {
  width: 85%;
  margin: 4vw auto 0;
}
.sec-04-grp img {
  margin: 2vw 0;
}
.img_sec-05-01 {
  width: 100vw;
  max-width: 100vw;
  margin: 5vw 0 0 -5vw;
}
.sec-06-content {
  margin-top: 10vw;
}
.sec-06-content_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4vw;
}
.sec-06-content_item img {
  width: 9vw;
  margin: -1vw 3vw 0 0;
}
.sec-07,
.sns,
.sec-08 {
  background-color: #10101d;
  color: #fff;
  text-align: center;
}
.sec-07,
.sec-08 {
  padding: 15vw 0;
}
.sec-07 p {
  font-size: 2.5vw;
}
.sec-07-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.sec-07-01-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-07-02 {
  width: 55vw;
  margin-bottom: 10vw;
}
.img_sec-07-03 {
  width: 90vw;
  margin-top: 5vw;
}
.sec-08 p {
  font-weight: bold;
  font-size: 4vw;
}
.footer-grp {
  display: flex;
  align-items: center;
}
.footer-grp > a:first-child {
  margin-right: 20px;
}
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
#sec7 {
  margin-top: -120px;
  padding-top: 120px;
}
.section-inner-3 {
  position: static;
}
@media screen and (min-width: 960px) {
  img.img_main-close {
    top: 2vw;
    left: 84vw;
    width: 13vw;
  }
  .pc-menu a {
    display: inline-block;
    position: absolute;
  }
  .pc-menu a {
    height: 1vw;
  }
  .pc-menu img {
    height: 100%;
    width: auto;
  }
  .pc-menu-1 {
    bottom: 8.7vw;
    left: 12.5vw;
  }
  .pc-menu-2 {
    bottom: 6.9vw;
    left: 12.5vw;
  }
  .pc-menu-3 {
    bottom: 5.2vw;
    left: 12.5vw;
  }
  .pc-menu-4 {
    bottom: 8.7vw;
    left: 31vw;
  }
  .pc-menu-5 {
    bottom: 6.9vw;
    left: 31vw;
  }
  .pc-menu-6 {
    bottom: 5.2vw;
    left: 31vw;
  }
  .sec-02::after,
  .sec-03::after,
  .sec-04::after,
  .sec-05::after,
  .sec-06::after {
    height: 100px;
  }
  .sec-01 {
    padding: 60px 0;
  }
  .sec-01 p,
  .sec-02 p,
  .sec-04 p,
  .sec-05 p,
  .sec-06 p {
    font-size: 16px;
  }
  .sec-03 p {
    font-size: 14px;
  }
  .section-inner-2 {
    padding: 100px 0;
  }
  .img_sec-02-h2 {
    margin: 0 auto 20px;
    max-width: 900px;
  }
  .sec-02-01 {
    max-width: 100%;
    margin-left: unset;
  }
  .sec-02-wrap {
    position: absolute;
    bottom: 260px;
    left: 13px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 300px;
    padding: 30px;
    line-height: 30px;
  }
  .sec-02 p {
    margin: 0;
  }
  .sec-02-02 {
    width: 600px;
    margin: 40px auto 0;
  }
  .sec-03-grp {
    flex-direction: unset;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec-03-grp-item {
    width: 29%;
    margin: 20px 15px;
  }
  .sec-03-grp-item p {
    padding: 20px 4px 0;
  }
  .img_sec-03-06 {
    max-width: 100%;
    margin: 40px 0 0;
  }
  .sec-04-grp {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec-04-grp picture {
    width: 47%;
  }
  .sec-04-grp img {
    margin: 20px 0;
  }
  .img_sec-05-01 {
    max-width: 100%;
    margin: 40px 0 0;
  }
  .sec-06-content_item img {
    width: 40px;
    margin: -5px 15px 0 0;
  }
  .sec-06-content {
    margin-top: 40px;
    width: 48%;
  }
  .sec-06-content_item {
    margin-bottom: 20px;
  }
  .sec-06-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-07-02 {
    width: 400px;
    margin-bottom: 50px;
  }
  .sec-08 p {
    font-size: 20px;
  }
  .img_sec-07-03 {
    width: 400px;
    margin-top: 20px;
  }
  .sec-07,
  .sec-08 {
    padding: 90px 0;
  }
  .sec-07 p {
    font-size: 14px;
  }
  .footer-grp > a:first-child {
    margin-right: 0;
  }
}
