@charset "UTF-8";
/* CSS Document */


.wrapper{
    width: 100%;
}

p{
    font-size: 14.5px;
}

.part1_2{
        background-color: #f1f7fb;
}

.about_main{
    width: auto;
    height: 500px;
    background: url(../img/ixi_about/about_main.png) no-repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 50px;
  	background-position: center center;
}

.about_ixi_bg{
    margin-top: -40px;
    height: 100%;
    background: rgba(255,255,255,0.3);
}

#about h1{
    font-size: 42px;
    color: #003a8c;
    position: relative;
}

#about h1:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.4em;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    margin: 0 auto;
    height: 1px;
    background-color: #003a8c;
}

.about_ixi{
    width: 480px;
    height: 320px;
    border: double 4px #003a8c;
    background: #fff;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.about_ixi p{
    text-align: center;
    padding-top: 20px;
    line-height: 2.2;
}

/*about_topおわり*/

.blue_box_container{
    text-align: center;
    height: 14px;
}

.blue_box{
    width: 14px;
    height: 14px;
    background-color: #003a8c;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 70px;
    transform: rotate(45deg);
}

.blue_box:last-of-type{
     margin-right: 0;
}


/*part1*/
.part1_container{
    width: 1000px;
    margin: 0 auto;
}

.part1{
    min-height: 770px;
    margin-top: 50px;
    position: relative;
}

.part1:first-of-type{
    min-height: 850px;
    margin-top: 50px;
}
.part1:last-of-type{
    margin-bottom: 50px;
}

.part1 img{
    width: 728px;
    height: auto;
}

.part1:nth-child(odd) img{
    position: absolute;
    top: 0;
    right: 0;
}

.part1:nth-child(even) img{
    position: absolute;
    top: 0;
    left: 0;
}

.navy_bg{
    width: 275px;
    height: 195px;
    background-color: #003a8c;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part1_container .part1:nth-of-type(odd) .part1_text_box .navy_bg{
    position: absolute;
    top: 100px;
    left: 30px;
    z-index: 10;
}

.part1_container .part1:nth-of-type(even) .part1_text_box .navy_bg{
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
}

#about h2.title1{
    width: 255px;
    height: 175px;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 0;
}

.part1_container .part1:nth-of-type(odd) .text1{
    position: absolute;
    top: 250px;
    left: 80px;
}

.part1_container .part1:nth-of-type(even) .text1{
    position: absolute;
    top: 250px;
    right: 30px;
}

.text1{
    width: 600px;
    background-color: #fff;
    text-align: left;
    padding: 55px 40px 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.sp{
    display: none;
}

/*part1おわり*/

/*part2*/
.part2_container{
    width: 1000px;
    margin: 0 auto;
}

.part2{
    min-height: 680px;
    position: relative;
}
.part2:first-of-type{
    margin-top: 70px;
}

.part2:first-of-type{
    min-height: 770px;
}
.part2:last-of-type{
    min-height: 860px;
}

.part2 img{
    width: 582px;
    height: auto;
}

.part2:nth-child(odd) img{
    position: absolute;
    top: 0;
    left: 0;
}

.part2:nth-child(even) img{
    position: absolute;
    top: 0;
    right: 0;
}


.part2_container .part2:nth-of-type(odd) .text2{
    position: absolute;
    top: 40px;
    right: 0;
}

.part2_container .part2:nth-of-type(even) .text2{
    position: absolute;
    top: 40px;
    left: 0;
}

.text2{
    width: 430px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 30px 30px 40px;
}

#about h2.title2{
    font-size: 24px;
    color: #003a8c;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.title2:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.2em;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background-color: #003a8c;
}

.part2 ul{
    font-size: 14.5px;
    padding-left: 20px;
}

.part2 ul li{
    position: relative;
    list-style: none;
}

.part2 ul li:before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #003a8c;
    position: absolute;
    top: 10px;
    left: -15px;
}

/*part2おわり*/

/*profole*/
.profile{
    width: 1000px;
    margin: 0 auto;
}

.profile h2{
    font-size: 42px;
    color: #003a8c;
    text-align: center;
    margin: 30px 0 40px;
}

.prof_box{
    margin-bottom: 50px;
}

.profile img{
    width: 400px;
    height: auto;
    float: left;
}

.prof_text{
    width: 487px;
    border: 1px solid #003a8c;
    padding: 20px 30px;
    float: left;
    margin-left: 30px;
    background:url(../img/ixi_about/profile_pattern.png) no-repeat right top;
}

