@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	padding-top: 179px;
	width: 100%;
	min-height: 827px;
	box-sizing: border-box;
	background: url("../img/index/main_img.jpg") no-repeat center center;
	background-size: cover;
}

.mainVisual h2 {
	padding-top: 142px;
	min-height: 403px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-size: 6.2rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 6px;
	background: url("../img/index/bg01.png") no-repeat center center;
}

.mainVisual h2 .en {
	margin-top: 32px;
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 4px;
}

#main {
	position: relative;
}

#main .infor {
	width: calc(50% + 351px);
	position: absolute;
	right: 0;
	top: -82px;
	color: #FFF;
}

#main .infor:before {
	width: calc(100% - 50px);
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000441;
	
	content: '';
}

#main .infor .inner {
	padding: 50px 0 52px 39px;
	width: 951px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: url("../img/index/bg02.png") no-repeat left top;
	background-size: auto 100%;
}

#main .infor h3 {
	position: absolute;
	right: 0;
	top: -16px;
}

#main .infor .inforList {
	line-height: 1.2;
}

#main .infor .inforList dt {
	float: left;
	color: #1d1d1d;
	font-size: 1.5rem;
}

#main .infor .inforList dt span {
    margin-top: 1px;
	padding: 3px 5px 4px;
	min-width: 107px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    background-image: -moz-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(253,253,253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(253,253,253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(219,219,219) 0%, rgb(253,253,253) 100%);
}

#main .infor .inforList dd {
	margin-bottom: 23px;
	padding-left: 7.29em;
	font-size: 1.8rem;
	letter-spacing: 1px;
}

#main .infor .inforList dd:last-child {
	margin-bottom: 0;
}

#main .infor .inforList dd a {
	color: #FFF;
}

#main .infor .inforList dd a:hover {
	opacity: 0.7;
}

#main .vision {
	padding: 174px 0 74px;
	background: url("../img/index/vision_bg.jpg") no-repeat center center;
	background-size: cover;
}

#main .cTxt {
	margin-bottom: 122px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.06;
	letter-spacing: 1.5px;
}

#main .vision .btn {
	text-align: center;
}

#main .vision .btn a {
	padding: 13px 50px;
	width: 357px;
	min-height: 57px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 2rem;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 1px;
	background: url("../img/index/bg03.png") no-repeat center top;
	background-size: 100% 100%;
}

#main .vision .btn a:hover {
	opacity: 0.7;
}

#main .servise {
	padding: 87px 0 95px;
	background: #AACFE2 url("../img/index/servise_bg.jpg") no-repeat left top;
}

#main .servise .headLine01 {
	margin-bottom: 39px;
}

#main .servise .headLine01 span {
	margin-top: 11px;
}

#main .servise .cTxt {
    margin-bottom: 0;
	color: #1d1d1d;
}

#main .support {
	padding: 97px 0 53px;
	background: url("../img/index/support_bg.jpg") no-repeat center center;
	background-size: cover;
}

#main .support .headLine01 {
	margin-bottom: 91px;
}

#main .support .headLine01 span {
	margin-top: 25px;
	color: #FFF;
}

#main .support .imgList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main .support .imgList li {
	margin-right: 25px;
	width: 383px;
	text-align: justify;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.77;
	letter-spacing: 1.2px;
}

#main .support .imgList li:nth-child(3n) {
	margin-right: 0;
}

#main .support .imgList li .pho {
	margin-bottom: 17px;
}

#main .support .imgList li .ttl {
	margin-bottom: 27px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.6rem;
}

#main .support .imgList li .text {
    font-weight: 300;
}

#main .company {
	padding: 88px 0 87px;
    color: #FFF;
	background: url("../img/index/company_bg.jpg") no-repeat center center;
	background-size: cover;
}

#main .company .headLine01 {
	margin-bottom: 89px;
}

#main .company .headLine01 span {
	margin-top: 25px;
	color: #FFF;
}

#main .company .tableBox {
    margin: 0 76px 76px;
}

#main .company table {
    width: 100%;
    border-collapse: collapse;
}

