@charset "UTF-8";
/* ==========================================================================

    Theme Name: kiu
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 2.0

   ========================================================================== */
   

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    background: #fff;
    color: #34393C;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d3d4df;
    margin: 1em 0;
    padding: 0;
}

p {
    margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: #0F6FFF;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
    color: #0F6FFF;
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
}

.ctr {
    text-align: center;
}
.lft {
    text-align: left;
}
.rgt {
    text-align: right;
}


.bold {
    font-weight: 700;
}

.mb8 {
    margin: 0 0 8px;
}
.mb16 {
    margin: 0 0 16px;
}
.mb24 {
    margin: 0 0 24px;
}
.mb32 {
    margin: 0 0 32px;
}
.mb40 {
    margin: 0 0 40px;
}

.mt8 {
    margin: 8px 0 0;
}

.mt16 {
    margin: 16px 0 0;
}

.wrapper {
    margin: 0 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 8px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 14px; font-size: 1.4rem;
}

textarea {
    height: 150px;
    padding: 0 8px;
    box-sizing: border-box;
}

.btn-blue {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 16px;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #2E7EF7;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px; font-size: 1.6rem;
    transition: all .3s;
    vertical-align: middle;
}

.btn-blue:hover{
    letter-spacing: 0.15em;
    transform: scale(1.1);
}

.pc{
    display: none;
}

/* ==============
    SP:Header
   ============== */

#header-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0;
    line-height: 1;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(4px);
    z-index: 9999;
    text-decoration: none;
}

#header-container .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-container .logo,
#header-container.fixed .logo {
    margin: 0;
    overflow: hidden;
}

#header-container .logo a,
#header-container.fixed .logo a {
    display: block;
    width: 87px;
    height: 0;
    margin: 0;
    padding: 30px 0 0;
    background: url(../img/logo@3x.png) no-repeat left top;
    background-size: 87px 30px;
    text-decoration: none;
  text-decoration: none;
}

#header-container .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#header-container .inner::after {
  content: "";
  display: block;
  clear: both;
}



#header-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0;
    line-height: 1;
    z-index: 9999;
    text-decoration: none;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(4px);
}

#header-container a {
  text-decoration: none;
}

#header-container .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#header-container .inner::after {
  content: "";
  display: block;
  clear: both;
}

/* Mobile header */
#mobile-head {
  position: relative;
  width: 100%;
  height: 56px;
  background: transparent;
  z-index: 999;
}

#header-container .logo,
#header-container.fixed .logo {
  position: absolute;
  top: 13px;
  left: 13px;
  float: none;
  font-size: 26px;
  color: #333;
}

#g-nav {
  position: absolute;
  top: -500px;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: 0.5s ease-in-out;
}

#g-nav ul {
  display: block;
  position: static;
  margin: 20px 0 0;
  list-style: none;
  font-size: 14px;
}

#g-nav ul li {
  position: static;
  float: none;
  padding: 20px 10px;
  border-right: none;
}

#header-container #g-nav ul li a,
#header-container.fixed #g-nav ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  transition: all 0.6s ease;
}

#nav-toggle {
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #34393C;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/* Toggle open animation */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}

/* Navigation open animation */
.open #g-nav {
  transform: translateY(556px);
}

/* ==============
    SP:Main
   ============== */

#main-visual{
    height: 450px;
    background: url(../img/main.jpg) no-repeat center top;
    /*background-position: calc(100% + 100px) calc(100% + 100px);*/
    background-size: cover;
}

#main-visual section{
    height: 100%;
    background-color:hsla(0,0%,100%,0.5);
    background-image:
    radial-gradient(at 86% 88%, hsla(216,91%,56%,0.4) 0px, transparent 50%),
    radial-gradient(at 92% 7%, hsla(204,100%,82%,0.4) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(198,0%,100%,0.5) 0px, transparent 50%),
    radial-gradient(at 6% 4%, hsla(216,0%,100%,0.5) 0px, transparent 50%);
}

#main-visual .wrapper{
    display: flex;
    align-items: center;
    height: 450px;
}

#main-visual p{
    line-height: 1.5;
    font-weight: 500;
    font-size: 38px; font-size: 3.8rem;
}

