@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/operation/pc-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: 10%;
  width: 26vw;
  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: 27vw;
  height: 16vw;
  background-image: url('../assets/operation/mame.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.head._operation {
  background: #ebe7d7;
}

h4{
  font-size:18px;
  text-align: center;
}

.boxa {
  border: solid 1px #9D958D;
  padding: 25px 15px 25px 40px;
  margin: 10px 0;
}

.boxa2 {
  border: solid 1px #9D958D;
  padding: 25px;
  margin: 10px 0;
}

ul.kakomi-risuto {
  list-style-type: "・ ";
  padding: 0;
}

ul.kakomi-risuto li {
  margin-bottom: 10px;
  padding-left: 0;
}

.text02{
    margin-bottom: 20px;
}
.button-item {
justify-content: flex-start !important;
}
    
.button-item .button {
    max-width: 45%;
}
/* ==============================
 window size - sp
============================== */
@media (max-width: 767px) {

  .mame10::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70vw;
    height: 40vw;
    background-image: url(../assets/operation/mame.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    z-index: -1;
    top: -17vw;
    left: -10%;
}
.mame p{
display:none;
}

.inna-kago {
    max-width: 95%;
    margin: 0 auto;
}
h2.mame10 {
  position: relative;
  z-index: 5;
  letter-spacing: 1vw;
  font-size: 5vw;
}
.sanka-eria .mame{
position: absolute;
top:65%;
right:7%;
width:60vw;
height:70%;
}
.sanka-eria {
  height: 53vh;
  width: 100%;
  position: relative;
}
.cd-fixed-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../assets/operation/sp-top.jpg);
  height: 54vh;
  width: 100%;
  position: fixed;
  z-index: -1;
}

/*=================================
 page original style
==================================*/
    
.boxa {
    padding: 15px 15px 15px 30px;
}  
    
.boxa2 {
  padding: 15px;
}
    
.button-item .button {
    max-width: 100%;
}
    
}
@media screen and (max-width: 380px) {

}