html,body {
  overflow-x: hidden;
}

/*ハンバーガーメニュー*/
/* 画面サイズが1200px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 1200px) {
  .sp-menu {
    display: none;
  }
}

/* 以下は前回までの内容 */
.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #71C5E8;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #71C5E8;
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 70px 10px 0;
  font-family: var(--font-family-heiseimaru_gothic_std-w8);
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}


/*リンクの色を変えないようにする*/
a,a:hover,a:visited{
    color: #FFFFFF;
}


/*スクロールをスムーズにする*/
html { scroll-behavior: smooth;}




/* screen - index */

.index {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 2713px;
  overflow: hidden;
  width: 100%;
}

.index .flex-col-5 {
  align-items: flex-start;
  min-height: 466px;
}

.index .menu {
  align-items: flex-end;
  background-color: var(--seagull);
  display: flex;
  height: 122px;
  min-width: 100%;
  padding: 2.4px 19px;
}

.index .overlap-group-3 {
  height: 110px;
  position: relative;
  width: 203px;
}

.index .title-1 {
  color: var(--white);
  font-family: var(--font-family-mochiypop-regular);
  font-size: 60px;
  font-weight: 400;
  left: 46px;
  letter-spacing: 0;
  line-height: 60px;
  position: absolute;
  top: 19px;
  white-space: nowrap;
}

.index .jsl-1 {
  left: 0;
  letter-spacing: 0;
  line-height: 16px;
  position: absolute;
  top: 82px;
  white-space: nowrap;
}

.index .logo-maru-1 {
  height: 50px;
  left: -5px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.index .form-2 {
  align-self: center;
  display: flex;
  height: 33px;
  margin-left: 2.0px;
  margin-top: 160px;
  width: 134px;
}

.index .text-28 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w8);
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: -2px;
  margin-right: -2px;
  width: 134px;
}

.index .list-1 {
  display: flex;
  gap: 4.5px;
  height: 45px;
  margin-left: 49.5px;
  margin-top: 106px;
  width: 189px;
}

.index .x7-2 {
  margin-left: -7.5px;
  object-fit: cover;
  width: 15px;
}

.index .text-29 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 35px;
  font-weight: 400;
  line-height: 83px;
  margin-bottom: 26.5px;
  margin-right: -2px;
  margin-top: -18.5px;
}

.index .flex-row-3 {
  align-items: center;
  display: flex;
  margin-top: 66px;
  min-width: 1005px;
}

.index .overlap-group7-1 {
  height: 176px;
  position: relative;
  width: 159px;
}

