@charset "UTF-8";
/* common-PC
------------------------------------------------------- */
body {
  height: 100%;
  position: relative;
  color: #000000;
  background-color: #fff;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

body img {
  max-width: 100%;
  height: auto;
  border: none;
}

body p {
  margin: 0;
}

body ul {
  padding: 0;
  list-style: none;
}


body .smp {
  display: none;
}

body .pc {
  display: block;
}

body a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body a:hover {
  opacity: .7;
}

body .wrap {
  text-align: center;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

body .wrap header {
  text-align: right;
  width: 90%;
  margin: 0 auto;
  padding: 2% 0 1.5% 0;
	display: flex;
	justify-content: flex-end;
}

body .wrap header h1 {
  text-align: right;
  width: 90px;
  margin: 0;
  padding: 0;
}


body .wrap footer {
  text-align: center;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  background-color: #202020;
  margin: 0 auto;
  padding: 2% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .wrap footer .leftBox {
  text-align: left;
}

body .wrap footer .leftBox p.tel {
  width: 91%;
  margin: 0;
  padding: 0;
}

body .wrap footer .rightBox {
  text-align: right;
}

body .wrap footer .rightBox p img {
  float: right;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

body .wrap footer .rightBox p a {
  color: #FFF !important;
}

body .wrap #morimoto_foot_link {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 2% 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .wrap #morimoto_foot_link .item {
  position: relative;
  width: 24%;
  border: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 1% 0;
}

body .wrap #morimoto_foot_link .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

body .wrap #morimoto_foot_link .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

body .wrap #morimoto_foot_link .item .item_title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60px;
  margin: -30px 0 0 -40%;
  text-align: center;
  line-height: 60px;
  background-color: rgba(49, 49, 49, 0.8);
  color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: normal;
  font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  z-index: 10;
}

body .wrap #morimoto_foot_link .item_sumau {
  width: 24%;
  border: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 1% 0;
}

body .wrap #morimoto_foot_link .item_sumau img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

body .wrap #morimoto_foot_link .item_sumau:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

body .wrap #morimoto_foot_link .item_project {
  position: relative;
  width: 24%;
  border: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 1% 0;
}

body .wrap #morimoto_foot_link .item_project img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

body .wrap #morimoto_foot_link .item_project a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

body .wrap #morimoto_foot_link .item_dammy {
  position: relative;
  width: 24%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 1% 0;
}

body .pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 30px 0 0 2px;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

body .pagetop span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* common-SMP
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    font-size: 0.86667rem;
  }
  body .smp {
    display: block;
  }
  body .pc {
    display: none;
  }
  body .wrap header {
    padding: 15px 0 10px 0;
  }
  body .wrap header h1 {
    width: 20%;
  }
    
  body .wrap footer {
    font-size: 10px;
    font-size: 0.66667rem;
    padding: 5%;
    display: block;
  }
  body .wrap footer .leftBox {
    text-align: left;
    margin-bottom: 3%;
  }
  body .wrap footer .leftBox p.tel {
    width: 70%;
    max-width: 300px;
    margin: 0;
    padding: 0;
  }
  body .wrap footer .rightBox {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .wrap footer .rightBox p {
    margin-left: 2%;
  }
  body .wrap footer .rightBox p img {
    float: right;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  body .wrap footer .rightBox p a {
    color: #FFF !important;
  }
  body .wrap #morimoto_foot_link {
    padding: 3% 0;
  }
  body .wrap #morimoto_foot_link {
    width: 100%;
    min-width: 100%;
  }
  body .wrap #morimoto_foot_link .item {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  body .wrap #morimoto_foot_link .item_sumau {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  body .wrap #morimoto_foot_link .item_project {
    width: 90%;
    margin: 0 auto 10px auto;
  }
}