#main .company th,
#main .company td {
    padding: 22px 10px 6px 5px;
    width: 82%;
    text-align: left;
    vertical-align: top;
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 1.579;
    letter-spacing: 2.2px;
    border-bottom: 2px solid #FFF;
}

#main .company th {
    padding: 24px 10px 4px 0;
    width: 18%;
    font-weight: 500;
    font-size: 1.8rem;
}

#main .company td a {
    color: #FFF;
}

#main .company td .txtList {
    margin-right: -50px;
    margin-bottom: 27px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main .company td .txtList > li {
    margin-right: 10px;
    width: 268px;
    font-size: 1.8rem;
}

#main .company td .txtList > .row01 {
    width: 321px;
}

#main .company td .txtList > .row02 {
    margin-right: 0;
    width: 285px;
}

#main .company td .txtList li .subList li {
    margin-bottom: 18px;
    padding-bottom: 19px;
    position: relative;
    line-height: 2.056;
    letter-spacing: 1.9px;
}

#main .company td .txtList li .subList li:before {
    width: 245px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px dotted #FFF;
    content: '';
}

#main .company td .txtList li .subList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#main .company td .txtList li .subList li:last-child:before {
    display: none;    
}

#main .company .addList {
    margin: 0 79px;
}

#main .company .addList li {
    float: left;
}

#main .company .addList li:nth-child(2n) {
    float: right;
}

#main .company .addList li h4 {
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
    font-size: 3rem;
    font-weight: 500;
}

#main .company .addList li h4:before {
    width: 8px;
    height: 47px;
    position: absolute;
    left: -2px;
    top: 2px;
    background-color: #FFF;
    
    content: '';
}

#main .company .addList li .pho {
    margin-bottom: 10px;
}

#main .company .addList li p {
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 1.1px;
}

#main .history {
    padding: 112px 0 124px;
    color: #1d1d1d;
    background: url("../img/index/history_bg.png") no-repeat top center;
    background-size: 100% auto;
}

#main .history .headLine01 {
    margin-bottom: 49px;
}

#main .history .headLine01 span {
    margin-top: 13px;
    color: #1d1d1d;
}

#main .history .cTxt {
    margin-bottom: 114px;
    line-height: 2.06;
}

#main .history .historyList {
    margin: 0 78px;
    color: #1e1e1e;
    font-size: 1.9rem;
    line-height: 1.58;
}

#main .history .historyList dt {
    float: left;
    font-weight: 500;
    letter-spacing: 2.5px;
}

#main .history .historyList dd {
    margin-bottom: 21px;
    padding: 0 0 9px 11.7em;
    position: relative;
    font-weight: 300;
}

#main .history .historyList dd:last-child {
    margin-bottom: 0;
}

#main .history .historyList dd:before {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(5,79,145) 0%, rgb(0,37,88) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(5,79,145) 0%, rgb(0,37,88) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(5,79,145) 0%, rgb(0,37,88) 100%);
    
    content: '';
}

