@charset "utf-8";

html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body{
	background:#ffffff;
	color:#000000;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size:1rem;
	word-wrap:break-word;
}

img{
    font-size:0;
    height:auto;
    line-height:0;
    max-width:100%;
    vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

sup{
	display:inline-block;
	font-size:70%;
	vertical-align:top;
	margin-top:-5px;
}



/* Link
-------------------------------------------------- */
a{
	color:black;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:hover{
	color:#e9934d;
	text-decoration:none;
}



/* Common
-------------------------------------------------- */
.fl_right {float:right;}
.fl_left  {float:left;}

.noto100 {font-weight:100;} /* Thin */
.noto300 {font-weight:300;} /* Light */
/* .noto350 {font-weight:350;} DemiLight 350*/
.noto400 {font-weight:400;} /* Regular */
.noto500 {font-weight:500;} /* Medium */
.noto700 {font-weight:700;} /* Bold */
.noto900 {font-weight:900;} /* Black */

/* clearfix */
.clearfix:before,
.clearfix:after{
    content:" ";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}
.clear{
	clear:both;
}



/* Layout
-------------------------------------------------- */
#container{
	font-size:1.6rem;
}

/* ヘッダー */
header{
	position:sticky;
	top:0;
  left:0;
  box-sizing:border-box;
	width:100%;
  padding:0 20px;
	background:#ffffff;
}

header h1{
	float:left;
	width:202px;
  margin:10px 0;
}

/* バーガーボタン */
#burger{
  float:right;
  cursor:pointer;
  text-align:center;
  width:24px;
  height:20px;
  margin:14px 0;
}
.burgerfixed{
  position:fixed;
  right:20px;
  top:0;
  z-index:3;
}
#burger .menu-trigger,
#burger .menu-trigger span{
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
#burger .menu-trigger{
	position:relative;
	width:24px;
	height:20px;
}
#burger .menu-trigger span{
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	background-color:#000000;
}
.burgerfixed .menu-trigger span{
  background-color:#ffffff!important;
}
#burger .menu-trigger span:nth-of-type(1){
	top:0;
}
#burger .menu-trigger span:nth-of-type(2){
	top:9px;
}
#burger .menu-trigger span:nth-of-type(3){
	bottom:0;
}
#burger .menu-trigger.open span:nth-of-type(1){
	-webkit-transform:translateY(9px) rotate(-315deg);
	transform:translateY(9px) rotate(-315deg);
}
#burger .menu-trigger.open span:nth-of-type(2){
	opacity:0;
}
#burger .menu-trigger.open span:nth-of-type(3){
	-webkit-transform:translateY(-9px) rotate(315deg);
	transform:translateY(-9px) rotate(315deg);
}

/* メニュー */
nav#menu{
  position:fixed;
  z-index:2;
  top:0;
  right:0;
  color:#ffffff;
  background-color:rgba(0,0,0, 0.8);
  transform:translateX(100%);
  transition:all 0.6s;
  width:100%;
  height:100%;
  box-sizing:border-box;
  padding-bottom:80px;
  overflow-y:auto;
}
nav#menu ul.menu-parent{
  margin-top:42px ;
}
nav#menu ul.menu-parent > li{
  list-style-type:none;
}
nav#menu ul.menu-parent > li a,
nav#menu ul.menu-parent > li span{
  font-size:2.4rem;
  font-weight:700;
  padding:12px 20px;
  display:block;
  color:#ffffff;
}
nav#menu ul.menu-child > li a{
  font-size:1.8rem;
  padding-left:2em;
}
nav#menu ul.menu-gchild > li a{
  font-size:1.4rem;
  font-weight:400;
  padding-left:4em;
}
nav#menu.open{
  transform:translateX(0%);
}

/* 見出し */
h2.title{
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  padding:70px 0;
  text-align:center;
  color:#ffffff;
  font-weight:700;
  font-size:3.2rem;
}

