@charset "utf-8";
/* =======================================

	Customize Style

======================================= */
.base_wrap {
  width: 100%;
}
/* 本文中のリンク */
main a:link, main a:visited, main a:active, main a:hover {
  color: #003FB5;
  font-weight: bold;
}
/* 見出し */
h1, h2, .cont_header .txt_catch {
  color: #004898;
}
.unit {
  color: #333333;
  font-size: 1.6rem;
}
.h_bg {
  background-color: #004898;
}
.h_tri::before {
  border-color: transparent transparent transparent #004898;
}
.h_qa {
  color: #004898;
}
.h_qa02 {
  color: #333;
}
/* リストの● */
.ul_round li::before {
  background-color: #004898;
}
/* グローバルヘッダー */
#global_header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
#global_header .info .name {
  margin: 0 80px 0 0;
}
#global_header .info .name:hover {
  opacity: .5;
}
#global_header .info .code {
  font-size: 1.6rem;
  font-weight: 600;
}
/* グローバルヘッダー右上のボタン */
#global_header .sub_menu > ul li a {
  background-color: #004898;
  border: 1px solid #004898;
}
body.pc_view #global_header.nav_02 .sub_menu > ul li a {
  background-color: #3887EF;
}
body.pc_view #global_header.nav_03 .sub_menu > ul li a {
  color: #004898;
  background-color: #D3EEF9;
  border: 1px solid #004898;
}
body.pc_view #global_header .sub_menu > ul li a:hover {
  color: #003FB5;
  background-color: #fff;
}
body.pc_view #global_header.nav_02 .sub_menu > ul li a:hover {
  background-color: #5F9FF2;
}
body.pc_view #global_header.nav_03 .sub_menu > ul li a:hover {
  background-color: #B6E4F8;
}
/* グローバルナビの区切り点の色 */
#global_nav ul li::before {
  background: #8C9BA5;
}
/* グローバルナビのカレント */
#global_nav ul li:hover::after {
  background-color: #004898;
}
body.message #global_nav ul li:nth-child(2)::after, body.performance #global_nav ul li:nth-child(3)::after, body.topics #global_nav ul li:nth-child(4)::after {
  background-color: #004898;
}
/* コンテンツヘッダー */
.cont_header {
  background: #E5F6FD;
}
.cont_header.visual .catch {
  color: #004898;
}
/* コンテンツ中のボタン */
.btn_area a:link, .btn_area a:visited, .btn_area a:active, .btn_area a:hover {
  border-color: #004898;
  /* color: #fff; */
  color: #004898;
}
body.pc_view .btn_area a:hover {
  background-color: #004898;
  color: #fff;
}
.btn_area a.btn_blue {
  color: #fff;
  border-radius: 5px;
  background-color: #004898;
}
.btn_area a.btn_blue::after, .btn_area a.btn_grad::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
body.pc_view .btn_area a.btn_blue:hover {
  background-color: #0049D2;
  border: solid 2px #0049D2;
}
.btn_area a.btn_grad {
  color: #fff;
  border-radius: 0;
  border: none;
  background: linear-gradient(90deg, rgba(0, 63, 181, 1) 0%, rgba(0, 45, 120, 1) 100%);
}
body.pc_view .btn_area a.btn_grad:hover {
  background: linear-gradient(90deg, rgba(0, 63, 181, 0.8) 0%, rgba(0, 45, 120, 0.8) 100%);
}
.btn_area a.btn_light_blue {
  color: #333;
  border-radius: 0;
  border: none;
  background: #E8F0F5;
}
body.pc_view .btn_area a.btn_light_blue:hover {
  background-color: #004898;
  color: #fff;
}
.btn_area a.btn_light_blue:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
/* グローバルフッター */
#global_footer .ft_menu {
  width: 100%;
  background: #8c9ba5;
}
#global_footer .copy {
  padding: 20px 20px;
  background: #004898;
}
#page_top {
  background: #004898;
}
@media only screen and (max-width: 768px) {
  #global_header .info .code {
    font-size: 1.2rem;
  }
  #page_top {
    right: 20px;
  }
}
/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
#pg_index .pattern_01 .cont_index li {
  border-radius: 7px;
  overflow: hidden;
}
#pg_index .pattern_01 .cont_index li a::before {
  content: none;
}
#pg_index .pattern_01 .cont_index li a::after {
  background: #000;
  transition: .3s;
  opacity: 0;
}
#pg_index .pattern_01 .cont_index li:hover a::after {
  opacity: .3;
}
#pg_index .pattern_01 .cont_index li a {
  padding: 15px 8px;
  justify-content: flex-end;
}
#pg_index .pattern_01 .cont_index li a p {
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  line-height: 1.5;
}
#pg_index .pattern_01 .cont_index li:last-child a p {
  text-align: left;
  letter-spacing: -5%;
}
#pg_index .pattern_01 .cont_index a p::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#pg_index .btn_area.blue a {
  border-color: #004898;
  color: #004898;
}
#pg_index .btn_area.blue_02 a {
  background-color: #E8F0F5;
  border-color: #E8F0F5;
  color: #333;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#pg_index .btn_area.blue_02 a:hover {
  color: #fff;
  background-color: #004898;
}
#pg_index .btn_area.blue_02 a[target='_blank']:hover::after {
  background: transparent url(../img/ico_blank_f.png) center center no-repeat;
  background-size: 100%;
}
#pg_index .btn_area.blue_02 a[href*='.pdf']:hover:after {
  background: transparent url(../img/ico_pdf_f.png) center center no-repeat;
  background-size: 100%;
}
.cont_header.visual {
  height: 440px;
  align-items: flex-start;
}
.cont_header .wrap {
  padding: 60px 0 30px;
}
#pg_index .cont_header.visual h1 {
  font-size: 4.4rem;
  font-weight: 400;
  text-align: center;
  color: #004898;
}
#pg_index .cont_header.visual .txt_catch {
  font-size: 2rem;
  font-weight: 600;
  color: #707070;
  text-align: center;
  width: 100%;
}
#pg_index .btn_area.two_column {
  max-width: 750px;
}
#pg_index .btn_area.two_column a {
  width: calc((100% - 50px) / 2);
  margin: 12.5px;
  border: 1px solid #004898;
}
#pg_index .btn_area a[target="_blank"]:hover::after {
  background-image: url(../img/ico_blank_f.png);
}
#cont_menu .issue {
  background-color: #004898;
  background-image: url("../img/bg_footer_heading.jpg");
  background-size: cover;
  background-position: right center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 20px 7px;
  line-height: 1.4;
  border-radius: 7px;
  margin-bottom: 30px;
}
#cont_menu ul li a::before {
  border-left: 3px solid #004898;
  height: 14px;
  width: 3px;
  border-top: none;
  top: .25em;
}
body.pc_view #cont_menu ul li a {
  padding-left: .75em;
}
#global_footer .home_area {
  padding: 20px 10px 30px;
}
#global_footer .ft_menu {
  background: #E5F6FD;
  padding: 18px 20px;
}
#global_footer .ft_menu li a {
  color: #004898;
  font-weight: 600;
}
#global_footer .ft_menu li a::after {
  border-color: transparent transparent transparent #004898;
}
@media only screen and (max-width: 768px) {
  .cont_header.visual {
    height: 290px;
  }
  .cont_header.visual::after {
    background-position: center bottom;
    background-size: cover;
  }
  .cont_header .wrap {
    padding: 80px 0 0;
  }
  #pg_index .cont_header.visual h1 {
    font-size: 3.2rem;
  }
  #pg_index .cont_header.visual .txt_catch {
    font-size: 1.6rem;
  }
  #pg_index .pattern_01 .cont_index {
    padding: 0 10px;
  }
  #pg_index .pattern_01 .cont_index li a {
    align-items: center;
  }
  #pg_index .pattern_01 .cont_index li a br {
    display: none;
  }
  #pg_index .btn_area.two_column {
    margin-inline: 12.75px;
  }
  #pg_index .btn_area.two_column a {
    width: 100%;
    margin-inline: 0;
  }
  #cont_menu {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  #cont_menu .issue {
    margin-bottom: 0;
    border-radius: 0;
    background-image: url("../img/bg_footer_heading_sp.jpg");
    padding: 14px 10px;
    line-height: 1.7;
  }
  #cont_menu ul li {
    border-bottom: 1px solid #004898;
  }
  body.pc_view #cont_menu ul li a {
    padding-left: 1.5em;
  }
  #cont_menu ul li a::before {
    border-top: 1px solid #004898;
    border-right: 1px solid #004898;
    border-left: none;
    width: 10px;
    height: 10px;
    top: 43%;
  }
  #cont_menu ul li a br {
    display: none;
  }
}
/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* ------------------------------------
	message
