@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
---------------- SHOP ----------------
***************************************/
.sec_under01,
.sec_under02,
.sec_under03,
.sec_under04,
.sec_under05,
.sec_under06 {
  margin-top: 0 !important;
}
.sec_under01 .h2_A,
.sec_under02 .h2_A,
.sec_under03 .h2_A,
.sec_under04 .h2_A,
.sec_under05 .h2_A,
.sec_under06 .h2_A {
  margin-top: 0;
}

.sec_under01 {
  padding: 100px 0 150px 0;
}
@media (max-width: 767px) {
  .sec_under01 {
    padding: 0 0 50px 0;
  }
}
.sec_under01 .flexbox {
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_under01 .flexbox {
    display: block;
  }
}
.sec_under01 .flexbox .left {
  width: 46%;
  position: relative;
}
@media (max-width: 767px) {
  .sec_under01 .flexbox .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec_under01 .flexbox .left {
    height: 531px;
  }
  .sec_under01 .flexbox .left img {
    width: 907px;
    height: 531px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .sec_under01 .flexbox .left {
    position: relative; /* 相対位置に変更 */
    height: 531px;
    overflow: hidden; /* はみ出した部分を隠す */
  }
  .sec_under01 .flexbox .left img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 100%; /* 高さを100%にする */
    width: auto; /* 幅を自動にする */
    max-width: 100%; /* 最大幅を100%にする */
    object-fit: cover; /* 画像が要素内に収まるように調整 */
  }
}
.sec_under01 .flexbox .right {
  width: 50%;
}
@media (max-width: 767px) {
  .sec_under01 .flexbox .right {
    width: 100%;
  }
}
.sec_under01 .flexbox .right .h2_A {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_under01 .flexbox .right .h2_A {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_under01 .flexbox .right .h2_A {
    text-align: left;
  }
  .sec_under01 .flexbox .right .h2_A::after {
    width: 100%;
    background: linear-gradient(
      90deg,
      #004da0 0%,
      #004da0 98px,
      #9d9c9c 98px,
      #9d9c9c 100%
    );
  }
}

.sec_under02 {
  padding: 140px 0 150px 0;
  background: #ebebeb;
}
@media (max-width: 767px) {
  .sec_under02 {
    padding: 50px 0;
  }
}
.sec_under02 .h2_A .sub {
  font-size: clamp(16px, 1.6923076923vw, 22px);
  display: block;
}
.sec_under02 .flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_under02 .flexbox {
    gap: 10px;
  }
}
.sec_under02 .flexbox .box {
  width: calc(50% - 10px);
  border: 2px solid #026fb9;
  background: white;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_under02 .flexbox .box {
    width: 100%;
  }
}
.sec_under02 .flexbox .box .txt1 {
  font-size: clamp(16px, 1.6923076923vw, 22px);
  font-weight: bold;
  color: #026fb9;
  margin: 0;
  margin-bottom: 5px;
}
.sec_under02 .flexbox .box .txt2 {
  margin: 0;
}

