@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
:root {
  --cp_color: #003e94;
}

.lower_mv {
  width: 100%;
  height: 580px;
  position: relative;
  box-sizing: border-box;
  padding-top: 115px;
  position: relative;
  background: url(../../img/common/lower_mv_bg_pc_large_h160.svg) center bottom/2560px 160px no-repeat, url(../img/mv_pc_h580.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 1400px) {
  .lower_mv {
    background: url(../../img/common/lower_mv_bg_pc_h160.svg) center bottom/1400px 160px no-repeat, url(../img/mv_pc_h580.jpg) center center/cover no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .lower_mv {
    padding-top: 205px;
    height: 820px;
    background: url(../../img/common/mv_cover_640_43.svg) center bottom/640px 43px no-repeat, url(../img/mv_mobile_h820.jpg) center center/cover no-repeat;
  }
  .lower_mv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.lower_mv .mobile_only {
  display: block;
  width: 232px;
  margin: auto;
  filter: drop-shadow(0 0 5px #fff);
}
.lower_mv .contact {
  position: absolute;
  right: 0;
  bottom: 27px;
  width: calc(50% - 120px);
  height: 100px;
  border-bottom: 6px solid #fff;
  background: linear-gradient(to right, #009de6, #0069b7 44%, #003a90);
  display: grid;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .lower_mv .contact {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  .lower_mv .contact {
    border: none;
    bottom: 0;
    transform: translateY(50%);
  }
}
.lower_mv .contact_inner {
  display: grid;
  grid-template-columns: auto;
  justify-content: start;
  row-gap: 4px;
  box-sizing: border-box;
  padding: 0 16px;
  color: #fff;
}
.lower_mv .contact_inner a {
  color: #fff;
}
.lower_mv .contact_inner p {
  font-weight: 700;
}
.lower_mv .contact_inner .tel {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
.lower_mv .hide_mobile_ct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .lower_mv .hide_mobile_ct {
    display: none;
  }
}

.active_mobile_ct {
  margin-top: 100px;
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile_ct {
    display: block;
  }
}

.md_blue {
  width: 908px;
  margin: auto;
  position: relative;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .md_blue {
    width: 568px;
  }
}
.md_blue_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .md_blue_inner {
    font-size: 36px;
  }
}

.area01 {
  position: relative;
  padding: 70px 0;
  border-bottom: 1px solid #000;
}
.area01 .eng {
  width: 89px;
  position: absolute;
  top: 70px;
  left: calc(50% - 660px);
  mix-blend-mode: multiply;
}
.area01 .bg_yellow {
  position: absolute;
  right: 0;
  top: 230px;
  width: 50%;
  height: 560px;
  background: #fff2d1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area01 .bg_yellow {
    display: none;
  }
}
.area01_inner {
  width: 860px;
  margin: auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .area01_inner {
    width: 500px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .area01_inner {
    width: 528px;
  }
}
@media screen and (max-width: 768px) {
  .area01_inner .greeting {
    margin-top: 36px;
  }
}
.area01_inner .greeting .read {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  color: var(--cp_color);
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area01_inner .greeting .read {
    font-size: 32px;
  }
}
.area01_inner .greeting .copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin-top: 48px;
  font-size: 22px;
  line-height: 1.65;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .area01_inner .greeting .copy {
    font-size: 26px;
  }
}
.area01_inner .greeting .name {
  width: 320px;
  margin: 36px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .area01_inner .greeting .name {
    width: 400px;
  }
}
.area01 .tel_set {
  margin-top: 70px;
}

.area02 {
  padding: 100px 0 90px;
  background: url(../img/outline_bg_pc.jpg) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 640px) {
  .area02 {
    background-image: url(../img/outline_bg_mobile.jpg);
  }
}
.area02 .eng {
  width: 89px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 660px);
  mix-blend-mode: multiply;
}
.area02_inner {
  width: 92%;
  max-width: 700px;
  margin: auto;
}
.area02_inner .contents_title {
  --cp_color: #fff;
  filter: drop-shadow(0 0 5px #000);
}
.area02_inner .read {
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
  font-size: 18px;
  line-height: 2.2;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .area02_inner .read {
    font-size: 24px;
    line-height: 1.75;
  }
}
.area02_inner_inner {
  margin-top: 42px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.area02_inner_inner_inner {
  font-size: 18px;
  line-height: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner_inner {
    font-size: 22px;
  }
}
.area02_inner_inner_inner .item01 {
  padding: 0 1.25em;
  background: #d8d8d8;
}
@media screen and (max-width: 640px) {
  .area02_inner_inner_inner .item01 {
    padding: 0 1em;
  }
}
.area02_inner_inner_inner .start {
  padding-top: 0.5em;
}
.area02_inner_inner_inner .end {
  padding-bottom: 0.5em;
}

.area03 {
  padding: 100px 0 70px;
  position: relative;
}
.area03 .eng {
  width: 89px;
  position: absolute;
  top: 70px;
  left: calc(50% - 660px);
  mix-blend-mode: multiply;
}
.area03_inner .read {
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
  font-size: 18px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .area03_inner .read {
    width: 568px;
  }
}
@media screen and (max-width: 640px) {
  .area03_inner .read {
    font-size: 24px;
    line-height: 1.75;
  }
}
.area03_inner .md_blue {
  margin-top: 48px;
}
.area03_inner ul {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .area03_inner ul {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 640px) {
  .area03_inner ul {
    gap: 24px 20px;
  }
}
.area03_inner ul li {
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 3px solid #eaa945;
  display: grid;
  place-items: center;
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .area03_inner ul li {
    width: 260px;
    height: 64px;
    font-size: 28px;
    border-radius: 32px;
    border-width: 4px;
  }
}

.area04 {
  padding: 70px 0;
  background: #fff2d1;
}
.area04 .icons {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 150px);
  grid-template-rows: auto;
  justify-content: center;
  -moz-column-gap: 62px;
       column-gap: 62px;
}
@media screen and (max-width: 768px) {
  .area04 .icons {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .area04 .icons {
    grid-template-columns: repeat(4, 135px);
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
.area04 .icons .list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5em auto 0;
}
.area04 .icons .list li {
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
}
.area04 .icons .list li:nth-child(n+2) {
  margin-top: 0.25em;
}
.area04 .icons .list li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
@media screen and (max-width: 640px) {
  .area04 .icons .list li {
    font-size: 17px;
  }
}

.area05 {
  padding: 70px 0;
  border-bottom: 1px solid #000;
}
.area05_inner {
  margin-top: 60px;
  display: grid;
  grid-template-columns: auto 600px;
  justify-content: center;
  gap: 26px 50px;
}
@media screen and (max-width: 768px) {
  .area05_inner {
    grid-template-columns: 580px;
  }
}
.area05_inner .item1 {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .area05_inner .item1 {
    margin: auto;
  }
  .area05_inner .item1:nth-child(n+2) {
    margin-top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .area05_inner .item1 {
    width: 225px;
  }
}
.area05_inner .item2 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .area05_inner .item2 {
    padding: 0;
  }
}
.area05_inner .item2 h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .area05_inner .item2 h3 {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .area05_inner .item2 h3 {
    font-size: 32px;
  }
}
.area05_inner .item2 hr {
  width: 100%;
  margin: 20px 0 16px;
  border: none;
  border-top: 1px solid #000;
}
.area05_inner .item2 p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .area05_inner .item2 p {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .area05_inner .item2 p {
    font-size: 24px;
  }
}
.area05 .tel_set {
  margin-top: 50px;
}

.area06 {
  padding: 99px 0 10px;
  position: relative;
}
.area06 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1400px;
  background: url(../img/staff_bg_100.png) center top/100px 100px repeat;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .area06 .bg {
    height: 700px;
    background: url(../img/staff_bg_100.png) center top/50px 50px repeat;
  }
}
.area06 .contents_title {
  filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff);
}
.area06 .read {
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
  font-size: 18px;
  line-height: 2.2;
  filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff);
}
.area06 .read span {
  font-weight: 700;
  color: #f53744;
}
@media screen and (max-width: 768px) {
  .area06 .read {
    width: 568px;
  }
}
@media screen and (max-width: 640px) {
  .area06 .read {
    width: 540px;
    font-size: 24px;
    line-height: 1.75;
  }
}
.area06 .parent {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  -moz-column-gap: 34px;
       column-gap: 34px;
  row-gap: 30px;
}
@media screen and (max-width: 960px) {
  .area06 .parent {
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (max-width: 640px) {
  .area06 .parent {
    gap: 14px;
  }
}
.area06 .parent .div7 {
  position: relative;
  width: 100%;
}
.area06 .parent .div7 .pc_img {
  position: absolute;
  width: 436px;
  right: -18px;
  top: 22px;
}
@media screen and (max-width: 960px) {
  .area06 .parent .div7 {
    display: none;
  }
}
.area06 .parent .card {
  box-sizing: border-box;
  width: 100%;
  padding: 19px 19px 14px;
  background: #fff;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
}
.area06 .parent .card a {
  color: #000;
}
.area06 .parent .card .inner .img img {
  transition: all 0.4s;
}
.area06 .parent .card .inner .profile {
  padding: 0 0.5em;
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}
.area06 .parent .card .inner .profile .arrow {
  width: 26px;
}
.area06 .parent .card .inner .profile .left .post {
  font-size: 14px;
}
.area06 .parent .card .inner .profile .left ul {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.area06 .parent .card .inner .profile .left ul.sato li:first-child {
  width: 106px;
}
.area06 .parent .card .inner .profile .left ul.sato li:last-child {
  width: 32px;
}
.area06 .parent .card .inner .profile .left ul.maeba li:first-child {
  width: 111px;
}
.area06 .parent .card .inner .profile .left ul.maeba li:last-child {
  width: 36px;
}
.area06 .parent .card .inner .profile .left ul.ijima li:first-child {
  width: 108px;
}
.area06 .parent .card .inner .profile .left ul.ijima li:last-child {
  width: 34px;
}
.area06 .parent .card .inner .profile .left ul.ishiwatari li:first-child {
  width: 108px;
}
.area06 .parent .card .inner .profile .left ul.ishiwatari li:last-child {
  width: 58px;
}
.area06 .parent .card .inner .profile .left ul.matsuoka li:first-child {
  width: 111px;
}
.area06 .parent .card .inner .profile .left ul.matsuoka li:last-child {
  width: 54px;
}
.area06 .parent .card .inner .profile .left ul.tsutsumi li:first-child {
  width: 124px;
}
.area06 .parent .card .inner .profile .left ul.tsutsumi li:last-child {
  width: 52px;
}
.area06 .parent .card .inner .profile .left ul.sugitani li:first-child {
  width: 118px;
}
.area06 .parent .card .inner .profile .left ul.sugitani li:last-child {
  width: 47px;
}
.area06 .parent .card .inner .profile .left ul.tanaka li:first-child {
  width: 82px;
}
.area06 .parent .card .inner .profile .left ul.tanaka li:last-child {
  width: 42px;
}
.area06 .parent .card .inner:hover .img img {
  transform: scale(1.025);
}
.area06 .reform_img {
  display: none;
  width: min(100%, 800px);
  margin: 24px auto 0;
}
@media screen and (max-width: 960px) {
  .area06 .reform_img {
    display: block;
  }
}

.area07 {
  padding: 70px 0;
}
.area07 .recruit_mv {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
.area07 .recruit_mv .handshake {
  width: 114px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.area07 .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
.area07 .inner h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area07 .inner h2 {
    font-size: 60px;
  }
}
.area07 .inner h3 {
  font-size: 22px;
  text-align: center;
  margin-top: 0.82em;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .area07 .inner h3 {
    font-size: 26px;
  }
}
.area07 .inner .sec_list {
  margin-top: 1.5em;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .area07 .inner .sec_list {
    font-size: 21px;
  }
}
.area07 .inner .contact_form2 {
  width: 250px;
  height: 50px;
  position: relative;
  background: #eae845;
  transition: all 0.4s;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .area07 .inner .contact_form2 {
    width: 374px;
    height: 74px;
    margin-top: 30px;
  }
}
.area07 .inner .contact_form2:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.area07 .inner .contact_form2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #3d3d3d;
}
@media screen and (max-width: 640px) {
  .area07 .inner .contact_form2 a {
    font-size: 24px;
  }
}
.area07 .inner .contact_form2 a img {
  width: 12px;
  position: absolute;
  left: 15px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 640px) {
  .area07 .inner .contact_form2 a img {
    width: 18px;
    left: 22px;
    top: calc(50% - 9px);
  }
}
.area07 .inner .peoples {
  width: 440px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .area07 .inner .peoples {
    width: 510.4px;
    margin-top: 23.2px;
  }
}
.area07 .tel_set {
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.area07 .tel_set .catch {
  color: var(--cp_color);
}
.area07 .tel_set .tel_num a {
  color: var(--cp_color);
}
.area07 .tel_set .contact_form {
  background: #eae845;
}/*# sourceMappingURL=style.css.map */