@charset "UTF-8";
/* CSS Document */
body, html {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #2D575F;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: lighter;
  line-height: 1.9; }

@media (max-width: 778px) {
  body, html {
    font-size: 12px; } }
#loading {
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loading #loader {
    z-index: 9999; }
    #loading #loader img {
      width: 80px; }

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s; }
  .fadein.active {
    opacity: 1;
    transform: translate(0, 0); }

.section {
  padding: 120px 0; }

.sc-tt {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem; }
  .sc-tt:after {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    background: #2FB8E5;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 15px; }
  .sc-tt.white:after {
    background: #fff; }

.read {
  color: #7A8E91;
  margin-bottom: 0; }

@media (max-width: 778px) {
  .section {
    padding: 60px 0; }

  .sc-tt {
    font-size: 1.5rem; } }
.btn {
  background-color: #FFC000;
  color: #fff;
  max-width: 100%;
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  min-width: 300px; }

@media (max-width: 600px) {
  .btn {
    padding: 10px 20px;
    min-width: 100%; } }
.nav {
  z-index: 500;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .nav a {
    font-size: 1.2rem;
    color: #2D575F;
    font-weight: bold;
    display: flex; }
  .nav, .nav .container {
    height: 60px;
    display: flex;
    align-items: center; }
  .nav .logo img {
    height: 40px;
    width: auto; }
  .nav .nav-right-content {
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    width: 80%; }
    .nav .nav-right-content a {
      display: inline-block;
      font-size: 1rem; }
  .nav .btn {
    width: auto;
    padding: 5px 40px; }
  @media (min-width: 1300px) {
    .nav .container {
      max-width: 80%; } }

.global-nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  /* スマホに収まるくらい */
  height: 100vh;
  background: linear-gradient(135deg, #1EB7ED, #A8CD2D);
  transition: all .6s;
  z-index: 700;
  overflow-y: auto; }
  .global-nav__list {
    margin: 0;
    padding: 20px;
    width: 100%;
    list-style: none; }
  .global-nav__item {
    border-bottom: solid 1px #fff; }
  .global-nav__item a {
    display: block;
    padding: 30px 0;
    margin: 0;
    text-decoration: none;
    color: #fff; }
  .global-nav__item a:hover {
    background-color: #eee;
    color: #212121; }

.hamburger {
  position: relative;
  width: 32px;
  height: 24px;
  margin-left: auto;
  cursor: pointer;
  z-index: 800; }

.global-nav .sns {
  text-align: center;
  padding: 20px 0; }

.global-nav .sns a {
  display: inline-block;
  width: 40px;
  margin: 20px; }

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 1.5px;
  background-color: #2D575F;
  transition: all .6s; }
  .hamburger__line--1 {
    top: 0px; }
  .hamburger__line--2 {
    top: 10px; }
  .hamburger__line--3 {
    top: 20px; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0; }
.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }
.nav-open .hamburger__line {
  background-color: #fff; }
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px; }
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%; }
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px; }

.top-visual {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden; }
  .top-visual:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/qa/top-visual-bg-circle.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 55%;
    height: 110%;
    background-size: cover;
    top: -30%;
    right: -10%;
    z-index: -1; }
  .top-visual__wrapper {
    display: flex; }
  .top-visual__catch {
    width: 60%; }
  .top-visual__img {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 20px; }
  .top-visual__txt-1 {
    font-weight: bold;
    font-size: 1.3vw;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .top-visual__txt-1 img {
    width: 5vw;
    margin-right: 2vw; }
  .top-visual__txt-1-1 {
    font-weight: bold;
    font-size: 2.7vw;
    margin-left: 1vw; }
  .top-visual__txt-2 {
    display: block;
    font-weight: bold;
    font-size: 3vw;
    margin-bottom: 2vw; }
  .top-visual__txt-3 {
    font-weight: bold;
    font-size: 1.5vw; }
  .top-visual .btn {
    margin-top: 2rem;
    white-space: pre-wrap; }
  @media (min-height: 1000px) {
    .top-visual {
      height: 50%; } }
  @media (max-width: 600px) {
    .top-visual:before {
      width: 70%;
      height: 60%;
      bottom: 5%;
      right: 0%;
      top: unset; }
    .top-visual__catch, .top-visual__img {
      width: 100%; }
    .top-visual__img img {
      width: 80%;
      margin-left: auto;
      display: block;
      margin-top: 40px; }
    .top-visual__wrapper {
      flex-direction: column; } }
  @media (max-width: 600px) {
    .top-visual__txt-1 img {
      width: 8vw; }
    .top-visual__txt-1 {
      font-size: 3.5vw; }
    .top-visual__txt-1-1 {
      font-size: 6.5vw; }
    .top-visual__txt-2 {
      font-size: 6.9vw;
      margin-bottom: 2vw; }
    .top-visual__txt-3 {
      font-size: 3.8vw; } }

.about-sc {
  background: #E6F1F2; }

.quality-sc__txt-block {
  position: relative;
  margin-top: 150px; }
  .quality-sc__txt-block:before {
    position: absolute;
    right: 0;
    z-index: -1;
    background: url("../img/qa/quality.png");
    background-size: cover;
    border-radius: 20px;
    content: "";
    display: block;
    width: 55%;
    height: 300px;
    margin-top: -100px; }
  .quality-sc__txt-block p {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 50%; }
@media (max-width: 600px) {
  .quality-sc__txt-block {
    margin-top: 200px; }
    .quality-sc__txt-block:before {
      width: 100%;
      height: 180px;
      margin-top: -160px; }
    .quality-sc__txt-block p {
      width: 100%;
      padding: 20px;
      border-radius: 20px; } }

.option-sc {
  background: linear-gradient(135deg, #1EB7ED, #A8CD2D); }
  .option-sc__item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto 30px; }
    .option-sc__item img {
      width: 80px;
      height: auto;
      object-fit: contain; }
    .option-sc__item h3 {
      font-size: 1.2rem;
      font-weight: bold;
      display: flex;
      align-items: center; }
  .option-sc__item-txt {
    width: 80%; }
  .option-sc__number {
    font-size: 5.2rem;
    font-weight: bold;
    color: #D8EFF0;
    line-height: 1;
    margin-right: -25px; }
  .option-sc__btn-group {
    text-align: center; }
    .option-sc__btn-group .btn:first-of-type {
      margin-right: 30px; }
  .option-sc h4 {
    font-size: 1.2rem;
    font-weight: bold; }
  @media (min-width: 1300px) {
    .option-sc__item {
      width: 70%; } }
  @media (max-width: 600px) {
    .option-sc__item {
      padding: 20px;
      width: 100%; }
      .option-sc__item img {
        display: none; }
    .option-sc__item-txt {
      width: 100%; }
    .option-sc__btn-group .btn:first-of-type {
      margin-right: 0; } }

.merit-sc__item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  height: 100%; }
  .merit-sc__item img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .merit-sc__item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; }
@media (max-width: 778px) {
  .merit-sc__item {
    height: auto;
    padding: 20px;
    margin-bottom: 30px; }
    .merit-sc__item img {
      height: 60px; } }

.pdca-sc {
  background: #E6F1F2; }

.seminar-sc__item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.2rem; }
@media (max-width: 1000px) {
  .seminar-sc__item {
    display: block;
    padding: 20px; }
    .seminar-sc__item .btn {
      margin-top: 20px; } }

.contact-sc {
  background: linear-gradient(135deg, #1EB7ED, #A8CD2D); }

.white {
  color: #fff; }

footer {
  background-color: #fff;
  padding: 2.8rem 0;
  font-size: 0.8rem; }
  footer .logo img {
    width: 200px; }
  @media (min-width: 1300px) {
    footer .container {
      max-width: 80%; } }

/*# sourceMapping=style.css.map */