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

@import url(ress.css);

/* --global----------------------------------------------- */

.inner {
  max-width: 100%;
}

.column {
  flex-direction: column;
  align-items: center;
}

.pc-text1000 {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}


/* **************************************************************
	kv
*************************************************************** */

#kv {
  background-image: url(../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: auto;
  position: static;
}

.title {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 850px;
  height: auto;
  z-index: 2;
}

.kv-center {
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
  bottom: -10px;
}

/* **************************************************************
	copy
*************************************************************** */

#copy {
  position: static;
  top: auto;
  text-align: center;
}

.copy-section {
  position: relative;
  display: inline-block;
}

.copy-title {
  font-size: 52px;
  line-height: 64px;
  font-weight: 900;
  color: #333;
  position: relative;
  left: 0;
  margin: 20px auto 60px;
}

.sub-copy {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  z-index: 2;
  display: inline-block;
  margin-bottom: 30px;
}

.tight {
  letter-spacing: -0.4em;
}

.tight-2 {
  letter-spacing: -0.8em;
}

.copy-section::before {
  content: "";
  position: absolute;
  top: -179px;
  left: -185px;
  width: 74%;
  height: 187%;
  background-image: url('../img/copy_title_bg.png');
  /* PNG画像のパス */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}

.copy-section::after {
  display: none;
}

.copy-lead {
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 auto 80px;
  position: relative;
}

.copy-lead::before {
  display: none;
}

.entry-btn-wrap {
  display: block;
  position: relative;
  width: 85%;
  margin: 0 auto 60px;
}

.entry-bg {
  position: absolute;
  top: -17%;
  left: 97%;
  width: 508px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}

.entry-btn {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  z-index: 1;
}

.entry-btn:hover {
  transform: scale(1.05);
}

.entry-btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* **************************************************************
	info
*************************************************************** */
#info {
  position: relative;
  width: auto;
  height: 1150px;
  overflow: hidden;
  /* はみ出し防止 */
  z-index: 3;
  margin-top: 0;
}


.info_bgc {
  width: 100%;
  background-image: url(../img/info_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 80px;
  /* 必要に応じて調整 */
}


#info .info_bgc .column {
  align-items: center;
  margin-bottom: 0;
}

#info .section-title img {
  width: 100%;
  height: auto;
  margin: 120px auto 20px;
}

.info_left {
  width: 90%;
}

.info_left dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  font-weight: 300;
}

.info_left dt {
  width: 15%;
  margin-bottom: 20px;
}

.info_left dl,
.info_left dd {
  line-height: 24px;
}

.info_left dd {
  width: 85%;
  margin-bottom: 20px;
}

.info_right {
  width: 80%;
  text-align: center;
  overflow: visible;
  margin-bottom: 0;
}

/* **************************************************************
	mc
*************************************************************** */

#mc {
  margin-bottom: 0;
}

#mc .section-title img {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

.mc-wrap {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.mc-wrap::before {
  display: none;
}

.mc-wrap::after {
  display: none;
}


.mc-profile h3 {
  font-size: 32px;
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
}

.mc-profile p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
}

.mc-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

/* **************************************************************
	okurakaigan
*************************************************************** */

#okurakaigan {
  position: relative;
  width: 100%;
  height: 1050px;
  overflow: visible;
  z-index: 3;
}

.okurakaigan_bgc {
  width: 100%;
  height: 100%;
  background-image: url(../img/okurakaigan_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
}

#okurakaigan .section-title img {
  width: 700px;
  height: auto;
  margin: 220px auto 40px;
}

.youtube {
  display: block;
  width: 80%;
  height: 200px;
  margin: 0 auto 30px;
}

#okurakaigan p {
  width: 90%;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

/* **************************************************************
	whats-fb
*************************************************************** */

#whats-fb {
  margin-bottom: 200px;
}

#whats-fb .section-title img {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

#whats-fb .section-title {
  position: relative;
}

#whats-fb .section-title::after {
  content: "";
  position: absolute;
  top: -158px;
  right: -512px;
  width: 99%;
  height: 211%;
  background-image: url('../img/bg_moya_blue-r.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.fb-copy {
  width: 90%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  color: #005cbc;
  position: relative;
  margin: 0 auto 80px;
}

.fb-copy::before {
  content: "";
  position: absolute;
  top: -271px;
  left: -182px;
  width: 63%;
  height: 374%;
  background-image: url('../img/whats-fb_h3_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.whats-fb_container {
  width: 90%;
  margin: 50px auto 80px;
  position: relative;
}

.whats-fb_box {
  display: block;
  align-items: center;
  background: linear-gradient(to right, #0071bc, #00abff);
  color: white;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}

.whats-fb_box .text {
  display: flex;
  align-items: center;
}

.whats-fb_container::after {
  display: none;
}

.whats-fb_container::before {
  display: none;
}

.number {
  height: 90px;
  width: auto;
  opacity: 0.2;
  margin-right: 20px;
}

.number img {
  height: 100%;
  width: 100%;
}

.text {
  flex: 1;
  margin-bottom: 10px;
}

.text h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.whats-fb_box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.image {
  width: 90%;
  margin: 0 auto;
}

.image img {
  width: 100%;
  height: auto;
}

#whats-fb .youtube-wrap {
  position: relative;
  width: 80%;
  height: 200px;
  margin: 0 auto 30px;
}

#whats-fb .youtube-wrap::before {
  content: "";
  position: absolute;
  top: -197px;
  left: -180px;
  width: 140%;
  height: 375%;
  background-image: url('../img/whats-fb_bg_sprash.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;
  transform: rotate(130deg);
  z-index: 0;
  pointer-events: none;
}

#whats-fb .youtube-wrap::after {
  content: "";
  position: absolute;
  top: -202px;
  right: -536px;
  width: 117%;
  height: 237%;
  background-image: url('../img/whats-fb_bg_grange.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

#whats-fb .youtube {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* **************************************************************
	map
*************************************************************** */

#map {
  margin-bottom: 100px;
}

.maps {
  width: 100%;
  height: 560px;
}

/* **************************************************************
	spo
*************************************************************** */

#spo {
  margin-bottom: 150px;
}

#spo .section-title img {
  width: 100%;
  height: auto;
  margin: 80px auto 40px;
}

.spo-wrapper {
  display: block;
}

.spo-wrapper a {
  display: block;
  width: 75%;
  margin: 0 auto;
}

/* **************************************************************
	footer
*************************************************************** */

footer {
  background: #00a99d;
  padding: 30px;
}

footer>p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}