@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
.sec-title, menu, nav, section,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  list-style: none; }

img {
  display: block; }

body {
  min-width: 960px;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif; 
  font-feature-settings: "palt";
  letter-spacing: 0.1em;}

a {
	display: block;
  color: #000;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.sns {
  position: fixed;
  top: 14px;
  left: 50px;
  padding-top: 14px;
  margin-bottom: 90px; }
  .sns li {
    float: left;
    line-height: 24px;
    margin-right: 22px; }
    .sns li:hover {
      opacity: 0.7; }

.content{
	overflow: hidden;
}
#top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-width: 960px; }
  #top
.mainBox {
    float: left;
    width: 75%; }
    #top
.mainBox .mainBoxInner {
    height: 100vh;
      background-image: url(../imgs/bg.jpg);
      background-position: right top;
      background-size: contain;
      background-repeat: no-repeat; 
      }
      #top
.mainBox .mainBoxInner .mainBoxInnerContent {
        display: inline-block; }
        #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox {
          padding-top: 128px;
          margin-bottom: 40px; }
          #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox h2 {
            margin-left: 50px;
            margin-bottom: 15px; }
          #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox
.newsText {
            border-top: 1px #000 dotted; }
            #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox .newsText li {
              padding: 0 30px 0 50px;
              line-height: 40px;
              border-bottom: 1px #000 dotted; }
              #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox
.newsText li .date {
                font-size: 12px;
                font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
          #top
.mainBox .mainBoxInner .mainBoxInnerContent .newsBox .newsBlogText {
            text-align: right;
            margin-top: 5px;
            font-size: 10px; }
        #top
.mainBox .mainBoxInner .mainBoxInnerContent .iconBox {
          margin: 60px 0 0 50px;
          width: 156px; }
          #top
.mainBox .mainBoxInner .mainBoxInnerContent .iconBox img {
            width: 100%;
            height: auto; }
            
.topNaviContent{
    text-align: center;
}
.topNaviContent .bnr{
	margin: 0 auto;
	width: 200px;
}
.topNaviContent .bnr_umu{
	width: 140px;
	height: 140px;
}
.topContent .bnr img{
	width: 100%;
	height: auto;
}
  #top .sideBox {
    float: right;
    width: 25%; 
    height: 100vh;
    transition: opacity 0.3s ease-out;
    }

#top .topContent{
    transition: opacity 0.3s ease-out;
}
#top .topContent.on{
  opacity: 0;
}
#top .sideBox.on {
  opacity: 0;
}
    #top .sideBox .subtitle {
      display: inline-block;
      font-size: 10px;
      line-height: 16px;
      padding: 0 10px;
      margin-top: 38px;
      background: #000;
      color: #fff; }
    #top .sideBox h1 {
      margin: 100px auto 50px;
      width: 215px; }
    #top .sideBox
.planBox {
      margin-top: 48px;
      text-align: center; }
      #top .sideBox
.planBox p {
        margin-bottom: 40px; }
        #top .sideBox
.planBox p span {
          font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        #top .sideBox
.planBox p a {
          color: #E85282; }
    #top .sideBox nav li {
      text-align: center;
      margin-bottom: 25px; }
    #top .sideBox nav li a {
	    display: inline-block;
	}
    #top .sideBox nav li p {
	    display: inline-block;
	}
    #top .sideBox nav li img {
      margin: 0 auto; }

    #top .sideBox nav .outside::before {
	    content:'';
	    margin-right: 8px;
	    display: inline-block;
	    width: 8px;
	    height: 8px;
	    background: url(../imgs/icon_link.svg) center center no-repeat;
	    background-size: contain;
	    }
.cs{
    opacity: 0.5;
}
    #top .sideBox nav .navi {
	    margin-bottom: 50px;
	    }

    #top .sideBox nav .btn {
	    position: relative;
	    margin: 0 auto 15px;
	    padding: 15px 0;
	    width: 185px;
	    background: #686767;
	    transition: opacity 0.3s ease-out;
	    }
    #top .sideBox nav .btn::after {
	    content:'';
	    display: block;
	    position: absolute;
	    top:12px;
	    right: 13px;
	    width: 15px;
	    height: 15px;
	    border-top:1px #fff solid;
	    border-right: 1px #fff solid;
	    transform: rotate(45deg);
	    
	}
    #top .sideBox nav .btn:hover{
	    opacity: 0.7;
	}
    #top .sideBox nav .btn img{
	    margin: 0 auto;
	    width: 100px;
	    height: auto;
      }
    #top .sideBox
