@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/* base style */
html main {
  width: 100%;
  position: relative;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
}

/* List */
ul {
  list-style: none;
}

ol {
  list-style: none;
}

/* span */
span.aqua {
  color: #158FCB;
}

span.small {
  font-size: 78%;
}

html .pc {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  html .pc {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  html .sp {
    display: none !important;
  }
}

body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  background-color: #fff;
  /* font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  left: 0;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ページ */
#header_wrap {
  background: #295789;
  text-align: center;
  height: 200px;
  background-image: url("../images/common/tit_shiroki.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  /* 画質 */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

#header {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.askul_logo{
  width: 40%;
  max-width: 432px;
}

.shiroki_logo{
  width: 50%;
  max-width: 510px;
}

.askul_logo img,
.shiroki_logo img {
  display: block;
  width: 100%;
  height: auto;
  /* 画質補助 */
  shape-rendering: geometricPrecision;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

@media screen and (max-width: 767.98px) {
  #header {
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .askul_logo{
    min-width: 220px;
  }
  .shiroki_logo{
    min-width: 260px;
  }
}

#footer_wrap {
  background: #000;
  text-align: center;
  padding: 1% 0;
}

#footer {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.button {
  width: 200px;
  height: 30px;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  font-variant-numeric: ordinal;
}
.button a::before {
    content: "\25C0\FE0E";
    font-family: sans-serif;
    margin-right: 0.5em;
    display: inline-block;
}

#copyright_wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px 15px;
  background: #FFF;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  color: #000;
}

/* ------- ↓↓ update 2026.0617 ↓↓ ------- */

/* 共通style */

