@charset "UTF-8";
/* CSS Document */
header{
	margin-top: 8.5rem;
}

h3 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #172a87;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 7rem 0 5rem;
	position: relative;
	z-index: 5;
}

/*----------top-img----------*/
.top-bg {
	background-image: url("../img/aboutus-top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 780px;
	margin: 0;
	overflow: hidden;
	position: relative;
	margin-left: 7%;
}
.brand-c {
	position: absolute;
	border-left: solid 11px #172a87;
	color: #172a87;
	font-size: 20px;
	font-size: 2rem;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	padding: 1rem 2rem;
	letter-spacing: 0.14em;
	line-height: 1.7;
}
.refine-c {
	position: absolute;
	width: 330px;
	top: 40%;
	left: 10%;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
}
.quality {
	position: absolute;
	color: #172a87;
	font-size: 40px;
	font-size: 4rem;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	bottom: 20%;
	left: 5%;
	line-height: 1.3;
    text-shadow: 0 0 10px white,0 0 10px white,0 0 10px white;
}
.quality span {
	font-size: 30px;
	font-size: 3rem;
	padding: 2rem;
}
.about-r {
	position: relative;
	display: inline-block;
	margin-left: 7%;
	top: -100px;
	background-color: #fff;
	height: 200px;
	line-height: 200px;
	margin-bottom: -5rem;
}
.about-r img {
	width: 170px;
	vertical-align: middle;
}
.about-r p {
	color: #172a87;
	display: inline-block;
	font-size: 25px;
	font-size: 2.5rem;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.7;
	vertical-align: middle;
	margin: 0 4rem;
}

/*----------message----------*/
.message-bg {
	background-color: #eeeeee;
	position: relative;
	margin: 0;
	overflow: hidden;
	margin-right: 7%;
}
.message-bg::before {
	content: url("../img/message-left.png");
    position: absolute;
    left: -1px;
    bottom: -1rem;
}
.message-bg::after {
	content: url("../img/message-right.png");
    position: absolute;
    right: -1px;
    top: 0;
}
.message-bg p {
	color: #231815;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10%;
	text-align: justify;
}
.message-left {
	position: relative;
	z-index: 5;
}
.message-left p span {
	color: #231815;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 400;
}
.float-box {
	position: relative;
	float: right;
	clear: both;
	width: 310px;
	z-index: 5;
	margin-left: 3rem;
}
.float-box p {
	margin: 3rem 0;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 400;
}
.float-box p span {
	font-size: 20px;
	font-size: 2rem;
	margin-left: 1rem
}
.float-box dl {
	background-color: #fff;
	padding: 1.5rem 0 1.5rem 1.5rem;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.float-box dd {
	margin-bottom: 0;
	text-align: justify;
}

/*----------overview----------*/
#overview {
	margin-bottom: 5rem;
}
#overview table {
	width: 60%;
}
#overview tr {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	color: #231815;
	border-bottom: solid 1px #000;
}
#overview tr:last-child {
	border-bottom: none;
}
#overview th {
	background-color: rgba(8,40,126,0.1);
	font-weight: 400;
	padding: 2rem;
	width: 20%;
}
#overview td {
	padding: 2rem;
	width: 80%;
}

/*----------refine----------*/
.refine-contents {
/*	border: solid 1px #b4b4b5;*/
	margin: 0;
}
.refine-box {
	background-color: rgba(8,40,126,0.4);
	padding: 0;
	position: relative;
}
.refine-box > div:first-child::after {
	content: url("../img/refine-right.png");
    position: absolute;
    right: -1px;
    top: 0;
}
.refine-box img {
	width: 100%;
}
.blue-t {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(8,40,126,0.4);
	z-index: 5
}
.refine-box p:first-child {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1;
	margin: 2rem 2rem 0;
	color: #fff;
}
.refine-box p:first-child::after {
	content: "";
    display: inline-block;
    background: url("../img/forbusiness.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 135px;
    height: 40px;
}
.refine-box:nth-child(2) p:first-child::after {
    background: url("../img/forpersonal.svg");
	background-repeat: no-repeat;
    background-position: center;
}
.refine-box:nth-child(3) p:first-child::after {
    background: url("../img/forall.svg");
	background-repeat: no-repeat;
    background-position: center;
	width: 100px;
}
.refine-box p:last-child {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	margin: 1rem 2rem 3rem;
	color: #fff;
}

/*----------plan----------*/
.plan-contents {
	border: solid 1px #b4b4b5;
	position: relative;
}
.plan-left {
	padding: 0 4rem;
}
.plan-left img {
	display: block;
	width: 110px;
	margin: 5rem auto;
}
.plan-left h4 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
	font-size: 2.4rem;
	margin: 3rem 0;
}
.plan-left p {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
}
.black-back {
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	padding: 5px 5px 5px 1em;
}
.plan-right {
	padding: 0;
}
.plan-right img {
	width: 100%;
}