#main-visual p span{
    background: linear-gradient(135deg, #a8dbff 0%, #4fa7ff 33%, #1d4ed8 66%, #1dd1a1 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.btn-box{
    text-align: center;
}

.btn-box li{
    margin: 0 auto 16px;
}

.btn-box li:first-child{
    margin: 0 auto;
}

.hx-bdr-lft{
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 0 36px;
    font-size: 24px; font-size: 2.4rem;
    font-weight: bold;
}

.hx-bdr-lft::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: " ";
    width: 20px;
    height: 4px;
    margin: -2px 0 0;
    border-radius: 2px;
    background: linear-gradient(-20deg, #1D4ED8 0%, #6BC0FF 100%);
}

.hx-blue{
    position: relative;
    margin: 0 0 24px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: 700;
    color: #2E7EF7;
}

.hx-blue::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #A8DBFF;
}

.hx-blue span{
    position: relative;
    padding: 0 8px 0 0;
    background: #EAF6FF;
    z-index: 1;
}

#message{
    padding: 40px 0;
    background: #2E7EF7;
    color: #fff;
}

#service{
    padding: 40px 0;
    background: #EAF6FF;
}

.li-service li{
    margin: 0 0 16px;
}

.li-service li .inner{
    padding: 16px;
    border: 1px solid #A8DBFF;
    border-radius: 16px;
    background: #fff;
}

.li-service li .ttl{
    margin: 0 0 16px;
    color: #1D4ED8;
    font-size: 18px; font-size: 1.8rem;
    font-weight: 700;
}

.li-service li .img-box{
    margin: 0 auto 16px;
}

.li-service li .img-box img{
    display: block;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
}

.li-service li .flex-box .li-dot{
    padding: 0 0 8px;
}

.li-service li .flex-box .li-dot li{
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 12px;
    font-size: 14px; font-size: 1.4rem;
}

.li-service li .flex-box p{
    font-size: 14px; font-size: 1.4rem;
}

.li-service li .flex-box .li-dot li::before{
    position: absolute;
    content: " ";
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #1D4ED8;
}

.li-service li .dl-service{
    padding: 16px 0 0;
    border-top: 1px solid #A8DBFF;
}

.li-service li .dl-service dt{
    display: inline-block;
    line-height: 1;
    margin: 0 0 8px;
    padding: 4px 8px;
    border-radius: 14px;
    background: #1D4ED8;
    color: #fff;
    font-size: 14px; font-size: 1.4rem;
}

.li-service li .dl-service dd li{
    position: relative;
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 12px; font-size: 1.2rem;
}

.li-service li .dl-service dd li::before{
    position: absolute;
    top: 2px;
    left: 0;
    content: "check_circle";
    font-family: "Material Icons";
    color: #2E7EF7;
}

