@charset "utf-8";

@media all and (min-width: 1300px)  {
/* //    |- PC  */

}	/* PC: min-width: 1300px */

@media all and (min-width: 1500px)  {
/* //    |- PC(Wide)  */

}	/* PC(Wide): min-width: 1500px */

@media all and (max-width: 1079px)  {
/* //    |- SPTB  */

}	/* SPTB: max-width: 1079px */

@media all and (max-width: 559px)  {
/* //    |- SP  */

}	/* SP: max-width: 559px */

main{
  font-size: 1.6rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
html.chrome:not(.tbsp) body,
html.firefox:not(.tbsp) body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
}
@media all and (max-width: 559px)  {
	main{
	  font-size: 1.5rem;
	  letter-spacing: 0.04em;
	}
}
#container{
  padding-top: 78px;
}
@media all and (max-width: 559px)  {
	#container{
	  padding-top: 55px;
	}
}
p.text{
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
}

.f-en{
  font-family: 'Poppins', sans-serif;
}
.fc-orn{
  color: #ff9900;
}
.fc-blu{
  color: #0397ff;
}
.fc-grn{
  color: #16a235;
}
.fc-red {
	color: #C91A1E;
}
.fc-blk {
	color: #333;
}
.fc-wht{
  color: #fff;
}
.bgclr-orn{
  background-color: #ff9900;
}
.bgclr-grn{
  background-color: #16a235;
}
.bgclr-red{
  background-color: #C91A1E;
}
.bgclr-red2 {
	background-color: #fe0036;
}
.bgclr-gry {
	background-color: #eeeeee;
}
.bgclr-gry2 {
	background-color: #f5f5f5;
}
.bgclr-blu {
	background-color: #0397ff;
}
.bgclr-blk {
	background-color: #333;
}
.taCenter {
	text-align: center;
}
.fwBold {
	font-weight: bold;
}
.fw5 {
	font-weight: 500;
}
.fw6 {
	font-weight: 600;
}
.fw7 {
	font-weight: 700;
}
.note {
	font-size: 12px;
}
.br12 {
	border-radius: 12px;
}
.br8 {
	border-radius: 8px;
}
.box-style{
	border: 10px solid #e7f3ff;
	padding: 40px 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.box-style .box-text{
	width: calc( 100% - 340px);
	padding-right: 70px;
}
.box-style .box-text .box-title1{
	margin-bottom: 15px;
	font-size: 2rem;
}
.box-style .box-text .box-title1 span{
	display: inline-block;
	background-color: #0080cc;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	padding: 2px 20px;
}
.box-style .box-text .box-title2{
	line-height: 1.75;
	font-weight: bold;
	font-size: 2.1rem;
	margin-bottom: 25px;
}
.box-style .box-text .box-body{
	line-height: 2;
	font-size: 1.5rem;
}
.box-style .box-text .box-body p + p{
	margin-top: 10px;
}
.box-style .box-image{
	width: 340px;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px;
}
h2 span{
	font-size: 18px;
	font-weight: 600;
}
h3 {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
}
.h3_line {
    width: 50px;
    height: 3px;
    background: #c9191d;
    display: block;
    margin: 0 auto 45px;
}
h4 {
	color: #c9191d;
	text-align: center;
	font-weight: 700;
	font-size: clamp(18px, 22 / 1100* 100vw, 22px);
	margin-bottom: 30px;
}
h4 span {
	position: relative;
	display: inline-block;
}
h4 span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    left: -70px;
    top: 50%;
		transform: translateY(-50%);
    background: #c9191d;
    background-size: contain;
}
h4 span:after {
	content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    right: -70px;
    top: 50%;
		transform: translateY(-50%);
    background: #c9191d;
    background-size: contain;
}
.text_link {
	transition: .3s;
	margin-top: 10px;
	display: block;
}
.text_link:hover {
	text-decoration: underline;
}
img {
	width: 100%;
}

@media all and (max-width: 559px)  {
.box-style{
	border: 5px solid #e7f3ff;
	padding: 15px 15px;
	display: block;
}
.box-style .box-text{
	width: auto;
	padding-right: 0;
	padding-bottom: 15px;
}
.box-style .box-text .box-title1{
	margin-bottom: 12px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.box-style .box-text .box-title1 span{
	border-radius: 50px;
	display: block;
	text-align: center;
	padding: 7px 20px;
}
.box-style .box-text .box-title2{
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 15px;
}
.box-style .box-text .box-body{
	line-height: 1.75;
	font-size: 1.4rem;
}
.box-style .box-text .box-body p + p{
	margin-top: 10px;
}
.box-style .box-image{
	width: auto;
}
h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
}
h2 span{
	font-size: 14px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 20px;
}
.h3_line {
  width: 50px;
  height: 3px;
  background: #c9191d;
  display: block;
  margin: 0 auto 30px;
}
h4 {
	margin-bottom: 20px;
}
h4 span:before {
    width: 30px;
    left: -50px;
}
h4 span:after {
    width: 30px;
    right: -50px;
}
}




.btn {
	transition: .3s;
	display:block;
}

.btn:hover {
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 8px;
  display: block;
}



/* // header
----------------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px rgba(54,64,72,.1), 0 5px 34px rgba(54,64,72,.05);
  z-index: 10000;
  background-color: #fff;
  min-width: 982px;
}
.header__inner{
  display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
  padding-left: 50px;
	flex-grow: 200;
}
.header .logo img{
	width: 411px;
}
.header .header-business{
	padding-right: 30px;
	line-height: 1.2;
	position: relative;
	padding-left: 35px;
}
.header .header-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/itsulogi_ad_img/icon_tel2.png) no-repeat left top;
  background-size: contain;
}
.header .header-business a{
	color: #333;
	font-weight: 700;
	font-size: 20px;
}
.header .header-business span {
	font-size: 10px;
	font-weight: 700;
}
.header .header-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
.header .header-cv-btn a{
  background-color: #de313d;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.45;
  padding: 28px 25px;
}
.header .header-cv-btn a > span{
  display: block;
  padding-left: 40px;
  position: relative;
}
.header .header-cv-btn a > span:before{
  content:" ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/itsulogi_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
}
.header .header-cv-btn2 a {
	background-color: #0daaff;
}
.header .header-cv-btn2 a > span:before{ 
	content:" ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/itsulogi_ad_img/icon_document.png) no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 559px)  {
	.header{
		position: inherit;
	  box-shadow: 0 0 3px rgba(54,64,72,.1), 0 3px 17px rgba(54,64,72,.05);
		padding: 8px 4px 8px 0;
		min-width: inherit;
	}
	.header .logo{
	  padding-left: 10px;
	}
	.header .logo img{
		height: 20px;
		width: auto;
	}
	.header .header-cv-btn a{
	  padding: 12px 12px 13px;
		font-size: 1.2rem;
		border-radius: 3px;
	}
	.header .header-cv-btn a > span{
	  padding-right: 18px;
	}
	.header .header-cv-btn a > span:after{
	  width: 16px;
	  height: 16px;
	}
}


.page_top{
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(54,64,72,.1), 5px 5px 34px rgba(54,64,72,.07);
	z-index: 100000;
	width: 60px;
	height: 60px;
	border: 1px solid #f1f1f1;
	opacity: 0;
	pointer-events: none;
}
.page_top.is-show{
	opacity: 1;
	pointer-events: auto;
}
.page_top span{
	display: block;
	height: 100%;
	width: 100%;
	background: url(../../images/itsulogi_ad_img/icon_arrow_red.png) no-repeat center center;
	background-size: 20px auto;
	transform: scaleY(-1);
}
.page_top:hover{
	background-color: #c9191d;
}
.page_top:hover span{
	background-image: url(../../images/itsulogi_ad_img/icon_arrow_wht.png);
}
@media all and (max-width: 559px)  {
	.page_top{
		right: 15px;
		bottom: 65px;
		border-radius: 50%;
		box-shadow: 2px 2px 3px rgba(54,64,72,.1), 3px 3px 17px rgba(54,64,72,.07);
		width: 46px;
		height: 46px;
	}
	.page_top span{
		background-size: 16px auto;
	}
	.footer{
		padding: 45px 0 90px;
	}
}



/* // mv
----------------------------------------------- */
#MV {
  background: url(../../images/itsulogi_ad_img/mv_bg.png?ver2) no-repeat top center;
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 5;
  background-size: cover;
  overflow: hidden;
}
.haikei {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: translateY(-10px);
}
#MV .inner {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
#MV .inner .left {
	width: 600px;
	text-align: center !important;
}
#MV .inner .left .copy {
	background: #fff;
	padding:0px 50px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 900;
	display: inline-block;
}
#MV .inner .left .copy span {
	color: #0397ff;
	font-size: 28px;
	position: relative;
	display: inline-block;
	padding-right: 50px;
}
#MV .inner .left .copy span:after {
content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 59px;
  right: -22px;
  top: -10px;
  background: url(../../images/itsulogi_ad_img/mv_title_icon.png) no-repeat left top;
  background-size: contain;
}
#MV .inner .left h1 {
	margin-bottom: 20px;
	font-size: 66px;
	font-weight: 800;
	line-height: 1.3;
}
#MV .inner .left h1 span {
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
#MV .inner .left h1 span em{
	font-size: 32px;
}
#MV .inner .left .catch {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 10px;
}
#MV .inner .left .catch span {
	display: inline-block;
	position: relative;
}
#MV .inner .left .catch span:before {
	position: absolute;
  left: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(-20deg);
}
#MV .inner .left .catch span:after {
	position: absolute;
  right: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(20deg);
}
#MV .inner .left .cv_btn_shindan a{
	font-size: 26px;
	font-weight: 700;
	width: 500px;
	display: flex;
	align-items: center;
 justify-content: center;
	border-radius: 8px;
	padding:18px 0;
	text-align: center;
	margin: 0 auto 30px;
  position: relative;
}
#MV .inner .left .cv_btn_shindan a:before {
position: absolute;
 width: 100%;
 height: 100%;
 border-radius: inherit;
 background: linear-gradient(to right, #de0000 0%, #f4a583 50%, #de0000 100%);
 content: "";
 z-index: 1;
}
#MV .inner .left .cv_btn_shindan a::after{
 position: absolute;
 width: calc(100% - 10px);
 height: calc(100% - 10px);
 border-radius: 4px;
 background: #fff;
 content: "";
 z-index: 2;
}
#MV .inner .left .cv_btn_shindan a span {
	position: relative;
  z-index: 3;
}

