@charset "utf-8";
/* =======================================

	Customize Style

======================================= */
/* 本文中のリンク */
main a:link, main a:visited, main a:active, main a:hover {
  color: #003FB5;
  font-weight: bold;
}
/* 見出し */
h1, h2, .cont_header .txt_catch {
  color: #002d78;
}
.unit {
  color: #333333;
  font-size: 1.6rem;
}
.h_bg {
  background-color: #002d78;
}
.h_tri::before {
  border-color: transparent transparent transparent #002d78;
}
.h_qa {
  color: #002d78;
}
.h_qa02 {
  color: #333;
}
/* リストの● */
.ul_round li::before {
  background-color: #002d78;
}
/* グローバルヘッダー右上のボタン */
#global_header .hamburger {
  border-radius: 7px;
  height: 55px;
  width: 55px;
}
#global_header .hamburger span {
  left: 16.5px;
}
#global_header .hamburger span:nth-child(1) {
  top: 17.5px
}
#global_header .hamburger span:nth-child(2) {
  top: 27.5px;
}
#global_header .hamburger span:nth-child(3) {
  top: 37.5px;
}
#global_header .sub_menu > ul li a {
  background-color: #00569B;
  border-radius: 7px;
  height: 55px;
  width: 55px;
}
#global_header .sub_menu > ul li a.ir {
  background-position: 48px center;
  padding: 10px 48px 10px 48px;
}
#global_header .sub_menu > ul li a.enq {
  background-position: 15px center;
  padding: 10px 17px 10px 17px;
}
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: #002D78;
  background-color: #D3EEF9;
  border: 1px solid #002D78;
}
body.pc_view #global_header .sub_menu > ul li a:hover {
  background-color: #7faacd;
}
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 a.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background: #00569B;
}
.topics section {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 769px) {
  #global_header .sub_menu > ul li a {
    width: 172px;
  }
  #global_header .sub_menu > ul li a > span {
    text-align: right;
  }
  /* hover area control*/
  body.pc_view #global_nav a {
    min-height: 50px;
    display: inline-block;
  }
  body.pc_view #global_nav ul li::after {
    z-index: -1;
    height: 2px;
  }
  #global_nav ul li a.active:after {
    bottom: 0px;
  }
  .cont_header.visual.large {
    height: 529px;
    margin-bottom: 154px;
  }
  .topmessage .cont_header.visual h1 {
    font-size: 4rem;
    line-height: 1.625;
    margin-bottom: 5.4rem;
  }
  .cont_header.visual h1 small {
    font-size: 2.6rem;
  }
}
@media print {
  .topmessage .cont_header.visual.large {
    height: 800px;
    margin-bottom: 154px;
  }
  .topmessage .cont_header.visual.large .tablet {
    display: none;
  }
  .topmessage .cont_header.visual.large p {
    padding: 70px 0 0;
  }
  .topmessage .cont_header.visual h1 {
    font-size: 2.5rem;
    line-height: 1.625;
    margin-bottom: 5.4rem;
  }

}
/* コンテンツヘッダー */
.cont_header {
  background: #e7f3fc;
}
#pg_index .cont_header .wrap {
  z-index: 1;
}
#pg_index .cont_header .wrap h1,
#pg_index .cont_header .wrap p {
  color: #FFF;
}
#pg_index .cont_header.visual::before {
  background: linear-gradient(to left, rgba(0, 86, 155, 0) 0%, rgba(0, 86, 155, 0.4) 100%);
  width: 50%;
  height: 100%;
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
body.topmessage .cont_header.visual.large::after {
  background: url("../img/topmessage/topmessage_pc.jpg") right no-repeat;
  background-color: #e8f1f6;
}
body.chukei .cont_header.visual::after {
  background: url("../img/chukei/lower_header_bg_pc.jpg") right no-repeat;
  background-color: #e8f1f6;
}
.cont_header.visual .catch {
  color: #002d78;
}
/* コンテンツ中のボタン */
.btn_area a:link,
.btn_area a:visited,
.btn_area a:active,
.btn_area a:hover {
  border-color: #002d78;
  color: #002d78;
}
body.pc_view .btn_area a:hover {
  background-color: #D7F1FC;
}
.btn_area a.btn_blue {
  color: #fff;
  border-radius: 5px;
  background-color: #002D78;
}
.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: #002D78;
  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: #00569B;
}
body.pc_view #global_footer .home_area:hover {
  opacity: 1;
}
body.pc_view #global_footer .home_area a:hover img {
  /*opacity: 0.6;*/
}