#software{
    background-color:hsla(0,0%,100%,1);
    background-image:
    radial-gradient(at 64% 62%, hsla(189,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 96% 18%, hsla(189,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 30% 71%, hsla(205,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 77% 42%, hsla(204,100%,82%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(339,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 7% 60%, hsla(210,100%,65%,1) 0px, transparent 50%),
    radial-gradient(at 6% 5%, hsla(200,0%,100%,1) 0px, transparent 50%);
    padding: 40px 0;
}

.li-card-software li{
    margin: 0 0 16px;
}

.li-card-software li .inner{
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #1D4ED8;
    box-sizing: border-box;
    background: #fff;
}

.li-card-software li .img-box{
    width: 120px;
    margin: 0 auto 16px;
}

.li-card-software li .ttl{
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 18px; font-size: 1.8rem;
    color: #1D4ED8;
}

.li-card-software li .detail{
    margin: 0 0 16px;
    font-size :14px; font-size: 1.4rem;
}

.dl-software dt{
    margin: 0 0 8px;
    color: #1D4ED8;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 700;
}

.dl-software dt .material-icons{
    position: relative;
    top: -2px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    font-size: 20px; font-size: 2.0rem;
}

.dl-software dd{
    margin: 0 0 16px;
    font-size: 12px; font-size: 1.2rem;
}

.dl-software dd li{
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 12px;
}

.dl-software dd li::before{
    position: absolute;
    content: "";
    top: 10px;;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #1D4ED8;
}

.dl-software dd span{
    display: inline-block;
    margin: 0 8px 0 0;
    color: #1D4ED8;
}

#app{
    padding: 40px 0;
    background: #A8DBFF;
}

.lead{
    margin: 0 0 32px;
}

.li-card-app li{
    margin: 0 0 16px;
}

.li-card-app li .inner{
    border-radius: 16px;
    background: #fff;
}

.li-card-app li .card-img{
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.li-card-app li .card-img img{
    display: block;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), filter 0.4s ease;
}

.li-card-app li .card-img img:hover{
    transform: scale(1.1);
    filter: brightness(0.94);
}

.li-card-app li .card-img .material-icons-outlined{
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.li-card-app li .card-detail{
    padding: 8px 16px 16px;
}

.li-card-app li .card-detail dt{
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 18px; font-size: 1.8rem;
}

.li-card-app li .card-detail dd{
    font-size: 12px; font-size: 1.2rem;
}

.li-card-app li .card-detail dt span{
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 12px;
    background: #1D4ED8;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    font-weight: 400;
}

#company{
    padding: 40px 0;
    background-color:hsla(0,0%,100%,1);
    background-image:
    radial-gradient(at 19% 74%, hsla(30,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 100% 67%, hsla(204,100%,82%,1) 0px, transparent 50%),
    radial-gradient(at 55% 43%, hsla(326,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 12% 11%, hsla(205,100%,95%,1) 0px, transparent 50%),
    radial-gradient(at 1% 97%, hsla(198,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 57% 78%, hsla(0,0%,100%,1) 0px, transparent 50%);
}

.dl-company{
    margin: 0 0 40px;
}

.dl-company dt{
    margin: 0 0 8px;
    padding: 8px 0 0;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

.dl-company dt:first-of-type{
    border-top: 1px solid #B6BBBE;
}

.dl-company dd{
    padding: 0 0 8px;
    border-bottom: 1px solid #B6BBBE;
}

.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    z-index: 0;
    border-radius: 16px;
}

.map iframe {
    position: absolute;
    inset: 0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
}

#member{
    padding: 40px 0;
    background: #EAF6FF;
}

.li-member{
    display: flex;
    margin: 0 -16px;
    padding: 0 16px;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    scrollbar-width: none;
}

.li-member::-webkit-scrollbar {
  display: none;
}

.li-member li{
    position: relative;
    flex: 0 0 82%; 
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 8px;
}

.li-member li img{
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1; 
    border-radius: 16px;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), filter 0.4s ease;
}

.li-member li img:hover{
    transform: scale(1.1);
}

.li-member li p{
    position: absolute;
    display: inline-block;
    left: 16px;
    bottom: 16px;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.li-member li span{
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
}

.li-member li p .name{
    display: inline-block;
    margin: -10px 0 0;
    font-size: 16px; font-size: 1.6rem;
}

#contact{
    background: #EAF6FF;
}

#contact .inner{
    position: relative;
    margin: 0 0 -40px;
    padding: 24px 16px;
    border-radius: 16px;
    background: #fff;
    z-index: 1;
}

.dl-form{
    margin: 0 0 24px;
}

.dl-form dt{
    margin: 0 0 8px;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.dl-form dd{
    margin: 0 0 16px;
}

.error{
    color: #FF4F4F;
    font-size: 14px; font-size: 1.4rem;
}

/* ==============
    SP:Footer
   ============== */

#footer-container {
    padding: 56px 0 16px;
    background: #1D4ED8;
    color: #fff;
}

#page-top{
    display: none;
}

.ftr-link li a{
    display: block;
    font-size: 12px; font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.copy{
    padding: 16px 0 0;
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}

/* ==========================================================================
    Media Queries
   ========================================================================== */

@media only screen and (min-width: 768px) {

    .wrapper{
        margin: 0 5%;
    }

/* ==============
    WIDE:Header
   ============== */

    #header-container {
        position: relative;
        top: 0;
        height: 72px;
        margin: 0 auto;
        padding: 16px 0;
        box-sizing: border-box;
        z-index: 999;
    }
    
    #header-container header.wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    #header-container .logo {
        z-index: 1000;
    }
    
    #header-container .logo a,
    #header-container.fixed .logo a {
        width: 116px;
        padding: 40px 0 0;
        background-size: 116px 40px;
    }

    
    #header-container {
        position: relative;
        top: 0;
        height: 72px;
        margin: 0 auto;
        z-index: 999;
    }

      #header-container .logo {
        position: static;
      }

  #mobile-head {
    height: auto;
    background: transparent;
  }

  #g-nav {
      position: static;
    width: auto;
    background: transparent;
    text-align: left;
    transform: none;
  }

  #g-nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 10px 0 0;
  }

  #g-nav ul li {
    padding: 0;
  }

  #g-nav ul li:last-child {
    border-right: none;
  }

  #g-nav ul li a {
    display: block;
    width: auto;
    padding: 2px;
    color: #34393C;
    white-space: nowrap;
  }

  #nav-toggle {
    display: none;
  }

  /* Fixed */
  #header-container.fixed {
    position: fixed;
    top: 0;
    height: 72px;
    margin-top: 0;
    transition: top 0.65s ease-in;
    z-index: 9999;
  }

  #header-container.fixed .logo {
    position: static;
    float: left;
    font-size: 36px;
    color: #333;
  }

    #header-container.fixed #g-nav ul li a {
        display: block;
        width: auto;
        padding: 16px;
        color: #333;
        transition: all .3s;
    }

      #header-container #g-nav ul li a:hover {
        color: #1D4ED8;
    }

    #header-container #g-nav ul li a,
    #header-container.fixed #g-nav ul li a{
        padding: 16px;
    }