#MV .inner .left .cv_area {
	width: 520px;
	margin:20px auto 0;
	display: flex;
	justify-content: center;
}
#MV .inner .left .cv_area .btn {
	border-radius: 8px;
	margin:0 10px;
}
#MV .inner .left .cv_area .btn a {
	width: 250px;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
#MV .inner .left .cv_area .cv_btn_document {
	background: #f90;
}
#MV .inner .left .cv_area .cv_btn_contact {
	background: #16a235;
}

#MV .inner .right {
	position: relative;
}
#MV .inner .right:before {
	content: " ";
  position: absolute;
  display: block;
  width: 686px;
  height: 534px;
  right: -53px;
    top: 50%;
    transform: translateY(-91%);
  background: url(../../images/itsulogi_ad_img/mv_pc2.png) no-repeat left top;
  background-size: contain;
}
#MV .inner .right .balloon {
	position: absolute;
}
#MV .inner .right .balloon img {
	margin: 0 auto 8px;
}
#MV .inner .right .balloon p {
	color: #0397ff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/itsulogi_ad_img/balloon1.png) no-repeat center center;
	background-size: cover;
	padding:25px 55px 45px 35px;
	right: 428px;
  top: -313px;
}
#MV .inner .right .balloon2 {
	background: url(../../images/itsulogi_ad_img/balloon2.png) no-repeat center center;
	background-size: cover;
	padding: 20px 40px 30px;
    right: 376px;
    top: -459px;
}

#MV .inner .right .balloon3 p {
	font-size: 17px;
}
#MV .inner .right .balloon3 {
	background: url(../../images/itsulogi_ad_img/balloon3.png) no-repeat center center;
	background-size: cover;
	padding:25px 20px 60px;
	right: 231px;
  top: -502px;
}

#MV .inner .right .balloon4 {
	background: url(../../images/itsulogi_ad_img/balloon4.png) no-repeat center center;
	background-size: cover;
	padding: 28px 35px 36px;
    right: 370px;
    top: -167px;
}

#MV .inner .right .balloon5 p {
	font-size: 17px;
}
#MV .inner .right .balloon5 {
	background: url(../../images/itsulogi_ad_img/balloon5.png) no-repeat center center;
	background-size: cover;
	padding:45px 30px 40px;
	right: 221px;
  top: -142px;
}
#MV .inner .left .cv_area .cv_btn_document a span {
	position: relative;
}
/*#MV .inner .left .cv_area .cv_btn_document a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/itsulogi_ad_img/cv_btn_cover.png) no-repeat left top;
  background-size: contain;
}*/

@media all and (max-width: 559px)  {
#MV {
  background: url(../../images/itsulogi_ad_img/mv_bg.png?ver2) no-repeat top center;
  width: 100%;
  height: 209vw;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position-x:-166vw;
}
#MV .inner {
	position: inherit;
	width: 96%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
}
#MV .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV .inner .left .copy {
	background: #fff;
	padding:0px 4px;
	margin-bottom: 15px;
	font-size: 4vw;
	font-weight: 900;
	display: inherit;
}
#MV .inner .left .copy span {
	font-size: 5vw;
	position: relative;
	display: inline-block;
	padding-right: 7vw;
}
#MV .inner .left .copy span:after {
	content: " ";
  position: absolute;
  display: block;
  width: 14vw;
  height: 58px;
  right: -4vw;
  top: -1.4vw;
  background: url(../../images/itsulogi_ad_img/mv_title_icon.png) no-repeat left top;
  background-size: contain;
}
#MV .inner .left h1 {
	font-size: 9vw;
	margin-bottom: 10px;
}
#MV .inner .left h1 span {
	font-size: 4.7vw;
	color: #222;
	font-weight: bold;
}
#MV .inner .left h1 span em{
	font-size: 6vw;
}
#MV .inner .left .img .no1 {
	width: 90%;
}
#MV .inner .left .catch {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 8px;
}
#MV .inner .left .catch span {
	display: inline-block;
	position: relative;
}
#MV .inner .left .catch span:before {
	position: absolute;
  left: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(-20deg);
}
#MV .inner .left .catch span:after {
	position: absolute;
  right: -12px;
  top: 5px;
  content: "";
  width: 2px;
  height: 70%;
  background: #de0000;
  border-radius: 3px;
  transform: rotate(20deg);
}

#MV .inner .left .cv_btn_shindan a{
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
 justify-content: center;
	border-radius: 8px;
	padding:15px 0;
	text-align: center;
	margin: 0 auto 30px;
  position: relative;
}
#MV .inner .left .cv_btn_shindan a:before {
position: absolute;
 width: 100%;
 height: 100%;
 border-radius: inherit;
 background: linear-gradient(to right, #de0000 0%, #f4a583 50%, #de0000 100%);
 content: "";
 z-index: 1;
}
#MV .inner .left .cv_btn_shindan a::after{
 position: absolute;
 width: calc(100% - 10px);
 height: calc(100% - 10px);
 border-radius: 4px;
 background: #fff;
 content: "";
 z-index: 2;
}
#MV .inner .left .cv_btn_shindan a span {
	position: relative;
  z-index: 3;
}
#MV .inner .left .cv_area {
	width: 100%;
	margin:18px auto 0;
	display: flex;
	justify-content: space-between;
}
#MV .inner .left .cv_area .btn {
	border-radius: 8px;
	margin:0 0;
	width: 49%;
}
#MV .inner .left .cv_area .btn a {
	width: 100%;
	padding:15px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
#MV .inner .right {
	position: relative;
	text-align: center;
	margin-top: 18vw;
}
#MV .inner .right:before {
    position: inherit;
    display: block;
    width: 100%;
    height: auto;
    transform: inherit;
    background: inherit;
    background-size: inherit;
}
#MV .inner .right img {
	width: 100%;
	margin: 2vw auto 2vw 8.5vw;
}
#MV .inner .right .balloon img {
	margin: 0 auto 5px;
	width: 12vw;
}
#MV .inner .right .balloon p {
	color: #0397ff;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
}
#MV .inner .right .balloon1 {
	background: url(../../images/itsulogi_ad_img/balloon1.png) no-repeat center center;
	background-size: cover;
	padding: 6vw 9vw 7vw 7vw;
    right: 60vw;
    top: 25vw;
  z-index: 10;
}
#MV .inner .right .balloon2 {
	background: url(../../images/itsulogi_ad_img/balloon2.png) no-repeat center center;
	background-size: cover;
	padding: 4vw 6vw 6vw;
    right: 49vw;
    top: 3vw;
  z-index: 10;
}
#MV .inner .right .balloon3 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon3 {
	background: url(../../images/itsulogi_ad_img/balloon3.png) no-repeat center center;
	background-size: cover;
	padding: 5vw 3vw 12vw;
    right: 26vw;
    top: -11vw;
    z-index: 10;
}

