@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Overpass:wght@400;500;600;700&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
.c-section-head.business04 span {
  color: #0075C5;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
	padding-top: .5em;
  text-align: left;
	text-shadow:2px 1px 1px #FFF, -2px -1px 1px #FFF,
              -2px 1px 1px #FFF, 2px -1px 1px #FFF,
              0px 1px 1px #FFF,  0-1px 1px #FFF,
              -2px 0 1px #FFF, 2px 0 1px #FFF;
}
@media screen and (min-width: 768px) {
  .c-section-head.business04 span {
		padding-top: 15px;
    font-size: 45px;
  }
}
.c-section-head.business04 span span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 700;
	padding-left: 0;
	padding-top: .2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-section-head.business04 span span {
		display: inline;
    font-size: 45px;
    padding-left: 30px;
  }
}

.c-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
	body.business04 section .c-inner {
		max-width: 1000px;
    padding-right: 30px;
    padding-left: 30px;
	}
}
@media screen and (min-width: 1025px) {
  .c-inner {
    max-width: 1280px;
    padding-right: 90px;
    padding-left: 90px;
  }
	body.business04 section .c-inner {
		max-width: 1000px;
    padding-right: 30px;
    padding-left: 30px;
	}
}


.c-page-title {
  padding-top: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding-top: 80px;
  }
}
.c-page-title__pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  margin-top: -17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-title__pic {
    margin-top: -20px;
    height: 400px;
  }
}

.c-page-title__pic.business01 {
  background-image: url(/assets/images/main/business/business01/title-pic.jpg);
}
.c-page-title__pic.business02 {
  background-image: url(/assets/images/main/business/business02/title-pic.jpg);
}
.c-page-title__pic.business03 {
  background-image: url(/assets/images/main/business/business03/title-pic.jpg);
}
.c-page-title__pic.business04 {
  background-image: url(/assets/images/main/business/business04/title-pic.jpg);
}

.p-outline {
  background-color: #EDF6FC;
  background-image: url(/assets/images/main/business/outline-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 50px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-top: 100px;
		padding-bottom: 0;
  }
}
body.business04 .p-outline {
  background-color: transparent;
  background-image: none;
}


.p-outline__chara.business03 img {
  width: 82px;
}
@media screen and (min-width: 768px) {
  .p-outline__chara.business03 img {
    width: 98px;
  }
}
.p-outline__head {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-outline__head {
    background-position: left 13px;
    background-size: 40px;
    font-size: 40px;
    margin-top: 10px;
    padding-left: 60px;
    text-align: center;
  }
}
.p-outline__head span {
  color: #0075C5;
}
.p-outline__head.business04 {
  display: block;
  line-height: 1;
  margin-top: -80px;
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.p-outline__head.business04 {
		margin-top: -170px;
	}
}

.p-outline__text {
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  max-width: 880px;
  padding-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-outline__text {
    font-size: 18px;
    padding-top: 40px;
  }
}

.p-section1,
.p-section2,
.p-section3,
.p-section4 {
  position: relative;
}

