@charset "UTF-8";
@media screen and (max-width: 1000px) {
  /* common */
  .di-m {
    display: block;
  }
  .ta-l-m {
    text-align: left;
  }
  .ta-r-m {
    text-align: right;
  }
  .ta-c-m {
    text-align: center;
  }
  .wm100 {
    width: 100%;
  }
  .backtop {
    right: 15px;
    bottom: 20px;
    width: 50px;
  }
  /* header */
  .g-nav-wr {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: -10;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
  }
  .g-nav-wr.open {
    display: block;
    height: auto;
    z-index: 5000;
    opacity: 1;
  }
  .g-nav {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-45%) translateX(-50%);
    display: block;
  }
  .g-nav li {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .g-nav li:last-child {
    margin-bottom: 0;
  }
  .g-nav.open {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
  /* footer */
  /* $br-p以下で表示する要素 */
  .res-on {
    display: block;
  }
  /* $br-p以下で非表示 */
  .res-off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .di-s {
    display: block;
  }
  .ta-l-s {
    text-align: left;
  }
  .ta-r-s {
    text-align: right;
  }
  .ta-c-s {
    text-align: center;
  }
  .ws100 {
    width: 100%;
  }
  .ham-wr {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 20px;
    z-index: 6000;
  }
  .h-wr {
    padding: 0;
    display: block;
    text-align: center;
  }
  .h-list {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  .h-list li {
    margin-bottom: 5px;
  }
  .h-list li:last-child {
    margin-bottom: 5px;
  }
  .h-line {
    display: none;
    width: 100%;
    height: 1px;
  }
  .hbtnlist {
    margin-top: 25px !important;
  }
  .hbtnlist .btn {
    height: 60px !important;
    line-height: 1.2;
  }
  .footer {
    margin-top: 100px;
    padding: 60px 0 25px;
    background-image: url(../img/common/f-back.png);
  }
  .f-wr {
    display: block;
  }
  .f-l {
    text-align: center;
  }
  .f-r {
    margin-top: 40px;
    display: inline-block;
  }
  .flist li {
    margin-bottom: 10px;
  }
  .flist li:last-child {
    margin-bottom: 10px;
  }
  .flist1 {
    margin-right: auto;
  }
  .copyright {
    text-align: center;
    margin-top: 50px;
  }
  .btnlist {
    display: block;
    margin-top: 40px;
  }
  .btnlist li {
    margin: 0 auto 30px;
    max-width: 360px;
    width: 100%;
  }
  .p-sec {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    transform: none;
  }
  .p4list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p4list > * {
    margin-right: 2%;
    width: calc((100% - 2% * (2 - 1)) / 2);
  }
  .p4list > *:nth-child(2n) {
    margin-right: 0;
  }
  .p4list > *:nth-child(n+3) {
    margin-top: 2%;
  }
  .p4list > *:last-child:nth-child(-n+1) {
    margin-right: auto;
  }
  .p4list > *:first-child:nth-last-child(-n+1) {
    margin-left: auto;
  }
  .p4list li {
    margin-top: 2% !important;
  }
  .p3list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .p3list > * {
    margin-right: 2%;
    width: calc((100% - 2% * (2 - 1)) / 2);
  }
  .p3list > *:nth-child(2n) {
    margin-right: 0;
  }
  .p3list > *:nth-child(n+3) {
    margin-top: 2%;
  }
  .p3list > *:last-child:nth-child(-n+1) {
    margin-right: auto;
  }
  .p3list > *:first-child:nth-last-child(-n+1) {
    margin-left: auto;
  }
  .p3list li:nth-child(odd) {
    margin-right: 2% !important;
  }
  .boutitle {
    margin: 0 auto;
    text-align: center;
  }
  .boutitle::after {
    content: "";
    width: 80px;
    height: 6px;
    background-color: #9cd5d7;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bou-r {
    margin-top: 40px;
    margin-left: auto;
  }
  .sqlist {
    margin-top: 50px;
    display: block;
  }
  .sqlist li {
    width: 100%;
    padding: 40px 30px 60px;
    border-radius: 80px;
    min-height: auto;
    margin-bottom: 60px !important;
  }
  .alrlist li .l {
    width: 120px;
  }
  .alrlist li .r {
    width: calc(100% - 120px);
  }
  .abox h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .aboxlist {
    display: inline-block;
    text-align: left;
  }
  .aboxlist li {
    width: 100%;
  }
  .elist {
    justify-content: space-between;
  }
  .elist li {
    display: block;
    width: 48%;
    margin-bottom: 70px;
  }
  .elist li .l {
    width: 120px;
    margin: 0 auto;
  }
  .elist li .r {
    margin-top: 30px;
    width: 100%;
  }
  .elist li .r p {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .elist li .r span {
    margin-right: 5px;
  }
  .elist2 {
    display: block;
    width: 100% !important;
  }
  .elist2 li {
    width: 100%;
  }
  .elistbox-wr {
    width: auto !important;
    display: inline-block !important;
  }
  .elistbox {
    width: 100%;
  }
  /* $br-p2以下で表示する要素 */
  .phone-on {
    display: block;
  }
  /* $br-p2以下で非表示 */
  .phone-off {
    display: none;
  }
}/*# sourceMappingURL=mobile.css.map */