@charset "UTF-8";
/*------------------------------------------
トップページ リニューアル20230508
------------------------------------------*/

.wrapper {
  width:100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 981px) {
.wrapper {
  width:100%;
}
}
@media (min-width: 1380px) {
.wrapper {
  width:1280px;
}
}
.wrapper-main {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 640px) {
.wrapper-main {
  margin-top: 0;
}
}
.flexBox,.innerFlexBox {
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}
main.top2023 {
background: #fff;
font-family: "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans Thai", "Noto Sans Khmer", "Noto Sans Myanmar", "Noto Sans Display", sans-serif!important;
}
@media (min-width: 641px) {
main,main.top2023 {
  min-width:1px;
}
}
main.top2023 #top {
box-shadow: none;
}
main.top2023 #top a {
transition: .4s;
font-feature-settings: 'palt';
letter-spacing: .01em;
word-break: break-all;
}
main.top2023 #top a:hover {
text-decoration: none!important;
}
main.top2023 #top .breadcrumb {
max-width: 1240px;
display:none;
}
main.top2023 #top img {
display: block;
width: 100%;
}
.main,
.top#top,
.wrapper#top  {
overflow:visible;
}
.mv {
position: relative;
padding: 28px 0;
}
@media (max-width: 640px) {
.mv {
  padding: 15px 0 0;
}
}
.mv > * {
position: relative;
z-index: 1;
}
.mv:after {
content:"";
width: 100%;
min-width: 100vw;
height: 100%;
height:705px;
  height: auto;
position: absolute;
top:0;
bottom:0;
left: 0;
right: 0;
margin: 0 calc(50% - 50vw);
background: url(/pisj/images/top_2023/mv_bg_pc.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
}
@media only screen and (max-width: 1279px) {
.mv:after {
  right: auto;
  left: -20px;
  margin: 0;
  height: auto;
}
}
@media only screen and (max-width: 640px) {
.mv:after {
  display: none;
}
}
.mv .flexInner.type01 {
width:56%;
max-width:691px;
}
@media (max-width: 1024px) {
.mv .flexInner.type01 {
  width:48%;
  display: flex;
  align-items: center;
}
}
@media (max-width: 640px) {
.mv .flexInner.type01 {
  width:100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
}
@media (max-width: 640px) {
.mv .flexInner.type01:after {
  content:"";
  width: 100%;
  min-width: 100vw;
  height: 100%;
  height: auto;
  position: absolute;
  top:-40px;
  bottom:0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  background: url(/pisj/images/top_2023/mv_bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
}
.mv .flexInner.type02 {
width:42%;
max-width:480px;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 {
  width:50%;
}
}
@media (max-width: 640px) {
.mv .flexInner.type02 {
  width:100%;
  max-width: 100%;
}
}
.mv .flexInner.type02 .type02Inner.top{
background: rgba(3,64,152,.4);
border-radius:4px;
padding: 25px;
margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top{
  background: none;
}
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top{
  padding: 15px;
  margin-bottom: 15px;
  position: relative
}
}
@media (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top{
  padding: 30px 0px;
  margin-bottom: 0;
}
}
@media (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top:after {
  content:"";
  width: 100%;
  min-width: 100vw;
  height: 100%;
  height: auto;
  position: absolute;
  top:0px;
  bottom:0;
  left: 0;
  right: 0;
  margin: 0 calc(50% - 50vw);
  background: #EFF1F0;
  z-index: -1;
}
}
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn {
background: #fff;
border-radius:4px;
padding: 17px 22px 22px;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn {
  padding: 17px 15px 15px;
}
}
@media (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn {
  padding: 10px;
}
}
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn .innerBlock--line01 {
margin-bottom: 0;
text-align: center;
font-weight: bold;
font-size: 14px;
color:#553708;
}
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn .innerBlock--line02 {
margin-bottom: 8px;
}
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn .innerBlock--line02 img{
width: 65%;
max-width: 275px;
margin: 0 auto;
}
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn a {
font-weight: bold;
color: #fff;
background: #009C61;
display: flex;
justify-content:center;
align-items: center;
height: 77px;
border-radius:4px;
font-size: 133%;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn a {
font-size: 115%;
}
}
@media (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top .hoken_techo-login-btn a {
font-size: 130%;
}
}
.mv .flexInner.type02 .type02Inner.top .innerFlexBox {
margin-top: 25px;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top .innerFlexBox {
  margin-top: 15px;
}
}
.mv .flexInner.type02 .type02Inner.top .innerFlexBox .innerBlock {
width:100%;
max-width:calc((100% - 18px) / 2 );
}
@media (max-width: 640px) {
.mv .flexInner.type02 .type02Inner.top .innerFlexBox .innerBlock {
  width:100%;
  max-width:calc((100% - 12px) / 2 );
}
}
.mv .flexInner.type02 .type02Inner.top .innerFlexBox a {
display: flex;
flex-wrap: wrap;
justify-content:center;
align-items: center;
background: #5FA0C7;
padding: 12px 15px 15px;
border-radius:4px;
}
.mv .flexInner.type02 .type02Inner.top .innerFlexBox a p.innerBlockImg {
width: 94px;
height: 72px;
margin-bottom: 0;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top .innerFlexBox a p.innerBlockImg {
  max-width: 45%;
  height: auto;
}
}
.mv .flexInner.type02 .type02Inner.top .innerFlexBox a p {
font-size: 133%;
font-weight: bold;
color: #fff;
text-align: center;
width: 100%;
}
@media (max-width: 1024px) {
.mv .flexInner.type02 .type02Inner.top .innerFlexBox a p {
font-size: 100%;
}
}
#top .slick-dots {
gap:5px;
}
#top .slick-dots li {
margin: 0;
width:calc((100% - 45px) / 10 );
margin-right: 5px;
}
#top .slick-dots li:last-of-type {
margin-right: 0;
}
.slick-dots li button {
width: 100%;
height: 5px;
padding: 0;
background: rgba(255,255,255,.5);
}
@media (max-width: 640px) {
.slick-dots li button {
  background: rgba(0,0,0,.5);
}
}
.slick-dots li.slick-active button {
background: rgba(255,255,255,.7);
}
@media (max-width: 640px) {
.slick-dots li.slick-active button {
  background: rgba(0,0,0,1);
}
}
.slick-dots li button:before{
width: 100%;
height:100%;
}
#top .slick-dots li button:before {
display:none;
}
#topSlider {
overflow: hidden;
max-height: 224px;
margin-bottom: 0px;
}
@media (max-width: 640px) {
#topSlider {
  max-height: 47vw;
  min-width: 100vw;
  position: relative;
  left: -20px;
}
#top .slick-dots {
bottom: -4vw;
}
}

