@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	height: calc(100vh - 143px);
	min-height: 630px;
}
#main .mainVisual .photo {
	margin-left: auto;
	width: calc(50% + 350px);
	height: calc(100vh - 192px);
	min-height: 590px;
}
#main .mainVisual .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .topBox {
	position: absolute;
	top: calc(50% - 187px);
	left: 47px;
}
#main .mainVisual .topBox .bgTxt {
	padding: 6px 35px;
    margin-bottom: 19px;
	border-radius: 4px;
	display: inline-block;
	background: #0b50b6;
}
#main .mainVisual .topBox .bgTxt .col {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
#main .mainVisual .topBox .title {
	margin-bottom: 13px;
	font-size: 2rem;
	font-weight: 700;
	color: #1C1C1C;
}
#main .mainVisual .topBox .title .text {
	font-weight: 900;
	font-size: 3.4rem;
	background-color: transparent;
}
#main .mainVisual .topBox .title .bigText {
	margin: 5px 0 0 -1px;
	font-size: 14rem;
	font-weight: 400;
	line-height: 1.1;
	display: block;
	color: #0B50B6;
}
#main .mainVisual .topBox .comLink {
	position: absolute;
	left: 48px;
	width: 432px;
}
#main .mainVisual .topBox .comLink a {
	padding: 19px 72px 18px 16px;
	width: 418px;
	font-size: 2rem;
	background-position: center right 44px;
}
#main .mainVisual .topBox .comLink a img {
	margin: 0 10px 0 0;
}
#main .mainVisual .topBox .bgTxt01 {
	margin: 114px 0 0 114px;
	font-size: 2.3rem;
	font-weight: 700;
	display: inline-block;
	background: -webkit-linear-gradient(#FFEB00,#FFEB00) repeat-x center bottom / 95% 30%;
   box-decoration-break: clone;
   -webkit-box-decoration-break: clone;
}
#main .mainVisual .textImg {
	position: absolute;
    right: 39px;
    bottom: 84px;
}
#main .mainVisual .text {
	padding: 11px 0;
	background-color: #0B50B6;
}
#main .mainVisual .text span {
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	max-width: 1300px;
	display: block;
	text-align: center;
	color: #FFF;
}
#main .logoUl {
	padding: 13px 10px 18px 12px;
	justify-content: center;
	align-items: center;
}
#main .logoUl li {
	margin: 0 17px;
}
#main .logoUl .logo01 {
	width: 214px;
}
#main .logoUl .logo02 {
	width: 93px;
}
#main .logoUl .logo03 {
	width: 54px;
}
#main .logoUl .logo04 {
	width: 98px;
}
#main .logoUl .logo05 {
	width: 242px;
}
#main .jpbBox {
	padding: 82px 0 88px;
	background-color: #F5F7F7;
}
#main .jpbBox .h2Ttl {
	margin: 0 0 30px 43px;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	color: #0B50B6;
}
#main .jpbBox .h2Ttl span {
	position: relative;
	display: inline-block;
}
#main .jpbBox .h2Ttl span::before {
	position: absolute;
	top: -64px;
	left: -75px;
	width: 139px;
	height: 87px;
	content: "";
	background: url("../img/common/icon04.png") no-repeat top left / 139px;
}
#main .jpbBox .imgUl {
	margin-top: -30px;
}
#main .jpbBox .imgUl li {
	padding: 55px 10px 46px;
	margin: 30px 39px 0 0;
	width: 274px;
	box-sizing: border-box;
	border-radius: 12px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}
