@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
  font-weight: 400;
  color: #2F3743;
  font-weight: 400;
  line-height: 1.4;
}

main {
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

button {
  border: none;
  background: none;
}

/* 共通 */

.sw-wrap {
  position: relative;
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 16px;
}

.sp-only_bl {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only_bl {
    display: none;
  }
  .sp-only_bl {
    display: block;
  }
}

/* header */

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 24px;
  background-color: #fff;
  z-index: 10;
}
header.is-scroll {
  background-color: rgba(255, 255, 255, .9)
}

.header-left {
  width: 313px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-tel {
  display: flex;
  align-items: center;
}
.header-tel img {
  width: 48px;
  margin-right: 8px;
}
.header-tel p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 40px;
  font-weight: 700;
  color: #101010;
}

.header-contact {
  margin-left: 24px;
}
.header-contact a {
  display: block;
  width: 228px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  background-color: #101010;
  border-radius: 8px;
}

@media screen and (max-width: 950px) {
  header {
    padding: 9px 11px 9px 13px;
  }

  .header-left {
    width: 156px;
  }

  .header-right {
    flex-direction: column;
  }
  
  .header-tel img {
    width: 16px;
  }
  .header-tel p {
    font-size: 16px;
  }

  .header-contact {
    margin: 0;
  }
  .header-contact a {
    width: 160px;
    font-size: 10px;
    line-height: 39px;
  }
}


/* footer */

footer {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
footer p {
  text-align: center;
  font-size: 14px;
  color: #101010;
}

.footer-sns {
  position: absolute;
  top: 50%;
  right: 28px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.footer-sns a {
  display: block;
  width: 40px;
  margin: 0 12px;
}
.footer-sns a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 16px 16px 8px;
  }
  footer p {
    margin-top: 14px;
    font-size: 10px;
  }

  .footer-sns {
    position: static;
    justify-content: center;
    transform: translateY(0);
  }
  .footer-sns a {
    width: 32px;
    margin: 0 6px;
  }
}

/* .pagetop */

.pagetop {
  position: fixed;
  bottom: 154px;
  right: 28px;
  width: 98px;
  height: 85px;
  cursor: pointer;
  background-image: url("../images/pagetop.svg");
  background-size: cover;
  opacity: 0;
  z-index: 10;
  transition: opacity .2s;
}
.pagetop.show {
  opacity: 1;
}
.pagetop.show:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 69px;
    right: 10px;
    width: 63.5px;
    height: 55px;
    background-image: url("../images/pagetop_sp.svg");
  }
}


/* .keyvisual */

