@charset "utf-8";
/* CSS Document */

#case h1 {
    margin: 0 0 25px 0;
    background: transparent url(https://gigaplus.makeshop.jp/thsnet/images/original_page_h1bk.png) no-repeat scroll left bottom;
    padding: 10px 0px;
    font-size: 115%;
    font-weight: bold;
}

#case h2{
	background: #f1f1f1;
	padding: 30px 0 10px;
	font-size: 26px;
	font-weight: bold;
	margin: 40px 0 15px;
	text-align: center;
	position: relative;
}
#case h2#case1:before{
	content: "CASE1";
	font-weight: normal;
	font-size: 15px;
	color: #1470c6;
	position: absolute;
	top: 15%;
	left: 50%;
}
#case section#custo div{
	display: flex;
	justify-content: space-between;
}
#case section#custo div > div{display: flex; flex-direction: column;}
#case section#custo div p img{ width: 520px; height: auto;}
#case section#custo div > ul li{ margin: 0 0 0 10px; line-height: 40px; }
#case section#custo div > ul li{
	border-bottom: dotted 1px #d7d7d7;
}
#case section#custo div > ul.item{
	background: #effafc;
	padding: 20px;
	margin-top: auto;
}
#case section#custo div > ul.item li{
	border-bottom: none; line-height: 20px;
}
#case section#custo div > ul.item li h3{
	font-weight: bold;
	font-size: 15px;
	color: #1470c6;
}

/* customer*/
#case section.customer{
	display: block;
	text-align: center;
	margin: 60px auto;
}

#case section.customer h3.sec-heading{
	display: inline-block;   /* 英字幅を基準に */
	font-family: "Inter", "DIN Alternate", "Helvetica Neue", Arial, sans-serif;
	margin: 0 0 20px;
	position: relative;
}
#case section.customer h3.sec-heading:before{
    content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/case/icon-come.png) no-repeat;
    position: absolute;
    top: -20%;
    left: -25%;
    padding: 30px;
    background-size: contain;
}
#case section.customer h3 span.sec-heading__en{
  display: block;
  font-size: 28px;
  font-weight: 700;
}
#case section.customer h3 span.sec-heading__sub{
  position: relative;
  display: block;
  padding-left: 180px;      /* ← 線の分だけ余白 */
  text-align: right;       /* 日本語を右寄せ */
  font-size: 14px;
  font-weight: 500;
  color: #1aa3d9;
}
#case section.customer h3 span.sec-heading__sub::before{
  content: "";
  position: absolute;
  left: 0;                 /* 英字左端と揃う */
  top: 50%;
  width: 180px;             /* 線の長さ（調整可） */
  height: 1px;
  background: #1470c6;
  transform: translateY(-50%);
}
#case section.customer h4{
	font-family: "Tsukushi A Maru Gothic","筑紫A丸ゴシック","Hiragino Maru Gothic ProN","Yu Gothic",sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	position:relative;
}
#case section.customer h4:before{
	content: "「";
	font-size: 40px;
	color: #888;
	position:absolute;
	top:-80%;
	left:20%;
}
#case section.customer h4:after{
	content: "」";
	font-size: 40px;
	color: #888;
	position:absolute;
	bottom:-80%;
	right:20%;
}
#case section.customer p {
	font-family: "Tsukushi A Maru Gothic","筑紫A丸ゴシック","Hiragino Maru Gothic ProN","Yu Gothic",sans-serif;
	line-height: 20px;
	margin: 20px 0;
}
#case section.customer > ul{
	display: flex;
}
#case section.customer > ul li{
	margin: 20px 0;
}
#case section.customer > ul li img{ width:80%; height: auto; margin:0 ;}

/* staff */
#case section.staff{
	text-align: center;
	background: #effafc;
	padding: 30px 20px;
}
#case section.staff h3.sec-heading{
	display: inline-block;   /* 英字幅を基準に */
	font-family: "Inter", "DIN Alternate", "Helvetica Neue", Arial, sans-serif;
	margin: 0 0 20px;
	position: relative;
}
#case section.staff h3.sec-heading:after{
    content: "";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/case/icon-oyaji.png) no-repeat;
    position: absolute;
    bottom: -10%;
    right: -30%;
    padding: 30px;
    background-size: contain;
}
#case section.staff h3 span.sec-heading__en{
  display: block;
  font-size: 28px;
  font-weight: 700;
}
#case section.staff h3 span.sec-heading__sub{
  position: relative;
  display: block;
  padding-left: 60px;      /* ← 線の分だけ余白 */
  text-align: right;       /* 日本語を右寄せ */
  font-size: 14px;
  font-weight: 500;
  color: #1aa3d9;
}
#case section.staff h3 span.sec-heading__sub::before{
  content: "";
  position: absolute;
  left: 0;                 /* 英字左端と揃う */
  top: 50%;
  width: 60px;             /* 線の長さ（調整可） */
  height: 1px;
  background: #1470c6;
  transform: translateY(-50%);
}
#case section.staff p{ text-align: left ; }
#case section.staff h4{
	text-align: center;
	margin: 30px auto 10px;
	font-weight: bold;
	font-size: 15px;
}
#case section.staff ul{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
#case section.staff ul > li{
	display: flex;
	background: #fff;
	padding: 10px;
	width: calc(30%);
	position: relative;
}
#case section.staff ul > li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#case section.staff ul > li:after {
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 14px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(0, -50%);
}
#case section.staff ul > li > p{ width: 30%; margin: auto 0; }
#case section.staff ul > li > p img{
	width: 65%;
	height: auto;
}
#case section.staff ul > li > p img{ width:70%; height: auto; }
#case section.staff ol{
	display: flex;
	font-size: 11px;
	/* margin: 0; */
}
#case section.staff ol > li {
    padding: 2px;
    background: #e9f8fe;
    margin: 0 5px 0 0;
    color: #1470c6;
    font-weight: bold;
}


/* boshu */
#case section#boshu {
    background: #f1f1f1;
    background-image: url(https://gigaplus.makeshop.jp/thsnet/images/page/case/pc-img-back.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 35px 20px;
    margin: 80px auto;
}
#case section#boshu h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
    line-height: 50px;
	position: relative;
}
#case section#boshu h3:before {
    content: " ";
    background: url(https://gigaplus.makeshop.jp/thsnet/images/page/case/icon-h3.png) no-repeat;
    position: absolute;
    left: 50%;
    top: -15%;
    width: 50px;
    height: 16px;
    transform: translateX(-50%);
    font-size: 18px;
}
#case section#boshu h3 > span{
	color: #41aed9;
	font-size: 20px;
	text-decoration: underline;
    text-underline-offset: 10px;
}
#case section#boshu p.btn{
	width: 40%;
	margin: 30px auto;
	position: relative;
	background: #075cab;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
}
#case section#boshu p.btn a{
    color: #fff;
    display: block;
    padding: 15px 20px;
}
#case section#boshu p.btn:after {
    content: "\e5e1";
    font-family: "Material Icons";
    font-size: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
	color: #fff;
}

#case .txt_blue{ color: #1470c6; }
#case em{ background: linear-gradient(transparent 40%, #f9db93 30%); font-weight: bold;
}