/* SMP
------------------------------------------------------- */
#suumo .wrap .titleArera {
	text-align: center;
	width: 80%;
	margin: 0 auto 10% auto;
}
#suumo .wrap .titleArera .titleLogo{
	width: 100%;
	margin-bottom: 10%;
}
#suumo .wrap .titleArera .titleTxt{	
	width: 100%;
}
#suumo .wrap .titleArera .titleTxt .title01{
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	color: #6db031;
}
#suumo .wrap .titleArera .titleTxt .title02{
	text-align: center;
	font-size: 14px;
	font-size: 0.93333rem;
	color: #aa983d;
	margin-bottom: 20px;
}
#suumo .wrap .titleArera .titleTxt .title03{
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	background-color: #aa983d;
	padding: 10px 5px;
	margin-bottom: 10px;
}
#suumo .wrap .titleArera .titleTxt .title04{
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	background-color: #3d586a;
	padding: 10px 5px;
	margin-bottom: 10px;
}
#suumo .wrap .awardArera {
	text-align: center;
	width: 80%;
	margin: 0 auto 6% auto;
}
#suumo .wrap .awardArera .awardBox{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5% 5% 2% 5%;
	box-sizing: border-box;
}
#suumo .wrap .awardArera .awardBox:first-child{
	margin-bottom: 6%;
}
#suumo .wrap .awardArera .awardBox .aTitleBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .logoBox{
	width: 16%;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox{
	width: 100%;
}

#suumo .wrap .awardArera .awardBox .txtBox .aTitle01{
	text-align: justify;
	font-size: 22px;
	font-size: 1.375rem;
	color: #040000;
	margin-bottom: 10px;
}
#suumo .wrap .awardArera .awardBox .txtBox .aTitle02{
	text-align: justify;
	font-size: 12px;
	font-size: 0.75rem;
	color: #485157;
	margin-bottom: 20px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl{
	margin-bottom: 20px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardBest,
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardEl{	
	position: relative;
	text-align: justify;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	color: #040000;
	margin-bottom: 5px;
	padding-left: 50px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardBest::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../img/logo03_a.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardEl::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../img/logo03_b.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dd{
	text-align: justify;
	font-size: 16px;
	font-size: 1rem;
	color: #485157;
	margin-bottom: 5px;
	padding-left: 10px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dd em{
	font-size: 150%;
	font-style: normal;
}
#suumo .wrap .suumoBt{
	width: 80%;
	margin: 0 auto 6% auto;
	border: 1px solid #ccc;
}
#suumo .wrap .suumoBt .logoBt{
	width: 70%;
	padding: 5% 10%;
	margin: 0 auto;
}
#suumo .wrap .suumoBt .txtBt{
	position: relative;
	text-align: right;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	background-color: #aa983d;
	padding: 2px 30px 2px 5px;
}
#suumo .wrap .suumoBt .txtBt::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
/* PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {

#suumo .wrap .titleArera {
	width: 70%;
	min-width: 1000px;
	display: flex;
	justify-content: space-between;
}
#suumo .wrap .titleArera .titleLogo{
	width: 46%;
	margin-bottom: 0;
	align-self: center;
}
#suumo .wrap .titleArera .titleTxt{	
	width: 46%;
	align-self: center;
}
#suumo .wrap .titleArera .titleTxt .title01{
	font-size: 36px;
	font-size: 2.25rem;
}
#suumo .wrap .titleArera .titleTxt .title02{
	font-size: 18px;
	font-size: 1.125rem;
}
#suumo .wrap .titleArera .titleTxt .title03{
	font-size: 24px;
	font-size: 1.5rem;
}
#suumo .wrap .titleArera .titleTxt .title04{
	font-size: 24px;
	font-size: 1.5rem;
}
#suumo .wrap .awardArera {
	text-align: center;
	width: 1100px;
	display: flex;
	justify-content: space-between;
}
#suumo .wrap .awardArera .awardBox{
	width: 50%;
	padding: 3% 3% 2% 8%;
	box-sizing: border-box;
}
#suumo .wrap .awardArera .awardBox:first-child{
	margin-bottom: 0;
	border-right: none;
}
#suumo .wrap .suumoBt{
	width: 40%;
	max-width: 600px;
	margin: 0 auto 6% auto;
	border: 1px solid #ccc;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .logoBox{
	width: 26%;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox{
	width: 100%;
}
#suumo .wrap .awardArera .awardBox .txtBox .aTitle01{	
	font-size:28px;
	font-size: 1.75rem
}
#suumo .wrap .awardArera .awardBox .txtBox .aTitle02{
	height: 4.6vw;
	font-size: 14px;
	font-size: 0.93333rem;
}

#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardBest,
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardEl{	
	padding-left: 70px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dd{
	padding-left: 30px;
}
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardBest::after{
    width: 60px;
    height: 60px;
  }
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardEl::after{
    width: 60px;
    height: 60px;
  }
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardBest,
#suumo .wrap .awardArera .awardBox .aTitleBox .txtBox dl dt.awardEl{
	font-size:26px;
	font-size: 1.625rem;
}
}

