@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
#main.suLiquid {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 950px;
  width: auto;
}

#main.suLiquid * {
  box-sizing: border-box;
}

.suInner01 a,
.suInner02 a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}

.d_hover .suInner01 a:hover,
.d_hover .suInner02 a:hover {
  opacity: 0.6;
}

#main.suLiquid img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.suLine01 {
  margin: 46px 0 39px;
  border-top: 1px solid #e1e1e1;
}

#topicPath .baseIn {
  max-width: 1240px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

/* ==

　02. モジュール

=============================================================================== */

/* KV
------------------------------------------------------------------------------- */
.suKv01 {
  min-width: 950px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  color: #fff;
}
.suKv01.lowH{
  height: 300px;
}
.suKv01_in {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
}
.suKv01_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.suKv01_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.suPos-imgBottom {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.suPos-imgTop {
  -o-object-position: center top;
  object-position: center top;
}


/* 見出し
------------------------------------------------------------------------------- */

.suTit01,
.suTit01_txt01,
#main [class^="suTit"] {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.suTit01 {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 400%;
}
.suTit01.eco {
  color: #333;
}

.suTit01_sub01 {
  display: block;
  margin: 0 0 10px;
  font-size: 36px;
}


.suKv01-top .suTit01 {
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 28px;
}
.suKv01-top .suTit01_txt01 {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
  font-size: 400%;
  line-height: 1.5;
  font-weight: 700;
}



#main .suTit02 {
  margin: 65px 0 30px;
  color: #333;
  text-align: center;
  font-weight: 700;
  font-size: 350%;
}

#main .suTit03 {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  background: none;
  font-weight: 700;
  font-size: 300%;
  line-height: 1.5;
}
#main.ctgTop .suTit03 {
  font-size: 233%;
}
#main .suTit03::before {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  content: "";
}
/* 色指定 */
.suBlock01-color01 .suTit03::before {
  background-color: #cc3b33;
}
.suBlock01-color02 .suTit03::before {
  background-color: #62a531;
}
.suBlock01-color03 .suTit03::before {
  background-color: #dd6b50;
}
.suBlock01-color04 .suTit03::before {
  background-color: #3b63a3;
}
.suBlock01-color05 .suTit03::before {
  background-color: #4d4d4f;
}
#main.ctgTop .suBlock01-color03::before,
#main.ctgTop .suBlock01-color05::before {
  height: calc(100% - 106px);
}

@media screen and (max-width:970px){
  #main.ctgTop .suTit03 {
    font-size: 200%;
  }
  #main.ctgTop .suBlock01-color03::before,
   #main.ctgTop .suBlock01-color05::before {
    height: calc(100% - 100px);
  }
}



#main .suTit03_sub01 {
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
#main .suTit03_sub02 {
  font-size: 18px;
  /*margin-left: 10px;*/
  display: inline-block;
}

#main .suTit04 {
  position: relative;
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 233%;
  line-height: 1.2;
}

#main .suTit04::before {
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background-color: #4d4d4f;
  content: "";
}

#main .suNoBorder::before {
  display: none;
  position: static;
}

#main .suTit04 a {
  color: #4d4d4f;
  text-decoration: none;
}

#main .suTit04 a::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 11px;
  margin: 0 0 0 24px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) left top no-repeat;
  background-size: contain;
  vertical-align: 0.15em;
}

#main .suTit05 {
  margin: 30px 0;
  color: #336600;
  text-align: center;
  font-weight: 700;
  font-size: 350%;
}

#main .suTit06 {
  margin: 0 0 15px;
  color: #333;
  font-weight: 700;
  font-size: 183%;
}

#main .suTit07 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 233%;
  line-height: 1.2;
}

#main .suTit08 {
  margin: 0 0 10px;
  font-size: 150%;
  color: #333;
}

#main .suTit09 {
  margin: 80px 0 30px;
  color: #663333;
  text-align: center;
  font-weight: 700;
  font-size: 350%;
}



/* テキスト
------------------------------------------------------------------------------- */
/* リード */
#main .suLead01 {
  text-align: center;
  font-size: 150%;
  font-weight: 500;
  color: #333;
}

#main .suLead02 {
  text-align: center;
  font-size: 183.333%;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

