@charset "utf-8";
/*------------------------------------------------------------
	what
------------------------------------------------------------*/
#main {
	background-color: #F2F3F4;
}

/* topVisual */
#main .topVisual {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
#main .topVisual::after {
	position: absolute;
	left: calc(50% - 16rem);
	background: #0081CC;
	content: '';
	right: 0;
	height: 100%;
	bottom: 14.5rem;
	transform: skew(-25deg);
	transform-origin: left bottom;
	z-index: -1;
}
#main .topVisual .linkList {
	margin: 5.7rem 0 0 1.8rem;
}
#main .topVisual .linkList li:not(:last-child) {
	margin-bottom: 0.9rem;
}
#main .topVisual .linkList .txt {
	padding: 0 2.8rem 0 1rem;
	display: inline-block;
	position: relative;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	overflow: hidden;
	z-index: 1;
	white-space: nowrap;
}
#main .topVisual .linkList .txt::after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: #000000;
	z-index: -1;
	transform: skew(-25deg);
	transform-origin: right top;
}
#main .topVisual .linkList .txt span {
	margin-right: 0.8rem;
	font-size: 2.3rem;
	line-height: 1;
}
#main .topVisual .mainImg img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main .topVisual {
		padding: 13.7rem 0 10.5rem;
		display: flex;
		justify-content: center;
	}	
	#main .topVisual .textBox {
		max-width: 51.6rem;
		width: 40%;
		flex-shrink: 0;
		position: relative;
		z-index: 2;
	}
	#main .topVisual .mainImg {
		margin: 0 -12.6rem 0 -15.7rem;
		max-width: 104.5rem;
		width: 90%;
	}
}
@media all and (max-width: 896px) {
	#main .topVisual {
		padding: 9rem 2rem 8.8rem;
	}
	#main .topVisual::after {
		height: 81.5vw;
		left: 31.5%;
		bottom: calc(8.8rem + 5vw);
	}
	#main .topVisual h2 {
		margin: 0 0 2rem -1rem;
	}
	#main .topVisual .linkList {
		margin: 0 0 0 0.1rem;
	}
	#main .topVisual .linkList li:not(:last-child) {
		margin-bottom: 0.1rem;
	}
	#main .topVisual .linkList .txt {
		padding: 0 1.5rem 0.1rem 0.7rem;
		font-size: 1.2rem;
	}
	#main .topVisual .linkList .txt span {
		font-size: 1.4rem;
	}
	#main .topVisual .mainImg {
		margin: -3.8rem -16.3vw 0 1px;
	}
}


/* topBox */
#main .topBox {
	margin-bottom: -65px;
	color: #fff;
	background-color: #0081CC;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
#main .topBox .centerTxt {
	line-height: 1.7;
}
#main .topBox .innerBox {
	margin: 0 auto;
	padding: 60px 0 137px;
	max-width: 1000px;
	position: relative;
}
#main .topBox .title {
	margin-bottom: 12px;
	font-size: 3.7rem;
	font-weight: 700;
}
#main .topBox .title img {
	position: absolute;
	top: -47px;
	left: 48px;
	height: 122px;
	z-index: 10;
}
#main .content {
	max-width: 900px;
}
#main .secBox {
	padding: 54px 70px 61px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
#main .secBox + .secBox {
	margin-top: 15px;
}
#main .secBox p {
	line-height: 1.73;
}
#main .secBox .centerTxt {
	margin: 0 -10px 33px;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#main .topBox .title img {
		height: 87px;
	}
}
@media all and (max-width: 896px) {
	#main .topBox .title img {
		top: -22px;
		left: 50%;
		height: 49px;
		transform: translateX(-50%);
		margin-left: 4px;
	}
	#main .topBox .title{
		margin-bottom: 15px;
		font-size: 2.6rem;
		line-height: 1.3;
	}
	#main .topBox {
		margin-bottom: -62px;
		font-size: 1.3rem;
	}
	#main .topBox .innerBox {
		padding: 45px 0 106px;
	}
	#main .secBox .centerTxt {
		margin: 0 0 28px;
		text-align: left;
	}
	#main .secBox {
		padding: 40px 25px 41px !important;
	}
}