.menuBox {
      margin: 25px auto 0;
      display: inline-block;
      background: #9fa0a0;
      color: #fff;
      }
.menuBox p{
      font-size: 10px;
      line-height: 20px;
      padding: 10px;
      text-align: center; }
.menuBox a.line2{
	display: inline-block;
      font-size: 10px;
      line-height: 20px;
      padding: 10px;
      text-align: center; 
      	margin-top: -16px;
	padding-right: 15px;
      line-height: 14px;
	background: url(../imgs/arw_umu.png) right center no-repeat;
	background-size: 11px 20px;
	color: #fff;
      }
    #top .sideBox .copyright {
      position: absolute;
      right: 13px;
      bottom: 60px; }
    #top .sideBox .iconTopBox {
      position: absolute;
      width: 186px;
      top: 20px;
      left: -45px; }
      #top .sideBox .iconTopBox .iconTop {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0; }
        #top .sideBox .iconTopBox .iconTop img {
          width: 100%;
          height: auto; }

.nameBox {
  font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 12px; }
  .nameBox p {
    margin-bottom: 15px; }
  .nameBox .name {
    font-size: 18px; }

#wrapper{
	margin-top: 100vh;
}

#wrapper
h2 {
  width: 100%;
  padding: 19px 0;
  background: #fff; }
  #wrapper
h2 img {
    margin: 0 auto; }

#wrapper .bg img {
  width: 100%;
  height: auto; }

#wrapper
h3 {
  font-size: 26px;
  font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center; }

/*
#wrapper
.intro {
  padding-top: 45px; }
  */
  #wrapper
.intro .introInner {
	padding: 45px 0 22px;
	background: #faee00;
}
  #wrapper
.intro
h2 {
	padding: 0;
	font-size: 19px;
	line-height: 19px;
	background: none;
	text-align: center;
}
  #wrapper
.intro .text {
	margin: 22px auto 10px;
	font-size: 13px;
	line-height: 20px;
	width: 575px;
	text-align: justify;
}

  #wrapper
.intro .text a{
	display: inline-block;
	font-weight: bold;
}

  #wrapper
.intro .text a::before{
	margin:2px 3px;
	content:'';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 8px;
	border-color: transparent transparent transparent #000;
}

  #wrapper
.intro .name{
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
}

  #wrapper
.intro .name span{
	display: block;
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
}
#wrapper .wrap{
	background: rgba(255, 255, 255, 0.95);
}
#wrapper .wrap .pic{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imgs/bg_intro.jpg) center center no-repeat;
	background-size: cover;
	transition: opacity 2s ease-out 0.5s;
}

#wrapper .wrap .intro-copy{
	position: absolute;
	text-align: center;
	top:165px;
	width: 100%;
	font-size: 15px;
	letter-spacing: 0.7em;
	transition: opacity 2s ease-out 0.5s;
	font-weight: bold;
}
#wrapper .wrap .tgt{
	opacity: 0;
	transition: opacity 2s ease-out 0.5s;
}
#wrapper .wrap .intro-copy.on{
	opacity: 0;
}
#wrapper .wrap .pic.on{
	opacity: 0;
}
#wrapper .wrap .tgt.on{
	opacity: 1;
}
#wrapper .vision {
	padding: 50px 0;
	}
#wrapper .vision .text {
  font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}
#wrapper .vision .icon {
  margin: 20px auto 0;
  width: 354px; }
#wrapper .vision .url {
	text-align: center;
	font-size: 10px;
}
#wrapper .concept {
	padding-bottom: 35px;
	text-align: center;
}
#wrapper .concept h2 {
	margin-bottom: 45px;
  background: #faee00; }

#wrapper .concept .copy{
	margin-bottom: 0;
	font-size: 15px;
	color: #c4bc01;
	letter-spacing: 0.7em;
	font-weight: bold;
}
#wrapper .concept h3 {
  font-size: 35px;
  line-height: 47px;
  margin: 20px 0}

#wrapper .concept p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 46px; }

#wrapper .concept p span{
	padding: 0 5px;
	background:#faee00;
}
#wrapper .concept .link{
	position: relative;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}