.contents_wrap {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec {
  padding-top: 60px;
}

@media screen and (max-width: 767.98px) {
  .sec {
    padding-top: 40px;
  }
}

.sec_ttl {
  font-weight: bold;
  line-height: 1;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sec_ttl .sec_subttl {
  line-height: 2;
  font-size: 2rem;
  color: #158FCB;
  margin-left: 22px;
}

@media screen and (max-width: 767.98px) {
  .sec_ttl {
    font-size: 2.6rem;
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .sec_ttl .sec_subttl {
    font-size: 1.8rem;
    display: flex;
    margin-left: 10px;
  }
}

/* ========================
  INFORMATION
======================== */

.company_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 46px;
  margin-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.company_table tbody,
.company_table tr,
.company_table th,
.company_table td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

.company_table tr {
  width: 100%;
  display: flex;
  position: relative;
}

.company_table th {
  border-top: 1px solid #CCCCCC;
  width: 200px;
  background-color: #F3F3F3;
  text-align: left;
  font-weight: 700;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.company_table td {
  border-top: 1px solid #CCCCCC;
  width: calc(100% - 172px);
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  padding: 15px 30px;
}

.company_table td p,
.company_table td ul {
  width: 100%;
  line-height: 1.625;
}

.company_table td p {
  margin-bottom: 4px;
}

.company_table td p:last-child {
  margin-bottom: 0;
}

.company_table td ul li {
  margin-bottom: 5px;
}

.company_table td ul li:last-child {
  margin-bottom: 0;
}

/* 注記テキスト */
.note_text {
  font-size: 16px;
  color: #808080;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .company_table tr {
    display: block;
    width: 100%;
  }

  .company_table th {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px;
    width: 100%;
  }

  .company_table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-top: none;
  }
}


/* ========================
  OFFICE
======================== */

.office_wrap {
  margin-top: 40px;
}

.office_column {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.office_column__l {
  width: calc(50% - 20px);
}

.office_column__r {
  width: calc(50% - 20px);
}

.office_name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.office_address {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.office_img {
  width: 100%;
}

.office_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767.98px) {
  .office_wrap {
    margin-top: 20px;
  }

  .office_column {
    display: block;
  }

  .office_column__l,
  .office_column__r {
    width: 100%;
  }

  .office_column__l {
    margin-bottom: 30px;
  }
}

/* ========================
  MAIN SERVICE
======================== */

.main-service_lead {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-service_subttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

.main-service_txt {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {

  .main-service_subttl {
    font-size: 18px;
  }
}


/* ========================
  ASKUL SERVICES
======================== */

.askul-service_lead {
  margin-top: 16px;
  margin-bottom: 20px;
}

.askul-service_list li {
  position: relative;
  padding-left: 16px;
}
.askul-service_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.askul-service_list_bottom {
  margin-top: 20px;
}

.askul-service_desc {
  width: 100%;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 45px;
  padding: 22px 34px 22px 44px;
  background-color: #F3F3F3;
}

.askul-service_image {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .askul-service_desc {
    margin-bottom: 20px;
    padding: 20px 14px;
  }
}

/* ========================
  CUMULATIVE DISCOUNT
======================== */

.cumulative-discount_lead {
  margin-top: 16px;
  margin-bottom: 20px;
}

.cumulative-discount_list li {
  position: relative;
  padding-left: 16px;
}
.cumulative-discount_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.cumulative-discount_list_bottom {
  margin-top: 20px;
}

/* ========================
  PAPURI SERVICE
======================== */

.papuri_lead {
  margin-top: 16px;
  margin-bottom: 40px;
}

.papuri_column {
  width: 100%;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.papuri_item {
  width: calc((100% - 44px) / 3);
  height: 105px;
  background-color: #111184;
  color: #fff;
  font-weight: bold;
  padding: 0px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.papuri_item:hover {
  opacity: 0.8;
}

.papuri_item .item_icon {
  width: 42px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.papuri_item .item_icon img {
  width: 100%;
  object-fit: contain;
}

.papuri_item .item_text {
  flex-grow: 0;
  white-space: nowrap;
}

.papuri_item .item_arrow {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #fff 1px solid;
  flex-shrink: 0;
}

.papuri_item .item_arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
  margin-left: -4px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .papuri_column {
    gap: 10px;
  }
  
  .papuri_item {
    width: calc((100% - 20px) / 3);
    padding: 0 15px;
  }

  .papuri_item .item_text {
    font-size: clamp(14px, 1.375rem - 0.781vw, 16px);
  }
}

@media screen and (max-width: 767.98px) {
  .papuri_lead {
    margin-bottom: 20px;
  }

  .papuri_column {
    flex-direction: column;
    gap: 12px;
  }

  .papuri_item {
    width: 100%;
    height: 80px;
    justify-content: flex-start;
    padding: 0 25px;
  }
}

/* ========================
  CONTACT
======================== */

#contact .sec_ttl span{
  display: inline-block;
}

.contact_lead {
  margin-top: 16px;
  margin-bottom: 16px;
}

.contact_content {
  width: 100%;
  height: auto;
  padding: 78px 0 70px;
  background-color: #387C9E;
  text-align: center;
}

.contact_content__heading {
  color: #fff;
  margin-bottom: 24px;
}

.contact_content__heading .en {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.contact_content__heading .en::first-letter {
  color: #000;
}

.contact_content__heading .jp {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

.contact_box {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

.contact_box::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #dde405 transparent;
}

.contact_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #28a4e1;
}

.contact_item .ttl {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 12px;
}

.contact_item .ttl::before {
  display: inline-block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("../images/common/contact_ico_tel.png") no-repeat left top/37px auto;
  margin-right: 13px;
  transform: translateY(2px);
}

.contact_item .label {
  display: inline-block;
  width: 85%;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  border: 2px solid #28a4e1;
}

.contact_item .label span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .contact_item .label {
    font-size: 1.6rem;
    width: 29%;
    margin-left: 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .contact_content__heading .en {
    font-size: 40px;
  }

  .contact_content__heading .jp {
    font-size: 20px;
  }

  .contact_item .ttl {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 12px;
  }

  .contact_item .ttl::before {
    width: 27px;
    height: 27px;
    background-size: 27px auto;
    margin-right: 10px;
  }

}