#MV .inner .right .balloon4 {
	background: url(../../images/itsulogi_ad_img/balloon4.png) no-repeat center center;
	background-size: cover;
	padding: 5vw 5vw 7vw;
    right: 51vw;
    top: 49vw;
  z-index: 10;
}
#MV .inner .right .balloon5 p {
	font-size: 3vw;
	line-height: 1.2;
}
#MV .inner .right .balloon5 {
	background: url(../../images/itsulogi_ad_img/balloon5.png) no-repeat center center;
	background-size: cover;
	padding: 10vw 5vw 9vw;
    right: 24vw;
    top: 54vw;
    z-index: 10;
}


#MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 75px;
    left: -30px;
    top: -40px;
}
}






/* // cv
----------------------------------------------- */
#cv{
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/itsulogi_ad_img/cv_bg.jpg);
  background-size: cover;
  z-index: 4;
}
#cv .inner {
  width: 1000px;
  margin:0 auto;
  background-color: rgba(255,255,255,0.85);
  padding:60px 70px 50px;
  position: relative;
}
#cv .inner:before {
	content: " ";
    position: absolute;
    display: block;
    width: 58px;
    height: 134px;
    right: 15px;
    top: -75px;
    background: url(../../images/itsulogi_ad_img/logo_itsumo.png) no-repeat left top;
    background-size: contain;
}
#cv .inner .title_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#cv .inner .title_wrap .title {
	font-size: 20px;
	text-align: center;
}
#cv .inner .title_wrap .img {
	width: 46%;
}
#cv .inner .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#cv .inner .btn_wrap .item {
	width:100%;
}
#cv .inner .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#cv .inner .btn_wrap .item .head span{
	font-size: 24px;
}
#cv .inner .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
#cv .inner .btn_wrap .item .btn a {
	width: 100%;
	padding:20px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#cv .inner .btn_wrap .item .btn a span {
	position: relative;
	font-size: 14px;
}
#cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
	content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/itsulogi_ad_img/icon_document.png) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
    left: -40px;
    top: 15px;
    transform: translateY(-50%);
    background: url(../../images/itsulogi_ad_img/icon_contact.png) no-repeat left top;
    background-size: contain;
}
#cv .inner .tel {
	background-color: #fff;
	margin: 25px 10px 20px 10px;
	padding:20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cv .inner .tel .head {
	font-size: 18px;
}
#cv .inner .tel .cv-business{
	padding-right: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 45px;
}
#cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/itsulogi_ad_img/icon_tel2.png) no-repeat left top;
    background-size: contain;
}
#cv .inner .tel .cv-business a{
	color: #333;
	font-weight: 700;
	font-size: 28px;
}
#cv .inner .tel .cv-business span {
	font-size: 13px;
	font-weight: 700;
}
#cv .inner .tel .cv-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
@media all and (max-width: 559px)  {
	#cv {
	  position: relative;
	  padding: 50px 15px;
	  overflow: hidden;
	  min-width: inherit;
  	width: inherit;
	  background-image: url(../../images/itsulogi_ad_img/cv_bg.jpg);
	  background-size: cover;
	  z-index: 3;
	  background-position-x:46% ;
	}
	#cv .inner {
		width: 100%;
	  margin:0 auto;
	  padding:40px 15px;
	}
	#cv .inner:before {
	content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 15px;
    top: -44px;
    background: url(../../images/itsulogi_ad_img/logo_itsumo.png) no-repeat left top;
    background-size: contain;
	}
	#cv .inner .title_wrap {
		display: inherit;
		margin-bottom: 30px;
	}
	#cv .inner .title_wrap .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#cv .inner .title_wrap .img {
		width: 100%;
	}
	#cv .inner .btn_wrap {
		display: inherit;
		justify-content: space-between;
	}
	#cv .inner .btn_wrap .item {
		width:100%;
	}
	#cv .inner .btn_wrap .item:not(:last-child) {
		margin-bottom: 15px;
	}
	#cv .inner .btn_wrap .item .head {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#cv .inner .btn_wrap .item .head span{
		font-size: 20px;
	}
	#cv .inner .btn_wrap .item .btn {
		border-radius: 8px;
		margin:0 0;
	}
	#cv .inner .btn_wrap .item .btn a {
		width: 100%;
		padding:16px 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		text-align: center;
	}
		#cv .inner .btn_wrap .item .btn a span {
			font-size: 12px;
		}
	#cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
    width: 18px;
    height: 24px;
    left: -36px;
    top: 11px;
	}
	#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
    width: 24px;
    height: 16px;
    left: -44px;
    top: 13px;
	}
	#cv .inner .tel {
		margin: 25px 0 15px 0 0;
		padding:20px 15px;
		display: inherit;
		justify-content: space-between;
		align-items: center;
	}
	#cv .inner .tel .head {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	#cv .inner .tel .cv-business{
		padding-right: 0;
		line-height: 1.2;
		position: relative;
		padding-left: 45px;
	}
	#cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/itsulogi_ad_img/icon_tel2.png) no-repeat left top;
    background-size: contain;
	}
	#cv .inner .tel .cv-business a{
		color: #333;
		font-weight: 700;
		font-size: 7vw;
	}
	#cv .inner .tel .cv-business span {
		font-size: 13px;
		font-weight: 700;
	}
	#cv .inner .tel .cv-business span.business {
		border:1px solid #333;
		padding:3px;
		margin-right: 5px;
		display: inline-block;
	}
}