#main .jpbBox .imgUl li:nth-child(3n) {
	margin-right: 0;
}
#main .jpbBox .imgUl li .photo {
	margin-bottom: 33px;
	text-align: center;
}
#main .jpbBox .imgUl .sml p {
	font-size: 2rem;
	line-height: 1.45;
}
#main .jpbBox .imgUl li p .col {
	color: #2962AE;
}
#main .bgBox {
	padding: 0 20px 2px 27px;
	text-align: center;
	background: url("../img/index/bg01.png") repeat top left / 82px;
	position: relative;
}
#main .bgBox::after {
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: url("../img/common/icon05.png") no-repeat center bottom / 304px;
	width: 304px;
	height: 54px;
}
#main .bgBox .photo {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#main .bgBox p {
	position: absolute;
	top: 81px;
	left: 87px;
	max-width: 625px;
	font-size: 2.7rem;
	font-weight: 700;
	color: #FFF;
}
#main .serviceBox {
	padding: 112px 0 83px;
	background-color: #E7F6FA;
}
#main .serviceBox .h2Ttl {
	margin: 0 2px 86px 0;
	text-align: center;
	position: relative;
}
#main .serviceBox .h2Ttl::before {
	position: absolute;
	top: -68px;
	right: -2px;
	width: 67px;
	height: 67px;
	background: url("../img/index/img13.png") no-repeat top right / 67px;
	content: "";
}
#main .serviceBox .h2Ttl::after {
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 119px;
	height: 119px;
	background: url("../img/index/img14.png") no-repeat bottom left / 119px;
	content: "";
}
#main .serviceBox .h2Ttl .jp {
	margin: 37px 0 0 7px; 
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
#main .serviceBox .h2Ttl .jp .txt {
	position: relative;
	display: inline-block;
}
#main .serviceBox .h2Ttl .jp .txt span {
	z-index: 2;
	position: relative;
}
#main .serviceBox .h2Ttl .jp .txt::after {
	position: absolute;
	bottom: -7px;
	left: -7px;
	right: -2px;
	height: 13px;
	content: "";
	background-color: #F2E94E;
}
#main .serviceBox .imgUl {
	margin-bottom: 93px;
}
#main .serviceBox .imgUl li {
	margin-bottom: 63px;
}
#main .serviceBox .imgUl .imgBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}
#main .serviceBox .imgUl li:last-child {
	margin-bottom: 0;
}
#main .serviceBox .imgUl li:nth-child(2n){
	margin-bottom: 109px;
}
#main .serviceBox .imgUl li:nth-child(2n) .imgBox {
	flex-direction: row;
}
#main .serviceBox .imgUl .imgBox.rightBox .photo {
	margin-top: 7px;
	text-align: right;
}
#main .serviceBox .imgUl li .photo {
	margin-left: 54px;
	width: 350px;
	position: relative;
}
#main .serviceBox .imgUl li .photo::after {
	position: absolute;
	bottom: -140px;
	right: 0;
	width: 67px;
	height: 67px;
	background: url("../img/index/img13.png") no-repeat top right / 67px;
	content: "";
}
#main .serviceBox .imgUl li:nth-child(2n) .photo {
	margin: -6px 39px 0 0;
	position: relative;
}
#main .serviceBox .imgUl li:nth-child(2n) .photo::after {
	width: 119px;
	height: 119px;
	background: url("../img/index/img14.png") no-repeat bottom left / 119px;
}
#main .serviceBox .imgUl li:nth-child(3n) .photo::after {
	left: 15px;
	bottom: -31px;
	width: 67px;
	height: 67px;
	background: url("../img/index/img13.png") no-repeat top right / 67px;
}
#main .serviceBox .imgUl li .textBox {
	margin-top: 87px;
	flex: 1;
}
#main .serviceBox .imgUl li:nth-child(2n) .textBox {
	margin-top: 134px;
}
#main .serviceBox .imgUl li .textBox .num {
	position: absolute;
	top: -5px;
	left: 5px;
}
#main .serviceBox .imgUl li:nth-child(2n) .num {
	top: 18px;
	left: calc(50% - 2px);
	transform: translateX(-50%);
}
#main .serviceBox .imgUl li .textBox .h3Ttl {
	margin-bottom: 18px;
	font-size: 3rem;
	font-weight: 700;
}
#main .serviceBox .imgUl li .textBox p {
	line-height: 1.87;
	text-align: justify;
}
#main .pickBox {
	padding: 85px 2px 90px 0;
}
#main .pickBox .h2Ttl {
	margin-bottom: 39px;
	text-align: center;
	position: relative;
}
#main .pickBox .photo {
	position: absolute;
	top: -23px;
	left: 183px;
}
#main .pickBox .h2Ttl .jp {
	margin: 19px 0 0 2px;
	font-size: 2.2rem;
	font-weight: 700;
	display: block;
}
#main .pickBox .pickList {
	margin-top: -20px;
	justify-content: space-between;
}
#main .pickBox .pickList > li {
	padding: 38px 38px 26px;
	margin-top: 20px;
	width: 440px;
	border-radius: 12px;
	z-index: 2;
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #0b50b6;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}
#main .pickBox .pickList .h3Ttl {
	font-size: 5rem;
	letter-spacing: 0.01em;
	font-weight: 700;
	line-height: 1.2;
	word-break: break-all;
	color: #0A53BB;
}
#main .pickBox .pickList .title {
	margin: 1px 0 23px -12px;
	font-size: 2rem;
	font-weight: 700;
}
#main .pickBox .pickList .text {
	margin-bottom: 24px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#main .pickBox .pickList .noteList {
	margin-bottom: 20px;
}
#main .pickBox .pickList .noteList li {
	padding-left: 13px;
	margin-right: 15px;
	font-size: 1.4rem;
	line-height: 1.57;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #0B54BC;
	background: url("../img/common/icon07.png") no-repeat left center / 8px;
}
#main .pickBox .pickList .link a {
	margin-left: auto;
	padding: 13px 43px 12px 10px;
	font-size: 1.4rem;
	font-weight: 700;
	width: 186px;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 45px;
	box-sizing: border-box;
	background: url("../img/common/icon06.png") no-repeat center right 16px / 18px ,#0B50B6;
}
#main .userBox {
	padding: 89px 0 79px;
	background-color: #E7F6FA;
}
#main .userBox .h2Ttl {
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}
#main .userBox .h2Ttl .en {
	z-index: 5;
	position: relative;
}
#main .userBox .h2Ttl img {
	position: relative;
	z-index: 2;
}
#main .userBox .h2Ttl .photo {
	position: absolute;
	top: 8px;
	right: 136px;
}
#main .userBox .h2Ttl::before ,#main .userBox .h2Ttl::after {
	position: absolute;
	top: -44px;
	right: 49px;
	width: 67px;
	height: 67px;
	background: url("../img/index/img13.png") no-repeat top right / 67px;
	content: "";
}
#main .userBox .h2Ttl::after {
	top: 59px;
	left: 139px;
	right: auto;
}
#main .userBox .h2Ttl .jp {
	margin-top: 19px;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .userBox .textList {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .userBox .textList > li {
	width: 440px;
	border-top: 6px solid #0B50B6;
}
#main .userBox .textList > li .inner {
	padding: 32px 40px 31px;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
	position: relative;
}
#main .userBox .textList .list01 {
	position: relative;
}
#main .userBox .textList .list01::before {
	position: absolute;
	bottom: -94px;
	left: 0;
	width: 119px;
	height: 119px;
	background: url("../img/index/img14.png") no-repeat bottom left / 119px;
	content: "";
}
#main .userBox .textList .list01::after {
	position: absolute;
	top: 147px;
	right: -91px;
	width: 119px;
	height: 119px;
	background: url("../img/index/img14.png") no-repeat bottom left / 119px;
	content: "";
}
#main .userBox .textList .list02 {
	position: relative;
}
#main .userBox .textList .list02::before {
	position: absolute;
	bottom: -57px;
	right: 49px;
	width: 67px;
	height: 67px;
	background: url("../img/index/img13.png") no-repeat top right / 67px;
	content: "";
}
#main .userBox .textList .ttl {
	margin-bottom: 27px;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
