@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 2.0;
}
.sp_br {
  display: none;
}
/* ------------ CONTENTS ------------ */
#contents section {
  margin-bottom: 180px;
}
#contents .content-width {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#contents h2 {
  font-size: 56px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
#contents h2 small {
  font-size: 18px;
}
#contents .link {
  text-align: center;
}
#contents .link p {
  line-height: 30px;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
#contents .link p:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/creative/icon_link.svg") no-repeat center top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .link a {
	display: block;
}
#contents .link span {
	display: block;
	position: relative;
	top: 5px;
	height: 30px;
	line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  /*background: linear-gradient(transparent 60%, #fca400 0%);*/
}
#contents .link p::after {
    content: "";
    display: block;
    position: relative;
    left: 2%;
    width: 98%;
    height: 10px;
    z-index: -1;
    transition: left 0.2s;
    top: -0.25em;
    background: #fca400;
}
#contents .link p:hover::after{
	left: 1em;
}
/* ------------ PAGE - TITLE ------------ */
#pageSubTitle {
  position: absolute;
  right: 3.68vw;
  top: 50px;
  font-size: 14px;
  border-right: solid 2px #000000;
  padding-right: 1rem;
}
#pageTitle {
  font-size: 72px;
  margin: 1.5em auto;
}
#pageTitle small {
  font-size: 18px;
}
/* ------------ SOLUTION ------------ */
#contents #solution01 .solution-blk {
  width: 800px;
	max-width: 100%;
  margin: 0 auto;
  text-align: justify;
  position: relative;
}
#contents .solution-blk .sec-num {
  width: 200px;
  text-align: center;
  font-size: 100px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: solid 2px #000000;
  margin: 0 auto 30px;
	overflow: hidden;
}
#contents .solution-blk .sec-num span{
	display: block;
	text-indent: -0.1em;
}
#contents .solution-blk h2 {
  font-size: 56px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}
#contents .solution-blk p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents .solution-blk .list {
  display: flex;
  justify-content: space-around;
  font-size: 15px;
  line-height: 1.4;
}
#contents .solution-blk .list li {
  position: relative;
  padding: 7px 0 7px 20px;
}
#contents #solution01 .solution-blk .list li {
  width: 50%;
}
#contents .solution-blk .list li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #00000c;
  position: absolute;
  left: 0.2em;
  top: 50%;
  transform: translateY(-50%);
}
#contents .solution-blk .link {
  margin: 90px auto;
}

/* SOLUTION 01 */


/* SOLUTION 02 */
#contents #solution02 .solution-blk {
  width: 800px;
  margin: 0 auto;
  text-align: justify;
  position: relative;
}
#contents #solution02 .solution-blk p{
	margin-bottom: 50px;
	text-align: center;
}
#contents #solution02 .solution-blk .list dt {
	width: fit-content;
  font-weight: bold;
}
#contents #solution02 .solution-blk .list dt::after {
	content: "";
	display: block;
	position: relative;
	top: -8px;
	left: 10px;
	height: 8px;
	background: #fff;
	z-index: -1;
}
#contents #solution02 .solution-blk .list > li {
  padding-left: 0;
  width: 48%;
  text-align: left;
}
#contents #solution02 .solution-blk .list > li:before {
  display: none;
}
#contents #solution02 .solution-blk .list dd dt {
  margin-bottom: 10px;
}
#contents #solution02 .solution-blk .list dd li {
	padding: 0.5em 0 0 1em;
	line-height: 1.8;
}
#contents #solution02 .solution-blk .list dd li:before {
  content: "・";
  position: absolute;
  border: none;
  left: 0;
  top: 0.5em;
  transform: translateY(-50%);
}
#contents #solution02 .solution-blk .list dd li:last-child {
  padding-left: 0;
}
#contents #solution02 .solution-blk .list dd li:last-child:before {
  display: none;
}

/* SOLUTION 03 */
#contents #solution03 dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  width: 560px;
  margin: 0 auto 30px;
}
#contents #solution03 dt::before, #contents #solution03 dt::after {
  content: "";
  display: block;
  flex-grow: 1;
  width: auto;
  height: 2px;
  margin-top: -2px;
  background: #000;
}
#contents #solution03 dt::before {
  margin-right: 0.5em;
}
#contents #solution03 dt::after {
  margin-left: 0.5em;
}
#contents #solution03 dd ul {
  display: flex;
  justify-content: space-between;
  padding: 0 180px;
}
#contents #solution03 dd li {
  border: solid #FFF 20px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
}
#contents #solution03 dd li p {
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

/* SOLUTION 04 */
#contents #solution04 .solution-blk p strong {
	font-size: 160%;
}