/* sec01 */
#main .sec01 {
	margin-bottom: 176px;
}

/* box01 */
#main .box01{
	padding-left: 0;
	padding-right: 0;
}
#main .box01 .listUl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}
#main .box01 .listUl li {
	width: 33.33%;
	padding: 0 2px;
	box-sizing: border-box;
	letter-spacing: -0.08em;
}
#main .box01 .listUl .ttl {
	margin-bottom: 5px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
}
#main .box01 .listUl .txt {
	text-align: justify;
	letter-spacing: 0.01em;
}
#main .box01 .listUl .letter {
	letter-spacing: -0.08em;
}
#main .box01 .listUl .textBox {
	padding: 0 42px;
}
#main .box01 .listUl .image {
	margin-bottom: 11px;
}
#main .box01 .listUl .image img {
	width: 100%;
}
#main .secBox .topTxt {
	letter-spacing: -0.01em;
}
@media all and (max-width: 896px) {
	#main .box01 .listUl {
		display: block;
		margin: 0;
		font-size: 1.2rem;
	}
	#main .box01 .listUl li {
		margin-bottom: 40px;
		width: auto;
		padding: 0;
		letter-spacing: -0.08em;
	}
	#main .box01 .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .box01 .listUl .ttl {
		margin-bottom: 3px;
		font-size: 1.7rem;
		line-height: 1.63;
	}
	#main .box01 .listUl .textBox {
		padding: 0;
	}
	#main .box01 .listUl .image {
		margin-bottom: 12px;
	}
	#main .sec01 {
		margin-bottom: 82px;
	}
	#main .box01 {
		padding-bottom: 55px !important;
	}
	#main .box01 p {
		line-height: 1.85;
	}
	#main .box01 .comBtn07 {
		margin-top: 12px;
	}
}

/* box02 */
#main .box02 .headline10 {
	margin-bottom: 28px;
}
#main .box02 .listUl {
	display: flex;
	flex-wrap: wrap;
	margin: 34px -25px 0;
}
#main .box02 .listUl > li {
	width: 33.33%;
	padding: 0 25px;
	box-sizing: border-box;
}
#main .box02 .listUl .ttl {
	padding-bottom: 1px;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 17px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
#main .box02 .listUl ul {
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}
#main .box02 .listUl ul li {
	margin-bottom: 12px;
	height: 65px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .box02 .listUl ul img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#main .box02 .listUl ul li:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .box02 .headline10 {
		margin-bottom: 20px;
	}
	#main .box02 .listUl {
		display: block;
		margin: 22px 0 0;
	}
	#main .box02 .listUl > li {
		margin-bottom: 14px;
		width: auto;
		padding: 0;
	}
	#main .box02 .listUl > li:last-child {
		margin-bottom: 0;
	}
	#main .box02 .listUl ul {
		margin: 0 -6px 0 -2px;
		width: auto;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .box02 .listUl ul li {
		width: calc(50% - 9px);
		height: 46px;
	}
	#main .box02 .listUl .ttl {
		margin-bottom: 5px;
		font-size: 1.7rem;
		padding-bottom: 0;
	}
}


/* box03 */
#main .box03 .headline10 {
	margin-bottom: 28px;
}
#main .box03 .flexBox {
	margin-bottom: 35px;
	display: flex;
}
#main .box03 .flexBox .leftBox {
	flex: 1;
	letter-spacing: -0.035em;
}
#main .box03 .flexBox .photo {
	width: 383px;
	margin: 3px -15px 0 30px;
}
#main .box03 .mapBox {
	text-align: center;
}
#main .box03 .mapBox .title {
	margin-bottom: 9px;
	color: #0081CC;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
