@charset "UTF-8";

/*共通部品*/

.inner {
	width: 980px;
	margin: 0 auto;
  }
  #gnav {
	display: block !important;
  }
  .common_text_list{
	padding-left: 0;
  }
  .common_text_list li{
	list-style: none;
	text-indent: -1.2rem;
	margin-left: 1.2rem;
  }
  .common_text_list li.no-symbol{
	text-indent: -1rem;
	margin-left: 1rem;
  }
  .common_text_list li span{
	padding-right: 0.5rem;
  }
  
  .mb-rem_36 {
	margin-bottom: 3.6rem;
  }

  #breadcrumbs {
	border-bottom: 1px solid #ccc;
	margin: -5px 0 0 0;
	padding: 15px 0 10px;
	font-size: 87.5%;
	margin-bottom: 60px;
  }
  #breadcrumbs ul {
	display: block;
	margin: 0;
	padding: 0;
  }
  #breadcrumbs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
  }
  #breadcrumbs ul li a {
	color: #006591;
	transition: 0.2s;
	text-decoration: none;
  }
  #breadcrumbs ul li a:hover {
	opacity: 0.8;
  }
  
  .midashi_h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 157px;
	margin-bottom: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../sustainability/images/common/midashi_bg.png);
  }
  .midashi_h2 h2 {
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	line-height: 44px;
  }
  .midashi_h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	margin-bottom: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-image: url(../sustainability/images/common/midashi_bg.png);
  }
  .midashi_h3 h3 {
	font-size: 187.5%;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
  }
  .midashi_h4B {
	margin-bottom: 20px;
  }
  .midashi_h4B h3,
  .midashi_h4B h4,
  .midashi_h4B h5 {
	padding: 5px 0 5px 15px;
	border-left: 5px solid #146a9b;
	font-size: 125%;
	line-height: 26px;
	font-weight: bold;
  }
  .common_text + .midashi_h4B,
  .common-img + .midashi_h4B {
	margin-top: 30px;
  }
  .button3 {
	margin-top: 15px;
	text-align: center;
  }
  .button3 a {
	padding: 15px 80px;
	font-size: 125%;
	color: #166493;
	border: 1px solid #166493;
	position: relative;
	display: inline-block;
	transition: 0.2s;
  }
  .button3 a:hover {
	background-color: #166493;
	color: #fff;
  }
  .button3 a:before {
	content: "";
	display: block;
	border-top: 2px solid #166493;
	border-right: 2px solid #166493;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 15px;
	transition: 0.2s;
  }
  .button3 a:hover:before {
	border-top-color: #fff;
	border-right-color: #fff;
  }
  
  @media screen and (max-width: 641px) {
  
	.inner {
	  width: 94%;
	  margin: 0 3%;
	}
	#breadcrumbs {
	  display: none;
	}
	.midashi_h2 {
	  min-height: 80px;
	  margin-bottom: 20px;
	  background-size: 65.5px 78.5px;
	  margin-top: 30px;
	}
	.midashi_h3 {
	  min-height: 50px;
	  margin-bottom: 15px;
	  background-size: auto 50px;
	}
	.midashi_h4B {
	  margin-bottom: 10px;
	}
	.midashi_h4B h3,
	.midashi_h4B h4,
	.midashi_h4B h5 {
	  border-left-width: 3px;
	  padding-left: 10px;
	  font-size: 100%;
	  line-height: 20px;
	}
	.button3 a {
	  font-size: 75%;
	  padding: 10px 40px;
	}
  }
  
  .message-area {
	padding: 35px 0 70px;
	background-color: #f4f4f4;
  }
  .message-area .inner {
	background-color: #fff;
	padding: 50px 40px 20px;
  }
  .message-area__block {
	display: flex;
	justify-content: space-between;
  }
  .message-area__block .text-area {
	width: 100%;
  }
  .message-area__block .image {
	width: 31.5%;
	margin:0 0 20px 20px;
	float: right;
  }
  .message-area__block .image img {
	width: 100%;
  }
  .message-area__block .text-area .title {
	color: #1a5ea5;
	font-size: 150%;
	margin-bottom: 25px;
  }
  .message-area p {
	font-size: 87.5%;
	line-height: 1.7;
  }
  .message-area .name {
	text-align: right;
	margin-top: 45px;
  }
  .message-area .name span {
	display: block;
	margin-bottom: 20px;
  }
  
  .menu-area {
	padding: 60px 0 195px;
  }
  .menu-area__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 85px;
	padding-left: 0;
  }
  .menu-area__list li {
	width: 33.2%;
	list-style: none;
  }
  .menu-area__list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1678a5;
	text-align: center;
	color: #fff;
	height: 100px;
	font-size: 112.5%;
	font-weight: bold;
	border: 1px solid #1678a5;
	transform: 0.2s;
  }
  .menu-area__list li a:hover {
	background-color: #fff;
	color: #1678a5;
  }
  .menu-area__block {
	margin-bottom: 50px;
  }
  .menu-area__block .title {
	font-size: 125%;
	padding-left: 22px;
	border-left: 5px solid #117eab;
	margin-bottom: 25px;
  }
  .menu-area__box {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
  }
  .menu-area__box .image {
	width: 45.9%;
  }
  .menu-area__box .image img {
	width: 100%;
  }
  .menu-area__box .list {
	width: 49.1%;
  }
  .menu-area__box .list ul {
	margin: 0 0 35px;
	padding-left: 0;
  }
  .menu-area__box .list ul li {
	margin-bottom: 10px;
	list-style: none;
	font-size: 125%;
  }
  .menu-area__box .list ul li::before {
	content: "■";
	display: inline-block;
	margin-right: 27px;
	color: #166493;
  }
  .menu-area__box .list ul li a{
	color: rgb(153, 153, 153);
  }
  .menu-area__box .list ul li a:hover{
	color: #166493;
  }
  .menu-area__box .list .button {
	width: 70%;
  }
  .menu-area__box .list .button a {
	display: block;
	border: 1px solid #166493;
	line-height: 60px;
	font-size: 125%;
	color: #166493;
	text-align: center;
	background: url(../sustainability/images/common/icon_arrow01.png) no-repeat 5% 50%;
	transition: 0.2s;
  }
  .menu-area__box .list .button a:hover {
	color: #fff;
	text-align: center;
	background: url(../sustainability/images/common/icon_arrow02.png) no-repeat 5% 50% #166493;
  }
  @media screen and (max-width: 640px) {
	.message-area {
	  padding: 20px 0 40px;
	}
	.message-area .inner {
	  width: 88%;
	  padding: 25px 15px 10px;
	}
	.message-area__block {
	  flex-flow: column-reverse;
	}
	.message-area__block .text-area {
	  width: 100%;
	}
	.message-area__block .image {
	  width: 100%;
	  margin:0 0 15px 0;
  
	  float: none;
	}
	.message-area__block .text-area .title {
	  margin-bottom: 15px;
	}
	.message-area .name {
	  margin-top: 30px;
	}
	.message-area .name span {
	  margin-bottom: 10px;
	}
  
	.menu-area {
	  padding: 30px 0 60px;
	}
	.menu-area__list {
	  display: block;
	  margin-bottom: 35px;
	}
	.menu-area__list li {
	  width: 100%;
	  margin-bottom: 5px;
	}
	.menu-area__list li a {
	  height: 80px;
	}
	.menu-area__block {
	  margin-bottom: 50px;
	}
	.menu-area__block .title {
	  margin-bottom: 15px;
	}
	.menu-area__box {
	  display: block;
	}
	.menu-area__box .image {
	  width: 100%;
	}
	.menu-area__box .list {
	  width: 100%;
	  margin-bottom: 15px;
	}
	.menu-area__box .list ul {
	  margin: 0 0 20px;
	}
	.menu-area__box .list ul li {
	  margin-bottom: 5px;
	}
	.menu-area__box .list ul li::before {
	  margin-right: 15px;
	}
	.menu-area__box .list ul li:nth-child(5):before {
	}
	.menu-area__box .list .button {
	  width: 100%;
	}
	.menu-area__box .list .button a {
	  line-height: 50px;
	}
  }
  
  .copy-area {
	margin-bottom: 120px;
  }
  .copy-area__text {
	font-size: 150%;
	color: #1a5ea5;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
  }
  .copy-area .title {
	font-size: 287.5%;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
  }
  .copy-area .text {
	font-size: 87.5%;
	line-height: 1.7;
	margin-bottom: 25px;
  }
  .copy-area .photo-list {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin: 0;
  }
  .copy-area .photo-list li {
	width: 30.6%;
	list-style: none;
  }
  .copy-area .photo-list li img {
	width: 100%;
  }
  .details-area {
	margin-bottom: 60px;
  }
  .details-area .motto {
	margin-bottom: 75px;
  }
  .details-area .motto .image {
	width: 78.6%;
	margin: 0 auto;
	border: 6px solid #f4f4f4;
	box-sizing: border-box;
  }
  .details-area .motto .image img {
	width: 100%;
  }
  .details-area .philosophy {
	margin-bottom: 85px;
  }
  .details-area .philosophy .text {
	background-color: #f4f4f4;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	padding: 45px 15px;
  }
  .details-area .policy ol {
	padding-left: 1.5em;
  }
  .details-area .policy ol li {
	margin-bottom: 10px;
  }
  @media screen and (max-width: 640px) {
	.copy-area {
	  margin-bottom: 60px;
	}
	.copy-area__text {
	  margin-bottom: 30px;
	}
	.details-area .motto {
	  margin-bottom: 40px;
	}
	.details-area .motto .image {
	  width: 100%;
	}
	.details-area .philosophy {
	  margin-bottom: 40px;
	}
	.details-area .philosophy .text {
	  padding: 20px 10px;
	}
  }
  
  #system .text_name {
	font-size: 112.5%;
	font-weight: bold;
	color: #1a5ea5;
  }
  .promotion-area {
	margin-bottom: 90px;
  }
  .promotion-area .image {
	width: 90.8%;
	margin: 0 auto 10px;
  }
  .promotion-area .image img {
	width: 100%;
  }
  .promotion-area .button3 {
	margin-bottom: 60px;
  }
  .activities-area .activities-area__list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 70px;
  }
  .activities-area .activities-area__list li {
	padding-left: 1em;
	text-indent: -1em;
  }
  .activities-area .text_name {
	margin-bottom: 15px;
  }
  .activities-area .activities-area__block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
  }
  .activities-area .activities-area__block .image {
	width: 28.57%;
  }
  .activities-area .activities-area__block .image img {
	width: 100%;
  }
  .activities-area .activities-area__block .text-area {
	width: 68.16%;
	margin: 0;
  }
  @media screen and (max-width: 640px) {
	#system .text_name {
	  font-size: 100%;
	}
	.promotion-area {
	  margin-bottom: 50px;
	}
	.promotion-area .image {
	  width: 100%;
	}
	.promotion-area .button3 {
	  margin-bottom: 40px;
	}
	.activities-area .activities-area__list {
	  margin-bottom: 40px;
	}
	.activities-area .activities-area__block {
	  display: block;
	  margin-bottom: 40px;
	}
	.activities-area .activities-area__block .image {
	  width: 100%;
	  margin-bottom: 15px;
	  text-align: center;
	}
	.activities-area .activities-area__block .image img {
	  width: 50%;
	}
	.activities-area .activities-area__block .text-area {
	  width: 100%;
	}
  }
  
  .correspondence-area {
	margin-bottom: 70px;
  }
  .correspondence-area .text-copy {
	font-size: 150%;
	font-weight: bold;
	color: #1a5ea5;
	margin-bottom: 25px;
  }
  .correspondence-area .text {
	margin: 0;
  }
  .status-area {
	margin-bottom: 50px;
  }
  .status-area .text01 p {
	margin: 0 0 45px;
  }
  .status-area .status-area__block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
  }
  .status-area .status-area__block .image {
	width: 30.61%;
  }
  .status-area .status-area__block .image img {
	width: 100%;
	display: block;
	margin-bottom: 40px;
  }
  .status-area .status-area__block .list {
	width: 66.9%;
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .status-area .status-area__block .list li {
	padding-left: 1em;
	text-indent: -1em;
  }
  @media screen and (max-width: 640px) {
	.correspondence-area {
	  margin-bottom: 40px;
	}
	.correspondence-area .text-copy {
	  font-size: 112.5%;
	  margin-bottom: 20px;
	}
	.status-area {
	  margin-bottom: 30px;
	}
	.status-area .text01 p {
	  margin: 0 0 25px;
	}
	.status-area .status-area__block {
	  display: block;
	  margin-bottom: 40px;
	}
	.status-area .status-area__block .image {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 15px;
	}
	.status-area .status-area__block .image img {
	  width: 48%;
	  margin-bottom: 0;
	}
	.status-area .status-area__block .list {
	  width: 100%;
	}
  }
  
  .common_text {
	line-height: 1.5;
  }
  .common_text.is-right {
	text-align: right;
  }
  .common_text .bold {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
  }
  .common_text + .blue_min_title {
	margin-top: 20px;
  }
  .blue_title {
	font-size: 150%;
	font-weight: bold;
	color: #1a5ea5;
	margin-bottom: 30px;
  }
  .blue_min_title {
	font-size: 115%;
	font-weight: bold;
	color: #1a5ea5;
  }
  .block {
	margin-bottom: 50px;
  }
  .common_text a {
	text-decoration: underline;
	color: inherit;
  }
  .note {
	margin-bottom: 30px;
	display: block;
  }
  .common_text a:hover {
	opacity: 0.8;
  }
  .common-img {
	text-align: center;
	margin-top: 40px;
  }
  .fix_page_navi {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
  }
  .fix_page_navi {
	list-style: none;
  }
  .fix_page_navi li {
	margin-bottom: 10px;
	width: 150px;
  }
  .fix_page_navi li a {
	border: 1px solid #666;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	display: block;
	transition: 0.2s;
	height: 60px;
	display: flex;
	align-items: center;
  }
  .fix_page_navi li a:hover {
	color: #666;
	background: #fff;
  }
  .img-text_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .img-text_block .img {
	width: 41%;
  }
  .img-text_block .text {
	width: 56%;
  }
  .link_btn {
	border: 1px solid #166493;
	width: 335px;
	margin: 30px auto 0;
  }
  .link_btn a {
	color: #166493;
	display: block;
	font-size: 125%;
	text-decoration: none;
	text-align: center;
	line-height: 58px;
	transition: 0.2s;
	position: relative;
  }
  .link_btn a:before {
	content: "";
	display: block;
	border-top: 2px solid #166493;
	border-right: 2px solid #166493;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 15px;
  }
  .link_btn:hover a {
	color: #fff;
	background: #166493;
  }
  .link_btn:hover a:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  }
  .link-list {
	display: flex;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 50px;
  }
  
  .link-list li {
	list-style: none;
	width: 20%;
	margin-right: 2px;
  }
  .link-list li:nth-child(1),
  .link-list li:nth-child(3) {
	width: 25%;
  }
  .link-list li a {
	color: #fff;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #216b98;
	border: 1px solid #216b98;
	text-decoration: none;
	text-align: center;
	line-height: 1.2;
  }
  .link-list li a:hover {
	background: #fff;
	color: #216b98;
  }
