/*
基準：
pc:1200
sp:750

クラス：
sknXxxx

bodyにidxxxと属性（top/page/single/list）

クラスを頭につなげる
frontNews -> frontNewsList
単位

z-index:
50:front-RECRUITタイトル

deco
101～150

header
201

*/

/* デフォルトのスタイル（最小幅1200pxを維持） */
body {
  min-width: 1200px;
}

.post,
.page {
  margin: 0;
}

/* 600px以下のスタイル（レスポンシブデザイン） */
@media screen and (max-width: 600px) {
  body {
    min-width: auto;
    /* 必要に応じてmin-widthを解除 */
  }
}

body {
  font-family: 'Kozuka Gothic Pro', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

.custom-logo {
  width: 240px;
  height: 110px;
}

@media screen and (max-width: 600px) {
  .custom-logo {
    width: calc((240 / 600) * 100vw);
    height: calc((110 / 600) * 100vw);
  }
}

.site-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  inset: 0;
  margin: 0 auto;
  z-index: 201;
  height: 0;
  top: 0;
  min-width: 1200px;
}

@media screen and (max-width: 600px) {
  .site-header {
    min-width: auto;
  }
}

.menu-gmenu-container {
  position: relative;
  top: 50px;
}

.menu-toggle {}

.g-nav-outline {
  display: none;
}

@media screen and (max-width: 600px) {
  .cr-arrow {
    width: calc((30 / 600) * 100vw);
    height: calc((30 / 600) * 100vw);
  }

  .menu-toggle {
    padding: calc((50 / 600) * 100vw) calc((30 / 600) * 100vw) 0 0;
  }

  .g-nav-outline {
    display: none;
  }

  .panelactive.g-nav-outline {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    left: 0;
    background-color: #ffc84b;
    top: 0;
    overflow: auto;
  }

  .burgerMenuInner {
    padding: 0 calc((50 / 600) * 100vw) calc((70 / 600) * 100vw);
  }

  .menuHeader {
    display: flex;
    justify-content: space-between;
  }

  .menuHeader .left img {
    width: calc((240 / 600) * 100vw);
  }

  .menuHeader .right {
    padding: calc((50 / 600) * 100vw) calc((30 / 600) * 100vw) 0 0;
  }

  .clb {
    width: calc((60 / 600) * 100vw);
  }

  .burgerMenuInner ul.menuHome {
    display: block;
    text-align: center;
    font-size: calc((26 / 600) * 100vw);
    border-bottom: 1px solid #707070;
    border-radius: 0;
  }

  ul.menuHome li {
    border: none;
    padding: 0;
  }

  .menuHome a {
    padding: calc((5 / 600) * 100vw);
    display: inline-block;
  }

  .burgerMenuInner ul.menuJigyo {
    display: block;
    text-align: center;
    font-size: calc((26 / 600) * 100vw);
    border-bottom: 1px solid #707070;
    border-radius: 0;
  }

  .burgerMenuInner ul.menuJigyo li {
    border-right: none;
    padding: 0;
  }

  .menuJigyo a {
    padding: 5px;
    display: inline-block;
  }

  .burgerMenuInner ul.menuCompany {
    display: block;
    text-align: center;
    font-size: calc((26 / 600) * 100vw);
    border-bottom: 1px solid #707070;
    border-radius: 0;
  }

  .burgerMenuInner ul.menuCompany li {
    border-right: none;
    padding: 0;
  }

  .menuCompany a {
    padding: 5px;
    display: inline-block;
  }

  .burgerMenuInner ul.menuEtc {
    display: block;
    text-align: center;
    font-size: calc((26 / 600) * 100vw);
    border-radius: 0;
  }

  .burgerMenuInner ul.menuEtc li {
    border: none;
    padding: 0;
  }

  .menuEtc a {
    padding: 5px;
    display: inline-block;
  }
}

#primary-menu {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 600px) {
  #primary-menu {
    position: fixed;
    width: 100%;
    background-color: #eee;
  }
}

.main-navigation {
  display: flex;
  width: auto;
}

.main-navigation a {
  color: #595757;
}