.attention {
position: relative;
padding: 20px 0;
color:#B52D51;
}

.attention a{
color:#B52D51;
position: relative;
z-index: 1;
}

@media (max-width: 1024px) {
.attention {
  font-size: 90%;
}
}
@media (max-width: 640px) {
.attention {
  font-size: 10px;
  font-size: 100%;
}
}

.attention:after{
content:"";
position: absolute;
min-width: 100vw;
height: 100%;
margin: 0 calc(50% - 50vw);
background: rgba(200,20,79,.05);
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media only screen and (max-width: 1279px) {
.attention:after{
  right: auto;
  left: -20px;
  margin: 0;
}
}
@media only screen and (max-width: 990px) {

}
.attention__list li{
position: relative;
padding-left: 40px;
font-feature-settings: 'palt';
}
@media (max-width: 1024px) {
.attention__list li{
  padding-left: 30px;
}
}
.attention__list li + li {
margin-top: 17px;
}
@media (max-width: 1024px) {
.attention__list li + li {
  margin-top: 10px;
}
}
.attention__list li:before {
content:"";
position: absolute;
width: 28px;
height:26px;
background: url(/pisj/images/top_2023/icon_attention_01.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
top:0;
left:0;
}
@media (max-width: 1024px) {
.attention__list li:before {
  width: 20px;
  height:26px;
  background-size: contain;
}
}

.contents01,
.contents03,
.contents04,
.contents05,
.contents06 {
margin-top: 150px;
}
.contents02 {
margin-top: 125px;
}
@media (max-width: 1024px) {
.contents01,
.contents02,
.contents03,
.contents04,
.contents05,
.contents06 {
  margin-top: 80px;
}
}
@media (max-width: 640px) {
.contents01,
.contents02,
.contents03,
.contents04,
.contents05,
.contents06 {
  margin-top: 60px;
}
}
.contents01 .pc .flexBox{
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
margin-top: 58px;
}
@media (max-width: 1024px) {
.contents01 .pc .flexBox{
margin-top: 30px;
}
}

.contents01 .sp .information__list{
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
margin-top: 30px;
}

main.top2023 .container {
max-width: 100%;
}
main.top2023 .information__list {
display: flex;
flex-wrap:wrap;
}
main.top2023 .information__list .information__list--item.type01 {
width: 50%;
}

.main .tit01.noBorder {
border:none!important;
font-size: 222.222%;
}
@media (max-width: 1024px) {
.main .tit01.noBorder {
  font-size: 150%;
}
}
@media (max-width: 640px) {
.main .tit01.noBorder {
  font-size: 160%;
  padding-bottom: 0;
}
}

.information__list--item.top {
width: 100%;
max-width: 50%;
}
@media (max-width: 1024px) {
.information__list--item.top {
  max-width: 35%;
}
}
.information__list {
width: 50%;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.information__list {
  width: 65%;
}
}
@media (max-width: 640px) {
.information__list {
  width: 100%;
  margin-top: 40px;
}
}
.information__list--item--ttl {
width: 100%;
text-align: center;
color: #00409E;
font-weight: bold;
}
.information__list--item{
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items: center;
align-content: center;
font-size: 200%;
border-right: 1px solid #CDCDCD;
border-bottom: 1px solid #CDCDCD;
}
.information__list .information__list--item{
width: 50%;
font-size: 150%;
padding: 0px 10px 35px;
}
@media (max-width: 1024px) {
.information__list--item,
.information__list .information__list--item{
  font-size: 120%;
}
}
@media (max-width: 640px) {
.information__list--item,
.information__list .information__list--item{
  padding: 0px 10px 20px;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 117%;
}
}

.information__list--item.type01 {
position: relative;
}
.information__list--item.type01:before{
content:"";
position: absolute;
width: 190px;
height:92px;
background: url(/pisj/images/top_2023/section_01_icon_01.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
top:-20px;
left:2px;
}
@media (max-width: 1024px) {
.information__list--item.type01:before{
  width: 100px;
  top:-35px;
  background-size: contain;
}
}
@media (max-width: 640px) {
.information__list--item.type01:before{
  width: 70px;
  top:-45px;
}
}
.information__list--item.type01 .information__list--item--ttl {
margin-top: 45px;
}
@media (max-width: 640px) {
.information__list--item.type01 .information__list--item--ttl {
  margin-top: 0;
}
}
.information__list--item:hover {
opacity: 1;
}
.information__list--item--img,
.information__list--item--ttl {
transition: .4s;

}
.information__list--item:hover .information__list--item--img,
.information__list--item:hover .information__list--item--ttl{
opacity: .6;
}

@media (max-width: 640px) {
.information__list--item .information__list--item--img img{
  width: 35vw;

}
}

.btn2023 {
font-weight: bold;
margin-top: 44px;
position: relative;
display: block;
width: 100%;
}
@media (max-width: 1024px) {
.btn2023 {
  margin-top: 30px;
}
}
@media (max-width: 640px) {
.btn2023 {
  margin-top: 20px;
}
}
.btn2023:after{
content:"";
position: absolute;
display: block;
width: 100%;
height: 100%;
top:6px;
bottom:0;
left: 6px;
right: 0;
z-index: 0;
background: rgba(96,96,96,.1);
border-radius:4px;
}
@media (max-width: 640px) {
.btn2023:after{
  top:3px;
  left: 3px;
}
}
.btn2023 span {
padding: 10px;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items: center;
align-content: center;
font-size: 200%;
border-radius:4px;
background: #F6F5F5;
position:relative;
z-index: 1;
height: 144px;
width: 100%;
transition: .2s;
top: 0;
left: 0;
min-height: 108px;
}
@media (max-width: 1024px) {
.btn2023 span {
font-size: 140%;
height: auto;
padding: 15px 10px;
}
}
@media (max-width: 640px) {
.btn2023 span {
min-height: 80px;
font-size: 130%;
}
}
@media (max-width: 320px) {
.btn2023 span {
min-height: 60px;
font-size: 110%;
}
}
.btn2023:hover {
opacity: 1;
}
.btn2023:hover span{
top: 6px;
left: 6px;
opacity: .8;
}
@media (max-width: 640px) {
.btn2023:hover span{
  top: 4px;
  left: 4px;
  opacity: .8;
}
}
.btn2023 span:after {
content:"";
position:absolute;
border-top:3px solid #333;
border-right:3px solid #333;
top: 0;
bottom:0;
right: 50px;
margin: auto 0;
width: 24px;
height: 24px;
transform: rotate(45deg);
transition: .2s;
}
@media (max-width: 1024px) {
.btn2023 span:after {
width: 16px;
height: 16px;
right: 25px;
}
}
@media (max-width: 640px) {
.btn2023 span:after {
width: 12px;
height: 12px;
right: 15px;
}
}
.btn2023:hover span:after {
right: 45px;
}
@media (max-width: 1024px) {
.btn2023:hover span:after {
  right: 20px;
}
}
@media (max-width: 640px) {
.btn2023:hover span:after {
  right: 12px;
}
}


.kentou__list--item.type01 .btn2023 span{
background: #E58B45;
color: #fff;
position: relative;
}
.kentou__list--item.type01 .btn2023 span:before {
content:"";
position: relative;
width: 95px;
height:95px;
margin-left: -47.5px;
background: url(/pisj/images/top_2023/section_01_icon_02.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.kentou__list--item.type01 .btn2023 span:after {
border-color:#fff;
}
.kentou__list--item.type02 .btn2023 span{
background: #F1DD8E;
color: #333333;
position: relative;
}
.kentou__list--item.type02 .btn2023 span:before {
content:"";
position: relative;
width: 95px;
height:95px;
margin-left: -47.5px;
margin-right: 15px;
background: url(/pisj/images/top_2023/section_01_icon_03.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.kentou__list--item.type02 .btn2023 span:after {
border-color:#333333;
}
@media (max-width: 1024px) {
.kentou__list--item.type01 .btn2023 span:before,
.kentou__list--item.type02 .btn2023 span:before {
  content:"";
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: -20px;
  margin-right: 0;
}
.kentou__list--item.type02 .btn2023 span:before {
  margin-right: 8px;
}
}

.products__list {
margin-top: 30px;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.products__list {
  margin-top: 20px;
}
}
.products__list li {
border-right: 1px solid #CDCDCD;
border-bottom: 1px solid #CDCDCD;
width: calc(100% / 3);
}
@media (max-width: 1024px) {
.products__list li {
  width: calc(100% / 2);
}
}
.products__list li a {
padding: 69.75px 5px;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items: center;
align-content: center;
text-align: center;
color: #00409E;
font-weight: bold;
font-size: 144.4444%;
height: 402px;
position: relative;
}
@media (max-width: 1024px) {
.products__list li a {
  padding: 10px 5px 30px;
  height: auto;
  font-size: 120%;
}
}
@media (max-width: 640px) {
.products__list li a {
  padding: 20px 5px 10px;
  height: auto;
  font-size: 117%;
}
}
.products__list li:hover {
background: #034098;
}

.products__list li:hover a,
.products__list li a:hover {
opacity: 1;
background: #034098;
color: #fff;
}
.products__list li a.rollover .ico-img:after{
content:"";
display:block;
width: 313px;
height: 195px;
position: absolute;
top: 0;
bottom: 80px;
left:0;
right:0;
margin: auto;
transition: .2s;
}
@media (max-width: 1024px) {
.products__list li a.rollover .ico-img:after{
  width: 95%;
  height: 10vw;
  top: 15px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
}
@media (max-width: 640px) {
.products__list li a.rollover .ico-img:after{
  width: 95%;
  height: 15vw;
  top: 0;
  bottom: 0px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
}
.products__list li a.rollover.type01 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_01_off.svg);
}
.products__list li a.rollover.type01:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_01_on.svg);
}
.products__list li a.rollover.type02 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_02_off.svg);
}
.products__list li a.rollover.type02:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_02_on.svg);
}
.products__list li a.rollover.type03 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_03_off.svg);
}
.products__list li a.rollover.type03:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_03_on.svg);
}
.products__list li a.rollover.type04 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_04_off.svg);
}
.products__list li a.rollover.type04:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_04_on.svg);
}
.products__list li a.rollover.type05 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_05_off.svg);
}
.products__list li a.rollover.type05:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_05_on.svg);
}
.products__list li a.rollover.type06 .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_06_off.svg);
}
.products__list li a.rollover.type06:hover .ico-img:after{
background:url(/pisj/images/top_2023/section_02_icon_06_on.svg);
}


