@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Noto+Serif+JP:wght@200..900&display=swap');
.sub-visal{
    width: 100%;
    padding-top: 75px;
    position: relative;
    background: #F4F8FC;
    height: 275px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sub-ttl-box{
    width: 100%;
}
.sub-ttl{
    text-align: center;
    width: 100%;
    color: #0068B7;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sub-ttl02{
    text-align: center;
}
.breadcrumbs{
    border-top: solid 1px #CCCCCC;
}
.breadcrumbs-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 17px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.breadcrumbs-box img{
  vertical-align: middle;
}
.breadcrumbs-box .arrow{
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 10px;
}
.breadcrumbs-box .arrow:before{
    position: absolute;
    width: 8px;
    height: 8px;
    top:2px;
    border-top: solid 1px #606060;
    border-right: solid 1px #606060;
    transform: rotate(45deg);
    content:"";        
}

.subapage__bg {
  background-image: 
  url(../image/sub/subapage_bg.png),
  url(../image/sub/subapage_bg02.png);
  background-repeat: no-repeat;
  background-size: 968px;
  background-position: right 20px, left 1500px;
}


@media screen and (max-width: 750px) 	{
	.sub-visal{
        width: 100%;
        padding-top: 50px;
        height: 150px;
        position: relative;
    }
    .sub-ttl{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .breadcrumbs-box{
        padding: 13px 0;
    }
    .subapage__bg {
      background-image: 
      url(../image/sub/subapage_bg.png),
      url(../image/sub/subapage_bg02.png);
      background-repeat: no-repeat;
      background-size: 600px;
      background-position: right 20px, left 1500px;
    }
}

.single-box{
    margin: 60px auto;
}

.single-datebox{
    display: flex;
    align-items: center;
}
.single-date{
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    padding-right: 24px;
}
.single-cat{    
    font-size: 12px;
    border-radius: 3px;
    background: #30416c;
    color: #fff;
    height: 100%;
    margin-right: 5px;
    padding: 1px 8px;
    line-height: 1;
}
.single-ttl{
    color:#00064A;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    margin: 20px 0 30px;
}
.subpage-area h2{
    color: #0068B7;
    font-size: 30px;
    border-bottom: solid #CCCCCC 1px;
    padding: 8px 0 25px;
    margin: 10px 0 45px;
    position: relative;
}
.subpage-area h2:after{
    content:"";
    background: #0068B7;
    width: 80px;
    bottom:0;
    position: absolute;
    height: 1px;
    left:0;
}
.subpage-area  h3{
    color:#00064A;
    font-size: 20px;
    border-bottom: solid #D4D6E0 1px;
    padding:10px 0;
    margin:10px 0 30px;
}
.subpage-area  h4{
    color:#00064A;
    font-size: 18px;
    padding:10px 0 10px 25px;
    margin:10px 0 0;
    position: relative;
}
.subpage-area h4:after{
    width: 16px;
    height: 16px;
    position: absolute;
    background-color:#242533 ;
    left: 0;
    top: 19px;
    content:"";
}
.subpage-area h5{
    color:#00064A;
    font-size: 16px;
    padding:10px 0 10px 0;
    margin:10px 0 10px;
    position: relative;
}
.subpage-area #navigation{
    color:#111111;
}
.subpage-content{
    margin: 60px auto;
}
.recruitbox{
    margin: 60px auto;
    max-width: 800px;
    width: 100%;
}
.subpage-area .recruitbox-ttl{
  font-size: 30px;
  display: flex;
  align-items: center;
}
.recruitbox-ttl span{
  font-size: 20px;
  flex-shrink: 9999;
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
.recruitbox-info{
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
}
.recruitbox-info-flex{
    display: flex;
}
.recruitbox-info-ttl{
    width: 40%;    
    border-bottom: solid 1px #000;
    padding: 5px;
    margin-bottom: 10px;
}
.recruitbox-info-content{
    width: 60%;
    border-bottom: solid 1px #888;
    padding: 5px;
    margin-bottom: 10px;
}

.next-prev-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.next-prev-box .next{
    width: 48%;
    position: relative;
}
.next-prev-box .prev{
    width: 48%;
}
.next-prev-box .next a{
    padding-left: 20px ;
    position: relative;
    display: block;
    color:#111111;
    font-size: 14px;
    width: fit-content;
}
.next-prev-box .next:before {
    width: 1px;
    height: 40px;
    top: -10px;
    position: absolute;
    right: -2%;
    transform: skew(-15deg);
    content: "";
    background: #D4D6E0;
}
.next-prev-box .next a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    left:0;
    border-top: solid 1px #111111;
    border-left: solid 1px #111111;
    transform: rotate(-45deg);
    content: "";
}
.next-prev-box .prev a{
    margin: 0 0 0 auto;
    padding-right: 20px ;
    position: relative;
    display: block;
    color:#111111;
    font-size: 14px;
    width: fit-content;
}
.next-prev-box .prev a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    right: 0;
    border-top: solid 1px #111111;
    border-right: solid 1px #111111;
    transform: rotate(45deg);
    content: "";
}
.archive-link{
    width: 100%;
}
.archive-link a {
    margin: 55px auto 0;
    background: #0068B7;
    color: #fff;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    height: 50px;
}
.archive-link a span{
	    width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.archive-link span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
    .subpage-area  h2{
        font-size: 20px;
        padding: 0px 0 13px;
        margin: 0px 0 30px;
    }
    .subpage-area  h3{
        font-size: 18px;
        padding:8px 0;
    }
    .subpage-area  h4{
        padding:8px 0 8px 20px;
        margin:10px 0 0;
        font-size: 17px;
    }
    .subpage-area h4:after{
        width: 14px;
        height: 14px;
        top: 16px;
    }
}



