body {
  overflow-x: hidden;
}

.topHeader__noSticky__border {
  box-shadow: none;
}

html.common .header_breadcrumb {
  display: none;
}

#declaration {
  font-size: 16px;
  line-height: calc(32 / 16);
  color: #333;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
#declaration .sp {
  display: none;
}
#declaration .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
#declaration p {
  text-align: justify;
}
#declaration #mv .mv {
  margin-left: calc((950px - 1280px) / 2);
  width: calc(2560px / 2);
  height: calc(1280px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/pc/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#declaration #mv h1 {
  width: calc(1070px / 2);
}
#declaration #mv h1 img {
  width: 100%;
}
#declaration #mv .lead {
  margin-left: calc((950px - 1280px) / 2);
  width: calc(2560px / 2);
  height: 250px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #003075;
  background-image: url(../img/pc/lead_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#declaration #mv .lead p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: calc(34 / 18);
  color: #fff;
}
#declaration #mv .lead p.note {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 1.75em;
}
#declaration #desc .inner {
  padding: 88px 0 100px;
}
#declaration #desc h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(34 / 26);
  color: #1f2e55;
  letter-spacing: 0.05em;
  width: calc(1900px / 2);
  height: calc(160px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  background-image: url(../img/pc/desc_h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#declaration #desc h2:not(:first-of-type) {
  margin-top: 100px;
}
#declaration #desc .note {
  font-size: 85%;
  line-height: 1.4;
  padding-left: 2.75em;
  margin-top: 2.5em;
  color: #333;
  position: relative;
}
#declaration #desc .note span {
  position: absolute;
  left: 0;
}
#declaration #desc .note + .note {
  margin-top: 1em;
}
#declaration #desc .center {
  text-align: center;
}
#declaration #desc em {
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
}
#declaration #desc .ph {
  width: calc(880px / 2);
  height: calc(540px / 2);
}
#declaration #desc .fig {
  max-width: 100%;
  margin: 15px auto 0;
  display: block;
}
#declaration #desc .block {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
#declaration #amb {
  background-color: #ecfac5;
  padding: 60px 0 130px;
}
#declaration #amb .inner {
  padding: 70px 44px 40px;
  background-color: #fff;
  border: 6px solid #d7e6ac;
  border-radius: 40px;
  background-image: url(../img/pc/deco_green.png);
  background-repeat: no-repeat;
  background-size: calc(40px / 2) auto;
  background-position: center top;
}
#declaration #amb .sub {
  font-size: 12px;
  line-height: calc(34 / 12);
  font-weight: bold;
  color: #003075;
  text-align: center;
  letter-spacing: 0.05em;
}
#declaration #amb h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: calc(34 / 24);
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
#declaration #amb h4 span {
  color: #81bc19;
}
#declaration #amb p {
  font-size: 14px;
  line-height: calc(28 / 14);
}
#declaration #amb .comment + .comment {
  margin-top: 1em;
}
#declaration #amb .ph {
  width: calc(490px / 2);
  width: calc(640px / 2);
  height: auto;
}
#declaration #amb .interview {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}
@media (hover: hover) {
  #declaration #amb .interview {
    transition: opacity 0.2s;
  }
  #declaration #amb .interview:hover {
    opacity: 0.75;
  }
}
#declaration #amb .interview a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#declaration #amb .interview img {
  width: 400px;
}
#declaration #amb .interview p {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #81bc19;
  position: relative;
  padding-left: 15px;
}
#declaration #amb .interview p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: calc(20px / 2);
  height: calc(32px / 2);
  display: block;
  background-image: url(../img/pc/arrow_green.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(135deg);
}
#declaration #amb .profile {
  margin-top: 24px;
}
#declaration #amb .profile h5 {
  font-size: 12px;
  font-weight: bold;
  color: #ffef3f;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #003075;
  margin-bottom: 20px;
}
#declaration #amb .profile h5 span {
  width: 120px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #003075;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#declaration #amb .profile p {
  font-size: 13px;
  line-height: calc(26 / 13);
}
#declaration #amb .profile p.bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: right;
}
#declaration #amb .block {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 50px;
}
#declaration #job {
  margin-top: -40px;
}
#declaration #job .inner {
  padding-bottom: 120px;
}
#declaration #job h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(34 / 30);
  color: #fff;
  letter-spacing: 0.1em;
  width: calc(1900px / 2);
  height: calc(160px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/pc/job_h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#declaration #job h2::after {
  content: "";
  width: calc(512px / 2);
  height: calc(182px / 2);
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: calc(-182px / 2);
  left: 0;
  right: 0;
  background-image: url(../img/pc/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
#declaration #job h2 span {
  color: #ffef3f;
}
#declaration #job h3 {
  padding-top: 80px;
  margin: 40px 0;
  background-image: url(../img/pc/deco_blue.png);
  background-repeat: no-repeat;
  background-size: calc(40px / 2) auto;
  background-position: center top;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(34 / 28);
  letter-spacing: 0.05em;
  color: #003075;
  position: relative;
  z-index: 1;
}
#declaration #job .ranking {
  display: flex;
  gap: 30px;
  padding: 0 50px;
}
#declaration #job .ranking li {
  width: calc((100% - 30px) / 2);
  border-radius: 16px;
  border-bottom-right-radius: 0;
  padding: 16px 0;
  background-repeat: no-repeat;
  background-size: calc(120px / 2) auto;
  background-position: right -4px bottom -4px;
  border-width: 4px;
  border-style: solid;
  position: relative;
}
#declaration #job .ranking li:nth-of-type(1) {
  border-color: #ff9a37;
  background-image: url(../img/pc/arrow_orange.png);
}
#declaration #job .ranking li:nth-of-type(1) h4 span {
  background-color: #ff9a37;
}
#declaration #job .ranking li:nth-of-type(2) {
  border-color: #70c02c;
  background-image: url(../img/pc/arrow_green.png);
}
#declaration #job .ranking li:nth-of-type(2) h4 span {
  background-color: #70c02c;
}
#declaration #job .ranking li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#declaration #job .ranking li h4 {
  font-size: 24px;
  line-height: calc(34 / 24);
  font-weight: bold;
  color: #003075;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#declaration #job .ranking li h4 span {
  font-size: 34px;
  line-height: 1em;
  color: #fff;
  width: 180px;
  height: 60px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#declaration #job .ranking li p {
  font-size: 14px;
  line-height: calc(34 / 14);
  font-weight: bold;
  text-align: center;
}
@media (hover: hover) {
  #declaration #job .ranking li {
    transition: opacity 0.2s;
  }
  #declaration #job .ranking li:hover {
    opacity: 0.75;
  }
}
#declaration #job .bnr_salary {
  width: 850px;
  display: block;
  margin: 0 auto 50px;
}
#declaration #job .bnr_salary img {
  width: 100%;
}
#declaration #job .condition {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  gap: 0 30px;
}
#declaration #job .condition li {
  display: flex;
  align-items: center;
  width: calc((100% - 30px) / 2);
  height: 50px;
  border-bottom: 1px solid #bec1c8;
}
#declaration #job .condition li:nth-of-type(1), #declaration #job .condition li:nth-of-type(2) {
  border-top: 1px solid #bec1c8;
}
#declaration #job .condition a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
  background-image: url(../img/pc/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: calc(20px / 2) auto;
  background-position: right 10px center;
}
#declaration #job .condition a::before {
  content: "";
  background-color: #179aeb;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (hover: hover) {
  #declaration #job .condition a {
    transition: opacity 0.2s;
  }
  #declaration #job .condition a:hover {
    opacity: 0.75;
  }
}
#declaration #money {
  background-color: #ecfac5;
}
#declaration #money .inner {
  padding-bottom: 53px;
}
#declaration #money h3 {
  width: 850px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  background-color: #fff;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #003075;
  margin: 0 auto 30px;
}
#declaration #money h3 span {
  color: #ff9a37;
}
#declaration #money .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 100px;
}
#declaration #money .links li {
  position: relative;
  padding-left: 20px;
}
#declaration #money .links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: calc(20px / 2);
  height: calc(32px / 2);
  display: block;
  background-image: url(../img/pc/arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#declaration #money .links a {
  font-size: 14px;
  line-height: 1.2;
  color: #003075;
  text-decoration: underline;
}
@media (hover: hover) {
  #declaration #money .links a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