/* アンカーボタン */
#contentsarea .anc_btn{
  padding:0 20px;
}
#contentsarea .anc_btn li{
  margin-bottom:10px;
}
#contentsarea .anc_btn li a{
  display:block;
  padding:20px 15px;
  border:1px solid #000000;
  box-sizing:border-box;
  color:#000000;
}

/* セクション */
#contentsarea section{
  padding:50px 20px 0 20px;
}
#contentsarea section .titlearea{
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position:center bottom;
  padding-bottom:54%;
}
#contentsarea section .titlearea .text_wrap{
  padding:20px;
  color:#ffffff;
}
#contentsarea section .titlearea .text_wrap .title{
  font-size:2.4rem;
  line-height:130%;
  margin-bottom:20px;
}
#contentsarea section .titlearea .text_wrap .summary{
  line-height:150%;
}
#contentsarea section .detail{
  padding:20px;
}
#contentsarea section .detail .targetuser,
#contentsarea section .detail .merit{
  margin-bottom:20px;
  padding-bottom:20px;
}
#contentsarea section .detail .price{
  padding-bottom:10px;
}
#contentsarea section .detail h4{
  font-size:2rem;
  margin-bottom:15px;
}
#contentsarea section .detail h4 span{
  display:inline-block;
  margin-left:0.3em;
}
#contentsarea section .detail ul li{
  list-style:disc inside;
  padding-left:1.5em;
  text-indent:-1.5em;
  margin-bottom:7px;
  line-height:150%;
}
#contentsarea section .detail .price p{
  line-height:130%;
}
#contentsarea section#pricelist .detail dt{
  color:#ffffff;
  padding:10px;
}
#contentsarea section#pricelist .detail dd{
  padding:10px;
  line-height:130%;
  margin-bottom:20px;
}
#contentsarea section#pricelist .detail dd:last-child{
  margin-bottom:0;
}

/* お問い合わせ */
#inquiry{
  background:#ffffff;
  text-align:center;
  padding:30px 20px 40px 20px;
}
#inquiry h2{
  font-weight:400;
  font-size:4rem;
  background:url("/common/img/pulse_o.svg") no-repeat center bottom;
  background-size:75px;
  padding-bottom:45px;
}
#inquiry ul{
  margin-top:30px;
}
#inquiry ul li.inquiry_tel{
  font-size:3rem;
}
#inquiry ul li.inquiry_mail{
  font-size:2rem;
}
#inquiry ul li a{
  display:block;
  padding:20px 0;
  border:1px solid #000000;
  color:#000000;
  font-weight:700;
  margin-top:20px;
}
#inquiry ul li a span{
  display:inline-block;
  margin-left:0.25em;
}
#inquiry ul li.inquiry_mail a span{
  padding:0.5rem 0;
}

/* stickynavi */
.stickynavi{
  position:fixed;
  left:0;
  bottom:0;
  z-index:1;
  width:100%;
  text-align:center;
  box-sizing:border-box;
  background-color:rgba(0,0,0, 0.8);
}
.stickynavi ul{
  display:flex;
  align-items:center;
}
.stickynavi ul li{
  width:50%;
}
.stickynavi ul li a{
  display:table;
  padding:15px;
  margin:0 auto;
  color:#ffffff;
}
.stickynavi ul li a span{
  display:table-cell;
  vertical-align:middle;
}
.stickynavi ul li a span.tel_icon,
.stickynavi ul li a span.mail_icon{
  font-size:2.5rem;
}
.stickynavi ul li a span.tel_text,
.stickynavi ul li a span.mail_text{
  text-align:left;
  padding-left:10px;
}
.stickynavi ul li a span.tel_text{
  font-size:2rem;
}

/* フッター */
footer{
	background:#efefef;
  padding:50px 20px 30px 20px;
  text-align:center;
}
footer .logo img{
  max-width:350px;
}
footer .ls_logo{
  margin-top:50px;
}
footer .ls_logo img{
  max-width:210px;
}
footer .ls_add{
  display:inline-block;
  text-align:left;
  line-height:130%;
  margin-top:20px;
}