.importantinformation-list{
    margin: 60px auto;
    max-width: 800px;
    width: 100%;
}
.importantinformation-box{
    margin-bottom: 30px;
}
.importantinformation-box a{
    display: flex;
    justify-content: space-between;
    gap:40px;
    position: relative;
}
.importantinformation-img{
    width: calc(30% - 20px);
    aspect-ratio:4/3;
    height: 100%;
}
.importantinformation-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.importantinformation-content{
    width: calc(70% - 20px);
}
.importantinformation-catbox{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.importantinformation-ttl{
    font-size: 18px;
    font-weight: 700;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.importantinformation-txt{
    padding-bottom: 40px;
}
.importantinformation-link {
    width: 20px;
    height: 20px;
    border-radius: 14px;
    position: absolute;
    background: #0068B7;
    display: flex;
    align-items: center;
    justify-content:center;
	right: 20px;
    bottom: 10px;
}
.importantinformation-link:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (max-width: 600px) {
    .importantinformation-list{
        margin: 30px auto;
    }
    .importantinformation-box{
        margin-bottom: 30px;
    }
    .importantinformation-box a{
        display: block;
    }
    .importantinformation-img{
        width: 100%;
        aspect-ratio:4/3;
        height: 100%;
        margin-bottom: 10px;
    }
    .importantinformation-content{
        width: 100%;
    }
}


.information-cat{
    margin: 60px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.information-cat li a{
    background: #ccc;
    border-radius: 20px;
    padding:5px 20px;
    line-height: 1.2;
    display: block;
    transition: 0.2s;
}
.information-cat li a:hover{
    background: #999;
    color:#fff;
}
.information-cat li span{
    background: #999;
    color:#fff;
    border-radius: 20px;
    padding:5px 20px;
    line-height: 1.2;
    display: block;
    transition: 0.2s;
}
.information-list{
    margin: 60px auto;
    max-width: 800px;
    width: 100%;
}
.information-datebox{
    margin-bottom: 10px;
}
.information-box{
    margin-bottom: 30px;
}
.information-datebox{
    display: flex;
    gap:20px;
}
.information-date{
    height: 100%;
    padding: 2px 0;
}
.information-content{
    width:100%;
}
.information-listcat{
    display: flex;
    gap: 10px;
    align-items: center;
}
.information-listcat span{
    font-size: 12px;
    border-radius: 3px;
    background: #30416c;
    color: #fff;
    height: 100%;
    margin-right: 5px;
    padding: 3px 8px;
    line-height: 1;
}
.information-ttl{
    font-size: 18px;
    font-weight: 700;  
}
@media screen and (max-width: 600px) {
    .information-list{
        margin: 30px auto;
    }
    .information-datebox{
        display: block;
    }
}

.ir-cat-newspage{
    margin: 60px auto 70px;
}
.ir-cat-list{
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    text-align: center;
}
.ir-cat-list li{
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
    font-size: 16px;
    text-align: left;
    color: #0068B7;
}
.ir-cat-list-img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 5/2;
    margin-bottom: 15px;
    overflow: hidden;
}
.ir-cat-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ir-cat-list-txt{
    display: flex;
    align-items: center;
}
.ir-cat-list-txt span{
    width: 16px;
    height: 16px;
    border-radius: 14px;
    position: relative;
    background: #0068B7;;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    margin-left: 10px;
}
 a:hover .ir-cat-list-txt span{
    color: #0068B7;
    transform: translate(3px, 0);
}
.ir-cat-list-txt span:after{
	content:"";
	width: 5px;
	height: 5px;
    position: absolute;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
    right: calc(50% + 1px);
	top:50%;
    transform: translate(50%, -50%) rotate(45deg);	
}
.subpage__flex{
    display: flex;
    flex-wrap: wrap;
    gap:80px;
    margin:100px auto;
}
.subpage__flex.center{
  justify-content: center;
}
.ir-cat-list-side{
    width: 23%;
    border-top: solid 4px #0068B7;
    background: #F8F8F8;
    padding: 26px 20px;
    box-sizing: border-box;
}
.ir-cat-list-content{
    width: calc(77% - 80px );
    box-sizing: border-box;
}
.ir-cat-list-side-ttl{
    color:#0068B7;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ir-cat-list-side-ttl img{
    display: none;
}
.ir-cat-link{
    font-size: 16px;
    margin-bottom:20px;
}
.ir-cat-link li{
    margin-bottom:11px;
}
.ir-cat-link a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ir-cat-link a span{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    position: relative;
    background: #0068B7;;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.ir-cat-link a:hover span{
    color: #0068B7;
    transform: translate(3px, 0);
}
.ir-cat-link a span:after{
	content:"";
	width: 3px;
	height: 3px;
    position: absolute;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
    right: calc(50% + 1px);
	top:50%;
    transform: translate(50%, -50%) rotate(45deg);	
}
.ir-cat-ttl{
    color: #00064A;
    font-size: 24px;
    border-left: solid #00064A 4px;
    padding: 8px 10px;
    margin: 10px 0 30px; 
}
.ir-cat-content-box a{
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #D8D8D8;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.ir-cat-content-ttl{
    font-size: 16px;
    width: calc(100% - 221px);
}
.ir-cat-content-date{
    width: 78px;
    margin-right: 13px;
    font-size: 12px;
    padding: 3px 10px;
}
.ir-cat-content-cat{
    width: 120px;
    margin-right: 10px;
}
.ir-cat-content-cat-txt{
    text-align: center;
    font-size: 12px;
    min-width: 100px;
    min-height: 25px;
    padding: 2px;
    margin: 2px 0;
    border-radius: 3px;
    justify-content: center;
    width: fit-content;
}
.ir-year-select {
  position: relative;
  display: inline-block;
  width: 100% ;/* 必要に応じて変更 */
}

.ir-year-select select {
  width: 100%;
  padding: 10px;
  appearance: none; /* デフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* ▼ カスタム三角形 ▼ */
.ir-year-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0068B7;
  transform: translateY(-50%);
}

.ir-01__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.ir-01__table th{
  background:#84CAEB;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.ir-01__table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
.ir-01__t-co01{
  background: #CAEDFB;
}
.ir-01__t-font01{
  color: #498FD6;
  font-weight: bold;
  font-size: 20px;
}
.ir-ul-box {
    padding-left: 30px;
    list-style-type: disc;
}
@media screen and (max-width: 600px) {
    .ir-cat-newspage {
        margin: 40px auto 50px;
    }
    .ir-cat-list {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 20px;
    }
    .ir-cat-list li{
        width: calc(50% - 10px);
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left;
        color: #0068B7;
    }
}

@media screen and (max-width: 750px) {
    .ir-cat-list-side{
        width: 100%;
    }
    .subpage__flex{
        gap:10px;
        margin: 50px auto;
    }
    .ir-cat-list-content{
        width: 100%;
    }
    .ir-cat-content-date{
        padding: 3px 10px 3px 0;
    }
    .ir-cat-content-ttl{
        font-size: 16px;
        width: 100%;
        padding-top: 10px;
    }
    .ir-cat-content-cat{
        display: flex;
        gap: 5px;
        width: auto;
    }
    .ir-cat-list-side{
        border: none;
        background: none;
        padding: 0;
    }
    .ir-cat-list-side-ttl label{
        background: #0068B7;
        padding: 20px;
        border-radius: 10px;
        color:#fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .ir-cat-list-side-ttl img{
        display: block;
    }
    .ir-cat-link{
        padding: 0 20px;
        height: 0;
        pointer-events: none;
        transition: 0.2s;
        background: #F8F8F8;
        opacity: 0;
    }
    input:checked + .ir-cat-list-side .ir-cat-link{
        padding: 20px;
        height: auto;
        pointer-events: auto;
        opacity: 1;
    }
  .ir-year-select {
    margin-bottom: 20px;
  }
  .ir-01__table {
    width: 100%;
    margin-bottom: 20px;
  }
  .ir-01__table th{
    padding: 10px;
    width: auto;
    border-bottom: 1px solid #ccc;
  }
  .ir-01__table td {
    padding: 10px;
  }
}

.company-wrapper {
  margin: 0 auto;
  padding: 40px 0;
}
.corporate__message{
  padding: 85px 0 60px;
  margin-top: -60px;
}
.corporate__message-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.corporate__message-text {
  width: 67%;
}
.corporate__message-text p{
  margin-bottom: 15px ;
  line-height: 1.85;
}
.corporate__message-photo {
  width: calc(33% - 50px);
}
.corporate__message-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.ceo-name-box{
  text-align: center;
  margin-top: 18px;
}
.ceo-company {
  margin-top: 18px;
  font-size: 16px;
  color: #555;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
}
.ceo-post{
  font-size:16px;
  display: inline-block;
  margin-right: 10px;
}
.ceo-name{
  font-size:30px;
  font-family: "Noto Serif JP", serif;
}
.corporate__about{  
  margin-top: -60px;
  padding-top: 60px;
}
.corporate__about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin-bottom: 70px;
}
.corporate__about-content-ttl{
  font-size: 24px;
  width: 210px;
}
.corporate__about-keywords {
  display: flex;
  align-items: center;
  width: 360px;
  gap:15px;
}
.corporate__about-circle {
  width: 150px;
  height: 150px;
  font-size:20px;
  background-color: #0077cc;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.4;
  background: linear-gradient(-45deg, #53A3E1 0%, #0068B7 100%);
}
.corporate__about-circle span{
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
.corporate__about-plus {
  width: 30px;
  height: 30px;
}
.corporate__about-content-txtbox{
  width: calc(100% - 670px);
  display: flex;
  align-items: center;
}
.corporate__about-content-txtbox ul{
  font-size:20px;
}
.corporate__about-content-txt02{
  display: flex;
  align-items: center;
  width: 360px;
  color:#0068B7;
  font-family: "Roboto", sans-serif;
  justify-content:center;
  font-size: 65px;
  line-height: 1.3;
}

.corporate__info{  
  margin-top: -60px;
  padding-top: 60px;
}
.corporate__info-ttl{
  font-size:24px;
}
.corporate__info-flex{
  display: flex;
  gap:100px;
  margin: 30px auto;
}
.corporate__info-flex-box-ttl{
  font-size: 18px;
  margin-bottom:20px;
}
.corporate__info-flex-box{
  width: calc(66% - 50px);
}
.corporate__info-flex-box02{
  width: calc(34% - 50px);
}
.corporate__table, .history-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.corporate__table th{
  background:#F6F6F6;
  padding: 10px;
  width: 180px;
  border: 1px solid #ccc;
}
.corporate__table td {
  padding: 10px;
  border: 1px solid #ccc;
  width: calc(100% - 18px);
}
.corporate__table-b {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.corporate__table-b th{
  background:#F6F6F6;
  padding: 10px;
  width: 180px;
  border: 1px solid #ccc;
}
.corporate__table-b td {
  padding: 10px;
  border: 1px solid #ccc;
  width: calc(100% - 18px);
}
.corporate__info-flex-box-notice {
  text-indent: -30px;
  padding-left: 30px;
}
.organization-chart {
  max-width: 1070px;
  height: auto;
}
.pdf-list {
  list-style: none;
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 60px ;
}
.pdf-list  img{
  width: 26px;
  margin-right: 10px ;
}
.pdf-list li {
  width: 33.333%;
  padding: 10px;
  border:solid 1px #CCCCCC;
}
.pdf-list li:nth-child(n + 2){
  border-left:none;
}
.pdf-list li:nth-child(3n + 1){
  border-left:solid 1px #CCCCCC;
}
.pdf-list li:nth-child(n + 4){
  border-top:none;
}
.pdf-list a {
  text-decoration: none;
  color: #0077cc;
}

@media screen and (max-width: 1000px) {
  .corporate__message-text {
    width: calc(100% - 320px);
  }
  .corporate__message-photo {
    width: calc(320px - 50px);
  }
}


@media screen and (max-width: 750px) 	{
  .corporate__message{
    padding: 60px 0 60px;
  }
  .corporate__message-content {
    display: flex;
    gap: 30px;
  }
  .corporate__message-text {
    width: 100%;
  }
  .corporate__message-text p{
    margin-bottom: 15px ;
    line-height: 1.85;
  }
  .corporate__message-photo {
    width: 100%;
    text-align: center;
  }
  .corporate__message-photo img {
    width: 250px;
  }
  .corporate__about-content {
    gap: 10px;
    margin-bottom: 30px;
  }
  .corporate__about-content-ttl{
    font-size: 20px;
    width: 100%;
  }
  .corporate__about-keywords {
    width: 100%;
    gap:15px;
  }
  .corporate__about-circle{
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
  .corporate__about-circle span{
    font-size: 24px;
  }
  .corporate__about-content-txtbox{
    width: 100%;
  }
  .corporate__about-content-txtbox ul{
    font-size:18px;
  }
  .corporate__about-content-txt02{
    width: 100%;
    font-size: 60px;
  }
  .corporate__info-ttl{
    width: 100%;
    font-size:20px;
  }
  .corporate__info-flex{
    display: block;
    gap:100px;
    margin: 15px auto;
  }
  .corporate__info-flex-box-ttl{
    font-size: 18px;
    margin-bottom:12px;
  }
  .corporate__info-flex-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate__info-flex-box02{
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate__table, .history-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate__table th{
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .corporate__table td {
    padding: 15px;
    width: 100%;
    display: block;
  }
  .corporate__table-b {
    width: 100%;
    margin-bottom: 20px;
  }
  .corporate__table-b th{
    padding: 10px;
    width: auto;
    border-bottom: 1px solid #ccc;
  }
  .corporate__table-b td {
    padding: 10px;
  }
  .corporate__info-flex-box-notice {
    text-indent: -30px;
    padding-left: 30px;
  }
  .organization-chart {
    max-width: 1070px;
    width: 100%;
    height: auto;
  }
  .organization-chart img{
    width: 1070px;
    max-width: 1070px;
  }
  .pdf-list {
    margin-bottom: 60px ;
  }
  .pdf-list  img{
    width: 26px;
    margin-right: 10px ;
  }
  .pdf-list li {
    width: 100%;
    padding: 10px;
    border:solid 1px #CCCCCC;
    border-bottom:none;
  }
  .pdf-list li:nth-child(n + 1){
    width: 100%;
    border:solid 1px #CCCCCC;
    border-bottom:none;
  }
  .pdf-list li:last-child {
    border-bottom:solid 1px #CCCCCC;
  }
  .pdf-list a {
    text-decoration: none;
    color: #0077cc;
  }
}

.corporate__location-text{
  padding: 0;
  font-size: 16px;
}

.corporate__location-link {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
}
.corporate__location-link p {
    margin-bottom: 20px;
}
.corporate__location-link a {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    margin: 10px 0 40px 0;
    background: #0067c5;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: auto;
    position: relative;
    border: solid 2px #0068B7;
    transition: 0.2s;
}
.corporate__location-link a span {
    width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.corporate__location-link span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}

.corporate__location-link a:hover{
    color: #0068B7;
    background: #fff;
    transition: 0.2s;
}
.corporate__location-link a:hover span{
    background: #0068B7;
    transition: 0.2s;
}
.corporate__location-link a:hover span:after {
    border-top: solid 1px  #fff;
    border-right: solid 1px  #fff;
    transition: 0.2s;
}

@media screen and (max-width: 1000px) 	{
  .corporate__location-text{
    padding: 0;
    font-size: 15px;
  }
  .corporate__location-link {
      flex: 1;
      font-size: 16px;
      line-height: 1.8;
  }
  .corporate__location-link p {
      margin-bottom: 20px;
  }
  .corporate__location-link a {
    padding: 5px 40px 5px 20px;
    margin: 10px 0 40px 0;
    text-align: left;
  }
}


.recruit-wrapper{
  margin: 0 auto;
  padding: 40px 0;
}
.recruit__area{
  padding: 30px 0;
}
.recruit__box01 {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.recruit__box01-img img {
    max-width: 300px;
    height: auto;
    background: #fff;
}
.recruit__box01-content {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
}
.recruit__box01-content p {
    margin-bottom: 20px;
}
.recruit__box01-content a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    background: #0067c5;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 200px;
    position: relative;
    border: solid 2px #0068B7;
    transition: 0.2s;
}
.recruit__box01-content a span {
    width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.recruit__box01-content span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}

.recruit__box01-content  a:hover{
    color: #0068B7;
    background: #fff;
    transition: 0.2s;
}
.recruit__box01-content  a:hover span{
    background: #0068B7;
    transition: 0.2s;
}
.recruit__box01-content  a:hover span:after {
    border-top: solid 1px  #fff;
    border-right: solid 1px  #fff;
    transition: 0.2s;
}
.recruit__box02 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 90px auto 60px;
}
.recruit__box02-content {  
  width:calc(50% - 15px);
}
.recruit__box02-content a{
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.recruit__box02-img {
  width: 50%;
  display: block;
}
.recruit__box02-ttl {
  width: 50%;
  padding: 15px;
  font-weight: bold;
  color: #004898;
  text-align: center;
  border-top: 1px solid #eee;    
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
}
.recruit__box02-ttl-box {
  font-size: 18px;
  position: absolute;
  top :15px;
}
.recruit__box02-ttl span {
    width: 25px;
    height: 25px;
    border-radius: 14px;
    position: absolute;
    background: #0068B7;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    transition: 0.2s;
}
.recruit__box02-content a:hover span {
  transform: translate(3px, 0);
}

.recruit__box02-ttl span:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: solid 1px  #fff;
  border-right: solid 1px  #fff;
  right: calc(50% + 1px);
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: 0.2s;
}
.recruit__box02-ttl02 {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  color: #004898;
  text-align: center;
  border-top: 1px solid #eee;    
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
}
.recruit__box02-ttl02 span {
    width: 25px;
    height: 25px;
    border-radius: 14px;
    position: absolute;
    background: #0068B7;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 23px;
    transition: 0.2s;
}
.recruit__box02-ttl02 span:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: solid 1px  #fff;
  border-right: solid 1px  #fff;
  right: calc(50% + 1px);
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: 0.2s;
}
.recruit__box02-2{
  gap: 20px 30px;
  margin: 0px auto 20px;
}
.recruit__box02-2 .recruit__box02-img {
  height: 120px;
  display: block;
}
.recruit__box02-2 .recruit__box02-img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.recruit__box02-2 .recruit__box02-ttl{
  font-size: 20px;
}
.recruit__box02-2 .recruit__box02-ttl span{
      width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
}
.recruit__foam-link {
  text-align: center;
  margin-bottom: 30px;
}
.recruit__foam-link a {
  display: inline-block;
  padding: 27px 60px;
  background: linear-gradient(180deg, #89BDE5, #0068B7);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  width: 580px;
  max-width: 100%;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
}
.recruit__foam-link02 {
  text-align: center;
  margin-bottom: 50px;
}
.recruit__foam-link02 a{
    padding: 18px 60px;
    font-size: 22px;
}
.recruit__foam-link a span {
    width: 25px;
    height: 25px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.recruit__foam-link span:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}
.recruit__mynavi {
  text-align: center;
  margin-bottom: 60px;
}

.recruit__mynavi img {
  max-width: 200px;
  height: auto;
}

#r-info01{
  scroll-margin-top: 80px;
}
#r-info02{
  scroll-margin-top: 80px;
}
#r-info03{
  scroll-margin-top: 80px;
}
#r-info04{
  scroll-margin-top: 80px;
}
#r-info05{
  scroll-margin-top: 80px;
}
.recruit__kihon-content01{
  padding: 0;
}
.recruit__kihon-img01{
  width: 100%;
}
.recruit__kihon-box01{
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.recruit__kensyuu-container {
    max-width: 800px;
    margin: 0 auto;
}
.recruit__kensyuu-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    overflow: hidden;
    height: 120px;
}
.recruit__kensyuu-title {
    position: relative;
    background-color: #0072c6;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    width: 180px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 1;
}
.recruit__kensyuu-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 20px solid #0072c6;
    z-index: 0;
}

.recruit__kensyuu-description {
    padding: 20px 20px 20px 40px;
    width: calc(100% - 180px);
    box-sizing: border-box;
    background-color: inherit;
    display: flex;
    align-items: center;
}

/* 交互の背景色 */
.recruit__kensyuu-box:nth-child(odd) {
    background-color: #e8f0f8;
}

.recruit__kensyuu-box:nth-child(even) {
    background-color: #d9e7f3;
}

.recruit__kensyuu-box:nth-child(even) .recruit__kensyuu-title {
    background-color: #005ea2;
}

.recruit__kensyuu-box:nth-child(even) .recruit__kensyuu-title::after {
    border-left-color: #005ea2;
}

.recruit__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.recruit__benefit-box {
  border: 2px solid #0068B7;
  padding: 20px;
  box-sizing: border-box;
  width: calc(50% - 10px);
}

.recruit__benefit-box .icon {
  display: block;
  margin: 0 auto 10px;
  width: auto;
  height: 50px;
}

.recruit__benefit-box h3 {
  text-align: center;
  color:#0068B7;
  border-bottom: 2px solid #0068B7;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 18px;
}

.recruit__benefit-box p {
  font-size: 16px;
  line-height: 1.6;
}

.recruit__note {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.recruit__careerstep-box{
    padding: 0;
}
.recruit__careerstep-img{
    padding: 0;
}
.recruit__careerstep-text{
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 1000px) 	{
  .recruit__area{
    padding: 0 0 60px;
  }
  .recruit__box01 {
      gap: 15px;
      margin-bottom: 20px;
  }
  .recruit__box01-img{
    width: 100%;
    text-align: center;
  }
  .recruit__box01-content {
      flex: 1;
      font-size: 16px;
      line-height: 1.8;
  }

  .recruit__box01-content p {
      margin-bottom: 20px;
  }
  .recruit__box01-content-link {
    margin: 0 auto;
    text-align: center;
  }
  .recruit__box01-content a {
    padding: 5px 20px;
    margin: 17px auto 0;
    text-align: left;
  }
  .recruit__box02 {
    display: block;
    gap: 30px;
    margin: 42px auto 30px;
  }
  .recruit__box02-content a{
    display: block;
  }
  .recruit__box02-content {  
    width:100%;
    margin-bottom: 20px;
  }
  .recruit__box02-img {
    width: 100%;
    display: block;
    aspect-ratio: 23 / 8;
  }
  .recruit__box02-img img{
      object-fit: cover;
      height: 100%;
      width: 100%;
  }
  .recruit__box02-ttl {
    padding: 35px 15px 15px 15px;
    font-size: 16px;
    width: 100%;
  }
  .recruit__box02-ttl-box {
    font-size: 13px;
    top:10px;
  }
  .recruit__box02-ttl span {
      width: 20px;
      height: 20px;
      right: 10px;
      bottom: 22px;
      transition: 0.2s;
  }
  .recruit__box02-ttl span:after {
    width: 4px;
    height: 4px;
  }
  .recruit__box02-ttl02 {
    padding: 15px;
    font-size: 16px;
    width: 100%;
  }
  .recruit__box02-ttl02 span {
      width: 20px;
      height: 20px;
      right: 10px;
      bottom: 22px;
      transition: 0.2s;
  }
  .recruit__box02-ttl02 span:after {
    width: 4px;
    height: 4px;
  }
  .recruit__foam-link {
    text-align: center;
    margin-bottom: 40px;
  }
  .recruit__foam-link a {
    padding: 16px 60px;
    font-size: 16px;
  }
  .recruit__foam-link a span {
      width: 20px;
      height: 20px;
      right: 10px;
      top: 50%;
  }
  .recruit__foam-link span:after {
      width: 4px;
      height: 4px;
  }
  .recruit__kihon-content01{
  padding: 0;
  }
  .recruit__kihon-img01{
    width: 100%;
  }
  .recruit__kihon-box01{
    padding: 0;
    font-size: 16px;
  }
  .recruit__kensyuu-box {
    flex-direction: column;
    height: auto;
  }
  .recruit__kensyuu-title {
  width: 100%;
  }
  .recruit__kensyuu-title::after {
  display: none;
  }
  .recruit__kensyuu-description {
  padding: 20px 20px 20px 20px;
  width: 100%;
  }
  .recruit__benefit-box {
  width: 100%;
  }
}
.recruit__group01-ttl{
    background: #0068B7;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 60px;
}
.recruit__group01-flex{
  display: flex;
  justify-content: space-between;
}
.recruit__group01-item{
  display:flex;
  gap:30px;
  margin-bottom:80px;
  align-items:flex-start;
}
.recruit__group01-photo{
  width:300px;
}
.recruit__group01-photo img{
  width:100%;
  height:auto;
  border-radius:6px;
  object-fit:cover;
}
.recruit__group01-body{
  display: flex;
  flex-wrap: wrap;
  gap: 45px 40px;
}
.recruit__group01-catch{
  font-size:20px;
  font-weight:700;
  line-height:1.6;
  margin:0 0 15px;
  line-height: 2;
  margin: 18px 0 30px;
}
.recruit__group01-meta{
  font-size:14px;
  width: calc(100% - 340px);
}
.recruit__group01-name{
  display: block;
}
.recruit__group01-year{
  display: block;
}
.recruit__group01-position{
  font-weight:700;
  color:#0068B7;
  font-size: 20px;
  display: block;
}
.recruit__group01-text{
  font-size: 16px;
  line-height: 1.9;
}

.recruit__content{
  width:calc(100% - 350px);
  min-width:0;
}
.recruit__side{ 
  height: 100%; 
  width:270px;
  position:sticky;
  top:var(--stickyTop,120px);
  background: #F8F8F8;
  margin-bottom: 30px;
}
.side-nav-box{
  border-top:4px solid #0068B7;
}
.side-nav-box input{
  display: none;
}
.side-nav-ttl{
  color:#0068B7;
  font-size:14px;
  font-weight:700;
  padding: 24px 20px 5px;
  display: block;
  width: 100%;
}
.side-nav{
  margin:0 0 24px;
  font-size:14px;
  list-style:none;
}
.side-nav li{
  margin:0;
}
.side-nav a,
.side-nav .is-current{
  position:relative;
  display:block;
  padding: 7px 34px 7px 20px;
  font-size: 16px;
  border-radius:0;
  transition:background .2s ease,color .2s ease;
}
.side-arrow{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  border-radius:50%;
  background:#0068B7;
  transition:background .2s ease, transform .2s ease;
}
.side-arrow:after{
  content:"";
  position:absolute;
  width:4px;
  height:4px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  top:50%;
  left: calc(50% - 1px);
  transform:translate(-30%,-50%) rotate(45deg);
  transition:border-color .2s ease;
}

.side-nav a:hover,
.side-nav a.is-current,
.side-nav span.is-current{
  background:#0068B7;
  color:#fff;
}
.side-nav a:hover .side-arrow,
.side-nav a.is-current .side-arrow,
.side-nav span.is-current .side-arrow{
  background:#fff;
  transform:translateY(-50%) translateX(2px);
}
.side-nav a:hover .side-arrow:after,
.side-nav a.is-current .side-arrow:after,
.side-nav span.is-current .side-arrow:after{
  border-color:#0068B7;
}

/* Mynavi box */
.side-mynavi{
  margin-top:22px;
  text-align:center;
}
.side-mynavi a{
  display:block;
  padding:12px 0;
}
.side-mynavi img{
  max-width:150px;
  height:auto;
}

@media screen and (max-width:1000px){
  .recruit__group01-flex{display:block;}
  .recruit__content{width:100%;}
  .recruit__side{
    width:100%;
    margin-top:20px;
    margin-bottom: 30px;
    background: none;
  }
  .side-nav-box {
      border-top: none;
  }
  .side-nav-ttl{
    color: #0068B7;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px 6px;
    border: solid 1px;
    background: #fff;
    border-radius: 6px;
    display: block;
    position: relative;
  }
  .side-nav-ttl::before{
    content:"";
    background: url(../image/sub/side-arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    background-size:contain;
    position: absolute;
    right: 20px;
    top:50%;
    transform: translate(0, -50%);
  }
  input:checked + .side-nav-ttl::before{
    transform: translate(0, -50%) rotate(60deg);
  }
  .side-nav-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }
   input:checked + .side-nav-ttl + .side-nav-content{
    display: block;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .side-nav-content{
    background: #F8F8F8;
  }
  .side-nav a, .side-nav .is-current {
      padding: 0 34px 0 20px;
    transition: 0.2s;
  }
   input:checked + .side-nav-ttl + .side-nav-content .side-nav a,
   input:checked + .side-nav-ttl + .side-nav .is-current {
      padding: 7px 34px 7px 20px;
  }
  .recruit__group01-ttl{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .recruit__group01-body{
    display: block;
  }
  .recruit__group01-photo {
    margin: 0 auto;
  }
  .recruit__group01-meta{
    width: 100%;
  }
  .recruit__group01-meta{
    width: 100%;
    margin-bottom: 28px;
  }
  .recruit__group01-text{
    width: 100%;
  }
  .recruit__group01-catch{
    margin: 18px 0 18px;
  }
}


.pagination {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  gap:20px;
  text-align: center;
  margin: 2rem 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.pagination .current{
    width: 20px;
    height: 20px;
    border-radius: 14px;
    position: relative;
    background: #0068B7;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .prev {
  width: 20px;
  height: 20px;
  border-radius: 14px;
  position: relative;
  background: #0068B7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.pagination .prev:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: calc(50% - 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(-135deg);
}
.pagination .next {
  width: 20px;
  height: 20px;
  border-radius: 14px;
  position: relative;
  background: #0068B7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.pagination .next:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (max-width:750px){
  .pagination {
      gap: 12px;
  }
}
/* 全体コンテナ調整 */
.page-contact {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 60px auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 60px;
}
.page-contact .contact-hero {
  margin-bottom: 10px;
  padding: 40px 0;
  border-radius: 6px;
  gap: 40px;
}
.contact-hero-txt {
  font-size: 22px;
  line-height: 1.7;
}
.page-contact .contact-phone {
  width: 100%;
  padding: 16px 20px;
  border-radius: 4px;
  background: #f0f8ff;
  position: relative;
  box-sizing: border-box;
  min-width: 260px;
  line-height: 2;
  margin: 30px 0;
}
.page-contact .c-p-bg2 {
  background: #fce9dd;
}
.page-contact .contact-hero-ttl {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-contact .contact-phone-number {
  font-size: 32px;
  color: #c00;
  font-weight: bold;
  margin: 6px 0;
  display: block;
}
.page-contact .contact-phone-note,
.page-contact .contact-phone-hours {
  font-size: 12px;
  line-height: 1.4;
}

/* ガイド画像調整 */
.page_guide {
  text-align: center;
  margin: 0 0 30px;
}

/* フォーム周り */
.page-contact .contact-form-wrap form {
  background: #fff;
  padding: 40px 0 30px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.page-contact .contact-form-wrap .form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  border-bottom: solid 1px #ccc;
  padding:10px 0 20px;
}
.form-group-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
}
.form-group-item + p{
  width: 100%;
  display: block;
}
.required + p{
  display: none;
}
.page-contact .contact-form-wrap label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}
.page-contact .contact-form-wrap .required {
  background: #c00;
  color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

/* 入力 */
.page-contact .contact-form-wrap input[type="text"],
.page-contact .contact-form-wrap input[type="email"],
.page-contact .contact-form-wrap input[type="tel"],
.page-contact .contact-form-wrap textarea,
.page-contact .contact-form-wrap select {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
  background: #fff;
}
.page-contact .contact-form-wrap input:focus,
.page-contact .contact-form-wrap textarea:focus,
.page-contact .contact-form-wrap select:focus {
  border-color: #0068B7;
  box-shadow: 0 0 6px rgba(0,104,183,0.25);
  outline: none;
}

/* ラジオ */
.page-contact .contact-form-wrap .wpcf7-radio {
  display: block;
}
.page-contact .contact-form-wrap .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  position: relative;
  font-size: 14px;
}
.page-contact .contact-form-wrap .wpcf7-list-item input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.page-contact .contact-form-wrap .wpcf7-list-item input:checked {
  border-color: #0068B7;
}
.page-contact .contact-form-wrap .wpcf7-list-item input:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #0068B7;
  border-radius: 50%;
}
.page-contact .contact-form-wrap .wpcf7-list-item-label {
  vertical-align: middle;
  font-weight: normal;
}

/* 送信ボタン */
.form-action {
  margin-top: 10px;
}
.submit-btn {
  background: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  text-decoration: none;
  transition: background .2s, transform .1s;
}
.submit-btn .arrow {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  transform: translateX(2px);
}
.submit-btn:hover {
  background: #575757;
}
.submit-btn:active {
  transform: scale(0.98);
}
.submit_btn{
  margin: 40px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-contact-input .wpcf7-submit {
    width: 450px;
    height: 60px;
    background-image: url(../image/sub/btn_confirm.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.submit_btn02{
  margin: 40px auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.submit_btn02 .wpcf7-submit {
    width: 215px;
    height: 60px;
    background-image: url(../image/sub/btn_submit.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.submit_btn02 .wpcf7-previous {
    width: 215px;
    height: 60px;
    background-image: url(../image/sub/btn_back.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.wpcf7-spinner{
  display: none;
}
.submit_btn02 input {
  text-indent: -9999px; 
  overflow: hidden;
}
.submit_btn:hover{
  opacity: 0.8;
}
.submit_btn input {
  text-indent: -9999px; 
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .page-contact {
    padding: 40px 0 60px;
  }
  .page-contact .contact-hero {
    flex-direction: column;
    padding: 30px 0
  }
  .page-contact .contact-hero-txt {
    flex: none;
    margin-bottom: 20px;
  }
  .contact-hero-txt {
    font-size: 20px;
  }
  .page-contact .contact-hero-ttl {
    font-size: 18px;
  }
  .page-contact .contact-phone {
    width: 100%;
    box-sizing: border-box;
  }
  .page-contact .contact-form-wrap form {
    padding: 20px 0;
  }
  .form-group-item{
    margin-bottom: 10px;
  }
  .page-contact .contact-form-wrap .form-group{
    display: block;
    margin-bottom: 0;
  }
  .page-contact-input .wpcf7-submit {
    width: 450px;
    height: 85px;
    background-image: url(../image/sub/btn_confirm_sp.png);
  }
  .submit_btn02 .wpcf7-submit {
      width: 220px;
      height: 85px;
      background-image: url(../image/sub/btn_submit_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .submit_btn02 .wpcf7-previous {
      width: 220px;
      height: 85px;
      background-image: url(../image/sub/btn_back_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
}
.announce-child-block{
  margin-bottom: 40px;
}
.stockholders-child-block{
  margin-bottom: 40px;
}
.stockholders-child-block-link  a{
    margin: 0 auto 0;
    background: #0068B7;
    color: #fff;
    width: 150px;
    display: flex;
    position: relative;
    padding: 0 10px;
    align-items: center;
    border-radius: 5px;
    height: 35px;
    font-size: 16px;
    border: solid 2px #0068B7;
    transition: 0.2s;
}
.stockholders-child-block-link  a span{
	width: 15px;
    height: 15px;
    border-radius: 14px;
    position: absolute;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s;
}
.stockholders-child-block-link  span:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-top: solid 1px  #0068B7;
    border-right: solid 1px  #0068B7;
    right: calc(50% + 1px);
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
    transition: 0.2s;
}
.stockholders-child-block-link  a:hover{
    color: #0068B7;
    background: #fff;
}
.stockholders-child-block-link  a:hover span{
    background: #0068B7;
}
.stockholders-child-block-link   a:hover span:after {
    border-top: solid 1px  #fff;
    border-right: solid 1px  #fff;
}