@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500&display=swap');
.itemInr02 {
    max-width: 930px;
    margin: 0 auto;
}
.itemColWrap img {
	width: 100%;
}
#wrapFlex .wrapMainCol {
	background: #f2f2f2;
}
.wrapMainCol {
	letter-spacing: .16rem;
}
.wrapMainCol .txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem; 
}
h2,
h3 {
	letter-spacing: .33rem;
}
.fs-s {
	font-size: 1.3rem;
}
.fs-m {
	font-size: 1.6rem;
}
.fs-l {
	font-size: 4rem;
}
.txtL {
	font-size: 1.8rem;
	line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
}
.note {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.5rem;
	line-height: 1.8;
}
.etc {
	text-align: right;
	font-size: 2rem;
	line-height: 1.8;
}
.align-center {
	text-align: center;
}
.pc-none {
	display: none;
}
.mainVisWrap {
	background-image: url(/outsourcing/images/outsourcing_vis_img.png);
}
.mainVisWrap .visInr {
	width: 54%;
	justify-content: flex-start;
	padding: 70px 25px 30px;
}
.mainVisWrap .visInr .txtCol .lead {
	color: #fff;
	font-size: 2.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.8rem;
	line-height: 1.8;
}
.mainVisWrap .visInr .txtCol .txt {
	color: #fff;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.04em;
}
.outsourcingWrap {
	font-weight: normal;
}
.outsourcingWrap .col2 {
	width: 49%;
}
.pt-secCtsItemWrap .item {
	margin-top: 0;
}
.item .en {
	font-size: 2rem;
	text-align: center;
  	font-family: "Roboto Condensed", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
  	margin-bottom: 1.6rem;
}
.item .maincopy {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3rem;
}
.item .subcopy {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #00697f;
}
.color-primary {
	color: #00697f;
}
.outsourcingWrap .marker {
	background:linear-gradient(transparent 70%, #ff6 70%);
}
.bold {
	font-weight: 600;
}
.wrapFlex {
	display: flex;
	flex-wrap: wrap;
}
.wrapWrap {
	flex-wrap: wrap;
}
.wrapCtr {
	justify-content: center;
}
.wrapBtw {
	justify-content: space-between;
}
.wrapArd {
	justify-content: space-around;
}
.wrapRev {
	flex-direction: row-reverse;
}
.secCtsItemWrap > div {
	padding: 50px 30px 70px;
}
.secCtsItemWrap > div:nth-child(even) {
	background: #fafafa;
}
.requestCol {
	justify-content: end;
	position: relative;
	flex-wrap: wrap;
}
.requestCol::before {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-cut01.png) no-repeat;
	width: 217px;
	height: 185px;
	left: 0;
	bottom: -40px;
	background-size: contain;
}
.requestCol li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc((100% / 4) - 15px);
    margin: 15px 15px 0 0;
    background: #fff;
    padding: 10px 0px;
    border-radius: 6px;
    line-height: 1.7;
    font-weight: 600;
    box-shadow: 3px 3px 3px 0px rgba(232, 232, 232, 1);
}
.requestCol li .txt {
	font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 0;
}
.requestCol li span,
.problem span {
	font-size: 1.7rem;
	font-weight: 600;
}
.problem {
	border: 2px solid #00697f;
	padding: 30px;
	background: #fff;
	margin-top: 70px;
	position: relative;
}
.problem::after{
    content: '';
    position: absolute;
    width: 50px;
    aspect-ratio: 1 / cos(50deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #00697f;
    bottom: -32px;
    left: 50%;
}
.conclusion {
	position: relative;
	padding: 80px 40px 50px;
}
.conclusion:before {
	position: absolute;
	content: '“';
	font-size: 100px;
	top: 20px;
	left: 0;
	color: #33b2bd;
}
.conclusion:after {
	position: absolute;
	content: '”';
	font-size: 100px;
	bottom: -20px;
	right: 0;
	color: #33b2bd;
}
.conclusion .txt {
	font-size: 1.8rem;
}
.proposal {
	position: relative;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 50vh;
    padding: 20px;
}
.proposal .txt {
	font-size: 2rem;
	line-height: 2;
}
.proposal .cut {
    position: absolute;
    width: 100px;
    right: 30px;
    top: -25px;
}
.proposal02 {
	position: relative;
    background: #fff;
    border: 5px solid #36b1b4;
    margin: 40px 60px 0;
    border-radius: 12px;
}
.proposal02 > div {
	align-items: center;
}
.proposal02 .content {
	font-size: 1.8rem;
	line-height: 2.2;
	margin: 16px 40px;
	flex: 1;
}
.proposal02 .cutL {
    position: relative;
    width: 164px;
    left: 10px;
    bottom: -13px;
}
.proposal03 {
    position: relative;
    background: #fff;
    border: 5px solid #36b1b4;
    margin: 60px 60px 0;
    padding: 20px 40px;
    border-radius: 12px;
}
.proposal03 > div {
	align-items: center;
}
.proposal03 .content,
.proposal03 .content-w {
	flex: 1;
	font-size: 1.8rem;
	line-height: 2.2;
}
.proposal03 .content-w p {
	width: 90%;
}
.proposal03 .cutR {
    position: relative;
    width: 164px;
    left: 10px;
    bottom: -20px;
}
.proposal04 {
	position: relative;
    margin: 0 60px;
}
.proposal04::before {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-kakko.png) no-repeat;
	width: 43px;
	height: 106px;
	left: 0;
	top: 0;
	bottom:0;
	margin: auto;
	background-size: contain;
}
.proposal04::after {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-kakko.png) no-repeat;
	width: 43px;
	height: 106px;
	right: 0;
	top: 0;
	bottom:0;
	margin: auto;
	background-size: contain;
    transform: scale(-1, 1);
}
.proposal04 .txt {
    font-size: 1.8rem;
    line-height: 2.2;
    margin: 60px 70px 0;
}
.reasonCol {
	margin-top: 70px;
	justify-content: space-around;
}
.reasonCol li a {
	background: #33b2bd;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	text-decoration: none;
    transition: all .3s;
}
.reasonCol li a:hover {
	background: #31a8b3;
	border-radius: 50%;
	opacity: 1;
}
.reasonCol li a .icon img:hover {
	opacity: 1;
}
.reasonCol li a .txt {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.reasonCol li a .icon {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.reasonCol li a .icon img {
	width: 50px;
}
.reasonCol li a:after {
	content: '';
	position: absolute;
	width: 25px;
  	height: 25px;
  	border: 2px solid;
  	border-color:  transparent transparent #fff #fff;
  	transform: rotate(-45deg);
  	bottom: 40px;
  	left: 0;
  	right: 0;
  	margin: auto;
}
.reason01,
.reason02,
.reason03,
.reason04 {
	padding: 64px 0 32px;
    margin-bottom: 20px;
}
.reason01 .subcopy,
.reason02 .subcopy,
.reason03 .subcopy,
.reason04 .subcopy {
	color: #222;
	position: relative;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 50px;
}
.bdl01 {
	border-bottom: 2px solid #222;
	padding-bottom: 8px;
}
.reason01 .subcopy::before,
.reason02 .subcopy::before,
.reason03 .subcopy::before,
.reason04 .subcopy::before {
	position: absolute;
	content: '';
	background: url(/entertainment/images/entame-reason01.png) no-repeat;
	width: 58px;
	height: 91px;
	left: 0;
	top: -28px;
	background-size: contain;
}
.reason02 .subcopy::before {
	background: url(/entertainment/images/entame-reason02.png) no-repeat;
	background-size: contain;
}
.reason03 .subcopy::before {
	background: url(/entertainment/images/entame-reason03.png) no-repeat;
	background-size: contain;
}
.reason04 .subcopy::before {
	background: url(/entertainment/images/entame-reason04.png) no-repeat;
	background-size: contain;
}
.reason05 .subcopy::before {
	background: url(/entertainment/images/entame-reason05.png) no-repeat;
	background-size: contain;
}
.profWrap > div {
	width: 48%;
	margin: 0px 0px 20px;
}
.profWrap > div:nth-child(2n) {
	margin-left: 20px;
}
.profBox img {
	width: 100%;
}
.type .ttl {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}
.type .ttl::before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  border-top: 2px solid #00697f;
}
.type .ttl > span {
	position: relative;
    display: inline-block;
    padding: .8rem 3rem 1rem;
    background: #00697f;
    border-radius: 50vh;
}
.type .typeBox {
	border: 2px solid #222;
	position: relative;
	background: #fff;
    padding: 32px 40px 24px;
}
.type .typeBox .hd-type {
	text-align: center;
	position: relative;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
}
.type .typeBox .hd-type span {
    background: #fafafa;
 	display: inline-block;
    font-size: 2.1rem;
    padding: 0 2rem;
}
.type .typeBox .txt {
	font-size: 1.6rem;
	line-height: 2.2;
	text-align: center;
}
.menuWrap .maincopy {
	font-size: 2.3rem;
    background: #00697f;
    width: 30%;
    color: #fff;
    padding: 1rem;
    margin: 0 auto 40px;
}
.menuWrap .menu {
	flex-wrap: wrap;
}
.menuWrap .menu li a {
	background: #fff;
    border-radius: 10px;
    width: 300px;
    height: 150px;
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
    margin: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 3px 3px 3px 0px rgba(232, 232, 232, 1);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition : 1s;
}
.menuWrap .menu li a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: transparent transparent #28abaf #28abaf;
    transform: rotate(-45deg);
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.menuWrap .menu li a:hover {
	color: #222;
	background: #e7e7e7;
}
.menuWrap .menu li a:hover img {
	opacity: 1;
}
.menuWrap .menu li .tag img {
	width: 60px;
	position: absolute;
	top: -20px;
	left: 10px;
}
.menuWrap .menu li .txt {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
}
.menuWrap .menu .menu06 span {
	display: block;
	width: 100%;
}
.correspond .itemColWrap {
	background: #fff;
	margin: 40px 0 0;
	padding: 0 0 60px;
}
.correspond .itemColWrap .maincopy {
	background: #28abaf;
	padding: 20px 40px 20px 80px;
	font-size: 2.6rem;
	color: #fff;
	position: relative;
	text-align: left;
	top: 15px;
	left: -10px;
}
#menu01 .maincopy::before,
#menu02 .maincopy::before,
#menu03 .maincopy::before,
#menu04 .maincopy::before,
#menu05 .maincopy::before,
#menu06 .maincopy::before {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-icon01-s.png) no-repeat;
	width: 80px;
	height: 60px;
	left: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	background-size: contain;
}
#menu02 .maincopy::before {
	background: url(/outsourcing/images/entame-icon02-s.png) no-repeat;
	background-size: contain;
}
#menu03 .maincopy::before {
	background: url(/outsourcing/images/entame-icon03-s.png) no-repeat;
	background-size: contain;
}
#menu04 .maincopy::before {
	background: url(/outsourcing/images/entame-icon04-s.png) no-repeat;
	background-size: contain;
}
#menu05 .maincopy::before {
	background: url(/outsourcing/images/entame-icon05-s.png) no-repeat;
	background-size: contain;
    width: 63px;
    height: 43px;
    left: 10px;
}
#menu06 .maincopy::before {
	background: url(/outsourcing/images/entame-icon06-s.png) no-repeat;
	background-size: contain;
}
.correspond .itemColWrap .maincopy:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top:0;
    right: 0;
    border-top: 33px solid #fff;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;
    border-bottom:33px solid #fff;
}
.correspond .itemColWrap .ttl .balloon {
	font-size: 2.5rem;
	letter-spacing: .16rem;
	text-align: center;
	margin: 40px 0 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
}
.correspond .itemColWrap .ttl .balloon .color-primary {
	font-size: 2.8rem;
}
.correspond .itemColWrap .ttl .balloon::before {
  content: "";
  width: 52px;
  height: 3px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.correspond .itemColWrap .ttl .balloon::after {
  content: "";
  width: 52px;
  height: 3px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.summary {
	margin-top: 70px;
}
.summary .ph {
	width: 420px;
}
.summary .content{
	flex: 1;
	margin: 0 60px 0 30px;
}
.troubleCol .voice {
	margin: 0 80px;
	justify-content: flex-end;
}
.troubleCol .voice .face {
	width: 120px;
}
.troubleCol .voice .box {
	width: 540px;
    background: #f5f4e9;
    border-radius: 50vh;
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}
.troubleCol .voice.wrapRev .box::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: auto;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #f5f4e9 transparent;
    border-width: 0px 0px 30px 50px;
    transform: scale(1, 1);
    z-index: -1;
}
.troubleCol .voice .box::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #f5f4e9 transparent;
    border-width: 0px 0px 30px 50px;
    transform: scale(-1, 1);
    z-index: -1;
}
.caution {
	padding: 50px 60px 0;
}
.hd-caution {
	font-size: 2.6rem;
    padding-left: 80px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 2px solid #222;
}
.hd-caution span {
    position: relative;
}
.hd-caution span::before {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-cation-icon.png) no-repeat;
	width: 59px;
	height: 53px;
	left: -75px;
	top: 0px;
	bottom: 0;
	margin: auto;
	background-size: contain;
}
.cautionList li {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: 600;
	padding: 10px 0 10px 45px;
	position: relative;
}
.cautionList li::before {
	position: absolute;
	content: '';
	background: url(/outsourcing/images/entame-batsu-icon.png) no-repeat;
	width: 29px;
	height: 30px;
	left: 0px;
	top: 12px;
	background-size: contain;
}
.contract {
	margin: 50px 60px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #00697f;
}
.contract .ttl {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
}
.contract .ttl > span {
    position: relative;
    display: inline-block;
    padding: .8rem 3rem 0.9rem;
    background: #00697f;
    border-radius: 50vh;
}
.contract .ttl::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-top: 1px solid #00697f;
}
.contract .contractList li {
	font-size: 1.8rem;
	margin-bottom: 16px;
	padding-left: 25px;
	position: relative;
}
.contract .contractList li::before {
	position: absolute;
	content: '⚫︎';
	color: #33879f;
	font-size: 2rem;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0;
	background-size: contain;
}
.consultationCol,
.consultationCol02 {
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 750px;
	margin: 0 auto;
}
.consultationCol li,
.consultationCol02 li {
    width: 230px;
    height: 230px;
    background: #d3e7e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    text-align: center;
    line-height: 2;
    margin: 10px;
}
.consultationCol02 {
	max-width: 850px;
}
.consultationCol02 li {
	width: 210px;
    height: 210px;
    margin: 10px 0;
}
.consultationCol02 li:last-child {
	background: #fff;
}
.consultationCol02 li.cut {
	width: 190px;
}
.trouble-inr  {
	max-width: 800px;
	margin: 0 auto;
}
.troubleList {
	flex-wrap: wrap;
	justify-content: space-around;
}
.trouble-inr .sub {
	background: #bee6e7;
	padding: 10px 20px;
	margin: 30px 0 15px;
	font-size: 1.8rem;
}
.troubleList .balloonBL,
.troubleList .balloonBR,
.troubleList .balloonBC,
.troubleList .balloonL,
.troubleList .balloonR {
    width: 215px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 600;
    border: 2px solid #00697f;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.troubleList .balloonBL {
	margin-right: 20px;
}
.troubleList .balloonBR {
	margin-left: 20px;
}
.troubleList .balloonBL:before,
.troubleList .balloonBL:after {
    position: absolute;
    left: 140px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.troubleList .balloonBL:before {
    top: 100%;
    margin-left: -9px;
    border-color: transparent;
    border-top-color: #00697f;
    border-right-color: #00697f;
    border-width: 14px;
}
.troubleList .balloonBL:after {
    top: 100%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-width: 12px;
}
.troubleList .balloonBR:before,
.troubleList .balloonBR:after {
    position: absolute;
    right: 140px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.troubleList .balloonBR:before {
    top: 100%;
    margin-right: -9px;
    border-color: transparent;
    border-top-color: #00697f;
    border-left-color: #00697f;
    border-width: 14px;
}
.troubleList .balloonBR:after {
    top: 100%;
    margin-right: -7px;
    border-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-width: 12px;
}
.troubleList .balloonBC:before,
.troubleList .balloonBC:after {
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.troubleList .balloonBC:before {
    top: 100%;
    margin-left: -12px;
    border-color: transparent;
    border-top: 24px solid #00697f;
    border-right: 12px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 12px solid transparent;
}
.troubleList .balloonBC:after {
    top: 97%;
    margin-left: -12px;
    border-color: transparent;
    border-top: 24px solid #fff;
    border-right: 12px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 12px solid transparent;
}
.troubleList .balloonL:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -34px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 23px solid #FFF;
    z-index: 2;
}
.troubleList .balloonL:after {
	content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 26px solid #00697f;
    z-index: 1;
}
.troubleList .balloonR:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 23px solid #FFF;
  z-index: 2;
}
.troubleList .balloonR:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 26px solid #00697f;
  z-index: 1;
}
.troubleList .cut {
	width: 186px;
	margin: 0 40px;
}
/* Q&A VOICE
----------------------------------*/
.faqWrap,
.linkWrap {
	padding: 50px 30px 70px;
}
.voiceWrap,
.greetingsWrap {
    background: #fafafa;
	padding: 50px 30px 70px;	
}
.faqWrap .ctsInr,
.voiceWrap .ctsInr,
.greetingsWrap .ctsInr, 
.linkWrap .ctsInr {
    max-width: 930px;
    margin: 0 auto;
}
.faqWrap .ctsInr .itemWrap,
.voiceWrap .ctsInr .itemWrap {
	padding-top: 22px;
}
.faqWrap .ctsInr .itemWrap .item,
.voiceWrap .ctsInr .itemWrap .item {
	margin-top: 24px;
}
.faqWrap .ctsInr .itemWrap .item:first-child,
.voiceWrap .ctsInr .itemWrap .item:first-child {
	margin-top: 0;
}
.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl,
.faqWrap .ctsInr .itemWrap .item .wrap .qTtl {
    display: flex;
    min-height: 60px;
    box-sizing: border-box;
    padding: 16px 55px 16px 60px;
    background: #006d8b;
    color: #fff;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
}
.faqWrap .ctsInr .itemWrap .item .wrap .qTtl {
    padding: 16px 60px;
	background: #3289a0;
}
.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl::before {
    position: absolute;
    content: '';
    background: url(/outsourcing/images/entame-voice-icon.png) no-repeat;
    width: 27px;
    height: 29px;
    left: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
.faqWrap .ctsInr .itemWrap .item .wrap .qTtl::before {
	content: "Q";
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 4rem;
    line-height: .8;
    letter-spacing: 0.16em;
    position: absolute;
    left: 24px;
}
.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl::after,
.faqWrap .ctsInr .itemWrap .item .wrap .qTtl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
   transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.voiceWrap .ctsInr .itemWrap .item .wrap.js-open .qTtl::after,
.faqWrap .ctsInr .itemWrap .item .wrap.js-open .qTtl::after {
	transform: translateY(0%) rotate(315deg);
    transition: all 0.3s ease-out;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer,
.voiceWrap .ctsInr .itemWrap .item .wrap .answer  {
	display: none;
	height: 0;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr,
.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr {
	box-sizing: border-box;
	padding: 22px 40px 28px 45px;
	background: #fff;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt,
.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt::before {
	content: "A.";
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-indent: 2rem;
	margin-left: -3.2rem;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr a,
.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr a {
	font-size: 1.6rem;
	display: inline-block;
	font-weight: 600;
	margin-top: 10px;
}
.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr a:hover,
.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr a:hover {
	color: #222;
	text-decoration: none;
}
.greetingsWrap .maincopy {
	font-size: 3rem;
	border-bottom: 2px solid #222;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.greetingsWrap .ph {
	width: 220px;
	margin-right: 40px;
}
.greetingsWrap .ph img {
	width: 100%;
}
.greetingsWrap .content {
	flex: 1;
}
.linkWrap .txt {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.linkWrap .btnLine a {
    width: 60%;
    display: block;
    background: #006d8b;
    padding: 20px 5px 20px 0;
    margin: 0 auto 40px;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 2.2rem;
    font-weight: 600;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all .3s;
}
.linkWrap .btnLine a:before{
    content: '';
    position: absolute;
    bottom: 25px;
    right: 40px;
    width: 30px;
    height: 2px;
    background: #fafafa;
}
.linkWrap .btnLine a:after{
    content: '';
    position: absolute;
    top: 30px;
    right: 40px;
    width: 15px;
    height: 2px;
    background: #fafafa;
    transform: rotate(35deg);
}
.linkWrap .btnLine a:hover {
	background: #0181a3;
}
.ank {
	margin-top: -40px;
	padding-top: 40px;
}

/* ヘッダー用　イレギュラー
----------------------------------*/
@media screen and (max-width: 1240px) {
	.mainVisWrap .visInr .txtCol .txt {
		font-size: 2.2rem;
		line-height: 1.8;
	}	
}
/* tab
----------------------------------*/
@media screen and (max-width: 1020px) and (min-width: 768px) {
	.requestCol li {
	    width: calc((100% / 3) - 20px);
	}
	.item .maincopy {
	    font-size: 2.4rem;
	}
	.proposal {
		width: 90%;
	}
	.proposal .cut img {
		width: 160px;
	}
	.conclusion {
		padding: 70px 40px 30px;
	}
	.reasonCol li a {
		width: 240px;
		height: 240px;
	}
	.outsourcingWrap .col2 {
		width: 48%;
	}
	.menuWrap .menu {
	    flex-wrap: wrap;
	    width: 82%;
	    margin: 0 auto;
	}
	.summary {
		display: block;
	}
	.summary .ph {
		width: 60%;
		margin: 0 auto 20px;
	}
	.caution {
		padding: 40px 30px 0;
	}
	.proposal02 {
		margin: 30px 30px 0;
	}
	.contract {
		margin: 30px 30px 0;
	}
	.correspond .itemColWrap .maincopy {
		font-size: 2.2rem;
	}
	.correspond .itemColWrap .maincopy:after {
	    border-top: 32px solid #fff;
	    border-right: 10px solid #fff;
	    border-left: 22px solid transparent;
	    border-bottom: 32px solid #fff;
	}
	.troubleCol .voice {
		margin: 0 40px;
	}
	.proposal03 {
		margin: 40px 30px 0;
	}
	.troubleList .balloonBL, .troubleList .balloonBR, .troubleList .balloonBC, .troubleList .balloonL, .troubleList .balloonR {
		width: 24%;
	}
	.consultationCol02 {
		max-width: 680px;
		justify-content: space-between;
	}
	.linkWrap .txt {
		font-size: 2rem!important;
	}
	.greetingsWrap .maincopy {
		font-size: 2.8rem;
	}
	.greetingsWrap .maincopy {
		bottom: -30px;
	}
}
/* ヘッダー用　イレギュラー
----------------------------------*/
@media screen and (max-width: 890px) {
	.mainVisWrap .visInr .txtCol .txt {
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.mainVisWrap .badge img {
		width: 150px;
		margin: 0 10px;
	}	
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.mainVisWrap {
		background-image: url(/outsourcing/images/sp_outsourcing_vis_img.png);
	}
	.wrapFlex {
	display: block;
	}
	.wrapFlex-sp {
	display: flex;
	}
	.outsourcingWrap .col2 {
		width: auto;
		margin: 0 0 40px;
	}
	.secCtsItemWrap > div {
	    padding: 30px 20px 20px;
	}
	.requestCol li {
		width: 90%;
        padding: 15px 0;
        margin: 10px auto;
	}
	.mainVisWrap .badgeWrap {
		position: static;
		left: 0;
		right: 0;
		bottom: 40px;
		margin: auto;
        justify-content: center;
	}
    .mainVisWrap .visInr .ttl {
        width: 100%;
        text-align: center;
    }
    .mainVisWrap .visInr .txtCol {
        margin-top: 10px;
    }
    .mainVisWrap .visInr .txtCol .txt {
        font-size: 1.4rem;
        line-height: 2.6rem;
        margin-bottom: 15px;
    }
	.item .maincopy {
	    font-size: 2.2rem;
	    line-height: 2;
	    margin-bottom: 1rem;
	}
	.item .subncopy {
	    font-size: 2rem;
	}
	.requestCol::before {
		left: -5px;
		bottom: -120px;
	}
	.requestCol::before {
	    width: 177px;
	    height: 145px;
	}
	.problem {
	    padding: 20px;
	    margin-top: 40px;
	}
	.problem::after {
	    left: 45%;
	}
	.proposal {
		width: auto;
		padding: 15px 20px;
		border-radius: 20px;
	}
	.proposal .txt {
		font-size: 1.8rem;
		text-align: left;
		width: 96%;
		margin-bottom: 50px;
	}
	.conclusion {
	    padding: 70px 20px 40px;
	}
	.conclusion .txt {
		font-size: 1.7rem;
	}
	.proposal .cut {
		position: absolute;
        width: 110px;
        right: -20px;
        top: 100px;
	}
	.proposal .cut img {
		width: 100%;
	}
	.reasonCol {
		display: block;
	}
	.reasonCol {
		margin-top: 50px;
	} 
	.reasonCol li a {
        width: 80%;
        height: 160px;
        margin: 40px auto 0px;
        border-radius: 50vh;
	}
	.reasonCol li a .icon {
		top: -25px;
	}
	.reasonCol li a .icon img {
	    width: 40px;
	}
	.reasonCol li a .txt {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.reasonCol li a:after {
		width: 18px;
		height: 18px;
		bottom: 20px;
	}
	.type .typeBox .txt {
    	font-size: 1.5rem;
    	line-height: 2;
	}
	.profWrap > div {
		width: auto;
		margin: 0 0 30px;
	}
	.type .ttl,
	.type .typeBox .hd-type span {
		font-size: 1.8rem;
		margin: 30px 0 20px;
	}
	.type .typeBox {
		padding: 15px 15px 0;
	}
	.menuWrap .maincopy {
		padding: 0rem 5rem;
	}
	.menuWrap .menu li a {
		width: auto;
		height: 135px;
	}
	.menuWrap .menu li .txt {
		line-height: 1.6;
	}
	.menuWrap .menu li a:after {
	    width: 15px;
	    height: 15px;
	}
	.menuWrap .menu li .tag img {
		top: -5px;
		width: 50px;
	}
	.correspond .itemColWrap .maincopy {
        font-size: 1.7rem;
        line-height: 1.6;
        padding: 5px 20px 5px 55px;
		display: flex;
        flex-wrap: wrap;
        align-items: center;
		left: -5px;
		height: 60px;
	}
	.correspond .itemColWrap .maincopy:after {
	    border-top: 35px solid #fff;
	    border-right: 0px solid #fff;
	    border-left: 20px solid transparent;
	    border-bottom: 35px solid #fff;
	}
	#menu01 .maincopy::before, #menu02 .maincopy::before, #menu03 .maincopy::before, #menu04 .maincopy::before, #menu05 .maincopy::before, #menu06 .maincopy::before {
	    width: 60px;
	    height: 40px;
	}
	#menu05 .maincopy::before {
		width: 50px;
		height: 30px;
	}
	.correspond .itemColWrap .ttl {
		text-align: center;
	}
	.correspond .itemColWrap .ttl .balloon {
        display: inline-block;
        font-size: 1.7rem;
        text-align: center;
        margin: 0 auto;
        padding: 20px 0 0;
	}
	.correspond .itemColWrap .ttl .balloon::before,
	.correspond .itemColWrap .ttl .balloon::after {
		position: absolute;
    	width: 32px;
    	height: 3px;
	}
	.correspond .itemColWrap .ttl .balloon::before {
		left: -25px;
		bottom: 10px;
	}
	.correspond .itemColWrap .ttl .balloon::after {
		right: -25px;
		bottom: 10px;
	}
	.correspond .itemColWrap .ttl .balloon .color-primary {
		font-size: 2.2rem;
		line-height: 2;
	}
	.troubleCol .voice {
		margin: 15px 5px;
		display: flex;
	    align-items: end;
	}
	.troubleCol .voice .box {
		flex: 1;
		width: auto;
	    margin: 10px;
	    padding: 10px 20px;
	    font-size: 1.6rem;
	    line-height: 1.7;
	    border-radius: 20px;
	}
	.troubleCol .voice .face {
	    width: 90px;
	}
	.summary .ph {
		width: auto;
	}
	.summary .content {
		margin: 20px 15px;
	}
	.caution {
		padding: 30px 15px 0;
	}
	.hd-caution {
		font-size: 2rem;
		line-height: 1.7;
		padding-left: 50px;
		padding-bottom: 15px;
	}
	.hd-caution span::before {
		width: 49px;
		height: 43px;
		left: -80px;
	}
	.cautionList li {
		font-size: 1.6rem;
		padding: 10px 0 10px 35px;
	}
	.cautionList li::before {
		width: 26px;
		height: 27px;
	}
	.proposal02,
	.proposal03 {
	    border: 4px solid #36b1b4;
	    margin: 20px 10px 0;
	}
	.proposal02 .content,
	.proposal03 .content {
		font-size: 1.7rem;
		line-height: 2;
		margin: 15px 15px 100px;
		position: relative;
	}
	.proposal03 .content,
	.proposal03 .content-w {
		margin: 15px 15px 0px;
	}
	.proposal03 .content-w p {
		width: auto;
	}
	.proposal02 .cutL,
	.proposal03 .cutR {
	    position: absolute;
	    width: 110px;
	    left: auto;
	    right: 10px;
	    bottom: 0;
	}
	.proposal03 {
		padding: 0 0 100px;
	}
	.proposal04 {
		margin: 0;
	}
	.proposal04 .txt {
	    font-size: 1.7rem;
	    line-height: 2;
	    margin: 60px 50px 0;
	}
	.contract {
		margin: 40px 15px 0;
	}
	.contract .ttl {
		font-size: 1.8rem;
	}
	.contract .contractList li {
		font-size: 1.6rem;
		line-height: 1.7;
	}
	.troubleCol .voice.wrapRev .box::after {
		z-index: -1;
	}
	.correspond .itemColWrap {
		padding: 0 0 50px;
	}
	.consultationCol li, .consultationCol02 li {
	    width: auto;
	    height: 120px;
	    border-radius: 51vh;
	    font-size: 1.6rem;
	}
	.consultationCol02 li:last-child {
	    background: #fff;
	    width: 40%;
	    position: relative;
	    left: 60%;
	}
	.trouble-inr .sub {
	    font-size: 1.6rem;
	}
	.troubleList .balloonBL,
	.troubleList .balloonBC,
	.troubleList .balloonBR,
	.troubleList .balloonL,
	.troubleList .balloonR {
        width: 70%;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5rem;
	}
	.troubleList .balloonBL:before,
	.troubleList .balloonBC:before,
	.troubleList .balloonBR:before {
	    top: 100%;
	    margin-left: 0;
	    border-color: transparent;
	    border-top: 24px solid #00697f;
	    border-right: 12px solid transparent;
	    border-bottom: 24px solid transparent;
	    border-left: 12px solid transparent;
	    left: 45%;
	}
	.troubleList .balloonBL:after,
	.troubleList .balloonBC:after,
	.troubleList .balloonBR:after {
	    top: 97%;
	    margin-left: 0;
	    border-color: transparent;
	    border-top: 24px solid #fff;
	    border-right: 12px solid transparent;
	    border-bottom: 24px solid transparent;
	    border-left: 12px solid transparent;
	    left: 45%;
	}
	.troubleList .balloonBR:before,
	.troubleList .balloonBR:after {
		margin-right: 0;
	}
	 .troubleList .balloonL:after,
	 .troubleList .balloonR:after {
	    content: "";
	    position: absolute;
	    top: -25px;
	    right: 45%;
	    margin-top: -14px;
	    border: 14px solid transparent;
	    border-left: auto;
	    border-bottom: 25px solid #00697f;
	    z-index: 1;
	}
	.troubleList .balloonL:before,
	.troubleList .balloonR:before  {
	    content: "";
	    position: absolute;
	    top: -18px;
	    right: 45%;
	    left: auto;
	    margin-top: -18px;
	    border: 14px solid transparent;
	    border-left: auto;
	    border-bottom: 25px solid #fff;
	    z-index: 2;
	}
	.troubleList .balloonR:after,
	.troubleList .balloonR:before {
		right: auto;
		left: 45%;
	}
	.troubleList .cut {
	    width: 30%;
	    margin: 30px auto 0;
	}
	.proposal04 .txt {
		margin: 30px 30px 0;
	}
	.proposal04::before {
		background: url(/outsourcing/images/entame-kakko-sp.png) no-repeat;
        width: 24px;
        height: 170px;
        left: 10px;
        background-size: contain;
	}
	.proposal04::after {
		background: url(/outsourcing/images/entame-kakko-sp.png) no-repeat;
        width: 24px;
        height: 170px;
        right: 10px;
        background-size: contain;
	}
	.child_1{
	  order: 1;
	}
	.child_3{
	  order: 2;
	}
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
	.outsourcingWrap {
		margin-top: 20px;
	}
	.mainVisWrap .visInr {
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 20px;
        position: static;
        display: block;
	}
	.voiceWrap, .greetingsWrap,
	.faqWrap, .linkWrap {
		padding: 30px 20px;
	}
	.faqWrap .ctsInr .itemWrap,
	.voiceWrap .ctsInr .itemWrap {
		padding-top: 0px;
	}
	.faqWrap .ctsInr .itemWrap .item,
	.voiceWrap .ctsInr .itemWrap .item  {
		margin-top: 30px;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .qTtl,
	.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl {
		display: flex;
		min-height: 45px;
		box-sizing: border-box;
		padding: 6px 35px 6px 40px;
		font-size: 1.6rem;
		line-height: 1.5;
        align-items: center;
	}
	.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl {
		padding: 6px 35px 6px 50px;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .qTtl::before,
	.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl::before {
		font-size: 2.4rem;
		line-height: 1.5;
		left: 10px;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .qTtl::before {
		padding: 0 10px 0 0;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .qTtl::after,
	.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl::after {
		width: 12px;
		height: 12px;
		right: 15px;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr,
	.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr {
		padding: 15px 15px 15px 40px;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt,
	.voiceWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt {
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
		margin-bottom: 0;
	}
	.faqWrap .ctsInr .itemWrap .item .wrap .answer .inr .txt::before {
		font-size: 1.8rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin-left: -1.8rem;
	}
	.voiceWrap .ctsInr .itemWrap .item .wrap .qTtl::before {
		width: 20px;
		height: 23px;
	}
	.greetingsWrap .maincopy {
		font-size: 2rem;
	}
	.greetingsWrap .ph {
    	width: 60%;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: 10px;
	}
	.btnWrap {
		margin-top: 0;
	}
	.linkWrap .txt {
		font-size: 1.6rem;
	}
	.linkWrap .btnLine a {
	    width: auto;
	    font-size: 1.8rem;
	}
	.linkWrap .btnLine a:after {
	    top: 27px;
	    right: 20px;
	    width: 12px;
	}
	.linkWrap .btnLine a:before {
	    right: 20px;
	    width: 25px;
	}
}


/** 追記 **/
.maincopyListWrap {
    display: grid;
    grid-template-columns: auto 260px;
    align-items: center;
    column-gap: 16px;
}
.boxCheckList img {
	padding-top: 5px;
    width: 4rem;
}
.boxCheckList {
	margin-top: 16px;
}
.boxCheckList li {
    font-size: 2.2rem;
    line-height: 1.8;
    display: flex;
    column-gap: 16px;
}
.boxCheckList li + li {
    margin-top: 17px;
}

.maincopyAreaImg {
    width: 215px;
    margin: 0 auto;
}
.maincopyAreaImg img {
    width: 100%;
}
.textImg {
    display: grid;
    grid-template-columns: 1fr 290px;
}
.boxTitle {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3rem;
    border: 3px solid;
    width: fit-content;
    padding: 16px 32px;
    background: #fff;
    margin-inline: auto;
}
.iconBoxList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 47px 16px;
    margin-top: 7%;
    margin-bottom: 2%;
}
.iconBoxList img {
    width: 90px;
    position: absolute;
    top: -15%;
}
.iconBoxList li {
    background: #fff;
    border-radius: 10px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    box-shadow: 3px 3px 3px 0px rgba(232, 232, 232, 1);
    font-weight: 600;
    padding: 48px 16px 16px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0;
}


.meritBox li {
	border: 3px solid #00697f;
	border-radius: 16px;
	background: #fff;
	padding: 32px 32px 16px;
	margin-bottom: 24px;
}
.meritBox li .title {
	font-size: 2.6rem;
	display: flex;
	justify-items: center;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 2px solid #222;
}
.meritBox li .title .marker {
	font-weight: 600;
	background: #fff88c;
	margin: 10px;
}
.meritBox li .title .label {
	position: relative;
    background-color: #00697f;
    color: #fff;
    font-size: 22px;
    display: flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 46px;
    width: 20%;
    margin-right: 24px;
}
.meritBox li .title .label .en {
	font-size: 3.2rem;
	margin-bottom: 0;
	letter-spacing: 0;
}
.meritBox li .title .label::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    border-top: solid 23px transparent;
    border-bottom: solid 23px transparent;
    border-left: solid 20px #00697f;
}
.profWrap {
	margin-top: 40px;
}
.reason .wrapFlex {
	justify-content: center;
}
.reason .wrapBtw {
	justify-content: space-between;
}

.price .itemInr02 .planTb {
	width: 100%;
	margin-bottom: 16px;
}
.price .itemInr02 .planTb tr {
	border: 2px solid #3a8b8b;
}
.price .itemInr02 .planTb th {
    vertical-align: middle;
    box-sizing: border-box;
    padding: 6px;
    background: #3a8b8b;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.04em;
    width: 50%;
}
.price .itemInr02 .planTb th:last-child {
    border: 2px solid #3a8b8b;
}
.price .itemInr02 .planTb td {
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 16px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    width: 50%;
	border: 2px solid #3a8b8c;
}
.price .itemInr02 .planTb td .num {
	font-size: 2rem;
	font-weight: 600;
}

/* CASE
----------------------------------*/
.caseWrap .ctsInr {
    max-width: 930px;
    margin: 0 auto;
}
.caseWrap .ctsInr .itemWrap .item {
	margin-top: 32px;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl {
    box-sizing: border-box;
	border: 2px solid #28abaf;
    background: #fff;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .wrapFlex {
	flex-wrap: nowrap;
	align-items: center;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .title {
	font-size: 2.4rem;
	line-height: 1.4;
    width: 70%;
  	font-style: normal;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .title .marker {
    font-weight: 600;
    line-height: 1;
    margin: 0px;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .label {
	position: relative;
    background-color: #28abaf;
    color: #fff;
    font-size: 3.2rem;
  	font-family: "Roboto Condensed", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 80px;
    width: 17%;
    margin-right: 32px;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .label::before {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    border-top: solid 40px transparent;
    border-bottom: solid 40px transparent;
    border-left: solid 16px #28abaf;
}
.caseWrap .ctsInr .itemWrap .item .wrap .qTtl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: 2px solid #28abaf;
  border-right: 2px solid #28abaf;
  transform: translateY(-2px) rotate(135deg);
   transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.caseWrap .ctsInr .itemWrap .item .wrap.js-open .qTtl::after {
	transform: translateY(0%) rotate(315deg);
    transition: all 0.3s ease-out;
}
.caseWrap .ctsInr .itemWrap .item .wrap .caseText .sub {
	font-size: 2.2rem;
	padding: 0px 0px 24px;
}
.caseWrap .ctsInr .itemWrap .item .wrap .caseText  {
	display: none;
	height: 0;
}
.caseWrap .ctsInr .itemWrap .item .wrap .caseText .inr {
    box-sizing: border-box;
    padding: 32px 40px 4px;
    margin: 0 2px 0 0;
    background: #fff;
    box-shadow: 2px 2px 4px #E8E8E7;
}
.caseWrap .ctsInr .itemWrap .item .wrap .caseText .inr .tag {
	background: #222;
	border-radius: 50vh;
	width: 20%;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 16px;
}
.caseWrap .ctsInr .itemWrap .item .wrap .caseText .inr .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
}
.caseWrap .ctsInr .itemWrap .commentwrap .title {
	font-size: 2rem;
  	position: relative;
	overflow: hidden;
}
.caseWrap .ctsInr .itemWrap .commentwrap .title::after {
	position: absolute;
	content: "";
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: black;
}
.caseWrap .ctsInr .itemWrap .commentwrap .profBox {
	margin: 16px 8px;
}
.caseWrap .ctsInr .itemWrap .commentwrap .profBox .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.caseWrap .ctsInr .itemWrap .commentwrap .profBox .name {
	padding-top: 6px;
	font-size: 1.4rem;
	text-align: center;
}
.caseWrap .ctsInr .itemWrap .commentwrap .profBox .img img {
  position: absolute;
  top: 0;
  left: -10px;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.caseWrap .itemInr02 .itemWrap.other {
	border: 2px solid #00697f;
	border-radius: 8px;
	padding: 24px 40px;
	margin-top: 40px;
	background: #fff;
}
.caseWrap .itemInr02 .itemWrap.other .title {
	font-size: 2.4rem;
	margin-bottom: 16px;
}
.caseWrap .itemInr02 .itemWrap.other .list li {
	font-size: 2rem;
	line-height: 1.8;
  	padding-left: 1em;
  	position: relative;
  	margin-top: 4px;
}
.caseWrap .itemInr02 .itemWrap.other .list li::before {
	position: absolute;
	content: '・';
	font-size: 2rem;
	left: 0;
	top: 0;
}
/*step*/
.step .stepWrap {
	border: 4px solid #28abaf;
	padding: 32px 16px 10px 40px;
	background: #fff;
	position: relative;
	margin-bottom: 48px;
}
.step .stepWrap::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 32px solid #28abaf;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: auto;
}
.step .stepWrap .iconTitle {
	font-size: 2.8rem;
    display: grid;
    align-items: center;
    grid-template-columns: 140px auto;
    margin-bottom: 24px;
}
.step .stepWrap .contentWrap {
	flex: 1;
}
.step .stepWrap .imgWrap {
	width: 320px;
	padding-left: 16px;
}
/* ヘッダー用　イレギュラー
----------------------------------*/
@media screen and (max-width: 890px) {
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .label {
		font-size: 3rem;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .title {
		font-size: 2rem;
	}
	.boxTitle {
		font-size: 2.4rem;
	}
	.meritBox li .title {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.meritBox li .title .label {
		font-size: 1.8rem;
	}
	.step .stepWrap .iconTitle {
		font-size: 2.4rem;
		line-height: 1.4;
		grid-template-columns: 110px auto;
	}
	.step .stepWrap .icon img {
		width: 100px;
		height: auto;
	}
	.profWrap > div:nth-child(2n) {
		margin-left: 0;
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.fs-l {
		font-size: 2.4rem;
	}
	.boxCheckList li {
	    font-size: 1.8rem;
	}
	.maincopyListWrap {
		display: block;
	}
	.maincopyAreaImg {
		margin: 20px auto 0;
	}
	.textImg {
		display: block;
	}
	.textImgImg img {
		width: 100%;
	}
	.textImgImg {
		width: 200px;
		margin: 0 auto 10px;
	}
	.item .en {
		margin-bottom: 0px;
	}
	.meritBox li {
		padding: 20px;
	}
	.meritBox li .title {
	    font-size: 2rem;
	    display: block;
	    padding-bottom: 16px;
	    margin-bottom: 16px;
	    border-bottom: 2px solid #222;
	}
	.meritBox li .title .label {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.meritBox li .title .marker {
		margin: 0;
		line-height: 1.8;
	}
	.meritBox li .title .label::before {
		content: none;
	}
	.meritBox li .textImgImg img {
		width: 100%;
		height: auto;
	}
	.meritBox li .textImgImg {
		width: 100%;
		margin: 0 auto;
	}
	.boxTitle {
		font-size: 2rem;
		padding: 10px 20px;
		margin-bottom: 40px;
	}
	.etc {
		font-size: 1.8rem;
	}
	.reason01, .reason02, .reason03, .reason04 {
		padding: 0px 0px 20px;
	}
	.reason01 .subcopy::before, .reason02 .subcopy::before, .reason03 .subcopy::before, .reason04 .subcopy::before {
		width: 48px;
		height: 81px;
		top: 0px;
	}
	.reason01 .subcopy, .reason02 .subcopy, .reason03 .subcopy, .reason04 .subcopy {
		font-size: 2rem;
		line-height: 1.8;
		height: 80px;
		margin-bottom: 10px;
		text-align: left;
		padding-left: 64px;
	}
	.bdl01 {
    	padding-bottom: 2px;
	}
	.reason .wrapBtw {
		margin-bottom: 30px;
	}
	.caseWrap .ctsInr .itemWrap .item {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .label {
		font-size: 2.6rem;
		width: 100%;
		height: auto;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .label::before {
		content: none;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .title {
		font-size: 1.8rem;
		width: 80%;
		margin: 10px;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl::after {
		top: 80px;
		bottom: auto;
		right: 25px;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .qTtl .title .marker {
		line-height: 1.7;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .caseText .inr {
		padding: 15px;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .caseText .inr .tag {
		width: 100%;
		font-size: 1.6rem;
	}
	.caseWrap .ctsInr .itemWrap .item .wrap .caseText .sub,
	.caseWrap .ctsInr .itemWrap .commentwrap .title {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.caseWrap .ctsInr .itemWrap .commentwrap .profBox {
		display: flex;
		align-items: center;
	}
	.caseWrap .ctsInr .itemWrap .commentwrap .profBox .img {
		width: 120px;
		height: 120px;
	}
	.caseWrap .ctsInr .itemWrap .commentwrap .profBox .name {
		padding-top: 0;
		padding-left: 10px;
	}
	.caseWrap .itemInr02 .itemWrap.other {
		padding: 15px;
	}
	.caseWrap .itemInr02 .itemWrap.other .title {
		font-size: 1.8rem;
	}
	.caseWrap .itemInr02 .itemWrap.other .list li {
		font-size: 1.8rem;
	}
	.step .stepWrap {
		padding: 15px;
	}
	.step .stepWrap .iconTitle {
		font-size: 2.2rem;
		line-height: 1.4;
		grid-template-columns: 100px auto;
	}
	.step .stepWrap .iconTitle .icon img {
		width: 90px;
		height: 62px;
	}
	.step .stepWrap .imgWrap {
		padding-left: 0;
	}
	.planTb .head{
    display:none;
  	}
  	.planTb {
  	  width: 100%;
  	}
  	.price .itemInr02 .planTb td {
    background: #fff;
  	  display: block;
  	  width: 100%;
  	  border-bottom:none;
  	}
  	.price .itemInr02 .planTb td:first-child{
  	  width: 100%;
  	  background: #3a8b8c;
  	  color:#fff;
  	  margin: 0;
  	}
  	.price .itemInr02 .planTb td:first-child::before,
  	.price .itemInr02 .planTb td:before{
  	  content: attr(data-label);
  	  font-size: 1.4rem;
  	  font-weight:bold;
  	  color: #222;
  	  display: block;
  	}
  	.price .itemInr02 .planTb td:first-child::before {
  		color: #fff;
  	}
  	.planTb tr:last-child{
  	  border-bottom: solid 1px #ccc;
  	}
  	.price .itemInr02 .planTb tr {
  		border: none;
  		border-bottom: 2px solid #3a8b8b;
  	}
  	.price .itemInr02 .planTb td .num {
  		font-size: 1.9rem;
  	}
  	.iconBoxList {
  		grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
  	}
  	.iconBoxList li {
  		font-size: 1.6rem;
  		padding: 46px 10px 10px;
  	}
  	.iconBoxList li .fs-m {
  		font-size: 1.4rem;
  	}
}