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

/*----------sub_visual------------------------------*/

#sub_visual{
	height: 420px;
}
.sub_visual01{/*事業内容*/
	position: relative;
	background: url("../solution/img/bg_subvisual.png") top center / contain no-repeat;
	background-size: cover;               /* 全画面 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 300px;
}
.sub_visual02{/*会社概要*/
	position: relative;
	background: url("../company/img/bg_subvisual.png") top center / contain no-repeat;
	background-size: cover;               /* 全画面 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 300px;
}
.sub_visual03{/*実績/ニュース/ポリシー*/
	position: relative;
	background: url("../achieve/img/bg_subvisual.png") top center / contain no-repeat;
	background-size: cover;               /* 全画面 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 300px;
}
.sub_visual04{/*お問い合わせ*/
	position: relative;
	background: url("../contact/img/bg_subvisual.png") top center / contain no-repeat;
	background-size: cover;               /* 全画面 */
	background-position: center center;   /* 縦横中央 */
	width: 100%;
	height: 300px;
}

/*テキスト*/
.sub_visual01 .sub_title_wrap,.sub_visual02 .sub_title_wrap,.sub_visual03 .sub_title_wrap,.sub_visual04 .sub_title_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.sub_visual03 .sub_title_wrap,.sub_visual04 .sub_title_wrap{
	color: #130D59;
}

.sub_visual01 .sub_title_wrap h2,.sub_visual02 .sub_title_wrap h2,.sub_visual03 .sub_title_wrap h2,.sub_visual04 .sub_title_wrap h2,.sub_visual03 .sub_title_wrap h2.policy{ 
	font-size: 5rem;
	font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: -20px;
}
.sub_visual03 .sub_title_wrap h2.policy{
	font-size: 4.3rem;
}
.sub_visual01 .sub_title_wrap p,.sub_visual02 .sub_title_wrap p,.sub_visual03 .sub_title_wrap p,.sub_visual04 .sub_title_wrap p{
	font-size: 1.1rem;
}
@media screen and (max-width: 759px) {
#sub_visual{
	height: 230px;
}
.sub_visual01,.sub_visual02,.sub_visual03,.sub_visual04{
	background-attachment: inherit;
	height: 160px;
}

/*テキスト*/
.sub_visual01 .sub_title_wrap,.sub_visual02 .sub_title_wrap,.sub_visual03 .sub_title_wrap,.sub_visual04 .sub_title_wrap{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.sub_visual03 .sub_title_wrap,.sub_visual04 .sub_title_wrap{
	color: #130D59;
}
.sub_visual01 .sub_title_wrap h2,.sub_visual02 .sub_title_wrap h2,.sub_visual03 .sub_title_wrap h2,.sub_visual04 .sub_title_wrap h2{ 
	font-size: 2.1rem;
	margin-bottom: 0em;
}
.sub_visual03 .sub_title_wrap h2.policy{
	font-size: 2rem;
	margin-bottom: 0.1em;
}
.sub_visual01 .sub_title_wrap p,.sub_visual01 .sub_title_wrap p,.sub_visual03 .sub_title_wrap p,.sub_visual04 .sub_title_wrap p{
	font-size: 0.8rem;
}
}

/*----------sub_visual .調整----------*/

/*.headerBlock{
	height: auto;
}*/

.c-header__list-link {
	color: #130D59;
}
header ul li a::after {
	background: #130D59;
}
.c-header {
  padding: 0 3rem;
}
@media screen and (max-width: 759px) {
.c-header {
	padding: 0.5rem 1rem;
}.c-header__list-link {
	color: #fff;
}
.c-hamburger-menu__button-mark {
  background-color: #130D59;
}
}

/*--------------------------------------------*/
/*--------------------------------------------*/

#solution01,#solution02,#solution03{
	width: 1300px;
	margin: 0 auto 5em;
}
@media screen and (max-width: 759px) {
	
#solution01,#solution02,#solution03{
	width: 100%;
}
}


/*----------solution----------------------*/