#wrapper .concept .link::after{
	content:'';
	display: block;
	position: absolute;
	top:-40px;
	right: -100px;
	width: 92px;
	height: 64px;
	background: url(../imgs/logo_concept.svg) center center no-repeat;
	background-size: contain;
}
#wrapper .story
{
	background: #fce9f2 url(../imgs/cr_story.png) no-repeat right top 48px;
	padding-bottom: 35px;
}
#wrapper .storyBox{
	margin: 0 auto;
	max-width: 956px;
}
#wrapper .story h2
{
	background: #000;
}
#wrapper .story h3
{
	color: #e4007f;
	text-align: left;
	font-size: 35px;
	line-height: 42px;
	font-weight: bold;
}
#wrapper .story .subCopy
{
	margin-top: 50px;
	margin-bottom: 5px;
	padding-top: 34px;
	font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #e4007f;
	text-align: left;
	background: url(../imgs/icon_story.png) no-repeat left top;
}
#wrapper .storyBox .textBox{
	margin: 10px auto 40px;
}
#wrapper .storyBox .textBox .text{
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #231815;
}
#wrapper .storyBox .textBox .blogBox{
	float: left;
	margin-left: -10px;
}
#wrapper .storyBox .textBox .blogBox .url{
	margin-left: 95px;
	opacity: 0.59;
}
#wrapper .storyBox .textBox .blogBox .blogText{
	margin: 13px 0 13px 95px;
	font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	line-height: 20px;
	color: rgba(89, 87, 87, 0.59)
}
#wrapper .storyBox .textBox .blogBox .cap{
	margin-top: -24px;
	font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11px;
	text-align: right;
	color: rgba(35, 24, 21, 0.8);
}
#wrapper .storyBox .textCap{
	z-index: 10;
	margin-top: -50px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 58px;
	line-height: 58px;
	color: #fff;
	letter-spacing: 1px;
}
#wrapper .storyBox .info{
	margin-top: 3px;
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11px;
	line-height: 17px;
	color: #231815;
	text-align: center;
}
#wrapper .storyBox .url_foot{
margin: 0 auto;
width: 364px;
}
#wrapper .storyBox a{
display: block;
}
#wrapper .storyBox a:hover{
	opacity: 0.7;
}
#wrapper
.profile h2{
	background: #000;
}
#wrapper
.profile .profileInner {
  height: 1000px;
  background: url(../imgs/profile.jpg) no-repeat center center;
  background-size: cover; }

#wrapper
.profile
.profileBox {
  color: #fff;
  top: 140px;
  left: 50%;
  margin-left: -315px;
  width: 601px;
  height: 517px;
  background-image: url(../imgs/bg_profile.png);
  background-size: contain; }
  #wrapper
.profile
.profileBox
h3 {
    font-size: 20px;
    padding: 100px 0 12px 125px;
    text-align: left; }
  #wrapper
.profile
.profileBox p.text {
    font-family: "ヒラギノ明朝 ProN W6", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 11px;
    margin-left: 130px;
    line-height: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg); }
  #wrapper
.profile
.profileBox .nameBox {
    position: absolute;
    top: 120px;
    left: -130px;
    font-size: 10px; }
    #wrapper
.profile
.profileBox .nameBox p {
      margin-bottom: 0; }
    #wrapper
.profile
.profileBox .nameBox .nameBoxInner {
      margin-left: 50px; }
    #wrapper
.profile
.profileBox .nameBox .profile {
      line-height: 14px;
      margin: 5px 0; }
    #wrapper
.profile
.profileBox .nameBox .name {
      font-size: 18px; }

#wrapper
.consulting h2 {
  background: rgba(255, 225, 0, 0.8); }

#wrapper
.consulting .consultingBg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 225, 0, 0.8); }

#wrapper
.consulting .consultingInner {
  height: 700px; }

#wrapper
.consulting
.consultingBox {
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
  width: 730px; }
  #wrapper
.consulting
.consultingBox h3 {
    margin-bottom: 25px; }
    #wrapper
.consulting
.consultingBox h3 img {
      margin: 0 auto; }
  #wrapper
.consulting
.consultingBox .copy {
    text-align: center;
    margin-bottom: 5px; }
    #wrapper
.consulting
.consultingBox .copy img {
      margin: 0 auto; }
  #wrapper
.consulting
.consultingBox .consulMenuBox {
    margin-top: 30px; }
    #wrapper
