@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body::before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #efecea url(../img/index/loading.gif) no-repeat center/30rem auto;
    content: "";
}
body.loadover::before {
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
#container {
    padding-top: 15.2rem;
}
#gHeader .hInner {
    opacity: 0;
    transition: 1.2s cubic-bezier(.215, .61, .355, 1);
}
#gHeader h1 .gif,#gHeader h1 .png {
	margin-top: -1.3rem;
    width: 9.5rem;
}
#gHeader h1 img:last-child {
    margin-left: 2.1rem;
    width: 21.6rem;
}
body.loadover #gHeader .hInner {
    opacity: 1;
    transform: translateY(0);
}
.mainVisual {
    margin-bottom: -5.7rem;
    position: relative;
    z-index: 2;
}
.mainVisual .content {
    max-width: 108rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainVisual .txtBox {
    margin: 0 -6.5rem 4.7rem 0;
    width: 53rem;
}
.mainVisual .txtBox h2 {
    margin: 0 0 1.5rem -0.5rem;
    letter-spacing: 0.24em;
    font-size: 5.1rem;
    line-height: 1.34;
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.mainVisual .txtBox p {
    margin-bottom: 3.2rem;
    line-height: 1.7;
    letter-spacing: 0.22em;
}
.mainVisual .txtBox p span {
    font-size: 2rem;
    letter-spacing: 0.16em;
    line-height: 1.5;
}
.mainVisual .photo {
    margin-right: -8.2rem;
	flex: 1;
}
#main .about {
    margin-bottom: 8.5rem;
    padding: 12rem 0 0;
    position: relative;
    z-index: 1;
}
#main .about .bg {
    margin-left: -2rem;
    width: 110%;
    top: 0;
    height: calc(100% + 2.5rem);
    transform: rotate(0) translateX(-50%) !important;
    background: none;
    left: 50%;
    max-width: 137.6rem;
}
#main .about .bg img {
    width: 100%;
    height: 100%;
}
#main .about .bg02 {
    margin-left: 2.7rem;
    opacity: 1;
    top: 0.7rem;
    height: calc(100% + 1.1rem);
    max-width: 136.9rem;
}
#main .about h2 {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    letter-spacing: 0.28em;
    text-align: center;
}
#main .about h2 img {
    display: block;
    margin: 0 auto;
}
#main .about .comImgBox {
    margin-bottom: -4.7rem;
}
#main .imgBoxR .photoBox {
    width: 58.3%;
}
#main .imgBoxR .photoBox img {
    border-radius: 0 0 0 8rem;
}
#main .imgBoxR .txtBox {
    margin: 0 -8.3% 0 0;
    padding: 2rem 4% 4.8rem 6.7%;
    border-radius: 0 0 8rem 0;
}
#main .imgBoxR .txtBox .comBtn02 {
    right: auto;
    left: 13.6%;
}
#main .imgBoxR .txtBox h3 {
    margin-bottom: 2.8rem;
}
#main .about .movie {
    margin: 0 auto;
    padding-right: 3.5rem;
    max-width: 97.8rem;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .about .movie .sub {
    position: relative;
    min-width: 40.3rem;
}
#main .about .movie h3 {
    flex: 1;
}
#main .about .movie .line {
    position: absolute;
    left: 34.5%;
    top: 22.5%;
    width: 4.9rem;
}
#main .about .movie .line.bottom {
    top: auto;
    bottom: 17.5%;
    left: 37%;
    width: 5.2rem;
}
#main .about .movie .sub .hand {
    pointer-events: none;
    user-select: none;
    position: relative;
    z-index: 3;
}
#main .about .movie .cover,
#main .about .movie iframe {
    position: absolute;
    left: 5.5rem;
    top: 1.8rem;
    width: 16.9rem;
    height: 35.1rem;
    transform: rotate(-19.7deg);
    border-radius: 2rem;
    background-color: #626280;
    z-index: 1;
}
#main .about .movie .movieImg {
	position: absolute;
	left: 5.3rem;
	top: 1.5rem;
    width: 17.1rem;
    height: 35.5rem;
	border-radius: 10px;
	background: none;
	transform: rotate(-19.7deg);
}
#main .about .movie .cover {
    z-index: 2;
    cursor: pointer;
}
#main .voice {
    padding: 0 0 6.5rem;
}
#main .voice .content {
    position: relative;
    max-width: 89.5rem;
}
#main .voice h2 {
    margin-bottom: 6.2rem;
    font-size: 3.2rem;
    line-height: 1.46;
    letter-spacing: 0.28em;
    text-align: center;
}
#main .voiceList > li {
    margin-bottom: 4rem;
    display: flex;
    align-items: flex-start;
}
#main .voiceList .bgTxt {
    margin-top: 1rem;
    padding: 2rem 4rem 2.5rem;
    flex: 1;
    border-radius: 2.8rem;
    background-color: #fff;
    position: relative;
}
#main .voiceList .bgTxt p {
    color: #000;
    font-size: 2.2rem;
    letter-spacing: 0.24em;
}
#main .voiceList .bgTxt:after {
    position: absolute;
    width: 3.8rem;
    height: 2.6rem;
    right: -2.7rem;
    bottom: 1.6rem;
    background: url(../img/index/voice_arrow01.png) no-repeat left top/3.8rem auto;
    content: "";
}
#main .voiceList .voiceImg {
    margin: 0 0 0 4.4rem;
    width: 12.7rem;
}
#main .voiceList li:nth-child(2n) .voiceImg {
    margin: -0.2rem 4.4rem 0 0;
}
#main .voiceList li:nth-child(2) .bgTxt {
    background: #E2DFDD;
}
#main .voiceList li:nth-child(2) .bgTxt:after {
    right: auto;
    left: -2.8rem;
    background-image: url(../img/index/voice_arrow02.png);
}
#main .voiceList li:nth-child(3) {
    margin-bottom: 3.8rem;
}
#main .voiceList li:last-child .voiceImg {
    margin-right: 3.5rem;
    width: 17.2rem;
}
#main .voiceList li:last-child .bgTxt {
    margin-top: -0.2rem;
    padding: 2.9rem 4.2rem 3.5rem;
}
#main .voiceList li:last-child .bgTxt:after {
    right: auto;
    left: -2.6rem;
    background-image: url(../img/index/voice_arrow03.png);
}
#main .voiceList .bgTxt li {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 0.21em;
    padding-left: 0.7em;
    text-indent: -0.7em;
}
#main .voiceList .bgTxt li:last-child {
    margin-bottom: 0;
}
#main .voiceList .bgTxt .lineTxt {
    background: url(../img/common/line01.png) repeat-x left bottom/auto 0.9rem;
}
#main .voice .arrow {
    width: 24.8rem;
    position: absolute;
    right: 8.5rem;
    bottom: -22.5rem;
}
#main .service {
    padding: 4.7rem 0 9.7rem;
}
#main .service .logo {
    margin-bottom: 2rem;
    text-align: center;
}
#main .h2Ttl {
    margin-bottom: 2rem;
    color: #EA7AAA;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: 0.26em;
    text-align: center;
}
#main .h2Ttl span {
    display: block;
    font-size: 3.5rem;
}
#main .h2Ttl > img:first-child {
    margin: 0 auto 2.3rem;
    display: block;
}
#main .h2Ttl span img {
    vertical-align: -0.1rem;
    margin-right: 0.6rem;
}
#main .service .midTxt {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    letter-spacing: 0.22em;
    text-align: center;
}
#main .service > .content {
    max-width: 109rem;
}
#main .service .subBox {
    margin-bottom: -3.8rem;
    display: flex;
}
#main .service .subBox .lBox {
    width: 36.4%;
}
#main .service .subBox .rBox {
    margin: 7.3rem 0 0 -3.4rem;
    width: 58%;
}
#main .service .subBox .rBox .bgBox {
    margin-bottom: 2.1rem;
    background: #fff;
    border-radius: 2.8rem;
    padding: 3rem 4.6% 2.5rem;
    display: flex;
    align-items: center;
}
#main .service .subBox .rBox .bgBox .left {
    flex: 1;
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 0 3rem 1rem 0;
    box-sizing: border-box;
}
#main .service .subBox .rBox .bgBox .right {
    text-align: center;
    width: 36.7rem;
}
#main .service .subBox .rBox .bgBox .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -0.6rem 1rem 0;
}
#main .service .subBox .rBox .bgBox .right li {
    margin: 0.5rem 0.5rem 0 0;
    width: 11.9rem;
    color: #fff;
    font-size: 1.7rem;
    background: #37516E;
    border-radius: 0.9rem;
    padding: 0.8rem 0.5rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}