/*----------sdgs----------*/
#sdgs {
	background-image: url("../img/sdgs-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 8rem;
	overflow: hidden;
	position: relative;
	color: #fff;
	margin-bottom: 4rem;
}
#sdgs h4 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 4rem 0;
}
#sdgs h4 span {
	font-size: 19px;
	font-size: 1.9rem;
	border: solid 1px #fff;
	padding: 4px;
}
#sdgs p {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	letter-spacing: 0.14em;
	text-align: justify;
    line-height: 2.6rem;
}
#sdgs p span {
	font-size: 20px;
	font-size: 2rem;
/*
    padding-bottom: 2rem;
    display: inline-block;
*/
}
#sdgs p a {
	color: #fff;
	border-bottom: solid 1px #fff;
}
.sdgs-left {
	padding-right: 5rem;
}
.sdgs-left2 {
	padding-right: 5rem;
	width: 75%;
}
.sdgs-right2 {
	width: 22%;
	position: absolute;
	top: 0;
	right: 5%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.sdgs-white {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
    top: 0;
    bottom: 0;
/*	padding: 3rem 2.5rem;	*/
}
.sdgs-white2 {
	background-color: #fff;
	padding: 2rem;
}
.sdgs-white2 .sdgs-icon2 {
    display: flex;
    flex-wrap: wrap;
}
.sdgs-white .sdgs-icon {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	text-align: center;
}
.icon {
	width: 50%;
	padding: 5px;
}
.sdgs-innovation {
	background-color: #fff;
	color: #3E3A39;
	padding: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 4rem;
}
.sdgs-innovation dl dt {
	color: #08287E;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: solid 1px #3E3A39;
	padding-bottom: 1rem;
}
.sdgs-innovation dl dd {
	padding-top: 1.5rem;
	font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 0.14em;
    text-align: justify;
    line-height: 2.3rem;
}
.sdgs-innovation dl dd ul li span {
	color: #08287E;
	font-size: 75%;
}
.sdgs-innovation dl dd ul li{
	text-indent: -1.4em;
	padding-left: 2rem;
}
.sdgs-innovation img {
	box-shadow: 8px 8px 6px rgba(0, 0, 0, .2) ;
	position: absolute;
	top: -10%;
	margin-left: 1rem;
	width: 85%;
}

/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
/*----------overview----------*/
#overview table {
	width: 70%;
}
/*-----------refine-----------*/
.refine-box p:first-child {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1;
	margin: 2rem 0 0 2rem;
	color: #fff;
}
	
/*----------plan----------*/
.plan-left img {
    margin: 3rem auto;
	}
.plan-left h4 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 2rem 0;
}
.plan-left p {
	line-height: 1.7;
}
/*----------sdgs----------*/
/*
.sdgs-right {
	position: relative;
}
*/
.sdgs-left2 {
	width: 70%;
}
.sdgs-right2 {
	width: 27%;
}
.sdgs-innovation img {	
	margin: 0;
/*	position: inherit;*/
	width: 100%;
	right: -5%;
	top: 2%;
}
/*
.sdgs-innovation .container .row .col-4 {	
	margin:auto;
	}
*/
	
.sdgs-right > div {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%) translateX(0);
  	-webkit-transform: translateY(-50%) translateX(0);
}
}

/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
/*----------top-img----------*/
.top-bg {
	background-position: right -80px top 0;
}
.refine-c {
	width: 300px;
}
.quality {
	font-size: 36px;
	font-size: 3.6rem;
}
.quality span {
	font-size: 26px;
	font-size: 2.6rem;
}
.about-r {
	top: -80px;
	height: 160px;
	line-height: 160px;
}
.about-r img {
	width: 150px;
	vertical-align: middle;
}
.about-r p {
	font-size: 20px;
	font-size: 2rem;
}

/*----------message----------*/
.float-box {
	width: 300px;
	margin-left: 3rem;
}
.float-box2 {
    float: right;
    width: 10px;
    height: 125px;
}
	
	
/*----------overview----------*/
#overview table {
	width: 90%;
}
#overview td {
	padding-right: 0;
}

/*---------sdgs----------*/
.sdgs-left {
    padding: inherit;
    width: 90%;
	margin: 2rem auto;
}	
.sdgs-right {
    width: 90%;
	margin: 0 auto;
}
.sdgs-right > div {
	position: inherit;
	top: 0;
    transform: inherit;
}
.sdgs-right img {
    width: 100%;
}
.icon {
	width: 25%!important;
}


	.sdgs-left2 {
		width: 100%;
		padding-right: 0;
	}	
.sdgs-right2 {
	position: inherit;
	width: 100%;
}	
	
.sdgs-innovation img {
    margin: 0;
    position: inherit;
    width: 100%;
    right: 0%;
    top: 2%;
}

.sdgs-white2 {
	padding: 4rem;
}
	
}
	
