@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (min-width: 751px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   case_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /*------------------------------------------------------------------------------------------
   *
   *
   min-width : 751px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   *
   #kv
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   #top_desc
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   article
   *
   -------------------------------------------------- */
  .isIE #page_case {
    overflow: hidden;
  }
  #kv {
    position: relative;
  }
  #kv .title_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }
  #kv .title_wrap .ttl {
    margin-top: 5vw;
    margin-bottom: 2.08333vw;
  }
  #kv .title_wrap .ttl img {
    width: 6.58333vw !important;
    max-width: 79px !important;
    height: 1vw !important;
    max-height: 12px !important;
  }
  #kv .title_wrap h2 {
    margin-bottom: 2.5vw;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.12em;
  }
  #kv .title_wrap .sub {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #top_desc {
    padding: 4.16667vw 0;
    text-align: center;
  }
  #top_desc p {
    display: inline-block;
    line-height: 2em;
    text-align: left;
  }
  article {
    overflow: hidden;
  }
  article.a1 {
    border-top: 1px solid #c9c9c9;
  }
  article .head {
    display: flex;
  }
  article .head .ph {
    width: 58.33333vw;
    height: 31.66667vw !important;
    max-height: 380px !important;
    max-height: calc(380px * 1.3) !important;
    position: relative;
  }
  article .head .ph .cap {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0.83333vw;
    left: 0.83333vw;
    z-index: 2;
  }
  article .head .title {
    width: 41.66667vw !important;
    max-width: 500px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.a2 .head {
    flex-direction: row-reverse;
  }
  article .head .inner {
    text-align: left;
  }
  article .head .inner h3 {
    margin-bottom: 2.08333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5em;
  }
  article .head .inner p {
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  article .head .inner .h {
    display: inline-block;
    padding-bottom: 0.83333vw;
    margin-bottom: 2.08333vw;
    position: relative;
  }
  article .head .inner .h:after {
    content: '';
    width: 100%;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  article .btm {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    padding: 6.66667vw 0 11.66667vw 0;
    background-color: #f5f5f1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .isIE article .btm {
    width: 106.66667vw !important;
    max-width: 1280px !important;
  }
  article .btm:before {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #f5f5f1;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1;
  }
  article.a2 .btm {
    flex-direction: row-reverse;
  }
  article.a2 .btm {
    padding-bottom: 10vw;
  }
  article .btm .desc {
    width: 30vw !important;
    max-width: 360px !important;
    padding: 0;
    margin-bottom: -2.5vw;
    box-sizing: border-box;
    position: relative;
    top: -0.83333vw;
    left: 5vw;
  }
  article.a2 .btm .desc {
    left: inherit;
    right: 5vw;
  }
  article .btm .desc p {
    margin-bottom: 2em;
    line-height: 2em;
  }
  article .btm .desc p span {
    position: relative;
    line-height: 0;
    box-shadow: 0 0 0 1.41667vw #fff88a inset;
    outline: 0.16667vw solid #fff88a;
  }
  article .btm .desc p:last-child {
    margin-bottom: 0;
  }
  article .btm .ph p {
    width: 45.41667vw !important;
    max-width: 545px !important;
    position: relative;
    left: -5vw;
  }
  article.a2 .btm .ph p {
    left: inherit;
    right: -5vw;
  }
  #list {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #e8e8e1;
    position: relative;
  }
  #list:before {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #e8e8e1;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1;
  }
  #list .col {
    width: 50%;
    text-align: center;
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
  #list .inner {
    display: inline-block;
    text-align: left;
  }
  #list .col h4 {
    margin-bottom: 3.75vw;
    display: table;
    padding-bottom: 0.83333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 0.16667vw solid #000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #list .col dt, #list .col th {
    font-weight: bold;
  }
  #list .col th {
    padding-right: 1.66667vw;
    padding-bottom: 2.5vw;
  }
  #list .col td {
    padding-bottom: 2.5vw;
  }
  #list .col dt {
    margin-bottom: 0.58333vw;
  }
  #list .col dd {
    line-height: 1.55556em;
    margin-bottom: 1.5em;
  }
}
/* -------------------------------------------------- */
/*------------------------------------------------------------------------------------------
 *
 *
 case_pc.css
 *
 *
 ------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
 *
 #kv
 *
 -------------------------------------------------- */
@media screen and (min-width: 1200px) {
  /* --------------------------------------------------
   *
   #top_desc
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   *
   article
   *
   -------------------------------------------------- */
  #kv {
    position: relative;
  }
  #kv .title_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
  }
  #kv .title_wrap .ttl {
    margin-top: 60px;
    margin-bottom: 25px;
  }
  #kv .title_wrap .ttl img {
    width: 6.58333vw !important;
    max-width: 79px !important;
    height: 1vw !important;
    max-height: 12px !important;
  }
  #kv .title_wrap h2 {
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.12em;
  }
  #kv .title_wrap .sub {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #top_desc {
    padding: 50px 0;
    text-align: center;
  }
  #top_desc p {
    display: inline-block;
    line-height: 2em;
    text-align: left;
  }
  article {
    overflow: hidden;
  }
  article .head {
    display: flex;
  }
  article .head .ph {
    width: 58.33333vw;
    height: 31.66667vw !important;
    max-height: 380px !important;
    max-height: calc(380px * 1.3) !important;
    position: relative;
  }
  article .head .ph .cap {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
  }
  article .head .title {
    width: 41.66667vw !important;
    max-width: 500px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article.a2 .head {
    flex-direction: row-reverse;
  }
  article .head .inner {
    text-align: left;
  }
  article .head .inner h3 {
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5em;
  }
  article .head .inner p {
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  article .head .inner .h {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
  }
  article .head .inner .h:after {
    content: '';
    width: 100%;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  article .btm {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    padding: 80px 0 140px 0;
    background-color: #f5f5f1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  article .btm:before {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #f5f5f1;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1;
  }
  article.a2 .btm {
    flex-direction: row-reverse;
  }
  article.a2 .btm {
    padding-bottom: 120px;
  }
  article .btm .desc {
    width: 30vw !important;
    max-width: 360px !important;
    padding: 0;
    margin-bottom: -30px;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    left: 60px;
  }
  article.a2 .btm .desc {
    left: inherit;
    right: 60px;
  }
  article .btm .desc p {
    margin-bottom: 2em;
    line-height: 2em;
  }
  article .btm .desc p span {
    position: relative;
    line-height: 0;
    box-shadow: 0 0 0 17px #fff88a inset;
    outline: 2px solid #fff88a;
  }
  article .btm .desc p:last-child {
    margin-bottom: 0;
  }
  article .btm .ph p {
    width: 45.41667vw !important;
    max-width: 545px !important;
    position: relative;
    left: -60px;
  }
  article.a2 .btm .ph p {
    left: inherit;
    right: -60px;
  }
  #list {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #e8e8e1;
    position: relative;
  }
  #list:before {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #e8e8e1;
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: -1;
  }
  #list .col {
    width: 50%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #list .inner {
    display: inline-block;
    text-align: left;
  }
  #list .col h4 {
    margin-bottom: 45px;
    display: table;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 2px solid #000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #list .col dt, #list .col th {
    font-weight: bold;
  }
  #list .col th {
    padding-right: 20px;
    padding-bottom: 30px;
  }
  #list .col td {
    padding-bottom: 30px;
  }
  #list .col dt {
    margin-bottom: 7px;
  }
  #list .col dd {
    line-height: 1.55556em;
    margin-bottom: 1.5em;
  }
}
/* ----- min-width : 1200px ----- */
html {
  position: relative;
}
html {
  position: relative;
}