/* // cv2
----------------------------------------------- */
#cv2 .inner {
  width: 1100px;
  margin:60px auto 0;
  padding:50px 110px;
  border-radius: 12px;
  border:10px solid #eeeeee;
  position: relative;
}
#cv2 .inner:before {
	content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: -40px;
  background: url(../../images/itsulogi_ad_img/logo_itsumo.png) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title {
	font-size: 24px;
	margin-bottom: 30px;
}
#cv2 .inner .btn_wrap {
	display: flex;
	justify-content: space-between;
}
#cv2 .inner .btn_wrap .item {
	width:100%;
}
#cv2 .inner .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#cv2 .inner .btn_wrap .item .head span{
	font-size: 24px;
}
#cv2 .inner .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 10px;
}
#cv2 .inner .btn_wrap .item .btn a {
	width: 100%;
	padding:20px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#cv2 .inner .btn_wrap .item .btn a span {
	position: relative;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-grn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/itsulogi_ad_img/icon_document.png) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/itsulogi_ad_img/icon_contact.png) no-repeat left top;
  background-size: contain;
} 
#cv2 .inner .tel {
	margin: 25px 10px 0 10px;
	padding:20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	border:3px solid #eeeeee;
}
#cv2 .inner .tel .head {
	font-size: 18px;
}
#cv2 .inner .tel .cv-business{
	padding-right: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 45px;
}
#cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/itsulogi_ad_img/icon_tel2.png) no-repeat left top;
    background-size: contain;
}
#cv2 .inner .tel .cv-business a{
	color: #333;
	font-weight: 700;
	font-size: 28px;
}
#cv2 .inner .tel .cv-business span {
	font-size: 13px;
	font-weight: 700;
}
#cv2 .inner .tel .cv-business span.business {
	border:1px solid #333;
	padding:3px;
	margin-right: 5px;
	display: inline-block;
}
@media all and (max-width: 559px)  {

	#cv2 .inner {
		width: 90%;
	  margin:30px auto 0;
	  padding:30px 14px;
	  border:6px solid #eeeeee;
	  position: relative;
	}
	#cv2 .inner:before {
		content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 5px;
    top: -50px;
    background: url(../../images/itsulogi_ad_img/logo_itsumo.png) no-repeat left top;
    background-size: contain;
	}
	#cv2 .inner .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#cv2 .inner .btn_wrap {
		display: inherit;
		justify-content: space-between;
	}
	#cv2 .inner .btn_wrap .item {
		width:100%;
	}
	#cv2 .inner .btn_wrap .item:not(:last-child) {
		margin-bottom: 15px;
	}
	#cv2 .inner .btn_wrap .item .head {
		font-size: 15px;
		margin-bottom: 5px;
	}
	#cv2 .inner .btn_wrap .item .head span{
		font-size: 20px;
	}
	#cv2 .inner .btn_wrap .item .btn {
		border-radius: 8px;
		margin:0 0;
	}
	#cv2 .inner .btn_wrap .item .btn a {
		width: 100%;
		padding:16px 0;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		text-align: center;
	}
	#cv2 .inner .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
	}
	#cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -35px;
    top: 4px;
	}
	#cv2 .inner .tel {
		margin: 25px 0 0 0;
		padding:20px 13px;
		display: inherit;
		justify-content: space-between;
		align-items: center;
	}
	#cv2 .inner .tel .head {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	#cv2 .inner .tel .cv-business{
		padding-right: 0;
		line-height: 1.2;
		position: relative;
		padding-left: 45px;
	}
	#cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/itsulogi_ad_img/icon_tel2.png) no-repeat left top;
    background-size: contain;
	}
	#cv2 .inner .tel .cv-business a{
		color: #333;
		font-weight: 700;
		font-size: 7vw;
	}
	#cv2 .inner .tel .cv-business span {
		font-size: 13px;
		font-weight: 700;
	}
	#cv2 .inner .tel .cv-business span.business {
		border:1px solid #333;
		padding:3px;
		margin-right: 5px;
		display: inline-block;
	}
}






 /* // problem
----------------------------------------------- */
.problem{
  padding: 90px 0 90px;
}
.problem .inner {
	width: 1100px;
}
.problem .inner .item_wrap {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.problem .inner .item_wrap .item {
	box-shadow:0 0 15px rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.problem .inner .item_wrap .item .ttl {
	padding:30px 20px 15px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.problem .inner .item_wrap .item .ttl span {
	background: linear-gradient(transparent 60%, #FFEF81 60%);
}
.problem .inner .item_wrap .item .img {
	width: 50%;
	margin: 0 auto 15px;
}
.problem .inner .item_wrap .item .solution {
	background: #FFF5F5;
	padding: 25px 17px 20px;
	position: relative;
}
.problem .inner .item_wrap .item .solution:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 13px solid #fff;
	border-bottom: 0;
}
.problem .inner .item_wrap .item .solution .head {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: center;
	border-bottom: 1px dashed #CCCCCC;
}
@media all and (max-width: 559px)  {
.problem{
  padding: 40px 0 40px;
}
.problem .inner {
	width: 100%;
}
.problem .inner .item_wrap {
	display: block;
}
.problem .inner .item_wrap .item:not(:last-child) {
	margin-bottom: 35px;
}
.problem .inner .item_wrap .item .ttl {
	padding:30px 15px 15px;
	font-size: 15px;
}
.problem .inner .item_wrap .item .img {
	width: 30%;
	margin: 0 auto 15px;
}
.problem .inner .item_wrap .item .solution {
	background: #FFF5F5;
}
}



 /* // system
----------------------------------------------- */
.system{
  padding: 90px 0 90px;
  background: #FFF5F5;
}
.system .inner {
	width: 1100px;
}
.system .inner .text {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.system .inner .img_wrap {
	background: #fff;
	border-radius: 12px;
	padding: 40px;
	box-shadow:0 0 15px rgba(0, 0, 0, .1);
}
.system .inner .img_wrap .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}
@media all and (max-width: 559px)  {
.system{
  padding: 40px 0 40px;
}
.system .inner {
	width: 100%;
}
.system .inner .text {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.system .inner .img_wrap {
	background: #fff;
	border-radius: 12px;
	padding: 30px 15px;
}
.system .inner .img_wrap .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 30px;
}
.system .inner .img_wrap .scroll {
	width: auto;
  overflow-x: scroll;
}
.system .inner .img_wrap .scroll .img{
	width: 640px;
}

}










/* // feature
----------------------------------------------- */
.feature{
  padding: 90px 0 90px;
}
.feature .inner {
	width: 1100px;
}
.feature .item {
	display: grid;
  grid-template-columns:  repeat(1, 1fr) 560px;
  gap: 60px;
}
.feature .item:not(:last-child) {
	margin-bottom: 120px;
}
.feature .item.reverse {
	grid-template-columns: 560px repeat(1, 1fr);
}
.feature .item.reverse .img{
	order:1;
}
.feature .item.reverse .desc{
	order:2;
}
.feature .item .desc .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.feature .item .desc .ttl .num {
	font-size: 90px;
	line-height: 100%;
	color: #C91A1E;
	font-weight: 600;
	margin-right: 30px;
}
.feature .item .desc .ttl .name {
	font-size: 24px;
	font-weight: 700;
}
@media all and (max-width: 559px)  {
.feature{
  padding: 40px 15px 40px;
}
.feature .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.feature .item {
	display: block;
}
.feature .item:not(:last-child) {
	margin-bottom: 60px;
}
.feature .item .desc .ttl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.feature .item .desc .ttl .num {
	font-size: 60px;
	line-height: 100%;
	color: #C91A1E;
	font-weight: 600;
	margin-right: 15px;
}
.feature .item .desc .ttl .name {
	font-size: 20px;
	font-weight: 700;
}
.feature .item .img {
	margin-top: 25px;
}
}




/* // price
----------------------------------------------- */
.price{
  padding: 90px 0 90px;
  background: #EFEFEF;
}
.price .inner {
	width: 1100px;
}
.price .inner .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.price .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 876px;
	margin: 0 auto;
}
.price .wrap .item {
	width: 45%;
}
.price .wrap .item .sub_ttl {
	font-size: 20px;
	font-weight: 700;
	background: #C91A1E;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto -30px;
	position: relative;
	z-index: 10;
}
.price .wrap .item .ttl {
	border:3px solid #C91A1E;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	padding:50px 0 26px;
}
.price .wrap .item .ttl span {
	color: #C91A1E;
	font-size: 32px;
	font-weight: 700;
}
.price .wrap .item .ttl span.elmPC {
	font-size: inherit;
}
.price .wrap .mark {
	font-size: 50px;
	font-weight: 700;
}
.price .btn {
    margin: 40px auto 0;
    width: 350px;
}
.price .btn a {
  padding: 22px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #C91A1E;
  border-radius: 8px;
}
@media all and (max-width: 559px)  {
.price{
  padding: 40px 15px 40px;
}
.price .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.price .inner .text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.price .wrap {
	display: block;
	width: 100%;
}
.price .wrap .item {
	width: 100%;
}
.price .wrap .item .sub_ttl {
	font-size: 18px;
	font-weight: 700;
	background: #C91A1E;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	width: 75%;
	margin: 0 auto -30px;
	position: relative;
	z-index: 10;
}
.price .wrap .item .ttl {
	border:3px solid #C91A1E;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	padding:40px 0 20px;
	line-height: 2;
}
.price .wrap .item .ttl span {
	color: #C91A1E;
	font-size: 26px;
	font-weight: 700;
}
.price .wrap .mark {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.price .btn {
    margin: 40px auto 0;
    width: 80%;
}
.price .btn a {
  padding: 18px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #C91A1E;
  border-radius: 8px;
}
}



 /* // service
----------------------------------------------- */
.service{
  padding: 90px 0 90px;
}
.service .inner {
	width: 100%;
	max-width: 1100px;
}
.service .inner .text {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.service .service_detail .ttl {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #C91A1E;
	padding:8px 0;
	border-radius: 10px 10px 0 0 ;
}
.service .service_detail table {
	border-radius: 0 0 10px 10px ;
	box-shadow:0 0 15px rgba(0, 0, 0, .1);
	margin-bottom: 55px;
}
.service .service_detail table th {
	background: #FFF5F5;
	text-align: center;
	padding:20px 65px;
	font-size: 22px;
	font-weight: 700;
}
.service .service_detail table td {
	font-size: 20px;
	font-weight: 500;
	padding:20px 20px;
}
.service .service_detail table tr:not(:last-child) th,
.service .service_detail table tr:not(:last-child) td {
	border-bottom: 1px solid #DDDDDD;
}
.service .service_detail ul {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  box-shadow:0 0 15px rgba(0, 0, 0, .1);
  padding: 20px;
}
.service .service_detail ul li {
	font-size: clamp(14px,20 / 1100 * 100vw,20px);
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  padding: 8px;
  border: 2px solid #FFF5F5;
  color: #C91A1E;
  background: #FFF5F5;
}
.service .service_detail ul li.type1 {
	color: #C91A1E !important;
  border: 2px solid #C91A1E;
  background: #fff !important;
}
@media all and (max-width: 559px)  {
.service{
  padding: 40px 15px 40px;
}
.service .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.service .inner .text {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.service .service_detail .ttl {
	font-size: 18px;
	padding:10px 10px;
}
.service .service_detail table {
	margin-bottom: 30px;
}
.service .service_detail table tr,
.service .service_detail table th,
.service .service_detail table td {
	display: block;
}
.service .service_detail table th {
	background: #FFF5F5;
	text-align: center;
	padding:12px 20px;
	font-size: 16px;
	font-weight: 700;
}
.service .service_detail table td {
	font-size: 15px;
	font-weight: 500;
	padding:15px 20px;
}
.service .service_detail table tr:not(:last-child) th,
.service .service_detail table tr:not(:last-child) td {
	border-bottom: 1px solid #DDDDDD;
}
.service .service_detail ul {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 15px;
}
}





/* // option
----------------------------------------------- */
.option{
  padding: 90px 0 90px;
  background: #FFF5F5;
}
.option .inner {
	width: 1100px;
}
.option .inner .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.option .wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}
.option .wrap .item:not(:last-child) {
	background: #fff;
	border-radius: 10px;
}
.option .wrap .item:not(:last-child) .ttl {
	background: #C91A1E;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	padding: 6px ;
	border-radius: 10px 10px 0 0 ;
}
.option .wrap .item:not(:last-child) .img {
	width: 60%;
	margin: 20px auto;
}
.option .wrap .item:not(:last-child) .img img{
	width: 100%;
}
.option .wrap .item:not(:last-child) .desc {
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.option .wrap .item:last-child {
	border:10px solid #FAE8E9;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.option .wrap .item:last-child .ttl {
	color: #FAE8E9;
	font-size: 30px;
	font-weight: 500;
}
@media all and (max-width: 559px)  {
.option{
  padding: 40px 15px 40px;
}
.option .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.option .inner .text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.option .wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
   gap: 10px;
}
.option .wrap .item:not(:last-child) {
	background: #fff;
	border-radius: 10px;
}
.option .wrap .item:not(:last-child) .ttl {
	font-size: 14px;
	padding: 5px ;
}
.option .wrap .item:not(:last-child) .img {
	margin: 15px auto;
}
.option .wrap .item:not(:last-child) .img img{
	width: 100%;
}
.option .wrap .item:not(:last-child) .desc {
	font-size: 13px;
	padding:0 10px;
	margin-bottom: 15px;
}
.option .wrap .item:last-child .ttl {
	font-size: 18px;
}
}







/* // flow
----------------------------------------------- */
.flow{
  padding: 90px 0 90px;
  background: #FFF5F5;
}
.flow .inner {
	width: 1100px;
}
.flow .inner .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.flow .wrap {
	position: relative;
}
.flow .wrap:before {
	position: absolute;
  background: #c91a1e;
	top: 50%;
	left: 8.2%;
	transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 4px;
  height: 80%;
  display: inline-block;
  background-size: contain;
  z-index: 0;
}
.flow .item {
	display: flex;
	align-items: center;
}
.flow .item:not(:last-child) {
	margin-bottom: 50px;
}
.flow .item .num {
	background: #C91A1E;
	width: 187px;
	height: 180px;
	line-height: 180px;
	border-radius: 50%;
	position: relative;
	margin-right: 30px;
}
.flow .item .num p{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: absolute;
top: 50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
line-height: 2;
}
.flow .item .num p span {
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
	display: inline-block;
}
.flow .item .detail {
	width: calc(100% - 180px);
	background: #fff;
	border-radius: 12px;
	box-shadow:0 0 15px rgba(0, 0, 0, .1);
	padding:35px 40px;
}
.flow .item .detail .ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media all and (max-width: 559px)  {
.flow{
  padding: 40px 15px 40px;
}
.flow .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.flow .inner .text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.flow .wrap:before {
	position: absolute;
  background: #c91a1e;
	top: 40%;
	left: 53px;
  content: "";
  width: 4px;
  height: 70%;
  display: inline-block;
  background-size: contain;
  z-index: 0;
}.flow .item {
	align-items: flex-start;
}
.flow .item:not(:last-child) {
	margin-bottom: 30px;
}
.flow .item .num {
	background: #C91A1E;
	width: 117px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
}
.flow .item .num p{
	font-size: 16px;
}
.flow .item .num p span {
	font-size: 24px;
}
.flow .item .detail {
	width: calc(100% - 110px);
	padding:20px 18px;
}
.flow .item .detail .ttl {
	font-size: 16px;
	margin-bottom: 15px;
}
}



/* // comparison
----------------------------------------------- */
.comparison{
  padding: 90px 0 90px;
}
.comparison .inner {
	width: 1100px;
}
.comparison .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
}
.comparison .wrap .arrow {
	width: 137px;
	margin: 250px 5px 0;
}
.comparison .wrap .item {
	width: calc(50% - 68px);
}
.comparison .wrap .item .ttl {
	border-radius: 10px 10px 0 0 ;
	text-align: center;
	padding:12px;
	font-size: 20px;
	font-weight: 700;
}
.comparison .wrap .item .ttl span {
	font-size: 25px;
}
.comparison .wrap .item .sub_ttl {
	text-align: center;
	margin: 35px 0 ;
}
.comparison .wrap .item .sub_ttl span{
	font-weight: 700;
	border-radius: 50px;
	padding:8px 15px;
	color: #fff;
}
.comparison .wrap .item .img {
	text-align: center;
	width: 75%;
	margin: auto;
}
.comparison .wrap .item ul {
	background: #F5F5F5;
	padding:25px 20px;
	position: relative;
	margin-top: 40px;
}
.comparison .wrap .item ul:before {
	content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 23px solid #f5f5f5;
  border-top: 0;
}
.comparison .wrap .item ul li {
	padding-left: 22px;
	line-height: 1.5;
	font-weight: 700;
	position: relative;
}
.comparison .wrap .item ul li:before {
	position: absolute;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
 }
.comparison .wrap .item ul li:not(:last-child) {
	margin-bottom: 15px;
}

/*色指定　いつロジ*/
.comparison .wrap .item1 .ttl {
	background: #FFF5F5;
	border-bottom: 3px solid #C91A1E;
}
.comparison .wrap .item1 .ttl span {
	color: #C91A1E;
}
.comparison .wrap .item1 .sub_ttl span {
	background: #C91A1E;
}
.comparison .wrap .item1 ul li:before {
	 background: url(../../images/itsulogi_ad_img/arrow_red.svg) no-repeat;
}
/*色指定　コネクトロジ*/
.comparison .wrap .item2 .ttl {
	background: #F7F9FE;
	border-bottom: 3px solid #2A8EDC;
}
.comparison .wrap .item2 .ttl span {
	color: #2A8EDC;
}
.comparison .wrap .item2 .sub_ttl span {
	background: #2A8EDC;
}
.comparison .wrap .item2 ul li:before {
	 background: url(../../images/itsulogi_ad_img/arrow_blu.svg) no-repeat;
}

.comparison .sub_head {
	text-align: center;
	font-size: 24px;
	font-weight:700;
	margin: 55px 0 35px;
}
.comparison table {
	margin-bottom: 50px;
}
.comparison table .head1 {
	font-size: 20px;
	font-weight: 700;
	padding:20px;
	background: #FFF5F5;
	border-bottom: 3px solid #C91A1E;
	color: #C91A1E;
}
.comparison table .head2 {
	font-size: 20px;
	font-weight: 700;
	padding:20px;
	background: #F7F9FE;
	border-bottom: 3px solid #2A8EDC;
	color: #2A8EDC;
}
.comparison table tr:nth-child(even) {
	background: #F5F5F5;
}
.comparison table tr:not(:first-child) {
	border-bottom: 1px solid #E5E5E5;
}
.comparison table td {
	padding:15px;
	vertical-align: middle;
	line-height: 1.6;
}
.comparison table td.ttl {
	color: #737373;
	font-weight: 700;
}
.comparison .btn {
    margin: 40px auto 0;
    width: 350px;
}
.comparison .btn a {
  padding: 22px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #2A8EDC;
  border-radius: 8px;
  line-height: 1.5;
}
.comparison .btn a span {
	font-size: 20px;
}
.comparison .cap {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
@media all and (max-width: 559px)  {
.comparison{
  padding: 40px 15px 40px;
}
.comparison .inner {
	width: 100%;
	padding-left: 0;
  padding-right: 0;
}
.comparison .wrap {
	display: block;
	margin-top: 40px;
}
.comparison .wrap .arrow {
	width: 120px;
	margin: 15px auto;
}
.comparison .wrap .item {
	width: 100%;
}
.comparison .wrap .item .ttl {
	padding:12px;
	font-size: 16px;
}
.comparison .wrap .item .ttl span {
	font-size: 22px;
}
.comparison .wrap .item .sub_ttl {
	margin: 30px 0 ;
}
.comparison .wrap .item .sub_ttl span{
	font-size: 15px;
}
.comparison .wrap .item .img {
	text-align: center;
	width: 75%;
	margin: auto;
}
.comparison .wrap .item ul {
	background: #F5F5F5;
	padding:20px 15px;
	position: relative;
	margin-top: 30px;
}
.comparison .wrap .item ul:before {
	content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #f5f5f5;
  border-top: 0;
}
.comparison .wrap .item ul li {
	padding-left: 25px;
}
.comparison .wrap .item ul li:before {
	position: absolute;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
 }
.comparison .wrap .item ul li:not(:last-child) {
	margin-bottom: 15px;
}

.comparison .sub_head {
	text-align: center;
	font-size: 20px;
	font-weight:700;
	margin: 45px 0 25px;
}

.comparison .scroll {
	width: auto;
  overflow-x: scroll;
}
.comparison table {
	width: 500px;
	margin-bottom: inherit;
}
.comparison table .head1 {
	font-size: 18px;
	font-weight: 700;
	padding:15px;
	background: #FFF5F5;
	border-bottom: 3px solid #C91A1E;
	color: #C91A1E;
}
.comparison table .head2 {
	font-size: 18px;
	font-weight: 700;
	padding:15px;
	background: #F7F9FE;
	border-bottom: 3px solid #2A8EDC;
	color: #2A8EDC;
}
.comparison table tr:nth-child(even) {
	background: #F5F5F5;
}
.comparison table tr:not(:first-child) {
	border-bottom: 1px solid #E5E5E5;
}
.comparison table td {
	padding:12px 15px;
	vertical-align: middle;
	font-size: 14px;
}
.comparison table td.ttl {
	color: #737373;
	font-weight: 700;
}
.comparison .btn {
    margin: 30px auto 0;
    width: 80%;
}
.comparison .btn a {
  padding: 18px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #2A8EDC;
  border-radius: 8px;
}
.comparison .btn a span {
	font-size: 15px;
}
.comparison .cap {
	font-size: 16px;
	margin-top: 40px;
}
}

















/* // about
----------------------------------------------- */

.about{
	padding: 90px 0 90px;
}
.about .inner {
	width: 1100px;
	padding-left: 15px; 
	padding-right: 15px; 
}
.about .inner .head .title{
	font-size: 24px;
	color: #c9191d;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

@media all and (max-width: 559px)  {
.about{
	padding: 50px 0 50px;
}
.about .inner {
	width: 100%;
}
.about .inner .head .title{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}
}



/* // form
----------------------------------------------- */
.form{
	padding: 90px 0 90px;
	background: #FFF5F5;
}
.form .inner {
	width: 1150px;
}
.form iframe {
	width: 100%;
	height: 1500px;
}
@media all and (max-width: 559px)  {
.form{
	padding: 50px 0 50px;
}
.form .inner {
	width: 100%;
}
.form iframe {
	width: 100%;
	height: 2000px;
}
}



/* // companyinfo
----------------------------------------------- */
.companyinfo{
	padding: 90px 0 90px;
}
.companyinfo .inner {
	padding-left: 15px; 
	padding-right: 15px; 
}
.companyinfo .companyinfo-title{
	font-size: 3.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.companyinfo .companyinfo-table-wrap{
}
.companyinfo .companyinfo-table{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.companyinfo .companyinfo-table th,
.companyinfo .companyinfo-table td{
	padding: 10px 10px 15px;
	border-bottom: 1px solid #cccccc;
}
.companyinfo .companyinfo-table th{
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
	
}
.companyinfo .companyinfo-table td{
	padding-left: 40px;
}
@media all and (max-width: 559px)  {
	.companyinfo{
		padding: 50px 0 50px;
	}
	.companyinfo .companyinfo-title{
		font-size: 2.1rem;
		margin-bottom: 30px;
	}
	.companyinfo .companyinfo-table th,
	.companyinfo .companyinfo-table td{
		padding: 7px 0 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.companyinfo .companyinfo-table th{
		padding-right: 20px;
		width: 25%;
	}
	.companyinfo .companyinfo-table td{
		padding-left: 20px;
	}
}






/* // faq
----------------------------------------------- */
.faq{
  padding: 90px 0 90px;
  background: #FFF5F5;
}
.faq .inner {
	width: 1000px;
	margin:0 auto;
}
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  margin:0 auto;
}
.accordion-area li:not(:last-child){
  margin-bottom: 30px;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:18px;
  font-weight: normal;
  padding:20px 3% ;
  transition: all .5s ease;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background: #C91A1E;
  border-radius: 10px;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 28px;
	line-height: 28px;
  border-radius: 10px;
  margin-right: 15px;
  color: #fff;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  color: #595757;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 34px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #fff;
  border-radius: 100px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after{
	content: "－";
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;/*はじめは非表示*/
  background: #fff;
  padding: 2% 3%;
  border-radius: 8px;
}
.faq .cap {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-top: 50px;
}
@media all and (max-width: 559px)  {
.faq{
  padding: 40px 15px 40px;
}
.faq .inner {
	width: 100%;
	padding:0;
	margin:0;
}
/*アイコンの＋×*/
.accordion-area .title::after{    
  content: "＋";
  color: #595757;
  font-size: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/*　closeというクラスがついたら形状変化　*/

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:15px 30px 15px 0;
  transition: all .5s ease;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-area .title span.icon {
	font-family: 'Poppins',sans-serif;
	font-size: 22px;
	line-height: 22px;
	width: 12%;
  border-radius: 10px;
  margin-right: 2%;
  color: #fff;
}
.accordion-area .title span.text {
	width: 80%;
	text-align: left;
}
/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
}
.faq .cap {
	font-size: 16px;
	margin-top: 40px;
}
}



/* // BtmCv //
----------------------------------------------- */
#BtmCv {
	display: none;
}

@media all and (max-width: 559px)  {
#BtmCv {
	display: none;
}
#BtmCv {
	position:fixed;
	z-index:400;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:rgba(255,255,255,0.7);
	padding:6px 6px 3px 6px;
	line-height:1;
	transform: translateY(100%);
}
#BtmCv.on {
	transform: translateY(0%);
}
#BtmCv .btns {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
}
#BtmCv .btns li {
	width:48.5%;
}
#BtmCv .btns li a {
	line-height: 1.6;
}
#BtmCv .btns li a span {
	font-size: 2.7vw;
}
#BtmCv .btns li:nth-of-type(odd) {
	background: #333;
	border-radius: 8px;
}
#BtmCv .btns li:nth-of-type(odd) a {
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#BtmCv .btns li:nth-of-type(even) {
	background: #c91a1e;
	border-radius: 8px;
}
#BtmCv .btns li:nth-of-type(even) a{
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#BtmCv .btns li a {
	width:100%;
	border-radius: 3px;
}
#BtmCv .btns li a i {
	right:5px;
}
#BtmCv .btns li a .tx {
	padding-left:4px;
	padding-right:4px;
}
}








 /* // footer
----------------------------------------------- */
#footer .inner {
	width: 100%;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 {
	text-align: unset;
	line-height: unset;
	margin-bottom: unset;
}