/* footernavi */
footer .footernavi{
  font-size:1.4rem;
  margin-top:50px;
}
footer .footernavi li{
  display:inline-block;
  line-height:180%;
}
footer .footernavi li:first-child{
  margin-right:1em;
  padding-right:1em;
  border-right:1px solid #000000;
}
footer .footernavi li a{
  color:#000000;
}

/* copyright */
footer .copyright{
	font-size:1.2rem;
  margin-top:50px;
}

/* pagetop */
p.pagetop{
	display:none;
}



/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 667px) {

  /* ヘッダー */
  nav#menu{
    width:370px;
  }

  /* アンカーボタン */
  #contentsarea .anc_btn{
    display:flex;
    flex-wrap:wrap;
  }
  #contentsarea .anc_btn li{
    width:49%;
  }
  #contentsarea .anc_btn li:nth-child(odd){
    margin-right:2%;
  }

  /* セクション */
  #contentsarea section .titlearea{
    background-size:auto 100%;
    background-position:right center;
    padding-bottom:0;
  }
  #contentsarea section .titlearea .text_wrap{
    width:50%;
    box-sizing:border-box;
    min-height:170px;
  }
  #contentsarea section .detail .price p br{
    display:none;
  }
  #contentsarea section#pricelist .detail dl{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    align-items:stretch;
    border-top:1px solid #dcdcdc;
  }
  #contentsarea section#pricelist .detail dt,
  #contentsarea section#pricelist .detail dd{
    box-sizing:border-box;
    margin-bottom:0;
    border-bottom:1px solid #dcdcdc;
    padding:15px;
    width:50%;
  }
  #contentsarea section#pricelist .detail dd br{
    display:none;
  }
  
  /* お問い合わせ */
  #inquiry{
    padding:40px 20px 50px 20px;
  }
  #inquiry h2{
    font-size:4.8rem;
  }
  #inquiry ul li a{
    margin:20px auto 0 auto;
    width:31rem;
  }

  /* footernavi */
  footer .footernavi li:nth-child(2){
    margin-right:1em;
    padding-right:1em;
    border-right:1px solid #000000;
  }
}

@media only screen and (min-width: 736px) {

  /* セクション */
  #contentsarea section .titlearea .text_wrap,
  #contentsarea section .detail{
    min-height:215px;
    padding:30px;
  }
  
  /* お問い合わせ */
  #inquiry ul li.inquiry_tel,
  #inquiry ul li.inquiry_mail{
    display:inline-block;
    margin:0 10px;
    vertical-align:middle;
  }
  #inquiry ul li a{
    margin-top:0;
    width:31rem;
    height:3rem;
  }

  /* pagetop */
  p.pagetop{
		position:fixed;
		right:30px;
		bottom:70px;
		z-index:9999;
		width:18px;
		height:85px;
  }
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 769px) {

  /* ヘッダー */
  header h1{
    width:260px;
    margin:20px 0;
  }

  /* バーガーメニュー */
  #burger{
    margin:26px 0;
  }

  /* メニュー */
  nav#menu a:hover{
    text-decoration:underline;
  }

  /* 見出し */
  h2.title{
    padding:130px 0;
    font-size:4.8rem;
  }

  /* セクション */
  #contentsarea section{
    max-width:1000px;
    margin:0 auto;
    padding:70px 20px 0 20px;
  }
  #contentsarea section .titlearea .text_wrap{
    padding:40px;
    min-height:270px;
  }
  #contentsarea section .titlearea .text_wrap .title{
    font-size:3.6rem;
    margin-bottom:30px;
  }
  #contentsarea section .titlearea .text_wrap .summary{
    line-height:180%;
  }
  #contentsarea section .detail{
    padding:50px;
  }
  #contentsarea section .detail .targetuser,
  #contentsarea section .detail .merit,
  #contentsarea section .detail .price{
    display:table;
    width:100%;
    box-sizing:border-box;
  }
  #contentsarea section .detail h4,
  #contentsarea section .detail ul,
  #contentsarea section .detail p{
    display:table-cell;
    vertical-align:middle;
    padding:20px 0;
  }
  #contentsarea section .detail h4{
    width:250px;
    text-align:center;
    font-size:2.4rem;
  }
  #contentsarea section .detail h4 i.fas{
    font-size:3.6rem;
  }
  #contentsarea section .detail h4 span{
    display:block;
    margin-top:0.3em;
    margin-left:0;
  }
  #contentsarea section#pricelist .detail dt,
  #contentsarea section#pricelist .detail dd{
    padding:25px;
  }

  /* お問い合わせ */
  #inquiry ul li a:hover{
    background:#E16C00;
    border:1px solid #E16C00;
    color:#ffffff;
  }

  /* stickynavi */
  .stickynavi ul{
    max-width:600px;
    margin:0 auto;
  }

  /* footernavi */
  footer .footernavi li a:hover{
    color:#555555;
    text-decoration:underline;
  }
}