.attention_kome {
  line-height: 1em;
  font-size: 14px;
}
.attention_text {
  margin: -2.1em 0 20px 3em !important;
  font-size: 14px;
  line-height: 1em;
}
.attention_kome + p {
  margin: -1.52em 0 0em 3em !important;
}
.attention_kome + p.mb_0 {
  margin-bottom: 0 !important;
}
/* ------------------------------------

	Overwrite IndexElements

------------------------------------ */
/* index */
body.pc_view .cont_index li a:hover::after {
  opacity: 1;
}
#pg_index .btn_area a {
  position: relative;
}
#pg_index .btn_area a:hover {
  background-color: #d9e6f0;
}
#pg_index .btn_area a.arrow::after, #pg_index span.arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #00569B;
  border-right: solid 2px #00569B;
  transform: rotate(45deg);
  margin-left: 10px;
  background: none;
  margin-bottom: 0;
}
#pg_index .btn_area a {
  border-color: #333;
  color: #333;
}
#pg_index .btn_area.blue a {
  border-color: #002D78;
  color: #002D78;
}
#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: #002D78;
}
#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%;
}

@media print, screen and (min-width: 769px) {
  body.pc_view .pattern_01 .cont_index.three_column li {
    background-size: 100% 100%;
    transition: background-size 0.5s ease;
  }
  body.pc_view .pattern_01 .cont_index.three_column li:hover {
    background-size: 110% 110%;
  }
}
.pattern_01 .cont_index li {
  border-radius: 15px;
}
.pattern_01 .cont_index li a {
  justify-content: end;
  padding: 15px 5%;
}
hr {
  border: none;
  border-top: 1px dashed #707070;
  height: 1px;
  margin: 0 0 50px;
}
#global_footer .home_area {
  padding: 36.5px 10px;
}
@media print, screen and (min-width: 769px) {
  .pattern_01 .cont_index li a {
    align-items: center;
  }
  #global_footer nav.four_column ul li {
    width: 22%;
    margin: 0 3% 0 0;
  }
  #global_footer .home_area {
    padding: 17px 10px 57px;
  }
}
@media print, screen and (min-width: 700px) {
  #global_header .info .code {
    transform: translateY(6px);
  }
}
.pattern_01 .cont_index li a::before {
  content: none;
}
.pattern_01 .cont_index li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29.6%;
  border: none;
  top: auto;
  left: 0;
  mix-blend-mode: multiply;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 86, 155, 1) 100%);
  opacity: 1;
  z-index: -1;
}
/* 2カラム */
body.topics .twocolumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
.w48 {
  width: 48% !important;
}
.sec_blue {
  margin: 0 auto 50px;
  position: relative;
  box-sizing: border-box;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 40px calc((100vw - 100%) / 2) 44px;
  background-color: #e9f6ff;
}
.sec_blue h3 {
  font-size: 2rem;
  color: #00569B;
  margin: 0 0 3px !important;
}
.sec_blue p {
  margin-bottom: 0;
}
figcaption {
  font-size: 14px;
}
/* =======================================

	Utility Style

======================================= */
.text-center{
text-align: center;
}