#slider,
.slider {
	display: none;
  opacity: 0;
  transition: opacity .25s ease;
}
#slider,
.slider.slick-initialized {
	display: block;
  opacity: 1;
}






 /* // サービスの紹介　テーブル
----------------------------------------------- */
.plan_sec_list {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.plan_sec_list_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  /*border-radius: 10px;*/
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05)
}
.plan_sec_list_menu .plan_sec_list_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_left p {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  color: #3e3a39;
  height:46px;
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p.height_unique {
	height: 70px
}
.plan_sec_list_table ul li.height_unique {
	height: 70px;
}
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p:nth-child(2) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  background-color: #72b1d1;
  height: 116px;
  /*border-radius: 10px 0 0*/
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_right p {
  text-align: center
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left {
  height: 138px;
  background-color: #68cdff
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
  height: 414px;
  background-color: #0397ff
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(1) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(2) {
  background-color: unset
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_right p:nth-child(3) {
  background-color: #f6f7f7
}
.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 184px;
  background-color: #0368ff;
  /*border-radius: 0 0 0 10px*/
}
.plan_sec_list_table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
			-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .05)
  /*border-radius: 10px*/
}
.plan_sec_list_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17.3px 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #3e3a39 ;
  height:46px;
}
.plan_sec_list_table ul li:nth-child(3),
.plan_sec_list_table ul li:nth-child(5),
.plan_sec_list_table ul li:nth-child(7),
.plan_sec_list_table ul li:nth-child(9),
.plan_sec_list_table ul li:nth-child(11) {
    background-color: #f6f7f7
}
.plan_sec_list_table ul li:first-child {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  /*border-radius: 10px 10px 0 0;*/
  padding: 24px 0
}
.plan_sec_list_table:nth-child(2) li:first-child {
  background-color: #68cdff
}
.plan_sec_list_table:nth-child(3) li:first-child {
  background-color: #0397ff
}
.plan_sec_list_table:nth-child(4) li:first-child {
  background-color: #0368ff
}
.plan_sec_list_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17.3px 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #3e3a39
}
.plan_sec_list_table ul li:nth-child(3),
.plan_sec_list_table ul li:nth-child(5),
.plan_sec_list_table ul li:nth-child(7),
.plan_sec_list_table ul li:nth-child(9),
.plan_sec_list_table ul li:nth-child(11) {
    background-color: #f6f7f7
}
.plan_sec_list_table ul li:first-child {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  /*border-radius: 10px 10px 0 0;*/
  padding: 24px 0
}