/* ==============
    WIDE:Main
   ============== */

    #main-visual{
        height: 650px;
        background-size: cover;
    }
    
    #main-visual .wrapper{
        height: 650px;
    }

    #main-visual p{
        font-size: 60px; font-size: 6.0rem;
    }

    .btn-box{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .btn-box li{
        margin: 0 0 0 16px;
    }
    
    .btn-box li:first-child{
        margin: 0;
    }

    .hx-bdr-lft{
        position: relative;
        margin: 0 0 40px;
        padding: 0 0 0 56px;
        font-size: 36px; font-size: 3.6rem;
        font-weight: bold;
    }
    
    .hx-bdr-lft::before{
        position: absolute;
        top: 50%;
        left: 0;
        content: " ";
        width: 40px;
        height: 6px;
        margin: -3px 0 0;
        border-radius: 3px;
        background: linear-gradient(-20deg, #1D4ED8 0%, #6BC0FF 100%);
    }

    
    .hx-blue{
        margin: 0 0 24px;
        font-size: 24px; font-size: 2.4rem;
    }

    .hx-blue span{
        position: relative;
        padding: 0 16px 0 0;
        background: #EAF6FF;
        z-index: 1;
    }

    
    #message,#service,#app{
        padding: 80px 0;
    }
    
    #message p{
        font-size: 18px; font-size: 1.8rem;
    }
    
    .lead{
        margin: 0 0 40px;
    }

    .li-service{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -20px;
    }

    .li-service li{
        width: 50%;
        margin: 0 0 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .li-service li .inner{
        height: 100%;
        padding: 24px;
        border-radius: 32px;
        box-sizing: border-box;
    }

    .li-service li .ttl{
        margin: 0 0 16px;
        font-size: 24px; font-size: 2.4rem;
    }
    
    .li-service li .flex-box{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }

    .li-service li:first-child .flex-box,
    .li-service li:nth-child(2) .flex-box{
        min-height: 240px;
    }

    .li-service li:nth-child(3) .flex-box,
    .li-service li:nth-child(4) .flex-box{
        min-height: 210px;
    }

    .li-service li .flex-box .img-box{
        width: 120px;
        min-width: 120px;
        margin: 0 24px 16px 0;
    }

    .li-service li .flex-box .img-box img{
        max-width: 120px;
        max-height: 120px;
    }

    .li-service li .flex-box p{
        margin: 0 0 8px;
    }

    .li-service li .dl-service dt{
        margin: 0 0 16px;
        padding: 8px 16px;
        border-radius: 14px;
        font-size: 14px; font-size: 1.4rem;
    }

    .li-service li .dl-service dd li{
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 14px; font-size: 1.4rem;
    }

    .li-card-software li{
        margin: 0 0 40px;
    }
    
    .li-card-software li .inner{
        padding: 24px;
        border-radius: 32px;
    }
    
    .li-card-software li .img-box{
        width: 120px;
        margin: 0 30px 0 0;
    }

    .li-card-software li .txt-box{
        flex: 1;
    }
    
    .li-card-software li .flex-box{
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .li-card-software li .flex-box.col2{
        margin: 0 -20px;
    }
    
    .li-card-software li .ttl{
        margin: 0 0 16px;
        font-size: 24px; font-size: 2.4rem;
    }
    
    .li-card-software li .detail{
        margin: 0 0 24px;
        font-size :16px; font-size: 1.6rem;
    }
    
    .dl-software{
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .dl-software dt{
        margin: 0 0 8px;
        font-size: 16px; font-size: 1.6rem;
    }
    
    .dl-software dt .material-icons{
        font-size: 24px; font-size: 2.4rem;
    }
    
    .dl-software dd{
        margin: 0 0 16px;
        font-size: 14px; font-size: 1.4rem;
    }
    
    .dl-software dd li{
        position: relative;
        margin: 0 0 8px;
        padding: 0 0 0 12px;
    }
    
    .dl-software dd li::before{
        position: absolute;
        content: "";
        top: 10px;;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background: #1D4ED8;
    }
    
    .dl-software dd span{
        display: inline-block;
        margin: 0 8px 0 0;
        color: #1D4ED8;
    }



    .li-card-app{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -16px;
    }
    
    .li-card-app li{
        width: 50%;
        margin: 0 0 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .li-card-app li .inner{
        height: 100%;
        border-radius: 32px;
    }
    
    .li-card-app li .card-img{
        border-radius: 32px 32px 0 0;
    }

    .li-card-app li .card-img img{
        border-radius: 32px 32px 0 0;
    }

    .li-card-app li .card-detail{
        padding: 16px 24px 24px;
    }
    
    .li-card-app li .card-detail dt{
        font-size: 20px; font-size: 2.0rem;
    }
    
    .li-card-app li .card-detail dt span{
        padding: 8px 16px;
        border-radius: 16px;
        font-size: 14px; font-size: 1.4rem;
    }

    .li-card-app li .card-detail dd{
        font-size: 14px; font-size: 1.4rem;
    }

    #company{
        padding: 80px 0;
    }
    
    #company .flex-box{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0;
    }
    
    #company .content{
        flex: 1;
        margin: 0 0 0 80px;
    }

    .dl-company{
        display: flex;
        flex-wrap: wrap;
    }
    
    .dl-company dt{
        width: 30%;
        margin: 0;
        padding: 16px 0;
        font-size: 16px; font-size: 1.6rem;
        border-bottom: 1px solid #B6BBBE;
    }
    
    .dl-company dt:first-of-type{
        border-top: none;
    }
    
    .dl-company dd{
        width: 70%;
        padding: 16px 0;
    }
    
    .map{
        border-radius: 32px;
    }
    
    #member{
        padding: 80px 0;
    }

    .li-member {
        display: grid;
        margin: 0;
        gap: 40px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        overflow: visible;
        padding: 0;
    }

    .li-member li {
        flex: initial;
    }

    #contact .inner{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 0 -80px;
        padding: 40px;
        border-radius: 32px;
    }

    #contact .inner .form-box{
        max-width: 600px;
        flex: 1;
        margin: 0 0 0 80px;
    }
    
    .dl-form{
        margin: 0 0 40px;
    }

/* ==============
    WIDE:Footer
   ============== */

    #footer-container {
        position: relative;
        padding: 96px 0 16px;
    }
    
    #page-top {
        display: block;
        height: 50px;
        width: 50px;
        position: fixed;
        right: 32px;
        bottom: 32px;
        background: rgba(234,246,255,0.8);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        transition: all .3s;
        text-decoration: none;
    }
    
    #page-top:hover{
         background: rgba(234,246,255,1);
    }


}

@media only screen and (min-width: 1024px) {

    .wrapper{
        margin: 0 10%;
    }
    
    
    .pc{
    display: block;
    }


/* ==============
    PC:Header
   ============== */

    #header-container .wrapper{
        margin: 0 16px;
    }


/* ==============
    PC:Main
   ============== */



/* ==============
    PC:Footer
   ============== */

}
