@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #050206;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}

/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#seilentmat {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

/*----------------------------------------------------------
mv
---------------------------------------------------------- */
.mv {
  width: 100%;
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10rem 5rem 5rem 5rem;
}
.mvInner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

/*----------------------------------------------------------
Section 1
---------------------------------------------------------- */
.sect1 {
  width: 100%;
  background: #fff;
}
.sect1 h2 {
  height: auto;
  margin: 0;
  width: 100%;
  padding: 2rem;
  background: #338cf7;
}
.sect1 h2 img {
  height: 100px;
}
.sect1 .inner {
  padding: 3rem;
}
.sect1 .bottomImg {
  margin-top: -3vw;
}

/*----------------------------------------------------------
Section 2
---------------------------------------------------------- */
.sect2 {
  width: 100%;
  background: linear-gradient(to top, #3591ff 0%, #0a2a61 35%, #000000 100%);
}
.sect2 .inner {
  padding: 5rem 3rem;
}
.sect2 h2 {
  position: relative;
  height: auto;
  margin: 0;
  width: 100%;
  padding: 2rem;
  background: #338cf7;
}
.sect2 h2 .mainttl {
  height: 100px;
}
.sect2 h2 .subttl {
  position: absolute;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 420px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.snsBox {
  display: flex;
  gap: 5px;
  margin: 0 0 50px 0;
}
.snsTxt {
  width: auto;
  height: 154px;
}


/*----------------------------------------------------------
Section 3
---------------------------------------------------------- */
.sect3 {
  width: 100%;
  background: #ffe100;
}
.sect3 .inner {
  padding: 3rem;
}
.sect3 h2 {
  height: auto;
  margin: 0;
  width: 100%;
  padding: 2rem;
  background: #ff9400;
}
.sect3 h2 img {
  height: 50px;
}


/*----------------------------------------------------------
Section 4
---------------------------------------------------------- */
.sect4 {
  width: 100%;
  background: linear-gradient(to top, #3591ff 0%, #0a2a61 35%, #000000 100%);
}
.sect4 .inner {
  padding: 5rem 3rem 3rem 3rem;
}
.sect4 .mainTtl {
  width: 244px;
  margin-bottom: 30px;
}
.sect4 .btnFull {
  margin: 120px 0 20px 0;
}
.sect4 .snsLink {
  display: flex;
  gap: 20px;
}
.logos {
  width: 140px;
  margin: 150px 0 20px 0;
}
p.copyright {
  font-size: 0.9rem;
}