#main .box03 .mapBox .title span {
	margin: 3px -93px 0 10px;
	font-size: 1.29rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
#main .box03 .mapBox .map {
	margin: 0 -12px 0 -14px;
}
#main .box03 .mapBox .txtUl {
	margin: 65px 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .box03 .mapBox .txtUl li {
	margin: 0 10px;
	font-size: 1.4rem;
}
#main .box03 .mapBox .txtUl .dots {
	margin: -4px 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	background-color: #E23131;
	border-radius: 50%;
}
#main .box03 .mapBox .txtUl .col01 {
	background-color: #E23131;
}
#main .box03 .mapBox .txtUl .col02 {
	background-color: #0D62AC;
}
#main .box03 .mapBox .txtUl .col03 {
	background-color: #0180C5;
}
#main .box03 .mapBox .txtUl .col04 {
	background-color: #E18602;
}
#main .box03 .mapBox .txtUl .col05 {
	background-color: #259A39;
}
#main .box03 .mapBox .txtUl .col06 {
	background-color: #00307B;
}
@media all and (min-width: 897px) {
	#main .box03 .mapBox .map .simplebar-track {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#main .box03 {
		padding-bottom: 60px !important;
	}
	#main .box03 .flexBox {
		margin-bottom: 22px;
		display: block;
	}
	#main .box03 .flexBox .photo {
		width: auto;
		margin: 24px 0 0 0;
		text-align: center;
	}
	#main .box03 .headline10 {
		margin-bottom: 20px;
	}
	#main .box03 .mapBox .txtUl li {
		margin: 0;
		font-size: 1.2rem;
	}
	#main .box03 .mapBox .txtUl li:nth-child(2n - 1) {
		width: 64%;
	}
	#main .box03 .mapBox .txtUl li:nth-child(2n) {
		flex: 1;
	}
	#main .box03 .mapBox .txtUl{
		margin: 27px 0 0 9px;
		text-align: left;
		gap: 9px 0;
		justify-content: flex-start;
	}
	#main .box03 .mapBox .txtUl .dots {
		width: 12px;
		height: 12px;
	}
	#main .box03 .mapBox .map img {
		width: 554px;
		max-width: inherit;
	}
	#main .box03 .mapBox .map .simplebar-track {
		position: absolute;
		left: 85px;
		right: 85px;
		height: 2px;
		background: #0081CC;
		overflow: visible;
		bottom: 10px;
		z-index: 15;
	}
	#main .box03 .mapBox .map .simplebar-scrollbar {
		top: 0;
		height: 100%;
		left: 9px;
	}
	#main .box03 .mapBox .map .simplebar-scrollbar:before {
		top: -6px;
		height: 12px;
		background: #0081CC;
		border-radius: 0;
		opacity: 1;
	}
	
	#main .box03 .mapBox .map ::-webkit-scrollbar {
		display: none;
	}
	#main .box03 .mapBox .map::after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		opacity: 0;
		pointer-events: none;
		transition: opacity 1s 1s ease;
		background: rgba(0,0,0,0.4) url(../img/common/scroll_img.png) no-repeat center / 144px auto;
		content: "";
		z-index: 100;
	}
	#main .box03 .mapBox .map.on::after {
		animation: weeklySwipe 2s linear forwards;
	}
	@keyframes weeklySwipe {
		0% {
			opacity:0;
		}
		20% { 
			opacity:1;
		}
		80% {
			opacity:1;
		}
		100% {
			opacity:0;
		}
	}
	#main .box03 .mapBox .map {
		margin: 0 -25px 0;
		padding: 5px 25px 26px;
	}
	#main .box03 .mapBox .title {
		margin-bottom: 4px;
		font-size: 1.7rem;
	}
	#main .box03 .mapBox .title span {
		margin: -3px 0 0 10px;
		font-size: 1.1rem;
	}
	#main .box03 .flexBox .leftBox {
		letter-spacing: 0;
	}
}



