@charset "UTF-8";
/* CSS Document */
ul.black_circle li {
  text-indent: -0.4em;
  padding-left: 1em;
}
ul.black_circle li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #111;
  position: relative;
  left: -0.5em;
  top: -2px;
}
.mr-0 {
  margin-right: 0 !important;
}
.align-center {
  text-align: center;
}
#what p {
  margin-bottom: 20px;
}
.what-blok {
  align-items: normal;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-box {
  margin: 10px 20px 10px 0;
  background: #F7F7F7;
  flex: 1;
}
.what-box-quote {
  position: relative;
  padding: 1.5em 2em 1.5em 3em;
}
.what-box-quote::before {
  line-height: 1;
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 3em);
  top: 1.5em;
  left: 1.5em;
  border-left: solid 1px rgba(180, 180, 180, .75);
  border-right: solid 1px rgba(180, 180, 180, .75);
}
#menu table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}
#menu table th {
  background-color: #004f9a;
  color: #fff;
  border: 1px solid #eee;
  padding: 0.5em 0.75em;
}
#menu table td {
  border-bottom: 1px solid #eee;
  padding: 0.5em 0.75em;
}
#menu table td.right-border {
  border-right: 1px solid #eee;
}
#menu table td.left-border {
  border-left: 1px solid #eee;
}
  #case ul {
    width: 560px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 1.4%;
}
  #case ul li {
   width: 49%;
    }
  #case ul li p {
   text-align: center;
    }
  #case ul li figure {
   position: relative;
   overflow: hidden;
   padding-top: 56.25%;
  }
  #case ul li figure img {
   position: absolute;
    max-width: 260px;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
    height: 100%;
   object-fit: cover;
  }
  #case .txt_sml {
    font-size: 80%;
    color: #111;
    vertical-align: bottom;
    margin-left: 0.5em;
    }
.sp_br {
    display: none;
}
@media screen and (min-width: 801px), print {
  /* concept
--------------------- */
  #concept {
    width: 100%;
    padding: 100px 0 0 0;
  }
  #concept h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center;
  }
  #concept p {
    width: 600px;
    margin: auto;
  }
  /* what
--------------------- */
  #what {
    width: 100%;
    padding: 90px 0 0 0;
  }
  #what h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center;
  }
  .what-box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #004F9A;
    margin-bottom: 10px;
  }
  .what-blok {
    flex-wrap: nowrap;
    position: relative;
  }
  /* merit
--------------------- */
  #merit {
    width: 100%;
    padding: 100px 0 0 0;
  }
  #merit h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center;
  }
  .#merit h3 {
    font-size: 18px;
    font-weight: 500;
    color: #004F9A;
    margin-bottom: 10px;
  }
  #merit .box .pht {
    flex: 0 0 420px;
  }
  #merit .box .pht img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  /* menu
--------------------- */
  #menu {
    width: 100%;
    padding: 100px 0 0 0;
  }
  #menu h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center;
  }
  #menu h3 {
    font-size: 18px;
    font-weight: 500;
    color: #004F9A;
    margin-bottom: 10px;
  }
  #menu .box {
    align-items: center;
    padding-top: 30px;
  }
  #menu .box .pht {
    flex: 0 0 550px;
  }
  #menu .box .pht img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
  #menu table {
    min-width: 520px;
  }
  /* case
--------------------- */
  #case {
    width: 100%;
    padding: 100px 0 0 0;
  }
  #case h2 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-align: center;
  }
  #case h3 {
    font-size: 18px;
    font-weight: 500;
    color: #004F9A;
    margin-bottom: 10px;
  }
  #case .box {
    align-items: flex-end;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #case .archive {
    margin-bottom: 70px !important;
  }
 /* #case .box .text {
    width: 530px;
  }*/
    
}
/* max 800px */
@media only screen and (max-width: 800px) {
  /* concept
--------------------- */
  #concept {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #concept h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  /* what
--------------------- */
  #what {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #what h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  .what-blok {
    display: block;
  }
  .what-box {
    margin: 10px 0;
  }
  .what-box h3, {
    font-size: 18px;
    font-weight: 500;
    color: #004F9A;
    margin-bottom: 7px;
  }
  /* merit
--------------------- */
  #merit {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #merit h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #merit .box .text {
    padding-top: 15px;
  }
  #merit .box .pht img {
    width: 100%;
    height: auto;
  }
  /* menu
--------------------- */
  #menu {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #menu .box {
    padding-top: 30px;
  }
  #menu h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #menu .box .text {
    padding-top: 15px;
  }
  #menu .box .pht img {
    width: 100%;
    height: auto;
  }
  /* case
--------------------- */
  #case {
    width: 100%;
    padding: 50px 0 0 0;
  }
  #case .box {
    padding-top: 30px;
  }
  #case h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #case .box .text {
    padding-top: 15px;
  }
  
  #case ul {
      width: 100%;
      padding: 1rem 0 0;
    }
/*  #case .box .pht img {
    width: 100%;
    height: auto;
    margin-top: 1em;
  }*/
}
@media only screen and (max-width: 560px) {
    .sp_br {
        display: block;
    }
}