.sec_under03 {
  padding: 140px 0 150px 0;
  background: #9d9c9c;
}
@media (max-width: 767px) {
  .sec_under03 {
    padding: 50px 0;
  }
}
.sec_under03 .flexbox {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec_under03 .flexbox {
    display: block;
  }
}
.sec_under03 .flexbox .befafbox {
  width: calc(33.3333333333% - 10px);
  background: white;
  padding: 25px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_under03 .flexbox .befafbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec_under03 .flexbox .befafbox {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .sec_under03 .flexbox .befafbox:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec_under03 .flexbox .befafbox .ttl {
  text-align: center;
  font-size: clamp(16px, 1.6923076923vw, 22px);
  margin-bottom: 5px;
}
.sec_under03 .flexbox .befafbox .imgflex {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.sec_under04 {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .sec_under04 {
    padding: 50px 0;
  }
}
.sec_under04 .txt1 {
  margin: 0;
}
.sec_under04 .ttl1 {
  font-size: clamp(16px, 1.6923076923vw, 22px);
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec_under04 .ttl1 {
    margin-top: 30px;
  }
}
.sec_under04 .txt2 {
  margin: 15px 0 40px 0;
}
.sec_under04 .txt2:last-of-type {
  margin-bottom: 0;
}
.sec_under04 table.table001 {
  width: 100%;
  border-collapse: collapse;
}
.sec_under04 table.table001 thead tr th {
  width: 50%;
  border: 1px solid #999899;
  background: #004da0;
  color: white;
  font-weight: bold;
  border-bottom: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .sec_under04 table.table001 thead tr th:first-child {
    width: 40%;
  }
}
.sec_under04 table.table001 tbody tr th,
.sec_under04 table.table001 tbody tr td {
  padding: 10px;
  border: 1px solid #999899;
}
.sec_under04 table.table001 tbody tr th {
  background: #f5f8fb;
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .sec_under04 table.table001 tbody tr th {
    padding-left: 10px;
  }
}
.sec_under04 table.table001 tbody tr td {
  padding-right: 40px;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_under04 table.table001 tbody tr td {
    padding-right: 10px;
  }
}

.sec_under05 {
  padding: 140px 0;
  background: #ebebeb;
  /*FAQ 開閉式*/
}
@media (max-width: 767px) {
  .sec_under05 {
    padding: 50px 0;
  }
}
.sec_under05 .faq_wrap:not(:last-child) {
  margin-bottom: 40px;
}
.sec_under05 .faq_wrap {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_under05 .faq_wrap {
    gap: 10px;
  }
}
.sec_under05 dl {
  margin: 30px auto;
}
.sec_under05 .question {
  font-size: clamp(16px, 1.6923076923vw, 22px);
  position: relative;
  font-weight: bold;
  background: #fafafa;
  padding: 15px 0 20px 70px;
  margin: 0;
  background: #333333;
  color: white;
}
@media (max-width: 767px) {
  .sec_under05 .question {
    pading: 15px 0 15px 70px;
  }
}
.sec_under05 .answer {
  position: relative;
  padding: 15px 0 15px 70px;
  background: #fff;
  font-weight: bold;
  border: 1px solid #333333;
}
.sec_under05 .question::before {
  content: "Q";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #ccdbec;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  border-radius: 50%;
  color: var(--base-color01);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_under05 .question::before {
    top: 34px;
  }
}
.sec_under05 .answer::before {
  content: "A";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: var(--base-color01);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 30px;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.sec_under05 .qa_active .question {
  cursor: pointer;
  padding-right: 40px;
}
.sec_under05 .qa_active .question:after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
}
.sec_under05 .qa_active .question.open:after {
  transform: rotate(135deg);
  transition: 0.3s;
}
.sec_under05 .qa_active .answer {
  display: none;
}

.sec_under06 {
  padding: 140px 0 140px 0;
  background: #9d9c9c;
}
@media (max-width: 767px) {
  .sec_under06 {
    padding: 50px 0 80px 0;
  }
}
.sec_under06 .h2_A .sub {
  font-size: clamp(16px, 1.6923076923vw, 22px);
  display: block;
}
@media (min-width: 768px) {
  .sec_under06 .row {
    gap: 30px;
  }
}
.sec_under06 .row .imgbox {
  border-radius: 10px 10px 0 0;
}
.sec_under06 .row .imgbox img {
  border-radius: 10px 10px 0 0;
}
.sec_under06 .row .txtbox {
  padding: 30px;
  box-sizing: border-box;
  background: #000000;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sec_under06 .row .txtbox {
    padding: 5%;
  }
}
.sec_under06 .row .txtbox .txtflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec_under06 .row .txtbox .txtflex {
    display: block;
    margin-bottom: 2px;
  }
}
.sec_under06 .row .txtbox .txtflex .cat {
  margin: 0;
  font-size: clamp(15px, 1.2903225806vw, 16px);
  padding: 2px 14px;
  border: 1px solid white;
  border-radius: 100px;
  color: white;
}
@media (max-width: 767px) {
  .sec_under06 .row .txtbox .txtflex .cat {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 4px;
  }
}
.sec_under06 .row .txtbox .txtflex .date {
  margin: 0;
  font-family: var(--base-eng-font);
  color: var(--base-color04);
  font-weight: 900;
  font-size: clamp(12px, 1.2903225806vw, 16px);
}
.sec_under06 .row .txtbox .cont {
  margin: 0;
  color: white;
  font-size: clamp(15px, 1.2903225806vw, 16px);
}
.sec_under06 .row .txtbox .cont a {
  color: white;
  text-decoration: underline;
}
.sec_under06 .pagination {
  margin-right: 0;
  margin-left: auto;
}
.sec_under06 .pagination ul {
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec_under06 .pagination ul {
    gap: 15px;
  }
}
.sec_under06 .pagination ul li.prev,
.sec_under06 .pagination ul li.next {
  width: auto;
}
.sec_under06 .pagination ul li.prev {
  margin: 0;
}
.sec_under06 .pagination ul li.prev a {
  width: 69px;
  height: 69px;
  background: url(../img/common/pagenation_bef.png) no-repeat center
    center/cover;
  border-radius: 100%;
  border: none;
}
@media (max-width: 767px) {
  .sec_under06 .pagination ul li.prev a {
    width: 45px;
    height: 45px;
  }
}
.sec_under06 .pagination ul li.next {
  margin: 0;
}
.sec_under06 .pagination ul li.next a {
  width: 69px;
  height: 69px;
  background: url(../img/common/pagenation_af.png) no-repeat center center/cover;
  border-radius: 100%;
  border: none;
}
@media (max-width: 767px) {
  .sec_under06 .pagination ul li.next a {
    width: 45px;
    height: 45px;
  }
}

#case {
  padding: 50px 0;
}

