@charset "UTF-8";
.textwidget #sales{
  margin-top:0;
}
/* section
-----------------------------------------------*/
section .inner {
  max-width: 1370px;
}
section sup {
  font-size: 12px;
  font-weight: normal;
}
section .col2 {
  display: grid;
  gap: 80px 55px;
  grid-template-columns: 1fr 1fr;
}
section h2 {
  padding: 0 20px;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#005046), to(#006563));
  background-image: -webkit-linear-gradient(left, #005046 0%, #006563 100%);
  background-image: linear-gradient(to right, #005046 0%, #006563 100%);
  margin-bottom: 35px;
}
section h2 span {
  -webkit-transform: skew(7deg);
  transform: skew(7deg);
  display: block;
  font-size: 24px;
  line-height: 2;
}
section .col2 .col p {
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  section .col2 {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h2 span{
    font-size: 18px;
    line-height: 1.5;
    padding: 7px;
    -webkit-transform: skew(7deg);
    transform: skew(7deg);
  }
}

/* charm_01
-----------------------------------------------*/
#charm_01 #main {
  background: url("/img/mirakuras/charm_01/bgi_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#charm_01 section{
  margin-top: 100px;
}
@media only screen and (max-width:767px) {
  #charm_01 #main {
    background: url("/img/mirakuras/charm_01/bgi_main_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }
  #charm_01 section {
    margin-top: 55px;
  }
}

/* charm_02
-----------------------------------------------*/
#charm_02 #main {
  background: url("/img/mirakuras/charm_02/bgi_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#charm_02 #anchor{
  margin: 40px 0 60px;
}
#charm_02 #anchor .inner{
  max-width: 678px;
  width: 100%;
  margin: 0 auto;
}
#charm_02 #anchor .inner ul{
  display: grid;
  gap:40px;
  grid-template-columns: 1fr 1fr;
}
#charm_02 #anchor .inner li a {
  color: #136B5F;
  background: #F2F2F2;
  text-align: center;
  line-height: 60px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
#charm_02 #anchor .inner li a::before{
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 2px #136B5F;
  border-right: solid 2px #136B5F;
  transform: rotate(135deg) translateY(-50%);
  top: 50%;
  right: 20px;
  margin-top: -10px;
}
#charm_02 #anchor02 {
  margin-top: 100px;
}
#charm_02 #anchor01 .col2,
#charm_02 #anchor02 .col2 {
  gap: 40px 60px;
}
#charm_02 #anchor02 h2,
#charm_02 #anchor01 h2{
  margin-bottom: 60px;
}
#charm_02 #anchor02 .col .img,
#charm_02 #anchor01 .col .img{
  position: relative;
}
#charm_02 #anchor02 .col .img a,
#charm_02 #anchor01 .col .img a{
  pointer-events: none;
}
#charm_02 #anchor02 .col .img .icon,
#charm_02 #anchor01 .col .img .icon{
  display: none;
}
#charm_02 #anchor02 .col .img img,
#charm_02 #anchor01 .col .img img{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#charm_02 #anchor02 .col h3,
#charm_02 #anchor01 .col h3{
  color: #00876C;
  text-align: left;
  font-size: 22px;
  margin-bottom: 15px;
}
#charm_02 #anchor02 .col p,
#charm_02 #anchor01 .col p{
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
#charm_02 .note {
  max-width: 1032px;
  margin: 0 auto;
  border: 1px solid #00876C;
  padding: 30px 50px;
  text-align: left;
  line-height: 1.8;
}
#charm_02 .sdgs {
  background: #E8F1F0;
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 60px 80px;
}
#charm_02 .sdgs h3 {
  font-size: 28px;
  color: #00876C;
}
#charm_02 .sdgs .col {
  display: flex;
  gap: 60px;
  margin-top: 35px;
}
#charm_02 .sdgs .col .img {
  width: 43.44%;
}
#charm_02 .sdgs .col .txt {
  width: 56.56%;
}
#charm_02 .sdgs .col .txt p {
  font-weight: bold!important;
  font-size: 18px!important;
  line-height: 2!important;
}
@media only screen and (max-width:767px) {
  #charm_02 #main {
    background: url("/img/mirakuras/charm_02/bgi_main_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }
  #charm_02 #main .inner h2,
  #charm_02 #main p{
    text-align: center;
  }
  #charm_02 #anchor{
    margin: 40px 0 50px;
  }
  #charm_02 #anchor .inner ul{
    gap:15px;
    grid-template-columns: 1fr;
  }
  #charm_02 #anchor .inner li a {
    font-size: 14px;
  }
  #charm_02 #anchor02 h2,
  #charm_02 #anchor01 h2{
    margin-bottom: 40px;
  }
  #charm_02 #anchor01 .col2,
  #charm_02 #anchor02 .col2 {
    gap: 50px;
  }
  #charm_02 #anchor02 .col .img img,
  #charm_02 #anchor01 .col .img img{
    margin-bottom: 0;
  }
  #charm_02 #anchor02 .col h3,
  #charm_02 #anchor01 .col h3{
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  #charm_02 #anchor02 .col p,
  #charm_02 #anchor01 .col p{
    font-size: 14px;
  }
  #charm_02 #anchor02 {
    margin-top: 60px;
  }  
  #charm_02 .note {
    padding: 25px 15px;
    margin-top: 50px;
  }
  #charm_02 .note li {
    font-size: 12px;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  #charm_02 .sdgs {
    margin: 50px auto 0;
    padding: 30px 20px;
  }
  #charm_02 .sdgs h3 {
    font-size: 21px;
  }
  #charm_02 .sdgs .col {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
  #charm_02 .sdgs .col .img ,
  #charm_02 .sdgs .col .txt {
    width: 100%;
    margin-bottom: 0!important;
  }
  #charm_02 .sdgs .col .txt p {
    font-size: 14px!important;
  }
  #charm_02 #anchor02 .col .img a,
  #charm_02 #anchor01 .col .img a{
    pointer-events: auto;
    display: block;
  }
  #charm_02 #anchor02 .col .img .icon,
  #charm_02 #anchor01 .col .img .icon{
    display: block;
    position: absolute;
    content: "";
    bottom: 20px;
    right: 15px;
    border: none;
    width: 44px;
    height: 44px;
  }
  #charm_02 #anchor02 .col .img .icon img,
  #charm_02 #anchor01 .col .img .icon img{
    border: none;
  }
}

