@charset "utf-8";
/* *************************************************************
	Global
*************************************************************** */

html {
  font-size: 16px;
}

:root {
  --mainColor: rgb(182, 221, 225);
  --subColor: rgb(12, 97, 52);
  --accentColor01: rgb(249, 205, 116);
  --accentColor02: rgb(227, 66, 52);
  --blackColor: rgb(51, 51, 51);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px;
  overflow: visible;
}


.red {
  color: var(--accentColor02);
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.column {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 20px;
}


.pc {
  display: block;
}

.sp {
  display: none;
}

.section-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}




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

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

.title {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  height: auto;
  z-index: 2;
}

.kv-l {
  position: absolute;
  bottom: 0;
  left: -271px;
  width: 839px;
  height: 923px;
  z-index: 0;
}

.kv-r {
  position: absolute;
  bottom: 0;
  right: -330px;
  width: 800px;
  height: 925px;
  z-index: 0;
}

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

#copy {
  position: relative;
  top: -680px;
  text-align: center;
}

.copy_bg-top {
  background-image: url(../img/copy_bg-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  margin-bottom: 20px;
}

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

.copy-title {
  font-size: 78px;
  line-height: 98px;
  font-weight: 900;
  color: #333;
  position: relative;
  left: 5px;
  margin-bottom: 100px;
}

.sub-copy {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  z-index: 2;
  display: inline-block;
  margin-bottom: 40px;
}

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

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

.copy-section::before {
  content: "";
  position: absolute;
  top: -268px;
  left: -222px;
  width: 67%;
  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 {
  content: "";
  position: absolute;
  top: -370px;
  right: -563px;
  width: 130%;
  height: 286%;
  background-image: url('../img/bg_moya_green.png');
  /* PNG画像のパス */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.copy-lead {
  width: 800px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto 100px;
  position: relative;
}

.copy-lead::before {
  content: "";
  position: absolute;
  top: -353px;
  left: -367px;
  width: 68%;
  height: 182%;
  background-image: url('../img/bg_moya_purple.png');
  /* PNG画像のパス */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}

.entry-btn-wrap {
  position: relative;
  width: 600px;
  /* ボタンのサイズと合わせる */
  margin: 0 auto;
}

.entry-bg {
  position: absolute;
  top: 30%;
  left: 108%;
  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: 600px;
  height: auto;
  display: block;
}

/* **************************************************************
	info
*************************************************************** */
#info {
  position: relative;
  width: 100%;
  height: 910px;
  overflow: visible;
  z-index: 3;
  margin-top: -370px;
}

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

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

#info .section-title img {
  width: 630px;
  height: auto;
  margin: 120px auto 40px;
}

.info_left {
  width: 60%;
}

.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 dd {
  width: 85%;
  margin-bottom: 20px;
}

.info_right {
  width: 50%;
  text-align: center;
  overflow: visible;
  margin-bottom: 70px;
}



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

#mc {
  margin-bottom: 150px;
}

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

.mc-wrap {
  width: 930px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.mc-wrap::before {
  content: "";
  position: absolute;
  top: -144px;
  left: -375px;
  width: 34%;
  height: 187%;
  background-image: url('../img/mc_bg-l.png');
  /* PNG画像のパス */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.mc-wrap::after {
  content: "";
  position: absolute;
  top: -445px;
  right: -460px;
  width: 50%;
  height: 187%;
  background-image: url('../img/mc_bg-r.png');
  /* PNG画像のパス */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}


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

.mc-profile p {
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  color: #333;
}

.mc-img img {
  width: 300px;
}

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

#okurakaigan {
  position: relative;
  width: 100%;
  height: 1200px;
  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: 560px;
  height: 315px;
  margin: 0 auto 30px;
}

#okurakaigan p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

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

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

#whats-fb .section-title img {
  width: 630px;
  height: auto;
  margin: 100px auto 115px;
}

#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 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  color: #005cbc;
  position: relative;
  margin-bottom: 100px;
}

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

.whats-fb_container {
  width: 836px;
  margin: 50px auto 120px;
  position: relative;
}

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

.whats-fb_container::after {
  content: "";
  position: absolute;
  top: -159px;
  left: -468px;
  width: 69%;
  height: 230%;
  background-image: url('../img/bg_moya_blue-r.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 0;
  pointer-events: none;
}

.whats-fb_container::before {
  content: "";
  position: absolute;
  top: -283px;
  right: -528px;
  width: 80%;
  height: 230%;
  background-image: url('../img/whats-fb_bg_sprash-02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.number {
  height: 110px;
  width: 80px;
  opacity: 0.2;
  margin-right: 25px;
}

.number img {
  height: 110px;
  width: 80px;
}

.text {
  flex: 1;
}

.text h2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 5px;
}

.text p {
  font-size: 14px;
  font-weight: 400px;
  line-height: 22px;
}

.image {
  width: 200px;
  margin-left: 20px;
}

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

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

#whats-fb .youtube-wrap::before {
  content: "";
  position: absolute;
  top: -302px;
  left: -247px;
  width: 112%;
  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: 160px;
}

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

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

#spo {
  margin-bottom: 150px;
}

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

.spo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

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

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

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