#main .service .subBox .rBox .bgBox .right p {
    font-size: 2.8rem;
    letter-spacing: 0.26em;
}
#main .service .subBox .rBox .bgBox:nth-child(2) .left {
    letter-spacing: 0.22em;
    padding-right: 2rem;
}
#main .service .subBox .rBox .bgBox:nth-child(2) .right li {
    background: #EA7AAA;
}
#main .service .subBox .rBox .bgBox:nth-child(2) .right p {
    color: #EA7AAA;
}
#main .service .subBox .rBox > p {
    margin: 3rem 0 0 2rem;
    color: #EA7AAA;
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: 0.24em;
}
#main .service .comBg {
    margin-bottom: 11rem;
}
#main .service .comBg .content {
    position: relative;
}
#main .service .arrow {
    position: absolute;
    right: 22.5%;
    bottom: -20rem;
    width: 55%;
    z-index: 10;
}
#main .service .listBox {
    margin-bottom: 11rem;
    max-width: 104rem;
}
#main .service .listBox h3 {
    margin-bottom: 5.4rem;
    color: #EA7AAA;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.28em;
    text-align: center;
}
#main .service .listBox ul {
    margin: -3.7rem -2rem 0;
    display: flex;
    flex-wrap: wrap;
}
#main .service .listBox li {
    padding: 3.7rem 2rem 0;
    width: calc(100%/3);
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
#main .service .listBox li:after {
    position: absolute;
    left: 50%;
    top: 11rem;
    transform: translateX(-50%);
    width: 30.4rem;
    height: 30.4rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    content: "";
}
#main .service .listBox .listImg {
    margin-bottom: 1.7rem;
    text-align: center;
}
#main .service .listBox .listImg img {
    width: 22.5rem;
}
#main .service .listBox .listImg01 img {
    margin-left: 2rem;
    width: 23.5rem;
}
#main .service .listBox p {
    line-height: 1.57;
    letter-spacing: 0.22em;
    text-align: justify;
}
#main .service .listBox .ttl {
    margin-bottom: 1rem;
    min-height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}