@media screen and (max-width: 640px) {
  body {
    padding-top: 106px;
  }

  #header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 5px solid #166493 !important;
    background: #fff;
    line-height: 1.5;
    z-index: 200;
  }
  #header {

  }
  #gnav {
    z-index: 1;
    top: 13vw;
    position: fixed;
    left: 0;
    width: 100%;
  }
  #gnav {
    z-index: 1;
    top: 51px;
    position: fixed;
    left: 0;
    width: 100%;
  }
  #breadcrumbs {
    display: none;
  }
  .page_sustainability .inner {
    width: 100%;
    padding: 0 3.125%;
    box-sizing: border-box;
  }
  .page_sustainability section + section {
    margin-top: 35px;
  }
  .fix_page_navi {
    display: none;
  }
  /*.midashi_h2 {
    padding: 30px 0;
    background-size: 65.5px 78.5px;
    background-position: center center;
    font-size: 137.5%;
    margin-top: 20px;
    margin-bottom: 20px;
  }*/
  .blue_title {
    font-size: 120%;

    margin-bottom: 20px;
  }
  /*.midashi_h3 {
    min-height: 50px;
    margin-bottom: 15px;
    background-size: auto 50px;
    font-size: 125%;
    line-height: 24px;
  }*/
  .img-text_block {
    display: block;
  }
  .img-text_block .img {
    width: 100%;
  }
  .img-text_block .text {
    width: 100%;
    margin-top: 20px;
  }
  .sdgs-list {
    width: 100%;
  }
  .sdgs-list li {
    width: 20%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .sdgs-list li img {
    max-width: none;
    width: 100%;
  }
  .common-img {
    text-align: center;
    margin-top: 20px;
  }
  .activity_list .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .activity_list .box:nth-child(n + 3) {
    margin-top: 0px;
  }
  .link-list {
    flex-wrap: wrap;
  }
  .link-list li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .link-list li:nth-child(1),
  .link-list li:nth-child(3) {
    width: 50%;
  }
  .link-list li a {
    font-size: 80%;
  }
}

@media screen and (max-width: 374px) {
  #header .logo img {
    width: 100px !important;
  }
}

/* 個別CSS*/


.contact_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px;
}

.contact_box{
	width: 48%;
	border: 2px solid #166493;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 4%;
}

.contact_box .title{
	font-size: 20px;
	font-weight: bold;
	border-left: 4px #166493 solid;
	padding-left: 15px;
	margin-bottom: 10px;

}

.contact_box .btn{
	max-width: 337px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.contact_box .btn a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background: #166493;
	border: 1px solid #166493;
	padding: .8em;
	position: relative;
	transition: 0.2s;
}
.contact_box .btn a:hover{
	background:#fff;
	color: #166493;
}
.contact_box .btn a::before{
	content: ">";
	font-size: 14px;
	position: absolute;
	font-family: monospace,sans-serif;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}

@media screen and (max-width : 640px){

.inner {
	width: 88%;
	margin: 0 auto;
  }
	.contact_box{
		width: 100%;
		padding: 3%;
		margin-bottom: 8%;
	}
	.contact_box .btn a{
		font-size: 16px;
	}
}