/* charm_03
-----------------------------------------------*/
#charm_03 #main {
  background: url("/img/mirakuras/charm_03/bgi_main.jpg")no-repeat;
  background-size: cover;
  background-position: center;
}
#charm_03 section{
  margin-top: 100px;
}
#charm_03 section .inner{
  max-width: 1360px;
}
#charm_03 #maintenance h2,
#charm_03 #insurance h2,
#charm_03 #app h2{
  margin-bottom: 75px;
}
#charm_03 #benefit h2 {
    margin-bottom: 45px;
}
#charm_03 #maintenance h3{
  font-size:28px;
  color: #00876C;
  margin-bottom: 10px;
}
#charm_03 #maintenance p{
  font-size:20px;
  font-weight: bold;
}
#charm_03 #maintenance p span{
  display: inline-block;
  font-size:36px;
  position: relative;
  line-height: 1;
  margin: 20px 0 30px;
}
#charm_03 #maintenance p span > span{
  font-size:24px;
}
#charm_03 #maintenance p span::before{
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background: #FFE200;
  bottom: -8px;
  left: 0;
  z-index: -1;
}
#charm_03 #maintenance ul{
  display: grid;
  gap:45px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 800px;
  margin: 40px auto 0;
}
#charm_03 #maintenance li{
  box-sizing: border-box;
  border: #007465 solid 5px;
  padding: 30px 20px 20px;
}
#charm_03 #maintenance li p{
  font-size: 24px;
  line-height: 1.667;
  color: #007465;
  margin-top: 20px;
}
#charm_03 #maintenance li p span{
  margin: 5px 0 0;
}
#charm_03 #maintenance li p span::before{
  height: 8px;
  bottom: -4px;
}
#charm_03 #insurance .col{
  display: flex;
  gap:60px;
  align-items: center;
}
#charm_03 #insurance .col .txt,
#charm_03 #insurance .col .img{
  width: 50%;
}
#charm_03 #insurance .col .txt p{
  font-size: 20px;
  line-height: 2;
  text-align: left;
}
#charm_03 #app .col{
  display: flex;
  gap:80px;
  align-items: center;
  max-width: 943px;
  margin: 0 auto;
}
#charm_03 #app .col .img{
  width: 50.64%;
}
#charm_03 #app .col .txt{
  width: 49.36%;
  text-align: left;
}
#charm_03 #app .col .txt .ttl{
  display: flex;
  gap:20px;
  align-items: center;
}
#charm_03 #app .col .txt .ttl h3{
  font-size: 28px;
}
#charm_03 #app .col .txt p{
  font-weight: bold;
  margin-top: 15px;
}
#charm_03 #app .col .txt .link{
  display: flex;
  gap:20px;
  margin-top: 35px;
  margin-bottom: 20px;
  max-width: 344px;
}
#charm_03 #app .col .txt .note li{
  font-size: 11px;
  line-height: 1.82;
}
#charm_03 #benefit p{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  #charm_03 #main {
    background: url("/img/mirakuras/charm_03/bgi_main_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }
  #charm_03 #main .inner h2{
    text-align: center;
  }
  #charm_03 #main p {
    max-width:294px;
  }
  #charm_03 section{
    margin-top: 60px;
  }
  #charm_03 #maintenance h2{
    margin-bottom: 40px;
  }
  #charm_03 #app h2,
  #charm_03 #benefit h2,
  #charm_03 #insurance h2 {
    margin-bottom: 30px;
  }
  #charm_03 #maintenance h3{
    font-size:24px;
    margin-bottom: 30px;
  }
  #charm_03 #maintenance p{
    font-size:14px;
    line-height: 1.5;
  }
  #charm_03 #maintenance p span{
    font-size:20px;
    margin: 10px 0 20px;
  }
  #charm_03 #maintenance p span > span{
    font-size:11px!important;
  }
  #charm_03 #maintenance p span::before{
    height: 8px;
    bottom: -8px;
  }
  #charm_03 #maintenance ul{
    gap:15px;
    margin: 30px auto 0;
  }
  #charm_03 #maintenance li{
    border: #007465 solid 3px;
    padding: 15px 5px 10px;
  }
  #charm_03 #maintenance li .img{
    padding: 0 20px;
  }
  #charm_03 #maintenance li p{
    font-size: 11px;
    line-height: 1.2;
    margin-top: 10px;
  }
  #charm_03 #maintenance li p span{
    margin: 5px 0 0;
    font-size: 16px;
  }
  #charm_03 #maintenance li p span::before{
    height: 3px;
    bottom: -1px;
  }
  #charm_03 #insurance .col{
    flex-wrap: wrap;
    gap: 20px;
  }
  #charm_03 #insurance .col .txt, 
  #charm_03 #insurance .col .img {
    width: 100%;
}
  #charm_03 #insurance .col .txt p {
    font-size: 14px;
    line-height: 1.7;
}
  #charm_03 #app .col{
    flex-wrap: wrap;
    gap: 50px;
  }
  #charm_03 #app .col .txt,
  #charm_03 #app .col .img{
    width: 100%;
  }
  #charm_03 #app .col .img{
    padding: 0 35px;
  }
  #charm_03 #app .col .txt .ttl{
    flex-wrap: wrap;
    gap:15px;
    justify-content: center;
    text-align: center;
  }
  #charm_03 #app .col .txt .ttl .icon{
    width: 100%;
  }
  #charm_03 #app .col .txt .ttl img{
    max-width: 90px;
  }
  #charm_03 #app .col .txt .ttl h3{
    font-size: 23px;
    line-height: 1.4;
  }
  #charm_03 #app .col .txt p{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #charm_03 #app .col .txt .link {
    margin-top: 30px;
}
  #charm_03 #app .col .txt .note li {
    font-size: 12px;
}
  #charm_03 #benefit p {
    font-size: 14px;
}
}