/* imgBox */
#main .imgBox {
    display: flex;
	background: #e2eef5;
}
#main .imgBox.center {
	align-items: center;
}
#main .imgBox + .imgBox {
	margin-top: 15px !important; 
}
#main .imgBox .photoBox {
    width: 38.2rem;
	order: 3;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .photoBox.wid {
	width: 38.5rem;
}
#main .imgBox .photoBox.left {
	order: 0;
}
#main .imgBox .textBox {
    padding: 1.5rem 3.8rem;
    flex: 1;
}
#main .imgBox .textBox p {
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: -0.01em;
}
#main .imgBox .textBox p:last-of-type {
    margin-bottom: 0;
}
#main .imgBox .textBox sup {
	font-size: 0.8rem;
	letter-spacing: 0;
}
#main .imgBox .title {
	margin-bottom: 16px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
#main .imgBox .notes {
	margin-top: 5px;
	display: block;
	font-size: 1.1rem;
	padding-left: 1em;
	text-indent: -1em;
}
#main .imgBox .comBtn07 {
	margin-top: 23px;
}
#main .imgBox .comBtn07 a {
	max-width: 243px;
}
#main .imgBox .comBtn {
	display: block;
}
#main .imgBox .comBtn li {
	margin: 0 0 15px;
}
#main .imgBox .comBtn li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#main .imgBox .textBox p {
		letter-spacing: -0.05em;
	}
	#main .secBox p {
		line-height: 1.5;
	}
	#main .imgBox .textBox {
		padding: 1.5rem 2.5em;
	}
}
@media all and (max-width: 896px) {
	#main .imgBox {
		display: block;
		font-size: 1.2rem;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox .textBox {
		padding: 26px 20px;
		flex: 1;
	}
	#main .imgBox .title {
		font-size: 1.7rem;
		margin-bottom: 13px;
		line-height: 1.4;
	}
	#main .imgBox .photoBox.wid {
		width: auto;
	}
	#main .imgBox .notes {
		margin-top: 6px;
		font-size: 1.1rem;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.6;
	}
	#main .imgBox .comBtn07 {
		margin-top: 11px;
	}
	#main .imgBox .textBox p {
		line-height: 1.85;
	}
}


/* sec02 */
#main .sec02 .topBox .innerBox {
	padding: 52px 0 116px;
}
@media all and (max-width: 896px) {
	#main .sec02 .topBox .innerBox {
		padding: 45px 0 84px;
	}
}

/* box04 */
#main .box04 .headline10 {
	margin-bottom: 28px;
}
#main .box04 .imgBox {
	margin: 0 -2px;
}
@media all and (max-width: 896px) {
	#main .box04 .imgBox {
		margin: 0;
	}
	#main .box04 .headline10 {
		margin-bottom: 25px;
	}
}


/* box05 */
@media all and (min-width: 897px) {
	#main .box05 .photoBox.wid {
		width: 38.1rem;
	}
}


/* box06 */
#main .box06 .showImg {
	text-align: center;
	background: #e2eef5;
	padding: 30px 30px 40px;
	margin-bottom: 15px;
}
#main .box06 .showImg img {
	width: 100%;
	max-width: 685px;
}
@media all and (max-width: 896px) {
	#main .box06 .showImg {
		padding: 0 20px 30px;
		margin: -6px 0 15px;
	}
	#main .box06 .showImg img {
		width: 100%;
		max-width: inherit;
	}
}