.products__list li a.rollover .ico-img img {
opacity: 0;
}

.products__list li a.rollover .ico-img {
margin-bottom: 0;
position: relative;
}
@media (max-width: 1024px) {
.products__list li a.rollover .ico-img {
  height: 13vw;
}
}
@media (max-width: 1024px) {
.products__list li a.rollover .ico-img {
  height: 16vw;
}
}
.products__list li a .title1{
width: 100%;
}
/*
@media (max-width: 640px) {
.information__list--item.type01 .information__list--item--ttl,
.inquiry__list li a span,
.products__list li a .title1{
  font-size: 3.7vw;
}
}
*/
.hoken_techo-login-btn .btn2023 span{
background: #009C61;
color: #fff;
justify-content: flex-start;
flex-wrap: nowrap;
}
@media (max-width: 640px) {
.hoken_techo-login-btn .btn2023 span{
  flex-wrap: wrap;
  justify-content: center;
}
}
.hoken_techo-login-btn .btn2023 span img {
width: 43%;
height: auto;
margin-right: 75px;
max-width: 39%;
display: inline-block;
}
@media (max-width: 1024px) {
.hoken_techo-login-btn .btn2023 span img {
  width: auto;
  height: calc(100% - 10px);
  margin-right: 25px;
  max-width: 40%;
}
}
@media (max-width: 640px) {
.hoken_techo-login-btn .btn2023 span img {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 8px;
  max-width: 100%;
}
}
.hoken_techo-login-btn .btn2023 span:after {
border-color:#fff;
}
@media (max-width: 640px) {
.hoken_techo-login-btn .btn2023 span:after {
  display: none;
}
}
.customer__list--item.iconType02 .btn2023 span,
.customer__list--item.iconType03 .btn2023 span,
.customer__list--item.iconType04 .btn2023 span {
position: relative;
}
.customer__list--item.iconType02 .btn2023 span:before,
.customer__list--item.iconType03 .btn2023 span:before,
.customer__list--item.iconType04 .btn2023 span:before {
content:"";
display:inline-block;
width: 86px;
height: 86px;
margin-left: -43px;
margin-right: 20px;
transition: .2s;
}
@media (max-width: 1024px) {
.customer__list--item.iconType02 .btn2023 span:before,
.customer__list--item.iconType03 .btn2023 span:before,
.customer__list--item.iconType04 .btn2023 span:before {
width: 8.92vw;
height: 8.92vw;
margin-left: -25px;
margin-right: 15px;
background-size: contain!important;
background-repeat: no-repeat!important;
}
}
@media (max-width: 640px) {
.customer__list--item.iconType02 .btn2023 span:before,
.customer__list--item.iconType03 .btn2023 span:before,
.customer__list--item.iconType04 .btn2023 span:before {
width: 32px;
height: 32px;
margin-left: -20px;
margin-right: 5px;
background-size: contain!important;
background-repeat: no-repeat!important;
}
}
.customer__list--item.iconType02 .btn2023 span:before {
background:url(/pisj/images/top_2023/section_03_icon_02.svg);
}
.customer__list--item.iconType03 .btn2023 span:before {
background:url(/pisj/images/top_2024/mv_icon_01_2024_2-grey.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
}
.customer__list--item.iconType04 .btn2023 span:before {
background:url(/pisj/images/top_2023/section_03_icon_04.svg);
}


.inquiry__list {
margin-top: 30px;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 1024px) {
.inquiry__list {
  margin-top: 15px;
}
}
.inquiry__list li {
border-right: 1px solid #CDCDCD;
border-bottom: 1px solid #CDCDCD;
width: calc(100% / 4);
}
@media (max-width: 1024px) {
.inquiry__list li {
  width: calc(100% / 2);
}
}
.inquiry__list li a {
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items: flex-start;
align-content: flex-start;
text-align: center;
color: #00409E;
font-weight: bold;
font-size: 144.4444%;
position: relative;
padding: 38px 5px 38px;
height:294px;
}
@media (max-width: 1024px) {
.inquiry__list li a {
padding: 15px 5px;
height:auto;
font-size: 120%;
}
}
@media (max-width: 640px) {
.inquiry__list li a {
min-height:136px;
font-size: 117%;
}
}
.inquiry__list li a:hover {
opacity: 1;
background: #00409E;
color: #fff;
}
.inquiry__list li a .icon-img {
width: 109px;
height:109px;
}
@media (max-width: 1024px) {
.inquiry__list li a .icon-img {
  width: 8.92vw;
  height: 8.92vw;
}
}
@media (max-width: 640px) {
.inquiry__list li a .icon-img {
  margin-bottom: 5px;
}
.inquiry__list li a{
  align-items: center;
  align-content: center;
}
}
.inquiry__list li a span {
width: 100%;
}


.importantWrap {
background: #F6F5F5;
align-items: center;
padding: 25px 20px 25px 56px;
}
@media (max-width: 1024px) {
.importantWrap {
padding: 15px 15px 15px 30px;
}
}
@media (max-width: 640px) {
.importantWrap {
padding: 20px 15px 15px;
}
}
.important__ttl{
font-weight: bold;
color: #B52D51;
font-size: 161.111%;
}
@media (max-width: 1024px) {
.important__ttl{
  font-size: 130%;
}
}
@media (max-width: 640px) {
.important__ttl{
  width: 100%;
  text-align: center;
}
}
.important__list {
font-weight: 500;
font-size: 128%;
line-height: 1.8;
width: calc(100% - 273px);
}
@media (max-width: 1024px) {
.important__list {
  font-size: 100%;
  width: calc(100% - 210px);
}
}
@media (max-width: 640px) {
.important__list {
  width: 100%;
  margin-top: 20px;
}
}
.important__list li a{
position: relative;
display:block;
padding-left: 25px;
}
.important__list li a:before{
content:"";
position:absolute;
width: 14px;
height:  13px;
left:0;
top:16px;
border-top: 6.5px solid transparent;
border-bottom: 6.5px solid transparent;
border-left: 14px solid #606060;
}
.important__list li:nth-of-type(n+2) a{
margin-top: 13px;
}
@media (max-width: 1024px) {
.important__list li:nth-of-type(n+2) a{
  margin-top: 10px;
}
}

.newsList {
width: 100%;
margin-top: 40px;
font-size: 128%;
margin-bottom: 40px;
}
@media (max-width: 1024px) {
.newsList {
font-size: 100%;
margin-top: 20px;
}
}
@media (max-width: 640px) {
.newsList {
}
}
.newsList dl {
display:flex;
flex-wrap:wrap;
margin-top: 13px;
}
.newsList dl dt {
line-height: 1.3;
width: 297px;
padding: 2.5px 5px 2.5px 20px;
border-left: 6px solid #000;
background: #F6F5F5;
margin-right: 15px;
display: flex;
align-items: center;
margin-top: 3px;
}
@media (max-width: 1024px) {
.newsList dl dt {
  width: 230px;
  padding: 5.5px 10px;
}
}
@media (max-width: 640px) {
.newsList dl dt {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}
}
.newsList dl dd {
width: calc(100% - 320px);
line-height: 1.3;
}
@media (max-width: 1024px) {
.newsList dl dd {
  width: calc(100% - 250px);
}
}
@media (max-width: 1024px) {
.newsList dl dd {
  width: 100%;
  padding-top: 5px;
}
}

@media (max-width: 1024px) {
.top2023 .container-inner .container-inner {
  padding-left: 0;
  padding-right: 0;

}
}
@media (max-width: 640px) {
.top2023 .container .container-inner {
  padding-left: 0;
  padding-right: 0;

}
}

.newsList dl dd a {
padding-top: 5px;
display: block;
}

.newsList dl dd a.link-pdf::after {
content: '';
position: relative;
top: 15px;
transform: 0;
right: -15px;
width: 20px;
height: 23px;
background: url(/pisj/common/images/icon_pdf.png) no-repeat center center;
background-size: contain;
display: inline-block;
}
@media (max-width: 640px) {
.newsList dl dd a {
  line-height: 1.75;
}
.newsList dl dd a.link-pdf::after {
  content: '';
  position: relative;
  top: 10px;
  transform: 0;
  right: -7px;
  width: 14px;
  height: 15px;
  background: url(/pisj/common/images/icon_pdf.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
}
.newsList dl dd a.link-pdf {
padding-right: 0;
}


.newsList dl.cat6 dt{
color:#B52D51;
border-color:#B52D51;
}
.newsList dl.cat5 dt{
color:#E58B45;
border-color:#E58B45;
}
.newsList dl.cat4 dt{
color:#f9b600;
border-color:#f9b600;
}
.newsList dl.cat3 dt{
color:#89AA97;
border-color:#89AA97;
}
.newsList dl.cat2 dt{
color:#009966;
border-color:#009966;
}
.newsList dl.cat1 dt{
color:#0060BC;
border-color:#0060BC;
}

.service__list {
margin-bottom: 150px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap: 74.5px;
}
@media (max-width: 1024px) {
.service__list {
  margin-bottom: 80px;
  gap: 40px;
}
}
@media (max-width: 640px) {
.service__list {
  margin-bottom: 60px;
  gap: 30px;
}
}
.service__list li {
width: 118px;
height: 118px;
}
@media (max-width: 1024px) {
.service__list li {
  width: 80px;
  height: 80px;
}
}
@media (max-width: 640px) {
.service__list li {
  width: 60px;
  height: 60px;
}
}

.btns {
margin-bottom: 140px;
}
@media (max-width: 1024px) {
.btns {
  margin-bottom: 80px;
}
}
@media (max-width: 640px) {
.btns {
  margin-bottom: 60px;
}
}
.btns .btn{
background: #F6F5F5;
color: #333333;
}
.btns .btn.icon-arrow-right::before,
.btns .btn.icon-arrow-right::after {
width: 14px;
height: 14px;
border-color:#333333;
}
.btns .btn.icon-arrow-right::after{
position: relative;
top: 2px;
right: -5px;
}
.btns .btn.icon-arrow-right::before{
top: calc(50% - 1px);
right: 110px;
}
@media (max-width: 640px) {
.btns .btn.icon-arrow-right::before{
  right: 20px;
}
.btns .btn.icon-arrow-right::after{
  display: none;
}
}
.pb115 {
padding-bottom: 115px!important;
}
@media (max-width: 1024px) {
.pb115 {
  padding-bottom: 45px!important;
}
}
@media (max-width: 640px) {
.pb115 {
  padding-bottom:20px!important;
}
}


.customer__list--item.iconType03 {
position: relative;
}
.customer__list--item.iconType03:before {
content: "";
position: absolute;
width: 219px;
height: 61px;
background: url(/pisj/images/top_2023/section_03_icon_05.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
top: -22px;
right: 6px;
z-index: 2;
}
@media (max-width: 640px) {
.customer__list--item.iconType03:before {
  width: 110px;
  top: -27px;
  right: 3px;
}
}

@media (min-width: 1280px) {
.top2023 .container .container-inner {
  padding: 0;
}
}


.newsMore {
margin-bottom: 150px;
}
@media (max-width: 1024px) {
.newsMore {
  margin-bottom: 80px;
}
}
@media (max-width: 640px) {
.newsMore {
margin-bottom: 60px;
}
}
.newsMore a {
text-decoration: underline;
}
