@charset "UTF-8";

/******************************
  CASE ARCHIVE
******************************/
.case-archive-intro{
  position:relative;
  padding:60px 0 40px;
  background:#fff;
  overflow:hidden;
}

.case-archive-head{
  margin:0 auto 42px;
  text-align:center;
}

.case-archive-head__ttl{
  position:relative;
  display:inline-block;
  margin:0;
  color: #E7EBF6;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:90px;
  font-weight:400;
  line-height:1;
  letter-spacing:.06em;
}

.service-case .case-archive-head__ttl{
  color: #5870C1;
}

.case-archive-head__sub{
  margin:0px 0 0;
  color:#111;
  font-family:"Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:2px;
}

.case-archive-feature{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  width: min(800px, 100%);
  margin:0 auto 42px;
}

.case-archive-feature__item{
  position:relative;
  padding:20px;
  text-align:center;
}

.case-archive-feature__item:last-child{
  border-right:none;
}

.case-archive-feature__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:74px;
  height:74px;
  margin:0 auto 14px;
}

.case-archive-feature__icon img{
  display:block;
  width:70px;
  height:70px;
  object-fit:contain;
}

.case-archive-feature__label{
  margin:0 0 0px;
  color:#00133b;
  font-size:16px;
  font-weight:600;
  line-height:1.5;
  letter-spacing:.04em;
}

.case-archive-feature__num{
  margin: 0;
  color: #CA9823;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 2px;
}

.case-archive-lead{
    width: min(1000px, 100%);
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
}

.case-archive-lead p{
  margin:0 0 14px;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:2;
  letter-spacing:.04em;
}

.case-archive-lead p:last-child{
  margin-bottom:0;
}

.case-archive-listsec{
  position:relative;
  padding:30px 0 60px;
  background:#fff;
}

.case-archive-pagination{
  margin-top:50px;
}

.case-archive-empty{
  margin:0;
  color:#333;
  font-size:16px;
  line-height:1.8;
  text-align:center;
}

@media screen and (max-width:1024px){
  .case-archive-feature{
    grid-template-columns:repeat(2, 1fr);
    width: min(500px, 100%);
  }

  .case-archive-feature__item:nth-child(2){
    border-right:none;
  }
}

@media screen and (max-width:767px){
  .case-archive-intro{
    padding:60px 0 34px;
  }

  .case-archive-head{
    margin-bottom:32px;
  }

  .case-archive-head__ttl{
    font-size:54px;
  }

  .case-archive-head__ttl::before{
    font-size:54px;
  }

  .case-archive-head__sub{
    font-size:20px;
  }

  .case-archive-feature{
    margin-bottom:34px;
  }

  .case-archive-feature__item{
    padding:24px 16px;
    border-right:none;
  }

  .case-archive-feature__item:last-child{
    border-bottom:none;
  }

  .case-archive-lead{
    text-align:left;
  }

  .case-archive-lead p{
    font-size:16px;
    line-height:1.9;
  }

  .case-archive-listsec{
    padding:26px 0 60px;
  }
}

.single-case__img{
  width: min(600px, 100%);
  margin: 30px auto;
}

/******************************
  RECRUIT LIST
******************************/
.recruit-list-sec{
  position:relative;
  padding:60px 0;
background: #E7EBF6;
}

.recruit-box{
  margin:0 auto 80px;
  padding:46px 56px;
  background:#fff;
}

.recruit-box:last-child{
  margin-bottom:0;
}

.recruit-box__ttl{
    border-bottom: 2px solid #CA9823;
    position: relative;
    color: #111111;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.recruit-table{
  width:100%;
  border-collapse:collapse;
  border:1px solid #d9dee7;
}

.recruit-table th,
.recruit-table td{
  border:1px solid #d9dee7;
  vertical-align:top;
}

.recruit-table th{
  width:190px;
  padding:14px 16px;
  background:#00133b;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:1.6;
  text-align:center;
  letter-spacing: 2px;
}

.recruit-table td{
  padding:14px 18px;
  background:#fff;
  color:#333;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
}

@media screen and (max-width:767px){
  .recruit-box{
    padding: 0px 0px;
    background: unset;
  }

  .recruit-box__ttl{
    font-size: 18px;
    line-height: 1.6;
  }

  .recruit-table,
  .recruit-table tbody,
  .recruit-table tr,
  .recruit-table th,
  .recruit-table td{
    display:block;
    width:100%;
  }

  .recruit-table tr{
    border-bottom:1px solid #d9dee7;
  }

  .recruit-table tr:last-child{
    border-bottom:none;
  }

  .recruit-table th,
  .recruit-table td{
    border:none;
  }

  .recruit-table th{
    padding:12px 14px;
    text-align: left;
  }

  .recruit-table td{
padding: 14px 20px;
  }
}


/******************************
  CONTACT PAGE
******************************/
.contact_body{
  max-width: 900px;
  margin: 0 auto;
}


.contact-page {
  color: #111;
}

.contact-reason,
.contact-info,
.contact-form-sec {
  padding: 60px 0;
}

.contact-info {
  padding-top: 0;
}

.contact-form-sec {
  padding-top: 0;
}

.contact-reason__head {
  text-align: center;
}


.contact-reason__sub {
  margin: 5px 0 30px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.contact-reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.choose_style .contact-reason__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-reason__item {
  padding: 10px 12px 10px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  text-align: center;
}
.contact-reason__item:last-child {
  border-right: 0px solid #dbdbdb;
}


.contact-reason__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 14px;
}

.contact-reason__icon img {
    max-width: 70px;
    max-height: 70px;
}

.contact-reason__item h3 {
  margin: 0 0 12px;
color: #002149;
font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.contact-reason__item p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

/******************************
  CONTACT INFO
******************************/
.contact-info__tel {
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-info__tel {
  gap: 15px;
}

.contact-info__icon {
  flex: 0 0 auto;
  width: 72px;
}

.contact-info__icon img {
  width: 100%;
  height: auto;
}

.contact-info__lead {
  margin: 0 0 4px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.contact-info__number {
  margin: 0;
  color: #00133b;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .04em;
}
@media screen and (max-width: 1180px) {
.contact-info__number {
  font-size: 38px;
}
}


.contact-info__number a {
  color: inherit;
  text-decoration: none;
}

.contact-info__time {
  margin: 5px 0 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
}

.contact-info__time span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #00133b;
  color: #fff;
  font-size: 12px;
}

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

@media screen and (max-width: 767px) {
.contact_textarea{
  text-align: left;
}
}

.contact_textarea h3{
      color: #8a6b00;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
}



/******************************
  CONTACT FORM
******************************/
.contact-form-sec {
  padding: 0 0 60px;
}

.contact-form-sec__box {
  padding: 32px 44px 34px;
  border: 1px solid #8fa3bd;
  border-radius: 5px;
  background: #fff;
}

.contact-form-sec__ttl {
  position: relative;
  margin: 0 0 34px;
  color: #00133b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: .12em;
}

.contact-form-sec__ttl::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 8px auto 0;
  background: #CA9823;
}

.formbox {
  margin: 0;
}

.fomin {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid #bfc6ce;
}

.fomin:first-child {
  padding-top: 18px;
  border-top: 1px solid #bfc6ce;
}

.fomin--type,
.fomin--textarea {
  align-items: start;
}

.fomttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: none;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.fomttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 20px;
  margin: 0;
  padding: 0 6px;
  border-radius: 3px;
  background: #e60021;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.fomcontent {
  margin: 0;
  padding: 0;
  background: none;
}

.input-txt,
.input-txtarea {
  width: 100%;
}

.input-txt input,
.input-txtarea textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.input-txt input {
  height: 40px;
  padding: 0 14px;
}

.input-txtarea textarea {
  height: 102px;
  padding: 12px 14px;
  resize: vertical;
}

.input-txt input::placeholder,
.input-txtarea textarea::placeholder {
  color: #9fa6ad;
  font-weight: 600;
}

.input-check-list {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  background: #fff;
}

.input-check-list .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}

.input-check-list .wpcf7-list-item {
  display: block;
  margin: 0;
}

.input-check-list label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.input-check-list input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 3px 0 0;
}

.ppbox {
  margin: 16px 0 0;
  text-align: center;
}

.ppbox p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.7;
}

.ppbox .input-check {
  font-size: 13px;
  line-height: 1.7;
}

.ppbox a {
  color: #005bac;
  font-weight: 700;
  text-decoration: underline;
}

.input-submit {
  margin-top: 30px;
  text-align: center;
}

.fomb {
  display: inline-block;
  position: relative;
}