.bkf6f7f7 {
	background-color: #f6f7f7;
}
@media (min-width:1px) and (max-width:1200px) {
.plan_sec_list {
  width: 95%
}

.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 45px
}
}

@media (min-width:1px) and (max-width:1000px) {
.plan_sec_list_menu .plan_sec_list_menu_box .plan_sec_list_menu_right p {
  padding: 0 10px;
  height: 35px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plan_sec_list_menu .plan_sec_list_menu_box:first-child .plan_sec_list_menu_left {
  height: 105px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(2) .plan_sec_list_menu_left,
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left,
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(4) .plan_sec_list_menu_left {
  height: 105px
}
.plan_sec_list_table ul li {
  padding: 0;
  height: 35px;
  font-size: 12px
}
.plan_sec_list_table:nth-child(2) li:first-child,
.plan_sec_list_table:nth-child(3) li:first-child,
.plan_sec_list_table:nth-child(4) li:first-child {
  font-size: 14px
}
.plan_sec_list_menu .plan_sec_list_menu_box:nth-child(3) .plan_sec_list_menu_left {
	height: 315px;
}
.plan_sec_list_menu .plan_sec_list_menu_box:last-child .plan_sec_list_menu_left {
  height: 140px;

}

}

@media (min-width:1px) and (max-width:559px) {
.plan_sec_list_scroll_box {
  overflow-x: scroll;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  -ms-overflow-style: none
}
.plan_sec_list_scroll_box .plan_sec_list {
  width: 740px;
  margin: 40px auto 40px auto;
  padding-right: 40px
}
.plan_sec_list_scroll_box::-webkit-scrollbar {
  display: none
}

}


/* // cv3
----------------------------------------------- */
#cv3{
  padding: 60px 0 60px;
  background: #f2f2f2;
}
#cv3 .inner {
  width: 1100px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cv3 .inner .wrap {
	width: 360px;
	margin: 0 15px;
}
#cv3 .inner .wrap .catch {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#cv3 .inner .wrap .catch span {
	position:relative;
	display: inline-block;
}
#cv3 .inner .wrap .catch span:before{
  position: absolute;
  left: -12px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
