header {
  width: 100%;
  margin: 0 auto;
}

.fixed {
  display: block;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #fff;
}

.nav-logo {
  padding: 15px 0;
  margin-left: 15px;
}




main {
  position: relative;
}
/* 
.mv-text {
  position: absolute;
  top: 35%;
  left: 10%;
} */
.dcp .mv-text {
  width: 90%;
  top: 5%;
  left: 5%;
}
.bnr_inner {
  width: 430px;
  background-color: #EA604B;
  display: flex;
  margin-right: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  padding: 20px 15px;
}
.bnr_inner p {
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  font-size: 2rem!important;
  font-family: 'Noto Sans JP', sans-serif!important;
}
.head-border {
  display: flex;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      align-items: center;
      color: #004ea2;
      font-size: 3.2rem;
      font-weight: bold;
}
.head-border::before, .head-border::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #004ea2;
}
.head-border::before {
  margin-right: 1rem;
}
.mgt-50 {
  margin-top: 50px;
}
.bnr_inner2 {
  width: 480px;
}
.dcp-mv_sub {
  
  margin-top: 10px;
}
.dcp-mv_sub .page-wrap {
  width: 100%;
}
.page-wrap_b {
  padding: 40px 50px!important;
}

.mv-text h1,
.mv-text p {
  color: #fff;
}

.mv-text h1 {
  font-size: 8rem;
}

.mv-text p {
  font-size: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.main-img img {
  vertical-align: bottom;
}
.top-mv .main-img{
  position:relative;
  min-height:72vh;
  overflow:hidden;
}
.top-mv .main-img img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
}


.top-mv .mv-text{
  position:absolute; left:7%; top:50%;
  transform:translateY(-44%);
  /* width:56%; max-width:920px; */
  z-index:1; color:#fff;
}
.top-mv .title{
  margin:0 0 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight:700;
  font-size: clamp(32px, 5.2vw, 68px);
  line-height:1.35;
  letter-spacing:.02em;
}
.top-mv .title span{
  display:block;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 5rem;
  font-weight: normal;
  text-decoration-thickness: 2px;
}