.form-submit {
  min-width: 320px;
  height: 54px;
  padding: 0 58px 0 40px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(135deg, #0b2b69 0%, #00133b 45%, #00091d 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .18em;
  cursor: pointer;
}

.fomb::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 13px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.fomb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  pointer-events: none;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .contact-form-sec {
    padding: 0 0 45px;
  }

  .contact-form-sec__box {
    padding: 26px 20px 28px;
  }

  .contact-form-sec__ttl {
    font-size: 21px;
  }

  .fomin {
    display: block;
  }

  .fomttl {
    margin-bottom: 8px;
  }

  .input-check-list .wpcf7-form-control {
    grid-template-columns: 1fr;
  }

  .form-submit {
    width: 100%;
    min-width: 0;
  }

  .fomb {
    display: block;
  }
}

/******************************
  CONTACT FORM　ボタン
******************************/
.input-submit {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.fomb {
  display: inline-block;
  position: relative;
}

.fomb p {
  margin: 0;
}

.input-submit input[type="submit"],
.form-submit {
  display: inline-block;
  min-width: 320px;
  height: 54px;
  padding: 0 58px 0 40px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(135deg, #0b2b69 0%, #00133b 45%, #00091d 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .18em;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  appearance: none;
  -webkit-appearance: none;
}

.fomb::before {
  content: "";
  position: absolute;
  top: 33%;
  right: 28px;
  width: 13px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.fomb::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 28px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  pointer-events: none;
}



/******************************
  CONTACT RESPONSIVE
******************************/
@media screen and (max-width: 1180px) {
  .contact-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
.choose_style .contact-reason__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .contact-info__wrap {
    grid-template-columns: 1fr;
    width: min(600px, 100%);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .contact-reason,
  .contact-info,
  .contact-form-sec {
    padding: 30px 0;
  }

  .contact-info,
  .contact-form-sec {
    padding-top: 0;
  }

  .contact-reason__ttl {
    font-size: 54px;
  }

  .contact-reason__sub {
    font-size: 20px;
  }

  .contact-reason__list {
    grid-template-columns: 1fr;
  }
    .contact-reason__list {
    grid-template-columns: 1fr;
  }

  .contact-info__tel{
    padding: 22px;
  }

  .contact-info__tel {
    align-items: flex-start;
  }

  .contact-info__icon {
    width: 54px;
  }

  .contact-info__number {
    font-size: 32px;
  }

  .contact-info__qr {
    width: 86px;
  }

  .contact-form-sec__box {
    padding: 26px 20px 18px;
  }

  .contact-form-sec__ttl {
    font-size: 21px;
  }

  .fomin {
    display: block;
    margin-bottom: 18px;
  }

  .fomttl {
    margin-bottom: 8px;
  }

  .input-check-list .wpcf7-form-control {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .form-submit {
    width: 100%;
    min-width: 0;
  }

  .fomb {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .contact-info__tel {
    display: block;
    text-align: center;
  }

  .contact-info__icon {
    margin: 0 auto 12px;
  }

  .contact-info__number {
    font-size: 29px;
  }

  .contact-info__time span {
    display: block;
    width: fit-content;
    margin: 0 auto 6px;
  }

  .contact-info__qr {
    margin: 16px auto 0;
  }
}

.contact-info__icon{
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00133b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
.contact-info__icon{
    width:60px;
    height:60px;
    font-size:30px;
}

}

/******************************
  COMPANY POLICY
******************************/
.company-policy {
  padding: 60px 0 60px;
}



.company-policy--philosophy {
  background: #fff;
}

.company-policy--policy {
  background: #f4f8ff;
}

.company-policy--guidelines {
  background: #fff;
}

.company-policy__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.company-policy__content {
  position: relative;
  min-width: 0;
}

.company-policy__ttl {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0b274c;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.company-policy__sub {
  position: relative;
  z-index: 1;
  margin: 6px 0 24px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.company-policy__txt {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
}

.company-policy__img {
  min-width: 0;
}

.company-policy__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.company-policy__row--philosophy {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.company-policy__row--policy {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.company-policy__row--guidelines {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.company-policy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-policy__list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dotted #c9d0dc;
}

.company-policy__list li:first-child {
  padding-top: 0;
}

.company-policy__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #00133b;
  flex-shrink: 0;
}

.company-policy__icon img {
  display: block;
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.company-policy__text h3 {
  margin: 0 0 5px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.company-policy__text p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.company-policy__guidelines {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guideline;
}

.company-policy__guidelines li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 14px;
  padding: 10px 0;
  border-bottom: 1px dotted #bfc8d5;
  counter-increment: guideline;
}

.company-policy__guidelines li::before {
  content: counter(guideline) ".";
  grid-row: 1 / 3;
  color: #00133b;
  font-family: "Times New Roman","Georgia",serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.company-policy__guidelines span {
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.company-policy__guidelines p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 1180px) {
  .company-policy__row {
    gap: 42px;
  }
  .company-policy__ttl {
    font-size: 70px;
  }

  .company-policy__sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 820px) {
  .company-policy__block {
    padding: 55px 0;
  }

  .company-policy__row,
  .company-policy__row--philosophy,
  .company-policy__row--policy,
  .company-policy__row--guidelines {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .company-policy__row--policy .company-policy__img {
    order: 2;
  }

  .company-policy__row--policy .company-policy__content {
    order: 1;
  }

  .company-policy__ttl {
    font-size: 54px;
  }

  .company-policy__sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .company-policy__block {
    padding: 45px 0;
  }

  .company-policy__ttl {
    font-size: 38px;
  }

  .company-policy__sub {
    font-size: 17px;
  }

  .company-policy__txt {
    font-size: 14px;
    line-height: 2;
  }

  .company-policy__list li {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
  }

  .company-policy__icon {
    width: 44px;
    height: 44px;
  }

  .company-policy__icon img {
    width: 24px;
    height: 24px;
  }

  .company-policy__text h3,
  .company-policy__guidelines span {
    font-size: 16px;
  }

  .company-policy__text p,
  .company-policy__guidelines p {
    font-size: 13px;
  }

  .company-policy__guidelines li {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .company-policy__guidelines li::before {
    font-size: 26px;
  }
}


/******************************
  COMPANY PROFILE
******************************/
.company-profile {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
.company-profile {
  padding: 30px 0;
}
}

.company-profile__head {
  margin: 0 0 25px;
  text-align: center;
}

.company-profile__ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.company-profile__sub {
  margin: 5px 0 20px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.company-profile__table {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.company-profile__table th,
.company-profile__table td {
  border: 1px solid #b8b8b8;
  padding: 8px 18px;
  vertical-align: middle;
}

.company-profile__table th {
  width: 180px;
  background: #00133b;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.company-profile__table td {
  color: #111;
  font-weight: 500;
}

/******************************
  COMPANY GREETING
******************************/
.company-greeting {
  padding: 60px 0;
  background: #f4f8ff;
}

.company-greeting__grid {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 60px;
  align-items: start;
}

.company-greeting__head {
  margin: 0 0 35px;
}

.company-greeting__ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.company-greeting__sub {
  margin: 5px 0 20px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.company-greeting__person {
    width: 250px;
    margin: 0 auto;
}

.company-greeting__img img {
  width: 100%;
  height: auto;
  display: block;
}

.company-greeting__name{
  text-align: right;
}
.company-greeting__body .company-greeting__name p {
    margin: 0 0 5px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.company-greeting__name p:last-child {
  margin-bottom: 0;
}

.company-greeting__name span {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.company-greeting__body p {
  margin: 0 0 14px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.company-greeting__body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .company-greeting__grid {
    gap: 40px;
  }
}

@media screen and (max-width: 820px) {
  .company-greeting__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .company-greeting__body {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .company-profile__table {
    font-size: 14px;
  }

  .company-profile__table th,
  .company-profile__table td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }

  .company-profile__table th {
    text-align: left;
  }

  .company-greeting__person {
    grid-template-columns: 110px 1fr;
    gap: 24px;
  }
}

@media screen and (max-width: 600px) {
  .company-profile__ttl,
  .company-greeting__ttl {
    font-size: 54px;
  }

  .company-profile__sub,
  .company-greeting__sub {
    font-size: 20px;
  }

  .company-greeting__person {
    grid-template-columns: 90px 1fr;
  }

  .company-greeting__name p {
    font-size: 14px;
  }

  .company-greeting__name span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .company-profile__ttl,
  .company-greeting__ttl {
    font-size: 38px;
  }

  .company-profile__sub,
  .company-greeting__sub {
    font-size: 18px;
  }
}

/******************************
  FIXED CONTACT
******************************/
.fixed-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(0);
  transition: transform .35s ease, opacity .35s ease;
}

.fixed-contact.is-hide {
  transform: translateY(calc(100% - 0px));
}

.fixed-contact.is-close {
  display: none;
}

.fixed-contact__inner {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
  width: 100%;
  padding: 10px 70px;
  background: linear-gradient(135deg, #0b2b69 0%, #00133b 45%, #00091d 100%);
  box-shadow: 0 -12px 35px rgba(0, 0, 0, .16);
}

.fixed-contact__icon {
  position: relative;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
}

.fixed-contact__icon::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 32px;
  aspect-ratio: 4 / 3;
  background-image: url(../images/common/mail.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.fixed-contact__ttl {
  margin: 0 0 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.fixed-contact__txt {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.fixed-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 35px 12px 35px;
  background: #CA9823;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: .3s;
}

.fixed-contact__btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.fixed-contact__btn::before {
    position: absolute;
    content: "";
    width: 32px;
    aspect-ratio: 4 / 3;
    left: 10px;
    top: 28%;
    background-image: url(../images/common/mail.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed-contact__btn:hover {
  background: #AB0001;
}

.fixed-contact__close {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.fixed-contact__close::before,
.fixed-contact__close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 12px;
  height: 1px;
  background: #fff;
}

.fixed-contact__close::before {
  transform: rotate(45deg);
}

.fixed-contact__close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .fixed-contact__inner {
    grid-template-columns: 56px minmax(0, 1fr) 260px;
    gap: 18px;
    padding: 18px 56px 18px 24px;
  }

  .fixed-contact__icon {
    width: 52px;
    height: 52px;
  }

  .fixed-contact__icon::before {
    left: 14px;
    top: 18px;
    width: 24px;
    height: 17px;
  }

  .fixed-contact__icon::after {
    left: 16px;
    top: 20px;
    width: 20px;
    height: 13px;
  }

  .fixed-contact__btn {
    min-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-contact__inner {
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 6px 48px 10px 16px;
  }

  .fixed-contact__icon {
    display: none;
  }

  .fixed-contact__ttl {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .fixed-contact__txt {
    display: none;
  }

  .fixed-contact__btn {
    padding: 10px 42px 10px 18px;
    font-size: 14px;
    width: 250px;
    min-height: 40px;
  }
  .fixed-contact__btn::before {
    width: 25px;
}

  .fixed-contact__close {
    right: 12px;
    transform: none;
  }
  .fixed-contact__content{
    padding: 0px 25px 0px 0px;
  }
}

/******************************
  SELECTION GUIDE
******************************/
.selection-guide {
  padding: 20px 0 40px;
  background: #fff;
}

.selection-guide__intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 35px;
  align-items: center;
  margin: 0 0 38px;
}

.selection-guide__img img {
  display: block;
  width: 100%;
  height: auto;
}

.selection-guide__head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 22px;
}

.selection-guide__ttl,
.selection-guide__choose-ttl {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.selection-guide__sub,
.selection-guide__choose-sub {
  margin: 0;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
}

.selection-guide__sub::before,
.selection-guide__choose-sub::before {
  content: "―";
  margin: 0 10px 0 0;
}

.selection-guide__catch {
  margin: 0 0 14px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.selection-guide__lead {
  margin: 0 0 18px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.selection-guide__check {
  margin: 0;
  padding: 16px 18px;
  list-style: none;
}

.selection-guide__check li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0px 10px 28px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.selection-guide__check li:last-child {
  margin-bottom: 0;
}

.selection-guide__check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.20em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00133b;
}

.selection-guide__check li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: .62em;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.selection-guide__message {
  position: relative;
  padding: 26px 22px 26px;
  border: 2px solid #ead8ae;
  border-radius: 6px;
  text-align: center;
  margin-top: auto;
}
.selection-guide__message img{
  width: 50px;
  aspect-ratio: 1/1;
}

.selection-guide__message p {
  margin: 0;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.selection-guide__choose-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
  margin: 0 0 12px;
}

.selection-guide__choose-lead {
  margin: 0 0 22px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.selection-guide__list {
  border-top: 1px solid #d8d8d8;
}

.selection-guide__item {
  display: grid;
  grid-template-columns: 210px 42px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.selection-guide__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 94px;
  object-fit: cover;
}

.selection-guide__num {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  margin-top: 12px;
  width: 38px;
  height: 34px;
  background: #00133b;
  color: #fff;
  font-family: "Times New Roman","Georgia",serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.selection-guide__item-body {
  padding: 12px 20px 12px 0;
}

.selection-guide__item-body h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.selection-guide__item-body p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.selection-guide__bottom {
  margin: 24px 0 0;
  text-align: center;
}

.selection-guide__bottom-main {
  margin: 0 0 5px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.selection-guide__bottom-sub {
  margin: 0;
  color: #AB0001;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 1180px) {
  .selection-guide__ttl,
  .selection-guide__choose-ttl {
    font-size: 40px;
  }

  .selection-guide__sub,
  .selection-guide__choose-sub {
    font-size: 22px;
  }

  .selection-guide__intro {
    gap: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .selection-guide__intro {
    grid-template-columns: 1fr 1fr;
  }

  .selection-guide__message {
    grid-column: 1 / -1;
  }

  .selection-guide__item {
    grid-template-columns: 180px 42px minmax(0, 1fr);
  }
}

@media screen and (max-width: 820px) {
  .selection-guide__intro {
    grid-template-columns: 1fr;
  }

  .selection-guide__head,
  .selection-guide__choose-head {
    display: block;
  }

  .selection-guide__sub,
  .selection-guide__choose-sub {
    margin-top: 8px;
  }

  .selection-guide__item {
    grid-template-columns: 150px 42px minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .selection-guide__item {
    grid-template-columns: 250px 38px minmax(0, 1fr);
    gap: 12px;
  }

  .selection-guide__item-body {
    padding: 10px 12px 10px 0;
  }

  .selection-guide__item-body h3 {
    font-size: 16px;
  }

  .selection-guide__item-body p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 600px) {
  .selection-guide__ttl,
  .selection-guide__choose-ttl {
    font-size: 34px;
  }

  .selection-guide__sub,
  .selection-guide__choose-sub {
    font-size: 20px;
  }

  .selection-guide__item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .selection-guide__item-img img {
    min-height: auto;
    aspect-ratio: 16 / 7;
  }

  .selection-guide__num {
    margin: 12px 0 0 12px;
  }

  .selection-guide__item-body {
    padding: 8px 12px 14px;
  }
}

@media screen and (max-width: 480px) {
  .selection-guide__ttl,
  .selection-guide__choose-ttl {
    font-size: 30px;
  }

  .selection-guide__sub,
  .selection-guide__choose-sub {
    font-size: 18px;
  }
}

/******************************
  SELECTION CTA
******************************/
.selection-cta {
  padding: 10px 0 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
.selection-cta {
  padding: 10px 0 10px;
}
}

.selection-cta__box {
  overflow: hidden;
  border: 2px solid #879bb8;
  border-radius: 6px;
  background: #fff;
}

.selection-cta__top {
  margin: 0;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0b2b69 0%, #00133b 45%, #00091d 100%);
  color: #fff;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-align: center;
}

.selection-cta__inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 34px;
  align-items: center;
  padding: 20px 42px 20px;
}

.selection-cta__circle-area {
  position: relative;
  min-height: 430px;
}

.selection-cta__orbit {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 330px;
  height: 330px;
  border: 3px solid #CA9823;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.selection-cta__center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 160px;
  aspect-ratio: 12 / 13;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/common/shield.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.selection-cta__center p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  transform: translate(-50%, -50%);
}

.selection-cta__point {
  position: absolute;
  z-index: 3;
  width: 120px;
  text-align: center;
}

.selection-cta__point--01 {
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

.selection-cta__point--02 {
    right: -10px;
    top: 120px;
}

.selection-cta__point--03 {
  right: 40px;
  bottom: 30px;
}

.selection-cta__point--04 {
  left: 45px;
  bottom: 8px;
}

.selection-cta__point--05 {
left: -10px;
  top: 120px;
}

.selection-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #00133b;
}

.selection-cta__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.selection-cta__point p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  /* background: rgb(255, 255, 255, 1); */
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.selection-cta__content h3 {
  margin: 0 0 8px;
  color: #CA9823;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.selection-cta__lead {
  margin: 0 0 24px;
  color: #00133b;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.selection-cta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.selection-cta__list li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 34px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.selection-cta__list li:last-child {
  margin-bottom: 0;
}

.selection-cta__list li::before {
  content: "";
  position: absolute;
  left: 0;
    top: 0.25em;
    width: 22px;
    height: 22px;
  border-radius: 50%;
  background: #CA9823;
}

.selection-cta__list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: .68em;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.selection-cta__btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.selection-cta__btn {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: center;
  width: 100%;
  max-width: 280px;
  min-height: 120px;
  padding: 22px 44px 22px 26px;
  background: #f5a000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 4px;
  transition: .3s;
}

.selection-cta__btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.selection-cta__btn-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 32px;
  border: 4px solid #fff;
}

.selection-cta__btn-icon::before,
.selection-cta__btn-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 24px;
  height: 4px;
  background: #fff;
}

.selection-cta__btn-icon::before {
  left: -2px;
  transform: rotate(34deg);
  transform-origin: left top;
}

.selection-cta__btn-icon::after {
  right: -2px;
  transform: rotate(-34deg);
  transform-origin: right top;
}

.selection-cta__btn:hover {
  background: #AB0001;
}

@media screen and (max-width: 1180px) {
  .selection-cta__top {
    font-size: 28px;
  }

  .selection-cta__inner {
    grid-template-columns: 42% 1fr 240px;
    gap: 24px;
    padding: 30px;
  }

  .selection-cta__circle-area {
    min-height: 390px;
  }

  .selection-cta__orbit {
    width: 300px;
    height: 300px;
  }

  .selection-cta__point {
    width: 110px;
  }

  .selection-cta__point--02 {
    top: 86px;
  }

  .selection-cta__point--03 {
    right: 46px;
    bottom: 12px;
  }

  .selection-cta__point--04 {
    left: 46px;
    bottom: 12px;
  }

  .selection-cta__point--05 {
    top: 86px;
  }

  .selection-cta__content h3 {
    font-size: 30px;
  }

  .selection-cta__lead {
    font-size: 20px;
  }

  .selection-cta__btn {
    min-height: 110px;
    font-size: 21px;
  }
}

@media screen and (max-width: 1024px) {
  .selection-cta__inner {
    grid-template-columns: 1fr;
  }

  .selection-cta__circle-area {
    width: 100%;
    max-width: 500px;
    min-height: 430px;
    margin: 0 auto;
  }

  .selection-cta__orbit {
    width: 330px;
    height: 330px;
  }

  .selection-cta__point--02 {
    right: 24px;
    top: 95px;
  }

  .selection-cta__point--03 {
    right: 82px;
    bottom: 18px;
  }

  .selection-cta__point--04 {
    left: 82px;
    bottom: 18px;
  }

  .selection-cta__point--05 {
    left: 24px;
    top: 95px;
  }

  .selection-cta__content {
    text-align: center;
  }

  .selection-cta__list {
    display: inline-block;
    text-align: left;
  }

  .selection-cta__btn-wrap {
    justify-content: center;
  }

  .selection-cta__btn {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .selection-cta__top {
    font-size: 22px;
  }

  .selection-cta__inner {
    padding: 24px 18px;
  }

  .selection-cta__circle-area {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .selection-cta__orbit {
    display: none;
  }

  .selection-cta__center {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 8px;
    transform: none;
  }

  .selection-cta__point {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    width: 100%;
    text-align: left;
    transform: none;
  }

  .selection-cta__icon {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .selection-cta__icon img {
    width: 30px;
    height: 30px;
  }

  .selection-cta__point p {
    font-size: 16px;
  }

  .selection-cta__content {
    text-align: left;
  }

  .selection-cta__content h3 {
    font-size: 26px;
  }

  .selection-cta__lead {
    font-size: 18px;
  }

  .selection-cta__list {
    display: block;
  }

  .selection-cta__btn {
    max-width: none;
    min-height: 86px;
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .selection-cta__top {
    font-size: 20px;
  }

  .selection-cta__content h3 {
    font-size: 24px;
  }

  .selection-cta__lead {
    font-size: 17px;
  }
}

.choose-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 35px 12px 50px;
  background: #CA9823;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: .3s;
}

.choose-contact__btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.choose-contact__btn::before {
    position: absolute;
    content: "";
    width: 32px;
    aspect-ratio: 4 / 3;
    left: 10px;
    top: 28%;
    background-image: url(../images/common/mail.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.choose-contact__btn:hover {
  background: #AB0001;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .choose-contact__btn {
    min-height: 52px;
  }
}
@media screen and (max-width: 767px) {
    .choose-contact__btn {
    padding: 10px 42px 10px 18px;
    font-size: 14px;
    width: 300px;
    min-height: 40px;
    margin: 0 auto;
  }
  .choose-contact__btn::before {
    width: 25px;
}
.selection-cta__list li {
    font-size: 14px;
}
}

/******************************
  サービス一覧
******************************/
.service-list {
  padding: 60px 0;
  background: #fff;
}

.service-list__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: 0;
  padding: 60px 0 60px;
  list-style: none;
}

.service-list__item {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.service-list__item:nth-child(even) {
  grid-template-columns: 1.1fr .9fr;
}

.service-list__item:nth-child(even) .service-list__img {
  order: 2;
}

.service-list__item:nth-child(even) .service-list__content {
  order: 1;
}

.service-list__img {
  overflow: hidden;
}

.service-list__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
.service-list__img img {
  aspect-ratio: 16 / 9;
}
}

.service-list__content {
  min-width: 0;
}

.service-list__ttl {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .08em;
}

.service-list__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  max-width: 100%;
  height: 2px;
  background: #CA9823;
}

.service-list__catch {
  margin: 0 0 16px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.service-list__text {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

@media screen and (max-width: 1180px) {
  .service-list__list {
    gap: 60px;
  }

  .service-list__item,
  .service-list__item:nth-child(even) {
    gap: 45px;
  }

  .service-list__ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .service-list__item,
  .service-list__item:nth-child(even) {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media screen and (max-width: 820px) {
  .service-list__list {
    gap: 50px;
  }

  .service-list__item,
  .service-list__item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-list__item:nth-child(even) .service-list__img,
  .service-list__item:nth-child(even) .service-list__content {
    order: initial;
  }

  .service-list__ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .service-list__ttl {
    font-size: 26px;
  }

  .service-list__catch {
    line-height: 1.7;
  }

  .service-list__text {
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .service-list__list {
    gap: 42px;
  }

  .service-list__ttl {
    font-size: 24px;
  }
}

/******************************
  PRICE GUIDE
******************************/
.price-guide {
  margin: 30px 0;
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
.price-guide {
  margin: 30px 0 0;
  padding: 30px 0;
}
}

.price-guide__intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.price-guide__img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.price-guide__ttl,
.price-factor__ttl,
.price-breakdown__ttl {
  margin: 0;
  color: #e8edf7;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.price-guide__sub,
.price-factor__sub,
.price-breakdown__sub {
  margin: 5px 0 20px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.price-guide__text,
.price-factor__lead {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/******************************
  PRICE FACTOR
******************************/
.price-factor {
  margin: 30px 0;
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
.price-factor {
  margin: 0px 0;
  padding: 30px 0;
}
}

.price-factor__head {
  margin: 0 0 35px;
}

.price-factor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 70px;
  padding: 0;
  list-style: none;
}

.price-factor__item {
  position: relative;
  padding: 34px 20px 24px;
  border: 2px solid #00133b;
  border-radius: 4px;
  background: #fff;
}

.price-factor__num {
    position: absolute;
    left: 9px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 40px;
    background: #fff;
    color: #00133b;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.price-factor__item-ttl {
  margin: 0 0 20px;
  color: #00133b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.price-factor__box {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 50px 20px;
  margin-bottom: 50px;
  align-items: start;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
.price-factor__box {
  grid-template-columns: 1fr;
}
}

.price-factor__box.bg01{
      background: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .5)), url(../images/common/key_cost_factors_bg01.webp) no-repeat center / cover;
}
.price-factor__box.bg02{
      background: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .5)), url(../images/common/key_cost_factors_bg02.webp) no-repeat center / cover;
}




.price-factor__box h4 {
  margin: 0 0 8px;
  color: #00133b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.price-factor__box p,
.price-factor__box li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.price-factor__box p {
  margin: 0 0 8px;
}

.price-factor__box ul,
.price-factor__dot-list,
.price-factor__example ul {
  margin: 0;
}

.price-factor__icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.price-factor__photo {
  margin: 12px 0;
}

.price-factor__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.price-factor__main-img,
.price-factor__map {
  margin: 0 0 18px;
  text-align: center;
}

.price-factor__main-img img {
  width: min(400px, 100%);
}

.price-factor__map img {
  width: min(400px, 100%);
}

.price-factor__note {
    margin: 0 0 12px;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.price-factor__dot-list {
  margin-bottom: 14px;
}

.price-factor__dot-list li,
.price-factor__example li,
.price-factor__small {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.price-factor__small {
  margin: 0;
}

.price-factor__example {
  margin: 0 0 14px;
}

.price-factor__example p {
  margin: 0 0 6px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.price-factor__example ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
}

/******************************
  PRICE BREAKDOWN
******************************/
.price-breakdown {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
.price-breakdown {
  padding: 30px 0;
}
}

.price-breakdown__head {
  margin: 0 0 24px;
}

.price-breakdown__table {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}

.price-breakdown__table th,
.price-breakdown__table td {
  border: 1px solid #b8b8b8;
  padding: 9px 18px;
  font-size: 16px;
  line-height: 1.6;
}

.price-breakdown__table th {
  width: 190px;
  background: #00133b;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.price-breakdown__table td {
  color: #111;
  font-weight: 400;
}

.price-breakdown__note {
  max-width: 620px;
  margin: 14px auto 0;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1180px) {
  .price-guide__ttl,
  .price-factor__ttl,
  .price-breakdown__ttl {
    font-size: 70px;
  }

  .price-guide__sub,
  .price-factor__sub,
  .price-breakdown__sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .price-guide__intro {
    gap: 35px;
  }

  .price-factor__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .price-factor__item {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .price-guide__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media screen and (max-width: 600px) {
  .price-guide__ttl,
  .price-factor__ttl,
  .price-breakdown__ttl {
    font-size: 54px;
  }

  .price-guide__sub,
  .price-factor__sub,
  .price-breakdown__sub {
    font-size: 20px;
  }

  .price-factor__item {
    padding: 34px 16px 20px;
  }

  .price-breakdown__table th,
  .price-breakdown__table td {
    display: block;
    width: 100%;
  }

  .price-breakdown__table th {
    text-align: left;
  }
}


/******************************
  ESTIMATE INFO
******************************/
.estimate-info {
  padding: 60px 0;
  background: #fff;
}

.estimate-info__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid #00133b;
  border-radius: 4px;
  background: #fff;
}

.estimate-info__main {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.estimate-info__icon img {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.estimate-info__ttl {
  margin: 0 0 6px;
  color: #00133b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.estimate-info__lead {
  margin: 0 0 18px;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
}

.estimate-info__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.estimate-info__list li {
  position: relative;
  padding-left: 16px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.estimate-info__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00133b;
}

.estimate-info__cta {
  padding: 24px 22px;
  background: #eef3f9;
}

.estimate-info__cta-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
}

.estimate-info__truck img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.estimate-info__cta-ttl {
  margin: 0 0 3px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.estimate-info__cta-txt {
    margin: 0;
    color: #00133b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.estimate-info .fixed-contact__btn {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .estimate-info__box {
    grid-template-columns: 1fr;
  }

  .estimate-info__cta {
    max-width: 430px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .estimate-info__box {
    padding: 22px 18px;
  }

  .estimate-info__main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .estimate-info__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .estimate-info__ttl {
    font-size: 22px;
  }

  .estimate-info__cta {
    padding: 20px 16px;
  }
}


/******************************
  RECOMMENDED
******************************/
.recommended {
  position: relative;
  padding: 60px 0;
  background: url("../images/common/recommended_bg.webp") no-repeat center / cover;
  overflow: hidden;
}

.recommended-bg::before {
  content: "";
  background: rgb(0, 19, 59, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.recommended .inner1 {
  position: relative;
  z-index: 2;
}

.recommended__content {
  max-width: 720px;
}

.recommended__head {
  margin: 0 0 24px;
}

.recommended__ttl {
  margin: 0;
  color: #fff;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.recommended__sub {
  margin: 5px 0 20px;
  color: #fff;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.recommended__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.recommended__list li {
position: relative;
    padding-left: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.recommended__list li {
  padding-left: 20px;
    font-size: 18px;
}
}

.recommended__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.recommended__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 1180px) {
  .recommended__ttl {
    font-size: 70px;
  }

  .recommended__sub {
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  .recommended__ttl {
    font-size: 54px;
  }

  .recommended__sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .recommended__ttl {
    font-size: 38px;
  }

  .recommended__sub {
    font-size: 18px;
  }
}

/******************************
  海上輸送日数ガイド
******************************/
.schedule-guide {
  padding: 60px 0;
  background: #fff;
}

.schedule-guide__head {
  margin: 0 0 32px;
}

.schedule-guide__ttl,
.how-to-choose__ttl {
  margin: 0;
  color: #e8edf7;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 82px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .06em;
}

.schedule-guide__sub,
.how-to-choose__sub {
  margin: 5px 0 20px;
  color: #111;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}

.schedule-guide__lead,
.how-to-choose__text {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.schedule-guide__port-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0;
      padding: 20px 0px;
  list-style: none;
}

.schedule-guide__port-item {
  padding: 10px 10px 10px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  text-align: center;
}
.schedule-guide__port-item:last-child {
  border-right: 0px solid #00133b;
}


.schedule-guide__port-item h3 {
  margin: 0 0 20px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .08em;
}

.schedule-guide__ship {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.schedule-guide__ship img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.schedule-guide__ship::before,
.schedule-guide__ship::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #c9d3e3;
  border-bottom: 2px solid #c9d3e3;
  transform: translateX(-50%) rotate(-45deg);
}

.schedule-guide__ship::before {
  top: -15px;
  transform: translateX(-50%) rotate(135deg);
}

.schedule-guide__ship::after {
  bottom: -15px;
}

.schedule-guide__route {
  margin: 0 0 8px;
  color: #00133b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.schedule-guide__days {
  margin: 0;
    color: #CA9823;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  border-top: 1px solid #dbdbdb;
    padding: 5px;
}

.schedule-guide__days span {
  font-size: 34px;
  letter-spacing: .02em;
  padding: 0 5px;
}

.schedule-guide__note {
  margin: 16px 0 0;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

/******************************
  輸送方法の選び方
******************************/
.how-to-choose {
  padding: 60px 0;
  background: #fff;
}

.how-to-choose__head {
  margin: 0 0 24px;
}

.how-to-choose__text {
  margin-bottom: 18px;
}

.how-to-choose__text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  .schedule-guide__ttl,
  .how-to-choose__ttl {
    font-size: 70px;
  }

  .schedule-guide__sub,
  .how-to-choose__sub {
    font-size: 22px;
  }

  .schedule-guide__port-item h3 {
    font-size: 22px;
  }

  .schedule-guide__days span {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .schedule-guide__port-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .how-to-choose {
  padding: 30px 0;
}
  .schedule-guide__port-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .schedule-guide__ttl,
  .how-to-choose__ttl {
    font-size: 50px;
  }

  .schedule-guide__sub,
  .how-to-choose__sub {
    font-size: 20px;
  }

  .schedule-guide__port-list {
    gap: 10px;
  }

  .schedule-guide__port-item {
    padding: 16px 10px 12px;
  }

  .schedule-guide__port-item h3 {
    font-size: 20px;
  }

  .schedule-guide__route {
    font-size: 16px;
  }

  .schedule-guide__days span {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .schedule-guide__port-list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/******************************
  輸送方法比較
******************************/
.transport-compare {
  padding: 60px 0;
  background: #fff;
}

.transport-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.transport-compare__card {
  overflow: hidden;
  border: 2px solid #00133b;
  border-radius: 8px;
}

.transport-compare__card--air {
  border-color: #247326;
}

.transport-compare__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  background: #00133b;
  color: #fff;
}

.transport-compare__card--air .transport-compare__top {
  background: #247326;
}

.transport-compare__top-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.transport-compare__top h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}

.transport-compare__body {
  padding: 22px;
  background: #f7fbff;
}

.transport-compare__card--air .transport-compare__body {
  background: #fff;
}

.transport-compare__lead {
  margin: 0 0 18px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.transport-compare__main-img {
  margin: 0 0 18px;
  text-align: center;
}

.transport-compare__main-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.transport-compare__box {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  margin: 0 0 12px;
  border: 1px solid #b7d0e8;
  border-radius: 8px;
  background: #edf7ff;
}

.transport-compare__box--air {
  min-height: 210px;
  border-color: #bfd9b7;
  background: #f0f8ec;
}

.transport-compare__box-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.transport-compare__box-content h3 {
  margin: 0 0 8px;
  color: #00133b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.transport-compare__card--air .transport-compare__box-content h3 {
  color: #247326;
}

.transport-compare__box-content p {
  margin: 0 0 8px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.transport-compare__box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.transport-compare__box-content li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 24px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.transport-compare__box-content li:last-child {
  margin-bottom: 0;
}

.transport-compare__box-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #00133b;
}

.transport-compare__card--air .transport-compare__box-content li::before {
  background: #247326;
}

.transport-compare__box-content li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: .48em;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.transport-compare__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.transport-compare__summary li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 78px;
  padding: 10px;
  border: 1px solid #d3e1ef;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 767px) {
.transport-compare__summary li {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 15px;
}
}



.transport-compare__card--air .transport-compare__summary li {
  border-color: #cfe2c9;
}

.transport-compare__summary-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.transport-compare__summary p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.transport-compare__card--air .transport-compare__summary p {
  color: #247326;
}

.transport-compare__summary span {
  font-size: 16px;
}

@media screen and (max-width: 1180px) {
  .transport-compare__grid {
    gap: 24px;
  }

  .transport-compare__top h2 {
    font-size: 26px;
  }

  .transport-compare__box {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .transport-compare__grid {
    grid-template-columns: 1fr;
  }

  .transport-compare__card {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
.transport-compare {
  padding: 30px 0;
}
}

@media screen and (max-width: 600px) {
  .transport-compare__body {
    padding: 16px;
  }

  .transport-compare__top h2 {
    font-size: 22px;
  }

  .transport-compare__box,
  .transport-compare__box--air {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .transport-compare__box-img img {
    max-height: 150px;
  }

  .transport-compare__summary {
    grid-template-columns: 1fr;
  }
}


/******************************
  中国輸入物流の流れ
******************************/
.import-flow {
  padding: 60px 0;
  background: #f2f3f8;
}

.import-flow__box {
  position: relative;
  padding: 70px 25px 25px;
  background: #fff;
  /* box-shadow: 0 0 22px rgba(0, 19, 59, .12); */
  overflow: hidden;
}

.import-flow__head {
  position: relative;
  z-index: 2;
  margin: 0 0 44px;
  text-align: center;
}

.import-flow__ttl {
  margin: 0;
  color: #eef3fb;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}

.import-flow__sub {
  margin: 0 0 26px;
  color: #00133b;
  font-family: "Times New Roman","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","MS PMincho","ＭＳ Ｐ明朝","Georgia",serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.import-flow__lead {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.import-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

/* 海上輸送日数ガイドページ */
.import-flow__list.five-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

.import-flow__item {
  position: relative;
  text-align: center;
}

.import-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 105px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #9a9a9a;
  border-right: 4px solid #9a9a9a;
  transform: rotate(45deg);
}

.import-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #00133b;
  color: #fff;
  font-family: "Times New Roman","Georgia",serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.import-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  margin: 0 0 16px;
}


.import-flow__icon img {
  display: block;
  width: 100%;
  max-width: 120px;
  object-fit: contain;
}

/* 海上輸送日数ガイドページ */
.five-columns .import-flow__icon img {
  display: block;
  width: 100%;
  max-width: 80px;
  object-fit: contain;
}

.import-flow__item h3 {
  margin: 0 0 16px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.import-flow__item p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.import-flow__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -25px;
  padding: 0;
  list-style: none;
  background: #00133b;
}

.import-flow__bottom li {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px 48px;
}

.import-flow__bottom li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 24px;
  width: 1px;
  height: calc(100% - 48px);
  background: rgba(255,255,255,.35);
}

.import-flow__bottom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
}

.import-flow__bottom-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.import-flow__bottom p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 1180px) {
  .import-flow__box {
    padding: 56px 44px 25px;
  }

  .import-flow__ttl {
    font-size: 104px;
  }

  .import-flow__sub {
    font-size: 30px;
  }

  .import-flow__list {
    gap: 28px;
  }

  .import-flow__item:not(:last-child)::after {
    right: -22px;
  }

  .import-flow__bottom {
    margin: 0 -44px;
  }

  .import-flow__bottom li {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 16px;
    padding: 24px 28px;
  }

  .import-flow__bottom-icon {
    width: 62px;
    height: 62px;
  }

  .import-flow__bottom p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .import-flow__box {
    padding: 50px 15px 25px;
  }

  .import-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 5px;
  }
  /* 海上輸送日数ガイドページ */
.import-flow__list.five-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 5px;
}

  .import-flow__item:not(:last-child)::after {
    display: none;
  }

  .import-flow__bottom {
    grid-template-columns: 1fr;
    margin: 0 0px;
  }

  .import-flow__bottom li:not(:last-child)::after {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .import-flow__box {
    padding: 44px 20px 20px;
  }

  .import-flow__ttl {
    top: -28px;
    font-size: 76px;
  }

  .import-flow__sub {
    font-size: 26px;
  }

  .import-flow__list {
    grid-template-columns: repeat(2, 1fr);
     gap: 30px 5px;
  }

    /* 海上輸送日数ガイドページ */
  .import-flow__list.five-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5px;
}

  .import-flow__item {
    align-items: center;
    text-align: left;
  }

  .import-flow__num {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .import-flow__icon {
    min-height: auto;
    margin: 0;
  }

  .import-flow__icon img {
    max-width: 200px;
  }
  .five-columns .import-flow__icon img {
max-width: 100px;
        padding: 10px;
  }

  .import-flow__item h3 {
    margin: 0 0 6px;
    font-size: 18px;
  }

  .import-flow__item p {
    font-size: 16px;
    line-height: 1.7;
  }

  .import-flow__bottom {
    margin: 0 -20px;
  }

  .import-flow__bottom li {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
  }

  .import-flow__bottom-icon {
    width: 52px;
    height: 52px;
  }

  .import-flow__bottom-icon img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 600px) {
  .import-flow__ttl {
    font-size: 54px;
  }

  .import-flow__sub {
    font-size: 22px;
  }

  .import-flow__lead {
    text-align: left;
  }

  .import-flow__item {
    grid-template-columns: 52px 78px minmax(0, 1fr);
    gap: 12px;
  }

  .import-flow__num {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .import-flow__icon img {
    max-width: 150px;
  }
  .five-columns .import-flow__icon img {
    max-width: 100px;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {

  .import-flow__list {
    grid-template-columns: 1fr;
  }

/* 海上輸送日数ガイドページ */
  .import-flow__list.five-columns {
    grid-template-columns: 1fr;
}

  .import-flow__item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .import-flow__num {
    margin: 0 auto;
  }

  .import-flow__icon {
    justify-content: center;
  }

  .import-flow__bottom li {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .import-flow__bottom-icon {
    margin: 0 auto;
  }
}


.four-column {
  padding: 60px 0;
}

.four-column__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
}

.four-column__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.four-column__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.four-column__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.four-column__content {
  flex: 1;
  padding: 10px 0 0;
}

.four-column__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
    .four-column__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}

@media screen and (max-width: 820px) {
  .four-column {
    padding: 50px 0;
  }


}

@media screen and (max-width: 767px) {
  .four-column__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .four-column {
    padding: 30px 0;
  }
  .four-column__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 15px;
  }
  .four-column__content {
    padding-top: 5px;
  }
}


.field-service {
  padding: 40px 0;
}

.field-service__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 10px;
}

.field-service__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #1d2b53;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 19, 59, 0.06);
}

.field-service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.field-service__icon img {
    display: block;
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}

.field-service__content {
  flex: 1;
}

.field-service__title {
  margin: 0px 0 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.field-service__lead {
  margin: 0 0 15px;
  color: #CA9823;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.field-service__detail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-service__detail li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.7;
}

.field-service__detail li:last-child {
  margin-bottom: 0;
}

.field-service__detail li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1180px) {
  .field-service__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .field-service__list {
    gap: 35px 16px;
  }

  .field-service__lead,
  .field-service__detail li {
    font-size: 15px;
  }
}

@media screen and (max-width: 820px) {
  .field-service {
    padding: 50px 0;
  }

  .field-service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 30px;
  }

  .field-service__lead,
  .field-service__detail li {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .field-service__list {
    gap: 40px 20px;
  }

  .field-service__title {
    font-size: 19px;
  }

  .field-service__lead,
  .field-service__detail li {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .field-service {
    padding: 40px 0;
  }

  .field-service__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .field-service__icon {
    margin-bottom: 15px;
  }

  .field-service__title {
    font-size: 20px;
  }

  .field-service__lead,
  .field-service__detail li {
    font-size: 15px;
  }
}


/* ----------------------------------------
shipping-delay
------------------------------------------ */
.shipping-delay {
  padding: 60px 0;
}

.shipping-delay__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
gap: 50px 40px;
  margin: 40px 0;
}

.shipping-delay__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  max-width: 340px;
  padding: 0 25px;
  text-align: center;
}

.shipping-delay__item::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}

.shipping-delay__item:nth-child(3)::after,
.shipping-delay__item:nth-child(5)::after {
  display: none;
}

.shipping-delay__icon {
  width: 70px;
margin: 10px auto 10px;
}

.shipping-delay__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.shipping-delay__title {
  margin-bottom: 8px;
  color: #00133b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.shipping-delay__text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .shipping-delay__list {
    gap: 35px;
  }

  .shipping-delay__item {
    width: calc((100% - 70px) / 3);
    padding: 0 18px;
  }

  .shipping-delay__item::after {
    right: -17px;
  }

  .shipping-delay__title {
    font-size: 20px;
  }

  .shipping-delay__text {
    font-size: 16px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .shipping-delay__list {
    gap: 35px 25px;
  }

  .shipping-delay__item {
    width: calc((100% - 50px) / 3);
    padding: 0 12px;
  }

  .shipping-delay__item::after {
    right: -12px;
  }

  .shipping-delay__icon {
    width: 65px;
  }

  .shipping-delay__title {
    font-size: 19px;
  }


}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .shipping-delay__list {
    gap: 35px 30px;
  }

  .shipping-delay__item {
    width: calc((100% - 30px) / 2);
    max-width: 320px;
    padding: 0 15px;
  }

  .shipping-delay__item::after {
    display: none;
  }

  .shipping-delay__icon {
    width: 62px;
  }

  .shipping-delay__title {
    font-size: 18px;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .shipping-delay {
    padding: 50px 0;
  }

  .shipping-delay__list {
    gap: 30px 20px;
  }

  .shipping-delay__item {
    width: calc((100% - 20px) / 2);
    padding: 0 10px;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .shipping-delay {
    padding: 45px 0;
  }

  .shipping-delay__list {
    gap: 30px;
  }

  .shipping-delay__item {
    width: 100%;
    max-width: 320px;
    padding: 0;
  }

  .shipping-delay__icon {
    width: 60px;
  }

  .shipping-delay__title {
    font-size: 18px;
  }
}


/* ----------------------------------------
stone-support
------------------------------------------ */
.stone-support {
  padding: 60px 0;
}

.stone-support__group--solution {
  margin-top: 10px;
}

.stone-support__heading {
    position: relative;
    margin: 5px 0 20px;
    padding-bottom: 12px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    color: #00133b;
}

.stone-support__heading::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70px;
    height: 3px;
    background: #CA9823;
}

.stone-support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stone-support__list--problem .stone-support__item {
  width: 25%;
}

.stone-support__list--solution .stone-support__item {
  width: 25%;
}

.stone-support__item {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.stone-support__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}

.stone-support__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 65px;
  margin: 0 auto 15px;
}

.stone-support__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.stone-support__title {
  margin-bottom: 10px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-support__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
.stone-support__title {
  margin-bottom: 5px;
  font-size: 18px;
}
.stone-support__text {
  font-size: 14px;
  text-align: left;
}
}


/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .stone-support__item {
    padding: 0 18px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .stone-support__list {
    gap: 40px 0;
  }

  .stone-support__list--problem .stone-support__item,
  .stone-support__list--solution .stone-support__item {
    width: 50%;
  }

  .stone-support__item:nth-child(2n)::after {
    display: none;
  }

  .stone-support__list--solution .stone-support__item:last-child::after {
    display: none;
  }

  .stone-support__list--solution .stone-support__item:last-child {
    margin-right: 50%;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .stone-support__heading {
    margin-bottom: 35px;
  }

  .stone-support__group--solution {
    margin-top: 55px;
  }

  .stone-support__item {
    padding: 0 15px;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .stone-support__list {
    gap: 35px 20px;
  }

  .stone-support__list--problem .stone-support__item,
  .stone-support__list--solution .stone-support__item {
    width: calc((100% - 20px) / 2);
  }

  .stone-support__list--solution .stone-support__item:last-child {
    margin-right: 0;
  }

  .stone-support__item::after {
    display: none;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .stone-support {
    padding: 45px 0;
  }

  .stone-support__group--solution {
    margin-top: 50px;
  }

  .stone-support__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .stone-support__list {
    gap: 10px 10px;
  }

  .stone-support__list--problem .stone-support__item,
  .stone-support__list--solution .stone-support__item {
    width: calc((100% - 24px) / 2);
    padding: 0;
  }

  .stone-support__list--problem .stone-support__item:last-child,
  .stone-support__list--solution .stone-support__item:last-child {
    margin-bottom: 0;
  }
}

/* ----------------------------------------
price-factor
------------------------------------------ */
.price-factor {
  padding: 60px 0;
}

.price-factor__head {
  margin-bottom: 35px;
  text-align: center;
}

.price-factor__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #00133b;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
      font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", "ＭＳ Ｐ明朝", "Georgia", serif;
}

.price-factor__heading::before,
.price-factor__heading::after {
  width: 55px;
  height: 2px;
  background: #ca9823;
  content: "";
}

.price-factor__lead {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.price-factor__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 25px 0px;
}

.price-factor__item {
  padding: 30px 25px;
  background: #fff;
  border: none;
  border-right: 1px solid #d9dde5;
  text-align: center;
  border-radius: 0px;
}

.price-factor__item:nth-child(3),.price-factor__item:nth-child(6) {
  border-right: 0px solid #d9dde5;
}
@media screen and (max-width: 820px) {
.price-factor__item:nth-child(2),.price-factor__item:nth-child(4),.price-factor__item:nth-child(6)  {
  border-right: 0px solid #d9dde5;
}
.price-factor__item:nth-child(3){
  border-right: 1px solid #d9dde5;
}
}

@media screen and (max-width: 480px) {
.price-factor__item {
  border-right: 0px solid #d9dde5;;
}
}



.price-factor_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 75px;
  margin: 0 auto 18px;
}

.price-factor_icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.price-factor__title {
  margin-bottom: 12px;
  color: #00133b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.price-factor__text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.price-factor_note {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
.price-factor_note {
  font-size: 16px;
  text-align: left;
}
}

/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .price-factor__list {
    gap: 20px;
  }

  .price-factor__item {
    padding: 28px 20px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .price-factor__item {
    padding: 25px 18px;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .price-factor__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-factor__heading {
    font-size: 26px;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .price-factor {
    padding: 50px 0;
  }

  .price-factor__heading {
    gap: 15px;
  }

  .price-factor__heading::before,
  .price-factor__heading::after {
    width: 35px;
  }
  .price-factor_icon {
    margin: 0 auto 10px;
}
.price-factor__title {
    margin-bottom: 0px;
    font-size: 18px;
}
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .price-factor {
    padding: 45px 0;
  }

  .price-factor__head {
    margin-bottom: 30px;
  }

  .price-factor__heading {
    gap: 10px;
    font-size: 22px;
  }

  .price-factor__heading::before,
  .price-factor__heading::after {
    width: 20px;
  }

  .price-factor__list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .price-factor__item {
    padding: 10px 10px;
  }

  .price-factor__text {
    text-align: center;
  }

  .price-factor__note {
    text-align: left;
  }
}

.check_text {
    position: relative;
    margin: 0 0 14px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.check_text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 20px;
    height: 20px;
    background: #CA9823;
    border-radius: 50%;
}
.check_text::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0.44em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}





/* ----------------------------------------
service-flow
------------------------------------------ */

.service-flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-flow__list--problem .service-flow__item {
  width: 20%;
}

.service-flow__list--solution .service-flow__item {
  width: 20%;
}

.service-flow__item {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.service-flow__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}

.service-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100px;
    height: 100px;
  margin: 0 auto 15px;
}

.trouble_style .service-flow__icon {
    width: 70px;
    height: 70px;
}

.service-flow__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-flow__title {
  margin-bottom: 10px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.trouble_style .service-flow__title {
  font-size: 16px;
}


.service-flow__text {
  color: #00133b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  min-height: 100px;
}

.service-flow__text_sub {
  color: #CA9823;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}


@media screen and (max-width: 767px) {
.service-flow__title {
  margin-bottom: 5px;
  font-size: 18px;
}
.service-flow__text {
  font-size: 14px;
  text-align: left;
}
}


/* ----------------------------------------
1180px
------------------------------------------ */
@media screen and (max-width: 1180px) {
  .service-flow__item {
    padding: 0 18px;
  }
}

/* ----------------------------------------
1024px
------------------------------------------ */
@media screen and (max-width: 1024px) {
  .service-flow__list {
    gap: 40px 0;
  }

  .service-flow__list--problem .service-flow__item,
  .service-flow__list--solution .service-flow__item {
    width: 50%;
  }

  .service-flow__item:nth-child(2n)::after {
    display: none;
  }

  .service-flow__list--solution .service-flow__item:last-child::after {
    display: none;
  }

  .service-flow__list--solution .service-flow__item:last-child {
    margin-right: 50%;
  }
}

/* ----------------------------------------
820px
------------------------------------------ */
@media screen and (max-width: 820px) {
  .service-flow__heading {
    margin-bottom: 35px;
  }

  .service-flow__group--solution {
    margin-top: 55px;
  }

  .service-flow__item {
    padding: 0 15px;
  }
}

/* ----------------------------------------
767px
------------------------------------------ */
@media screen and (max-width: 767px) {
  .service-flow__list {
    gap: 35px 20px;
  }

  .service-flow__list--problem .service-flow__item,
  .service-flow__list--solution .sservice-flow__item {
    width: calc((100% - 20px) / 2);
  }

  .service-flow__list--solution .service-flow__item:last-child {
    margin-right: 0;
  }

  .service-flow__item::after {
    display: none;
  }
}

/* ----------------------------------------
480px
------------------------------------------ */
@media screen and (max-width: 480px) {
  .service-flow {
    padding: 45px 0;
  }

  .service-flow__group--solution {
    margin-top: 50px;
  }

  .service-flow__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .service-flow__list {
    gap: 10px 10px;
  }

  .service-flow__list--problem .service-flow__item,
  .service-flow__list--solution .service-flow__item {
    width: calc((100% - 24px) / 2);
    padding: 0;
  }

  .service-flow__list--problem .service-flow__item:last-child,
  .service-flow__list--solution .service-flow__item:last-child {
    margin-bottom: 0;
  }
}


/******************************

  通関サポート

******************************/

.customs-support {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 18px 24px;
  background: #f7f9fc;
  border-radius: 6px;
}

.customs-support__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  padding-right: 5px;
    /* border-right: 1px solid #CA9823; */
}

.customs-support__icon img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.customs-support__text {
  flex: 1;
  min-width: 0;
}

.customs-support__lead {
  margin: 0 0 5px;
  color: #00133b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.customs-support__sub {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.customs-support__btn {
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .customs-support {
    padding: 18px 20px;
  }

  .customs-support__lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 820px) {
  .customs-support {
    flex-wrap: wrap;
  }

  .customs-support__text {
    flex: 1;
  }

  .customs-support__btn {
    width: 100%;
    padding-left: 72px;
  }
}

@media screen and (max-width: 767px) {
  .customs-support {
    gap: 15px;
    padding: 18px 15px;
  }

  .customs-support__icon {
    width: 45px;
    padding-right: 15px;
  }

  .customs-support__icon img {
    width: 34px;
    height: 40px;
  }

  .customs-support__lead {
    font-size: 14px;
  }

  .customs-support__sub {
    font-size: 13px;
  }

  .customs-support__btn {
    padding-left: 0;
  }

  .customs-support__btn .contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .customs-support {
    align-items: flex-start;
  }
}


/******************************

  石材製品

******************************/

.stone-products {
  padding: 50px 0;
}

.stone-products__lead {
  margin: 0 0 25px;
  color: #00133b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.stone-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.stone-products-card {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
}

.stone-products-card__img {
  position: relative;
  overflow: hidden;
}

.stone-products-card__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.stone-products-card__num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 52px;
  padding: 10px 8px;
  background: #00133b;
  color: #fff;
  font-family: "Times New Roman","Georgia",serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.stone-products-card__content {
  padding: 18px 22px 20px;
}

.stone-products-card__head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.stone-products-card__icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.stone-products-card__head h3 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbc2cc;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-products-card__content > p {
  margin: 0;
  padding-left: 50px;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/******************************

  混載可能

******************************/

.stone-products-mixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 25px;
  padding: 18px 28px;
  background: #f7f5f0;
  border-radius: 6px;
}

.stone-products-mixed__main {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.stone-products-mixed__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #00133b;
}

.stone-products-mixed__icon img {
  display: block;
    width: 36px;
    height: 36px;
  object-fit: contain;
}

.stone-products-mixed__text h3 {
  margin: 0 0 4px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-products-mixed__text p {
  margin: 0;
  color: #00133b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.stone-products-mixed__list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 28px;
  margin: 0;
  padding: 0 0 0 30px;
  border-left: 1px solid #9da6b5;
  list-style: none;
}

.stone-products-mixed__list li {
  position: relative;
  padding-left: 24px;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.stone-products-mixed__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #CA9823;
}

.stone-products-mixed__list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1180px) {
  .stone-products__grid {
    gap: 16px;
  }

  .stone-products-card__content {
    padding: 16px 18px 18px;
  }

  .stone-products-card__head h3 {
    font-size: 18px;
  }

  .stone-products-mixed {
    gap: 20px;
    padding: 18px 20px;
  }

  .stone-products-mixed__list {
    gap: 18px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .stone-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stone-products-mixed {
    display: block;
  }

  .stone-products-mixed__list {
    margin-top: 18px;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid #9da6b5;
  }
}

@media screen and (max-width: 820px) {
  .stone-products {
    padding: 40px 0;
  }

  .stone-products__lead {
    text-align: left;
  }

  .stone-products-mixed__list {
    justify-content: space-between;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .stone-products__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stone-products-card__img img {
    aspect-ratio: 16 / 8;
  }

  .stone-products-card__head h3 {
    font-size: 18px;
  }

  .stone-products-card__content > p {
    padding-left: 50px;
    font-size: 13px;
  }

  .stone-products-mixed__list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .stone-products-card__img img {
    aspect-ratio: 16 / 9;
  }

  .stone-products-card__content {
    padding: 15px;
  }

  .stone-products-card__content > p {
    padding-left: 44px;
  }

  .stone-products-mixed {
    padding: 18px 15px;
  }

  .stone-products-mixed__main {
    align-items: flex-start;
    gap: 14px;
  }

  .stone-products-mixed__icon {
    width: 50px;
    height: 50px;
  }

  .stone-products-mixed__text h3 {
    font-size: 18px;
  }
}


.section-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}

.section-arrow span {
  position: relative;
  display: block;
    width: 30px;
    height: 30px;
}

.section-arrow span::before,
.section-arrow span::after {
  content: "";
  position: absolute;
  left: 50%;
    width: 20px;
    height: 20px;
  border-right: 2px solid #CA9823;
  border-bottom: 2px solid #CA9823;
  transform: translateX(-50%) rotate(45deg);
}

.section-arrow span::before {
  top: -8px;
}

.section-arrow span::after {
  top: 2px;
}


/******************************

  石材輸送相談

******************************/

.stone-consult-box {
  margin-top: 30px;
}

.stone-consult-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 30px;
  background: #f3f6fb;
  border-radius: 7px;
}

.stone-consult-box__main {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.stone-consult-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.stone-consult-box__icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.stone-consult-box__text h3 {
  margin: 0 0 6px;
  color: #00133b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-consult-box__text p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.stone-consult-box__list {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stone-consult-box__list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.stone-consult-box__list li:last-child {
  margin-bottom: 0;
}

.stone-consult-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00133b;
}

.stone-consult-box__list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.stone-consult-box__bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 18px;
}

.stone-consult-box__line {
  flex: 1;
  height: 1px;
  background: #CA9823;
}

.stone-consult-box__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.stone-consult-box__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

.stone-consult-box__tel-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.stone-consult-box__tel p {
  margin: 0;
  color: #00133b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .stone-consult-box__top {
    gap: 25px;
    padding: 20px 24px;
  }

  .stone-consult-box__text h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 820px) {
  .stone-consult-box__top {
    display: block;
  }

  .stone-consult-box__list {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #d9dfe8;
  }

  .stone-consult-box__bottom {
    gap: 15px;
  }

  .stone-consult-box__tel p {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .stone-consult-box__top {
    padding: 18px 15px;
  }

  .stone-consult-box__main {
    align-items: flex-start;
    gap: 15px;
  }

  .stone-consult-box__icon,
  .stone-consult-box__icon img {
    width: 52px;
    height: 52px;
  }

  .stone-consult-box__text h3 {
    font-size: 17px;
  }

  .stone-consult-box__text p,
  .stone-consult-box__list li,
  .stone-consult-box__tel p {
    font-size: 13px;
  }

  .stone-consult-box__bottom {
    gap: 10px;
  }

  .stone-consult-box__line {
    display: none;
  }

  .stone-consult-box__tel {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .stone-consult-box__main {
    display: block;
  }

  .stone-consult-box__icon {
    margin-bottom: 10px;
  }

  .stone-consult-box__tel {
    align-items: flex-start;
  }
}