/* CSS Document */
/*  accordion
------------------------------------ */
.accordion_btn {
  background-color: #e7f6ff;
  border: 1px solid #9cacb9;
  cursor: pointer;
  color: #268cf5;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.accordion_btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #268cf5;
  border-right: 2px solid #268cf5;
  content: '';
  transition: all 0.2s ease-in-out;
}
.accordion_btn.is-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_box {
  display: none;
  border: 1px solid #9cacb9;
  border-top: none;
  padding: 15px 30px 30px;
}
.accordion_content {
  display: flex;
  flex-wrap: wrap;
}
.accordion_content > dt {
  width: 20%;
  border-bottom: 1px dotted #9cacb9;
  padding: 15px 20px 15px 0;
  color: #5d7283;
  font-weight: bold;
}
.accordion_content > dd {
  width: 80%;
  border-bottom: 1px dotted #9cacb9;
  padding: 15px 0;
}

.block00_img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .2s;
}

.block00_img::after{
  background-image: url(/img/sepia_top.png);
}


/*  block01
------------------------------------ */
.block01_img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .2s;
}
.block01:hover .block01_img {
  opacity: .8;
}
.block01_text {
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  transition: color .2s;
}
.block01:hover .block01_text {
  color: rgb(160,210,242);
}
.block01_text::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
}

/*  block01List
------------------------------------ */
.block01List {
  display: flex;
  flex-wrap: wrap;
}
.block01List_item {
  width: calc((100% - 60px * (3 - 1)) / 3);
}
.block01List_item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.block01List_item:nth-child(n+4) {
  margin-top: 50px;
}
/*  breadcrumbs
------------------------------------ */
.breadcrumbs {
  background-color: #FFE6E9;
}
.breadcrumbs_list {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 1.2rem;
  display: flex;
}
.breadcrumbs_item + .breadcrumbs_item::before {
  content: '>';
  margin: 0 10px;
}
.breadcrumbs_link {
  color: rgb(160,210,242);
}
.breadcrumbs_link:hover {
  opacity: .8;
}
/*  content
------------------------------------ */
.content-bg {
  background-color: #fff;
}
.content_inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0 20px;
}
.content_inner-s {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
/*  heading01
------------------------------------ */
.heading01 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* JCS追加分 start */
#body-message .heading01 {
    background-image: url("../img/corporate_color.png"),url("../img/2023_top_message.jpg");
}

#body-business .heading01 {
  background-image: url("../img/corporate_color.png"),url("../img/2023_top_business.jpg");
}
#body-company .heading01 {
  background-image: url("../img/corporate_color.png"),url("../img/2023_top_company.jpg");
}
#body-maa .heading01 {
    background-color: rgb(160,210,242);
}
#body-news .heading01 {
    background-color: rgb(160,210,242);
}

/* JCS追加分 end */
.heading01_text {
  font-size: 6.0rem;
  color: #fff;
  letter-spacing: .1em;
  font-weight: bold;
}
/*  heading02
------------------------------------ */
.heading02 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: rgb(160,210,242);
  margin-bottom: 50px;
}
.heading02_text {
  position: relative;
}
.heading02_text::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background-color: #F6AD1D;
  content: '';
}
/*  heading03, heading04(JCS追記)
------------------------------------ */
.heading03, .heading04 {
  font-size: 3.6rem;
  font-weight: bold;
  color: rgb(160,210,242);
  border-bottom: 4px solid #F6AD1D;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
/*  heading05
------------------------------------ */
.heading05 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  color: rgb(160,210,242);
  margin-bottom: 50px;
}
.heading05_text {
  position: relative;
}
.heading05_text::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 4px;
  background-color: #F6AD1D;
  content: '';
}

/*  heading06
------------------------------------ */
.heading06 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  text-align: center;
}

/* icon
------------------------------------ */
.icon-pdf {
  margin-right: 8px;
  padding-right: 36px;
  background: url(../img/icon_pdf.svg) no-repeat right center/31px;
}
.icon-blank {
    padding-right: 20px;
    background: url('../img/icon_blank.svg') no-repeat right center/10px;
}
/* link
------------------------------------ */
.link-text {
  color: #D0112C;
  text-decoration: underline;
}
.link-text:hover {
  opacity: .8;
  text-decoration: none;
}
/*  mainVisual
------------------------------------ */
.mainVisual {
  position: relative;
  height: 670px;
}
.mainVisual_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 620px;
  background: url("../img/2023_top.jpg") no-repeat right center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mainVisual_img p{
  font-size: 2.8vw;
  color: #000000;
  line-height: 2;
  letter-spacing: .1em;
  margin-right: 10%;
  margin-bottom: 3%;
  font-weight: bold;
  font-family: "Yu Mincho";
}
.mainVisual_text {
  font-size: 4.8rem;
  color: #000000;
  line-height: 2;
  letter-spacing: .1em;
  margin-right: 10%;
  margin-bottom: 3%;
  font-weight: bold;
}