/* globalnavi */
@media only screen and (min-width:961px) {
body{
  padding-top:70px;}
#SPhead{
  display: none;
}
.pc-view{
    display: block;
}
header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 70px;
  z-index: 10;
  background-color: rgba(255,255,255,0.9);
  padding:0 20px;}
  .logo-view{
      position: absolute;
      top: 0;
      left: 0;
      height:40px;
      padding-top: 10px;}
      .logo-view img{
          height: 100%;}
  .header-menu{
      height: 64px;
      line-height: 64px;
      list-style: none;
      display:flex;
      justify-content: flex-end;
      }
      .header-menu a{
          padding-left: 2vw;
          padding-right: 2vw;
          text-decoration: none;}
      .header-menu li{
          position: relative;
          height: 85%;
          overflow: hidden;}
      .sub-header-menu{
        position: absolute;
        width: max-content;
        top: calc(100% - 0.5rem);}
        .sub-header-menu p{
            margin: 0;
            background-color: #E16C00;}
            .sub-header-menu p a{
                color: #fff;}
        .sub-header-menu hr{
            background-color: #fff;
            border: unset;
            height: 1px;
            margin: 0;}
        .sub-header-menu p,
        .sub-header-menu hr{
            opacity: 0;
            transform: rotateY(90deg);}
.header-menu li:hover{
    overflow: unset;}
.header-menu li:hover .sub-header-menu :nth-child(1){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.1s;}
.header-menu li:hover .sub-header-menu :nth-child(2){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.2s;}
.header-menu li:hover .sub-header-menu :nth-child(3){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.3s;}
.header-menu li:hover .sub-header-menu :nth-child(4){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.4s;}
.header-menu li:hover .sub-header-menu :nth-child(5){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.5s;}
.header-menu li:hover .sub-header-menu :nth-child(6){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.6s;}
.header-menu li:hover .sub-header-menu :nth-child(7){
    opacity: 1;
    transform: rotateY(0deg);
    transition:all 0.5s 0.7s;}

.header-menu li{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;}
.content{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:0;
  left:0;}
}
@media only screen and (min-width:1160px) {
  .content{
    width: calc(100% - 10vw);}
}

@media only screen and (max-width:960px) {
  #PChead{
    display: none;
  }
}
@media only screen and (max-height:711px) {
  nav#menu {
    padding-bottom: 65px}
      nav#menu ul.menu-parent {
        margin-top: 30px;}
      nav#menu ul.menu-parent > li a,
      nav#menu ul.menu-parent > li span {
        padding: 9px 20px;}
        nav#menu ul.menu-child > li a {
          font-size: 1.8rem;
          padding-left: 2em;
      }
        nav#menu ul.menu-gchild > li a {
        font-size: 1.6rem;
        font-weight: 400;
        padding-left: 4em;}
}