@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.shahan .inner-hero h1 img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .shahan .inner-hero h1 img {
    object-fit: contain;
    height: auto;
  }
}
.shahan .shahan_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .shahan_link {
    flex-direction: column;
    margin-top: 0.625rem;
  }
}
.shahan .shahan_link_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .shahan_link_item {
    flex-direction: column;
    row-gap: 0.625rem;
    margin-top: 0.625rem;
  }
}
.shahan .shahan_link_item a {
  max-width: 299px;
}
@media only screen and (max-width: 1023px) {
  .shahan .shahan_link_item a {
    max-width: 100%;
  }
}
.shahan .sec01-inner01 h4 {
  background: #3479e0;
  color: #fff;
  text-align: center;
  margin-top: 0.625rem;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-inner01 h4 {
    display: block;
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
.shahan .sec01-list {
  margin-top: 0.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-list {
    gap: 10px;
  }
}
.shahan .sec01-list_item {
  width: calc((100% - 40px) / 4);
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-list_item {
    width: calc((100% - 10px) / 2);
  }
}
.shahan .sec01-list_name {
  font-weight: 600;
  color: #3479e0;
  margin-top: 0.3125rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-list_name {
    font-size: 0.75rem;
  }
}
.shahan .sec01-list_add {
  font-size: 0.875rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-list_add {
    font-size: min(12px, 2.5vw);
  }
}
.shahan .sec01-box02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02 {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
.shahan .sec01-box02_item {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02_item {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.shahan .sec01-box02_item ul {
  margin-top: 1.25rem;
  display: flex;
  align-items: stretch;
  gap: 5px;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02_item ul {
    margin-top: 0.625rem;
    flex-wrap: wrap;
  }
}
.shahan .sec01-box02_item ul li {
  background: #3479e0;
  color: #ffff00;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  width: calc((100% - 5px) / 4);
  padding: 1.25rem 0;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02_item ul li {
    width: calc((100% - 5px) / 2);
    font-size: min(13px, 3.5vw);
    border-radius: 5px;
    line-height: 1.4;
    padding: 0.3125rem 0;
  }
}
.shahan .sec01-box02_item_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #000099;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
@media only screen and (min-width: 1024px) {
  .shahan .sec01-box02_item_inner div .con-note {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.shahan .sec01-box02_item_inner img {
  width: 206px;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02_item_inner img {
    width: 40%;
    margin-left: 0.625rem;
  }
}
.shahan .sec01-box02_text01 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec01-box02_text01 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.shahan .sec01-box02_text02 {
  margin-top: 0.625rem;
}
.shahan .sec02-box01 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .shahan .sec02-box01 {
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.625rem;
  }
}
.shahan .sec02-box01_inner {
  width: 360px;
}
.shahan .sec02-box01_inner img {
  width: 360px;
}
@media only screen and (min-width: 1024px) {
  .shahan .sec02-box01_inner02 {
    display: flex;
    flex-direction: column;
  }
  .shahan .sec02-box01_inner02 .shahan_link_item {
    margin-top: auto;
  }
}