.sol_title{
	margin: 0 auto;
	padding: 4em 1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sol_title .sol_title_wrap{}
.sol_title .sol_title_wrap h2{ 
	font-size: 1.2rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: -40px;
}
.sol_title .sol_title_wrap .num{ 
	font-size: 7.6rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 5px;
}
.sol_title h3 { 
	font-size: 2rem;
	padding-left: 2em;
	font-weight: bold;
}
@media screen and (max-width: 759px) {
	
.sol_title{
	padding: 2em 1em;
}
.sol_title .sol_title_wrap{}
.sol_title .sol_title_wrap h2{ 
	font-size: 0.7rem;
    letter-spacing: 1px;
    margin-bottom: -15px;
}
.sol_title .sol_title_wrap .num{ 
	font-size: 3.6rem;
    letter-spacing: 5px;
}
.sol_title h3 { 
	font-size: 1.2rem;
}
}

.sol_block{ 
	margin: 0 auto;
    width: 96%;
	color: #1F1616; 
}
.sol_block ul.sol_column02{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.sol_block ul.sol_column02 li:nth-child(odd){ width: 50%; padding: 0 2em; }
.sol_block ul.sol_column02 li:nth-child(even) { width: 42%; }

/*アイコン付きタイトル*/
.sol_block ul.sol_column02 .sol_title02{ margin-bottom: 2em; }
.sol_block ul.sol_column02 .sol_title02 .icon {
	display: inline-block;
	vertical-align: middle;
}
.sol_block ul.sol_column02 .sol_title02 h3 {
	display: inline-block;
	margin-left: 2em;
    color: #1F1616;
    font-size: 1.6rem;
}
.sol_block ul.sol_column02 p{
	font-size: 1.1rem;
	margin-bottom: 1.5em;
}

.sol_block ul.sol_column02 h4 {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin: 3em 0 1em;
    background-image: linear-gradient(#408DB5 50%, #E6ECEC 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    font-weight: bold;
    font-size: 26px;
}
.sol_block ul.sol_column02 h5{
	margin: 1em 0 0.5em;
}
.sol_other{
	background: #F4F9F9;
	padding: 4em 14em;
	color: #1F1616; 
}
@media screen and (max-width: 759px) {
	
.sol_block{  }
.sol_block ul.sol_column02{ width: 90%; margin: auto; }
.sol_block ul.sol_column02 li:nth-child(odd){ width: 100%; padding: 0; }
.sol_block ul.sol_column02 li:nth-child(even) { width: 100%; }

/*アイコン付きタイトル*/
.sol_block ul.sol_column02 .sol_title02{ margin-bottom: 2em; }
.sol_block ul.sol_column02 .sol_title02 .icon { width: 18%; }
.sol_block ul.sol_column02 .sol_title02 h3 {
	margin-left: 0;
    font-size: 1rem;
}
.sol_block ul.sol_column02 p{
	font-size: 1rem;
}

.sol_block ul.sol_column02 h4 {
    font-size: 1.4rem;
}
.sol_block ul.sol_column02 h5{
    font-size: 1.1rem;
}
.sol_other{
	padding: 2em;
	margin: 3em 0;
}
}


/*----------company----------------------*/
#company01{
	width: 1300px;
	margin: 0 auto 0;
}
@media only screen and (max-width: 759px) {
#company01{
	width: 100%;
}
}


#company01 .com_title{
	margin: 0 auto;
	padding: 4em 1em;
}
#company01 .com_title h2{
	font-size: 3.8rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: -10px;
}
#company01 .com_title p { font-size: 1rem; }
@media only screen and (max-width: 759px) {
#company01 .com_title{
	padding: 2em 0;
}
#company01 .com_title h2{
	font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: -2px;
	text-align: center;
}
#company01 .com_title p { 
	font-size: 0.9rem;
	text-align: center;
}
}