.consulting
.consultingBox .consulMenuBox li {
      width: 150px;
      float: left; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li:last-child {
        width: 130px; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li
h4 {
        width: 120px;
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        border-top: 1px #000 solid;
        border-bottom: 1px #000 solid;
        margin-bottom: 15px; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li p.text {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 5px; }
        #wrapper
.consulting
.consultingBox .consulMenuBox li p.text .lankup {
          letter-spacing: -0.2em; }
        #wrapper
.consulting
.consultingBox .consulMenuBox li p.text .attention {
          color: #C30D22; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li p.note {
        width: 120px;
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 5px; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li p.more {
        display: inline-block;
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
        border-bottom: 1px #C30D22 solid;
        cursor: pointer; }
        #wrapper
.consulting
.consultingBox .consulMenuBox li p.more:hover {
          opacity: 0.7; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li figure img {
        height: 125px;
        width: auto; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li figure figcaption {
        margin-top: 5px;
        width: 120px;
        text-align: center;
        font-size: 10px; }
      #wrapper
.consulting
.consultingBox .consulMenuBox li .menu_3 figure {
        margin-left: -3px; }
  #wrapper
.consulting
.consultingBox .noteBox {
    margin: 45px auto;
    text-align: center;
    padding: 0 10px;
    background: #C30D22;
    width: 420px;
    color: #fff;
    font-size: 11px;
    line-height: 16px; }

#wrapper
.consulting .logo_consulting {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -77px; }

#wrapper
.contact
.contactBox .mailBox {
  padding-left: 50px;
  top: 48%; }
  #wrapper
.contact
.contactBox .mailBox .icon {
    margin-top: 15px; }

#wrapper
.contact .creditBox {
  position: absolute;
  width: 25%;
  right: 0px;
  bottom: 38px; }
  #wrapper
.contact .creditBox > * {
    margin-left: 20px; }
  #wrapper
.contact .creditBox .name {
    margin-top: 20px; }
    
    
    #wrapper .insta{
	    padding-bottom: 40px;
	    background: #fff;
    }
    #wrapper .insta h2{
	    margin-bottom: 80px;
	    padding: 20px 0;
	    background: #000;
    }
    #wrapper .insta h2 img{
	    margin: 0 auto;
	}
    #wrapper .insta iframe{
	    margin: 0 auto !important;
	    padding:50px 0;
	    display: block;
    }
    #wrapper .cal{
	    background: #fff;
    }
    #wrapper .cal h2{
	    margin-bottom: 80px;
	    padding: 20px 0;
	    background: #000;
    }
    #wrapper .cal h2 img{
	    margin: 0 auto;
	}
    #wrapper .cal iframe{
	    position: relative;
	    margin: 0 auto;
	    display: block;
	    width: 700px;
	    height: 600px;
    }
    #wrapper .cal .contact-form{
	    margin: 80px auto 0;
	    width: 100%;
	    font-size: 12px;
	    line-height: 48px;
	    text-align: center;
	    background: #faee00;
	}    
.ftr{
	padding: 45px 0 25px;
	background: #686767;
}
.ftr img{
	width: 100%;
	height: auto;
}
.ftr .ftr-inner{
	margin: 0 auto;
	display: flex;
	width: 95%;
	max-width: 980px;
}
.ftr .ftr-inner .pic{
	margin-right: 15px;
	width: 150px;
}
.ftr .ftr-inner .text-box{
	margin-top: 24px;
	margin-right: 30px;
}
.ftr .ftr-inner .text-box .logo{
	width: 115px;
}
.ftr .ftr-inner .text-box .text{
	margin-top: 22px;
	width: 161px;
}
.ftr .ftr-inner .text-box a{
	margin-top: 6px;
	width: 161px;
}
.ftr .ftr-inner .navi{
	margin-top: 22px;
}
.ftr .ftr-inner .navi li{
	margin-bottom: 9px;
	width: 123px;	
}
.ftr .ftr-inner .navi li:last-child{
	margin-bottom: 0;
}
.ftr .sns-box{
	position: absolute;
	display: flex;
	top:50%;
	transform: translateY(-50%);
	right: 50px;
}
.ftr .sns-box li{
	margin-left: 20px;
}
.ftr .sns-box li.f{
	width: 12px;
}
.ftr .sns-box li.ameba{
	width: 23px;
}
.ftr .sns-box li.insta{
	width: 20px;
}
.ftr .typo{
	position: absolute;
	right: 52px;
	bottom:18px;
	width: 82px;
}