
.inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.inner1 {
	max-width: 1200px;
}

.inner2 {
	max-width: 1024px;
}

.button--orange {
	background: rgb(255, 196, 82);
	background: linear-gradient(45deg, rgb(255, 196, 82) 0%, rgb(227, 157, 23) 100%);
	border-radius: 80px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

.button-arrow {
	position: relative;
}

.button-arrow::before {
	background: url(../images/icon-arrow-right.svg) center center/cover no-repeat;
	content: "";
	display: block;
	height: 18.71px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

#T-case {
	background: rgb(0, 169, 229);
	background: linear-gradient(270deg, rgb(0, 169, 229) 0%, rgb(161, 235, 239) 100%);
	padding-bottom: 103px;
	padding-top: 102px;
}

.sectionTitle--case {
	color: #FFFFFF;
	margin-bottom: 59px;
	text-align: center;
}

.sectionTitle--case h3 {
  margin-top: 5px;
  font-size: 16px;
    /* color: #004078; */
    color: #FFFFFF;
  font-weight: 700;
}

.sectionTitle--case p {
	font-size: 26px;
  /* color: #004078; */
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 3px;
}

.sectionTitle--case p::before {
	background-image: url(../images/catchcopy-frame-1.svg);
	background-size: cover;
	content: "";
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.sectionTitle--case p::after {
	background-image: url(../images/catchcopy-frame-2.svg);
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	width: 50px;
}

.T-case__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 41px;
	text-align: center;
}

.T-case__button a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-bottom: 17px;
	padding-top: 17px;
	width: 300px;
}

.T-case__button .button-arrow {
	position: relative;
}

.T-case__button .button-arrow::before {
	height: 13.21px;
	right: 15px;
	width: 7.47px;
}

.case__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}

.case__item {
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	list-style: none;
	width: 33%;
	width: 32.032%;
	width: 328px;
}

.case__item a {
	color: #39617C;
	text-decoration: none;
}

.case__itemThumbnail {
	position: relative;
}

.case__itemThumbnail::before {
	background-color: #fff;
	border: 1px solid #e39d17;
	border-radius: 50%;
	color: #e39d17;
	content: "More";
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 14px 0 13px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: 85.5%;
	width: 48px;
}

.case__itemThumbnail img {
	-o-object-fit: cover;
	border-radius: 10px 10px 0 0;
	height: 180px;
	object-fit: cover;
}

.case__itemText {
	background-color: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 24px 20px 40px;
}

.case__itemTitle {
	border-bottom: 1px solid #39617c;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.case__itemContent {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.7142857143;
  font-family: "Noto Sans JP", sans-serif;
}


#case {
	padding-bottom: 140px;
	padding-top: 65px;
}

.case__items {
	gap: 20px;
	justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) and (max-width: 1099px) {

.inner1 {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.inner2 {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.is-sp {
	display: none;
}

.case__items {
	justify-content: center;
}

}

@media (min-width: 1100px) {
.is-sp {
	display: none;
}
}


@media (max-width: 767px) {

.inner1 {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.inner2 {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.not-sp {
	display: none;
}

#T-case {
	padding-bottom: 60px;
	padding-top: 62px;
}

.sectionTitle--case {
	margin-bottom: 7px;
  padding: 80px 0 70px;
}

.sectionTitle--case p {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.3;
  
}
.sectionTitle--case h3 {
  margin-top: 10px;
  font-size: 20px;
}

.sectionTitle--case p::before {
	height: 37px;
	top: 10px;
	width: 37px;
}

.sectionTitle--case p::after {
	bottom: 13px;
	height: 37px;
	width: 37px;
}

.T-case__button {
	margin-top: 20px;
}

.T-case__button a {
	padding-bottom: 20px;
	padding-top: 19px;
}

.T-case__button .button-arrow::before {
	height: 11.23px;
	right: 14.5px;
	width: 6px;
}

.case__item {
	background: #fff;
	border-radius: 10px;
	min-height: 267px;
	width: 47.015%;
}

.case__itemThumbnail::before {
	content: "More";
	font-size: 1.2rem;
	padding: 10px 0 11px;
	right: -10px;
	top: 79.5%;
	width: 42px;
}

.case__itemThumbnail img {
	-o-object-fit: cover;
	height: 100px;
	object-fit: cover;
}

.case__itemText {
	padding: 16px 10px 0 9px;
}

.case__itemTitle {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 9px;
}

.case__itemContent {
	font-size: 1.2rem;
}



}