.main-navigation a:visited {
  color: #595757;
}

.main-navigation ul {
  background-color: #ffc84b;
  padding: 15px;
  border-radius: 5px;
}

.main-navigation ul li {
  border-right: 1px solid #989898;
  padding: 3px 20px;
}

.main-navigation ul li:last-child {
  border-right: none;
}

/* frontSlider */
.frontSlider {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .frontSlider {
    width: 100%;
  }
}

.sliderImg {
  width: 100%;
}

.frontNews {
  position: relative;
  padding: 50px 0 0 0;
  z-index: 102;
}

@media screen and (max-width: 600px) {
  .frontNews {
    padding: calc((50 / 600) * 100vw) 0 0 0;
    z-index: 102;
  }
}

.frontNews h2 {
  text-align: center;
}

.frontNews h2 span {
  display: inline-block;
  background-color: #ffc84b;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  border-radius: 10px;
  line-height: 1;
  padding: 5px 0;
}

@media screen and (max-width: 600px) {
  .frontNews h2 span {
    font-size: calc((30 / 600) * 100vw);
    width: calc((200 / 600) * 100vw);
  }
}

.frontNewsList {
  color: #9a9a9a;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 580px;
}

@media screen and (max-width: 600px) {
  .frontNewsList {
    width: 100%;
    padding: calc((20 / 600) * 100vw) calc((10 / 600) * 100vw) 0;
  }
}

.frontNewsLink {
  display: flex;
  margin: 0 auto;
  background-color: #fff;
  padding: 17px 20px;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .frontNewsLink {
    padding: calc((17 / 600) * 100vw) calc((20 / 600) * 100vw);
  }
}

.frontNewsLink:nth-child(odd) {
  background-color: #ededed;
}

.frontNewsLinkDate {
  color: #9a9a9a;
  font-size: 16px;
  display: flex;
  align-self: center;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 600px) {
  .frontNewsLinkDate {
    font-size: calc((16 / 600) * 100vw);
    padding: 0 calc((20 / 600) * 100vw) 0 0;
  }
}

.frontNewsLinkTitle {
  color: #595757;
  font-size: 18px;
  display: flex;
  align-self: center;
}