#cv3 .inner .wrap .catch span:after{
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
#cv3 .btn2 {
  text-align: center;
}
#cv3 .btn2 a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: .3s;
  padding: 25px 36px;
  border:2px solid #666666;
  color: #222;
  border-radius: 8px;
  text-align: center;
  width: 360px;
  margin:0 auto 0;
  background: #fff;
  transition: .3s;
}
#cv3 .btn2 a img {
  width: 24px;
  margin-left: 20px;
}
#cv3 .btn2 a em {
	color: #c81f23;
}
#cv3 .btn2 a:hover {
	color: #c81f23;
}
@media all and (max-width: 559px)  {
#cv3{
  padding: 30px 0 30px;
  background: #f2f2f2;
}
#cv3 .inner {
  width: 96%;
  margin:0 2%;
  display: inherit;
}
#cv3 .inner .wrap {
	width: 100%;
	margin: 0 0;
}
#cv3 .inner .wrap:nth-child(2n) {
	margin-top: 25px;
}
#cv3 .inner .wrap .catch {
	margin-bottom: 10px;
	font-size: 14px;
}
#cv3 .btn2 {
  text-align: center;
}
#cv3 .btn2 a{
  font-size: 16px;
  padding: 20px 15px;
  width: 100%;

}
#cv3 .btn2 a img {
  width: 18px;
  margin-left: 15px;
}
}












.contact_section {
  background-color: #000;
  padding: 30px 40px;
}
.contact_section .contact_section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact_section .contact_section_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  margin: 0 auto;
}
.contact_section .contact_section_left img {
  margin: 0 auto;
}
.contact_section .contact_section_right {
  margin: 0 auto;
}
.contact_section .contact_section_title {
  margin-bottom: 30px;
  color: #fff;
}
.contact_section .contact_section_title .title_top {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contact_section .contact_section_title .title_top span {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.contact_section .contact_section_title h2 {
  font-size: 74px;
  font-weight: 600;
  color: #f7931e;
  -webkit-text-stroke: 2px #f7931e;
  margin-bottom: 10px;
}
.contact_section .contact_section_title .title_text {
  font-size: 16px;
  text-align: left;
}
.contact_section .contact_section_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_section .contact_section_button .contact_section_button_item {
  width: 100%;
  max-width: 315px;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.contact_section .contact_section_button .contact_section_button_item:after {
  content: "";
  display: block;
  background-image: url(../../images/itsulogi_ad_img/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.contact_section .contact_section_button .contact_section_button_item:first-child {
  background-color: #8cc63f;
}
.contact_section .contact_section_button .contact_section_button_item:last-child {
  background-color: #ffd133;
}
.contact_section .contact_section_button .contact_section_button_item a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 0;
}
.contact_section .cv_text {
	font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
	margin-top: 20px;
}
@media (min-width: 1px) and (max-width: 1220px) {
  .contact_section .contact_section_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .contact_section {
    padding: 40px 0;
  }
  .contact_section .contact_section_inner {
    width: 90%;
    margin: 0 auto;
  }
  .contact_section .contact_section_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .contact_section .contact_section_title {
    margin-bottom: 20px;
  }
  .contact_section .contact_section_title .title_top {
    font-size: 22px;
  }
  .contact_section .contact_section_title .title_top span {
    font-size: 10px;
  }
  .contact_section .contact_section_title h2 {
    font-size: 36px;
  }
  .contact_section .contact_section_title .title_text {
    font-size: 13px;
    font-weight: 600;
  }
  .contact_section .contact_section_button {
    display: block;
  }
  .contact_section .contact_section_button .contact_section_button_item {
    max-width: 100%;
  }
  .contact_section .contact_section_button .contact_section_button_item:first-child {
    margin-bottom: 15px;
  }
  .contact_section .contact_section_button .contact_section_button_item:after {
    width: 20px;
    height: 20px;
  }
  .contact_section .contact_section_button .contact_section_button_item a {
    padding: 20px;
  }
}


.support_area {
  width: 1100px;
  margin:100px auto 50px;
  background: #FFF5F5;
  padding: 45px 80px 60px;
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
}
.support_area .right {
  width: 600px;
}
.support_area .right .head {
  font-size: 24px;
}
.support_area .right .head span{
  font-size: 45px;
  display: inline-block;
  transform: translateY(5%);
}
.support_area .right .head span.note {
  font-size: 12px !important;
}
.support_area .right .prefectures {
  /* white-space: pre; */
  font-size: 14px;
}
.support_area .left {
  position: relative;
}
.support_area .left:before {
  content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/itsulogi_ad_img/case_area_img.png) no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 559px)  {
.support_area {
  width: 100%;
  margin:50px auto 0;
  padding: 25px 15px 30px;
  display: inherit;
  justify-content: space-between;
}
.support_area .right {
  width: 100%;
}
.support_area .left {
  width: 100%;
}
.support_area .right .head {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.support_area .right .head span{
  font-size: 38px;
  display: inline-block;
  transform: translateY(5%);
}
.support_area .right .prefectures {
  white-space: inherit;
  font-size: 14px;

}
.support_area .left {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.support_area .left img {
  width: 80%;
}
.support_area .left:before {
  content: " ";
    position: inherit;
    display: none;
}
}



/* -----------------------------------------------

// MV ver2 notリキッド

----------------------------------------------- */
#MV3 {
  background: linear-gradient(90deg, rgba(255,245,245,1) 0%, rgba(255,255,255,1) 100%);
  width: 100%;
  position: relative;
  z-index: 5;
  background-size: cover;
  overflow: hidden;
  background-position-y:20px;
  padding:60px 0;
}
#MV3 .inner {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#MV3 .inner .left {
	width: 45%;
}
#MV3 .inner .left h1 {
	font-size: 18px;
	font-weight:700;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
	padding: 8px;
	margin-bottom: 15px;
}
#MV3 .inner .left .main_copy {
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #333;
	line-height: 1.3;
	letter-spacing: 0.07em;
}
#MV3 .inner .left .main_copy .fs1 {
	font-size: 38px;
}
#MV3 .inner .left .main_copy .fs2 {
	font-size: 56px;
}
#MV3 .inner .right {
	width: 60%;
	position: relative;
}
#MV3 .inner .left .point {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
#MV3 .btn_wrap {
	display: flex;
  margin: 25px 0 0;
  justify-content: space-between;
}
#MV3 .btn_wrap .item {
	width: 48%;
}
#MV3 .btn_wrap .item .head {
	font-size: 18px;
	margin-bottom: 10px;
}
#MV3 .btn_wrap .item .head span{
	font-size: 24px;
}
#MV3 .btn_wrap .item .btn {
	border-radius: 8px;
	transition: .3s;
	background: #C91A1E;
}
#MV3 .btn_wrap .item .btn:hover {
	opacity: 0.6;
}
#MV3 .btn_wrap .item .btn a {
	width: 270px;
	padding:16px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#MV3 .btn_wrap .item .btn a span {
	font-size: 14px;
}
#MV3 .btn_wrap .item .btn a span {
	position: relative;
}
#MV3 .btn_wrap .item .btn.bgclr-grn2 {
  background: #3A3A3A;
}
#MV3 .btn_wrap .item .btn.bgclr-grn2 a {
	 color: #fff;
}
/* // SPビュー */
@media all and (max-width: 559px)  {
#MV3 {
  width:100%;
  position: relative;
  z-index: 5;
  background-size: cover;
  height: inherit;
  max-height: inherit;
  padding-bottom: 40px;
  padding:2vw 3% 4vw;
  background-position-y: 25vw;
  min-width: 100%;
}
#MV3 .inner {
	position: inherit;
	width: 100%;
	max-width: 100%;
	margin:0 auto;
	top: inherit;
	left: inherit;
	transform: inherit;
	-webkit- transform: inherit;
	display: inherit;
	padding: 0;
}
#MV3 .inner .left {
	width: 100%;
	padding-top: 20px;
}
#MV3 .inner .left h1 {
	font-size: 4vw;
	padding: 6px;
	margin-bottom: 15px;
	line-height: 1.6;
}
#MV3 .inner .left .main_copy {
	margin-bottom: 10px;
	font-size: 5.5vw;
	line-height: 1.4;
	text-align: center;
}
#MV3 .inner .left .main_copy .fs1 {
	font-size: 7vw;
}
#MV3 .inner .left .main_copy .fs2 {
	font-size: 10vw;
}
#MV3 .inner .left .bg_img_sp {
	display: block !important;
	padding-bottom: 20vw;
	position: relative;
	width: 90%;
	margin: 10px auto 0;
}
#MV3 .inner .left .bg_img_sp img {
	width: 100%;
}
#MV3 .btn_wrap {
	width: 100%;
	margin: 20px 0 0;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