#main .suLead03 {
  text-align: center;
  font-size: 150%;
  font-weight: 500;
  color: #333;
  margin: 80px 0 30px;
}


#main .suTxt01 {
  color: #333;
  font-weight: 500;
  font-size: 150%;
  line-height: 1.6;
}

#main .suTxt02 {
  color: #333;
  font-weight: 500;
  font-size: 183.333%;
  line-height: 1.6;
  margin-top: -10px;
}

#main .suTxt03 {
  color: #333;
  font-weight: 500;
  font-size: 200%;
  line-height: 1.6;
}

#main .suTxt04 {
  color: #333;
  font-weight: 500;
  font-size: 141.666%;
  line-height: 1.6;
}

/* 注釈テキスト */
#main p.suNote {
  font-size: 116.66%;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

/* レイアウト
------------------------------------------------------------------------------- */
.suCol01 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 4.032258064%;
}

.suCol01_item {
  width: calc((100% - 100px) / 3);
}
.suCol02_img03 .suCol01_item {
  width: calc((100% - 65px) / 3);
}

.suCol02,
.suCol02>a {
  display: flex;
  gap: 50px 4.032258064%;
  margin: 0 0 20px;
}

.suCol02-reverse,
.suCol02-reverse>a {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.suCol04_txt01 {
	width: 434px;
}
/* 画像 */
.suCol02_img01,
.suCol02_img02,
.suCol02_img03,
.suCol04_img01 {
  flex: 0 0 auto;
}

.suCol02_img01,
.suCol02_img03 {
  width: 65.3225%;
}

.suCol02_img02 {
  width: 48.387%;
}

.suCol02_img01 img,
.suCol02_img02 img {
  border-radius: 7px;
}
.suCol02_img03 img {
  border-radius: 0px;
}

.suCol01-mt01 {
  margin-top: -80px;
  position: relative;
}

.suCol03 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.suCol03_item {
  width: calc((100% - 60px) / 4);
  position: relative;
}

.suCol04 {
  display: flex;
  gap: 60px 4.838709677%;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.suCol05 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.suCol05_item {
  width: calc((100% - 20px) / 2);
  position: relative;
}

#main .suLink_label {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1em;
  color: #333333;
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 12px;
  top: 6px;
  left: 6px;
}

#main .suCol03_item.suNewIc a:after,
#main .suCol05_item.suNewIc a:after {
  content: "NEW!";
  position: absolute;
  background-color: rgba(255, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 12px;
  top: 6px;
  right: 6px;
}

.suImg01 {
  text-align: center;
  margin-top: 25px;
}

.suImg02 {
  text-align: center;
  margin-top: 65px;
}

.suImg-ceo {
  margin-top: 40px;
}
.suImg-name {
  margin-top: 20px;
  font-size: 15px;
}
.suImg-name span {
  font-size: 20px;
  font-weight: 600;
}
.suImg-memo {
	padding-top: 30px;
	font-size: 15px;
	text-align: right;
}

/* 区切り線 */
.suBorder {
  border: solid 1px #ccc;
}

#main .suLink_tit {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px 0 10px;
  height: 67px;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}

#main .suCol01_item .suLink_tit {
  border-top: none;
}

#main a .suLink_tit::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 17px;
  height: 8px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.suLink_tit-sub {
  display: contents;
}

#main .suLink_tit02 {
  position: relative;
  display: flex;
  padding: 12px 0 0 15px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

#main a .suLink_tit02::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(/common/images/rn04/svg/arw_ico03.svg) left top no-repeat;
  background-size: contain;
}

#main .suLink_tit03 {
  padding: 8px 0 0 15px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

#main .suLink_txt {
  margin-top: 15px;
  font-size: 134%;
}

#main .suCol01_item .suLink_txt {
  font-size: 15px;
}

#main .suTxtBox {
  margin: 40px 0 0 0;
}

.suTxtBox-pb01 {
  padding-bottom: 70px;
}

.suInner01 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1240px;
}

.suInner02 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 950px;
}

.suBlock01 {
  position: relative;
  margin-top: 70px;
  padding: 40px 0 48px;
}

.suBlock02 {
  margin-top: 70px;
  padding: 40px 0 85px;
  border-top: solid 1px #e1e1e1;
  background: #f4f4f4;
}

