@charset "UTF-8";
/* ==============================
　style
============================== */
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
}
/* ----------------------------
*  mv slider
* ---------------------------- */
.cd-fixed-bg {
height: 100vh; /* 全画面表示 */
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('../assets/bellnetonline/bellnetonline-top.jpg');
height:100vh;
width:100%;
position: fixed;
z-index: -1;
}

.inna-kago{
max-width: 65%;
margin:0 auto;
}

.sanka-eria {
  height: 80vh;
  width: 100%;
  position: relative;
}

.sanka-eria .mame {
    position: absolute;
    top: 45%;
    right: 8%;
    width: 30vw;
    height: auto;
}

.mame10 {
position: relative;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 0.6vw;
  font-size: 1.4vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 26vw;
  height: 15vw;
  background-image: url('../assets/bellnetonline/name.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
}

.main-visual-logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.main-visual-logo img {
  max-width: 200px;
}

.icon {
  max-width: 25px;
  display: block;
}

/* ----------------------------
* contents - top
* ---------------------------- */
.contents {
background: #fff;
}
/*=================================
 page original style
==================================*/
.page.contents._bellnetonline {
}

/* section 01 */
._bellnetonline:nth-child(3) {
}
._bellnetonline:nth-child(3) .inner {
  padding: 4vw 0;
  display: grid;
  justify-content: center;
  align-items: center;
}
._bellnetonline:nth-child(3) .title {
  color: #7A8C64;
  margin: 1vw auto;
  text-align: center;
  padding: 0.5vw 0;
  position: relative;
  border-bottom: 2px solid #7A8C64;
}
._bellnetonline:nth-child(3) .bg-navy {
background: #b8c7a1;
}
._bellnetonline:nth-child(3) .bg-gray {
  background: #bbb4af;
}
._bellnetonline:nth-child(3) .bg-violet {
  background: #bdb798;
}
.item-list {
  padding: 2vw 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5%;
  width: 70%;
}
.item-list li {
  aspect-ratio: 1 /1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  font-size: 110%;
}


/* section 02 */
._bellnetonline:nth-child(4) {
}
._bellnetonline:nth-child(4) .inner {
  padding: 4vw 0;
  display: grid;
  justify-content: center;
  align-items: center;
}
._bellnetonline:nth-child(4) .title {
  color: #A29869;
  margin: 1vw auto;
  text-align: center;
  padding: 0.5vw 0;
  position: relative;
  border-bottom: 2px solid #A29869;
}
._bellnetonline:nth-child(4) .point-list {
  padding: 4vw 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17% 0;
  margin-bottom: 10%;
    width: 900px
}
._bellnetonline:nth-child(4) .point-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
}
._bellnetonline:nth-child(4) .point-item::before {
  position: absolute;
  content: "";
  background: url('../assets/bellnetonline/box-bg.svg') no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 3%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(1)::before {
  width: 107%;
  height: 113%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(2):before {
  background: url('../assets/bellnetonline/box-bg2.svg') no-repeat;
  background-size: contain;
  background-position: center center;
}
._bellnetonline:nth-child(4) .point-item:nth-child(3):before {
  background: url('../assets/bellnetonline/box-bg3.svg') no-repeat;
  background-size: contain;
  background-position: center center;
}
._bellnetonline:nth-child(4) .point-item:nth-child(4):before {
  background: url('../assets/bellnetonline/box-bg4.svg') no-repeat;
  background-size: contain;
  background-position: center center;
}
._bellnetonline:nth-child(4) .point-item:nth-child(2),
._bellnetonline:nth-child(4) .point-item:nth-child(4) {
  top: 8vw;
}
.point-item:nth-child(1) .point-no {
  margin-top: -2vw;
}
.point-item:nth-child(2) .point-no {
  margin-top: -4vw;
}
.point-item:nth-child(3) .point-no {
  margin-top: -3vw;
}
.point-item:nth-child(4) .point-no {
  margin-top: -4vw;
}
.point-item .point-no .icon {
  max-width: inherit;
  width: 3.5vw;
}
.point-item .ti {
  font-weight: 600;
  padding: 0.8vw 0;
  font-size: 1vw;
}
.point-item .txt {
  max-width: 80%;
}

/* section 03 */
._bellnetonline:nth-child(5) {
}
._bellnetonline:nth-child(5) .inner {
  padding: 3vw 0;
}
._bellnetonline:nth-child(5) .list li {
  line-height: 2em;
}
._bellnetonline:nth-child(5) .list li::before {
  content: "●";
  color: #9d958d;
  padding: 0 3px;
}


/* section 04 */
._bellnetonline:nth-child(6) {

}
._bellnetonline:nth-child(6) .inner {
  padding: 4vw 0;
}
._bellnetonline:nth-child(6) .step-item {
  display: grid;
  grid-template-columns: 0.4fr 5fr 1fr;
  grid-gap: 2%;
  margin: 2vw auto;
}
.step-no .icon {
  max-width: inherit;
  width: 100%;
}
.step-img {
  width: 100%;
  height: auto;
  padding: 0 3%;
}
.arrow_link {
  position: relative;
  margin: 1vw auto;
}
.arrow_link a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.9vw;  
  border-bottom: 1px solid #fff;
}
.arrow_link a::before {
  content: "";
  background: url("../assets/images/icon_arrow_g.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -10%;
  top: 28%;
}
.arrow_link a:hover {
  border-bottom: 1px solid #4d4d4d;
}

.button-item {
      justify-content: left !important;
}

.button-item .button {
   width: 60% !important;
    margin: 20px 0;
}


/* section 05 */
._bellnetonline:nth-child(7) {
  background: greenyellow;
}








/* ==============================
 window size - sp
============================== */
@media (max-width: 767px) {

.mame10::before{
position: absolute;
  content: '';
  display: inline-block;
  width: 70vw;
  height: 40vw;
  background-image: url('../assets/bellnetonline/name.svg');
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
z-index: -1;
top: 0;
left: 0;
}
.mame p{
display:none;
}
.inna-kago {
max-width: 95%;
margin: 0 auto;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 1vw;
  font-size: 6.5vw;
  padding: 8.5vw 0 8.5vw 15%;
  padding-right: 8%;
}
.sanka-eria {
  height: 65vh;;
}
.sanka-eria .mame {
  position: absolute;
  top: 40%;
  width: 70vw;
  height: auto;
  right: inherit;
  left: -10%;
  margin: auto;
}
.cd-fixed-bg {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../assets/bellnetonline/bellnetonline-top_sp.jpg');
height:65vh;
width:100%;
position: fixed;
z-index: -1;
}


/*=================================
 page original style
==================================*/
.page-head-txt {
  font-size: 4vw;
}
._bellnetonline:nth-child(3) .inner {
padding: 10vw 0;
}
._bellnetonline:nth-child(3) .title {
margin: 5vw auto;
}
.item-list {
grid-template-columns: 1fr 1fr;
width: 60%;
margin: 5vw auto;
}
._bellnetonline:nth-child(4) .inner {
padding: 10vw 0;
}
._bellnetonline:nth-child(4) .title {
margin: 5vw auto;
}
._bellnetonline:nth-child(4) .point-list {
  grid-template-columns: 1fr;
  gap: 0;
  margin-bottom: 0;
    width: auto;
}
.point-item .point-no .icon {
width: 15vw;
}
._bellnetonline:nth-child(4) .point-item .ti {
font-size: 4.5vw;
margin: 3vw auto;
}
._bellnetonline:nth-child(4) .point-item .txt {
max-width: 100%;
font-size: 3.8vw;
}
._bellnetonline:nth-child(4) .point-item:nth-child(1):before {
  width: 160%;
  height: 90%;
  top: 14%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(2):before{
  width: 160%;
  height: 90%;
  top: 17%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(3):before {
  width: 165%;
  height: 95%;
  top: 10%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(4):before {
  width: 165%;
  height: 100%;
  top: 10%;
}
._bellnetonline:nth-child(4) .point-item:nth-child(2),
._bellnetonline:nth-child(4) .point-item:nth-child(4) {
top: 0;
}
._bellnetonline:nth-child(5) .inner {
  padding: 10vw 0;
}
._bellnetonline:nth-child(4) .point-item {
  margin: 5vw auto;
  padding: 10vw 0;
  aspect-ratio: inherit;
}
._bellnetonline:nth-child(5) .list li {
line-height: 1.5em;
font-size: 3.8vw;
}
._bellnetonline:nth-child(6) .step-item {
grid-template-columns: 1fr;
}
.step-no .icon {
width: 20%;
margin: 0 auto;
}
.page.contents .title {
text-align: center;
margin: 5vw auto;
}
.step-img {
max-width: 50%;
margin: 0 auto;
}
._bellnetonline:nth-child(6) .step-item {
  grid-template-columns: 1fr;
  margin: 10vw auto 20vw;
}
.arrow_link::before {
  right: 6%;
}
.arrow_link {
width: 100%;
}
.arrow_link a {
  font-size: 4vw;
  margin: 5vw 1vw 5vw auto;
  text-align: center;
}
.step-img {
margin: 5vw auto auto;
}
  
.button-item {
      justify-content: center !important;
}

.button-item .button {
   width: 100% !important;
    margin: 10px 0;
}





}