.prof_name{
    font-size: 24px;
    color: #003a8c;
    margin-bottom: 10px;
}

.furigana{
		font-size: 16px;
	}

.prof_text ul{
    text-align: right;
}

.prof_text ul li{
    width: 93px;
    text-align: center;
    display: inline-block;
    border: 1px solid #003a8c;
    margin-right: 5px;
}

.prof_text ul li a{
        color: #003a8c;
        display: block;
}

.prof_text ul li:hover{
    background-color: #003a8c;
}

.prof_text ul li a:hover{
    color: #fff
}

/*profoleおわり*/
/*問い合わせ*/

#about .service_contact h3{
	font-size: 26px;
	margin-bottom: 10px;
}

.service_contact {
	min-height: 390px;
	margin-bottom: -130px;
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/contact_pic.jpg) no-repeat;
	background-size: cover;
	padding-top: 50px;
}

.service_contact div {
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 30px 0 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.service_contact a {
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	background-color: #003a8c;
	color: #fff;
	display: block;
	font-size: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service_contact p{
	width: 85%;
  margin: 0 auto;
}
.service_contact a:hover {
	opacity: 0.8;
}

/*問い合わせおわり*/

/*レスポンシブ*/
@media screen and (max-width:768px){

.about_main{
    width: auto;
    height: 100vh;
    background: url(../img/ixi_about/about_main.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
}

#about h1{
    font-size: 42px;
    color: #003a8c;
    position: relative;
}
    
/*
h1:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20%;
    margin: 0 auto;
    height: 1px;
    background-color: #003a8c;
}
    
*/
    
.about_ixi{
    width: 90%;
/*  max-height: 50%;*/
    border: double 4px #003a8c;
    background: #fff;
    text-align: center;
    padding: 10px 20px 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*about_topおわり*/
    
/*part1*/
.part1_container{
    width: 100%;
}

.part1{
    min-height: auto;
    margin-top: 0;
    position: static;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 15px;
}    
    
.part1:first-of-type{
    min-height: auto;
    margin-top: 50px
}

.part1 img{
    max-width: 100%;
    height: auto;
}

.part1:nth-child(odd) img{
    position: static;
}

.part1:nth-child(even) img{
    position: static;
}

.navy_bg{
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding: 10px;
}

.part1_container .part1:nth-of-type(odd) .part1_text_box .navy_bg{
    position: static;
}

.part1_container .part1:nth-of-type(even) .part1_text_box .navy_bg{
    position: static;
}

#about h2.title1{
    width: 99%;
    height: 99%;
}

.part1_container .part1:nth-of-type(odd) .text1{
    position: static;
}

.part1_container .part1:nth-of-type(even) .text1{
    position: static;
}

.text1{
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}
    
    .sp{
        display: block;
    }

/*part1おわり*/

/*part2*/
.part2_container{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 20px;
}

.part2{
    min-height: auto;
    position: static;
    margin: 50px 0;
}

.part2:first-of-type, .part2:last-of-type{
    min-height: auto;
    margin: 50px 0;
}

.part2 img{
    max-width: 100%;
    height: auto;
}

.part2:nth-child(odd) img{
    width: 100%;
    position: static;
}

.part2:nth-child(even) img{
    width: 100%;
    position: static;
}


.part2_container .part2:nth-of-type(odd) .text2{
    position: static;
}

.part2_container .part2:nth-of-type(even) .text2{
    position: static;
}

.text2{
    width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    margin-top: 10px;
}

#about h2.title2{
        font-size: 20px;
    }
/*part2おわり*/

/*profole*/
.profile{
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.profile h2{
    margin: 30px 0;
}

.prof_box{
    margin-bottom: 50px;
}
	
.furigana{
		font-size: 14px;
	}

.profile img{
    width: 100%;
    height: auto;
    float: none;
}
.prof_text{
    width: 100%;
    height: auto;
    margin-left: 0;
    float: none;
    box-sizing: border-box;
    padding: 15px 20px;
}
.prof_text ul{
    text-align: center;
    padding-left: 0;
}
.prof_text ul li{
    margin-right: 0;
}
	
	/*問い合わせ*/
	#about .service_contact h3{
	font-size: 24px;
}
	.service_contact {
		box-sizing: border-box;
    padding: 50px 15px;
		background-position: 22%;
	}
	.service_contact div {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.service_contact div h3 {
		margin-top: 0;
	}
	.service_contact a {
		width: 250px;
		height: 60px;
		box-sizing: border-box;
		padding: 0 10px;
	}
	/*問い合わせおわり*/
    
}