.suBlock03 {
  margin-top: 60px;
  padding: 40px 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  background: #f4f4f4;
}

.suBlock04 {
  margin: 70px 0 80px;
  padding: 50px 0 45px;
  background: #f4f4f4;
}

/* 色指定 */
.suBlock01-color01::before {
  background-color: #e8ebe8;
}

.suBlock01-color02::before {
  background-color: #ebf3d9;
}

.suBlock01-color03::before {
  background-color: #fdede3;
}

.suBlock01-color04::before {
  background-color: #ebedf7;
}

.suBlock01-color05::before {
  background-color: #f4f4f4;
}
.suBlock01-color01::before,
.suBlock01-color02::before,
.suBlock01-color03::before,
.suBlock01-color04::before,
.suBlock01-color05::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 119px);
  content: "";
}

@media print,
screen and (max-width: 1089px) {
  .suBlock01-2lines-s::before {
    height: calc(100% - 173px);
  }
}

@media print,
screen and (max-width: 1079px) {
  .suBlock01-2lines-s2::before {
    height: calc(100% - 173px);
  }
}

@media print,
screen and (max-width: 1172px) {
  .suBlock01-2lines::before {
    height: calc(100% - 173px);
  }
}

/* リンク
------------------------------------------------------------------------------- */
.suLink01 {
  overflow: hidden;
  margin-top: 30px;
  background: #fff;
}

.suLink01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -1px 20px;
  gap: 0 2.419354838%;
}

.suLink01-pt01 {
  background: none;
}

.suLink01-pt01 ul {
  margin: 0;
  overflow: auto;
  gap: 0 4.347826086%;
}

.suLink01 li {
  width: calc((100% - 80px) / 3);
  border-bottom: solid 1px #e1e1e1;
  font-weight: 700;
  font-size: 100%;
  line-height: 1.4;
}

.suLink01-pt01 li {
  width: calc((100% - 100px) / 3);
  background: #fff;
  border: none;
}

.suLink01 li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px 0 10px;
  height: 67px;
  color: #333;
}

.suLink01-pt01 li a {
  padding: 0 40px 0 20px;
}

.suLink01 li a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  display: block;
  width: 17px;
  height: 8px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.suLink01-pt01 li a::after {
  right: 20px;
}

.suLink01 li span {
  display: contents;
  font-size: 87.5%;
}

/* ボタン */
.suBtn01 {
  min-width: 380px;
  margin-top: 2em;
  display: inline-block;
}
/* 社会2407改修TOP用ボタン */
ul.suBtn01 { 
  width: 100%;
}
ul.suBtn01 li {
  min-width: 100%;
  margin-bottom: 5px;
  display: inline-block;
}

.suBtn01 + .suBtn01{ margin-top: 10px; }
.suBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px 0 20px;
  height: 67px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  background: #fff;
}
.suBtn01 a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  display: block;
  width: 17px;
  height: 8px;
  background: url(/common/images/rn04/svg/arw_ico02.svg) center center no-repeat;
  background-size: contain;
  content: "";
}
#main .suBtn01_sub01 {
  font-size: 14px;
}

#main .suBtn02 a,
#main .suBtn03 a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  background: #cc3b33;
  border-radius: 3px;
  justify-content: center;
}

#main .suBtn02 a {
  background: #cc3b33;
}

#main .suBtn03 a {
  background: #999;
}

.suBtn02 {
  min-width: 200px;
  display: inline-block;
}

.suBtn03 {
  min-width: 160px;
  display: inline-block;
}





/* ニュース */
.sulinkList01 {
  background: #f4f4f4;
  margin: 40px 0;
  padding: 30px 40px;
}

.sulinkList01 ul {
  margin-bottom: 2em;
}

.sulinkList01 li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin: 25px 0 0;
  color: #333;
}

.sulinkList01 li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  text-decoration: none;
}

.sulinkList01 li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(/common/images/rn04/svg/arw_ico07.svg) left top no-repeat;
  background-size: contain;
}

.sulinkList01_date {
  width: 8em;
  flex: 0 0 auto;
}

/* 最新情報
------------------------------------------------------------------------------- */
.suNews01 {
  margin: 60px 0 30px;
}