#contents .three-man-cell {
	width: 860px;
	margin: 100px auto 0;
}
#contents .three-man-cell .main-txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
#contents .three-man-cell .main-txt span {
  font-size: 48px;
}
#contents .three-man-cell .three {
  display: flex;
	width: 860px;
}
#contents .three-man-cell .three li {
  width: 33%;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  padding-top: 150px
}
#contents .three-man-cell .three li p {
  font-size: 16px;
}
#contents .three-man-cell .three li span {
  font-size: 30px;
	white-space: nowrap;
}
#contents .three-man-cell .three li:nth-child(1) {
  background: url("../img/solution/sec01_icon01.svg") no-repeat center 27px / 78px;
}
#contents .three-man-cell .three li:nth-child(2) {
  background: url("../img/solution/sec01_icon02.svg") no-repeat center top / 78px;
}
#contents .three-man-cell .three li:nth-child(3) {
  background: url("../img/solution/sec01_icon03.svg") no-repeat center 27px / 78px;
}
#contents .three-man-cell dl dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
#contents .three-man-cell dl dt::before, #contents .three-man-cell dl dt::after {
  content: "";
  display: block;
  flex-grow: 1;
  width: auto;
  height: 2px;
  margin-top: -2px;
  background: #000;
}
#contents .three-man-cell dl dt::before {
  margin-right: 0.5em;
}
#contents .three-man-cell dl dt::after {
  margin-left: 0.5em;
}
#contents .three-man-cell dl dd {
  font-size: 16px;
  font-weight: bold;
}
#contents .three-man-cell dl dd ul {
  display: flex;
  justify-content: space-around;
}
#contents .three-man-cell dl dd li {
  width: 15%;
}
#contents .three-man-cell dl dd li:nth-child(2) {
  width: 26%;
}
#contents .three-man-cell dl dd li:nth-child(3), #contents .three-man-cell dl dd li:nth-child(4) {
  width: 22%;
}