/* section
-----------------------------------------------*/

@media only screen and (max-width:767px) {}



/* modal */
.modal{
	display:none;
	overflow-y: scroll;
	position:fixed;
	z-index:101;
  width:100%;
  height:100%;
  top:0;
  left:0;
	text-align:center;
	box-sizing:border-box;
	padding:0 20px;
  z-index: 999999;
}
.modal .bg{
	position:fixed;
  top:0;
  left:0;
  z-index:1;
  background:#000;
  width:100%;
  height:100%;
	opacity:0.5;
}
.modal .modalInner{
	position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index:11;
	max-width: 640px;
  max-height: 465px;
  height: auto;
  width: 100%;
	box-sizing:padding-box;
	margin:0 auto;
}
.modal .modalBox{
	position:relative;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
  padding: 0 20px;
}
.modal .modalBox .over{
	position:relative;
	max-width: 640px;
}
.modal .modalBox img{
	height: auto;
	width: auto;
  margin: 0 auto;
}
.modal .modalBox .modalClose{
  position: absolute;
  right: -20px;
  top: -50px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  ppacity: 1 !important;
}
.modal .modalBox .modalClose::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal .modalBox .modalClose::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;

  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.modal.min{
	overflow-y:scroll;
}
.modal .modalInner{
	box-sizing: border-box;
}
.modal .modalBox .img{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.modal .modalBox img{
  max-height: 350px;
}
}