#MV3 .btn_wrap .item {
	width:48.5%;
}
#MV3 .btn_wrap .item:not(:last-child) {
	margin-bottom: 15px;
}
#MV3 .btn_wrap .item .head {
	font-size: 15px;
	margin-bottom: 5px;
}
#MV3 .btn_wrap .item .head span{
	font-size: 20px;
}
#MV3 .btn_wrap .item .btn {
	border-radius: 8px;
	margin:0 0;
}
#MV3 .btn_wrap .item .btn a {
	width: 100%;
	padding:3vw 0;
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	display: inline-block;
	text-align: center;
}
#MV3 .btn_wrap .item .btn a span {
	font-size: 2.7vw;
}
#MV3 .inner .right {
	width: 100%;
	display: none;
}
#MV3 .inner .right img {
	width: 60%;
	margin: 50px auto 0;
}
}



/* // クロスチャンネル支援事例 - 施策
----------------------------------------------- */
.measur_block {
	margin-bottom: 70px;
}
.measur_block_ttl {
	display: flex;
	border:1px solid #C9191D;
	background: #fff;
}
.measur_block_ttl .heading {
	background: #C9191D;
	color: #fff;
	font-weight: 700;
	padding:10px 0;
	font-size: 22px;
	display: flex;
	align-items: center;
	min-width: 245px;
	justify-content: center;
}
.measur_block_ttl .heading span {
	font-size: 40px;
	line-height: 100%;
}
.measur_block_ttl .name {
	font-size: 18px;
	font-weight: 700;
	padding:0 20px;
	display: flex;
	align-items: center;
}
.measur_block_triangle {
	width: 0;
  height: 0;
  border: 42px solid transparent;
  border-top: 18px solid #C9191D;
  margin: 12px auto -30px;
}
.measur_block_result {
	font-size: 20px;
	font-weight: 700;
	padding:32px 40px;
	border-radius: 10px;
	border: 8px solid #E5E5E5;
	background: #fff;
}
/*  PC 施策01/02  */
.measur_block_content1 {
	display: flex;
	margin-top: 20px;
	padding-right: 70px;
	justify-content: space-between;
	position: relative;
}
.measur_block_content1:before {
	content: " ";
  position: absolute;
  display: block;
  width: 97%;
  height: 8px;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left: 28px solid #333;
	right: -10px;
	top: 40%;
	transform: translateY(-50%);
}
.measur_block_content1 .item:nth-child(1) {
	width: 100%;
	max-width: 330px;
}
.measur_block_content1 .item:not(:first-child) {
	width: 100%;
	max-width: 180px;
	margin-top: 35px;
}
.measur_block_content1 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content1 .item .text{
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}/*  PC 施策03  */
.measur_block_content2 {
	display: flex;
	margin-top: 20px;
	padding-right: 70px;
	justify-content: space-between;
	position: relative;
}
.measur_block_content2:before {
	content: " ";
  position: absolute;
  display: block;
  width: 97%;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content2:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-left: 28px solid #333;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.measur_block_content2 .item{
	margin-top: 35px;
}
.measur_block_content2 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	height: 220px;
}
.measur_block_content2 .item .text{
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
/*  PC 施策04  */
.measur_block_content3 {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
/* // SPビュー */
@media all and (max-width: 559px)  {
.measur_block {
	margin-bottom: 50px;
}
.measur_block_ttl .heading {
	padding:10px 0;
	font-size: 18px;
	min-width: 100px;
}
.measur_block_ttl .heading span {
	font-size: 28px;
}
.measur_block_ttl .name {
	font-size: 16px;
	padding:18px 15px;
}
.measur_block_triangle {
	width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 14px solid #C9191D;
  margin: 12px auto -20px;
}
.measur_block_result {
	font-size:16px;
	padding:15px 20px;
	border: 6px solid #E5E5E5;
}
/*  SP 施策01/02  */
.measur_block_content1 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
	padding-bottom: 80px;
}
.measur_block_content1:before {
	content: " ";
  position: absolute;
  display: block;
  width: 8px;
  height: 95%;
  left: 25%;
  top: inherit;
  bottom: 30px;
  transform: translateX(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 28px solid #333;
	left: 25%;
	transform: translateX(-50%);
	bottom: 0;
	top: inherit;
}
.measur_block_content1 .item:nth-child(1) {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.measur_block_content1 .item:not(:first-child) {
	width: 100%;
	max-width:100%;
	margin-top: 0;
}
.measur_block_content1 .TextImgBox {
	display: flex;
	align-items: center;
}
.measur_block_content1 .TextImgBox:not(:last-child){
	margin-bottom: 30px;
}
.measur_block_content1 .TextImgBox img {
	width: 100%;
	max-width: 50%;
	margin-right: 15px;
}
.measur_block_content1 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content1 .item .text{
	font-weight: 700;
	text-align: left;
	margin-top: 10px;
}
/*  SP 施策03  */
.measur_block_content2 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
	padding-bottom: 80px;
}
.measur_block_content2:before {
	content: " ";
  position: absolute;
  display: block;
  width: 8px;
  height: 95%;
  left: 30%;
  top: inherit;
  bottom: 30px;
  transform: translateX(-50%);
  background: #333333;
  z-index: 0;
}
.measur_block_content2:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 28px solid #333;
	left: 30%;
	transform: translateX(-50%);
	bottom: 0;
	top: inherit;
}
.measur_block_content2 .item{
	width: 100%;
	max-width:100%;
	margin-top: 0;
}
.measur_block_content2 .TextImgBox {
	display: flex;
	align-items: center;
}
.measur_block_content2 .TextImgBox:not(:last-child){
	margin-bottom: 30px;
}
.measur_block_content2 .TextImgBox img {
	width: 100%;
	max-width: 60%;
	margin-right: 15px;
	height: auto;
}
.measur_block_content2 .item img{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.measur_block_content2 .item .text{
	font-weight: 700;
	text-align: left;
	margin-top: 10px;
}
/*  SP 施策04  */
.measur_block_content3 {
	display: block;
	margin-top: 15px;
	padding-right: 0;
	position: relative;
}
.measur_block_content3 .item{
	width: 100%;
	max-width:100%;
}
.measur_block_content3 .item:nth-child(2) {
	margin: 0 auto;
	width: 165px;
}
.measur_block_content3 .item:nth-child(2) img{
	width: 100%;
}
}