#company02{
	background: url("../img/bg_introduce.jpg") no-repeat center right;
	background-size: cover;
	height: 600px;
	/*height: 500px;*/
	margin: 0 0 10em;
}
#company02 .intro_block02{
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding: 7em;
}
#company02 .intro_block02:after{
	position: absolute;
    content: '';
	background: url("../company/img/introduce_en.png") ;
    width: 1067px;
    height: 94px;
	bottom: -100px;
    left: 100px;
}
#company02 .intro_wrap{
    /*margin-left: 3em;*/
}
#company02 .intro_wrap h2 { 
	font-family: "Noto Serif JP";
    display: inline-block;
    background: #130d59;
    padding: 0em 0.5em;
    font-size: 2rem;
    color: #fff;
}
#company02 .intro_wrap h3 { 
	font-family: "Noto Serif JP";
    font-size: 2.9rem;
	margin: 1em 0;
}
@media only screen and (max-width: 759px) {
#company02{
	background: none;
	/*background: url("../img/bg_introduce.jpg") no-repeat center right;*/
	height: auto;
	margin: 0 0 3em;
}
#company02 .intro_block02{
	width: 100%;
	padding: 0;
}
#company02 .intro_block02:after{
	position: absolute;
    content: '';
	background: url("../company/img/introduce_en_sp.png") ;
    width: 357px;
    height: 42px;
	bottom: -22px;
    left: 15px;
}
#company02 .intro_wrap{
	padding: 3em 0 1em;
	text-align: center;
}
#company02 .intro_wrap h2 { 
    font-size: 1.5rem;
    margin-bottom: 1em;
}
#company02 .intro_wrap h3 { 
    font-size: 1.3rem;
	margin: 0;
    line-height: 1.6;
	letter-spacing: 0;
}
}

#company03{
	background: url("../company/img/bg_introduce.png") no-repeat center left;
	background-size: cover;
	height: 600px;
	/*height: 487px;*/
	margin: 0 0 10em;
}
#company03 .intro_block03{
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding: 7em;
}
#company03 .intro_block03:after{
	position: absolute;
    content: '';
	background: url("../company/img/introduce02_en.png") ;
    width: 1067px;
    height: 116px;
	bottom: -130px;
	right: 40px;
    /*left: 0;*/
}
#company03 .intro03_wrap{ 
	/*padding-left: 30em;*/
	padding-left: 20%;
}
#company03 .intro03_wrap h2 { 
	font-family: "Noto Serif JP";
    display: inline-block;
    background: #130d59;
    padding: 0em 0.5em;
    font-size: 2rem;
    color: #fff;
}
#company03 .intro03_wrap h3 { 
	font-family: "Noto Serif JP";
    font-size: 2.9rem;
	margin: 1em 0;
}
@media only screen and (max-width: 759px) {
	
#company03{
	background: none;
	/*background: url("../company/img/bg_introduce_sp.png") no-repeat center right;*/
	height: auto;
	margin: 0 0 6em;
}
#company03 .intro_block03{
	width: 100%;
	padding: 0;
}
#company03 .intro_block03:after{
	position: absolute;
    content: '';
	background: url("../company/img/introduce02_en_sp.png") ;
    width: 357px;
    height: 39px;
	bottom: -18px;
	right: 0;
    left: 12px;
}
#company03 .intro03_wrap{ 
	padding: 3em 0 1em;
	text-align: center;
}
#company03 .intro03_wrap h2 { 
    padding: 0em 0.5em;
    font-size: 1.5rem;
    margin-bottom: 1em;
}
#company03 .intro03_wrap h3 { 
    font-size: 1.3rem;
	margin: 0;
    line-height: 1.6;
	letter-spacing: 0;
}
}