.mv-cta{
  display:flex; gap:24px; flex-wrap:wrap;
}
.btn-mv{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position:relative;
  display:flex; flex-direction:column;
  justify-content:center; align-items:center;
  text-decoration:none; color:#fff;
  min-width:320px; height:84px; padding:14px 56px 14px 28px;
  border-radius:999px;
  border:2px solid #fff;
  background:linear-gradient(90deg,#0f5cd6 0%, #34bdf2 100%);
}
.btn-mv strong{ font-size:18px; line-height:1.2; }
.btn-mv em{ font-style:normal; font-size:12px; opacity:.95; }
.btn-mv::after{
  content:"";
  position:absolute; right:22px; top:50%;
  transform:translateY(-50%);
  width:20px; height:20px;                  /* 원하는 크기 */
  background:url("../image/arrow.png") no-repeat center / 100% 100%;
}
.btn__arrow{
  position:absolute;
  right:22px; top:50%;
  transform:translateY(-50%);
  width:20px; height:20px;
  pointer-events:none; }

.nav {
  position: relative;
  width: 70px;
  margin-left: 20px;
}
.link-none {
  opacity: 0.3;
    cursor: unset;
    border-radius: 5px;
}
.link-none span {
  color: gray!important;
}
.hamburger-menu {
  width: 70px;
  height: 74px;
  position: absolute;
  right: 0;
  top: -13px;
  border: none;
  background: #004EA2;
  appearance: none;
  padding: 0;
  z-index: 99999;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.hamburger-menu__bar:first-child {
  top: 26px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 34px;
}

.hamburger-menu__bar:last-child {
  top: 42px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  /* background: rgba(255, 255, 255, 0.9); */
  background: #EDEDED;
  position: absolute;
  top: 72px;
  right: 0;
  width: 40%;
  height: 400px;
  z-index: 9999;

}

.navigation__list {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  list-style: none;
  top: 47.5%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  position: relative;
  /* zoom: 0.85; */
  /* padding: 0; */
  /* margin: 0; */
}

.nav-col {
  background-color: #004EA2 !important;
}

.nav-col span {
  color: #fff !important;
}

.nav-col span::after {
  background: url(../image/arrow.png) !important;
  position: absolute !important;
  top: 30px !important;
  right: 20px !important;
  content: "";
  width: 15px !important;
  height: 15px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.navigation__list-item {
  width: 44%;
  margin: 20px 10px 0px 10px;
  background-color: #fff;
  /* height: 50px; */
  color: #004EA2;
  border-radius: 5px;
  position: relative;
}

.navigation__list-item span::after {
  background: url(../image/arrow-b.png);
  position: absolute;
  top: 30px;
  right: 20px;
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navigation__list-item:first-child {
  /* border-top: solid 1px #78828F; */
}

.navigation__link {
  /* display: block; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  /* padding: 20px 0; */
  transition: .5s;

}

.navigation__link span {
  font-size: 1.3rem;
  letter-spacing: 0;
  /* line-height: 4; */
  padding: 20px 0;
  color: #004EA2;
}

.navigation__list li::after {
  position: relative;
  font-size: 1.1rem;
  bottom: -3px;
  /* top: -17px; */
  /* margin-top: -10px; */
  /* margin-bottom: 5px; */
  text-align: center;
  letter-spacing: 0.2rem;
  color: #0A385A;
}

.nav-flex {
  display: flex;
  flex-wrap: wrap;
}


.btn-b {
  background-color: #004EA2;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  display: flex;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn2-wrap {
  width: 356px;
  padding-top: 20px;
}
.btn2 {
  background-color: #00B9EF;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.btn-b p,
.btn2 p {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.title {
  line-height: 1;
  font-size: 7rem;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #004EA2;
}

.btn-b2 {
  background-color: #00B9EF;
  /* margin-left: 10px; */
}

.arrow {
  margin-left: 10px;
}

.btn .arrow:first-child {
  margin-right: 10px;
  margin-left: 0;
}

.bg-img {
  background: url(../image/bg-img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruitment .bg-img {
 
  background-attachment: fixed;
}

.dcp_bg {
  background: url(../image/dcp_bg-img2pc.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.re_btn {
  width: 310px!important;
  /* margin: 0 auto; */
  margin: 20px 0;
}
.re_btn p {
  margin-bottom: 0!important;
}

.sub-title {
  margin-bottom: 60px;
  color: #004EA2;
}

.ct-mb {
  padding-bottom: 100px;
}
.ct-mb2 {
  margin-bottom: 100px;
}
.ct-text {
  margin: 50px 0;
}

.btn-wrap {
  width: 352px;
}

.btn {
  /* width: 352px; */
  background-color: #004EA2;
  text-align: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.btn p {
  padding: 20px 0;
  color: #fff;
}
.btn2 p {
  padding: 10px 0;
}

.account-wrap {
  width: 47%;
  background: #fff;
  border: 2px solid #004EA2;
  border-radius: 10px;
  padding: 100px 0;
}

.between .btn,
.info .btn {
  margin: 0 auto;
  margin-top: 70px;
}

.acw-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 20px 0;
}

.info {
  background: #fff;
  padding: 60px 100px;
}

.info .sub-title {
  margin-bottom: 30px;
}

.info-list-group {
  margin-top: 10px;
  border-bottom: 1px solid #bbb;
  /* padding-bottom: 10px; */
}

.info-home_list {
  /* max-width: 700px; */
  margin: 0 auto;
  text-align: left;
}

.info-home_list .info-latest_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
}

.info-home_list .info-latest_date,
.info-home_list .info-latest_tags {
  margin: 0;
}

.info-home_list .info-latest_title {
  flex-basis: 100%;
}

@media screen and (max-width: 1000px) {
  .info-home_list .info-latest_item {
    display: block;
  }
  .info-home_list .info-latest_date,
  .info-home_list .info-latest_tags {
  margin: 8px 0;
  gap: 6px;
}
}
.bnr_inner {
  transition: .3s all linear;
}
.bnr_inner:hover {
  background-color: #fff;
  border: 1px solid #EA604B;
}
.bnr_inner:hover p {
  color: #EA604B;
}
.bnr_inner:hover img.mail {
  content: url(../image/mail_2.png);
}
.bnr_inner:hover img.arrow_c {
  content: url(../image/arrow_forward.png);
}
.btn:hover img.arrow_b {
  content: url(../image/arrow.png);
}
.btn-b:hover img.arrow {
  content: url(../image/arrow-b.png);
}
.btn-b,
.bnr_inner {
  border: 1px solid transparent;
}

.btn-b:hover {
  border: 1px solid #004EA2;
}
.btn-b2 {
  border: 1px solid transparent;
  margin-right: 5px;
}
.btn-b2:hover img.arrow {
  content: url(../image/arrow_3.png);
}
.btn-b:hover {
  background-color: #fff;
}
.btn-b:hover p {
  color: #004EA2;
}
.btn-b2:hover {
  background-color: #fff;
  border: 1px solid #00B9EF;
}
.btn-b2:hover p {
  color: #00B9EF;
}
.btn-b, .btn-b2 {
  transition: .3s all linear;
}
.dcp_merit-btn .btn {
  border: 1px solid transparent;
}
.dcp_merit-btn .btn:hover {
  background-color: #004EA2;
  color: #fff;
  border: 1px solid #fff;
}
.dcp_merit-btn .btn:hover p {
  color: #fff;
}

.info-img {
  display: block;
  width: 100%;
  height: 350px;
  aspect-ratio: 16 / 9;
  margin: 50px 0;
  margin-bottom: 80px;
  max-width: 1200px;
  /* padding-top: 56.25%;  */
  background-image: url('../image/information_pc.png');
  background-size: contain;
  background-position: center;
  transition: background-image 0.3s ease;
}

.info-img:hover {
  background-image: url('../image/information_pc-hover.png');
}
.preview-info {
  margin-bottom: 10px;
}

.preview-img-thumbnail {
  display: none;
}

.preview-info span::before {
  content: url(../image/date-icon.png);
  width: 5px !important;
  height: 5px !important;
  margin-right: 5px;
}

#index-cms-wrap .info_list li {
  display: block !important;
}

.preview-info {
  display: block !important;
}

#index-cms-wrap .td-preview {
  color: #004EA2;
  font-weight: bold;
}

.article {
  margin-top: 30px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 30px;
}

.article-title {
  color: #004EA2;
  font-weight: bold;
  font-size: 1.7rem;
}

.article-text {
  color: #BBBBBB;
}

.company {
  background: #004EA2;
}

.company-ct {
  position: relative;
  left: 10%;
}

.company-txt {
  font-size: 5rem;
}


.col-2 {
  color: #fff;
}

.company .btn {
  background: #fff;

}

.company .btn p {
  color: #004EA2;
}

.py {
  color: #004EA2;
  padding: 50px 0;
}

.py .wrapper {
  width: 60%;
}

.py a {
  color: #004EA2;
  margin-right: 30px;
  text-decoration: underline;
  text-decoration-color: #004EA2;
}

.copyright {
  background: #004EA2;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
}


/* ---------------------------------------
policy
--------------------------------------- */

.page-wrap {
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 50px;
}
.page-wrap h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: .2rem;
  margin-bottom: 100px;
}
.page-wrap h3 {
  margin-top: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.flex-py {
  display: flex;
align-items: baseline;
}

.pt100 {
  padding-top: 100px;
}
.mgt50 {
  margin-top: 50px;
}
.py-b h4 {
  margin-bottom: 20px;
}
.py-text {
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.py-icon h3 {
  position: relative;
}
.py-icon h3::before {
  background: url(../image/py-icon.png);
  content: "";
  position: relative;
  width: 30px;
  height: 35px;
  display: inline-block;
  top: 10px;
  background-repeat: no-repeat;
  left: 0;
  background-size: contain;
}
.icon-b {
  position: relative;
}
.icon-b::before {
  background: url(../image/py-icon2.png);
  content: "";
  position: relative;
  width: 30px;
  height: 35px;
  display: inline-block;
  top: 10px;
  background-repeat: no-repeat;
  left: 0;
  background-size: contain;
}
/* .policy .th-contents {
  background: #fff;
  color: #ff701e;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.policy .th-contents::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}
.policy .th-contents:hover {
  transform: skewY(-10deg) scale(1, 1);
} */
.content-block {
  background-color: rgba(249, 249, 249, 1);
  margin-top: 20px;
}
.content-block h4 {
  font-size: 18px;
  padding: 25px 25px 0 25px;
  padding-top: 25px;
  font-weight: normal;
  font-weight: 700;
  color: #004EA2;      
  display: inline-block;  
  margin-bottom: 10px;
}
.content-block p {
  font-size: 14px;
  padding-bottom: 25px;
  padding: 0 25px 25px 25px;
  color: #333;
}
/* .text4 {
  line-height: 1.2;
}
.text4-1 span {
  font-size: 2.4rem;
  margin-left: 5px;
} */
.msg__sign{
  margin-top:36px;
  text-align:right;
  color:#004EA2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.msg__company{
  font-size:14px;
  margin-bottom:6px;
  color:#004EA2;
}
.msg__rep{
  font-size:22px;
  font-weight:700;
}
.msg__rep span{
  font-size:14px;
  font-weight:600;
  margin-right:10px;
  color:#004EA2;
}
.policy-btn {
  background-color: #004EA2;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* font-weight: bold; */
  color: #fff;
  /* background: transparent; */
  border: 1px solid #004EA2;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
}
.policy-btn::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  /* border-right: 1px solid transparent; */
  border-bottom: 80px solid #004EA2;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.policy-btn:hover {
  color: #004EA2; 
  background-color: #fff;
}
.policy-btn:hover::before {
  /* transform: translateX(0); */
}
.py-btn-text {
  margin: 10px 0;
  font-size: 1.5rem;
}
.policy .nav-flex {
  justify-content: center;
  align-items: center;
}
.py-btn {
  padding: 30px 0 60px 0;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.policy-btn:hover .dli-chevron-down {
  color: #004EA2;
}

/* company */
.mg-t {
  position: absolute;
  bottom: -50%;
  transform: translate(-0%, 50%);
  /* position: absolute;
  margin-top: -505px; */

}
.pb-b {
  padding-bottom: 400px;
}
.pd-t {
  padding-top: 320px;
}
.overview {
  padding-bottom: 0;
  
}
.overview .page-wrap h3 {
  margin-top: 15px;
}

.reason-wrap {
  margin-bottom: 50px;
}
.reason-wrap .th-contents {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 30%;
  min-height: 400px;
  margin-right: 3%;
}
.reason-wrap_ct {
  padding: 90px 30px 40px 30px;
  position: relative;
}
.reason-wrap_ct img {
margin: 50px 0 20px 0;
}
.reason-wrap_ct .title {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 10rem;
}
.dcp_contents .reason-wrap_ct .title {
color: #99B8DA!important;
}

.dcp_contents .reason-wrap .th-contents {
  /* border: 1px solid #fff; */
  border-radius: 5px;
  background-color: #fff;
  width: 30%;
  min-height: 300px;
  margin-right: 3%;
}
.dcp_contents .reason-wrap_ct {
  padding: 50px 30px 30px 30px;
  position: relative;
}

.dcp .py-icon {
  height: 300px;
}
.dcp .py-icon h3 {
  font-size: 1.8rem;
}
.dcp .page-wrap h4 {
  margin-bottom: 20px;
}
.dcp_py-icon {
  padding: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dcp_py-icon h3 {
  margin-bottom: 20px;
}
.flow-wrap {
  padding: 30px 0;
}
.dcp_info {
  padding-top: 50px;
  padding-bottom: 100px;
}

.dcp_number-wrap_flex {
  justify-content: left;
}
.dcp_contents-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 3.5rem;
  /* padding-top: 60px; */
  border-bottom: 1px solid;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dcp_contents-title2 {
  padding-top: 120px;
  margin-bottom: 25px;
  font-size: 3.5rem;
  border-bottom: 1px solid;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.consultation_Ct h4 {
  margin-bottom: 20px!important;
}
.dcp_main {
  background-image: url(../image/dcp_bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dcp main {
   /* height: 140vh; */
   margin: auto;
   max-height: 100%;
   max-width: 100%;
   object-fit: cover;
   width: 100%;
}
.dcp-mv_sub {
  position: relative;
  margin-top: -360px;
}
.dcp_main .mv-text2 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.dcp-mv_sub p {
  line-height: 1.2!important;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif!important;
  color: #333!important;
}

.dcp_mv_bnr {
  padding: 30px 0;
  width: 100%;
  /* margin-left: -10%; */
   margin-bottom: 300px;
}
.dcp_number {
  /* width: 210px; */
  width: 75px;
  text-align: left;
  margin-right: 10px;
   flex-shrink: 0;
  /* margin-right: 10px; */
}
.dcp_number img {
  /* width: 210px; */
  height: 60px;
}
.dcp_number-wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  padding-top: 50px;
}
.dcp_number-wrap1 {
  border-bottom: none;
}
.flex-start {
  display: flex;
    align-items: flex-start;
}

.flex_p {
  display: flex;
      flex-wrap: wrap;
      gap: 30px;
}
.p_flex {
 padding-top: 40px;
  width: calc((100% - 30px * 2) / 3);
}
.seminar_ct .p_flex {
  padding-top: 0;
  margin-top: 40px;
}
.document_ct .p_flex {
  padding-top: 0;
  margin-top: 40px;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  /* border: 1px solid #DDD; */
}
.qa-list dl:first-child {
margin-top: 0;
}


 .qa-list dl::after {
  position: absolute;
  top: 16px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '＋';
  font-size: 2rem;
  color: #006BCB;
  /* transform: rotate(135deg); */

  /* border-top: 2px solid #006BCB;
  border-right: 2px solid #006BCB; */
} 
.qa-list .open::after {
  transform: rotate(-180deg);
  color: #006BCB;
  border-top: none;
  border-right: none;
  content: "×";
  margin-top: 20px;
  margin-left: 10px;
  right: 15px;
}
.qa-list .open dt {
  border-radius: 10px 10px 0  0;
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 80px;
  /* font-weight: bold; */
  background: #fff;
  border-radius: 10px;
  color: #5E6282;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 30px;
  border-radius: 9px;
  display: block;
  content: 'Q';
  color: #fff;
  padding: 6px 8px;
  font-family: 'Prompt';
  background-color: #006BCB;
}
.faq {
  font-family: 'Prompt';
  font-size: 4rem;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 30px;
  border-radius: 9px;
  display: block;
  content: 'A';
  /* font-weight: bold; */
  color: #fff;
  padding: 6px 8px;
  font-family: 'Prompt';
  background-color: #EA604B;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 0 20px 20px 80px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  color: #5E6282;
}
.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
.d5 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bnr_text {
  text-align: center;
  letter-spacing: 0;
  color: #EA604B;
  font-weight: bold;
  width: 90%;
  font-size: 2.4rem;
  margin-bottom: -15px;
}
.bnr_text span {
  font-size: 3.8rem;
  font-weight: bold;
}
.dcp_merit-btn {
  padding-top: 60px;

}
.dcp_merit-btn .btn {
  background-color: #fff;
  width: 352px;
  transition: .3s all linear;
}

.dcp_merit-btn .btn p {
  color: #004EA2;
  padding: 30px;
}
.dcp_merit-btn .btn-wrap a {
  margin-left: 20px;
}
.flex_nv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.flex_nv .btn-b {
  width: 190px;
  justify-content: space-between;
  border-radius: 6px;
}
.navi_list {
  list-style-type: none;
  font-size: 14px;
}

.navi_list a {
  color: #004EA2;
  font-weight: 600;
}
.navi_list a {
  position: relative;
  text-decoration: none; 
  color: #004EA2; 
}

.navi_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; 
  width: 100%;
  height: 2px;
  background-color: #004EA2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.navi_list a:hover::after {
  transform: scaleX(1); 
}
.tab-button {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  cursor: pointer;
}
.tab-button .is-active {
  background: #004EA2;
  border: 2px solid #004EA2;
  color: #fff;
  border-radius: 10px;
}

.tab {
  width: calc(85% / 3);
  border: 1px solid #004EA2;
  padding: 8px;
  color: #004EA2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  border-radius: 10px;
  padding: 15px;
}
.q_wrap {

  text-align: center;
  position: relative;
  /* padding: 5px 160px; */
  padding: 5px 0;
 
}
.q_wrap span {
  color: #ed7700;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tab::after {
  content: "";
  /* position: absolute;
  top: 8px;
  right: 5px; */
  width: 15px;
  height: 15px;
  position: absolute;
  top: 38%;
  
  right: 5%;
  /* transform: translate(-50%, -50%); */
  border: 0.1em solid currentColor;
  box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
}
.content {
  display: none;
  padding: 8px;
  text-align: left;
}
.content.is-display {
  display: block;
  height: auto;
}

.recruitment .page-wrap h3 {
  margin-top: 0;
  width: 30%;
  font-size: 1.8rem;
}
.recruitment .page-wrap h2 {
  font-size: 2.4rem;
  margin-top: 50px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.recruitment .page-wrap p {
  margin-top: 0;
  width: 60%;
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 2.6;
}
.py-icon_inner {
  width: 60%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 3px;
  font-size: 1.4rem;
}
.recruitment .page-wrap {
  padding: 40px 30px;
}
.flex-align-left {
  display: flex;
  justify-content: center;
  align-items: start;
}
.recruitment .py-icon {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 50px;
}
.contents_b {
  width: 40%;
  margin-right: 20px;
}
.contents_b:last-child {
  margin-right: 0;
}
.py-btn2 .py-btn-text {
  text-align: center;
}
.flex_b {
  display: flex;
  justify-content: center;
  align-items: center;
}
.py-btn2 .policy-btn {
  border-radius: 10px;
}
.py-btn2 .policy-btn .btn p {
  padding: 20px 0;
}
.py-btn2 .policy-btn .btn {
  background-color: #fff;
  transition: .3s all linear;
}
.seminar_ct-btn .btn {
  transition: .3s all linear;
}
.py-btn2 .policy-btn .btn p {
  color: #004EA2;
}
/* #btn_s-wrap .btn {
  background-color: #004EA2;
}
#btn_s-text {
  color: #fff;
} */
.btn_s-wrap .btn:hover {
  background-color: #004EA2!important;
}
.btn_s-wrap:hover .btn_s-text {
  color: #fff!important;
}
.btn_s-wrap:hover img.arrow {
  content: url(../image/arrow.png);
}
.seminar_ct-btn .btn:hover {
  background-color: #fff;
  border: 1px solid #004EA2;
}
.seminar_ct-btn .btn:hover .seminar_ct-btn_text {
  color: #004EA2!important;
}
.seminar_ct-btn:hover img.arrow {
  content: url(../image/arrow-b.png);
}
.seminar_ct h4 {
  font-family: "Times New Roman", YuMincho, "游明朝", serif;
    color: #004EA2;
}
.txt_line {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #004EA2;
}
.seminar_ct .p_flex {
  border-radius: 10px;
}
.seminar_ct .p_flex img {
  border-radius: 10px 10px 0 0; 
}
.seminar_ct_inner {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  /* white-space: nowrap; */
  border-radius: 0 0 10px 10px;
}
.seminar_ct_inner .btn img,
.seminar_ct-btn img {
  height: auto!important;
}
.seminar_ct .p_flex img {
  vertical-align: bottom;
  height: 200px;
}
.seminar_ct-btn_text img {
  height: auto;
}
.seminar_ct_inner h5 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.seminar_ct_inner-text {
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.seminar_ct_inner .btn {
  background-color: #00B9EF;
  width: 80%;
  margin: 0 auto;
}
.seminar_ct_inner .btn p {
  letter-spacing: 1px;
}
.seminar_ct_inner .btn:hover {
  background-color: #fff;
}
.ellipsis-one-line {
  overflow: hidden;         
  text-overflow: ellipsis;   
  white-space: nowrap;      
}
.ellipsis-one-line2 {
  display: -webkit-box;             
  -webkit-box-orient: vertical;      
  overflow: hidden;                  
  text-overflow: ellipsis; 
  -webkit-line-clamp: 2;            
}
.pdt3 {
  margin-top: 100px;
}

.seminar_ct-btn p {
  letter-spacing: 1px;
  line-height: 1.5;
}
.s-btn_text {
  font-size: 3rem;
}
.nav2 {

  background-color: rgba(238, 246, 249, 0.7);
}
.nav2_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav2_wrap li {
  padding: 15px 0;
}
.document_bnr {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #004EA2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.document_bnr_inner1 {
  width: 35%;
}
.document_bnr_inner1 img {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 40px;
}
.document_bnr_inner2 {
  width: 65%;
}
.document_bnr_inner2-text {
  color: #004EA2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.document_bnr-btn a {
  width: 48%;
}
.document_bnr-btn {
  padding-right: 30px;
}
.between_b {
  display: flex;
  justify-content: space-between;
}

.document_ct-inner {
  height: 60px;
}
.contents_sd {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.between_c {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.btn-b3 {
  margin-top: 30px;
  width: 60%;
}

.btn-b4 {
  margin: 0 auto;
  width: 30%;
  text-align: center;
  margin-top: 30px;
}
.btn-b4 p {
  padding: 10px 0;
}
.btn-b3 p {
  padding: 10px 0;
}
.sd_text {
  margin-bottom: 20px;
}
.sd_text2 {
  line-height: 2.5;
}
.w-40 {
  width: 40%;
}
.w-57 {
  width: 57%;
}
.contents_sd h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
.table_wrap {
  margin-top: 40px;
}
.entry-detail{ max-width:960px; margin:24px auto; font-family:"Noto Sans JP",sans-serif; }
.detail__bar{
   height:52px; display:flex; align-items:center; justify-content:flex-end;
  padding:0 12px; border-radius:8px 8px 0 0;
}
.print-btn{
  display:inline-flex; align-items:center; 
  background:#004EA2; color:#fff; text-decoration:none;
  height:36px; padding:0 20px; border-radius:5px;  font-size:14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
.print-btn__icon{ width:16px; height:16px; display:block; }


.info-table{ 
  width:100%; 
  border-collapse:separate; 
  border-spacing:0; table-layout:fixed; 
  overflow:hidden; }

.info-table th, .info-table td{ padding:16px; vertical-align:top; line-height:1.8;  border-bottom: 1px solid #f0f0f0;}
.info-table th{
  width:300px; background:#d9d9d9; color:#004EA2; text-align:center; font-weight: normal;    vertical-align: middle;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.info-table td{ background:#fff; color:#333; }
.info-table tr:last-child th, .info-table tr:last-child td{ border-bottom:none; }


/* .th-link{ color:#004EA2; text-decoration:underline; } */


@media (min-width: 1250px) and (max-width: 1380px){
  .flex_nv {
    gap: 12px;
}
.nav-logo img {
  width: 150px;
}
}

@media (min-width: 1197px) and (max-width: 1250px){
  .flex_nv {
      gap: 9px;
  }
  .nav-logo {
    margin-left: 10px;
  }
  .nav-logo img {
    width: 130px;
  }
  /* .navi_list {
    font-size: 12px;
  }
  .btn-b p, .btn2 p {
    font-size: 12px;
  }
  .btn-b, .btn2 {
    padding: 10px 5px;
  } */
}
@media (min-width: 1000px) and (max-width: 1197px){
  .flex_nv {
    gap: 8px;
}
.nav-logo img {
  width: 100px;
}
.nav-logo {
  margin-left: 0;
}
  .navi_list {
    font-size: 12px;
  }
  .btn-b p, .btn2 p {
    font-size: 12px;
  }
  .btn-b, .btn2 {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1000px) {

  header .between {
    display: flex;
    justify-content: space-between;
  }

  .mv-text h1 {
    font-size: 5rem;
    text-align: left;
  }

  .mv-text p {
    font-size: 1.8rem;
  }

  .mv-text {
    top: 45%;
    left: 5%;
  }

  .hamburger-menu {
    top: -30px;
    width: 60px;
    height: 60px;
  }

  .hamburger-menu__bar {
    width: 50%;
  }

  .navigation {
    width: 100%;
    top: 60px;
    height: 275px;
  }

  .navigation__list {
    left: 51%;
    zoom: 0.8;
    /* top: 35%; */
  }

  .navigation__link span {
    font-size: 1.2rem;
  }

  .hamburger-menu__bar:first-child {
    top: 22px;
  }

  .hamburger-menu__bar:nth-child(2) {
    top: 30px;
  }

  .hamburger-menu__bar:last-child {
    top: 38px;
  }

  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }

  .navigation__link {
    padding: 0 10px;
  }

  .navigation__list-item {
    width: 47%;
    margin: 20px 5px 0 4px;
  }

  .navigation__list-item span::after {
    right: 10px;

  }

  .navigation__list-item span::after {
    width: 12px;
    height: 12px;
    top: 27px;
    right: 7px;
  }

  .nav-col span::after {
    top: 27px !important;
    right: 7px !important;
    width: 12px !important;
    height: 12px !important;
  }

  .title {
    font-size: 5rem;
    text-align: center;
  }
  .top-mv .mv-text {
    left: 8%;
  }
  .top-mv .mv-text {
    top: 60%;
  }
  .top-mv .title span{
    font-size: 2.5rem;
    font-weight: normal;
  }
  .btn-mv {
   width: 90%;
   height: 60px;
   padding: 14px 56px 14px 28px;
  }
  .mv-cta {
    gap: 10px;
  }
  .btn-mv strong {
    font-size: 16px;
  }

  .sub-title {
    margin-bottom: 30px;
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  .nav {
    margin-left: 0
  }

  .ct-text {
    margin: 30px 0;
  }

  .account-wrap {
    width: 100%;
    padding: 50px 0;
  }

  .between .btn {
    margin-top: 20px;
    width: 90%;
  }

  .info {
    padding: 30px 20px;
  }

  .info .title {
    font-size: 5rem;
  }

  #index-cms-wrap .info_list {
    padding: 0;
  }

  #index-cms-wrap .location span {
    font-size: 1.3rem;
  }

  #index-cms-wrap .link-preview {
    font-size: 1.4rem;
  }

  .info .btn {
    margin-top: 30px;
  }

  .company-ct {
    left: 0;
  }

  .company-txt {
    font-size: 4rem;
  }

  .py .wrapper {
    width: 90%;
  }

  .mg-b {
    margin-bottom: 40px;
  }

  .py .flex {
    display: flex;
    justify-content: center;
  }

  .py a {
    margin-right: 15px;
  }

  .py p {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .info-img {
    display: none;
  }

  .sp-btn-wrap {
    width: 100%;
    zoom: 0.8;
    position: fixed;
    z-index: 5;
    bottom: 0;
    background-color: #EDEDED;
    position: relative;
    padding: 20px 0;
  }

  .sp-btn-wrap span {
    font-size: 1.1rem;
    padding: 15px 0;
    letter-spacing: 0;
  }

  .sp-btn {
    width: 32%;
  }

  .sp-btn img {
    margin-right: 5px;
  }

  .sp-btn .between {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .sp-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .sp-btn-a {
    /* width: 20%; */
    position: relative;
    background-color: #fff;
    border: 2px solid #004EA2;
    border-radius: 5px;
    margin: 0 1%;
  }

  .sp-btn-a a {
    color: #004EA2;
  }

  .sp-btn-b {
    /* width: 35%; */
    background-color: #004EA2;
    color: #fff;
    border-radius: 5px;
    position: relative;
  }

  .sp-btn-c {
    /* width: 39%; */
    background-color: #004EA2;
    color: #fff;
    border-radius: 5px;
    margin: 0 1%;
  }

  .sp-btn-wrap.scroll {
    position: fixed;
    /* background: #EEE; */
    animation-name: anime;
    animation-duration: 0.3s;
    display: block;
  }

  @keyframes anime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .copyright {
    zoom: 0.8;
    margin-bottom: 100px;
  }

  .recruitment .bg-img {
    width: 100vw;
  
  }

  .page-wrap{
    /* padding: 70px 20px; */
  }
  .page-wrap h4 {
    margin-bottom: 50px;
  }
  .page-wrap h3 {
    font-size: 1.9rem;
  }

.py-btn .w-80 {
  width: 100%;
}
.policy-btn {
  margin-bottom: 10px;
}
.pd-t {
  padding-top: 500px;
}
.mg-t {
  /* position: absolute;
  bottom: -50%;
  transform: translate(-0%, 50%); */
  position: absolute;
  margin-top: -505px;

}
.pb-b {
  padding-bottom: 550px;
}
.reason-wrap .th-contents {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.reason-wrap .th-contents {
  min-height: 300px;
}
.reason-wrap {
  margin-bottom: 0;
}
.reason-wrap_ct img {
  margin: 30px 0 15px 0;
}
.reason-wrap_ct .title {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 8rem;
}
.reason-wrap_ct {
  padding: 70px 30px 40px 30px;
}
.dcp_contents .reason-wrap .th-contents {
  width: 100%;
}
.dcp .py-icon {
  height: auto;
  margin-bottom: 30px;
}
.dcp-title{
  font-size: 4.6rem;
}
.dcp .mgb-50,
.consultation .mgb-50 {
  margin-bottom: 20px;
}
.dcp_contents-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.dcp .page-wrap h4,
.consultation h4 {
  margin-bottom: 30px;
}
.btn2-wrap,
.btn-wrap {
  width: 100%;
}

.dcp_main .mv-text2 {
  padding: 0;
}
.bnr_inner {
  width: 100%;
}
.bnr_inner2 {
  width: 100%;
  margin-top: 20px;
}
.dcp_contents .flex_p {
  display: block;
}

.dcp_contents .p_flex {
  width: 100%;
  padding-top: 40px;
}
.flow_sp {
  margin-bottom: 40px;
}
.flex_p {
  gap: 15px;
}
.p_flex {
  padding-top: 10px;
  width: calc((100% - 15px * 1) / 2);
}

.dcp .w-80 {
  width: 100%!important;
}
.dcp_contents-title2 {
  padding-top: 60px;
}
.dcp_main {
  background-image: url(../image/dcp_bg-img_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.dcp_mv_bnr {
  margin-bottom: 0;
  padding-bottom: 300px;
}
.dcp_contents-title {
  padding-top: 0;
}
.head-border {
  font-size: 1.8rem;
}
.dcp_py-icon {
  padding: 0;
}
.dcp .py-icon h3 {
  font-size: 1.6rem;
}
.dcp_contents-title2 {
  font-size: 2rem;
  padding-top: 30px;
}
.dcp-mv_sub .page-wrap {
  padding: 30px 20px;
}
.dcp-mv_sub .page-wrap p {
  text-align: left;
}
.dcp-mv_sub .page-wrap h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.dcp_contents-title {
  font-size: 2rem;
}
.dcp_merit-btn .btn p {
  font-size: 1.6rem;
  padding: 20px;
}
.dcp_number-wrap p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.dcp_info {
  padding-top: 0;
  padding-bottom: 50px;
}
.dcp_main .bnr_inner {
  font-size: 1.8rem!important;
}
.dcp-mv_sub p  {
  font-size: 1.4rem;
  line-height: 1.8!important;
}
.mv-text2 .bnr_inner p {
  font-size: 1.6rem!important;
} 
.bnr_text {
  width: 100%;
  margin-bottom: 0;
}
.bnr_text span {
  font-size: 2.8rem;
  font-weight: bold;
}
.bnr_text {
  font-size: 1.8rem;
}
.dcp_mv_bnr {
  padding-top: 0;
}
.page-wrap_b {
  padding: 40px 20px!important;
}
.d5 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 10px 0;
}
.dcp_merit-btn {
  padding-top: 30px;
}
.dcp_merit-btn .btn {
  width: 100%;
}
.sp_fs14 {
  font-size: 1.4rem;
}
.tab-button {
  display: block;
}
.tab {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.recruitment .page-wrap h2 {
  font-size: 1.9rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.recruitment .page-wrap {
  padding: 20px 5px;
}
.recruitment .flex-align-left {
  display: block;
}
.recruitment .page-wrap h3 {
  width: 100%;
}
.py-icon_inner {
  width: 100%;
}
.re_btn {
  width: 100%!important;
}
.re_btn .arrow {
  margin-left: 0;
  margin-right: 10px;
}
.recruitment .page-wrap p {
  width: 100%;
  line-height: 2.2;
}
.recruitment .py-icon {
  margin-top: 30px;
}
.contents_b {
  width: 100%;
  margin-right: 0;
}
.seminar_ct .p_flex {
  width: 100%;
}
.document_ct .p_flex {
  width: 100%;
}
.seminar_ct_inner h5 {
  font-size: 1.6rem;
}
.s-btn_text {
  font-size: 2.4rem;
}

.ft-icon {
  position: relative;
}
.ft-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.ft-icon1:before {
  background: url("../image/ft-icon1.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
}
.ft-icon2:before {
  width: 24px;
  height: 24px;
  background: url("../image/ft-icon2.svg") no-repeat center/contain;
}
.ft-icon3:before {
  width: 24px;
  height: 24px;
  background: url("../image/ft-icon3.svg") no-repeat center/contain;
}
.py-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-block h4 {
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
}
.content-block p {
  padding: 0 20px 20px 20px;
}
.between_b {
  display: block;
}
.document_bnr {
  display: block;
  width: 100%;;
}
.document_bnr_inner1,
.document_bnr_inner2 {
  width: 100%;
}
.document_bnr_inner1 img {
  padding: 70px;
  padding-bottom: 20px;
}
.document_bnr_inner2-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.document_bnr-btn:last-child {
  margin-right: none!important;

}
.document_bnr_inner2-text {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 30px;
}
.document_bnr-btn {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-right: 0;
}
.document_bnr-btn .btn {
  width: 100%;
  margin-bottom: 10px;
}
.document_bnr-btn p {
  padding: 5px 0;
}
.between_c {
  display: block;
}
.w-40, .w-57 {
  width: 100%;
}
.w-57 {
  margin-top: 20px;
}
.sd_text {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.info-table th {
  width: 130px;
  font-size: 1.5rem;
}
.info-table td {
  font-size: 1.3rem;
}
.info-table th, .info-table td {
  padding: 10px;
}
.detail__bar span {
  font-size: 1.4rem;
}
.contents_sd h3 {
  font-size: 1.7rem;
}
.contents_sd{ 
  padding: 20px 0;
}
.btn-b4 {
  width: 80%;
}
.btn-b3 {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

}

/* ===== Information (news list) ===== */
.info-hero {
  text-align: left;
  padding-bottom: 90px;
}

.info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.info-tag {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #004EA2;
  border-radius: 999px;
  background: #fff;
  color: #004EA2;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.info-tag.is-active,
.info-tag:hover {
  background: #004EA2;
  color: #fff;
}

.info-list {
  background: #fff;
  border-radius: 16px;
  padding: 0 16px 0 16px;
}

.info-list.is-empty {
  background: none;
  padding: 40px 16px;
  border-radius: 0;
}

.info-list_empty {
  color: #999;
  font-size: 1.3rem;
  text-align: center;
}

.info-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 8px;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}

.info-card:last-child {
  border-bottom: none;
}

.info-card_body {
  flex: 1;
  min-width: 0;
}

.info-card_meta {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  /* margin-bottom: 14px; */
}

.info-card_meta .info-card_date {
  margin-right: 12px;
}

.info-card_meta .info-card_tag + .info-card_tag {
  margin-left: 6px;
}

.info-card_date,
.info-latest_date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #231815;
  font-family: 'Prompt';
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}

.info-card_date img {
  width: 13px;
  height: 13px;
}

.info-card_tag {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #004EA2;
  border-radius: 32px;
  color: #004EA2;
  font-size: 1.1rem;
  line-height: 1;
  margin: 10px 0;
  letter-spacing: 0;
}

.info-card_title {
  margin-bottom: 10px;
  color: #004EA2;
  font-size: 1.6rem;
  font-weight: 700;
}

.info-card_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow-wrap: break-word;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.8;
}

.info-card_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #00B9EF;
  transition: background .2s;
}

.info-card_arrow .arrow {
  margin-left: 0;
}

.info-card:hover .info-card_arrow {
  background: #C7ECF7;
}

@media screen and (max-width: 1000px) {
  .info-tags {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 30px;
  }
  .info-card_tag {
    margin: 8px 0;
  }
  .info-card_meta {
    display: block;
  }
  .info-tag {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
.info-card_meta .info-card_tag + .info-card_tag {
  margin-left: 3px;
}
  .info-card {
    gap: 16px;
    padding: 24px 0;
  }

  .info-card_title {
    font-size: 1.5rem;
  }

  .info-card_arrow {
    width: 36px;
    height: 36px;
  }
.info-hero .title,
.info-hero .sub-title {
  text-align: left;
}
.info-hero {
  padding-bottom: 50px;
}
.info-card_date, .info-latest_date {
  font-size: 1.3rem;
}
}

/* ===== Information layout (main list + sidebar) ===== */
.info-layout {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.info-main {
  flex: 1;
  min-width: 0;
}

.info-sidebar {
  flex: 0 0 320px;
  width: 320px;
}

.info-widget {
  margin-bottom: 25px;
  padding: 30px 16px;
  background: #fff;
  border-radius: 16px;
}

.info-widget_title {
  margin-bottom: 16px;
  color: #004EA2;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
}

.info-category,
.info-archive {
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.info-category_item {
     padding: 8px 15px 8px 8px;
}
.info-archive_year {
  padding: 8px 15px 8px 20px;
}
.info-category_item,
.info-archive_year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  border: none;
  /* border-bottom: 1px solid rgba(255, 255, 255, .25); */
  background: #004EA2;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}
.info-category_item span,
.info-archive_year span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.info-category_item .info-chevron,
.info-archive_year .info-chevron {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform .2s;
}

.info-archive_year.is-open .info-chevron,
.info-category_item.is-open .info-chevron {
  transform: rotate(-135deg);
}

.info-archive_months,
.info-category_articles {
  display: none;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}

.info-archive_year.is-open + .info-archive_months,
.info-category_item.is-open + .info-category_articles {
  display: block;
}

.info-category_articles .info-latest_item {
  padding: 16px;
}

.info-category_articles .info-latest_item:first-child {
  padding-top: 16px;
}

.info-category_empty {
  display: block;
  padding: 16px 20px;
  color: #999;
  font-size: 1.2rem;
}

.info-archive_months .info-archive_month {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  background: none;
  color: #231815;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.info-archive span {
  letter-spacing: 0;
}

.info-archive_months .info-archive_month:last-child {
  border-bottom: none;
}

.info-archive_months .info-archive_month:hover,
.info-archive_months .info-archive_month.is-active {
  background: #F5F7F7;
}

.info-archive_months img {
  width: 13px;
  height: 13px;
}

.info-latest_item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
  color: inherit;
  text-decoration: none;
}

.info-latest_item:first-of-type {
  padding-top: 0;
}

.info-latest_item:last-child {
  border-bottom: none;
}

/* .info-latest_date {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: #666;
  font-size: 1.1rem;
} */

.info-latest_date img {
  width: 13px;
  height: 13px;
}

.info-latest_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 15px 0;
  /* margin-bottom: 8px; */
}

.info-latest_tag {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #004EA2;
  border-radius: 32px;
  color: #004EA2;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
}

.info-latest_title {
  color: #004EA2;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
.info-layout span {
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .info-layout {
    display: block;
  }

  .info-sidebar {
    width: 100%;
    margin-top: 25px;
  }

  .info-widget {
    padding: 24px 12px;
  }
  .info-latest_tags {
    margin: 8px 0;
  }
}

/* ===== Information single (詳細) ===== */
.info-single {
  padding: 40px;
  background: #fff;
  border-radius: 16px;
}

.info-single_title {
  margin: 11px 0;
  color: #004EA2;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.info-single_thumb {
  margin: 30px 0;
}
.info-single .info-card_tag {
  margin: 0;
}

.info-single_thumb img {
  width: 100%;
  border-radius: 4px;
}

.info-single_body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9;
  margin-top: 30px;
}

.info-single_body p,
.info-single_body span {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: normal;
}

.info-single_body h1,
.info-single_body h2,
.info-single_body h3,
.info-single_body h4,
.info-single_body h5,
.info-single_body h6 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.info-single_body h1 {
  font-size: 2.4rem;
}

.info-single_body h2 {
  font-size: 2rem;
}

.info-single_body h3 {
  font-size: 1.8rem;
}

.info-single_body h4 {
  font-size: 1.6rem;
}

.info-single_body h5 {
  font-size: 1.5rem;
}

.info-single_body h6 {
  font-size: 1.4rem;
}

.info-single_body > :first-child {
  margin-top: 0;
}

.info-single_body .wp-block-heading {
  margin-bottom: 15px;
}

.info-single_body .wp-block-image {
  margin: 20px 0;
}
.info-single .btn-wrap {
  margin-top: 90px;
}

.info-single_divider {
  margin: 50px 0 30px;
  border: none;
  border-top: 1px solid #E5E5E5;
}

.info-single .info-tags {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .info-single {
    padding: 30px 24px;
  }

  .info-single_title {
    font-size: 1.9rem;
  }

  .info-single_body .wp-block-image {
    margin: 15px 0;
  }
}

/* ===== Information pagination ===== */
.info-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 50px 0;
}

.info-pagination_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #004EA2;
  font-weight: 700;
  font-size: 1.8rem;
}

.info-pagination_num.is-active {
  /* background: #004EA2; */
  color: rgba(0, 78, 162, 0.50);
}

.info-pagination_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  border-radius: 4px;
  background: #00B9EF;
}

.info-pagination_next img {
  margin-left: 0;
}

.info-pagination_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 4px;
  background: #00B9EF;
}

.info-pagination_prev img {
  margin-left: 0;
}