------------------------------------ */
.message .cont_header.visual h1 {
  line-height: 1.4;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
.message .cont_header.visual p {
  font-size: 2.4rem;
  line-height: 1.66;
}
@media only screen and (max-width: 768px) {
  .message .cont_header.visual.large {
    background-color: #e5f6fd;
  }
  .message .cont_header.visual.large .wrap::after {
    background-image: url(../img/message/topmessage_pc.jpg);
    background-position: right 10% center;
    height: 59vw;
    z-index: 1;
  }
}
/* ------------------------------------
	Performance
------------------------------------ */
.performance .graph_img {
  margin: 80px 0 0;
}
.performance .graph_img:first-child, .performance .graph_img:nth-child(2) {
  margin: 0;
}
.performance .unit.right {
  float: right;
  margin-top: .5em;
}
.performance .unit .item_02 {
  margin-left: 1em;
}
.performance .unit .item_01::before, .performance .unit .item_02::before {
  content: "■";
  margin-right: .25em;
}
.performance .unit .item_01::before {
  color: #8797C9;
}
.performance .unit .item_02::before {
  color: #C4CAE5;
}
.performance .graph_img figcaption {
  margin-bottom: 10px;
}
.performance .graph_img figcaption::before {
  content: "●";
  color: #004898;
  margin-right: .25em;
}
.performance .accordion .h_bg {
  display: block;
  width: 100%;
  padding: 4px 15px;
  margin: 0 0 34px;
  font-size: 2.0rem;
  color: #fff;
  background-color: #004898;
  border-radius: 7px;
  position: relative;
  background-size: cover;
  background-position: right center;
}
.performance .accordion .h_bg::after {
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  margin-top: -6px;
}
.performance .accordion .h_bg.open::after {
  transform: rotate(45deg);
  margin-top: -3px;
}
#segment_01.accordion .h_bg {
  background-color: #674498;
  background-image: url("../img/performance/bg_heading_01.jpg");
}
#segment_02.accordion .h_bg {
  background-color: #674498;
  background-image: url("../img/performance/bg_heading_01.jpg");
}
#segment_03.accordion .h_bg {
  background-color: #008FCE;
  background-image: url("../img/performance/bg_heading_02.jpg");
}
#segment_04.accordion .h_bg {
  background-color: #F6AB00;
  background-image: url("../img/performance/bg_heading_03.jpg");
}
#segment_05.accordion .h_bg {
  background-color: #00A0BD;
  background-image: url("../img/performance/bg_heading_04.jpg");
}
.performance .segment_02 > .segment_wrap {
  width: 48%;
}
.performance .segment_02 > img {
  margin-bottom: 30px;
}
.performance .segment_02 > h4 {
  width: 100%;
  margin: 20px 0 10px;
}
.performance .segment_02 .bg_box p.title {
  font-size: 1.8rem;
  padding: 10px 5px;
}
#segment_01 .segment_02 .bg_box p.title {
  color: #674498;
  border-color: #674498;
}
#segment_02 .segment_02 .bg_box p.title {
  color: #674498;
  border-color: #674498;
}
#segment_03 .segment_02 .bg_box p.title {
  color: #008FCE;
  border-color: #008FCE;
}
#segment_04 .segment_02 .bg_box p.title {
  color: #F6AB00;
  border-color: #F6AB00;
}
#segment_05 .segment_02 .bg_box p.title {
  color: #00A0BD;
  border-color: #00A0BD;
}
.performance .segment_02 .bg_box p.Numerical {
  font-size: 2.4rem;
  line-height: 1.66;
}
.performance .segment_02 .bg_box .large {
  font-size: 2em;
  font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  margin-right: .2em;
}
.performance .segment_02 :is(.segment_wrap:nth-of-type(3), .segment_wrap:nth-of-type(4)) .bg_box p.Numerical {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .performance .graph_img:nth-child(2) {
    margin-top: 80px;
  }
  .performance .cont_header.visual::after {
    background-image: url(../img/performance/lower_header_bg_pc.jpg);
    background-position: right 45% center;
  }
  .performance .twocolumn .graph_img {
    width: 100%;
  }
  .performance .segment_02 > .segment_wrap {
  width: 100%;
  }
  .performance .segment_02 :is(.segment_wrap:nth-of-type(3), .segment_wrap:nth-of-type(4)) .bg_box p.Numerical {
    padding-top:10px;
  }
}
/* ------------------------------------
	Topics
------------------------------------ */
.topics .cont_header.visual h1 {
  text-shadow: 1px 1px 2px #e8e6e9, -1px -1px 2px #e8e6e9, 1px -1px 2px #e8e6e9, -1px 1px 2px #e8e6e9;
}
.topics .cont_header .wrap {
  padding-top: 50px;
}
.topics_list h2 {
  background-color: #004898;
  background-image: url("../img/topics/bg_header.jpg");
  background-size: cover;
  background-position: right center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 8px 20px 7px;
  line-height: 1.4;
  border-radius: 7px;
  margin-bottom: 30px;
}
.topics article h3 {
  padding: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #004898;
  margin: 0 0 30px;
}
/* 主な取り組み実績 */
.topics_torikumi .text_01 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
}
.topics_torikumi .text_01 .plus {
  font-size: 2.4rem;
  vertical-align: 8px;
  margin-left: 10px;
}
.topics_torikumi .text_01 .large {
  font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.topics_torikumi .text_02 {
  font-weight: 600;
  color: #333;
}
.topics_torikumi .text_03 {
  font-weight: 500;
  line-height: 2;
}
.topics_torikumi article {
  padding: 0 0 50px;
  border-bottom: none;
  margin: 0;
}
.topics_torikumi article .twocolumn .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.topics_torikumi article .twocolumn .title.color_sousai {
  color: #674498;
}
.topics_torikumi article .twocolumn .title.color_jyoho {
  color: #008FCE;
}
.topics_torikumi article .twocolumn img {
  margin-bottom: 15px;
}
.topics_torikumi article .twocolumn p {
  margin-bottom: 3px;
}
.topics_torikumi article .twocolumn p:last-child {
  margin-bottom: 0;
}
.topics_torikumi article .twocolumn.haitou dl {
  display: flex;
  align-items: center;
}
.topics_torikumi article .twocolumn.haitou dt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  background-color: #707070;
  color: #fff;
  flex: 0 1 160px;
  padding: 10px 5px;
}
.topics_torikumi article .twocolumn.haitou dd {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.0rem;
  text-align: center;
  flex: 1 0 0%;
}
.topics_torikumi article .twocolumn.haitou dd .plus {
  vertical-align: 8px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 4.0rem;
}
.topics_torikumi article .twocolumn.haitou dd .large {
  font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0 .18em;
}
.topics .unit.right {
  float: right;
  margin-top: .5em;
}
.topics .unit :is(.color_sousai, .color_zinzai, .color_jyoho) {
  margin-left: 1em;
}
.topics .unit :is(.color_hd, .color_sousai, .color_zinzai, .color_jyoho)::before {
  content: "■";
  margin-right: .25em;
}
.topics .unit .color_hd::before {
  color: #004898;
}
.topics .unit .color_sousai::before {
  color: #674498;
}
.topics .unit .color_zinzai::before {
  color: #F6AB00;
}
.topics .unit .color_jyoho::before {
  color: #008FCE;
}
/* 取り組み実績カレンダー */
.topics_calendar article {
  border-bottom: none;
}
.topics_calendar h4 {
  font-size: 1.8rem;
  line-height: 4.2rem;
  background-color: #E5F6FD;
  color: #004898;
  padding: 7px 24px 5px;
  margin: 30px 0;
}
.topics_calendar h4:first-of-type {
  margin-top: 0;
}
.topics_calendar h4 .large {
  font-size: 3.2rem;
}
.topics_calendar p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 1em;
  border-left: 4px solid;
}
.topics_calendar p.color_hd {
  border-left-color: #004898;
}
.topics_calendar p.color_sousai {
  border-left-color: #674498;
}
.topics_calendar p.color_zinzai {
  border-left-color: #F6AB00;
}
.topics_calendar p.color_jyoho {
  border-left-color: #008FCE;
}
.topics_calendar .img {
  margin: 0 auto;
}
.topics_calendar .img + p {
  margin-top: 30px;
}
.topics .btn_area a {
  min-width: 350px;
  border: 1px solid #004898;
  color: #004898;
}
.topics .btn_area a[target="_blank"]:hover::after {
  background-image: url(../img/ico_blank_f.png);
}
@media only screen and (max-width: 768px) {
  .topics .cont_header.visual::after {
    background-image: url(../img/topics/lower_header_bg_pc.jpg);
    background-position: right 30% center;
  }
  .topics_torikumi .twocolumn > .w48 + .w48 {
    margin-top: 20px;
    ;
  }
}