@media all and (max-width: 767px) {
    .mainVisual {
        padding-top: 90px;
        min-height: 420px;
    }

    .mainVisual h2 {
        margin: 0 auto;
        padding-top: 30px;
        max-width: 300px;
        min-height: 202px;
    	font-size: 3rem;
    	letter-spacing: 3px;
        background-size: 235px auto;
    }

    .mainVisual h2 .en {
        margin-top: 15px;
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    #main .infor {
        width: 100%;
        top: -53px;
    }

    #main .infor .inner {
        padding: 30px 10px 30px 30px;
        width: auto;
        min-height: 204px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    #main .infor h3 {
        top: -10px;
    }
    
    #main .infor h3 img {
        width: auto;
        height: 20px;
    }
    
    #main .infor .inforList {
        line-height: 1.3;
    }
    
    #main .infor .inforList dt {
        margin-bottom: 10px;
        float: none;
        font-size: 1.3rem;
    }

    #main .infor .inforList dd {
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 1.3rem;
    }
    
    #main .infor .inforList dd a {
        display: block;
    }

    #main .infor .inforList dd:last-child {
        margin-bottom: 0;
    }

    #main .vision {
        padding: 190px 0 45px;
    }

    #main .cTxt {
        margin-bottom: 30px;
        font-size: 1.3rem;
    }

    #main .vision .btn a {
        padding: 10px 20px;
        width: 300px;
        min-height: 30px;
    	font-size: 1.5rem;
    }

    #main .servise {
        padding: 45px 0;
        background-size: auto 100%;
    }

    #main .servise .headLine01 {
        margin-bottom: 25px;
    }

    #main .servise .headLine01 span {
        margin-top: 10px;
    }

    #main .support {
        padding: 45px 0;
    }

    #main .support .headLine01 {
        margin-bottom: 20px;
    }

    #main .support .headLine01 span {
        margin-top: 10px;
    }

    #main .support .imgList {
        display: -webkit-block;
        display: block;
    }

    #main .support .imgList li {
        margin: 0 0 25px;
        width: auto;
    	font-size: 1.3rem;
    }

    #main .support .imgList li:last-child {
        margin: 0;
    }

    #main .support .imgList li .pho {
        margin-bottom: 15px;
        text-align: center;
    }

    #main .support .imgList li .ttl {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    #main .company {
        padding: 45px 0;
    }

    #main .company .headLine01 {
        margin-bottom: 30px;
    }

    #main .company .headLine01 span {
        margin-top: 10px;
    }

    #main .company .tableBox {
        margin: 0 0 35px;
    }

    #main .company th,
    #main .company td {
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
        display: block;
        font-size: 1.4rem;
        letter-spacing: 1px;
        border-bottom: 1px solid #FFF;
    }

    #main .company th {
        width: 100%;
        font-size: 1.3rem;
    }

    #main .company td .txtList {
        margin-right: 0;
        margin-bottom: 15px;
        display: -webkit-block;
        display: block;
    }

    #main .company td .txtList > li {
        margin-right: 0;
        width: auto;
        font-size: 1.3rem;
    }

    #main .company td .txtList > .row01 {
        width: auto;
    }

    #main .company td .txtList > .row02 {
        width: auto;
    }

    #main .company td .txtList li .subList li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }

    #main .company td .txtList li .subList li:before {
        width: 100%;
    }

    #main .company td .txtList li .subList li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #main .company td .txtList li .subList li:last-child:before {
        display: none;    
    }

    #main .company .addList {
        margin: 0;
    }

    #main .company .addList li {
        margin-bottom: 25px;
        float: none;
    }

    #main .company .addList li:nth-child(2n) {
        float: none;
    }
    
    #main .company .addList li:last-child {
        margin-bottom: 0;
    }

    #main .company .addList li h4 {
        margin-bottom: 16px;
        padding-left: 20px;
        font-size: 2rem;
    }

    #main .company .addList li h4:before {
        width: 5px;
        height: 30px;
        left: 0;
        top: 0;
    }

    #main .company .addList li .pho {
        text-align: center;
    }

    #main .company .addList li p {
        font-size: 1.3rem;
    }

    #main .history {
        padding: 80px 0 45px;
    }

    #main .history .headLine01 {
        margin-bottom: 30px;
    }

    #main .history .headLine01 span {
        margin-top: 10px;
    }

    #main .history .cTxt {
        margin-bottom: 20px;
    }

    #main .history .historyList {
        margin: 0;
        font-size: 1.3rem;
    }

    #main .history .historyList dt {
        margin-bottom: 5px;
        float: none;
    }

    #main .history .historyList dd {
        margin-bottom: 15px;
        padding: 0 0 10px;
    }

    #main .history .historyList dd:last-child {
        margin-bottom: 0;
    }

    #main .history .historyList dd:before {
        height: 2px;
    }
}
.chizu_b{
	display:flex;
	width:100%;
}
.chizu_r, .chizu_l{
	width:50%;
}
.chizu_r iframe {
	width:350px;
	height:200px;
}
@media all and (max-width: 767px) {
	.chizu_b{
		display:block;
		width:100%;
	}
	.chizu_r, .chizu_l{
		width:100%;
	}
}