body.business04 .p-section1__pic,
body.business04 .p-section2__pic,
body.business04 .p-section3__pic,
body.business04 .p-section4__pic {
  padding-top: 5%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.business04 .p-section1__pic,
  body.business04 .p-section2__pic,
  body.business04 .p-section3__pic,
  body.business04 .p-section4__pic {
    width: 100%;
  }
}
.p-section1__pic1, .p-section1__pic2,
.p-section2__pic1,
.p-section2__pic2,
.p-section3__pic1,
.p-section3__pic2,
.p-section4__pic1,
.p-section4__pic2 {
  aspect-ratio: 0;
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
}
.p-section1__pic1,
.p-section2__pic1,
.p-section3__pic1,
.p-section4__pic1 {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: 0;
          transform: 0;
}
.p-section1__pic2,
.p-section2__pic2,
.p-section3__pic2,
.p-section4__pic2 {
  -webkit-filter: none;
          filter: none;
  position: relative;
  -webkit-transform: 0;
          transform: 0;
}
/*.p-section1*/
body.business04 .p-section1 {
	padding-top: 0;
}
body.business04 .p-section1__ttl {
	width: 100%;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding: 40px 0 0;
	line-height: 1.4;
}
body.business04 .p-section1__ttl::after {
	content: "";
	display: inline-block;
	background-image: url("/assets/images/main/business/business04/section2-sttl1.png");
  background-size: contain;
	width: 120px; height: 50px;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section1__ttl {
		font-size: 45px;
		padding: 66px 0 0;
		line-height: 1;
	}
	body.business04 .p-section1__ttl::after {
		width: 158px; height: 66px;
	}
}
body.business04 .p-section1__text {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
body.business04 .p-section1__figure1 {
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
}
body.business04 .p-section1__link {
	width: 100%;
	max-width: 728px;
	padding-top: .5em;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	color: #000;
	line-height: 1.2;
}
body.business04 .p-section1__link a {
	display: inline-block;
	color: #000;
	margin-right: 15px;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section1__text {
		font-size: 18px;
		font-weight: 500;
	}
	body.business04 .p-section1__link {
		font-size: 24px;
	}
	body.business04 .p-section1__link a {
		margin-right: 20px;
	}
}
.r-arrow {
  position: relative;
  display: inline;
  width: 15px;
  height: 23px;
}
.r-arrow::before,
.r-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 12px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}
.r-arrow::before {
  transform: rotate(45deg);
}
.r-arrow::after {
  transform: rotate(-45deg);
}
body.business04 .p-section1__link span {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.r-arrow {
		width: 20px;
		height: 30px;
	}
	.r-arrow::before,
	.r-arrow::after {
		position: absolute;
		top: calc(50% - 4px);
		right: 0;
		width: 16px;
		height: 4px;
	}
	body.business04 .p-section1__link span {
		font-size: 16px;
	}
}

/*.p-section2*/
body.business04 .p-section2 {
	padding-bottom: 70px;
}
body.business04 .p-section2__ttlWrapper {
	width: 100%;
	text-align: center;
}
body.business04 .p-section2__ttl {
	font-size: 44px;
	font-weight: 700;
	color: #0068B6;
	line-height: 1.4;
}
body.business04 .p-section2__ttl span {
	display: block;
	font-size: 28px;
	color: #000;
}
body.business04 .p-section2__read {
	padding-top: .5em;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section2 {
		padding-top: 0;
		padding-bottom: 70px;
	}
	body.business04 .p-section2__ttl {
		font-size: 62px;
	}
	body.business04 .p-section2__ttl span {
		font-size: 41px;
	}
	body.business04 .p-section2__read {
		font-size: 28px;
	}
}

body.business04 .p-section2__pic1 {
	width: 100%;
	max-width: 784px;
	margin: 1em auto 0;
}
body.business04 .p-section2__pic2 {
	width: 100%;
	margin: 1em auto 0;
}

body.business04 .p-section2__text1 {
	width: 100%;
	max-width: 784px;
	margin: 2em auto 0;
	font-weight: 500;
	font-size: 14px;
}
body.business04 .p-section2__text1 h3 {
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}
body.business04 .p-section2__text1 p {
	text-align: left;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section2__pic1 {
		margin: 1em auto;
	}
	body.business04 .p-section2__pic2 {
		width: 100%;
		margin: 3em auto 0;
	}
	body.business04 .p-section2__text1 {
		font-size: 16px;
	}
	body.business04 .p-section2__text1 h3 {
		font-size: 26px;
	}
}

body.business04 .p-section2__text2 {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
body.business04 .p-section2__text2 h3 {
	display: inline-block;
	padding: .5em 1em;
	margin: 1em auto .5em;
	background-color: #ED7300;
	font-size: 18px;
	line-height: 1;
	border-radius: 10px;
	color: #fff;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section2__text2 {
		font-size: 18px;
	}
	body.business04 .p-section2__text2 h3 {
		font-size: 23px;
		line-height: 1;
	}
}

body.business04 .p-section2__text3  {
	border: #0068B6 solid 1px;
	border-radius: 20px;
	padding: 20px;
}
body.business04 .p-section2__text3 dl {
	display: flex;
	padding-bottom: 20px;
}
body.business04 .p-section2__text3 dl:last-of-type {
	padding-bottom: 0;
}
body.business04 .p-section2__text3 dt {
	max-width: 111px;
	width: 23.2%;
	margin-right: 10px;
}
body.business04 .p-section2__text3 dd {
	width: 72.4%;
}
body.business04 .p-section2__text3 dd p {
	text-align: left;
	line-height: 1.6;
}
body.business04 .p-section2__text3 dd .ttl {
	padding-bottom: .5em;
	font-size: 18px;
	font-weight: 500;
	color: #0068B6;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section2__text3 dl {
		display: flex;
		padding-bottom: 20px;
	}
	body.business04 .p-section2__text3 dt {
		width: 11.6%;
		margin-right: 20px;
	}
	body.business04 .p-section2__text3 dd {
		width: 84%;
	}
	body.business04 .p-section2__text3 dd .ttl {
		font-size: 24px;
	}
}