@media screen and (max-width: 600px) {
  .frontNewsLinkTitle {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontNewsListButton {
  text-align: center;
  padding: 26px 0 0 0;
}

@media screen and (max-width: 600px) {
  .frontNewsListButton {
    text-align: center;
    padding: calc((26 / 600) * 100vw) 0 0 0;
  }
}

.frontNewsListButton a {
  color: #ff7a08;
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .frontNewsListButton a {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontSliderMessage {
  display: none;
  position: absolute;
  z-index: 200;
  top: 170px;
  left: 80px;
  font-family: 'Kozuka Gothic Pro', "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 90px;
  line-height: 120px;
  text-align: left;
  color: #ff7a08;
}

@media screen and (max-width: 600px) {
  .frontSliderMessage {
    display: block;
    font-size: calc((90 / 600) * 100vw);
    left: calc((22 / 600) * 100vw);
  }
}

.frontSliderMessage2 {
  position: absolute;
  z-index: 200;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1050px;
  font-family: 'Kozuka Gothic Pro', "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 90px;
  line-height: 120px;
  text-align: left;
  color: #ff7a08;
  height: 600px;
}

@media screen and (max-width: 600px) {
  .frontSliderMessage2 {
    display: none;
    font-size: calc((90 / 600) * 100vw);
    left: calc((22 / 600) * 100vw);
  }
}

/* frontMessage */

.frontMessage {
  padding: 110px 0 0 0;
  position: relative;
}

.frontMessageInner {
  position: relative;
  z-index: 103;
  display: flex;
  padding: 35px 80px 0;
  margin: 0 auto;
  width: 1200px;
}

@media screen and (max-width: 600px) {
  .frontMessageInner {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.frontMessageInner .left {
  padding: 0 46px 0 0;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .left {
    text-align: center;
    padding: calc((35 / 600) * 100vw) 0 0;
  }
}

.frontMessageInner .left img {
  width: 500px;
  height: 334px;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .left img {
    width: calc((250 / 600) * 100vw);
    height: calc((166.96 / 600) * 100vw);
  }
}

.frontMessageInner .right {
  width: 500px;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .right {
    width: 100%;
    padding: calc((30 / 600) * 100vw) calc((50 / 600) * 100vw) 0;
  }
}

.frontMessageInner .right h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0 0 0;
  margin: 0 0 20px;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .right h3 {
    font-size: calc((28 / 600) * 100vw);
    margin: 0 0 calc((20 / 600) * 100vw);
  }
}

.frontMessageInner .right h3 span {
  font-size: 36px;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .right h3 span {
    font-size: calc((34 / 600) * 100vw);
  }
}

.frontMessageInner .right p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .frontMessageInner .right p {
    font-size: calc((18 / 600) * 100vw);
  }
}

/* frontService */
.frontService {
  padding: 110px 0 0 0;
}

.frontServiceInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 35px 80px 0;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .frontServiceInner {
    width: 100%;
    padding: 0 calc((30 / 600) * 100vw);
  }
}

.frontServiceInnerCard {
  padding: 0 0 40px;
}

@media screen and (max-width: 600px) {
  .frontServiceInnerCard {
    width: 50%;
    padding: calc((30 / 600) * 100vw) 0 0;
  }
}

.frontServiceInnerCard h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: 500px;
  height: 334px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .frontServiceInnerCard h3 {
    font-size: calc((20 / 600) * 100vw);
    text-align: center;
    width: calc((250 / 600) * 100vw);
    height: calc((167 / 600) * 100vw);
  }
}

.frontServiceInnerCard .title {
  text-align: center;
  font-size: 18px;
  color: #595757;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 600px) {
  .frontServiceInnerCard .title {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontServiceInnerCard h3.ct1 {
  background-image: url('img/front/souken-top006.webp');
}

.frontServiceInnerCard h3.ct2 {
  background-image: url('img/front/souken-top007.webp');
}

.frontServiceInnerCard h3.ct3 {
  background-image: url('img/front/souken-top008.webp');
}

.frontServiceInnerCard h3.ct4 {
  background-image: url('img/front/souken-top009.webp');
}

/* frontCompany */
.frontCompany {
  position: relative;
  padding: 45px 0 0 0;
}

@media screen and (max-width: 600px) {
  .frontCompany {
    padding: calc((70 / 600) * 100vw) 0 0 0;
  }
}

.frontCompanyInner {
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 0;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .frontCompanyInner {
    width: 100%;
    padding: calc((40 / 600) * 100vw) calc((15 / 600) * 100vw) 0;
  }
}

.companyCard {
  border: 1px solid #ededed;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
}

@media screen and (max-width: 600px) {
  .companyCard {
    width: calc((180 / 600) * 100vw);
    height: calc((320 / 600) * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .companyCard.ceo .icon {
    width: calc((100 / 600) * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .companyCard.company .icon {
    width: calc((100 / 600) * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .companyCard.enkaku .icon {
    width: calc((100 / 600) * 100vw);
  }
}

.companyCardInner {
  text-align: center;
}

.companyCardInner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #595757;
  padding: 30px 0 55px;
}

@media screen and (max-width: 600px) {
  .companyCardInner h3 {
    font-size: calc((30 / 600) * 100vw);
    padding: calc((30 / 600) * 100vw) 0 calc((55 / 600) * 100vw);
  }
}

.frontCompanyBtn {
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 600px) {
  .frontCompanyBtn {
    text-align: center;
    padding: calc((30 / 600) * 100vw) calc((15 / 600) * 100vw) 0;
  }
}

.frontCompanyBtn a {
  align-items: center;
  background-color: #ededed;
  color: #595757;
  display: flex;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 560px;
  border-radius: 5px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .frontCompanyBtn a {
    font-size: calc((24 / 600) * 100vw);
    height: calc((50 / 600) * 100vw);
    width: 100%;
  }
}

.frontCompanyBtn a img {
  position: absolute;
  right: 30px;
}

/* frontRecruit */
.frontRecruit {
  padding: 100px 0 0 0;
}

.frontRecruit h2.frontTitle {
  z-index: 50;
}

.frontRecruit h2.frontTitle .mainTitle {
  background: transparent;
}

.frontRecruitInner {
  position: relative;
  top: -46px;
  text-align: center;
  background-color: #ededed;
  background-image: url('img/front/souken-top016.webp'), url('img/front/souken-top017.webp');
  /* 左と右の画像 */
  background-position: left top, right top;
  /* 左端と右端に配置 */
  background-repeat: no-repeat, no-repeat;
  /* 繰り返さない */
  background-size: auto, auto;
  /* 必要に応じてサイズを指定 */
  padding: 100px 0 0;
}

@media screen and (max-width: 600px) {
  .frontRecruitInner {
    top: calc((-52 / 600) * 100vw);
    background-image: url('img/front/souken-top016-sp.webp'), url('img/front/souken-top017-sp.webp');
    /* 左と右の画像 */
    background-size: contain;
  }
}

.frontRecruitInner p {
  font-size: 18px;
  line-height: 1.6em;
}

@media screen and (max-width: 600px) {
  .frontRecruitInner p {
    font-size: calc((18 / 600) * 100vw);
  }
}

.frontRecruitInnerBtn {
  padding: 40px 0;
}

@media screen and (max-width: 600px) {
  .frontRecruitInnerBtn {
    padding: calc((40 / 600) * 100vw) 0;
  }
}

.frontRecruitInnerBtn a {
  background-color: #ff7903;
  display: flex;
  width: 250px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .frontRecruitInnerBtn a {
    width: calc((250 / 600) * 100vw);
    height: calc((50 / 600) * 100vw);
  }
}

.frontRecruitInnerBtn a span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .frontRecruitInnerBtn a span {
    font-size: calc((24 / 600) * 100vw);
  }
}

/* frontBanner */
.frontBannerInner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 50px 80px 70px;
}

@media screen and (max-width: 600px) {
  .frontBannerInner {
    display: block;
    width: 100%;
    padding: 0 calc((50 / 600) * 100vw) calc((70 / 600) * 100vw);
  }
}

.frontBannerInner a {
  width: 320px;
  height: 140px;
  background-size: cover;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .frontBannerInner a {
    width: calc((320 / 600) * 100vw);
    height: calc((140 / 600) * 100vw);
    margin: 0 auto calc((20 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
  }
}

.frontBannerInner a.soccer {
  background-image: url('img/front/bkSoccer.webp');
}

.frontBannerInner a.childcare {
  background-image: url('img/front/bkChildcare.webp');
}

.frontBannerInner a.swimming {
  background-image: url('img/front/bkSwimming.webp');
}

.frontBannerInner a span {
  color: #595757;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 600px) {
  .frontBannerInner a span {
    font-size: calc((24 / 600) * 100vw);
    padding: 0 calc((10 / 600) * 100vw) 0 0;
  }
}

/* site-footer */
/* footer */
.site-info {
  padding: 0 80px;
}

@media screen and (max-width: 600px) {
  .site-info {
    padding: 0 calc((40 / 600) * 100vw);
  }
}

.site-footer {
  background-color: #ededed;
}

.site-infoInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}

@media screen and (max-width: 600px) {
  .site-infoInner {
    display: block;
    padding: 0;
  }
}

.site-infoInnerLeft .inner {
  display: flex;
}

.site-infoInnerLeft .inner .left {
  padding: 80px 0 0 0;
}

.site-infoInnerLeft .inner .right {
  padding: 32px 0 0 35px;
}

@media screen and (max-width: 600px) {
  .site-infoInnerLeft .inner .right {
    padding: calc((22 / 600) * 100vw) 0 0 calc((2 / 600) * 100vw);
  }
}

.site-infoInnerLeft .inner .right table {
  margin: 0 0 20px;
}

.site-infoInnerLeft .inner .right table tr th {
  border-right: #707070 1px solid;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  width: 85px;
}

@media screen and (max-width: 600px) {
  .site-infoInnerLeft .inner .right table tr th {
    font-size: calc((16 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
    width: calc((85 / 600) * 100vw);
  }
}

.site-infoInnerLeft .inner .right table tr td {
  font-size: 14px;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .site-infoInnerLeft .inner .right table tr td {
    font-size: calc((14 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw);
  }
}

.site-infoInnerRight {
  padding: 32px 0 0 0;
}

@media screen and (max-width: 600px) {
  .site-infoInnerRight {
    padding: calc((32 / 600) * 100vw) 0 0 0;
  }
}

.site-infoInnerRight .inner {
  display: flex;
}

.footerLogo {
  width: 140px;
}

@media screen and (max-width: 600px) {
  .footerLogo {
    width: calc((140 / 600) * 100vw);
  }
}

.footer-menu2 {
  color: #595757;
  font-size: 16px;
  padding: 0 90px 0 0;
}

@media screen and (max-width: 600px) {
  .footer-menu2 {
    width: 50%;
    font-size: calc((16 / 600) * 100vw);
    padding: 0 calc((90 / 600) * 100vw) 0 0;
  }
}

.footer-menu2 .sub-menu {
  list-style-type: disc;
}

.footer-menu3 {
  color: #595757;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .footer-menu3 {
    width: 50%;
    font-size: calc((16 / 600) * 100vw);
  }
}

.footer-menu3 .sub-menu {
  list-style-type: disc;
}

.footer-menu2 a,
.footer-menu3 a {
  color: #595757;
}

.copyright {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .copyright {
    text-align: center;
    padding: calc((50 / 600) * 100vw) 0 0;
  }
}

@media screen and (max-width: 600px) {
  .copyright small {
    font-size: 60%;
  }
}

/* parts */
h2.frontTitle {
  position: relative;
}

h2.frontTitle .mainTitle {
  text-align: center;
  background: linear-gradient(transparent 60%, #ededed 60%);
  line-height: 1.3em;
}

h2.frontTitle .mainTitle span {
  color: #ffc84b;
  font-size: 72px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  h2.frontTitle .mainTitle span {
    font-size: calc((72 / 600) * 100vw);
  }
}

h2.frontTitle .subTitle {
  text-align: center;
  line-height: 1em;
  padding: 10px 0 0 0;
  height: 30px;
}

@media screen and (max-width: 600px) {
  h2.frontTitle .subTitle {
    padding: calc((10 / 600) * 100vw) 0 0 0;
    height: calc((30 / 600) * 100vw);
  }
}

h2.frontTitle .subTitle span {
  color: #595757;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  h2.frontTitle .subTitle span {
    font-size: calc((26 / 600) * 100vw);
  }
}

.decoRightYeBar {
  width: 200px;
  width: 400px;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 101;
}

@media screen and (max-width: 600px) {
  .decoRightYeBar {
    width: calc((225 / 600) * 100vw);
    margin: -100px 0 0 0;
  }
}

.decoRightYeBar2 {
  width: 300px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 101;
}

.decoRightYeBar3 {
  width: 469px;
  display: inline-block;
  position: absolute;
  top: 234px;
  left: 0;
  z-index: 101;
}

@media screen and (max-width: 600px) {
  .decoRightYeBar3 {
    width: calc((225 / 600) * 100vw);
    margin: -100px 0 0 0;
  }
}

.decoLeftOrBar {
  width: 245px;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 102;
  top: 30px;
}

.colorFF7A08 {
  color: #ff7a08;
}

.bkEDEDED {
  background-color: #ededed;
}

.bold {
  font-weight: bold;
}

.bld>a {
  font-weight: bold;
}

@media screen and (min-width: 601px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sp-none {
    display: none;
  }
}

a:hover {
  opacity: 0.8;
}

.anc-link {
  scroll-margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .anc-link {
    scroll-margin-top: 13vw;
  }
}

.anc-link2 {
  scroll-margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .anc-link2 {
    scroll-margin-top: 25vw;
  }
}

.anc-link3 {
  scroll-margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .anc-link3 {
    scroll-margin-top: 45vw;
  }
}