/*.mainVisual_text_2 {
  font-size: 3vw;
  color: #000000;
  line-height: 2;
  letter-spacing: .1em;
  margin-right: 10%;
  margin-bottom: 3%;
  font-weight: bold;
  font-family: "Yu Mincho";*/
  /*white-space: nowrap*/
}
/*  newsList
------------------------------------ */
.newsList_list {
  list-style: none;
}
.newsList_item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 50px;
  position: relative;
}
.newsList_item:nth-child(n+2) {
  margin-top: 5px;
}
.newsList_item::before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #D0112C;
  border-right: 2px solid #D0112C;
  content: '';
}
.newsList_date {
  width: 180px;
  color: #000;
}
.newsList_title {
  width: calc(100% - 110px);
  text-align: left;
}
.newsList_link {
  font-weight: normal;
  color: #D0112C;
  display: block;
  transition: color .2s;
}
.newsList_link:hover {
  color: #F6AD1D;
}
.newsList_nolink {
  font-weight: normal;
  color: #D0112C;
  display: block;
  transition: color .2s;
}
/* JCS追加分 start */
.block01List_item02 {
  width: calc((100% - 60px * (3 - 1)) / 5);
  margin-top: 15px;
}
.block01List_item02:not(:nth-child(5n)) {
  margin-right: 30px;
}
.block01List_box02 {
 border: 1px solid #e4e4e4;
 padding: 0px;
 margin: 0px 0px 10px 0px;
}
.block02_text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  transition: color .2s;
}
.block02_text::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7px;
  height: 7px;
  margin: auto;
  color: rgb(160,210,242);
  content: '●';
}
.block03_text {
  font-size: 1.6rem;
  color: #000;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  transition: color .2s;
}
.block03_text::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7px;
  height: 7px;
  margin: auto;
  color: rgb(160,210,242);
  content: '●';
}