#case .subtitle {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 1.6rem;
}

.case_box {
  width: 100%;
  margin: 0 auto var(--sp-space);
  border-top: 5px solid var(--base-color01);
  padding-top: 20px;
}

.case_box dl dd h3 {
  font-size: 1.5rem;
  color: var(--base-color01);
}

@media screen and (max-width: 767px) {
  .info_box {
    margin-top: 0;
    padding: var(--sp-space);
  }
  .info_box dl dt {
    width: 100%;
  }
  .case_box dl dd h3 {
    font-size: 1.5rem;
    color: var(--base-color01);
  }
}
.page_wrap#case_detail {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page_wrap#case_detail {
    padding-bottom: 50px;
  }
}

#case_detail .btn a {
  display: block;
  width: min(50%, 300px);
  margin: auto;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: var(--base-color01);
  text-align: center;
  border-radius: 10px;
}

.case_box > a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: dashed 1px var(--base-color01);
}

@media (max-width: 767px) {
  .case_box > a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .case_box .column_block {
    width: 49%;
    margin: 0;
  }
}
.case_box .column_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .case_box .column_wrap {
    flex-direction: column;
  }
}
.case_box .column_wrap + .column_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px #f5f0ff;
}

.case_box .thumb {
  width: 10.3448275862%;
}

@media (max-width: 767px) {
  .case_box .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
  }
  .case_box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}
.case_box .text {
  width: 87.0689655172%;
}

@media (max-width: 767px) {
  .case_box .text {
    width: 100%;
  }
}
.case_box .text p {
  font-size: 1.8rem;
  margin: 0;
}

.case_box .date {
  color: var(--text-color);
  margin: 0;
}

.case_box .date::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  background: url(../img/cal_navy.svg) no-repeat center/contain;
  width: 20px;
  height: 17px;
  margin-bottom: -2px;
}

.detail_img_wrap {
  text-align: center;
}

.detail_text {
  margin-top: 20px;
}
