@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);@charset "UTF-8";
body {
  margin: 0;
  font-family: -apple-system, "\6E38\30B4\30B7\30C3\30AF   Medium", "Helvetica Neue", BlinkMacSystemFont, YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }

.br-pc {
  display: block; }

.br-sp {
  display: none; }

@media (max-width: 600px) {
  .br-pc {
    display: none; }
  .br-sp {
    display: block; } }

/*
  top-page
 */
body::before {
  content: "";
  background: url("./image/main.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; }

body::after {
  content: "";
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(./image/layer.png); }

main {
  margin: 0; }

a {
  text-decoration: none;
  color: black; }

.main-visual {
  height: 700px;
  width: 100%; }

.contents {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: auto;
  padding: 75px 0;
  background-color: white; }
  .contents:nth-child(even) {
    background-color: #f7f7f1; }
  .contents:last-child {
    background: rgba(80, 50, 100, 0.4); }

/*
  layout
 */
.flex {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  padding: 50px 30px; }

/*
  footer
 */
footer {
  background-color: white; }

@media (max-width: 600px) {
  .contents {
    padding: 50px 0; }
  .flex {
    padding: 0; } }

.catch {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  z-index: 3;
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  color: white;
  letter-spacing: .2em; }
  .catch .title {
    font-size: 58px;
    line-height: 1.4;
    font-weight: 900; }
  .catch .subTitle {
    margin-top: 25px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6; }
  @media (max-width: 600px) {
    .catch .title {
      font-size: 26px;
      line-height: 1.3; }
    .catch .subTitle {
      font-size: 16px;
      line-height: 1; } }

.socialIcons {
  text-align: center; }

.socialIcon {
  width: 45px;
  padding: 15px; }

.mapFrame {
  padding-top: 30px;
  width: 100vw;
  height: 500px; }

.site-url {
  text-align: center;
  font-size: 20px; }
  .site-url a {
    color: gray;
    letter-spacing: 0.3em;
    font-size: 14px; }

.recruit-card {
  border: 2px solid;
  display: block;
  margin: auto;
  margin-top: 30px;
  width: 20%;
  border-radius: 3px;
  background: white; }
  .recruit-card .card-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid;
    padding: 10px;
    margin: 0; }
  .recruit-card .card-contents {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0.3em; }
    .recruit-card .card-contents .card-lead_line {
      font-weight: bold;
      margin-bottom: 10px; }
  @media (max-width: 600px) {
    .recruit-card {
      width: 80%; } }

.catch-c {
  color: white; }

.full-image {
  width: 90vw;
  max-height: 500px;
  padding-top: 30px;
  object-fit: cover; }

.img-f {
  width: 24%;
  height: 300px;
  object-fit: cover; }

@media (max-width: 600px) {
  .img-f {
    width: 50%;
    height: 200px; } }

.square-image-wrap {
  padding: 0 10px;
  width: 20%;
  min-width: 200px; }

.square-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover; }

.video-wrap {
  padding: 30px 10%; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 600px) {
  .video-wrap {
    padding: 20px 0 0; } }

.far::before {
  font-size: 50px;
  color: #3acce9; }

.fas::before {
  font-size: 50px;
  color: #3acce9; }

.welfare-card--wrap {
  width: 20%; }
  .welfare-card--wrap .welfare-card {
    border: solid 1px #cccccc;
    padding: 40px 20px;
    margin-bottom: 20px; }
  .welfare-card--wrap .welfare-card--title {
    margin-top: 50px;
    font-size: 23px;
    font-weight: bold; }

@media (min-width: 600px) and (max-width: 1200px) {
  .welfare-card--wrap {
    width: 35%; }
    .welfare-card--wrap:nth-child(n + 3) {
      margin-top: 30px; }
    .welfare-card--wrap:nth-child(2n) {
      margin-left: 20px; } }

@media (max-width: 600px) {
  .welfare-card--wrap {
    width: 70%; }
    .welfare-card--wrap:nth-child(n + 2) {
      margin-top: 30px; } }

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.conversion {
  width: 20%; }

.conversion:only-of-type {
  width: 40%; }

@media (min-width: 600px) and (max-width: 1200px) {
  .conversion {
    width: 40%; }
    .conversion:nth-child(n + 3) {
      margin-top: 30px; } }

@media (max-width: 600px) {
  .conversion {
    width: 60%; }
    .conversion:nth-child(n + 2) {
      margin-top: 30px; }
    .conversion:only-of-type {
      width: 60%; } }

.conversion-button {
  margin: auto;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-radius: 5px;
  /*角丸*/ }

header {
  display: flex;
  height: 50px; }

.header-image {
  height: 50px;
  margin-right: auto; }

.header-links {
  list-style: none; }

.header-links li {
  display: inline-block; }

.sectionMainTitle-wrap {
  margin-bottom: 15px; }

.sectionMainTitle {
  text-align: center;
  width: 250px;
  margin: auto;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #3acce9;
  border-bottom: solid 3px #3acce9; }
  .sectionMainTitle.section-small {
    font-size: 28px;
    letter-spacing: 0.2em; }

.sectionSubTitle {
  text-align: center;
  font-size: 14px;
  margin: 10px;
  color: #3acce9;
  letter-spacing: 0.30em; }
  .sectionSubTitle.section-small {
    font-size: 15px; }

.sectionCatch {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.15em;
  margin: 35px 0 30px; }
  .sectionCatch.section-small {
    margin: 50px 0 0; }

.sectionDiscription {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em; }

.description-center {
  padding: 0 0 0 25%;
  text-align: left; }

@media (min-width: 900px) and (max-width: 1200px) {
  .description-center {
    padding: 0 0 0 20%; } }

@media (min-width: 600px) and (max-width: 900px) {
  .description-center {
    padding: 0 0 0 10%; } }

@media (max-width: 600px) {
  .sectionMainTitle {
    font-size: 35px;
    width: 45%; }
    .sectionMainTitle.section-small {
      font-size: 20px; }
  .sectionSubTitle {
    font-size: 20px; }
  .sectionCatch {
    font-size: 25px;
    margin: 30px 10px; }
    .sectionCatch.section-small {
      font-size: 15px;
      letter-spacing: 0.2em;
      margin: 50px 15px 0; }
  .sectionDiscription {
    text-align: left;
    font-size: 16px;
    padding: 0 20px; } }