#main .service .listBox .txt {
    padding-left: 1.5rem;
    margin: 0 auto;
    max-width: 23.7rem;
}
#main .service .comImgBox .txtBox {
    min-height: 38.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#main .service .bgBox02 {
    padding: 7rem 0 8.5rem;
}
#main .service .bgBox02 .arrow {
    width: 50.5%;
    right: 26.4%;
    bottom: -32rem;
}
#main .fuction {
    padding-bottom: 14.6rem;
}
#main .fuction h2 {
    margin-bottom: 5rem;
    color: #37516E;
    font-size: 3rem;
}
#main .fuction h2 span {
    font-size: 3rem;
}
#main .fuction h2 span img {
    margin-right: 1.5rem;
}
#main .fuction .imgList {
    margin-bottom: -14.4rem;
    display: flex;
    justify-content: center;
}
#main .fuction .imgList li:first-child {
    margin-right: -7rem;
    position: relative;
    z-index: 1;
}
#main .fuction .slideList {
    margin-bottom: -3.5rem;
    position: relative;
    z-index: 2;
}
#main .fuction .slideList .slick-slide {
    margin: 0 -9rem;
    width: 57.8rem;
}
#main .fuction .comBtn02 {
    margin-left: 6rem;
    text-align: center;
	position: relative;
	z-index: 15;
}
#main .concept {
    padding: 8.8rem 0 8.4rem;
    background-color: #fff;
}
#main .concept h2 {
    margin-bottom: 6.5rem;
    color: #37516E;
    font-size: 3rem;
    line-height: 1.25;
}
#main .concept .content {
    max-width: 116.6rem;
}
#main .concept .comImgBox .txtBox {
    padding: 4rem 5% 4.5rem 5%;
}
#main .concept .comImgBox .txtBox p {
    margin-bottom: 2.8rem;
}
#main .concept .comImgBox .photoBox p {
    font-size: 1.6rem;
    text-align: right;
    margin-top: 1.3rem;
    letter-spacing: 0.26em;
}
#main .concept .comImgBox .photoBox p span {
    margin-right: 3rem;
}
#main {
    margin-bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	#container {
		padding-top: 15rem;
	}
	#gHeader h1 img {
        width: 8.8rem;
    }
    #gHeader h1 img:last-child {
        width: 19.3rem;
        margin-left: 2rem;
    }
    .mainVisual .content {
		max-width: 98rem;
	}
	.mainVisual .txtBox {
		margin-bottom: 3.5rem;
		width: 48.7rem;
	}
	.mainVisual .photo {
		margin-right: -7.2rem;
	}
	.mainVisual .txtBox h2 {
		font-size: 4.6rem;
	}
	#main .about {
		padding-top: 11rem;
	}
	#main .about .bg {
		width: 100%;
	}
	#main .about h2 {
		font-size: 2.8rem;
	}
	#main .about h2 img {
		width: 34rem;
	}
	#main .about .comImgBox {
		margin-bottom: -2.8rem;
	}
	#main .imgBoxR .txtBox {
		border-radius: 0 0 10rem 0;
	}
	#main .imgBoxR .txtBox h3 {
		margin-bottom: 2.4rem;
	}
	#main .imgBoxR .photoBox img {
		border-radius: 0 0 0 10rem;
	}
	#main .about .movie {
		max-width: 89rem;
	}
	#main .about .movie .sub {
		min-width: inherit;
		width: 37rem;
	}
	#main .about .movie .cover,
	#main .about .movie iframe {
		left: 5rem;
		top: 1.6rem;
		width: 16rem;
		height: 32.1rem;
	}
	#main .about .movie .movieImg {
        top:1.5rem;
		left: 5.1rem;
		width: 15.3rem;
		height: auto;
        border-radius:14px;
	}
	#main .about .movie .line {
		width: 4.3rem;
	}
	#main .about .movie .line.bottom {
		width: 4.6rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#container {
		padding-top: 17rem;
	}
	.mainVisual {
		margin-bottom: 7.8rem;
	}
	.mainVisual .content {
		padding: 0 5.5rem;
		display: block;
		max-width: inherit;
	}
	.mainVisual .txtBox {
		width: auto;
		margin: 0;
		position: relative;
	}
	.mainVisual .txtBox h2 {
		font-size: 5.8rem;
		margin-bottom: 5.5rem;
	}
	.mainVisual .txtBox h2 br.pcOnly {
		display: none;
	}
	.mainVisual .photo.pc {
		display: none;
	}
	.mainVisual .photo.sp {
		margin: 0 auto -2rem;
		width: 79.5%;
		display: block !important;
	}
	.mainVisual .txtBox p {
		max-width: 75%;
		line-height: 1.8;
		font-size: 3.1rem;
		letter-spacing: 0.19em;
	}
	.mainVisual .txtBox p span {
		font-size: 5rem;
	}
	.mainVisual .txtBox .comBtn01 {
		position: absolute;
		right: 2.5rem;
		bottom: 1rem;
	}
	#main .about {
		margin-bottom: 6.5rem;
	}
	#main .about h2 {
		margin-bottom: 0.6rem;
	}
	#main .about .comImgBox {
		margin-bottom: 7.3rem;
	}
	#main .imgBoxR .txtBox {
		border-radius: 0 0 13rem 0;
	}
	#main .imgBoxR .txtBox h3 {
		margin-bottom: 3.2rem;
	}
	#main .imgBoxR .photoBox img {
		border-radius: 0 0 0 13rem;
	}
	#main .imgBoxR .txtBox .comBtn02 {
		bottom: -7rem;
	}
	#main .service {
		padding: 7.5rem 0 25.7rem;
	}
	#main .service .comBg {
		padding-bottom: 8.5rem;
		margin-bottom: 29.5rem;
	}
	#main .service .logo {
		margin-bottom: 3rem;
	}
	#main .service .logo img {
		width: 10.2rem;
	}
	#main .h2Ttl span img {
		width: 31rem;
	}
	#main .service .subBox {
		margin-bottom: -6.8rem;
	}
	#main .service .comImgBox .txtBox {
		padding-bottom: 0;
	}
	#main .service .comImgBox .txtBox h3 {
		letter-spacing: 0.15em;
	}
	#main .service .comImgBox .txtBox p {
		margin-right: 5rem;
	}
	#main .service .subBox .rBox .bgBox {
		border-radius: 4rem;
	}
	#main .service .arrow {
		right: 24.5%;
		bottom: -32rem;
		width: 51%;
	}
	#main .service .listBox {
		max-width: 96rem;
		margin-top: -2.8rem;
		margin-bottom: 13.5rem;
	}
	#main .service .listBox h3 {
		margin-bottom: 4.8rem;
		font-size: 3.5rem;
		letter-spacing: 0.35em;
	}
	#main .service .listBox li {
		padding: 2.8rem 4rem 0;
	}
	#main .service .listBox .listImg img {
		width: 20.5rem;
	}
	#main .service .listBox .listImg01 img {
		width: 21.8rem;
	}
	#main .service .listBox .ttl {
		font-size: 2.2rem;
		letter-spacing: 0.3em;
	}
	#main .service .listBox .txt {
		max-width: 21.7rem;
		font-size: 1.71rem;
		line-height: 1.55;
	}
	#main .service .listBox li::after {
		width: 27.4rem;
		height: 27.4rem;
		top: 10.5rem;
	}
	#main .service .bgBox02 {
		margin-bottom: 0;
		padding: 6rem 0 8rem;
	}
	#main .service .bgBox02 .comImgBox .txtBox {
		padding: 5rem 4% 5rem 6.4%;
	}
	#main .service .bgBox02 .comImgBox .txtBox .comBtn02 {
		bottom: -6rem;
		right: 0;
	}
	#main .service .bgBox02 .arrow {
		width: 46.5%;
		right: 28%;
		bottom: -35rem;
	}
	#main .h2Ttl > img:first-child {
		margin-bottom: 3.5rem;
		width: 10rem;
	}
	#main .fuction {
		padding-bottom: 12.6rem;
	}
	#main .fuction h2 {
		margin-bottom: 4.3rem;
		font-size: 2.8rem;
	}
	#main .fuction h2 span img {
		width: 34rem;
	}
	#main .fuction .imgList {
		margin-bottom: -13.2rem;
	}
	#main .fuction .imgList li:first-child {
		margin-right: -6.3rem;
	}
	#main .fuction .imgList img {
		width: 45.5rem;
	}
	#main .fuction .slideList {
		margin-bottom: -11.5rem;
	}
	#main .fuction .slideList .slick-slide {
		margin: 0 -14.7rem;
		width: 94rem;
	}
	#main .concept {
		padding: 8rem 6rem 8.4rem;
	}
	#main .concept h2 {
		margin-bottom: 6rem;
		font-size: 2.7rem;
	}
	#main .concept h2 span img {
		width: 34rem;
	}
	#main .concept .comImgBox .txtBox {
		padding-bottom: 0;
	}
	#main .concept .comImgBox .txtBox p:last-child {
		margin-bottom: 0;
	}
	#main .concept .comImgBox .photoBox p {
		letter-spacing: 0.16em;
	}
	#main .service .subBox .rBox .bgBox .right li {
		border-radius: 1.5rem;
	}
	/* #main .about .movie .movieImg {
		width: 25rem;
	} */
}
@media all and (min-width: 768px) {
    #main .service .listBox li:nth-child(3n + 2) {
        transition-delay: .3s;
    }
    #main .service .listBox li:nth-child(3n) {
        transition-delay: .6s;
    }
}
@media all and (max-width: 767px) {
    body::before {
        background-size: 18rem auto;
    }
	#gHeader h1 .gif,#gHeader h1 .png {
		margin-top: -0.6rem;
	}
    #container {
        padding-top: 10rem;
    }
    .mainVisual {
        margin-bottom: -5.7rem;
    }
    .mainVisual .content {
        padding: 0 3.3rem;
        display: block;
    }
    .mainVisual .txtBox {
        margin: 0 0 4.7rem;
        width: auto;
    }
    .mainVisual .txtBox h2 {
        margin: 0 0 2.6rem;
        font-size: 2.8rem;
        line-height: 1.39;
    }
    .mainVisual .txtBox p {
        margin-bottom: 1.7rem;
        line-height: 1.78;
        letter-spacing: 0.16em;
    }
    .mainVisual .txtBox p span {
        font-size: 2.2rem;
    }
    .mainVisual .photo {
        margin: 0 -2.1rem -0.5rem -1rem;
        text-align: center;
    }
    #main .about .bg {
        margin-left: -0.7rem;
        width: 103%;
        top: 3.8rem;
        height: calc(100% - 0.9rem);
    }
    #main .about .bg02 {
        margin-left: 0;
        top: 3.8rem;
        width: 100%;
        height: calc(100% - 1.8rem);
    }
    #main .about h2 {
        margin-bottom: 2.5rem;
        font-size: 2.1rem;
    }
    #main .about h2 img {
        width: 26.5rem;
    }
    #main .about .comImgBox {
        margin-bottom: 3rem;
    }
    #main .imgBoxR .photoBox img {
        border-radius: 0 5.2rem 0 0;
    }
    #main .imgBoxR .txtBox {
        margin: -4.8rem 0 0;
        padding: 4.7rem 1rem 4.7rem 1.5rem;
        border-radius: 0 5.2rem 0 0;
    }
    #main .imgBoxR .txtBox .comBtn02 {
        margin-left: 0.2rem;
        left: auto;
    }
    #main .imgBoxR .txtBox h3 {
        margin-bottom: 2.2rem;
        letter-spacing: 0.17em;
    }
    #main .imgBoxR .txtBox p {
        margin-bottom: 3.6rem;
        line-height: 1.7;
        letter-spacing: 0.12em;
    }
    #main .about .movie {
        margin: 0 -3rem;
        padding-right: 0;
        max-width: inherit;
        display: block;
    }
    #main .about .movie h3 {
        text-align: center;
        margin: 0 1.5rem 2.5rem;
    }
    #main .about .movie .sub {
        margin-left: auto;
        width: 80%;
        min-width: inherit;
        position: relative;
    }
    #main .about .movie .sub .hand {
		width: 100%;
	}
	#main .about .movie .cover,
    #main .about .movie iframe {
		left: 13.5%;
		top: 4%;
		width: 50%;
		height: 76%;
		border-radius: 5%;
        transform: rotate(-16.6deg);
    }
	#main .about .movie .movieImg {
		left: 14.5%;
		top: 3.5%;
		width: 49%;
		height: auto;
		transform: rotate(-17deg);
	}
    #main .voice {
        padding: 4rem 0;
    }
    #main .voice h2 {
        margin-bottom: 4.6rem;
        font-size: 2.5rem;
        line-height: 1.36;
        letter-spacing: 0.22em;
    }
    #main .voiceList li {
        margin-bottom: 2.3rem;
    }
    #main .voiceList .bgTxt {
        margin-top: 0;
        padding: 1.2rem 1rem 1.3rem 2rem;
        border-radius: 1.8rem;
    }
    #main .voiceList .bgTxt p {
        line-height: 1.46;
        font-size: 1.3rem;
        letter-spacing: 0.2em;
    }
    #main .voiceList .bgTxt:after {
        width: 1.9rem;
        height: 1.3rem;
        right: -1.2rem;
        bottom: 22%;
        background-size: 1.9rem auto;
    }
    #main .voiceList .voiceImg {
        margin-left: 1.5rem;
        width: 5.6rem;
    }
    #main .voiceList li:nth-child(2n) .voiceImg {
        margin: -0.1rem 1.7rem 0 0;
    }
    #main .voiceList li:nth-child(2) .bgTxt:after {
        left: -1.2rem;
        bottom: 53%;
    }
    #main .voiceList li:nth-child(3) {
        margin-bottom: 3rem;
    }
    #main .voiceList li:nth-child(3) .bgTxt:after {
        bottom: 40%;
    }
    #main .voiceList li:last-child .voiceImg {
        margin-right: 1.7rem;
        width: 9rem;
    }
    #main .voiceList li:last-child .bgTxt {
        padding: 2rem 2.2rem 2.3rem;
    }
    #main .voiceList li:last-child .bgTxt:after {
        left: -1.2rem;
        bottom: auto;
        top: 8%;
    }
    #main .voiceList .bgTxt li {
        margin-bottom: 1.6rem;
        font-size: 1.3rem;
        line-height: 1.46;
        letter-spacing: 0.21em;
    }
    #main .voiceList .bgTxt .lineTxt {
        background-size: auto 0.7rem;
    }
    #main .voice .arrow {
        width: 16.3rem;
        right: auto;
        left: -2.8rem;
        bottom: -14.6rem;
    }
    #main .service {
        padding: 4.5rem 0 0.7rem;
    }
    #main .h2Ttl {
        margin-bottom: 1.7rem;
        font-size: 2.7rem;
        line-height: 1.37;
    }
    #main .h2Ttl span {
        margin-bottom: 0.2rem;
        font-size: 2.45rem;
    }
    #main .h2Ttl > img:first-child {
        margin-bottom: 1.3rem;
        width: 8.3rem;
    }
    #main .h2Ttl span img {
        width: 21.8rem;
    }
    #main .service .logo {
        margin-bottom: 1.2rem;
    }
    #main .service .logo img {
        width: 8.3rem;
    }
    #main .service .midTxt {
        margin-bottom: 3.5rem;
        font-size: 1.4rem;
    }
    #main .service .subBox {
        margin-bottom: 11rem;
        display: block;
        position: relative;
    }
    #main .service .subBox .lBox {
        width: 12.6rem;
        position: absolute;
        left: -1.5rem;
        top: -1.8rem;
    }
    #main .service .subBox .rBox {
        margin: 0 0 0 auto;
        width: 75%;
    }
    #main .service .subBox .rBox .bgBox {
        margin-bottom: 0.5rem;
        border-radius: 2.4rem;
        padding: 1.6rem 1.5rem 1.1rem;
        display: block;
    }
    #main .service .subBox .rBox .bgBox .left {
        font-size: 1.8rem;
        padding: 0 0 1.2rem;
    }
    #main .service .subBox .rBox .bgBox .right {
        width: auto;
    }
    #main .service .subBox .rBox .bgBox .right ul {
        margin: -0.3rem -0.3rem 0.8rem 0;
    }
    #main .service .subBox .rBox .bgBox .right li {
        margin: 0.3rem 0.3rem 0 0;
        width: calc((100% - 0.9rem)/3);
        font-size: 1.1rem;
        padding: 0.5rem 0.2rem;
    }
    #main .service .subBox .rBox .bgBox .right p {
        font-size: 2rem;
    }
    #main .service .subBox .rBox .bgBox:nth-child(2) .left {
        padding-right: 0;
    }
    #main .service .subBox .rBox > p {
        margin: 3rem 0 0 -31%;
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: center;
    }
    #main .service .comBg {
        margin-bottom: 12.3rem;
        padding: 6.3rem 0;
    }
    #main .service .comBg .comImgBox .txtBox {
        padding: 4.7rem 3rem 1.7rem 1.5rem;
    }
    #main .service .comBg .comImgBox .txtBox p {
        text-align: left;
    }
    #main .service .arrow {
        right: 11.4%;
        bottom: -17.5rem;
        width: 29.2rem;
    }
    #main .service .listBox {
        margin-bottom: 12.3rem;
    }
    #main .service .listBox h3 {
        margin-bottom: 3.4rem;
        font-size: 2.5rem;
        line-height: 1.36;
        letter-spacing: 0.28em;
    }
    #main .service .listBox ul {
        margin: -4.7rem -0.7rem 0;
    }
    #main .service .listBox li {
        padding: 4.7rem 0.7rem 0;
        width: calc(100%/2);
    }
    #main .service .listBox li:nth-child(2n) {
        transition-delay: .3s;
    }
    #main .service .listBox li:after {
        top: 7.5rem;
        width: 16.5rem;
        height: 16.5rem;
    }
    #main .service .listBox .listImg {
        margin-bottom: 0.8rem;
    }
    #main .service .listBox .listImg img {
        width: 12.5rem;
    }
    #main .service .listBox .listImg01 img {
        margin-left: 1rem;
        width: 13rem;
    }
    #main .service .listBox p {
        font-size: 1.2rem;
        letter-spacing: 0.16em;
    }
    #main .service .listBox .ttl {
        margin-bottom: 3.5rem;
        min-height: 3.6rem;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    #main .service .listBox .txt {
        padding: 0 1.7rem;
        max-width: inherit;
    }
    #main .service .comImgBox .txtBox {
        min-height: inherit;
        display: block;
    }
    #main .service .bgBox02 {
        padding: 6rem 0 4.8rem;
    }
    #main .service .bgBox02 .comImgBox .txtBox h3 {
        margin-bottom: 2rem;
    }
    #main .service .bgBox02 .comImgBox .txtBox p {
        margin-bottom: 3.5rem;
    }
    #main .service .bgBox02 .arrow {
        width: 29.8rem;
        right: 12.4%;
        bottom: -19.3rem;
    }
    #main .fuction {
        padding-bottom: 7.9rem;
    }
    #main .fuction h2 {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }
    #main .fuction h2 span {
        font-size: 2.2rem;
    }
    #main .fuction h2 span img {
        margin-right: 1rem;
        width: 27rem;
    }
    #main .fuction .imgList {
        margin-bottom: -11.5rem;
    }
    #main .fuction .imgList li:first-child {
        margin-right: -5.5rem;
    }
    #main .fuction .slideList {
        margin-bottom: -1.5rem;
    }
    #main .fuction .slideList .slick-slide {
        margin: 0 -9.3rem;
    }
    #main .fuction .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 12.5%;
        display: flex;
        justify-content: center;
        z-index: 10;
    }
    #main .fuction .slick-dots li {
        margin: 0 0.4rem;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background: none;
        background-color: #ccc9c7;
    }
    #main .fuction .slick-dots li button {
        display: none;
    }
    #main .fuction .slick-dots li.slick-active {
        background-color: #37516e;
    }
    #main .fuction .comBtn02 {
        margin-left: 3.5rem;
    }
    #main .concept {
        padding: 9rem 1.5rem 0;
    }
    #main .concept h2 {
        margin-bottom: 4.3rem;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    #main .concept h2 img {
        width: 26.8rem;
        margin-bottom: 0.7rem;
    }
    #main .concept .comImgBox .txtBox {
        margin-top: -8.4rem;
        padding: 4rem 4rem 4rem 1.5rem;
        border-radius: 0 6rem 0 0;
    }
    #main .concept .comImgBox .txtBox p {
        margin-bottom: 2.2rem;
    }
    #main .concept .comImgBox .txtBox .ttl {
        margin-bottom: 3rem;
        font-size: 1.6rem;
        line-height: 1.56;
        letter-spacing: 0.27em;
    }
}
/* 赤字の事業再構築載せる
----------------------- */
.red-caution{
    position:absolute;
    bottom:0;
    right:35%;
    font-size:12px;
    line-height:15px;
    padding:3px;
    color:red;
    border:2px solid red;
    text-align: center;
}
@media all and (max-width: 1025px){
    .red-caution{
        bottom:0;
        right:15%;
    }
}
@media all and (max-width: 767px){
    .red-caution{
        bottom:0;
        right:-6px;
        font-size:8px;
        line-height:10px;
        padding:1.5px;
    }
}