#main .userBox .textList .list01 .pho {
	background-image: conic-gradient( #0081BE 2% 25%, #0081BE 8% 55%, #847AC1 30% 95%, #AD61BF 12% 60%);
}
#main .userBox .textList .pho {
	margin: 0 auto 29px;
	width: 236px;
	height: 236px;
	position: relative;
	border-radius: 50%;
	background-image: conic-gradient( #0081BE 2% 48%, #0081BE 8% 30%, #847AC1 9% 78%, #AD61BF 12% 92%, #C579A1 90% 102%);
}
#main .userBox .textList .pho::before {
	width: 135px;
	height: 135px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	content: '';
}
#main .userBox .textList .pho p {
	width: 120px;
	position: absolute;
	left: 50%;
	top: calc(50% + 3px);
	color: #B40A79;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.65;
	transform: translate(-50%,-50%);
	text-align: center;
}
#main .userBox .textList .txtList {
	margin-bottom: 11px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .userBox .textList .txtList li {
	margin-bottom: 1px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.49;
}
#main .userBox .textList .txtList li:last-of-type {
	margin-bottom: 0;
}
#main .userBox .textList .txtList li .img {
	margin-top: 3px;
	width: 12px;
}
#main .userBox .textList .txtList li .txt {
	margin: 0 6px 0 8px;
	line-height: 1.46;
}
#main .userBox .textList .txtList li .txt span {
	font-weight: 700;
}
#main .userBox .textList .text {
	margin-top: 26px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.54;
	letter-spacing: 0.05em;
}
#main .userBox .textList li .note {
	text-align: center;
}
#main .voiceBox {
	padding: 101px 0 73px;
	background:  url("../img/index/bg02.png") no-repeat center top 206px / 736px, url("../img/index/bg03.png") repeat top left / 82px ;
}
#main .voiceBox .h2Ttl {
	margin-bottom: 18px;
	text-align: center;
}
#main .voiceBox .h2Ttl .jp {
	margin-top: 15px;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFF;
}
#main .voiceBox .voiceList li {
	width: 274px;
	margin-right: 29px;
	box-sizing: border-box;
}
#main .voiceBox .voiceList li .inner {
	box-shadow: 0px 1px 10px -6px #000;
	border-radius: 12px;
}
#main .voiceBox .voiceList li:nth-child(2n) {
	margin: 60px 49px 0 0;
}
#main .voiceBox .voiceList li:nth-child(3n) {
	margin: 120px 0 0;
}
#main .voiceBox .voiceList li .photo img {
	border-radius: 12px 12px 0 0;
}
#main .voiceBox .voiceList li .textBox {
	margin-top: -19px;
	padding: 0 20px 29px 16px;
	border-radius: 0 0 12px 12px;
	background-color: #FFF;
}
#main .voiceBox .voiceList li .h3Ttl {
	margin: 0 -17px 7px 0;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	word-break: break-all;
	color: #85BAC6;
}
#main .voiceBox .voiceList li .title {
	margin-bottom: 14px;
	font-weight: 700;
	color: #85BAC6;
}
#main .voiceBox .voiceList li .text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.57;
	text-align: justify;
}
#main .flowBox {
	padding: 79px 0 0;
	margin-bottom: 123px;
}
#main .flowBox .content {
	position: relative;
}
#main .flowBox .photo {
	position: absolute;
	bottom: 2px;
	left: -135px;
}
#main .flowBox .flowList {
	margin: 0 -20px 103px 0;
}
#main .flowBox .flowList li {
	padding: 101px 18px 0 13px;
	width: 226px;
	position: relative;
	box-sizing: border-box;
}
#main .flowBox .flowList li:not(:first-child) {
	margin-left: 10px;
	width: 215px;
}
#main .flowBox .flowList li:not(:nth-child(4n))::before {
	position: absolute;
	top: calc(50% + 5px);
	right: -8px;
	width: 16px;
	height: 36px;
	content: "";
	z-index: 2;
	background: url("../img/common/icon08.png") no-repeat center center / 16px;
}
#main .flowBox .flowList li:not(:nth-child(4n))::after {
	position: absolute;
	top: 4px;
	bottom: -15px;
	right: 0;
	width: 1px;
	height: calc(100% + 22px);
	content: "";
	background: url("../img/common/line01.png") repeat-y top right / 1px;
}
#main .flowBox .flowList li:first-child {
	padding-left: 23px;
}
#main .flowBox .flowList li:nth-child(4n) {
	padding-right: 0;
}
#main .flowBox .flowList .num {
	font-size: 7.1rem;
	font-weight: 400;
	color: #A3CBD4;
	position: absolute;
	top: 0;
	left: 12px;
}
#main .flowBox .flowList .h3Ttl {
	margin-bottom: 1px;
	font-size: 3.4rem;
	font-weight: 700;
	word-break: break-all;
	color: #A3CBD4;
}
#main .flowBox .flowList .title {
	margin-bottom: 22px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .flowBox .flowList .text {
	font-size: 1.4rem;
	line-height: 1.57;
}
#main .faqBox {
    padding: 50px 0;
    margin-bottom: 50px;
    background-color: #E7F6FA;
}
#main .faqBox .headLine01 {
	margin-bottom: 80px;
}
#main .faqBox .dlBox .textDl {
	border-radius: 8px;
	background-color: #FFF;
}
#main .faqBox .textDl dt,
#main .faqBox .textDl dd {
	position: relative;
}
#main .faqBox .textDl:not(:first-of-type) {
	margin-top: 15px;
}
#main .faqBox .textDl dd::before {
	width: calc(100% - 40px);
	height: 0;
	position: absolute;
	left: 20px;
	top: 0;
	border-top: 1px dashed #707070;
	content: '';
}
#main .faqBox .textDl .en {
	padding: 2px 1px 1px 0;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 50%;
	background-color: #A7CDD5;
}
#main .faqBox .textDl dd .en {
	padding-left: 2px;
	background-color: #0B50B6;
}
#main .faqBox .textDl dt .txt {
	padding-right: 29px;
	width: 80px;
	position: absolute;
	right: 20px;
	top: calc(50% + 2px);
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: 0.02em;
	text-align: right;
	transform: translateY(-50%);
	font-family: Arial, Helvetica, sans-serif;
}
#main .faqBox .textDl dt .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	border-radius: 4px;
	background-color: #0B50B6;
}
#main .faqBox .textDl .on .icon {
	background-color: #4579C5;
}
#main .faqBox .textDl dt .icon::before,
#main .faqBox .textDl dt .icon::after {
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	background-color: #fff;
	transition: .3s;
}
#main .faqBox .textDl dt .icon::after {
	transform: translate(-50%,-50%)  rotate(90deg);
}
#main .faqBox .textDl dt.on .icon::after {
	opacity: 0;
}
#main .faqBox .textDl dt .txt span {
	transition: .3s;
}
#main .faqBox .textDl dt .txt .open {
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translateY(-50%);
}
#main .faqBox .textDl dt .txt .close {
	opacity: 0;
}
#main .faqBox .textDl dt.on .txt .close {
	opacity: 1;
}
#main .faqBox .textDl dt.on .txt .open {
	opacity: 0;
}
#main .faqBox .textDl dt {
	padding: 23px 110px 23px 68px;
	color: #000E24;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	cursor: pointer;
}
#main .faqBox .textDl dd {
	padding: 27px 25px 27px 67px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: 0.05em;
	color: #3B3B3B;
	display: none;
}
@media all and (min-width: 897px) {
	#main .pickBox .pickList .link a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1220px) {
	#main .mainVisual .topBox {
		top: calc(50% - 170px);
	}
	#main .mainVisual .textImg {
		width: 30vw;
	}
	#main .mainVisual .topBox .title .text {
		font-size: 3rem;
	}
	#main .mainVisual .topBox .title .bigText {
		font-size: 12rem;
	}
	#main .mainVisual .topBox .bgTxt01 {
		margin-top: 100px;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-top: 75px;
		height: 100%;
		min-height: inherit;
	}	
	#main .mainVisual .photo {
		padding-top: 154px;
		width: 100%;
		height: auto;
		min-height: inherit;
	}
	#main .mainVisual .topBox {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#main .mainVisual .topBox .bgTxt {
		padding: 4px 8px 5px;
		position: absolute;
		left: 20px;
		margin-top: 4px;
	}
	#main .mainVisual .topBox .bgTxt .col {
		font-size: 1.2rem;
	}
	#main .mainVisual .topBox .title {
		margin: 0 6px 45px -42px;
		font-size: 1.8rem;
		max-width: 411px;
		text-align: center;
	}
	#main .mainVisual .topBox .title .text {
		padding-left: 134px;
		font-size: 2rem;
		line-height: 1.9;
	}
	#main .mainVisual .topBox .title .bigText {
		margin: 5px 0 0;
		font-size: 8rem;
		font-weight: 400;
	}
	#main .mainVisual .topBox .inner {
		position: relative;
		height: 100%;
	}
	#main .mainVisual .topBox .inner .comLink {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 336px;
		bottom: 131px;
	}
	#main .mainVisual .topBox .inner .comLink a {
		padding: 17px 44px 19px 24px;
		width: 324px;
		font-size: 1.8rem;
		background-position: center right 25px;
	}
	#main .mainVisual .topBox .comLink a img {
		margin: 3px 8px 0px 2px;
	}
	#main .mainVisual .textImg {
		right: auto;
		left: 20px;
		bottom: 65.6vw;
		width: 57vw
	}
	#main .mainVisual .comLink a img {
		margin: 3px 8px 0 0;
	}
	#main .mainVisual .text {
		padding: 12px 0 13px;
		font-size: 1.8rem;
		line-height: 1.33;
		text-align: center;
	}
	#main .mainVisual .text .bgTxt02 {
		margin-bottom: 8px;
		position: relative;
		display: inline-block;
		color: #FFEB00;
		font-size: 1.6rem;
		text-align: center;
	}
	#main .mainVisual .text .bgTxt02::before,
	#main .mainVisual .text .bgTxt02::after {
		position: absolute;
		top: 2px;
		left: -12px;
		width: 2px;
		height: 20px;
		content:"";
		background-color: #FFEB00;
		transform: rotate(-36deg);
	}
	#main .mainVisual .text .bgTxt02::after {
		left: auto;
		right: -15px;
		transform: rotate(36deg);
	}
	#main .mainVisual .text span {
		font-size: 1.6rem;
		max-width: inherit;
	}
	#main .logoUl {
		margin: 26px auto 0;
		padding: 0 20px 41px;
		max-width: 520px;
		text-align: center;
	}
	#main .logoUl li {
		margin: 10px 10px 0;
	}
	#main .logoUl .logo01 {
		margin: 10px -5px 0 -15px;
		width: 86%;
	}
	#main .logoUl .logo02 {
		margin: 10px 9px 0 -12px;
		width: 30.1%;
	}
	#main .logoUl .logo03 {
		width: 18%;
	}
	#main .logoUl .logo04 {
		width: 32%;
	}
	#main .logoUl .logo05 {
		width: 79%;
	}
	#main .jpbBox {
		padding: 59px 0 64px;
	}
	#main .jpbBox .imgUl {
		display: block;
		width: 100%;
	}
	#main .jpbBox .h2Ttl {
		margin: 0 0 33px;
		font-size: 3.2rem;
		line-height: 1.32;
	}
	#main .jpbBox .h2Ttl span::before {
		top: -45px;
		left: -15px;
		width: 99px;
		height: 62px;
		background-image: url("../img/common/icon04_sp.png");
		background-size: 99px;
	}
	#main .jpbBox .imgUl {
		margin-top: 0;
	}
	#main .jpbBox .imgUl li {
		padding: 18px 19px 18px 20px;
		margin: 0 0 10px;
		font-size: 1.8rem;
		line-height: 1.5;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#main .jpbBox .imgUl li:nth-child(2n) {
		padding: 40px 20px 39px;
		flex-direction: row;
	}
	#main .jpbBox .imgUl li:last-child {
		margin-bottom: 0;
	}
	#main .jpbBox .imgUl li:nth-child(2n) .photo {
		margin-right: 18px;
	}
	#main .jpbBox .imgUl li:nth-child(2n) p {
		margin-right: -10px;
	}
	#main .jpbBox .imgUl li:nth-child(3n) {
		padding: 28px 20px 25px;
	}
	#main .jpbBox .imgUl li:first-child p {
		margin-right: -16px;
		z-index: 2;
	}
	#main .jpbBox .imgUl li .photo {
		margin-bottom: 0;
	}
	#main .jpbBox .imgUl li p {
		flex: 1;
		max-width: 205px;
		text-align: left;
	}
	#main .bgBox {
		padding: 0;
	}
	#main .bgBox::after {
		bottom: -21px;
		background-image: url("../img/common/icon05_sp.png");
		background-size: 125px;
	}
	#main .bgBox .photo {
		margin: 0 0 0 20px;
		text-align: right;
		width: auto;
	}
	#main .bgBox .photo img {
		width: 100%;
	}
	#main .bgBox p {
		top: 18.9vw;
		left: 8.2vw;
		max-width: inherit;
		font-size: 4vw;
	}
	#main .serviceBox {
		padding: 80px 0 65px;
	}
	#main .serviceBox .h2Ttl {
		margin: 0 0 120px;
	}
	#main .serviceBox .h2Ttl::before {
		top: -54px;
		right: auto;
		left: 0;
		width: 39px;
		height: 39px;
		background-size: 39px;
	}
	#main .serviceBox .h2Ttl::after {
		bottom: -106px;
		left: auto;
		right: -20px;
		width: 73px;
		height: 73px;
		background-size: 73px;
	}
	#main .serviceBox .h2Ttl .jp {
		margin: 20px 0 0; 
		font-size: 1.8rem;
		line-height: 0.9;
	}
	#main .serviceBox .h2Ttl .jp .txt::after {
		bottom: -4px;
		left: -4px;
		right: -3px;
		height: 7px;
	}
	#main .serviceBox .h2Ttl .jp .txt img {
		width: 113px;
	}
	#main .serviceBox .imgUl {
		margin-bottom: 51px;
		display: block;
	}
	#main .serviceBox .imgUl li {
		margin-bottom: 65px;
	}
	#main .serviceBox .imgUl .imgBox {
		display: block
	}
	#main .serviceBox .imgUl .imgBox.rightBox .photo {
		margin: 0 79px;
		text-align: center;
	}
	#main .serviceBox .imgUl .imgBox.rightBox .num {
		top: -42px;
		left: -3px;
	}
	#main .serviceBox .imgUl li .photo {
		margin: 0 97px 0 60px;
		width: auto;
		text-align: center;
	}
	#main .serviceBox .imgUl li .photo::after {
		bottom: -140px;
		right: -80px;
		bottom: 36px;
		height: 39px;
		background-size: 39px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) {
		margin-bottom: 95px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) .photo {
		margin: 0 79px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) .photo::after {
		width: 73px;
		height: 73px;
		left: -79px;
		top: 59%;
		background-size: 73px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) .photo::before {
		position: absolute;
		top: -71px;
		right: 30px;
		width: 39px;
		height: 39px;
		content: "";
		background: url("../img/index/img13.png") no-repeat top right / 39px;
	}
	#main .serviceBox .imgUl li:nth-child(3n) .photo::after {
		left: auto;
		right: -85px;
		bottom: 8px;
		width: 60px;
		height: 59px;
		background-size: 59px;
		background-image: url("../img/index/img14_sp.png");
	}
	#main .serviceBox .imgUl li:nth-child(3n) .photo::before {
		position: absolute;
		top: 71px;
		left: -79px;
		width: 39px;
		height: 39px;
		content: "";
		background: url("../img/index/img13.png") no-repeat top right / 39px;
	}
	#main .serviceBox .imgUl li:nth-child(3n) .textBox::after {
		position: absolute;
		bottom: -44px;
		right: 79px;
		width: 39px;
		height: 39px;
		content: "";
		background: url("../img/index/img13.png") no-repeat top right / 39px;
	}
	#main .serviceBox .imgUl li .textBox {
		margin-top: 18px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) .textBox {
		margin-top: 20px;
	}
	#main .serviceBox .imgUl li .textBox .num {
		top: -59px;
		left: 1px;
	}
	#main .serviceBox .imgUl li:nth-child(2n) .num {
		left: auto;
		right: -56px;
		top: -31px;
	}
	#main .serviceBox .imgUl li .textBox .h3Ttl {
		margin-bottom: 11px;
		font-size: 2.2rem;
	}
	#main .serviceBox .imgUl li .textBox p {
		margin-right: 13px;
		font-size: 1.4rem;
	}
	#main .pickBox {
		padding: 60px 0 44px;
	}
	#main .pickBox .h2Ttl {
		margin-bottom: 48px;
	}
	#main .pickBox .photo {
		width: 95px;
		top: 11px;
		left: 0;
	}
	#main .pickBox .h2Ttl .jp {
		margin: 8px 0 0 2px;
		font-size: 1.8rem;
	}
	#main .pickBox .pickList {
		margin-top: -16px;
		width: 100%;
		display: block;
	}
	#main .pickBox .pickList > li {
		margin-top: 16px;
		padding: 21px 18px 10px;
		width: auto;
	}
	#main .pickBox .pickList .h3Ttl {
		font-size: 3.8rem;
		line-height: 1.1;
	}
	#main .pickBox .pickList .title {
		margin: 1px 0 17px 0;
		font-size: 1.8rem;
	}
	#main .pickBox .pickList .text {
		margin-bottom: 9px;
		font-size: 1.4rem;
		line-height: 1.42;
	}
	#main .pickBox .pickList .noteList {
		margin-bottom: 23px;
	}
	#main .pickBox .pickList .noteList li {
		padding-left: 11px;
		margin-right: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		background-size: 7px;
	}
	#main .pickBox .pickList .link a {
		margin: 0 auto;
	}
	#main .userBox {
		padding: 59px 0 50px;
	}
	#main .userBox .h2Ttl {
		margin-bottom: 106px;
	}
	#main .userBox .h2Ttl .photo {
		top: 62px;
		right: -5px;
	}
	#main .userBox .h2Ttl::before {
		top: 96px;
		right: auto;
		left: 0;
		width: 73px;
		height: 73px;
		background-size: 73px;
	}
	#main .userBox .h2Ttl::after {
		display: none;
	}
	#main .userBox .h2Ttl .jp {
		margin-top: 9px;
		font-size: 1.8rem;
	}
	#main .userBox .textList {
		margin-bottom: 0;
		display: block;
	}
	#main .userBox .textList > li {
		margin-top: 18px;
		width: auto;
	}
	#main .userBox .textList > li .inner {
		padding: 28px 10px 24px;
	}
	#main .userBox .textList .list01::before {
		bottom: 103px;
		left: -20px;
		width: 39px;
		height: 39px;
		background-size: 39px;
	}
	#main .userBox .textList .list01::after {
		top: auto;
		bottom: -11px;
		right: -13px;
		width: 59px;
		height: 60px;
		background-image: url("../img/index/img14_sp.png");
		background-size: 60px;
	}
	#main .userBox .textList .list02::before {
		bottom: -55px;
		right: auto;
		left: 0;
		width: 73px;
		height: 73px;
		background-size: 73px;
	}
	#main .userBox .textList .ttl {
		margin-bottom: 15px;
	}
	#main .userBox .textList .pho {
		margin: 0 auto 22px;
		width: 210px;
		height: 210px;
	}
	#main .userBox .textList .pho::before {
		width: 120px;
		height: 120px;
	}
	#main .userBox .textList .pho p {
		font-size: 1.5rem;
	}
	#main .userBox .textList .txtList {
		margin-bottom: 9px;
	}
	#main .userBox .textList li .note {
		font-size: 1.3rem;
	}
	#main .voiceBox {
		padding: 60px 0 68px;
		background-color: #0B54BC;
		background-image: none;
	}
	#main .voiceBox .h2Ttl {
		margin-bottom: 21px;
	}
	#main .voiceBox .h2Ttl .jp {
		margin-top: 9px;
		font-size: 1.8rem;
	}
	#main .voiceBox .voiceList {
		display: block;
	}
	#main .voiceBox .voiceList li {
		margin: 0 0 20px !important;
		width: auto;
		margin-right: 0 !important;
	}
	#main .voiceBox .voiceList li:last-child {
		margin-bottom: 0 !important;
	}
	#main .voiceBox .voiceList li .photo img {
		border-radius: 12px 12px 0 0;
		width: 100% !important;
	}
	#main .voiceBox .voiceList li .textBox {
		margin-top: -15px;
		padding: 0 25px 37px 16px;
		border-radius: 0 0 12px 12px;
		background-color: #FFF;
	}
	#main .voiceBox .voiceList li .h3Ttl {
		margin-bottom: 1px;
		font-size: 4.2rem;
		line-height: 1;
	}
	#main .voiceBox .voiceList li .title {
		margin-bottom: 9px;
		font-size: 1.6rem;
	}
	#main .flowBox {
		padding: 170px 0 0;
		margin-bottom: 103px;
	}
	#main .flowBox .photo {
		position: absolute;
		bottom: auto;
		top: -124px;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .flowBox .flowList {
		margin: 0 0 51px;
		display: block;
	}
	#main .flowBox .flowList li {
		padding: 84px 0 0;
		margin-right: 0;
		width: auto;
	}
	#main .flowBox .flowList li:not(:first-child) {
		margin-left: 0;
		width: auto;
	}
	#main .flowBox .flowList li:not(:nth-child(4n))::before {
		top: auto;
		bottom: -44px;
		left: 50%;
		transform: translateX(-50%);
		right: -25px;
		width: 36px;
		height: 16px;
		background: url("../img/common/icon08_sp.png") no-repeat center bottom / 36px;
	}
	#main .flowBox .flowList li:not(:nth-child(4n))::after {
		position: absolute;
		top: auto;
		bottom: -37px;
		right: 0;
		width: 100%;
		height: 1px;
		content: "";
		background: url("../img/common/line02.png") repeat-x top left / 6px;
	}
	#main .flowBox .flowList li:first-child {
		padding: 0;
	}
	#main .flowBox .flowList li:nth-child(4n) {
		padding-right: 0;
	}
	#main .flowBox .flowList li:first-child .num {
		top: -37px;
	}
	#main .flowBox .flowList .num {
		font-size: 9.5rem;
		position: absolute;
		top: 46px;
		left: 0;
		letter-spacing: -0.05em;
	}
	#main .flowBox .flowList .h3Ttl {
		margin: 0 0 0 104px;
		font-size: 3.9rem;
		line-height: 1.2;
	}
	#main .flowBox .flowList .title {
		margin: 0 0 21px 104px;
		font-size: 1.6rem;
	}
	#main .faqBox {
		margin-bottom: 70px;
	}
	#main .faqBox .headLine01 {
		margin-bottom: 53px;
	}
	#main .faqBox .textDl:not(:first-of-type) {
		margin-top: 20px;
	}
	#main .faqBox .textDl .en {
		width: 28px;
		height: 28px;
		left: 10px;
		top: 20px;
		font-size: 1.6rem;
	}
	#main .faqBox .textDl dt .txt {
		padding-right: 30px;
		width: 50px;
		position: absolute;
		right: auto;
		left: calc(50% - 6px);
		top: auto;
		bottom: 7px;
		color: #000;
		font-size: 1.4rem;
		transform: translateX(-50%);
		font-family: Arial, Helvetica, sans-serif;
	}
	#main .faqBox .textDl dt {
		padding: 22px 20px 52px 45px;
		font-size: 1.6rem;
		line-height: 1.37;
		position: relative;
	}
	#main .faqBox .textDl dt::after {
		width: calc(100% - 26px);
		height: 1px;
		position: absolute;
		left: 13px;
		bottom: 31px;
		border-top: 1px dashed #707070;
		content: "";
	}
	#main .faqBox .textDl .on::after {
		display: none;
	}
	#main .faqBox .textDl dd {
		padding: 22px 20px 27px 45px;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	#main .jpbBox .imgUl li p {
		font-size: 1.6rem !important;
	}
	#main .serviceBox .imgUl li .textBox .h3Ttl {
		font-size: 2rem;
	}
	#main .mainVisual .topBox .title .bigText {
		margin-left: 35px;
	}
	#main .mainVisual .topBox .inner .comLink a {
		background-size: 19px;
		background-position: center right 10px;
	}
}
@media all and (max-width: 359px) {
	#main .mainVisual .topBox .inner .comLink {
		width: 300px;
	}
	#main .mainVisual .topBox .inner .comLink a {
		padding: 15px 5px 15px 18px;
		width: 287px;
		font-size: 1.6rem;
	}
	#main .mainVisual .topBox .title {
		font-size: 1.3rem;
	}
	#main .mainVisual .topBox .title .bigText {
		font-size: 8rem;
	}
	#main .bgBox p {
		left: 1vw;
	}
	#main .serviceBox .imgUl li .textBox .num {
		top: -66px !important;
	}
	#main .pickBox .photo {
		width: 70px;
		top: 38px;
	}
	#main .flowBox .flowList .h3Ttl {
		font-size: 3.3rem;
	}
	#main .voiceBox .voiceList li .h3Ttl {
		font-size: 4rem;
	}
}
@media all and (max-width: 345px) {
	#main .mainVisual .topBox .title .text {
		padding-left: 160px;
	}
}