.keyvisual {
  position: relative;
  margin-top: 80px;
  background-image: url("../images/kv.jpg");
  background-size: cover;
  background-position: top left;
}
.keyvisual::before,
.keyvisual::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #101010;
  z-index: 1;
}
.keyvisual::before {
  bottom: 0;
  height: 19.94vw;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.keyvisual::after {
  bottom: -19.9vw;
  height: 19.94vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.keyvisual h1 {
  position: relative;
  padding: 46vw 0 106px;
  text-align: center;
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

.keyvisual-logo {
  position: absolute;
  top: 40px;
  left: 5vw;
}
.keyvisual-logo img {
  width: 194px;
  margin: 0 auto;
}
.keyvisual-logo p {
  margin-top: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .keyvisual {
    margin-top: 79.4px;
  }
  .keyvisual::after {
    bottom: -19.87vw;
  }
  .keyvisual h1 {
    padding: 46vw 0 14px;
    font-size: 24px;
  }

  .keyvisual-logo {
    top: 18px;
    left: 5vw;
  }
  .keyvisual-logo img {
    width: 54px;
  }
  .keyvisual-logo p {
    margin-top: 4px;
    font-size: 10px;
  }
}


/* .privilege */

.privilege {
  position: relative;
  margin: -56px 0 60px;
  z-index: 2;
}

.privilege-wrap {
  display: flex;
  justify-content: center;
}
.privilege-wrap + .privilege-wrap {
  margin-top: -30px;
}

.privilege-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 336px;
  height: 336px;
  margin: 0 4px;
  padding: 17px;
  background-color: #0793BF;
  border-radius: 50%;
}
.privilege-item p {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.privilege-item p .text_middle {
  font-size: 50px;
}
.privilege-item p .text_big {
  font-size: 60px;
}
.privilege-item .text_small {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .privilege-item {
    width: 32.82vw;
    height: 32.82vw;
  }
}
@media screen and (max-width: 768px) {
  .privilege {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .privilege-wrap {
    display: block;
  }
  .privilege-wrap + .privilege-wrap {
    margin: 0;
  }

  .privilege-item {
    width: 168px;
    height: 168px;
    margin: 4px 0;
    padding: 21px;
  }
  .privilege-item p {
    font-size: 24px;
  }
  .privilege-item p .text_middle {
    font-size: 28px;
  }
  .privilege-item p .text_x-small {
    font-size: 21px;
  }
  .privilege-item p .text_big {
    font-size: 32px;
  }
  .privilege-item .text_small {
    margin-top: 8px;
    font-size: 10px;
  }
}


/* .contact */

.contact {
  position: relative;
  background-color: #005377;
}
.contact::before,
.contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #005377;
  z-index: 0;
}
.contact::before {
  top: -19.9vw;
  height: 19.94vw;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.contact::after {
  bottom: -19.9vw;
  height: 19.94vw;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.contact-contents {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 34px;
  z-index: 1;
}
.contact-contents img {
  width: 199px;
}
.contact-contents p {
  position: relative;
  margin-left: 27px;
  padding: 50px 0 60px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.contact-contents p::before,
.contact-contents p::after {
  position: absolute;
  left: 0;
  content: "";
  width: 160px;
  height: 1px;
  background-color: #fff;
}
.contact-contents p::before {
  top: 25px;
  transform: rotate(172deg);
}
.contact-contents p::after {
  bottom: 28px;
  transform: rotate(8deg);
}

.contact-btn {
  margin-top: -3px;
  padding-bottom: 88px;
  z-index: 2;
}
.contact-btn a {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #2F3743;
  line-height: 122px;
  background: linear-gradient(96.79deg, #FEFBEB 1.75%, #F5CF07 21.55%);
  box-shadow: 0px 8px 0px #C69B03;
  border-radius: 16px;
}
.contact-btn a:hover {
  background: linear-gradient(96.79deg, #EED760 1.75%, #D7B507 21.55%);
}

@media screen and (max-width: 768px) {
  .contact::before {
    top: -19.87vw;
  }
  .contact::after {
    bottom: -19.87vw;
  }

  .contact-contents {
    margin-top: 17px;
  }
  .contact-contents img {
    width: 95.8px;
  }
  .contact-contents p {
    margin-left: 13px;
    margin-right: 9vw;
    padding: 16px 0 26.4px;
    font-size: 16px;
    line-height: 1.4;
  }
  .contact-contents p::before,
  .contact-contents p::after {
    width: 60px;
  }
  .contact-contents p::before {
    top: 0;
  }
  .contact-contents p::after {
    bottom: 10px;
  }
  
  .contact-btn {
    margin-top: -1px;
    padding-bottom: 43px;
  }
  .contact-btn a {
    font-size: 24px;
    line-height: 72px;
    border-radius: 8px;
    box-shadow: 0px 4px 0px #C69B03;
  }
}


/* .work */

.work {
  margin-top: 92px;
  padding-bottom: 10px;
  z-index: 2;
}
.work > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #0793BF;
}
.work > p {
  margin-top: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #101010;
  line-height: 2;
}

.work-wrap {
  margin-top: 80px;
  padding: 40px 56px 56px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.work-wrap p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #101010;
}

.work-movie {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 56%;
}
.work-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .work {
    margin-top: 24px;
  }
  .work > h2 {
    font-size: 24px;
  }
  .work > p {
    margin-top: 40px;
    font-size: 14px;
  }

  .work-wrap {
    margin-top: 24px;
    padding: 16px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .work-wrap p {
    font-size: 12px;
  }

  .work-movie {
    margin-top: 16px;
  }
}


/* .recruit */

.recruit {
  margin-top: 140px;
  margin-bottom: 80px;
  z-index: 2;
}
.recruit h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #0793BF;
}
.recruit table {
  width: 100%;
  border-spacing: 0 8px;
}
.recruit th {
  width: 320px;
  padding: 16px;
  vertical-align: baseline;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0793BF;
}
.recruit td {
  width: calc(100% - 320px);
  padding: 16px;
  background-color: #fff;
}
.recruit td p {
  font-size: 16px;
  color: #101010;
}
.recruit td p + p {
  margin-top: 23px;
}
.recruit td ul {
  margin-bottom: 23px;
}
.recruit td li {
  font-size: 16px;
}
.recruit td li::before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .recruit {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .recruit h2 {
    font-size: 26px;
  }
  .recruit table {
    border-spacing: 0 8px;
  }
  .recruit th {
    display: block;
    width: 100%;
  }
  .recruit td {
    display: block;
    width: 100%;
  }
}


/* .location */

.location {
  margin-top: 80px;
  z-index: 2;
}

.location-info {
  padding: 58px 56px 64px;
  background-color: #0793BF;
}
.location-info h2 {
  position: relative;
  padding: 22px 0 20px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}
.location-info h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 336px;
  height: 120px;
  background-image: url("../images/txt_map.svg");
  background-size: cover;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.location-info p {
  margin: 28px 68px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}

.location-map {
  position: relative;
  margin-top: 40px;
  width: 100%;
  padding-top: 38.6%;
}
.location-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location-contents {
  display: flex;
}
.location-contents > div {
  width: 50%;
  padding: 56px 40px 64px;
}
.location-contents h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.location-contents p {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
.location-contents p > span {
  font-weight: 400;
}

.location-dormitory {
  background-color: #08ABDE;
}

.location-assign {
  background-color: #17B6E9;
}

@media screen and (max-width: 768px) {
  .location {
    margin-top: 0;
  }

  .location-info {
    padding: 21px 16px 16px;
  }
  .location-info h2 {
    padding: 11px 0;
    font-size: 24px;
  }
  .location-info h2::before {
    width: 156px;
    height: 56px;
  }
  .location-info p {
    margin: 18px 0 0;
    font-size: 12px;
  }

  .location-map {
    margin-top: 24px;
  }

  .location-contents {
    display: block;
  }
  .location-contents > div {
    width: 100%;
    padding: 32px 16px;
  }
  .location-contents h3 {
    font-size: 20px;
  }
  .location-contents p {
    margin-top: 17px;
    font-size: 12px;
  }
}


/* .company */

.company {
  padding-bottom: 10px;
}

.company-inn {
  padding: 63px 128px 120px;
  background-color: #fff;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.company-inn h2 {
  position: relative;
  padding: 17px 0 11px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
.company-inn h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 687px;
  height: 106px;
  background-image: url("../images/txt_company.svg");
  background-size: cover;
  transform: translate(-50%, -50%);
}
.company-inn table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #060A0D;
}
.company-inn th {
  width: 167px;
  font-size: 16px;
  font-weight: 700;
  background-color: #F4F4F4;
  border: 1px solid #060A0D;
}
.company-inn td {
  width: calc(100% - 167px);
  height: 70px;
  padding: 0 28px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #060A0D;
}

.company-logo {
  margin: 29px auto 0;
  width: 194px;
}

@media screen and (max-width: 768px) {
  .company-inn {
    padding: 22px 9px 9px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .company-inn h2 {
    padding: 10px 0 9px;
    font-size: 24px;
  }
  .company-inn h2::before {
    width: 343px;
    height: 53px;
  }
  .company-inn th {
    width: 86.5px;
    font-size: 12px;
  }
  .company-inn td {
    width: calc(100% - 86.5px);
    height: auto;
    padding: 16px;
    font-size: 12px;
  }

  .company-logo {
    margin: 15px auto 0;
    width: 112px;
  }
}


/* .about */

.about {
  position: relative;
  max-width: 944px;
  margin: 110px auto 83px;
  padding: 0 16px;
  z-index: 2;
}
.about > h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
.about > p {
  margin: 0 68px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

.about-logo {
  width: 415px;
  margin: 72px auto 64px;
}

.about-img {
  width: 100%;
  margin-top: 40px;
}

.about-contents {
  margin-top: 64px;
}

.about-item + .about-item {
  margin-top: 32px;
}
.about-item dt {
  display: inline-block;
  padding: 6px 12px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #0793BF;
  border-radius: 8px 8px 0 0;
}
.about-item dd {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
.about-item dd p {
  font-size: 22px;
}
.about-item dd p + p {
  margin-top: 30px;
}
.about-item dd p > span {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .about {
    margin: 70px auto 0;
  }
  .about > h2 {
    font-size: 24px;
  }
  .about > p {
    margin: 0;
    font-size: 12px;
  }

  .about-logo {
    width: 253px;
    margin: 32px auto 24px;
  }

  .about-img {
    margin-top: 16px;
  }

  .about-contents {
    margin-top: 24px;
  }

  .about-item + .about-item {
    margin-top: 16px;
  }
  .about-item dt {
    font-size: 16px;
    border-radius: 4px 4px 0 0;
  }
  .about-item dd {
    padding: 24px;
    border-radius: 0;
  }
  .about-item dd p {
    font-size: 14px;
  }
  .about-item dd p + p {
    margin-top: 22px;
  }
  .about-item dd p > span {
    font-size: 22px;
  }
}


/* .entry */

.entry {
  position: relative;
  max-width: 813px;
  margin: 20px auto 169px;
  padding: 52px 150px 64px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.entry > h3 {
  margin: 36px 0 16px;
  font-size: 50px;
  font-weight: 700;
  color: #0793BF;
}
.entry > p {
  font-size: 16px;
  line-height: 1.6;
}
.entry > p + p {
  margin-top: 32px;
}

.entry-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.entry-head img {
  width: 123px;
  margin-right: 16px;
}
.entry-head h2 {
  font-size: 56px;
  font-weight: 700;
}
.entry-head h2 > span {
  display: block;
  font-size: 28px;
  color: #0793BF;
  line-height: 1;
}

.entry-box {
  width: 100%;
  max-width: 434px;
  margin: 23px auto 0;
  padding: 27px 32px;
  text-align: center;
  background-color: #FAF9F9;
  border-radius: 16px;
}
.entry-box p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.entry-box p > span {
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  .entry {
    max-width: calc(100% - 32px);
    margin: 0 auto 72px;
    padding: 32px 16px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .entry > h3 {
    margin: 24px 0 30px;
    font-size: 32px;
  }
  .entry > p {
    font-size: 12px;
  }
  .entry > p + p {
    margin-top: 16px;
  }

  .entry-head img {
    width: 65px;
  }
  .entry-head h2 {
    font-size: 24px;
  }
  .entry-head h2 > span {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .entry-box {
    margin: 16px auto 0;
    padding: 16px;
    border-radius: 8px;
  }
  .entry-box p {
    font-size: 23px;
  }
  .entry-box p > span {
    font-size: 29px;
  }
}