.my10{
margin-top:10px;
margin-bottom:10px;
}
.my15{
margin-top:15px;
margin-bottom:15px;
}
.my30{
margin-top:30px;
margin-bottom:30px;
}
.mxauto{
margin-left: auto;
margin-right:auto;
}
.mb10{
margin-bottom:10px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
.mb50{
margin-bottom:50px;
}
.rem2{
font-size: 2rem;
}
/* ------------------------------------

	Overwrite ContentsElements

------------------------------------ */
/* ------------------------------------
	Top message
------------------------------------ */
body.topmessage section p {
  margin-bottom: 0;
}
body.topmessage p.ceo,
body.topmessage p.coo {
  margin-top: 30px;
}
body.topmessage p.ceo span,
body.topmessage p.coo span {
  color: #FFF;
  padding: 2px 8px;
  margin-right: 1em;
}
body.topmessage p.ceo span {
  background-color: #00569B;
}
body.topmessage p.coo span {
  background-color: #29A5FF;
}


/* ------------------------------------
	Topics
------------------------------------ */
body.topmessage main section p:last-of-type {
  margin-bottom: 50px;
}
body.topics .cont_header.visual::after {
  background: #e8f1f6 url(../img/topics/lower_header_bg_pc.jpg) right center no-repeat;
  background-size: 1366px;
}
body.topics div.twocolumn {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics div.twocolumn figure {
  width: 47.5%;
  margin: 0;
}
/* ------------------------------------
	Chukei
------------------------------------ */

body.chukei .concept-box {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid;
  border-radius: 15px;
  overflow: hidden;
  min-height: 85px;
  width: 100%;
  margin: 0 auto;
}
body.chukei .concept-box.type1{
border-color:  #2e72b8;
}
body.chukei .concept-box.type2{
border-color:  #2F5597;
margin-bottom:30px;
}
body.chukei .concept-box {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #2e72b8;
  border-radius: 15px;
  overflow: hidden;
  min-height: 85px;
  width: 100%;
  margin: 0 auto;
}
body.chukei .concept-box .label {

  color: white;
  padding: 10px 16px;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 225px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
body.chukei .concept-box.type1 .label{
  background: #2e72b8;
}
body.chukei .concept-box.type2 .label{
  background: #2F5597;
}
body.chukei .concept-box .text {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
body.chukei .concept-box.type1 .text {
  color: #2e72b8;
}
body.chukei .concept-box.type2 .text {
  color: #2F5597;
}


body.chukei .policy-section {
  background-color: #87c9ef;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}
body.chukei .policy-section.type2 {
  background: #70AD47;
  margin-bottom:20px
}
body.chukei .policy-section .policy-title {
  color: white;
  margin-bottom: 20px;
}
body.chukei .policy-section .policy-boxes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
body.chukei .policy-section .policy-box {
  background-color: white;
  width: 240px;
  height: 85px;
  align-content: center;
  box-sizing: border-box;
}
body.chukei .triangle-up {
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 30px solid #b0bbcb;
  margin: 0 auto;
}
body.chukei .impact-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
body.chukei .impact-box {
  background-color: #E2E2E2;
  border: 2px solid #ADB9CA;
  border-radius: 20px;
  height: 85px;
  width: 253px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  align-content: center;
  transition: box-shadow 0.3s;
}
body.chukei .heading{
    font-size:2rem;
    line-height: 1em;
    color:#85C5EE;
    border-bottom:1px solid #85C5EE;
    padding-bottom:5px
}
body.chukei .heading.type2{
    color:#70AD47;
    border-bottom-color: #70AD47;
}

body.chukei dl dd {
  margin-bottom: 20px;
}

/* ------------------------------------
	Topics
------------------------------------ */
body.topics .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0 10px;
}
body.topics .styled-table {
  width: 100%;
  border-collapse: collapse;
}
body.topics .topics h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body.topics .topics h3 {
  padding: 0;
  margin-bottom: 20px;
}

body.topics .styled-table thead th {
  background-color: #fff;
  color: #333;
  padding: 12px 16px;
  text-align: center;
  border-bottom: 2px solid #333;
  white-space: nowrap;
}
body.topics .styled-table thead th:last-child {
  border-right: none;
}

body.topics .styled-table tbody th {
  background-color: #d2e4fe;
  color: #333;
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #8C9BA5;
  white-space: nowrap;
}

body.topics .styled-table tbody td {
  color: #333;
  padding: 8.5px 10px;
  min-width: 5.4em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #8C9BA5;
  vertical-align: top;
  word-break: break-word;
  font-size: 14px;
  text-align: center;
}

body.topics .styled-table sup {
  vertical-align: super;
  margin-left: 2px;
}
body.topics  dl dd {
  margin-bottom: 20px;
}
body.topics .sec_blue {
  margin-bottom: 100px;
}




/* Responsive */
@media (min-width: 769px) {
  body.chukei .label,
  body.chukei .text {
    font-size: 16px;
    padding: 14px 20px;
  }
    body.topics .styled-table tbody th:last-child,
  body.topics .styled-table tbody td:last-child {
    border-right: none;
  }
  body.topics .styled-table tbody td:last-child {
    text-align: left;
  }
}
@media only screen and (max-width: 1150px) {
  body.topmessage .cont_header.visual h1 {
    font-size: 3rem;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #global_header .info .name img {
    max-width: 172px;
  }
  #global_header .sub_menu > ul li a.enq {
    background-position: center 5px !important;
    line-height: 1.22;
    background-size: 25px;
    font-size: .9rem;
  }
  #global_header .sub_menu > ul li a.ir {
    font-size: .9rem;
  }
  .pattern_01 .cont_index li::before,
  .pattern_01 .cont_index.three_column li::before {
    padding-top: 242px;
  }
  .pattern_01 .cont_index li a,
  .pattern_01 .cont_index.three_column li a {
    align-items: center;
    padding-bottom: 15px;
  }
  body.topmessage .cont_header.visual.large::after {
    display: none;
  }
  .cont_header.visual.large .wrap::after {
    background: #e8f1f6 url(../img/topmessage/topmessage_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  body.topmessage .cont_header.visual h1 {
    font-size: min(7vw, 2.8rem);
  }
  body.topmessage .cont_header.visual p {
    font-size: 1.4rem;
  }
  body.topmessage main section p:last-of-type {
    margin-bottom: 0px;
  }
  body.chukei .cont_header.visual::after {
    background: #E8F1F6 url(../img/chukei/lower_header_bg_sp.jpg) right center no-repeat;
    background-size: 375px;
  }
  body.topics .cont_header.visual::after {
    background: #E8F1F6 url(../img/topics/lower_header_bg_sp.jpg) right center no-repeat;
    background-size: 375px;
  }
  .w48 {
    width: 100% !important;
  }
  #cont_menu ul li a::before {
    border-top-color: #00569B;
    border-right-color: #00569B;
  }
  
   body.chukei .concept-box {
    flex-direction: column;
    align-items: stretch;
  }
  body.chukei .label {
    clip-path: none;
    border-bottom: 1px solid white;
    justify-content: flex-start;
    font-size: 13px;
  }
  body.chukei .text {
    font-size: 13px;
    white-space: normal;
  }
  body.chukei .policy-boxes {
    flex-direction: column;
    align-items: center;
  }
  body.chukei .policy-box {
    width: 90%;
  }
  body.chukei .impact-section {
    flex-direction: column;
    align-items: center;
  }
  body.chukei .impact-box {
    width: 90%;
  } 
  
  body.topics .styled-table,
  body.topics .styled-table thead,
  body.topics .styled-table tbody,
  body.topics .styled-table th,
  body.topics .styled-table td,
  body.topics .styled-table tr {
    display: block;
  }
  body.topics .styled-table thead {
    display: none;
  }
  body.topics .styled-table tr {
    border-top: 2px solid #333;
    background: #fff;
  }
  body.topics .styled-table th,
  body.topics .styled-table td {
    border: none;
    padding: 8px 10px;
  }
  body.topics .styled-table tbody td {
    text-align: left;
    display: flex;
    border-left: 1px solid #ccc;
  }
  body.topics .styled-table tbody th:last-child,
  body.topics .styled-table tbody td:last-child {
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
  body.topics .styled-table td::before {
    font-weight: bold;
    margin-bottom: 6px;
    color: #555;
    width: 5em;
    display: inline-block;
    text-align: right;
    white-space: nowrap;
  }
  body.topics .styled-table td:nth-child(2)::before {
    content: "所在地：";
  }
  body.topics .styled-table td:nth-child(3)::before {
    content: "事業概要：";
  }
  body.topics .styled-table tbody > tr:last-of-type > td:last-of-type {
    border-bottom: 1px solid #8C9BA5;
  }
}

/* tablet */
@media only screen and (min-width:769px) and (max-width: 1120px) {
  br.tablet {
    display: none;
  }
  .cont_header.visual.large .wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 0 25px;
  }
  .cont_header.visual.large {
    background: #e8f1f6;
    height: auto;
  }
  .cont_header.visual.large .wrap h1 {
    order: -2;
    margin: 0 0 35px;
  }
  .cont_header.visual.large p {
    padding: 20px 0 0;
    text-align: left;
  }
  body.topmessage main section p:last-of-type {
    margin-bottom: 0px;
  }
  .cont_header.visual.large .wrap::after {
    content: '';
    display: block;
    position: inherit;
    background: #e8f1f6 url(../img/topmessage/topmessage_sp.jpg) top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 59vw;
    margin-left: -4vw;
    order: -1;
    z-index: 1;
  }
  body.topmessage .cont_header.visual.large::after {
    display: none;
  }
}

@media print {
  body.topics .styled-table tbody td {
    text-align: left;
  }
}