/*.p-section3*/
body.business04 .p-section3 {
	background-color: #D3EBEB;
}
body.business04 .p-section3 * {
	text-align: left;
}
body.business04 .p-section3 .c-inner {
	padding-bottom: 30px;
}
body.business04 .p-section3 .c-inner .column {
	line-height: 1.4;
}
body.business04 .p-section3 .c-inner .column:nth-child(2) {
	padding-top: 1em;
}
body.business04 .p-section3 .c-inner .column .ttl {
	font-weight: 500;
	font-size: 21px;
	
	padding-left: 23vw;
	position: relative;
}
body.business04 .p-section3 .c-inner:first-of-type {
	padding-bottom: 50px;
}
body.business04 .p-section3 .c-inner:first-of-type .column .ttl {
	background: url("../images/main/business/business04/section4-ico1.png") top left no-repeat;
	background-size: 19vw;
}
body.business04 .p-section3 .c-inner:nth-of-type(2) .column .ttl {
	background: url("../images/main/business/business04/section4-ico2.png") top left no-repeat;
	background-size: 19vw;
}
body.business04 .p-section3 .c-inner div .ttl span {
	display: block;
	padding-top: .5em;
	font-weight: 400;
	font-size: 11px;
}
body.business04 .p-section3 .c-inner div .sttl {
	display: block;
	margin: 2em 0 0;
	padding-left: .5em;
	font-weight: 500;
	font-size: 14px;
}
body.business04 .p-section3 .c-inner:first-of-type div .sttl {
	border-left: #ECA855 solid 4px;
}
body.business04 .p-section3 .c-inner:nth-of-type(2) div .sttl {
	border-left: #B976A7 solid 4px;
}
body.business04 .p-section3 .c-inner div .text {
	font-size: 13px;
	padding: 1em 0;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section3 .c-inner {
		display: flex;
		padding-bottom: 50px;
	}
	body.business04 .p-section3 .c-inner .column {
		width: 47.446%;
		max-width: 446px;
		line-height: 1.4;
	}
	body.business04 .p-section3 .c-inner .column .ttl {
		font-size: 28px;
		/*padding-left: 110px;*/
		padding-left: 26%;
		position: relative;
	}
	body.business04 .p-section3 .c-inner:first-of-type .column .ttl {
		background-size: 21.276%;
	}
	body.business04 .p-section3 .c-inner:nth-of-type(2) .column .ttl {
		background-size: 21.276%;
	}
	body.business04 .p-section3 .c-inner:first-of-type {
		padding-bottom: 90px;
	}
	body.business04 .p-section3 .c-inner div .ttl span {
		font-size: 12px;
	}
	body.business04 .p-section3 .c-inner div .sttl {
		margin: 1em 0 0;
		font-size: 18px;
	}
	body.business04 .p-section3 .c-inner div .text {
		padding: 1em 0;
	}
}

/*.p-section4*/
body.business04 .p-section4 {
	margin-top: 20px;
}
body.business04 .p-section4 .c-inner {
	text-align: left;
}
body.business04 .p-section4 dt {
	display: block;
	width: 15em;
	padding: .4em 0;
	margin: 1em 0 .5em;
	background-color: #ED7300;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	border-radius: 10px;
	color: #fff;
}
body.business04 .p-section4 dd {
	text-align: left;
}
body.business04 .p-section4 dd span.tel {
	display: inline-block;
	padding: 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
}
body.business04 .p-section4 dd span.text {
	display: inline-block;
	padding: 0 0 0 .5em;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	body.business04 .p-section4 dt {
		width: 16em;
		font-size: 20px;
	}
	body.business04 .p-section4 dd span.tel {
		font-size: 46px;
	}
	body.business04 .p-section4 dd span.text {
		font-size: 27px;
	}
}