.suNews01_w {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0;
}

.suNews01_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
  background-size: contain;
}

.suNews01_btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin: -28px 0 0;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.suNews01_btn-show {
  opacity: 1;
}

.suNews01_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 28px;
  margin: -14px 0 0 -8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.suNews01_btn-prev {
  left: 50%;
  margin-left: -680px;
}

.suNews01_btn-next {
  right: 50%;
  margin-right: -680px;
}

.suNews01_btn-prev::before {
  background-image: url(/common/images/rn04/svg/arw_ico13.svg);
}

.suNews01_btn-next::before {
  background-image: url(/common/images/rn04/svg/arw_ico14.svg);
}

.suNews01_block {
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

.suNews01_block-show {
  opacity: 1;
}

.suNews01_box.swiper-slide {
  width: calc((100% - 120px) / 4);
  max-width: 280px;
}

.suNews01_box a {
  display: block;
  color: #000;
  text-decoration: none;
}

#main .suNews01_date {
  font-size: 75%;
  margin: 7px 0 0;
}

#main .suNews01_txt {
  line-height: 1.5;
  margin: 7px 0 0;
  font-size: 100%;
  font-weight: 700;
}

@media only screen and (max-width: 1380px) {
  .suNews01_w-loaded {
    padding: 0 40px;
    box-sizing: border-box;
  }

  .suNews01_btn-prev {
    margin-left: -51%;
  }

  .suNews01_btn-next {
    margin-right: -51%;
  }
}

/* タブ
------------------------------------------------------------------------------- */
#main .suTabList01 {
  display: flex;
  justify-content: center;
}
#main .suTabList01>li {
 /* width: calc(100% / 3);*/
  width: calc(100% / 2);
  font-size: 17px;
  font-weight: 700;
}
#main .suTabList01>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 77px;
  background-color: #62a531;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#main .suTabList01>li>a.is-active {
  background-color: #fff;
  color: #336600;
  margin-top: -6px;
  padding-top: 6px;
  height: 83px;
}
.d_hover #main .suTabList01>li>a:hover {
  background-color: #62a531;
  color: #fff;
}


/* 社会 */
#main .suTabList02Box{
  margin-top: 48px;
  background-color: #ebeeec;
}
#main .suTabList02 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1240px;
  display: flex;
  justify-content: center;
}
#main .suTabList02>li {
  width: calc(100% / 4);
  font-size: 17px;
  font-weight: 700;
}
#main .suTabList02>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 77px;
  background-color: #ebeeec;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}
#main .suTabList02>li>a.is-active {
  background-color: #dd6b50;
  color: #fff;
}
.d_hover #main .suTabList02>li>a:hover {
  opacity: 0.4;
}
.d_hover #main .suTabList02>li>a.is-active:hover {
  opacity: 1.0;
}

/* 社会 */
#main .social .suTabList01>li>a {
  background-color: #dd6b50;
}
#main .social .suTabList01>li>a.is-active {
  color: #633;
  background-color: #fff;
}
.d_hover #main .social .suTabList01>li>a:hover {
  background-color: #dd6b50;
  color: #fff;
}







.suTab {
  padding: 52px 0 0;
}
.suTabBox01 {
  background: #f4f4f4;
  padding: 1px 30px 20px;
  display: none;
}
.suTabBox02 {
  background: #fff;
  margin: 20px 0 0;
  padding: 30px 20px;
}
.suTabBox03 {
  display: flex;
  gap: 20px;
}
.suTabBox03>div {
  flex: 1;
}


/* 社会 */
.social .suTabBox04 .suBlock01{
  margin-top: 0;
}
.social .suTabBox04 .suBlock01 .suCol02_img02 {
  width: 29.8387%;
}
.social .suTabBox04 .suLink01 li {
  width: calc((100% - 50px) / 2);
}
#main .social .suTabBox04 .suTit03 {
  font-size: 233%;
}
.social .suTabBox04 .suBlock01-color03::before,
.social .suTabBox04 .suBlock01-color05::before {
  height: calc(100% - 106px);
}

/* 社会内アンカー調整 */
.main .anchorArea::before {
    content: "";
    display: block;
	height: 60px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -60px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

