@media screen and (min-width: 768px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none !important;
  }
}
.fade {
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.colorblue {
  color: #0d6fb8;
}
.colorblack {
  color: #222222;
}

.backgroundcolor-baige {
  background-color: #f9f3e0;
}
.backgroundcolor-blue {
  background-color: #0d6fb8;
}
.backgroundcolor-white {
  background-color: #ffffff;
}
.backgroundcolor-baigeimage {
  background-image: url(../image/common/backbeige_big.png);
  background-size: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.relative {
  position: relative;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
h2.h2_1 {
  text-align: center;
  color: #222;
  font-family: "LineSeedJP_Bd";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  h2.h2_1 {
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
  }
}
h2.h2_1 p {
  letter-spacing: 0.1em;
}
h2.h2_1 span {
  display: block;
  color: #0d6fb8;
  text-align: center;
  font-family: Fredoka;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  h2.h2_1 span {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.6px;
  }
}

h2.h2_2 {
  color: #222;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  h2.h2_2 {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 40px;
  }
}
h2.h2_2 span {
  color: #0d6fb8;
  text-align: center;
  font-family: Fredoka;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.63px;
  margin-bottom: 6px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h2.h2_2 span {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
button {
  width: 238px;
  height: 64px;
  margin: 0 auto;
  display: block;
  border-radius: 100vh;
  text-align: left;
  padding-left: 30px;
  border: 1px solid #0d6fb8;
  transition: all 0.3s ease;
}
button a {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  text-align: left;
}
button.backgroundcolor-blue:after {
  position: absolute;
  right: 13px;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowwhite.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
button.backgroundcolor-blue:hover {
  background-color: #fff;
  color: #0d6fb8;
}
button.backgroundcolor-blue:hover a {
  color: #0d6fb8;
}
button.backgroundcolor-blue:hover:after {
  background-image: url(../image/common/buttonarrowblue.svg);
}
button.backgroundcolor-white a {
  color: #0d6fb8;
}
button.backgroundcolor-white:after {
  position: absolute;
  right: 15px;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
button.backgroundcolor-white:hover {
  background-color: #0d6fb8;
}
button.backgroundcolor-white:hover a {
  color: #fff;
}
button.backgroundcolor-white:hover:after {
  background-image: url(../image/common/buttonarrowwhite.svg);
}
/* お知らせ */
.newslist {
  border-top: 1px solid #fff;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .newslist {
    margin: 0 auto;
    width: 88.3vw;
    margin-bottom: 40px;
  }
}
.newslist li {
  border-bottom: 1px solid #fff;
  padding: 30px 0 28px;
}
@media screen and (max-width: 768px) {
  .newslist li {
    padding: 25px 0 23px;
    padding-right: 40px;
  }
}
.newslist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newslist li a {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  color: #222;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .newslist li a {
    flex-wrap: wrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
    gap: 5px;
  }
}
.newslist li a::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../image/common/buttonarrowblue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .newslist li a::after {
    width: 30px;
    height: 30px;
    right: -40px;
    bottom: 0;
    transform: translateY(0);
    background-image: url(../image/common/buttonarrowblue-sp.svg);
  }
}
.newslist li a:hover {
  color: #f1c846;
}
.newslist li a:hover::after {
  background-image: url(../image/common/buttonarrowyellow.svg);
}

.newslist li a .date {
  color: #222;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  width: 108px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .newslist li a .date {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 30px */
    letter-spacing: 0.45px;
    display: block;
    width: 100%;
    padding: 0;
  }
}

.pagewrap {
  padding-top: 14.34px;
  margin-top: 83.657px;
  background-image: url(../image/common/pageback.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .pagewrap {
    padding-top: 24px;
    margin-top: 65px;
    padding-bottom: 80px;
  }
}

/* ページの上部mv */
.page-head {
  height: 531px;
  position: relative;
  width: clamp(320px, 90%, 1270px);
  margin: 0 auto 116px;
}
@media screen and (max-width: 768px) {
  .page-head {
    height: 200px;
    margin: 0 auto;
  }
}
.page-head-inner .image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-head-inner .image {
    border-radius: 30px;
  }
}
.page-head-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-head-inner .image::after {
  content: "";
  display: block;
  width: 419px;
  height: 84px;
  aspect-ratio: 419/84;
  background-image: url(../image/common/page-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (max-width: 768px) {
  .page-head-inner .image::after {
    width: 229px;
    height: 46px;
    aspect-ratio: 229/46;
  }
}
@media screen and (max-width: 768px) {
  .page-head-inner {
    height: 100%;
  }
}

.page-head-circle {
  width: 419px;
  height: 84px;
  aspect-ratio: 419/84;
  position: absolute;
  bottom: 0;
}
.page-head-inner h2.page-title {
  position: absolute;
  bottom: -69px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  text-align: center;
  font-family: "LINE Seed JP App_OTF";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
}
.page-head-inner h2.page-title span {
  color: #0d6fb8;
  display: block;
  text-align: center;
  font-family: Fredoka;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-head-inner h2.page-title {
    font-size: 28px;
    letter-spacing: 0.84px;
    bottom: -57px;
  }

  .page-head-inner h2.page-title span {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.workscontents-head h2.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  text-align: center;
  font-family: "LINE Seed JP App_OTF";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.14px;
  z-index: 2;
}
.workscontents-head h2.page-title span {
  color: #0d6fb8;
  display: block;
  text-align: center;
  font-family: Fredoka;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
}