/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
/*----------top-img----------*/
.top-bg {
	background-position: right -120px top 0;
}
.quality {
	font-size: 30px;
	font-size: 3rem;
}
.quality span {
	font-size: 22px;
	font-size: 2.2rem;
}
.about-r {
	top: -70px;
	height: 140px;
	line-height: 140px;
}
.about-r img {
	width: 130px;
	vertical-align: middle;
}
.about-r p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 2rem;
	}
	
/*----------message----------*/
.message-bg p {
	margin-right: 0%;
	margin-left: 0%;
}
.message-left {
	width: 100%;
	float: none;
}
.float-box {
	float: none;
	width: auto;
	margin: 3rem 0 3rem 7%;
	z-index: 5;
	display: flex;
}
.float-box p {
	margin: 3rem 0;
	text-align: center;
	letter-spacing: 0.2em;
}
.float-box p span {
	font-size: 20px;
	font-size: 2rem;
	margin-left: 1rem
}
.float-box dl {
	padding: 2rem;
	width: 60%;
	margin: auto 4rem;
}
.float-box dd {
	margin-bottom: 0;
	text-align: justify;
}
/*----------overview----------*/
#overview table {
	width: 100%;
}
#overview th {
	padding: 1rem;
}
#overview td {
	padding: 2rem 0 2rem 1rem;
}

/*-----------refine-----------*/
.refine-box {
	display: flex;
}
.refine-box p:first-child {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}
.refine-box p:last-child {
	margin: 1rem 2rem;
}
.refine-box p:first-child::after {
	content: "";
    display: inline-block;
    background: url("../img/forbusiness.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 35px;
	margin-top: 5px;
}
	
/*---------sdgs---------*/
.sdgs-innovation img {
top: -2%;
}


/*----------plan----------*/
.plan-contents {
	margin: 0 auto;
	}
}

.plan-left {
    padding: 1.5rem 3rem;
}	




/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
header{
	margin-top: 10.5rem;
}
.lower-head h1 {
    transform: translate(11%, -50%);
    -webkit-transform: translate(11%, -50%);
    -ms-transform: translate(11%, -50%);
}
h3 {
	margin: 5rem 0 3rem;
}	
	
/*----------top-img----------*/
.top-bg {
	background-position: right -85px top 0;
	height: 550px;
	margin-left: 0;
}
.brand-c {
	border-left: solid 8px #172a87;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 1rem 2rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
.refine-c {
	top: 30%;
	left: 8%;
	width: 240px;
}
.quality {
	font-size: 22px;
	font-size: 2.2rem;
	left: 2%;
	font-weight: 600;
}
.quality span {
	font-size: 18px;
	font-size: 1.8rem;
}
.about-r {
	top: -70px;
	height: auto;
	line-height: inherit;
	margin-left: 0;
	margin-bottom: 0;
}
.about-r img {
	width: 110px;
	margin: 2rem;
}
.about-r p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 2rem;
}

/*----------message----------*/
.message-bg {
	margin-right: 0;
}
.message-bg p {
	margin-right: 7%;
	line-height: 1.5;
}
.message-left {
	width: 100%;
	float: none;
}
.float-box {
	display: block;
	margin: 4.5rem 7% 3.5rem;
}
.float-box dl {
	width: auto;
	margin: 0;
}
.rep img {
	width: 67%;
}
.rep p {
	margin-right: 0;
}
.message-left p span {
	font-size: 20px;
	font-size: 2rem;
}	
	
/*----------overview----------*/
#overview tr {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#overview th {
	padding: 1rem;
	width: 25%;
	padding-right: 0;
}
#overview td {
	padding: 1.5rem 0 1.5rem 1rem;
}

/*-----------refine-----------*/
.refine-box {
	display: flex;
}
.refine-box p:first-child {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	margin: 1.5rem 0 0 1.5rem;
}
.refine-box:last-child p {
	margin-right: 0;
}
.refine-box p {
	font-size: 2.5rem;
	margin-left: 1rem;
	margin-right: 1rem;
} 	
.refine-box p:last-child {
	font-size: 1.5rem;
	margin-bottom: 0;
    line-height: 1.5;
	margin-right: 0;
	margin-left: 1rem;
}
.refine-box p:first-child::after {
	content: "";
    display: inline-block;
    background: url("../img/forbusiness.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 30px;
	margin-top: 5px;
}
.refine-box:nth-child(2) p:first-child::after {
	content: "";
    display: inline-block;
    background: url("../img/forpersonal.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.refine-box:nth-child(3) p:first-child::after {
	content: "";
    display: inline-block;
    background: url("../img/forall.svg");
    background-repeat: no-repeat;
    background-position: center;
}
/*---------plan----------*/
.plan-left {
    padding: 2rem 2rem;
}
	
/*---------sdgs----------*/
.sdgs-white {
	padding: 1rem;
}
.sdgs-innovation {
	margin-bottom: 2rem;
}
.sdgs-white2 {
    padding: 3rem;
}	
	

}