/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: tbchibirgothicplusk-pro,'Noto Sans JP',sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  background-color: #d9f7f6;
}

body {
  background-size: 100px 100px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.3) 0), linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 255, 197, 0.05) 0), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 204, 255, 0.05) 0);
}

h2 {
  font-size: 1.75rem;
  margin: 0 auto;
  text-align: center;
  color: #707070;
  letter-spacing: 0.1em;
  margin-top: 48px;
}

h2:first-child {
  margin-top: 0;
}

p {
  font-family: "Noto Sans CJK JP Regular", sans-serif;
  color: #fff;
}

header {
  display: block;
  position: fixed;
  width: 100vw;
  z-index: 999;
}

header > .logo {
  padding: 12px;
  background: #d9f7f6;
  background: #003e66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

header > .logo > a {
  position: absolute;
  left: calc(50% - 15vw);
  left: 35vw;
  width: 30vw;
  text-align: center;
}

header > .logo > a > img {
  width: 30vw;
  max-width: 120px;
}

header > .logo > a > img:nth-child(2) {
  display: none;
}

header > .logo > p {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
}

header > .logo > p:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background: #003e66;
  background: #ffffff;
  top: calc(50% - 1.5px);
  left: calc(50% - 10px);
  border-radius: 3px;
}

header > .logo > p:after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 3px;
  background: #003e66;
  background: #ffffff;
  top: calc(50% - 10px);
  left: calc(50% - 1.5px);
  border-radius: 3px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header > .logo > p.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header > ul {
  position: absolute;
  bottom: 100px;
  z-index: 998;
  width: 100vw;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

header > ul.opened {
  bottom: -293px;
}

header > ul > li {
  border-top: 1px solid #d9f7f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

header > ul > li:nth-child(1) {
  border-top: none;
}

header > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003e66;
  background: white;
}

.recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  top: 200px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  padding: 0;
}

footer ul {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul li {
  width: 50%;
}

footer ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  font-size: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #003e66;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
}

footer ul:nth-child(1) li:nth-child(1) a {
  border-top: none;
}

footer ul:nth-child(1) li:nth-child(2) a {
  border-top: none;
}

footer ul:nth-child(1) li:nth-child(2n + 1) a {
  border-left: none;
}

footer ul:nth-child(2) li a {
  border-bottom: 1px solid #ffffff;
}

footer ul:nth-child(2) li:nth-child(1) a {
  border-left: none;
}

footer p {
  background: #003e66;
  font-size: 0.8rem;
  text-align: center;
  padding: 1em 0;
}

.image_small {
  display: none;
}

.image_large {
  display: inline;
}

@media screen and (max-width: 700px) {
  .recruit {
    padding: 10px;
    font-size: 12px;
    top: 167px;
  }
}

@media screen and (min-width: 701px) {
  header {
    width: 100%;
    height: 84px;
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 24px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  header:hover {
    background-color: rgba(255, 255, 255, 0.95);
  }
  header .logo {
    background: none;
  }
  header .logo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: relative;
    left: auto;
    width: auto;
  }
  header .logo > a > img {
    max-width: 120px;
  }
  header .logo > a > img:nth-child(1) {
    display: none;
  }
  header .logo > a > img:nth-child(2) {
    display: inline;
  }
  header .logo > p {
    display: none;
  }
  header ul.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
    position: relative;
    width: auto;
    bottom: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  header ul.gnav > li {
    margin-bottom: 0;
    margin-right: 18px;
    list-style: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header ul.gnav > li:last-child {
    margin-right: 0;
  }
  header ul.gnav > li a {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    text-decoration: none;
    position: relative;
    color: #707070;
    text-align: center;
    background: none;
  }
  header ul.gnav > li a span {
    position: relative;
    font-size: 14px;
    padding-bottom: 0.5em;
    letter-spacing: 0.1em;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    opacity: 1;
  }
  header ul.gnav > li a span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #f77761;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  header ul.gnav > li a:hover span {
    opacity: 0.8;
  }
  header ul.gnav > li a:hover span:after {
    /*content: "";
							position: absolute;
							width: 100%;
							height: 4px;
							bottom: 0;
							left: 0;
							background-color: #f77761;*/
    opacity: 1;
  }
  footer {
    padding: 24px 48px;
    width: 100%;
    background: #003e66;
  }
  footer ul {
    width: auto;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul li {
    width: auto;
    margin-bottom: 24px;
    margin-left: 30px;
  }
  footer ul li a {
    background: none;
    border: none;
    font-size: 1rem;
    display: inline;
    padding: 0;
    position: relative;
  }
  footer ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    right: 0;
    bottom: -4px;
    display: block;
    position: absolute;
    background: #ffffff;
    background: rgba(255, 255, 255, 0);
    -webkit-transition-property: width,background;
    transition-property: width,background;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  footer ul li a:hover:after {
    width: 100%;
    left: 0;
    background: white;
  }
  footer ul li:nth-child(1) {
    margin-left: 0;
  }
  footer ul:nth-child(2) li a {
    border-bottom: none;
  }
  footer p {
    font-size: 1rem;
  }
}

.image_small {
  display: inline;
}

.image_large {
  display: none;
}

@media screen and (min-width: 961px) {
  header {
    height: 100px;
    padding: 24px 50px;
  }
  header ul.gnav > li {
    margin-right: 30px;
  }
}

body {
  background-color: #d9f7f6;
  width: 100%;
  height: 100vh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body section {
  padding: 150px 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
}

/*footer {
	width: 100%;
	scroll-snap-align: end;
	padding: 50px 50px 30px;
	box-sizing: border-box;
	background-color: #ffffff;
	scroll-snap-align: end;
	> ul {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 30px;
		width: auto;
		> li {
			list-style: none;
			margin-right: 30px;
			margin-bottom: 0;
			&:last-child {
				margin-right: 0;
			}
			> a {
				font-size: 14px;
				text-decoration: none;
			}
		}
	}
	> p {
		text-align: center;
		color: #222222;
		font-size: 13px;
		margin: 0;
	}
}*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 999px;
  color: #ffffff;
  background-color: #003e66;
  border-color: #003e66;
  border-width: 2px;
  border-style: solid;
  font-size: 1rem;
  margin: 0 auto;
  width: 280px;
  max-width: 100%;
  padding: 0.5em;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #ffffff;
  color: #003e66;
  opacity: 1;
  border-color: #003e66;
}

.button[disabled],
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background-color: #707070;
  cursor: default;
}

.button[disabled]:hover,
button[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="button"][disabled]:hover {
  background-color: #707070;
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

/* Scss Document */
/*# sourceMappingURL=commonstyle.css.map */