/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1100px) {
	#contents #solution03 dd ul{
		padding: 0 10vw;
	}
	
	#contents .solution-blk h2 {
		font-size: 6vw;
	}
}
@media screen and (max-width:1000px) {
  #contents .content-width {
    width: 90%;
  }
    #pageTitle {
    margin: 12vh auto 6vh auto;
    line-height: 1.3;
    font-size: 10vw;
    letter-spacing: 0.05em;
	}
	
	#contents .three-man-cell, #contents .three-man-cell .three {
		width: auto;
	}
	
	#contents .solution-blk h2 {
		font-size: 6.25vw;
	}
}
@media screen and (max-width:800px) {
  .sp_br {
    display: inline;
  }
  #contents section {
    margin-bottom: 30vw;
  }
  #contents h2 {
    font-size: 7vw;
    margin-bottom: 10%;
  }
  #contents h2 small {
    font-size: 2.25vw;
  }
  #contents .blk {
    width: 100%;
  }
  /* ------------ PAGE - TITLE ------------ */
  #pageTitle small {
    font-size: 2.25vw;
  }
  #pageSubTitle {
    top: 0;
  }
  /* ------------ SOLUTION ------------ */
  #contents #solution01 .solution-blk {
    width: 100%;
  }
	#contents .three-man-cell .three{
		width: auto;
		margin: 0;
	}
  #contents .three-man-cell dl dd li {
    width: 14%;
  }
  #contents .three-man-cell dl dd li:nth-child(2) {
    width: 20%;
  }
  #contents .three-man-cell dl dd li:nth-child(3), #contents .three-man-cell dl dd li:nth-child(4) {
    width: 20%;
  }
	#contents #solution02 .solution-blk {
		width: auto;
	}
	#contents #solution02 .solution-blk p{
		margin-bottom: 2em;
	}
  #contents #solution02 .solution-blk .list > li {
    width: 45%;
  }
  #contents #solution02 .solution-blk .list dt {
    min-height: 1em;
  }
  #contents #solution02 .solution-blk .list dd li {
    padding: 0.5em 0 0 1.25em;
  }
  #contents #solution03 dt {
    width: 80%;
  }
  #contents #solution03 dd ul {
    padding: 0;
  }
  #contents #solution03 dd li {
    width: 22vw;
    height: 22vw;
  }
  #contents #solution03 dd li p {
    font-size: 2vw;
  }
	
  #contents .three-man-cell dl dd ul {
    display: inline;
  }
  #contents .three-man-cell dl dd li {
	  display: inline;
  }
  #contents .three-man-cell dl dd li::before {
	  content: "・";
  }
  #contents .three-man-cell dl dd ul:first-child li:first-child::before {
	  display: none;
  }
  #contents .three-man-cell {
	  width: auto;
    font-feature-settings: 'palt';
	  text-align: center !important;
  }
  #contents .three-man-cell .main-txt {
    margin-bottom: 3.75%;
	  text-align: center;
  }
  #contents .three-man-cell .main-txt span {
	  text-align: center;
    font-size: 28px;
  }
  #contents .three-man-cell .three {
    display: block;
	  margin-bottom: -20vw;
	  text-align: center;
  }
  #contents .three-man-cell .three li {
    width: 35%;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    padding-top: 36vw;
	  background-size: 20vw !important;
  }
  #contents .three-man-cell .three li:nth-child(1) {
    float: left;
  }
  #contents .three-man-cell .three li:nth-child(2) {
    float: right;
  }
  #contents .three-man-cell .three li:nth-child(3) {
    clear: both;
	  position: relative;
	  top: -25vw;
    margin: 0 auto 6%;
    width: 100%;
  }
  #contents .three-man-cell .three li p {
	  width: auto !important;
	  text-align: center !important;
    font-size: 14px;
    margin-bottom: 0;
  }
	


	
	#contents .link p{
		line-height: 1.5
	}
	#contents .link p::after{
		display: none;
	}
	#contents .link span{
		display: inline;
		top: 0;
		height: auto;
		background: linear-gradient(transparent 60%, #fca400 0%);
		line-height: 1.5;
		font-size: 4.4vw;
	}
}
@media screen and (max-width:480px) {
    body {
        font-size: 4vw;
    }
  #contents .link {
    font-size: 28px;
    text-align: left;
  }
  #contents .link p {
    line-height: 1.8;
    padding-left: 12%;
  }
  /* ------------ SOLUTION ------------ */
  #contents .solution-blk .sec-num {
    width: 80px;
    font-size: 60px;
  }
  #contents .solution-blk h2 {
    font-size: 25px;
    margin-bottom: 6%;
  }
  #contents .solution-blk p {
    margin-bottom: 6%;
      font-size: 4vw;
  }
  #contents .solution-blk .list {
    display: block;
      font-size: 4vw;
  }
  #contents .solution-blk .list li {
    position: relative;
    padding: 1.5% 0 1.5% 5%;
  }
  #contents #solution01 .solution-blk .list li {
    width: 95%;
  }
  #contents .solution-blk .link {
    margin: 15vw auto;
	  text-align: center;
  }
  #contents .solution-blk .link p{
	  text-align: left;
  }
	
	
	
  #contents .three-man-cell .three {
	  margin-bottom: -5vw;
	}
  #contents .three-man-cell .three li {
    width: 48%;
    padding-top: 40vw;
	}
  #contents .three-man-cell .three li:nth-child(3) {
	  top: -10vw;
  }
  #contents .three-man-cell .three li span {
    font-size: 24px;
  }
  #contents .three-man-cell dl dd {
    font-size: 16px;
    font-weight: bold;
  }
  #contents #solution02 .solution-blk .list > li {
    width: 100%;
	  margin-bottom: 1em;
  }
  #contents #solution02 .solution-blk .list dd li {
	  font-size: 3.65vw;
	  line-height: 1.6;
  }
  #contents #solution02 .solution-blk .list dd li:last-child {
    padding-left: 1em;
  }
	#contents #solution03 .solution-blk > p {
		font-feature-settings: 'palt';
		letter-spacing: 0.05em;
	}
  #contents #solution03 dt {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
  }
  #contents #solution03 dt::before, #contents #solution03 dt::after {
    display: none;
  }
  #contents #solution03 dd ul {
    display: block;
	  position: relative;
	  left: -5vw;
	  width: 100vw;
  }
  #contents #solution03 dd li {
		display: inline-block;
		width: 45vw;
		height: 25vw;
		margin: 3vw auto;
	  border-width: 0;
  }
  #contents #solution03 dd li::before {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 25vw;
	  height: 25vw;
	  border: solid 4.5vw #fff;
	  border-radius: 100%;
	  transform: translateX(-50%) translateY(-50%);
	}
  #contents #solution03 dd li:first-child {
	  margin-right: 0vw;
	}
	#contents #solution03 dd li p {
		left: 50%;
		width: 48vw;
		font-size: 3.5vw;
		font-weight: bold;
	  transform: translateX(-50%) translateY(-50%);
  }
	
	#contents #solution04 .solution-blk p {
		width: 85vw;
		margin: 0 auto;
		text-align: justify;
	}
	#contents #solution04 .solution-blk p strong {
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
	}

}