/* wayBox */
#main .wayBox {
    margin: 129px 0 178px;
    padding: 7.3rem 0 11rem;
    color: #fff;
    background: url(../img/company/about/bg01.jpg) no-repeat center center / cover;
}
#main .wayBox .head {
    margin-bottom: 26px;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.607;
    letter-spacing: 0.04em;
}
#main .wayBox .centerTxt {
    margin-bottom: 31px;
    font-weight: 500;
    line-height: 1.866;
}
#main .wayBox .txtList {
    margin: 0 auto 43px;
    width: fit-content;
}
#main .wayBox .txtList li {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#main .wayBox .txtList li .num {
    margin-right: 10px;
}
#main .wayBox .txtList li + li {
    margin-top: 9px;
}
#main .wayBox ul.comBtn li {
    margin: 0 5px;
    width: 243px;
}
#main .wayBox .comBtn07 a {
    max-width: inherit;
}
@media all and (min-width: 897px) {
    #main .wayBox .content {
        max-width: 800px;
    }
}
@media all and (max-width: 896px) {
    #main .wayBox {
        margin: 60px 0 82px;
        padding: 53px 0 81px;
    }
    #main .wayBox .head {
        margin-bottom: 28px;
        font-size: 2rem;
        line-height: 1.4;
        letter-spacing: 0;
    }
    #main .wayBox .centerTxt {
        margin-bottom: 26px;
        font-size: 1.2rem;
        letter-spacing: -0.03em;
        line-height: 1.833;
    }
    #main .wayBox .txtList li {
        font-size: 1.3rem;
    }
    #main .wayBox .txtList li .num {
        margin-right: 7px;
    }
    #main .wayBox .txtList li + li {
        margin-top: 7px;
    }
    #main .wayBox ul.comBtn li {
        margin: 0 auto 15px;
    }
    #main .wayBox .txtList {
        margin-bottom: 27px;
    }
	#main .wayBox .content {
		margin: 0;
	}
}


/* sec03 */
#main .sec03 {
    padding-bottom: 249px;
}
#main .sec03 .secBox {
    padding: 48px 70px 61px;
}
#main .sec03 .headline10 {
    margin-bottom: 31px;
}
#main .sec03 .secBox ul.comBtn {
    display: block;
}
#main .sec03 .secBox ul .item a {
    padding: 0 5px 0 0;
    letter-spacing: -0.05em;
    text-align: left;
}
#main .sec03 .box09 .box {
    padding-bottom: 37px;
    background: #e2eef5;
}
#main .sec03 .secBox .title {
    margin: 15px 0 7px;
    font-size: 2rem;
    color: #000;
    text-align: center;
}
#main .sec03 .secBox .imgList {
    margin: 0 -2px;
}
#main .sec03 .secBox .imgList li {
    width: calc(50% - 2px);
}
#main .secBox.box09 .headline10 {
    margin-bottom: 21px;
}
#main .secBox.box09 .textBox {
    padding: 0 42px;
    letter-spacing: -0.02em;
}
#main .secBox.box09 .comBtn {
    margin-top: 33px;
}
#main .secBox.box09 .comBtn a {
    margin: 0 auto;
    max-width: 243px;
}
@media all and (max-width: 896px) {
    #main .sec03 {
        padding-bottom: 109px;
    }
    #main .sec03 .secBox .imgList {
        margin: 0;
        display: block;
    }
    #main .sec03 .secBox .imgList li {
        width: 100%;
    }
    #main .sec03 .secBox .imgList li + li {
        margin-top: 27px;
    }
    #main .sec03 .topBox .innerBox {
        padding: 83px 0 124px;
    }
    #main .secBox .centerTxt {
        line-height: 1.714;
    }
    #main .sec03 .secBox .title {
        margin: 23px 0 13px;
        font-size: 1.7rem;
    }
    #main .secBox.box09 .textBox {
        font-size: 1.2rem;
        padding: 0 21px;
        letter-spacing: 0;
    }
    #main .secBox.box09 .comBtn {
        margin: 13px 10px 0;
    }
}
@media all and (max-width: 374px) {
	#main .secBox {
		padding: 40px 15px 41px !important;
	}
	#main .box03 .mapBox .txtUl {
		margin: 27px 0 0;
	}
	#main .box03 .mapBox .txtUl li {
		font-size: 1.1rem;
	}
	#main .box03 .mapBox .txtUl .dots {
		width: 10px;
		height: 10px;
	}
	#main .box03 .mapBox .map {
		margin: 0 -15px;
	}
}