#company04 {
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #9FC6DA 50%, #9FC6DA 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin-top: 5em;
}
#company04 .valueBox{
	background: #fff;
	width: 1200px;
	padding: 3em;
	margin-bottom: 5em;
}
#company04 .valueBox h2 { 
	font-family: "Noto Serif JP";
    display: inline-block;
    background: #130d59;
    padding: 0em 0.5em;
    font-size: 2rem;
    color: #fff;
	margin-bottom: 2em;
}
#company04 .valueBox ul.va_col{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
#company04 .valueBox ul.va_col li:nth-child(odd){ width: 48%; }
#company04 .valueBox ul.va_col li:nth-child(even) { width: 48%; }
#company04 dl.valuetxt {
	display: flex;
	justify-content: flex-start;
    border-radius: 10px;
	font-family: "Noto Serif JP";
	margin-bottom: 2em;
}
#company04 dl.valuetxt dt {
	flex-basis: 15%;
	font-size: 40px;
}
#company04 dl.valuetxt dd {
	flex-basis: 85%;
	font-size: 26px;
	padding-top: 20px;
}
#company04 dl.valuetxt dd span {
	font-size: 18px;
}
@media only screen and (max-width: 759px) {
	
#company04 { }
#company04 .intro_block04{
	text-align: center;
}
#company04 .valueBox{
	width: 90%;
	padding: 0;
	margin: 0 auto 3em;
}
#company04 .valueBox h2 { 
    padding: 0em 0.5em;
    font-size: 1.5rem;
    margin-bottom: 1em;
}
#company04 .valueBox ul.va_col{
	width: 90%;
    margin: auto;
}
#company04 .valueBox ul.va_col li:nth-child(odd){ width: 100%; }
#company04 .valueBox ul.va_col li:nth-child(even) { width: 100%; }
#company04 dl.valuetxt {
}
#company04 dl.valuetxt dt {
	flex-basis: 15%;
	font-size: 24px;
}
#company04 dl.valuetxt dd {
	flex-basis: 85%;
	font-size: 16px;
	padding-top: 6px;
	}
#company04 dl.valuetxt dd span {
	font-size: 14px;
}
}


#company05{
	background: #fff;
}
#company05 .company05_block {
    width: 1300px;
	margin: 10em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#company05 .com5_title{
	width: 36%;
	padding-left: 1em;
}
#company05 .com5_title h2{
	font-size: 3.8rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: -10px;
}
#company05 .com5_title p { font-size: 1rem; }
#company05 ul { 
	color: #1F1616;
    margin-top: 1em;
    width: 50%;
}
#company05 ul li { 
	padding: 2em;
	border-bottom: 1px #ccc solid;
}
#company05 dl {
	display: flex;
	justify-content: flex-start;
	/*font-family: "Noto Serif JP";*/
}
#company05 dt {
	flex-basis: 25%;
	font-size: 1rem;
}
#company05 dd {
	flex-basis: 75%;
	font-size: 1rem;
}

#company05 ul.partner { 
	color: #1F1616;
    margin-top: 1em;
    width: 60%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company05 ul.partner li { 
	border: 1px solid #ccc;
	padding: 3em;
	width: 19%;
	margin-bottom: 2em;
	text-align: center;
}
#company05 .partner_name{
    font-size: 1.2rem;
    /*line-height: 3;*/
    margin: 1em 0;
}
/*#company05 .coming_soon{
	font-size: 1.5rem;
    margin: 2em 0;
}*/
@media only screen and (max-width: 759px) {
	
#company05{ }
#company05 .company05_block {
    width: 90%;
	margin: 7em auto;
}
#company05 .com5_title{
	width: 100%;
	margin-bottom: 1em;
}
#company05 .com5_title h2{
    padding: 0;
    font-size: 1.7rem;
    margin-bottom: 0;
}
#company05 .com5_title p { font-size: 0.8rem; }
#company05 ul { 
    width: 100%;
}
#company05 ul li { 
	padding: 1em;
}
#company05 dl {
	display: block;
}
#company05 dt {
	flex-basis: 100%;
	font-size: 16px;
	font-weight: bold;	
}
#company05 dd {
	flex-basis: 100%;
	font-size: 16px;
	padding-top: 3px;
}

#company05 ul.partner { 
    width: 100%;
}
#company05 ul.partner li { 
	padding: 3em;
	width: 24%;
}
#company05 .partner_name{
    font-size: 1rem;
    line-height: 2;
    margin: 1em;
}
/*#company05 .coming_soon{
	font-size: 1rem;
    margin: 1em;
}*/
}



/*----------achieve.news----------------------*/

