@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#main .topBox {
	padding: 73px 0 94px;
}
#main .topBox h2 {
    margin-bottom: 28px;
	color: #1a2543;
    font-size: 3.2rem;
    text-align: center;
}
#main .topBox p {
	color: #1a2543;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
#main .headLine03 {
    margin-bottom: 14px;
}
#main .headLine03 .en {
    font-size: 1.4rem;
}
#main .headLine03 .jp {
    font-size: 2.8rem;
}
#main .serviceMenu {
    padding: 76px 0;
    background: #DCE3F0;
}
#main .serviceMenu .comTxt {
    margin-bottom: 54px;
}
#main .serviceMenu .txtDl {
    display: table;
    margin-bottom: 20px;
}
#main .serviceMenu .txtDl dt {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #2F4F7F;
    text-align: center;
}
#main .serviceMenu .txtDl dd {
    padding: 35px 30px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    width: 640px;
    box-sizing: border-box;
}
#main .serviceMenu .txtDl .txtList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .serviceMenu .txtDl .txtList > li {
    width: 280px;
    line-height: 1.7;
}

#main .serviceMenu .txtDl  dd .imgBox {
    margin: 33px 10px 33px;
}
#main .serviceMenu .txtDl dd .imgBox img {
	width: 100%;
}

#main .serviceMenu .txtDl .imgList{
  margin: 23px 0 33px;
  display: flex;
  flex-wrap: wrap;
}

#main .serviceMenu .txtDl .imgList img{
  width: 100%;
  height: auto;
}

#main .serviceMenu .txtDl .imgList > li {
  width: 180px;
  margin-top: 10px;
  margin-left: 10px;
}

@media all and (max-width: 960px) {
  #main .serviceMenu .txtDl .imgList > li {
    width: 33.3333%;
    margin-left: 0;
  }
}

