@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  /* index
  ----------------------*/
  #service.index {
    position: relative; }
    #service.index {
      padding-top: 80px; }
    #service.index .wrapper {
      max-width: 1200px; }
    #service.index #titleArea {
      margin: 0 auto; }
      #service.index #titleArea:not(.title_str) {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0; }
      #service.index #titleArea .tit {
        margin: 0 auto;
        background: url("../img/tit_bg.png") no-repeat center/cover;
        width: 339px;
        height: 334px;
        position: relative;
        text-align: center;
        font-weight: bold; }
        #service.index #titleArea .tit .icon {
          position: absolute;
          width: 103px;
          top: -30px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        #service.index #titleArea .tit h1 {
          text-align: center;
          padding-top: 125px;
          margin-bottom: 20px; }
          #service.index #titleArea .tit h1 img {
            display: block;
            width: 242px;
            margin: 0 auto; }
          #service.index #titleArea .tit h1 span {
            display: block;
            margin: 0 auto;
            font-size: 18px;
            letter-spacing: 3px; }
        #service.index #titleArea .tit p.lead {
          font-size: 14px; }

  #service.index ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 4.25%; }
    #service.index ul:nth-of-type(1) {
      justify-content: space-between; }

  #service.index ul + ul {
    margin-top: 5%; }

  #service.index ul:after {
    display: none; }

  #service.index ul li {
    flex-shrink: 0;
    flex-grow: 0;
    width: 30.5%; }

  #service.index ul li a {
    box-sizing: border-box;
    display: block;
    position: relative; }

  #service.index ul li a:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/arrow_gr.png") no-repeat center/cover;
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 0;
    transition: 300ms;
    z-index: 101; }

  #service.index ul li a:hover:after {
    right: -8px; }

  #service.index ul:nth-of-type(2n) li:nth-of-type(2n+1) a:after {
    background: url("../img/arrow_pr.png") no-repeat center/cover; }

  #service.index ul li a:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/box_g_03.png") no-repeat bottom center/cover; }

  #service.index ul li a .bg {
    width: 100%;
    position: relative; }

  #service.index ul li a .btm {
    width: 100%;
    margin-top: -50px; }

  #service.index ul li a dl {
    background: url("../img/box_g_02.png") no-repeat center top/100% 100%;
    padding: 10px 15% 0; }

  #service.index ul:nth-of-type(2n) li:nth-of-type(2n+1) a dl {
    background: url("../img/box_p_02.png") no-repeat center top/100% 100%; }

  #service.index ul li a dl dt {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px; }

  #service.index ul li a dl dd {
    position: relative;
    z-index: 2; }

  #service.index ul li a .icon {
    width: 56px;
    margin: 0 auto 20px; }

  /* アニメーション調整 */
  #service.index ul.view li {
    opacity: 0;
    transition-delay: .2s;
    transition-duration: 1s;
    transform: translateY(10px); }

  #service.index ul.view.on li {
    opacity: 1;
    transform: translateY(0px); }

  #service.index ul.view:nth-of-type(1) li:nth-of-type(2) {
    transition-delay: .4s; }

  #service.index ul.view:nth-of-type(2) li:nth-of-type(1) {
    transition-delay: .6s; }

  #service.index ul.view:nth-of-type(2) li:nth-of-type(2) {
    transition-delay: .8s; }

  #service.index ul.view:nth-of-type(2) li:nth-of-type(3) {
    transition-delay: 1.0s; } }
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
  /* index
  ----------------------*/
  #service.index {
    position: relative;
    padding-top: 40px; }

  #service.index #titleArea {
    margin-bottom: 40px; }

  #service.index #titleArea .tit {
    margin: 0 auto;
    background: url("../img/tit_bg.png") no-repeat center/cover;
    width: 270px;
    height: 266px;
    position: relative;
    text-align: center;
    font-weight: bold; }

  #service.index #titleArea .tit .icon {
    position: absolute;
    width: 26%;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  #service.index #titleArea .tit h1 {
    text-align: center;
    padding-top: 85px;
    margin-bottom: 15px; }

  #service.index #titleArea .tit h1 img {
    display: block;
    width: 200px;
    margin: 0 auto; }

  #service.index #titleArea .tit h1 span {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 3px; }

  #service.index ul {
    width: 100%; }

  #service.index ul:after {
    display: none; }

  #service.index ul li {
    margin-bottom: 30px; }

  #service.index ul li a {
    box-sizing: border-box;
    display: block;
    position: relative; }

  #service.index ul li a:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/arrow_gr.png") no-repeat center/cover;
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 0;
    transition: 300ms;
    z-index: 101; }

  #service.index ul li:nth-of-type(2n) a:after {
    background: url("../img/arrow_pr.png") no-repeat center/cover; }

  #service.index ul li a .bg {
    width: 100%;
    position: relative; }

  #service.index ul li a dl {
    margin: 0 auto;
    padding: 10px 50px 50px;
    background: url("../img/box_g_02.png") no-repeat top/100% 90%; }

  #service.index ul li:nth-of-type(2n) a dl {
    background: url("../img/box_p_02.png") no-repeat top/100% 90%; }

  #service.index ul li a .btm {
    width: 100%;
    position: absolute;
    bottom: 0; }

  #service.index ul li a dl dt {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px; }

  #service.index ul li a .icon {
    width: 56px;
    margin: 0 auto 20px; }

  #service.index ul li a dl dd {
    position: relative;
    z-index: 2; }

  /* アニメーション調整 */
  #service.index ul li.view {
    opacity: 0;
    transition-delay: .2s;
    transition-duration: 1s;
    transform: translateY(10px); }

  #service.index ul li.view.on {
    opacity: 1;
    transform: translateY(0px); } }