#achieve01,#news01{
	width: 1300px;
	margin: 0 auto 0;
}
#achieve01 .achieveBlock,#news01 .newsBlock{
	width: 90%;
	margin: 3em auto;
	text-align: left;
}
#achieve01 .achievettl,#news01 .newsttl{
    font-size: 1.5rem;
    font-weight: bold;
}
#achieve01 .achievettlsub,#news01 .newsttlsub{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1em;
}
#achieve01 .inner,#news01 .inner{
	padding: 2em 2em 5em 2em;
	color: #000;
	margin-bottom: 1em;
}
#achieve01 .inner p,#news01 .inner p{
    margin-bottom: 2em;
    text-align: left;
}
.return {
	width: 90%;
	margin: 3em auto;
}

@media only screen and (max-width: 759px) {
#achieve01,#news01{
	width: 90%;
}
#achieve01 .inner,#news01 .inner{
	padding: 2em 0;
}
#achieve01 .achievettl,#news01 .newsttl{
    font-size: 1.3rem;
}
}

#achieve01 p,#news01 p{
	text-align: center;
	color: #1F1616;
}
#achieve01 .achieve01_btn,#news01 .news01_btn{
	width: 620px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em auto;
}
#achieve01 .achieve01_btn div,#news01 .news01_btn div{
	border: 1px solid #408DB5;
	padding: 1em 2em;
	text-align: center;
	width: 120px;
	color: #408DB5;
}
#achieve01 .achieve01_btn div.active,#news01 .news01_btn div.active{
	border: 1px solid #408DB5;
	background: #408DB5;
	color: #fff
}
#achieve01 .achieve01_block,#news01 .news01_block{
	margin: auto;
	width: 90%;
}
#achieve01 .achieve01_block ul.ac_col03,#news01 .news01_block ul.ac_col03{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 7em 0;
}
#achieve01 .achieve01_block ul.ac_col03 li,#news01 .news01_block ul.ac_col03 li{ 
	width: 29%;
    margin-bottom: 5em;
}
#achieve01 .achieve01_block ul.ac_col03 li p,#news01 .news01_block ul.ac_col03 li p{ 
	margin: 1em 0;
	color: #000;
	font-family: "Noto Sans JP";
	text-align: left;
}
@media only screen and (max-width: 759px) {
	
#achieve01 p,#news01 p{ }
#achieve01 .achieve01_btn,#news01 .news01_btn{
	width: 100%;
}
#achieve01 .achieve01_btn div,#news01 .news01_btn div{
	padding: 1em 1.5em;
	width: 60px;
}
#achieve01 .achieve01_block ul.ac_col03,#news01 .news01_block ul.ac_col03{
	margin: 3em 0;
}
#achieve01 .achieve01_block ul.ac_col03 li,#news01 .news01_block ul.ac_col03 li{ 
	width: 48%;
    margin-bottom: 3em;
}
#achieve01 .achieve01_block ul.ac_col03 li p,#news01 .news01_block ul.ac_col03 li p{ 
}
}

.pagination_wrap {
	display: table;
	margin: 2em auto;
}
.pagination {
	display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #E6ECEC;
  color: #408db5;
}
.pagination a:hover:not(.active) {background-color: #ddd;}



/*----------policy----------------------*/
#policy01{
	width: 1000px;
	margin: 0 auto 0;
}
@media only screen and (max-width: 759px) {
#policy01{
	width: 90%;
}
}

.policy01_block{
	margin: 2em 0 7em;
	color: #1F1616;
}

h3.ttl_sub{
	font-size: 1.8rem;
    margin: 2em 0 1em;
}
h3.ttl_sub span{
	font-size: 0.8rem;
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 759px) {	
h3.ttl_sub{
	font-size: 1.3rem;
	/*font-size: 1.5rem;*/
}
}

h3.ttl_sub03{
	font-size: 1.5rem;
    margin: 2em 0 0.5em;
}




.comingsoon{
	font-size: 2rem;
	margin: 5em 0 7em;
	color: #408db5!important;
}
@media screen and (max-width: 759px) {	
.comingsoon{
	font-size: 1.5rem;
	margin: 3em 0 6em;
}
}

/* iPad用のスタイルを追加 */
@media only screen and (min-device-width: 759px) and (max-device-width: 1024px) {
#company03 .intro_block03:after{
	right: 0;
    left: 50px;
}
}