#main .serviceMenu .txtDl  dd .notes {
    font-size: 1.4rem;
    margin: 0 10px;
}
#main .serviceMenu .txtDl01 {
    margin-bottom: 60px;
}
#main .serviceMenu .comBtn a {
    width: 240px;
    padding: 18px 10px;
    text-align: center;
}
#main .innerBox {
    padding: 78px 0;
}
#main .innerBox01 {
    position: relative;
}
#main .innerBox01:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(50% + 360px);
    content: "";
    background: #DCE3F0;
    z-index: -1;
}
#main .innerBox02 .comImgBox .textBox {
    padding-top: 70px;
}
#main .service {
    padding: 76px 0 100px;
    background: #DCE3F0;
}
#main .service .comTxt {
    margin-bottom: 55px;
}
#main .service .listUl li {
    padding: 23px 20px 23px 40px;
    margin-bottom: 40px;
    background: #fff;
    display: flex;
	position: relative;
    align-items: flex-start;
    justify-content: space-between;
}
#main .service .listUl li:last-child {
	margin-bottom: 0;
}
#main .service .listUl li:last-child:before {
	display: none;
}
#main .service .listUl li:before {
	position: absolute;
	right: 50%;
	width: 1px;
	top: 100%;
	bottom: -40px;
	background: #1a2543;
	content: "";
}
#main .service .listUl li .lTxt {
    width: 320px;
    display: flex;
    align-items: center;
}
#main .service .listUl li .num {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    background: #3871b6;
}
#main .service .listUl li .ttl {
    font-size: 2rem;
    font-weight: bold;
}
#main .service .listUl li .rTxt {
    width: 480px;
    line-height: 1.7;
}
#main .service .listUl li .rTxt p {
	margin-bottom: 14px;
}
#main .service .listUl li .rTxt p:last-child {
	margin-bottom: 0;
}
#main .service .listUl li .rTxt .txt01 {
    color: #1a2543;
    font-size: 1.4rem;
	margin-bottom: 14px;
}
#main .service .listUl li .rTxt .comLink{
  display: inline-flex;
}
#main .service .listUl li .rTxt .comLink a {
    display: inline-block;
    width: auto;
    /* min-width: 230px; */
    padding: 11px 35px 11px 10px;
    margin: 0 5px 5px 0;
    background-position: right 22px center;
    background-color: #DCE3F0;
}
#main .service .listUl li .rTxt .comLink01 a {
    width: 280px;
}
#main .partner {
    padding: 76px 0 154px;
}
#main .partner .comTxt {
    margin-bottom: 56px;
}
#main .other {
    margin-bottom: 79px;
    padding: 76px 0 100px;
    background: #DCE3F0;
}
#main .other .headLine02 {
    margin-bottom: 31px;
}
#main .other .content {
    width: 900px;
}
#main .other .listUl li {
    width: 280px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
}
#main .other .listUl li:nth-child(3n) {
    margin-right: 0;
}
#main .other .listUl li .pho {
    margin: 0 auto 30px;
    width: 100px;
}
#main .other .listUl li .tit {
    font-weight: bold;
    font-size: 2rem;
    color: #1a2543;
    margin-bottom: 10px;
}
#main .other .listUl li .txtP {
    line-height: 1.7;
    font-size: 1.4rem;
}
@media all and (min-width: 961px) {
    #main .service .listUl li .rTxt .comLink a:hover {
        background-position: right 11px center;
    }
}
@media all and (max-width: 960px) {
	#main .topBox {
		padding: 32px 15px 53px;
	}
	#main .topBox .content {
		padding: 0 3px;
	}
	#main .topBox p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
    #main .topBox h2 {
        margin-bottom: 19px;
        font-size: 2.4rem;
    }
    #main .headLine03 {
        margin-bottom: 12px;
    }
    #main .headLine03 .en {
        font-size: 1.2rem;
    }
    #main .headLine03 .jp {
        font-size: 2rem;
    }
    #main .serviceMenu {
        padding: 36px 0 55px;
    }
    #main .serviceMenu .comTxt {
        margin-bottom: 20px;
    }
    #main .serviceMenu .txtDl {
        display: block;
        margin-bottom: 20px;
    }
    #main .serviceMenu .txtDl dt {
        display: block;
        padding: 16px 0;
        width: 100%;
        font-size: 1.6rem;
    }
    #main .serviceMenu .txtDl dd {
        padding: 26px 26px 29px;
        display: block;
        width: 100%;
    }
    #main .serviceMenu .txtDl .txtList {
        display: block;
    }
    #main .serviceMenu .txtDl .txtList > li {
        width: 100%;
        line-height: 1.8;
    }
    #main .serviceMenu .txtDl  dd .imgBox {
        margin: 13px 10px 16px;
    }
    #main .serviceMenu .txtDl  dd .notes {
        font-size: 1.2rem;
        margin: 0 10px;
    }
    #main .serviceMenu .txtDl01 {
        margin-bottom: 38px;
    }
    #main .serviceMenu .comBtn a {
        width: 240px;
        padding: 18px 10px;
        text-align: center;
    }
    #main .innerBox {
        padding: 27px 0;
    }
    #main .innerBox01 {
        background: #DCE3F0;
    }
    #main .innerBox01:before {
       display: none;
    }
    #main .innerBox02 .comImgBox .textBox {
        padding-top: 0;
    }
    #main .service {
        padding: 35px 0 60px;
    }
    #main .service .comTxt {
        margin-bottom: 30px;
    }
    #main .service .listUl li {
        padding: 32px 30px 34px;
        margin-bottom: 30px;
        display: block;
    }
	#main .service .listUl li:before {
		bottom: -30px;
	}
    #main .service .listUl li .lTxt {
        width: 320px;
        display: flex;
        align-items: center;
    }
    #main .service .listUl li .num {
        margin-right: 12px;
        width: 36px;
        height: 36px;
        font-size: 1.8rem;
    }
    #main .service .listUl li .ttl {
        font-size: 1.8rem;
    }
    #main .service .listUl li .rTxt {
        width: 100%;
        margin-top: 15px;
        line-height: 1.7;
    }
	#main .service .listUl li .rTxt p {
		margin-bottom: 12px;
	}
	#main .service .listUl li .rTxt p:last-child {
		margin-bottom: 0;
	}
    #main .service .listUl li .rTxt .txt01 {
        font-size: 1.2rem;
		margin-bottom: 12px;
        line-height: 1.55;
    }
    #main .service .listUl li .rTxt .comLink a {
        width: 192px;
        font-size: 1.2rem;
        padding: 14px 25px 14px 6px;
        background-position: right 18px center;
        letter-spacing: 0;
    }
    #main .service .listUl li .rTxt .comLink01 a {
        width: 230px;
    }
    #main .partner {
        padding: 36px 0 54px;
    }
    #main .partner .comTxt {
        margin-bottom: 30px;
    }
    #main .other {
        margin-bottom: 59px;
        padding: 34px 0 60px;
    }
    #main .other .headLine02 {
        margin-bottom: 29px;
    }
    #main .other .content {
        width: auto;
    }
    #main .other .listUl {
        display: block;
    }
    #main .other .listUl li {
        width: 100%;
        padding: 30px 30px 32px;
        margin: 0 0 10px 0;
    }
    #main .other .listUl li:last-child {
        margin: 0;
    }
    #main .other .listUl li .subBox {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #main .other .listUl li .pho {
        margin: 0;
        width: 70px;
    }
    #main .other .listUl li .tit {
        width: calc(100% - 84px);
        font-size: 1.8rem;
        margin-bottom: 0;
    }
}
@media all and (max-width: 374px) {
    #main .topBox h2 {
        font-size: 2.2rem;
    }
    #main .other .headLine02 {
        font-size: 1.8rem;
    }
    #main .other .headLine02 .en {
        margin-left: 15px;
    }
}
@media all and (-ms-high-contrast:none){
	#main .serviceMenu .comBtn a {
	    padding: 20px 10px 16px;
	}
	#main .comLinkTxt a {
		padding-top: 8px;
	}
	#main .service .listUl li .ttl {
		padding-top: 6px;
	}
	#main .service .listUl li .rTxt .comLink a {
		padding: 15px 41px 10px 10px;
	}
}