.nl_block{
    display:inline-block;
}
.googleMap {
  width: 100%;
  height: 450px;
}
.dl_style_history {
  display: flex;
  flex-wrap: wrap;
}
.dl_style_history > dt {
  padding: 15px 10px;
  border-bottom: dotted 1px #ccc;
  width: 200px;
}
.dl_style_history > dd {
  padding: 15px 10px;
  border-bottom: dotted 1px #ccc;
  width: calc(100% - 200px);
}
.tbl_r01 th, .tbl_r03 th, .tbl_r04 th {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl_r01 td, .tbl_r03 td, .tbl_r04 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl_r02 th {
  border: solid 1px #ccc;
  padding: 10px;
  width: 30%;
  background-color: rgb(160,210,242);
  color: #FFF;
}
.tbl_r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl_r03 {
  width: 35%;
}
.tbl_r04 td:first-child {
  font-weight: bold;
  text-align: center;
}
.box8 {
  padding: 0.5em 1em;
  margin: 1em 0;
  color: #000;
  background: #FFE6E9;
  border-left: solid 10px #FF1434;
  font-weight: bold;
}
.box8 p {
  margin: 0;
  padding: 0;
}
.box29 {
    background: #fff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: rgb(160,210,242);
    padding: 2px 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 10px;
    margin: 0;
}
.box29 ol {
	padding-top: 10px;
	padding-left: 43px;
    margin: 0;
	list-style: decimal-leading-zero;
}
/* JCS追加分 end */
@media screen and (max-width:1024px) {
  /*  block01List
	------------------------------------ */
  .block01List_item {
    width: calc((100% - 30px * (3 - 1)) / 3);
  }
  .block01List_item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  /*  mainVisual
	------------------------------------ */
  .mainVisual {
    height: 350px;
  }
  .mainVisual_img {
    height: 320px;
  }
  .mainVisual_text {
    font-size: 2.0rem;
    margin-right: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width:767px) {
  /*  accordion
	------------------------------------ */
  .accordion_box {
    padding: 15px 20px 20px;
  }
  .accordion_content {
    display: block;
  }
  .accordion_content > dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
  .accordion_content > dd {
    width: 100%;
    padding: 5px 0 10px;
  }
  /*  block01List
	------------------------------------ */
  .block01List {
    display: block;
  }
  .block01List_item {
    width: 100%;
  }
  .block01List_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .block01List_item:nth-child(n+2) {
    margin-top: 20px;
  }
  /*  breadcrumbs
	------------------------------------ */
  .breadcrumbs {
    display: none;
  }
  /*  content
	------------------------------------ */
  .content_inner {
    padding: 40px 0 50px;
  }
  .content_inner-s {
    padding-bottom: 40px;
  }
  /*  heading01
	------------------------------------ */
  .heading01 {
    height: 130px;
  }
  .heading01_text {
    font-size: 3.4rem;
  }
  /*  heading02
	------------------------------------ */
  .heading02 {
    font-size: 2.0rem;
  }
  .heading02_text::after {
    width: 60px;
  }
  /*  heading03
	------------------------------------ */
  .heading03 {
    font-size: 2.5rem;
  }
  /*  heading05
	------------------------------------ */
  .heading05 {
    font-size: 2.0rem;
  }
  /*  mainVisual
	------------------------------------ */
  .mainVisual {
    height: 470px;
  }
  .mainVisual_img {
    width: 100%;
    height: 450px;
    background: url("../img/2023_top.jpg") no-repeat bottom center/cover;
    display: block;
  }
  .mainVisual_img p{
    position: absolute;
    font-weight: bold;
    margin-left: 20%;
    margin-top: 22%;
  }
  .mainVisual_text {
    text-align: center;
    margin: 180px auto 0;
  }
  /*  newsList
	------------------------------------ */
  .newsList_item {
    display: block;
    padding: 15px 15px 15px 40px;
  }
  .newsList_item::before {
    left: 15px;
  }
  .newsList_date {
    width: auto;
  }
  .newsList_title {
    width: auto;
  }
  /* JCS追加分 start */
  .block01List_item02 {
    width: calc(100% - 60px);
    margin-left: 20px;
  }
  .heading04 {
    font-size: 1.5rem;
  }
  .googleMap {
    height: 200px;
  }
  .dl_style_history > dt {
    width: 45%;
  }
  .dl_style_history > dd {
    width: 55%;
  }
  .tbl_r03 {
    width: 50%;
  }
  .tbl_r04 .thead {
    display: none;
  }
  .tbl_r04 tr {
    width: 100%;
  }
  .tbl_r04 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl_r04 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  /* JCS追加分 end */
}

.cel{
    margin-left:50px;
}

.flex{
    display: flex;
}
.image{
    width: 160px;
    margin-left: 20px;
    padding: 0;
    overflow: hidden;
    position: relative;

}
.image{
    width: 80px
}

.ma_color{
    color: rgb(180,0,0);
}

.br-b{
   display: none;
}

.fg-color{
    color: #f29600;
    white-space: nowrap;
}

.company-footer {
    width: 98%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
}

.link-btn {
    text-decoration: none;
    display: inline-block;
}

.company-btn {
    background-color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    width: 300px;
    height:auto;
}

.company-btn img {
    display: block;
    width: auto;
    height: auto;
}

.space {
    margin-right: 25px;
}
.txt-company {
    color: #FFF;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
  
  .company-footer {
    flex-direction: column;
  }

  .txt-company {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .mainVisual_img p {
    font-size: 1.95em;
    margin-left: 25%;
    margin-top: 10%;
  }
  .br-b{
    display:block;
  }  
  .flex-drc {
      flex-direction: column;
  }
}

.custom-button {
    display: inline-block; /* インラインブロック要素として配置 */
    padding: 10px 20px; /* テキストの周りに適度なスペースを設定 */
    background-color: rgb(160, 210, 242); /* 背景色を青系の色に設定 */
    color: white; /* テキストの色を白に設定 */
    text-align: center; /* テキストを中央揃えに */
    text-decoration: none; /* 下線を消す */
    border-radius: 10px; /* 角を丸くする */
    font-size: 16px; /* フォントサイズを設定 */
    font-weight: bold; /* フォントを太くする */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* 軽い影を付ける */
    transition: background-color 0.3s; /* 色の変化を滑らかに */
}