.index .keiyaku-1 {
  align-items: flex-start;
  background-image: url(../img/file-------------4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 159px;
  padding: 28px 41px;
  position: absolute;
  top: 17px;
}

.index .text-4 {
  line-height: 18px;
  min-height: 20px;
}

.index .x1gakki-1 {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 5px;
  min-width: 65px;
  padding: 6px 8px;
  position: absolute;
  top: 0;
}

.index .text-48 {
  line-height: 17px;
  min-height: 19px;
  min-width: 46px;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.index .arrow1-1 {
  height: 25px;
  margin-left: 8px;
  margin-top: 22.71px;
  object-fit: cover;
  width: 35px;
}

.index .kaitei-2 {
  align-items: flex-end;
  align-self: flex-end;
  background-image: url(../img/file-------------5@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  gap: 44px;
  margin-left: 8px;
  min-height: 159px;
  padding: 14px 12.5px;
  width: 158px;
}

.index .overlap-group1-2 {
  height: 58px;
  margin-top: 14px;
  position: relative;
  width: 84px;
}

.index .text-39 {
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}

.index .overlap-group-4 {
  height: 52px;
  left: 24px;
  position: absolute;
  top: 7px;
  width: 61px;
}

.index .x77-1 {
  height: 39px;
  left: 22px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 39px;
}

.index .x1 {
  height: 13px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 38px;
  width: 26px;
}

.index .text-40 {
  align-self: center;
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-right: 1.0px;
  min-height: 15px;
  min-width: 41px;
}

.index .arrow2-1 {
  height: 25px;
  margin-left: 10px;
  margin-top: 22.71px;
  object-fit: cover;
  width: 35px;
}

.index .overlap-group6-1 {
  align-self: flex-start;
  height: 176px;
  margin-left: 6px;
  position: relative;
  width: 158px;
}

.index .syuzai-2 {
  align-items: flex-start;
  background-image: url(../img/file-------------3@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 158px;
  padding: 28.0px 59.0px;
  position: absolute;
  top: 17px;
}

.index .gakki-1 {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 6px;
  min-width: 65px;
  padding: 6px 7px;
  position: absolute;
  top: 0;
}

.index .text-7 {
  line-height: 17px;
  min-height: 19px;
  min-width: 48px;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.index .arrow {
  height: 25px;
  margin-left: 14px;
  margin-top: 22.71px;
  object-fit: cover;
  width: 35px;
}

.index .hensyu-2 {
  align-items: flex-start;
  align-self: flex-end;
  background-image: url(../img/file-------------1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  margin-left: 6px;
  min-width: 158px;
  padding: 28px 41px;
}

.index .overlap-group8-1 {
  height: 176px;
  margin-left: 7px;
  position: relative;
  width: 159px;
}

.index .nouhin-1 {
  align-items: flex-start;
  background-image: url(../img/file-------------2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 159px;
  padding: 28px 59px;
  position: absolute;
  top: 17px;
}

.index .flex-col-6 {
  align-items: center;
  margin-top: 25px;
  min-height: 1982px;
}

.index .overlap-group-container-1 {
  align-items: flex-start;
  display: flex;
  height: 120px;
  justify-content: center;
  margin-left: 6.0px;
  min-width: 805px;
}

.index .overlap-group2-1 {
  align-items: flex-end;
  background-image: url(../img/shape-4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  margin-top: -5px;
  min-width: 174px;
  padding: 35.5px 33px;
}

.index .text-4-1 {
  letter-spacing: 0;
  line-height: 31px;
  min-height: 53px;
  min-width: 102px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 12px; /* 文字を下げるために調整 */
}

.index .overlap-group3-2 {
  align-items: flex-end;
  background-image: url(../img/shape-4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  margin-left: 32px;
  margin-top: -5px;
  width: 174px;
  padding: 35.5px 12px;
}

.index .text-45 {
  line-height: 31px;
  min-height: 53px;
  min-width: 142px;
  text-align: center;
  position: relative;
  top: 11px; /* 文字を下げるために調整 */
}

.index .overlap-group4-1 {
  align-items: flex-end;
  background-image: url(../img/shape-4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  margin-left: 53px;
  margin-top: -5px;
  min-width: 174px;
  padding: 35.5px 33px;
}

.index .overlap-group5-1 {
  align-items: flex-end;
  background-image: url(../img/shape-4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 130px;
  justify-content: flex-end;
  margin-left: 34px;
  margin-top: -5px;
  width: 174px;
  padding: 50.5px 33px;
}

.index .text-47 {
  line-height: 31px;
  min-height: 22px;
  min-width: 102px;
  text-align: center;
  position: relative;
  top: 10px; /* 文字を下げるために調整 */
}

.index .setumei-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 134px;
  min-height: 936px;
  width: 945px;
}

.index .kaitei-3 {
  height: 118px;
  justify-content: space-between;
  width: 947px;
}

.index .x13-1 {
  display: flex;
  height: 56px;
  width: 139px;
}

.index .x9-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.index .text-3-1 {
  letter-spacing: 0;
  line-height: 46px;
  min-height: 32px;
  min-width: 62px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 5px; /* 文字を下げるために調整 */
}

.index .text-32 {
  flex: 1;
  height: 27px;
  line-height: 39px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: -2px;
  max-height: 27px;
  text-align: center;
}

.index .syuzai-3 {
  display: flex;
  flex-direction: column;
  height: 118px;
  justify-content: space-between;
  margin-top: 116px;
  width: 597px;
}

.index .x12-1 {
  display: flex;
  height: 56px;
  width: 139px;
}

.index .x8-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.index .text-34 {
  flex: 1;
  height: 27px;
  line-height: 48px;
  margin-bottom: 9.5px;
  margin-left: 20px;
  margin-right: -2px;
  max-height: 27px;
  text-align: center;
}

.index .hensyu-3 {
  display: flex;
  flex-direction: column;
  height: 169px;
  justify-content: space-between;
  margin-top: 116px;
  width: 922px;
}

.index .x11-1 {
  display: flex;
  height: 56px;
  width: 139px;
}

.index .x7-3 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 7px;
}

.index .text-35 {
  line-height: 46px;
  min-height: 32px;
  min-width: 122px;
  text-align: center;
  position: relative;
  top: 5px; /* 文字を下げるために調整 */
}

.index .text_label-1 {
  flex: 1;
  height: 78px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: -2px;
  max-height: 78px;
  white-space: nowrap;
}

.index .nohin-1 {
  display: flex;
  flex-direction: column;
  height: 179px;
  justify-content: space-between;
  margin-top: 116px;
  width: 947px;
}

.index .x10-1 {
  display: flex;
  height: 56px;
  width: 139px;
}

.index .x6-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.index .text-37 {
  flex: 1;
  height: 75px;
  line-height: 48px;
  margin-bottom: 9.5px;
  margin-left: 20px;
  margin-right: -2px;
  max-height: 75px;
}

.index .line-1 {
  align-self: center;
  height: 5px;
  margin-left: 222.0px;
  margin-top: 2px;
  object-fit: cover;
  width: 77px;
}

.index .ue-bottun-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 55px;
  cursor: pointer;
  display: flex;
  height: 109px;
  justify-content: flex-end;
  margin-right: 24.0px;
  margin-top: 270px;
  min-width: 433px;
  padding: 30px 129px;
  transition: all 0.2s ease;
}

.index .ue-bottun-1:hover {
  transform: scale(1.1);
}

.index .text-30 {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 34px;
  font-weight: 400;
  line-height: 54px;
  min-height: 36px;
}

.index .fotter-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  display: flex;
  height: 203px;
  margin-top: 209px;
  min-width: 100%;
  padding: 81px 234px;
}

.index .copyright-1 {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  min-height: 36px;
  white-space: nowrap;
}

.index .flex-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.index .kaitei {
  display: flex;
  flex-direction: column;
}

.index .text {
  letter-spacing: 0;
  white-space: nowrap;
}
/* screen - seisaku-pc1920 */

.seisaku-pc1920 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 2754px;
  width: 100%;
}

.seisaku-pc1920 .overlap-group10 {
  height: 122px;
  position: relative;
  width: 100%;
}

.seisaku-pc1920 .overlap-group {
  height: 19px;
  left: 727px;
  position: absolute;
  top: 75px;
  width: 21px;
}

.seisaku-pc1920 .x56 {
  height: 12px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 21px;
}

.seisaku-pc1920 .x57 {
  height: 14px;
  left: 3px;
  object-fit: cover;
  position: absolute;
  top: 4px;
  width: 15px;
}

.seisaku-pc1920 .overlap-group1 {
  height: 17px;
  left: 925px;
  position: absolute;
  top: 76px;
  width: 29px;
}

.seisaku-pc1920 .x58 {
  height: 16px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 1px;
  width: 27px;
}

.seisaku-pc1920 .x59 {
  height: 12px;
  left: 17px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 12px;
}

.seisaku-pc1920 .x2-1 {
  height: 22px;
  left: 1162px;
  object-fit: cover;
  position: absolute;
  top: 74px;
  width: 19px;
}

.seisaku-pc1920 .overlap-group2 {
  height: 18px;
  left: 1614px;
  position: absolute;
  top: 76px;
  width: 25px;
}

.seisaku-pc1920 .x70 {
  height: 11px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 25px;
}

.seisaku-pc1920 .x71 {
  height: 13px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 5px;
  width: 25px;
}

.seisaku-pc1920 .view {
  display: flex;
  flex-direction: column;
  gap: 0.8px;
  height: 22px;
  justify-content: flex-end;
  left: 1382px;
  position: absolute;
  top: 74px;
  width: 26px;
}

.seisaku-pc1920 .x72 {
  flex: 1;
  margin-top: 0;
  object-fit: cover;
}

.seisaku-pc1920 .x25 {
  background-color: var(--white);
  flex: 1;
  height: 1.62px;
  margin-left: 5.7px;
  margin-right: 5.7px;
  max-height: 1.62px;
}

.seisaku-pc1920 .component {
  align-items: flex-end;
  background-color: var(--seagull);
  display: flex;
  height: 122px;
  width: 100%;
  padding: 2.4px 19px;
  position: absolute;
}

.seisaku-pc1920 .overlap-group8 {
  height: 110px;
  position: absolute;
  width:auto;
  top: 10px;
  left: 20px;
}

.seisaku-pc1920 .title {
  color: var(--white);
  font-family: var(--font-family-mochiypop-regular);
  font-size: 60px;
  font-weight: 400;
  left: 46px;
  letter-spacing: 0;
  line-height: 60px;
  position: absolute;
  top: 19px;
  white-space: nowrap;
}

.seisaku-pc1920 .jsl {
  left: 0;
  letter-spacing: 0;
  line-height: 16px;
  position: absolute;
  top: 82px;
  white-space: nowrap;
}

.seisaku-pc1920 .logo-maru {
  height: 50px;
  left: -4px;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.seisaku-pc1920 .home {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  height: 25px;
  margin-bottom: 22.59px;
  margin-left: 400px;
  min-width: 104px;
  transition: all 0.2s ease;
}

.seisaku-pc1920 .home:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .overlap-group-1 {
  height: 19px;
  margin-top: 0.14px;
  position: relative;
  width: 21px;
}

.seisaku-pc1920 .x56-1 {
  height: 12px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 21px;
}

.seisaku-pc1920 .x57-1 {
  height: 14px;
  left: 3px;
  object-fit: cover;
  position: absolute;
  top: 4px;
  width: 15px;
}

.seisaku-pc1920 .place {
  align-self: flex-end;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: -2px;
  min-height: 27px;
  min-width: 77px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.seisaku-pc1920 .place:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .mihon {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 4px;
  height: 25px;
  justify-content: flex-end;
  margin-bottom: 22.59px;
  margin-left: auto;
  min-width: 135px;
  transition: all 0.2s ease;
}

.seisaku-pc1920 .mihon:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .overlap-group1-1 {
  height: 18px;
  margin-top: 1.11px;
  position: relative;
  width: 29px;
}

.seisaku-pc1920 .x58-1 {
  height: 16px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 1px;
  width: 27px;
}

.seisaku-pc1920 .x59-1 {
  height: 12px;
  left: 17px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 12px;
}

.seisaku-pc1920 .text-2 {
  align-self: flex-end;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: -2px;
  min-height: 27px;
  min-width: 102px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.seisaku-pc1920 .text-2:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .gaiyo {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  height: 25px;
  justify-content: flex-end;
  margin-bottom: 22.59px;
  margin-left: auto;
  min-width: 127px;
  transition: all 0.2s ease;
}

.seisaku-pc1920 .gaiyo:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .flex-row {
  background-image: url(../img/file---60@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  gap: 1px;
  height: 22px;
  margin-top: 1.55px;
  min-width: 19px;
  padding: 3.3px 2.2px;
}

.seisaku-pc1920 .flex-col {
  align-self: center;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2.37px;
  min-height: 10px;
  width: 1px;
}

.seisaku-pc1920 .flex-col-item {
  height: 2px;
  margin-left: 0;
  object-fit: cover;
  width: 1px;
}

.seisaku-pc1920 .x64 {
  height: 2px;
  object-fit: cover;
  width: 1px;
}

.seisaku-pc1920 .flex-row-1 {
  align-items: flex-start;
  display: flex;
  gap: 2px;
  height: 11px;
  min-width: 5px;
}

.seisaku-pc1920 .flex-col-1 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 11px;
  width: 2px;
}

.seisaku-pc1920 .x63 {
  height: 2px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .x65 {
  height: 2px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .x68 {
  height: 2px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .flex-col-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 11px;
  width: 2px;
}

.seisaku-pc1920 .x61 {
  height: 3px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .x66 {
  height: 2px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .x67 {
  height: 2px;
  object-fit: cover;
  width: 2px;
}

.seisaku-pc1920 .seisaku {
  cursor: pointer;
  height: 25px;
  margin-bottom: 22.59px;
  margin-left: auto;
  position: relative;
  transition: all 0.2s ease;
  width: 135px;
}

.seisaku-pc1920 .seisaku:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .text-24 {
  cursor: pointer;
  left: 33px;
  letter-spacing: 0;
  line-height: 25px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.seisaku-pc1920 .text-24:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .x25-1 {
  background-color: var(--white);
  height: 2px;
  left: 6px;
  position: absolute;
  top: 23px;
  width: 15px;
}

.seisaku-pc1920 .x72-1 {
  height: 20px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 2px;
  width: 26px;
}

.seisaku-pc1920 .form {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 5px;
  height: 25px;
  margin-bottom: 22.59px;
  margin-left: auto;
  margin-right: 50px;
  min-width: 182px;
  transition: all 0.2s ease;
}

.seisaku-pc1920 .form:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .overlap-group3 {
  height: 18px;
  margin-top: 1.74px;
  position: relative;
  width: 25px;
}

.seisaku-pc1920 .x70-1 {
  height: 11px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 25px;
}

.seisaku-pc1920 .x71-1 {
  height: 13px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 5px;
  width: 25px;
}

.seisaku-pc1920 .text-23 {
  align-self: flex-end;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: -2px;
  min-height: 27px;
  min-width: 152px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.seisaku-pc1920 .text-23:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .flex-row-2 {
  align-items: flex-end;
  display: flex;
  height: 469px;
  margin-right: 0;
  margin-top: 170px;
  min-width: 1200px;
}

.seisaku-pc1920 .flex-col-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 110px;
  min-height: 374px;
  width: 198px;
}

.seisaku-pc1920 .list {
  display: flex;
  gap: 4.5px;
  height: 45px;
  margin-left: 9.5px;
  width: 189px;
}

.seisaku-pc1920 .x7 {
  margin-left: -7.5px;
  object-fit: cover;
  width: 15px;
}

.seisaku-pc1920 .text-2-2 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 35px;
  font-weight: 400;
  line-height: 83px;
  margin-bottom: 26.5px;
  margin-right: -2px;
  margin-top: -18.5px;
}

.seisaku-pc1920 .overlap-group9 {
  height: 218px;
  margin-right: 8.5px;
  position: relative;
  width: 190px;
}

.seisaku-pc1920 .keiyaku {
  align-items: flex-start;
  background-image: url(../img/file-------------4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 190px;
  justify-content: flex-end;
  left: 0;
  min-width: 190px;
  padding: 33.0px 47.0px;
  position: absolute;
  top: 28px;
}

.seisaku-pc1920 .text {
  letter-spacing: 0;
  line-height: 23px;
  min-height: 25px;
  white-space: nowrap;
}

.seisaku-pc1920 .x1gakki {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 45px;
  justify-content: flex-end;
  left: 6px;
  min-width: 86px;
  padding: 9px 11px;
  position: absolute;
  top: 0;
}

.seisaku-pc1920 .text-25 {
  letter-spacing: 0;
  line-height: 23px;
  min-height: 25px;
  min-width: 61px;
  white-space: nowrap;
  position: relative;
  top: 3px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .arrow1 {
  height: 30px;
  margin-bottom: 76.89px;
  object-fit: cover;
  width: 42px;
}

.seisaku-pc1920 .kaitei {
  align-items: flex-end;
  background-image: url(../img/file-------------5@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 53px;
  margin-left: 10px;
  min-height: 190px;
  padding: 15.0px 14.6px;
  width: 188px;
}

.seisaku-pc1920 .overlap-group3-1 {
  height: 70px;
  margin-top: 18px;
  position: relative;
  width: 102px;
}

.seisaku-pc1920 .text-5 {
  left: 0;
  letter-spacing: 0;
  line-height: 23px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.seisaku-pc1920 .overlap-group-2 {
  height: 62px;
  left: 30px;
  position: absolute;
  top: 8px;
  width: 72px;
}

.seisaku-pc1920 .x77 {
  height: 46px;
  left: 26px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 46px;
}

.seisaku-pc1920 .curcle {
  height: 16px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 46px;
  width: 31px;
}

.seisaku-pc1920 .text-6 {
  align-self: center;
  letter-spacing: 0;
  line-height: 17px;
  margin-left: 3.0px;
  min-height: 19px;
  min-width: 53px;
  white-space: nowrap;
}

.seisaku-pc1920 .arrow2 {
  height: 30px;
  margin-bottom: 76.89px;
  margin-left: 13px;
  object-fit: cover;
  width: 42px;
}

.seisaku-pc1920 .flex-col-4 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 218px;
  margin-left: 8px;
  min-height: 469px;
  width: 189px;
}

.seisaku-pc1920 .form-1 {
  display: flex;
  height: 33px;
  margin-left: 11.0px;
  width: 134px;
}

.seisaku-pc1920 .text-1-3 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w8);
  font-size: 33px;
  font-weight: 800;
  line-height: 33px;
  margin-bottom: -2px;
  margin-right: -2px;
  width: 134px;
}

.seisaku-pc1920 .overlap-group12 {
  height: 218px;
  position: relative;
  width: 189px;
}

.seisaku-pc1920 .syuzai {
  align-items: flex-start;
  background-image: url(../img/file-------------3@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 190px;
  justify-content: flex-end;
  left: 0;
  min-width: 189px;
  padding: 33.0px 69px;
  position: absolute;
  top: 28px;
}

.seisaku-pc1920 .gakki {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 45px;
  justify-content: flex-end;
  left: 9px;
  min-width: 86px;
  padding: 9px 10px;
  position: absolute;
  top: 0;
}

.seisaku-pc1920 .text-2-1 {
  line-height: 23px;
  min-height: 25px;
  min-width: 64px;
  position: relative;
  top: 3px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .arrow3 {
  height: 30px;
  margin-bottom: 76.89px;
  margin-left: 15px;
  object-fit: cover;
  width: 42px;
}

.seisaku-pc1920 .hensyu {
  align-items: flex-start;
  background-image: url(../img/file-------------1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 190px;
  justify-content: flex-end;
  margin-left: 8px;
  min-width: 189px;
  padding: 33.0px 46px;
}

.seisaku-pc1920 .arrow4 {
  height: 30px;
  margin-bottom: 76.89px;
  margin-left: 16px;
  object-fit: cover;
  width: 42px;
}

.seisaku-pc1920 .overlap-group11 {
  height: 218px;
  margin-left: 8px;
  position: relative;
  width: 190px;
}

.seisaku-pc1920 .nouhin {
  align-items: flex-start;
  background-image: url(../img/file-------------2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 190px;
  justify-content: flex-end;
  left: 0;
  min-width: 190px;
  padding: 33.0px 69.0px;
  position: absolute;
  top: 28px;
}

.seisaku-pc1920 .text-8 {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: var(--font-size-xxs);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  min-height: 26px;
  white-space: nowrap;
}

.seisaku-pc1920 .overlap-group-container {
  align-items: flex-start;
  display: flex;
  height: 144px;
  justify-content: center;
  margin-left: 5.0px;
  margin-top: 30px;
  min-width: 961px;
}

.seisaku-pc1920 .overlap-group4 {
  align-items: flex-end;
  background-image: url(../img/shape-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 154px;
  justify-content: flex-end;
  margin-top: -5.0px;
  min-width: 206px;
  padding: 39.5px 39.0px;
}

.seisaku-pc1920 .text-1 {
  letter-spacing: 0;
  line-height: 37px;
  min-height: 63px;
  min-width: 122px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 13px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .overlap-group5 {
  align-items: flex-end;
  background-image: url(../img/shape-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 154px;
  justify-content: flex-end;
  margin-left: 41px;
  margin-top: -5.0px;
  width: 206px;
  padding: 39.5px 15px
}

.seisaku-pc1920 .text-11 {
  letter-spacing: 0;
  line-height: 37px;
  min-height: 63px;
  min-width: 170px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 11px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .overlap-group6 {
  align-items: flex-end;
  background-image: url(../img/shape-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 154px;
  justify-content: flex-end;
  margin-left: 65px;
  margin-top: -5.0px;
  min-width: 206px;
  padding: 39.5px 39.0px;
}

.seisaku-pc1920 .overlap-group7 {
  align-items: flex-end;
  background-image: url(../img/shape-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 154px;
  justify-content: flex-end;
  margin-left: 41px;
  margin-top: -5.0px;
  min-width: 206px;
  padding: 58.5px 39.0px;
}

.seisaku-pc1920 .text-13 {
  letter-spacing: 0;
  line-height: 37px;
  min-height: 26px;
  min-width: 122px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 9px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .setumei {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 24.0px;
  margin-top: 156px;
  min-height: 954px;
  width: 1176px;
}

.seisaku-pc1920 .x43 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 947px;
  width: 1176px;
}

.seisaku-pc1920 .kaitei-1 {
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: space-between;
  width: 1178px;
}

.seisaku-pc1920 .x13 {
  display: flex;
  height: 56px;
  width: 139px;
}

.seisaku-pc1920 .x9 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.seisaku-pc1920 .text-1-1 {
  line-height: 46px;
  min-height: 32px;
  min-width: 62px;
  text-align: center;
  position: relative;
  top: 5px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .text-1-2 {
  flex: 1;
  height: 33px;
  line-height: 48px;
  margin-bottom: 6.5px;
  margin-left: 29px;
  margin-right: -2px;
  max-height: 33px;
  text-align: center;
}

.seisaku-pc1920 .syuzai-1 {
  display: flex;
  flex-direction: column;
  height: 122px;
  justify-content: space-between;
  margin-top: 137px;
  width: 744px;
}

.seisaku-pc1920 .x12 {
  display: flex;
  height: 56px;
  width: 139px;
}

.seisaku-pc1920 .x8 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.seisaku-pc1920 .hensyu-1 {
  display: flex;
  flex-direction: column;
  height: 173px;
  justify-content: space-between;
  margin-top: 137px;
  width: 1147px;
}

.seisaku-pc1920 .x11 {
  display: flex;
  height: 56px;
  width: 139px;
}

.seisaku-pc1920 .x7-1 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 7px;
}

.seisaku-pc1920 .text-18 {
  letter-spacing: 0;
  line-height: 46px;
  min-height: 32px;
  min-width: 122px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  top: 5px; /* 文字を下げるために調整 */
}

.seisaku-pc1920 .text_label {
  flex: 1;
  height: 84px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 5px;
  margin-left: 29px;
  margin-right: -2px;
  max-height: 84px;
  white-space: nowrap;
}

.seisaku-pc1920 .nohin {
  display: flex;
  flex-direction: column;
  height: 170px;
  justify-content: space-between;
  margin-top: 86px;
  width: 1178px;
}

.seisaku-pc1920 .x10 {
  display: flex;
  height: 56px;
  width: 139px;
}

.seisaku-pc1920 .x6 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 139px;
  padding: 5px 37px;
}

.seisaku-pc1920 .text-20 {
  flex: 1;
  height: 81px;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 6.5px;
  margin-left: 29px;
  margin-right: -2px;
  max-height: 81px;
  white-space: nowrap;
}

.seisaku-pc1920 .line {
  height: 5px;
  margin-left: 276.0px;
  object-fit: cover;
  width: 93px;
}

.seisaku-pc1920 .ue-bottun {
  align-items: flex-start;
  align-self: flex-end;
  background-color: var(--seagull);
  border-radius: 55px;
  cursor: pointer;
  display: flex;
  height: 109px;
  justify-content: flex-end;
  margin-right: 360px;
  margin-top: 220px;
  min-width: 433px;
  padding: 30px 129px;
  transition: all 0.2s ease;
}

.seisaku-pc1920 .ue-bottun:hover {
  transform: scale(1.1);
}

.seisaku-pc1920 .text-3 {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  min-height: 36px;
  white-space: nowrap;
}

.seisaku-pc1920 .fotter {
  align-items: flex-start;
  background-color: var(--seagull);
  display: flex;
  height: 203px;
  margin-top: 176px;
  min-width: 100%;
  padding: 81px 679px;
}

.seisaku-pc1920 .copyright {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: var(--font-size-m);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  min-height: 36px;
  white-space: nowrap;
}

.seisaku-pc1920 .flex {
  align-items: flex-start;
  display: flex;
}

.seisaku-pc1920 .text-1-4 {
  letter-spacing: 0;
  white-space: nowrap;
}

.seisaku-pc1920 .text-2-3 {
  letter-spacing: 0;
  white-space: nowrap;
}
/* screen - seisaku-sp375 */

.seisaku-sp375 {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  height: 2344px;
  overflow: hidden;
  width: 100%;
}

.seisaku-sp375 .flex-col-7 {
  align-items: flex-start;
  min-height: 247px;
  width: 100%;
}

.seisaku-sp375 .menu-1 {
  align-items: flex-end;
  background-color: var(--seagull);
  display: flex;
  height: 85px;
  min-width: 100%;
  padding: 1.5px 5px;
}

.seisaku-sp375 .overlap-group-5 {
  height: 70px;
  position: relative;
  width: 115px;
}

.seisaku-sp375 .title-2 {
  color: var(--white);
  font-family: var(--font-family-mochiypop-regular);
  font-size: 39px;
  font-weight: 400;
  left: 28px;
  letter-spacing: 0;
  line-height: 39px;
  position: absolute;
  top: 10px;
  white-space: nowrap;
}

.seisaku-sp375 .jsl-2 {
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 9px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0;
  line-height: 9px;
  position: absolute;
  top: 49px;
  white-space: nowrap;
}

.seisaku-sp375 .logo-maru-2 {
  height: 30px;
  left: 0px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 130px;
}

.seisaku-sp375 .form-3 {
  align-self: center;
  display: flex;
  height: 20px;
  margin-left: 3.0px;
  margin-top: 80px;
  width: 82px;
}

.seisaku-sp375 .text-51 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w8);
  font-size: var(--font-size-xxxs);
  font-weight: 400;
  line-height: 20px;
  margin-bottom: -2px;
  margin-right: -2px;
  width: 82px;
}

.seisaku-sp375 .list-2 {
  display: flex;
  gap: 0.5px;
  height: 26px;
  margin-left: 23.75px;
  margin-top: 37px;
  width: 106px;
}

.seisaku-sp375 .x31 {
  margin-left: -3.5px;
  object-fit: cover;
  width: 7px;
}

.seisaku-sp375 .text-52 {
  flex: 1;
  line-height: 83px;
  margin-bottom: 32.3px;
  margin-right: -2px;
  margin-top: -28.5px;
}

.seisaku-sp375 .flex-row-4 {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 1123px;
  margin-left: 10.25px;
  margin-top: 34px;
  min-width: 317px;
}

.seisaku-sp375 .overlap-group-container-2 {
  gap: 16px;
  min-height: 1123px;
  width: 159px;
}

.seisaku-sp375 .overlap-group7-2 {
  height: 178px;
  margin-left: 0;
  position: relative;
  width: 159px;
}

.seisaku-sp375 .keiyaku-2 {
  align-items: flex-start;
  background-image: url(../img/file-------------4@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 159px;
  padding: 25px 42px;
  position: absolute;
  top: 19px;
}

.seisaku-sp375 .text-9 {
  line-height: 18px;
  min-height: 20px;
}

.seisaku-sp375 .x1gakki-2 {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 3px;
  min-width: 65px;
  padding: 6px 8px;
  position: absolute;
  top: 0;
}

.seisaku-sp375 .text-71 {
  line-height: 17px;
  min-height: 19px;
  min-width: 46px;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.seisaku-sp375 .overlap-group6-2 {
  height: 929px;
  position: relative;
  width: 159px;
}

.seisaku-sp375 .nagare {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 204px;
  left: 66px;
  min-height: 752px;
  padding: 0 0.0px;
  position: absolute;
  top: 0;
  width: 25px;
}

.seisaku-sp375 .nagare-item {
  height: 35px;
  object-fit: cover;
  width: 25px;
}

.seisaku-sp375 .nagare-item-1 {
  height: 35px;
  margin-left: 0;
  object-fit: cover;
  width: 25px;
}

.seisaku-sp375 .kaitei-4 {
  align-items: flex-end;
  background-image: url(../img/file-------------5@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  gap: 44px;
  left: 0;
  min-height: 159px;
  padding: 14px 12.8px;
  position: absolute;
  top: 55px;
  width: 158px;
}

.seisaku-sp375 .overlap-group5-2 {
  height: 60px;
  margin-top: 12px;
  position: relative;
  width: 84px;
}

.seisaku-sp375 .text-66 {
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 0;
}

.seisaku-sp375 .overlap-group-6 {
  height: 52px;
  left: 24px;
  position: absolute;
  top: 9px;
  width: 61px;
}

.seisaku-sp375 .x77-2 {
  height: 39px;
  left: 22px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 39px;
}

.seisaku-sp375 .x1-1 {
  height: 13px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 38px;
  width: 26px;
}

.seisaku-sp375 .text-67 {
  align-self: center;
  color: var(--white);
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  margin-right: 1.5px;
  min-height: 15px;
  min-width: 41px;
}

.seisaku-sp375 .syuzai-4 {
  align-items: flex-start;
  background-image: url(../img/file-------------3@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 158px;
  padding: 25.0px 59.0px;
  position: absolute;
  top: 302px;
}

.seisaku-sp375 .hensyu-4 {
  align-items: flex-start;
  background-image: url(../img/file-------------1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 158px;
  padding: 22px 41px;
  position: absolute;
  top: 536px;
}

.seisaku-sp375 .nouhin-2 {
  align-items: flex-start;
  background-image: url(../img/file-------------2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 159px;
  justify-content: flex-end;
  left: 0;
  min-width: 159px;
  padding: 22px 60px;
  position: absolute;
  top: 770px;
}

.seisaku-sp375 .x2gakki {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 3px;
  min-width: 65px;
  padding: 6px 7px;
  position: absolute;
  top: 282px;
}

.seisaku-sp375 .text-7-1 {
  letter-spacing: 0;
  line-height: 17px;
  min-height: 19px;
  min-width: 48px;
  white-space: nowrap;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.seisaku-sp375 .x3gakki {
  align-items: flex-end;
  background-color: var(--cerulean);
  border-radius: 23px;
  display: flex;
  height: 34px;
  justify-content: flex-end;
  left: 3px;
  min-width: 65px;
  padding: 6px 7px;
  position: absolute;
  top: 749px;
}

.seisaku-sp375 .overlap-group-container-3 {
  margin-top: 24.5px;
  min-height: 820px;
  width: 148px;
}

.seisaku-sp375 .overlap-group1-3 {
  align-items: flex-start;
  background-image: url(../img/file---8@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 96px;
  justify-content: flex-end;
  margin-left: -0.5px;
  margin-top: -5px;
  min-width: 154px;
  padding: 25.5px 30.5px;
}

.seisaku-sp375 .text-5-1 {
  letter-spacing: 0;
  line-height: 25px;
  min-height: 42px;
  min-width: 77px;
  text-align: center;
  white-space: nowrap;
}

.seisaku-sp375 .overlap-group2-2 {
  align-items: flex-start;
  background-image: url(../img/file---8@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 96px;
  justify-content: flex-end;
  margin-left: -0.5px;
  margin-top: 150px;
  width: 154px;
  padding: 23.0px 13px;
}

.seisaku-sp375 .text-55 {
  line-height: 25px;
  min-height: 42px;
  min-width: 107px;
  text-align: center;
}

.seisaku-sp375 .overlap-group3-3 {
  align-items: flex-start;
  background-image: url(../img/file---8@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 96px;
  justify-content: flex-end;
  margin-left: -5.0px;
  margin-top: 141px;
  min-width: 154px;
  padding: 26.0px 28px;
}

.seisaku-sp375 .overlap-group4-2 {
  align-items: flex-start;
  background-image: url(../img/file---8@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 96px;
  justify-content: flex-end;
  margin-left: -5.0px;
  margin-top: 155px;
  min-width: 154px;
  padding: 35.5px 28px;
}

.seisaku-sp375 .text-57 {
  line-height: 25px;
  min-height: 17px;
  min-width: 77px;
  text-align: center;
}

.seisaku-sp375 .flex-col-8 {
  align-items: center;
  margin-left: 6.25px;
  margin-top: 75px;
  min-height: 865px;
  width: 100%;
}

.seisaku-sp375 .setumei-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: 4.25px;
  min-height: 520px;
  width: 377px;
}

.seisaku-sp375 .kaitei-5 {
  height: 83px;
  justify-content: space-between;
  width: 254px;
}

.seisaku-sp375 .x13-2 {
  display: flex;
  height: 35px;
  width: 80px;
}

.seisaku-sp375 .x9-2 {
  padding: 4.5px 20px;
}

.seisaku-sp375 .text-10 {
  line-height: 27px;
  min-height: 20px;
  min-width: 38px;
  text-align: center;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.seisaku-sp375 .text-59 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 13px;
  font-weight: 400;
  height: 38px;
  line-height: 23px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: -2px;
  max-height: 38px;
}

.seisaku-sp375 .syuzai-5 {
  display: flex;
  flex-direction: column;
  height: 59px;
  justify-content: space-between;
  margin-top: 61px;
  width: 306px;
}

.seisaku-sp375 .x38 {
  display: flex;
  height: 35px;
  width: 80px;
}

.seisaku-sp375 .x9-3 {
  padding: 4.5px 20px;
}

.seisaku-sp375 .text-61 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 13px;
  font-weight: 400;
  height: 15px;
  line-height: 25px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: -2px;
  max-height: 15px;
}

.seisaku-sp375 .hensyu-5 {
  display: flex;
  flex-direction: column;
  height: 106px;
  justify-content: space-between;
  margin-top: 53px;
  width: 339px;
}

.seisaku-sp375 .x39 {
  display: flex;
  height: 35px;
  width: 80px;
}

.seisaku-sp375 .x9-4 {
  padding: 4.5px 2px;
}

.seisaku-sp375 .text-62 {
  line-height: 27px;
  min-height: 20px;
  min-width: 74px;
  text-align: center;
  position: relative;
  top: 2px; /* 文字を下げるために調整 */
}

.seisaku-sp375 .text_label-2 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 12px;
  font-weight: 400;
  height: 62px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 2.5px;
  margin-left: 5px;
  margin-right: -2px;
  max-height: 62px;
  white-space: nowrap;
}

.seisaku-sp375 .nohin-2 {
  display: flex;
  flex-direction: column;
  height: 105px;
  justify-content: space-between;
  margin-top: 51px;
  width: 379px;
}

.seisaku-sp375 .x40 {
  display: flex;
  height: 35px;
  width: 80px;
}

.seisaku-sp375 .x9-5 {
  padding: 4.5px 20px;
}

.seisaku-sp375 .text-64 {
  color: var(--black);
  flex: 1;
  font-family: var(--font-family-heiseimaru_gothic_std-w4);
  font-size: 12px;
  font-weight: 400;
  height: 60px;
  line-height: 23px;
  margin-bottom: 3.5px;
  margin-left: 5px;
  margin-right: -2px;
  max-height: 60px;
}

.seisaku-sp375 .line-2 {
  align-self: flex-end;
  height: 3px;
  margin-right: 83px;
  margin-top: 1px;
  object-fit: cover;
  width: 38px;
}

.seisaku-sp375 .ue-bottun-2 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 55px;
  cursor: pointer;
  display: flex;
  height: 54px;
  margin-right: 6.25px;
  margin-top: 100px;
  min-width: 217px;
  padding: 15.5px 67px;
  transition: all 0.2s ease;
}

.seisaku-sp375 .ue-bottun-2:hover {
  transform: scale(1.1);
}

.seisaku-sp375 .text-53 {
  line-height: 25px;
  min-height: 18px;
}

.seisaku-sp375 .fotter-2 {
  align-items: flex-start;
  background-color: var(--seagull);
  display: flex;
  height: 85px;
  justify-content: center;
  margin-right: 4.25px;
  margin-top: 105px;
  width: 100%;
  padding: 29px 35px;
}

.seisaku-sp375 .copyright-2 {
  letter-spacing: 0;
  line-height: 27px;
  min-height: 21px;
  white-space: nowrap;
}

.seisaku-sp375 .flex-col {
  display: flex;
  flex-direction: column;
}

.seisaku-sp375 .kaitei {
  display: flex;
  flex-direction: column;
}

.seisaku-sp375 .overlap-group-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.seisaku-sp375 .text {
  letter-spacing: 0;
  white-space: nowrap;
}

.seisaku-sp375 .x9 {
  align-items: flex-start;
  background-color: var(--seagull);
  border-radius: 23px;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .screen.seisaku-pc1920 { 
    display: none;
   }
  .screen.index { 
    display: none;
   }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .screen.seisaku-pc1920 { 
    display: none;
   }
  .screen.seisaku-sp375 { 
    display: none;
   }
}
@media screen and (min-width: 1200px) {
  .screen.index { 
    display: none;
   }
  .screen.seisaku-sp375 { 
    display: none;
   }
}