@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-ryumi {
  font-family: a-otf-ryumin-pr6n, serif;
}

.ft-midashigo {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.ft-urwdin {
  font-family: din-2014, sans-serif;
}

.ft-avenir {
  font-family: Avenir, nunito-sans, sans-serif;
}

.ft-jun {
  font-family: tbudrgothic-std, sans-serif;
}

.ft-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ft-ryumi {
    font-family: "Noto Sans Japanese", sans-serif;
  }
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1200px;
  overflow: hidden;
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-aw-system {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .sm,
  .xs {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 12px;
  }

  body {
    font-size: 13px;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-aw-system {
    width: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .xs {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
header .mega-menu .mega-link a {
  display: block;
}
header .mega-menu .mega-link .mega-txt {
  color: #a02926;
  font-weight: 600;
  line-height: 1.7;
  background-repeat: no-repeat;
}
header .mega-menu .mega-link .car {
  background-image: url(../img/common/img_car.png);
}
header .mega-menu .mega-link .plane {
  background-image: url(../img/common/img_airplane.png);
}
header .mega-menu .mega-link .train {
  background-image: url(../img/common/img_train.png);
}
header .mega-menu .order-items a {
  border: 3px solid #a02926;
  display: block;
  background: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
}

.header-kantan {
  background: #fee500;
}

@media print, (min-width: 768px) {
  header {
    position: relative;
    z-index: 300;
  }
  header .wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  header .logo-awajiya {
    width: 176px;
    display: block;
    float: left;
  }
  header .logo-awajiya > img {
    width: 100%;
  }
  header .nav {
    display: block !important;
  }
  header .nav-list {
    font-family: "a-otf-ryumin-pr6n", serif;
    letter-spacing: 0.075em;
    line-height: 1.8;
  }
  header .nav-list > li:not(.first-child) {
    margin-left: 45px;
  }
  header .nav-list > li a {
    padding: 28px 0;
    display: block;
  }
  header .nav-list > li span {
    padding: 28px 0;
    display: block;
    cursor: pointer;
  }
  header .nav-list > li:hover > span, header .nav-list > li:hover > a, header .nav-list > li:active > span, header .nav-list > li:active > a {
    z-index: 500;
  }
  header .nav-list > li:hover > span:after, header .nav-list > li:hover > a:after, header .nav-list > li:active > span:after, header .nav-list > li:active > a:after {
    width: 100%;
  }
  header .nav-list > li.has-sub:hover > span {
    color: #fff;
  }
  header .nav-list > li > a, header .nav-list > li > span {
    position: relative;
  }
  header .nav-list > li > a:after, header .nav-list > li > span:after {
    -moz-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.26s;
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #d60010;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 23px;
    content: "";
    z-index: 500;
  }
  header .nav-list > li > a:active:after, header .nav-list > li > span:active:after {
    width: 100%;
  }
  header .nav-list .has-sub:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    z-index: 88;
  }
  header .mega-menu {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
    width: 100%;
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
    opacity: 0;
    visibility: hidden;
  }
  header .mega-menu .wrapper {
    height: auto;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1000;
  }
  header .mega-menu .wrapper:before {
    content: "";
    position: absolute;
    left: 249px;
    width: 999999999999999px;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  header .mega-menu:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
  }
  header .mega-menu:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 50%;
    margin-right: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .mega-menu .mega-link,
  header .mega-menu .mega-content {
    position: relative;
    z-index: 500;
  }
  header .mega-menu .mega-content {
    padding: 40px 10px 40px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 250px;
  }
  header .mega-menu .mega-content .sec-title {
    font-family: Avenir, nunito-sans, sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 3px;
  }
  header .mega-menu .mega-content .sub-title {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  header .mega-menu.about:after {
    background-image: url(../img/common/bg_about_menu.jpg);
  }
  header .mega-menu.shop:after {
    background-image: url(../img/common/bg_shop_menu.jpg);
  }
  header .mega-menu.order:after {
    background-image: url(../img/common/bg_order_menu.jpg);
  }
  header .mega-menu .mega-link {
    padding: 35px 0 35px 45px;
    width: 850px;
  }
  header .mega-menu .mega-link a {
    display: block;
    margin: 0 1px;
    width: 265px;
    position: relative;
  }
  header .mega-menu .mega-link a img {
    width: 100%;
  }
  header .mega-menu .mega-link a .mega-caption {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
  header .mega-menu .mega-link .mega-txt {
    color: #a02926;
    font-weight: 600;
    line-height: 1.7;
    position: absolute;
    letter-spacing: -0.005em;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  header .mega-menu .mega-link .car {
    background-image: url(../img/common/img_car.png);
  }
  header .mega-menu .mega-link .plane {
    background-image: url(../img/common/img_airplane.png);
    padding-left: 70px;
  }
  header .mega-menu .mega-link .train {
    background-image: url(../img/common/img_train.png);
    background-position: 24px center;
    padding-left: 75px;
  }
  header .mega-menu .order-items a {
    border: 3px solid #a02926;
    display: block;
    height: 152px;
    background: #fff;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  header .mega-menu .order-items a:hover {
    border: 3px solid #e8e8e8;
    background: #a02926;
  }
  header .mega-menu .order-items a:hover .mega-txt {
    color: #fff;
  }
  header .mega-menu .order-items a:hover .car {
    background-image: url(../img/common/img_car_hover.png);
  }
  header .mega-menu .order-items a:hover .plane {
    background-image: url(../img/common/img_airplane_hover.png);
  }
  header .mega-menu .order-items a:hover .train {
    background-image: url(../img/common/img_train_hover.png);
  }

  .header-kantan .nav-list,
  .header-aw-system .nav-list {
    letter-spacing: 0.075em;
  }
  .header-kantan .nav-list > span,
  .header-aw-system .nav-list > span {
    display: block;
  }
  .header-kantan .nav-list .eng,
  .header-aw-system .nav-list .eng {
    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #333333;
  }
  .header-kantan .nav-list .japan,
  .header-aw-system .nav-list .japan {
    font-size: 16px;
    font-weight: bold;
  }
  .header-kantan .list-case,
  .header-aw-system .list-case {
    font-size: 13px;
  }

  .header-aw-system .nav-list .japan {
    font-size: 15px;
  }

  .header-aw-system .header-container .nav-list {
    letter-spacing: 0;
  }

  .header-site-top .wrapper {
    height: 100px;
  }

  .header-site .wrapper {
    height: 115px;
  }

  .header-aw-system {
    padding-top: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .header-aw-system .header-container .nav-list {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .header-aw-system .header-container .nav-list > li a::after {
    display: none;
  }
  .header-aw-system .header-container .nav-list > li:last-child a {
    background: #fff;
    padding: 4px 26px;
    margin: 30px 0;
    font-size: 14px;
  }

  .header-container {
    margin: 0 -100px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-container .nav-list {
    letter-spacing: 0.05em;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  .header-container .nav-list > li {
    font-weight: bold;
  }
  .header-container .nav-list > li:not(.first-child) {
    margin-left: 40px;
  }
  .header-container .nav-list > li a {
    padding: 35px 0;
  }

  .header-kantan {
    padding-top: 12px;
  }
  .header-kantan .header-container {
    margin: 0;
  }
  .header-kantan .header-container .nav-list {
    font-size: 15px !important;
  }
  .header-kantan .header-container .nav-list > li a:after {
    background: #fff;
    bottom: 55px;
  }
  .header-kantan .header-container .nav-list > li .active:after {
    width: 100%;
  }

  header .header-menu > li span {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-aw-system .nav {
    background: #fee500;
    border: none;
  }

  header {
    position: relative;
    z-index: 9991;
  }
  header .logo-awajiya {
    width: 85px;
    display: block;
    margin: 12px 0 15px;
  }
  header .logo-awajiya img {
    width: 100%;
  }
  header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9990;
    border: 5px solid #a02926;
    padding: 0 15px 15px;
    display: none;
  }
  header .nav-inner {
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
  header .nav-list {
    padding: 40px 30px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  header .nav-list > li {
    margin-bottom: 20px;
  }
  header .mega-menu {
    margin-top: 20px;
  }
  header .mega-menu .wrapper {
    padding: 0 0 0 15px;
  }
  header .mega-menu .mega-link a {
    margin-bottom: 15px;
  }
  header .mega-menu .mega-caption {
    font-size: 13px;
    line-height: 1.85;
    font-weight: normal;
  }
  header .mega-menu .order-items {
    margin-left: -15px;
    font-size: 15px;
  }
  header .mega-menu .order-items a {
    width: 100%;
    height: 70px;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  header .mega-menu .car,
  header .mega-menu .train {
    font-size: 14px;
  }
  header .mega-menu .mega-txt {
    padding-left: 55px;
    background-position: 2px center;
    letter-spacing: -0.03em;
  }
  header .media {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 30px;
  }
  header .follow {
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 2;
    font-family: Arial, sans-serif;
  }
  header .social-media a {
    width: 18px;
    display: inline-block;
    margin: 0 6px;
  }
  header .social-media a img {
    width: 100%;
  }
  header .dash {
    width: 35px;
    height: 1px;
    background: #e8e8e8;
  }
  header .btn-menu {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 9995;
  }
  header .btn-menu > span {
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #000;
  }
  header .btn-menu > span:nth-child(1) {
    top: 5px;
  }
  header .btn-menu > span:nth-child(2) {
    top: 11px;
    width: 15px;
  }
  header .btn-menu > span:nth-child(3) {
    top: 17px;
  }

  .btn-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .btn-menu.is-active span:nth-child(3) {
    opacity: 0;
  }

  .header-aw-system {
    padding: 10px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
  }
  .header-aw-system .header-logo {
    width: 165px;
    display: block;
  }
  .header-aw-system .header-logo img {
    width: 100%;
  }
  .header-aw-system .btn-aw-system {
    width: 30px;
    height: 30px;
  }
  .header-aw-system .btn-aw-system > span {
    height: 3px !important;
    width: 23px;
  }
  .header-aw-system .btn-aw-system > span:nth-child(1) {
    top: 6px;
  }
  .header-aw-system .btn-aw-system > span:nth-child(2) {
    top: 12px;
    width: 15px;
  }
  .header-aw-system .btn-aw-system > span:nth-child(3) {
    top: 18px;
  }
  .header-aw-system .btn-aw-system > span:nth-child(2) {
    width: 23px !important;
  }

  .header-kantan {
    padding-top: 13px;
  }
  .header-kantan .header-logo {
    width: 170px;
    margin: 0 auto;
    display: block;
  }
  .header-kantan .header-logo img {
    width: 100%;
  }
  .header-kantan .btn-menu {
    top: 18px;
    left: 20px;
  }
  .header-kantan .btn-menu > span:nth-child(2) {
    right: -5px;
  }
  .header-kantan .icn-contact {
    width: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
  }
  .header-kantan .icn-contact img {
    width: 100%;
  }

  .header-kantan .nav {
    background: #fee500;
    border: none;
  }

  .header-aw-system .nav-list,
  .header-kantan .nav-list {
    padding: 55px 15px 15px;
  }
  .header-aw-system .nav-list span,
  .header-kantan .nav-list span {
    display: block;
  }
  .header-aw-system .nav-list .eng,
  .header-kantan .nav-list .eng {
    font-size: 10px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.075em;
  }
  .header-aw-system .nav-list .japan,
  .header-kantan .nav-list .japan {
    font-weight: bold;
  }
  .header-aw-system .nav-list .list-case,
  .header-kantan .nav-list .list-case {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: normal;
    margin: 20px 0 -5px;
  }
  .header-aw-system .nav-list .list-case > li,
  .header-kantan .nav-list .list-case > li {
    margin-bottom: 5px;
  }
  .header-aw-system .nav-list .list-case > li:nth-child(n+1),
  .header-kantan .nav-list .list-case > li:nth-child(n+1) {
    margin-right: 22px;
  }
  .header-aw-system .nav-list .news-link,
  .header-kantan .nav-list .news-link {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 20px;
  }
  .header-aw-system .nav-list .news-link > li,
  .header-kantan .nav-list .news-link > li {
    margin-right: 20px;
  }
  .header-aw-system .nav-list .news-link > li:last-child,
  .header-kantan .nav-list .news-link > li:last-child {
    margin-right: 0;
  }
  .header-aw-system .img-nav,
  .header-kantan .img-nav {
    width: 100%;
    padding: 0 15px;
    margin: 15px auto 50px;
  }
  .header-aw-system .img-nav img,
  .header-kantan .img-nav img {
    width: 100%;
  }
  .header-aw-system .follow,
  .header-kantan .follow {
    text-align: center;
    margin-bottom: 15px;
  }
  .header-aw-system .social-media,
  .header-kantan .social-media {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-aw-system .social-media a,
  .header-kantan .social-media a {
    width: 20px;
    display: block;
    margin: 0 8px;
  }
  .header-aw-system .social-media a img,
  .header-kantan .social-media a img {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  header .nav-list {
    padding: 40px 10px 15px;
  }
  header .media {
    padding: 0 10px;
  }
  header .mega-menu .car,
  header .mega-menu .train {
    font-size: 13px;
  }
  header .mega-menu .plane {
    font-size: 14px;
  }
  header .social-media a {
    width: 16px;
  }

  .header-aw-system .news-link {
    display: block;
  }

  .header-aw-system .img-nav,
  .header-kantan .img-nav {
    padding: 0;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer p {
  letter-spacing: 0.1em;
  line-height: 2.1;
}
footer .tel {
  letter-spacing: 0.05em;
}
footer .social-media {
  -webkit-justify-content: center;
  justify-content: center;
}
footer .social-media > a {
  display: block;
}
footer .social-media > a > img {
  width: 100%;
}
footer .copyright {
  letter-spacing: 0.1em;
  font-weight: 500;
}
footer .copyright a {
    color: #fff;
}

.footer-aw-system {
  font-size: 14px;
  background: none;
  text-align: left;
}
.footer-aw-system .copyright {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.footer-aw-system .footer-contact {
  background: #fee500;
}
.footer-aw-system .footer-contact-number {
  line-height: 2;
}
.footer-aw-system .footer-contact-number span {
  font-size: 13px;
}
.footer-aw-system .footer-contact-txt {
  line-height: 2.1;
  letter-spacing: normal !important;
}
.footer-aw-system .footer-nav {
  background: #000000;
}
.footer-aw-system .footer-logo {
  display: block;
}

.footer-kantan {
  background: #000;
  color: #fff;
}
.footer-kantan .footer-logo {
  width: 274px;
}

@media print, (min-width: 768px) {
  footer {
    /*background: url(../img/common/bg_footer.jpg) no-repeat center center;*/
    background-size: cover;
    text-align: center;
    padding: 95px 0 45px;
  }
  footer .nav-footer-list {
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -26px 25px;
  }
  footer .nav-footer-list > li {
    margin: 0 24px;
  }
  footer .nav-footer-list > li a {
    display: block;
  }
  footer .nav-footer-list > li a:hover {
    color: #660000;
  }
  footer p {
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  footer .tel {
    margin-bottom: 17px;
  }
  footer .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  footer .social-media > a {
    width: 25px;
    display: block;
    margin: 0 9px;
  }
  footer .social-media > a > img {
    width: 100%;
  }
  footer .copyright {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  .footer-aw-system {
    text-align: left;
    padding: 0;
  }
  .footer-aw-system .title-aw-system-common {
    margin-bottom: 20px;
  }
  .footer-aw-system .footer-contact {
    padding-top: 75px;
  }
  .footer-aw-system .footer-contact-content {
    width: 392px;
  }
  .footer-aw-system .footer-contact-img {
    width: 608px;
  }
  .footer-aw-system .footer-nav {
    padding: 23px 0;
  }
  .footer-aw-system .footer-nav .wrapper-aw-system {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-aw-system .footer-contact-number {
    margin-bottom: 35px;
  }
  .footer-aw-system .footer-contact-number span {
    padding-right: 10px;
  }
  .footer-aw-system .footer-contact-number span + span {
    border-left: 1px solid #000;
    padding-left: 10px;
    padding-right: 0;
  }
  .footer-aw-system .footer-logo {
    display: block;
  }
  .footer-aw-system .footer-nav-list > li {
    margin-left: 40px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .footer-aw-system .footer-nav-list > li a {
    color: #fff;
  }
  .footer-aw-system .footer-nav-list > li:first-child {
    margin-left: 0;
  }
  .footer-aw-system .copyright {
    margin: 15px 0 20px;
  }

  .footer-kantan {
    padding: 49px 0 45px;
  }
  body:not(.body_kantanmap) .footer-kantan {
    padding: 49px 0 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  body.body_real_estate,
  body.body_management,
  body.body_inspection,
  body.body_election {
    background: #fde310;
  }

  body.body_real_estate .footer-aw-system ,
  body.body_management .footer-aw-system ,
  body.body_inspection .footer-aw-system ,
  body.body_election .footer-aw-system {
    padding: 49px 0 45px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  
  .footer-kantan .footer-logo {
    width: 347px;
    margin: 0 auto 25px;
    display: block;
  }
  .footer-kantan .footer-logo img {
    width: 100%;
    max-width: 225px;
    margin: auto;
  }
  .footer-kantan .tel {
    margin-bottom: 30px;
  }
  .footer-kantan .address {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    text-align: center;
    padding-bottom: 25px;
  }
  footer:after {
    content: "";
    /*background: url(../img/common/bg_footer.jpg) no-repeat center center;*/
    background-size: auto 100%;
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  footer .nav-footer-list {
    font-size: 13px;
    margin-bottom: 20px;
  }
  footer .nav-footer-list > li {
    border-top: 1px solid #e8e8e8;
  }
  footer .nav-footer-list > li a {
    display: block;
    padding: 17px 0;
    color: #666666;
  }
  footer .nav-footer-list > li a img {
    width: 25px;
    margin: 15px auto 10px;
  }
  footer .nav-footer-list > li:first-child {
    border-top: none;
  }
  footer .nav-footer-list > li:last-child {
    border-bottom: 1px solid #e8e8e8;
  }
  footer .tel {
    display: inline-block;
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.05em;
  }
  footer .social-media {
    margin: 13px 0 12px;
  }
  footer .social-media > a {
    width: 17px;
    margin: 0 8px;
  }

  .footer-aw-system::after {
    display: none;
  }
  .footer-aw-system .footer-contact {
    padding: 36px 0 0;
  }
  .footer-aw-system .footer-contact .title-aw-system-common {
    margin-bottom: 15px;
  }
  .footer-aw-system .footer-contact-content {
    padding: 0 20px;
  }
  .footer-aw-system .footer-contact-txt {
    line-height: 1.5;
  }
  .footer-aw-system .footer-contact-number span {
    display: block;
  }
  .footer-aw-system .footer-contact-img {
    width: 100%;
  }
  .footer-aw-system .footer-contact-img img {
    width: 100%;
  }
  .footer-aw-system .footer-nav {
    padding: 10px 0;
  }
  .footer-aw-system .footer-logo {
    margin: 0 auto;
    width: 165px;
  }
  .footer-aw-system .footer-logo img {
    width: 100%;
  }
  .footer-aw-system .copyright {
    font-size: 12px;
    margin-top: 15px;
  }

  .footer-kantan {
    text-align: left;
    padding: 30px 0 24px;
  }
  .footer-kantan .footer-logo {
    width: 230px;
    margin-bottom: 20px;
  }
  .footer-kantan .footer-logo img {
    width: 100%;
    max-width: 225px;
    margin-bottom: 20px;
  }
  .footer-kantan .address {
    line-height: 2;
  }
  .footer-kantan .tel {
    color: #fff;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .footer-kantan .copyright {
    line-height: 2;
  }
}
@media only screen and (max-width: 374px) {
  footer p {
    font-size: 12px;
  }
}
.sec-title {
  color: #660000;
  font-weight: 500;
}

.txt-common {
  letter-spacing: 0.075em;
  line-height: 2.1;
}

.sec-txt {
  color: #660000;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

.sec-ttl {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.3em;
}

@media print, (min-width: 768px) {
  .sec-title {
    margin-bottom: 5px;
  }

  .sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .sub-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .txt-common {
    color: #666666;
  }
}
.title-aw-system-common > span {
  display: block;
}
.title-aw-system-common .japan {
  letter-spacing: 0.05em;
  font-size: 13px;
}
.title-aw-system-common .eng {
  font-size: 20px;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}

@media print, (min-width: 768px) {
  .title-small-common {
    font-size: 20px;
    line-height: 2.7;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .title-small-common {
    font-size: 16px;
    line-height: 2.7;
  }

  .sec-txt {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .sec-ttl {
    font-size: 15px;
  }
}
.title-name-common {
  text-align: center;
  padding: 0 0 50px 0;
}
.title-name-common > span {
  display: block;
}
.title-name-common .eng {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.13;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.title-name-common .japan {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .title-name-common .eng {
    font-size: 36px;
  }
  .title-name-common .japan {
    font-size: 15px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .title-name-common {
    text-align: center;
    padding: 0;
    z-index: 100;
    position: relative;
  }
  .title-name-common .eng {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .title-name-common .japan {
    font-size: 13px;
  }
}
.title-about-common > span {
  display: block;
}
.title-about-common .eng {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2px;
}
.title-about-common .japan {
  letter-spacing: 0.05em;
  color: #666666;
}

@media print, (min-width: 768px) {
  .title-about-common .eng {
    font-size: 18px;
  }
  .title-about-common .japan {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .title-about-common {
    text-align: center;
    margin-bottom: 10px;
  }
  .title-about-common .eng {
    font-size: 15px;
  }
  .title-about-common .japan {
    font-size: 12px;
  }
}
.title-common > span {
  display: inline-block;
}
.title-common .title-name {
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1;
  font-family: "a-otf-jun-pro", sans-serif;
  padding-right: 22px;
  border-right: 1px solid #000;
  font-weight: bold;  
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}
.title-common .title-sub {
  font-size: 14px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .title-common .title-name {
    font-size: 16px;
  }
  .title-common .title-sub {
    font-size: 13px;
  }
}
.btn-contact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 275px;
  height: 50px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: #fff;
}
.btn-service {
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
}
.btn-kantan {
  color: #000;
  background: #fff;
  border: 1px solid #e8e8e8;
  width: 410px;
  height: 55px;
}
.btn-service-kantan {
  width: 408px;
  height: 55px;
  border: 3px solid #fee500;
  margin: 0 auto;
  font-weight: 500;
}
.btn-submit {
  width: 375px;
  height: 60px;
  margin: 40px 0 0 227px;
  cursor: pointer;
}
.btn-requests {
  border: 2px solid #cfced3;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2;
  padding: 5px 10px;
  width: 100%;
  font-weight: 500;
}
.btn-requests:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #e8e8e8;
  border-right: 15px solid transparent;
  top: 4px;
  left: 4px;
}
.btn-requests span {
  display: block;
}
.btn-requests span span {
  text-align: left;
}
.btn-requests span .txt-small {
  font-size: 13px;
}
.btn-requests.btn-blue {
  border-color: #858fa4;
}
.btn-requests.btn-blue:before {
  border-top-color: #858fa4;
}

@media print, (min-width: 768px) {
  .btn-requests {
    height: 60px;
  }
  .btn-requests:before {
    border-top: 15px solid #e8e8e8;
    border-right: 15px solid transparent;
    top: 3px;
    left: 3px;
  }

  .btn-contact {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-contact:hover {
    background: #000000;
    color: #fff;
  }
  .btn-service {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-service:hover {
    background: #fff;
    color: #000;
  }
  .btn-kantan {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-kantan:hover {
    background: #fee500;
    color: #000000;
  }
  .btn-service-kantan {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .btn-service-kantan:hover {
    background: #fee500;
    color: #000;
  }
  .btn-submit {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
    border: 1px solid #cccccc;
  }
  .btn-submit:hover {
    background: #fee500;
    color: #000;
    border-color: #fee500;
  }
}
@media only screen and (max-width: 767px) {
  .btn-contact {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    margin: 20px 0 37px;
  }
  .btn-submit {
    background: #fee500;
    height: 50px;
    padding-bottom: 2px;
  }
  .btn-requests {
    padding: 4px 2px;
    height: 35px;
  }
  .btn-requests:before {
    border-top: 10px solid #e8e8e8;
    border-right: 10px solid transparent;
    top: 3px;
    left: 3px;
  }
}
@media only screen and (max-width: 374px) {
  .btn-requests {
    font-size: 10px;
  }
}
.section-aw-system-name {
  background-color: #fee500;
  position: relative;
}
.section-aw-system-name:after {
  position: absolute;
  content: "";
  background-size: auto 100%;
  background-position: 0 bottom;
  background-repeat: repeat-X;
  bottom: -1px;
  left: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-aw-system-name {
    padding: 155px 0 0 0;
    margin: 0 0 30px 0;
  }
  .section-aw-system-name:after {
    /* background-image: url(../img/about/bg_curve.png); */
    /* height: 92px; */
  }
  .section-aw-system-name .title-name-common .eng {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-aw-system-name {
    padding: 65px 0 0 0;
    height: 195px;
  }
  .section-aw-system-name:after {
    /* background-image: url(../img/about/sp/bg_curve.png); */
    /* height: 71px; */
  }
}
.section-top-map {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.section-top-map .notice {
  color: #666666;
  line-height: 2.1;
}

.page-kantan {
  background-image: url(../img/kantan/bg_map_compare.jpg);
  color: #fff;
}
.page-kantan .notice {
  color: #fff !important;
}

.js-accordion {
  display: none;
}

@media print, (min-width: 768px) {
  .section-top-map {
    position: relative;
    z-index: 3;
  }
  .section-top-map img {
    width: 100%;
  }
  .section-top-map .title-small-common {
    margin-bottom: 8px;
  }
  .section-top-map .map-logo {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-top-map .icon-compare {
    margin: 0 15px;
  }
  .section-top-map .notice {
    color: #666666;
    line-height: 2.1;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .section-top-map .map-txt {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .page-aw-system {
    background-image: url(../img/top/bg_monkey.png);
    background-size: auto;
    margin-top: -15px;
    padding: 10px 0 50px;
  }

  .page-kantan {
    padding: 40px 0 55px;
  }
  .page-kantan .title-small-common {
    font-size: 26px;
    margin-bottom: -4px;
  }
  .page-kantan .map-txt {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .page-kantan .notice {
    margin-bottom: 4px;
  }
  .page-kantan .map-logo {
    margin-left: -64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-map {
    padding: 65px 0 32px;
    margin-top: -15px;
    position: relative;
    z-index: 5;
  }
  .section-top-map .title-small-common {
    font-weight: bold;
  }
  .section-top-map .map-txt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 11px;
  }
  .section-top-map .notice {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .page-aw-system {
    background-image: url(../img/top/sp/bg_monkey.png);
    background-size: 375px auto;
    background-position: center 30px;
    padding-top: 30px;
    margin-top: -40px;
  }
  .page-aw-system .notice {
    margin-bottom: 0;
  }
  .page-aw-system .map-txt {
    margin-bottom: 5px;
  }

  .page-kantan {
    padding: 13px 0 32px;
  }
  .page-kantan .map-logo {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .page-kantan .map-logo img {
    width: 100%;
  }
  .page-kantan .logo-kantan {
    width: 134px;
  }
  .page-kantan .icon-compare {
    width: 27px;
    margin: 0 12px;
  }
  .page-kantan .logo-kintone {
    width: 120px;
  }
}
.section-top-reason .reason-number {
  position: relative;
}
.section-top-reason .reason-number span {
  display: block;
  position: relative;
  height: 40px;
  background: #fff;
  z-index: 5;
}
.section-top-reason .reason-number:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0px;
  top: 0px;
  background: url(../img/common/bg_pattern_01.png) repeat center center;
}
.section-top-reason .blue .reason-number:after {
  position: absolute;
  content: "";
  border: 1px solid #b3c0d3;
  border-top: none;
  border-left: none;
  left: 10px;
  bottom: -1px;
  z-index: 6;
  top: 10px;
  right: -1px;
}

.page-kantan-reason .reason-detail {
  color: #666666;
}
.page-kantan-reason .yellow .reason-number span {
  border: 1px solid #fee500;
}
.page-kantan-reason .white .reason-number {
  letter-spacing: -0.05em;
  color: #fff;
}
.page-kantan-reason .white .reason-number span {
  background: #000;
}

@media print, (min-width: 768px) {
  .section-top-reason {
    position: relative;
  }
  .section-top-reason .wrapper-aw-system {
    position: relative;
    z-index: 2;
  }
  .section-top-reason .reason-content {
    width: 50%;
  }
  .section-top-reason .pink {
    padding-right: 140px;
  }
  .section-top-reason .pink .reason-number {
    color: #daa3aa;
    border: 1px solid #e6c0c5;
  }
  .section-top-reason .blue {
    padding-left: 140px;
  }
  .section-top-reason .blue .reason-number {
    color: #90a5c4;
    letter-spacing: -0.05em;
  }
  .section-top-reason .blue .reason-detail {
    letter-spacing: normal;
  }
  .section-top-reason .blue .reason {
    letter-spacing: -0.06em;
  }
  .section-top-reason .reason-number,
  .section-top-reason .reason-sub-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    display: inline-block;
  }
  .section-top-reason .reason-number {
    margin-bottom: 15px;
  }
  .section-top-reason .reason-number span {
    padding: 0 8px 4px;
    z-index: 4;
    min-width: 215px;
  }
  .section-top-reason .reason-number:before {
    top: 10px;
    left: 10px;
    right: -5px;
    bottom: -5px;
  }
  .section-top-reason .reason-detail {
    letter-spacing: 0.066em;
    line-height: 2.1;
  }
  .section-top-reason .reason-sub-title {
    margin-bottom: 5px;
  }
  .section-top-reason .row {
    margin-bottom: 58px;
  }

  .page-kantan-reason .white .reason-number {
    color: #fff;
  }

  .page-system-reason {
    padding: 30px 0 10px;
  }
  .page-system-reason:before, .page-system-reason:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
  }
  .page-system-reason:before {
    background: #e2919b;
    left: 0;
  }
  .page-system-reason:after {
    left: 50%;
    background: #88a8d6;
  }
  .page-system-reason .reason-container {
    background: url(../img/top/icn_compare.png) no-repeat center center;
    background-size: 93px 94px;
  }
  .page-system-reason .title-small-common {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .page-system-reason .title-small-common span {
    display: inline-block;
    padding: 0 120px;
    position: relative;
  }
  .page-system-reason .title-small-common span:before, .page-system-reason .title-small-common span:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100px;
    height: 2px;
    top: 50%;
  }
  .page-system-reason .title-small-common span:before {
    left: 0;
  }
  .page-system-reason .title-small-common span:after {
    right: 0;
  }
  .page-system-reason .reason-content {
    color: #fff;
  }

  .page-kantan-reason {
    padding: 37px 0 75px;
    position: relative;
  }
  .page-kantan-reason:before, .page-kantan-reason:after {
    position: absolute;
    content: "";
  }
  .page-kantan-reason:before {
    width: 100%;
    height: 100%;
    background: url(../img/kantan/bg_yellow_color.png) no-repeat right 0;
    background-size: auto 100%;
    top: 0;
    right: 50%;
    margin-right: -498px;
  }
  .page-kantan-reason:after {
    background: url(../img/kantan/bg_monkey.png) no-repeat right 0;
    top: 210px;
    background-size: auto 100%;
    width: 480px;
    height: 613px;
    right: -57px;
  }
  .page-kantan-reason .reason-container {
    margin-top: 23px;
    position: relative;
  }
  .page-kantan-reason .reason-container::before {
    position: absolute;
    content: "";
    background: url(../img/kantan/icn_compare_black.png) no-repeat center center;
    background-size: auto 100%;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 84px;
    margin-left: -47px;
    margin-top: -59px;
  }
  .page-kantan-reason .row {
    margin-bottom: 65px;
  }
  .page-kantan-reason .title-small-common {
    font-size: 26px;
  }
  .page-kantan-reason .yellow {
    padding-right: 140px;
  }
  .page-kantan-reason .white {
    padding-left: 130px;
  }
  .page-kantan-reason .white .reason-number {
    color: #fff;
    letter-spacing: -0.05em;
  }
  .page-kantan-reason .white .reason-number:after {
    background: #000;
  }
  .page-kantan-reason .white .reason-detail {
    margin-right: -20px;
  }
  .page-kantan-reason .reason {
    letter-spacing: -0.08em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-reason {
    text-align: center;
    color: #fff;
  }
  .section-top-reason .wrapper-aw-system {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
  }
  .section-top-reason .title-small-common {
    background: #e2919b;
    font-size: 18px;
    padding-top: 15px;
  }
  .section-top-reason .reason-sub-title {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-weight: 500;
  }
  .section-top-reason .reason-detail {
    line-height: 2;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .section-top-reason .row {
    padding-bottom: 24px;
  }
  .section-top-reason .reason-number {
    font-size: 13px;
    color: #000;
    position: relative;
    display: inline-block;
    z-index: 4;
    margin-bottom: 16px;
    min-width: 148px;
  }
  .section-top-reason .reason-number span {
    height: 30px;
    padding: 5px;
  }
  .section-top-reason .reason-number:after {
    top: -5px;
    left: -10px;
  }
  .section-top-reason .reason-number:before {
    left: 10px;
    top: 10px;
    right: -5px;
    bottom: -5px;
  }
  .section-top-reason .pink {
    background: #e2919b;
    position: relative;
    padding: 5px 40px;
  }
  .section-top-reason .pink:after {
    position: absolute;
    content: "";
    bottom: -23px;
    left: 50%;
    margin-left: -21px;
    background: url(../img/top/sp/icn_compare.png) no-repeat center center;
    background-size: auto 100%;
    width: 52px;
    height: 46px;
  }
  .section-top-reason .pink .reason-number span {
    border: 1px solid #e2919b;
  }
  .section-top-reason .blue {
    background: #88a8d6;
    padding: 40px 20px 5px;
  }
  .section-top-reason .blue .reason-number {
    letter-spacing: -0.05em;
  }
  .section-top-reason .blue .reason-number span {
    border: 1px solid #88a8d6;
  }
  .section-top-reason .blue .reason-number:before {
    right: 10px;
    left: -5px;
  }
  .section-top-reason .blue .reason-number:after {
    display: none;
  }
  .section-top-reason .blue .reason-sub-title {
    letter-spacing: normal;
  }
  .section-top-reason .blue .reason-detail {
    letter-spacing: -0.06em;
  }

  .page-kantan-reason .title-small-common {
    background: transparent;
    position: relative;
    z-index: 4;
    color: #000;
    padding-top: 10px;
  }
  .page-kantan-reason .reason-content {
    color: #000;
    padding: 13px 20px 0;
  }
  .page-kantan-reason .reason-container {
    position: relative;
  }
  .page-kantan-reason .reason-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/kantan/sp/bg_yellow.png) no-repeat right 0;
    background-size: auto 100%;
    top: -59px;
    right: 0;
  }
  .page-kantan-reason .reason-container:after {
    position: absolute;
    content: "";
    background: url(../img/kantan/bg_monkey.png) no-repeat right bottom;
    bottom: 26px;
    background-size: auto 100%;
    width: 100%;
    height: 445px;
    right: -188px;
  }
  .page-kantan-reason .reason-content {
    position: relative;
    z-index: 3;
  }
  .page-kantan-reason .yellow {
    position: relative;
  }
  .page-kantan-reason .yellow::after {
    position: absolute;
    content: "";
    background: url(../img/kantan/icn_compare_black.png) no-repeat center center;
    background-size: auto 100%;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 49px;
    margin-left: -20px;
    margin-bottom: -46px;
  }
  .page-kantan-reason .white {
    position: relative;
    z-index: 3;
    padding-top: 69px;
  }
  .page-kantan-reason .white .reason-number:before {
    left: -5px;
    right: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .page-kantan .logo-kantan {
    width: 115px;
  }
  .page-kantan .logo-kintone {
    width: 100px;
  }
  .page-kantan .icon-compare {
    width: 20px;
  }

  .page-kantan-reason .yellow:after {
    margin-left: -42px;
    margin-bottom: -44px;
  }
}

.section-top-case {
  text-align: center;
  letter-spacing: 0.05em;
  background: #fbfbfb;
}
.section-top-case.page-kantan-case {
  background: #fee500;
}
.section-top-case .case-title {
  font-weight: bold;
}
.section-top-case .case-img {
  width: 92px;
  margin: 0 auto 24px;
}
.section-top-case .case-img img {
  width: 100%;
}
.section-top-case .case-sub-title {
  margin-top: -20px;
  font-size: 16px;
  font-weight: 500;
}
.section-top-case .case-link {
  font-size: 13px;
}
.section-top-case .case-content {
  background: #fff;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  width: 232px;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
}
.section-top-case .case-content:before,
.section-top-case .case-content:after {
  content: "";
  position: absolute;
  background: #000000;
  height: 2px;
  top: 0;
}
.section-top-case .case-content:before {
  left: 0;
}
.section-top-case .case-content:after {
  right: 0;
}

@media print, (min-width: 768px) {
  .section-top-case {
    padding: 49px 0 65px;
  }
  .section-top-case .case-title {
    font-size: 26px;
    margin-bottom: 11px;
  }
  .section-top-case .case-txt {
    margin-bottom: 40px;
    letter-spacing: -0.05em;
    font-weight: 500;
  }
  .section-top-case .case-list {
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
  }
  .section-top-case .case-list > li {
    width: 25%;
    border-right: 2px solid #000;
  }
  .section-top-case .case-list > li:last-child {
    border-right: none;
  }
  .section-top-case .case-list > li a {
    display: block;
  }
  .section-top-case .case-list > li a:hover .case-content {
    background: #000;
  }
  .section-top-case .case-list > li a:hover .case-content:before {
    width: 100%;
  }
  .section-top-case .case-list > li a:hover .case-sub-title, .section-top-case .case-list > li a:hover .case-link {
    color: #fff;
  }
  .section-top-case .case-img {
    width: 92px;
    margin: 0 auto 23px;
    margin: 0 auto -50px;
    position: relative;
    z-index: 100;
  }
  .section-top-case .case-img img {
    width: 100%;
  }
  .section-top-case .case-sub-title {
    margin-top: -24px;
    font-size: 16px;
    letter-spacing: -0.025em;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .section-top-case .case-link {
    font-size: 13px;
    margin-top: 8px;
  }
  .section-top-case .case-content {
    padding: 10px;
    height: 48px;
    border-top: 2px solid #000;
    height: 128px;
    padding: 90px 10px 0 10px;
  }
  .section-top-case .case-content:before,
  .section-top-case .case-content:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 35px;
    height: 2px;
    top: -2px;
  }
  .section-top-case .case-list li:nth-child(2) .case-content:before,
  .section-top-case .case-list li:nth-child(2) .case-content:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 21px;
    height: 2px;
    top: -2px;
  }
  .section-top-case .case-content:before {
    left: -2px;
  }
  .section-top-case .case-content:after {
    right: -2px;
  }

  .page-kantan-case .case-list {
    width: auto;
    margin: 0 -10px;
  }
  .page-kantan-case .case-list li {
    width: 235px;
    border-right: none;
    margin: 0 10px;
  }
  .page-kantan-case .case-txt {
    margin-bottom: 35px;
  }
  .page-kantan-case .case-content {
    width: 234px;
    /* height: 50px; */
  }
}
@media only screen and (max-width: 767px) {
  .section-top-case {
    letter-spacing: 0.05em;
    padding: 32px 20px 20px;
    background: #fee500;
  }
  .section-top-case .wrapper-aw-system {
    padding: 0;
  }
  .section-top-case .case-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .section-top-case .case-txt {
    font-size: 13px;
    margin-bottom: 32px;
    font-weight: bold;
  }
  .section-top-case .case-content {
    padding: 14px 20px 0 21px;
    display: block;
    width: 100%;
    background: unset;
    border: none;
  }
  .section-top-case .case-content:before, .section-top-case .case-content:after {
    width: 75px;
    display: none;
  }
  .section-top-case .case-list li:nth-child(2) .case-content:before, .section-top-case .case-content:after {
    width: 64px;
  }
  .section-top-case .case-sub-title {
    margin: -28px 0 auto;
    letter-spacing: -0.025em;
    font-weight: bold;
    text-align: center;
  }
  .section-top-case .case-link {
    margin-top: 8px;
  }
  .section-top-case .case-list > li {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-case .case-content:before, .section-top-case .case-content:after {
    width: 50px;
  }
}
.section-kantan-customer {
  text-align: center;
  background: #eae9ed;
}
.section-kantan-customer .customer-title,
.section-kantan-customer .list-customer {
  font-weight: 500;
}
.section-kantan-customer .list-customer {
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .section-kantan-customer {
    padding: 50px 0 40px;
  }
  .section-kantan-customer .customer-title,
  .section-kantan-customer .list-customer {
    font-size: 18px;
  }
  .section-kantan-customer .list-customer {
    margin: 0 -10px;
  }
  .section-kantan-customer .list-customer > li {
    padding: 0 10px 24px;
    width: 25%;
  }
  .section-kantan-customer .customer-title {
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kantan-customer {
    padding: 24px 0 10px;
  }
  .section-kantan-customer .customer-title {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 15px;
  }
  .section-kantan-customer .list-customer {
    font-size: 13px;
  }
  .section-kantan-customer .list-customer {
    margin: 0 -8px;
  }
  .section-kantan-customer .list-customer > li {
    width: 50%;
    padding: 0 8px 16px;
  }
}
.section-price .price-title {
  font-family: "a-otf-jun-pro", sans-serif;
  line-height: 1.5;
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
}
.section-price .price-title span {
  display: inline-block;
  background: #fee500;
  line-height: 1.2;
}
.section-price .media {
  color: #fff;
  line-height: 1.9;
}
.section-price .media span {
  display: inline-block;
  background: #000;
  line-height: 1.2;
  padding: 0 5px;
}
.section-price .price-detail {
  line-height: 2.2;
}
.section-price .price-txt,
.section-price .price-list {
  color: #666666;
  line-height: 1.9;
}
.section-price .price-table {
  font-weight: 500;
}
.section-price .long-txt {
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.section-price .txt-length {
  letter-spacing: -0.1em;
}

@media print, (min-width: 768px) {
  .section-price {
    padding: 124px 0 0;
  }
  .section-price .price-container {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .section-price .price-container:last-child {
    margin-bottom: 90px;
  }
  .section-price .price-content {
    width: 410px;
    /* padding-right: 15px; */
  }
  .section-price .price-title {
    font-size: 22px;
    font-weight: 600;
  }
  .section-price .price-title span {
    margin-bottom: 8px;
    padding: 3px 0 1px 3px;
    letter-spacing: 0.3em;
  }
  .section-price .price-detail {
    margin-bottom: 20px;
  }
  .section-price .media {
    font-size: 16px;
    margin: -5px 0 3px 0;
  }
  .section-price .price-txt,
  .section-price .price-list {
    font-size: 14px;
  }
  .section-price .price-list > li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section-price .price-list-note {
    font-size: 13px;
    line-height: 2;
  }
  .section-price .price-table {
    display: table;
    width: 550px;
    border: 15px solid #e8e8e8;
    border-radius: 40px;
    overflow: hidden;
    background: #fbfbfb;
    height: 370px;
  }
  .section-price .price-table li {
    display: table-row;
  }
  .section-price .price-table li:first-child {
    height: 49px;
  }
  .section-price .price-table li:first-child .col-head {
    border-radius: 25px 0 0 0;
  }
  .section-price .price-table li:last-child .col-head {
    border-radius: 0 0 0 25px;
  }
  .section-price .price-table li .space {
    letter-spacing: -0.15em;
  }
  .section-price .price-table .col-head,
  .section-price .price-table .col-info {
    padding: 9px 5px 10px 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .section-price .price-table .col-head {
    width: 188px;
    border-bottom: 1px solid #e8e8e8;
    background: #fbfbfb;
  }
  .section-price .price-table .col-info {
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    background: #fff;
    padding-right: 10px;
  }
  .section-price .price-table .col-info span {
    color: #666666;
    font-size: 13px;
  }
  .section-price .price-table .col-info .text {
    font-size: inherit;
    color: inherit;
  }
  .section-price .price-table .col-info .txt {
    font-size: 13px;
    display: block;
    color: #000;
    line-height: 1.9;
  }
  .section-price .price-table .txt-sm {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-price .wrapper-aw-system {
    padding: 0;
  }
  .section-price .price-container {
    padding: 35px 20px 20px;
    border-bottom: 1px solid #000;
  }
  .section-price .price-container:last-child {
    border-bottom: none;
  }
  .section-price .price-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
  .section-price .price-title span {
    margin-bottom: 9px;
    line-height: 1.5;
    padding: 2px 0 1px 5px;
  }
  .section-price .media {
    font-size: 16px;
    margin-top: -3px;
  }
  .section-price .media span {
    line-height: 1.5;
  }
  .section-price .price-detail {
    letter-spacing: normal;
    font-size: 13px;
    margin-top: 6px;
    line-height: 2.3;
  }
  .section-price .price-table {
    border: 16px solid #e8e8e8;
    border-radius: 40px;
    margin: 17px 0 20px;
    padding: 0 15px;
    line-height: 1.85;
    color: black;
  }
  .section-price .price-table .mg-bottom {
    margin-bottom: 2px;
  }
  .section-price .price-table li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    /* padding: 10px 0; */
  }
  .section-price .price-table li:first-child {
    text-align: center;
    background: #000;
    padding: 10px;
    margin: 0 -15px;
    -webkit-justify-content: center;
    justify-content: center;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    /* margin-bottom: 5px; */
  }
  .section-price .price-table li:first-child .col-info {
    color: #ffff;
  }
  .section-price .price-table li:first-child .col-info .text {
    display: block;
  }
  .section-price .price-table > li.sm {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .section-price .price-table .col-ipad {
    padding: 37.5px 0;
  }
  .section-price .price-table .col-ipad_iphone {
    padding: 14px 0;
  }
  .section-price .price-table .col-ipad_iphone2 {
    padding: 35px 0 0 0;
  }
  .section-price .price-table .col-ipad_iphone3 {
    padding: 0 0 35px 0;
  }
  .section-price .price-table .col-viewer {
    padding: 48px 0;
  }
  .section-price .price-table .col-viewer2 {
    padding: 19px 0 0 0;
  }
  .section-price .price-table .col-viewer3 {
    padding: 0 0 19px 0;
  }
  .section-price .price-table .col-gio {
    padding: 33.5px 0;
  }
  .section-price .price-table .col-head,
  .section-price .price-table .col-info {
    font-size: 13px;
  }
  .section-price .price-table .col-head {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
  .section-price .price-table .col-info {
    color: #666666;
  }
  .section-price .price-table .break-line {
    width: 100%;
  }
  .section-price .price-list,
  .section-price .price-txt {
    font-size: 13px;
    line-height: 2;
    color: #666666;
  }
  .section-price .price-list > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-price .price-list > li + li {
    margin-top: 10px;
  }
  .section-price .price-list-dots > li + li {
    margin-top: 0;
  }
}
@media print, (min-width: 768px) {
  .section-step {
    padding: 58px 0 12px;
  }
  .section-step .step-list {
    margin-top: 80px;
    letter-spacing: 0.05em;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-step .step-list li {
    width: 442px;
    margin-bottom: 45px;
  }
  .section-step .step-content {
    width: 362px;
  }
  .section-step .step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-step .step-txt {
    color: #666666;
    line-height: 2.2;
  }
  .section-step .step {
    font-size: 18px;
    font-weight: bold;
  }
  .section-step .img-step {
    width: 80px;
    margin-top: -15px;
  }
  .section-step .img-step img {
    height: 51px;
    margin: 0 0 3px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-step {
    padding: 27px 0 30px;
  }
  .section-step .step-list {
    letter-spacing: 0.05em;
    display: table;
    margin-top: 30px;
  }
  .section-step .step-list li {
    display: table-row;
  }
  .section-step .step-list li:last-child .img-step,
  .section-step .step-list li:last-child .step-content {
    padding-bottom: 0;
  }
  .section-step .step-title {
    font-size: 13px;
  }
  .section-step .step-txt {
    font-size: 12px;
    line-height: 2;
    color: #666666;
  }
  .section-step .img-step,
  .section-step .step-content {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 25px;
  }
  .section-step .img-step {
    width: 52px;
  }
  .section-step .img-step img {
    height: 26px;
    margin-left: 5px;
  }
  .section-step .step {
    font-weight: bold;
    font-size: 11px;
  }

  .section-step-price .img-step,
  .section-step-price .step-content {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
  }

  .section-step-price .step-list {
    margin: 10px 0 20px;
  }

  .section-step-price .step-list > li:last-child .img-step,
  .section-step-price .step-list > li:last-child .step-content {
    padding-bottom: 20px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide:active, .slick-slide:focus {
  outline: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: block;
  cursor: pointer;
}

/* COMMON ANIMATION
 * ----------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

/* PAGES
 * ----------------------------------------------- */
.section-top-keyvisual {
  background: url(../img/top/bg_keyvisual.jpg) no-repeat center center;
  background-size: cover;
}
.section-top-keyvisual .sec-title > img {
  width: 100%;
}

.section-top-all .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2000;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 center;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding: 270px 0 269px;
    margin: -96px 0 2px;
  }
  .section-top-keyvisual .sec-title {
    width: 112px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual {
    padding: 70px 0 70px;
    margin-top: -16px;
  }
  .section-top-keyvisual .sec-title {
    width: 22px;
    margin: 0 auto;
  }
}
@media print, (min-width: 768px) {
  .section-top-all .all-container {
    margin-bottom: 2px;
  }
  .section-top-all .all {
    width: 33.25%;
    background: url(../img/top/bg_all.jpg) center center;
    background-repeat: repeat;
    padding: 85px 0 0 160px;
  }
  .section-top-all .sec-ttl {
    margin-bottom: 15px;
  }
  .section-top-all .all-slide {
    width: 66.75%;
    padding-left: 2px;
  }
  .section-top-all .item {
    position: relative;
    width: 100%;
  }
  .section-top-all .item > img {
    width: 100%;
  }
  .section-top-all .slick-arrow {
    width: 47px;
    height: 47px;
    margin-top: -20px;
  }
  .section-top-all .slick-next {
    right: 80px;
    background-image: url(../img/top/btn_next.png);
  }
  .section-top-all .slick-prev {
    left: 80px;
    background-image: url(../img/top/btn_prev.png);
  }
  .section-top-all .btn-all {
    width: 270px;
    height: 60px;
    background: #fff;
    border: 1px solid #c5c0ae;
    font-size: 12px;
    letter-spacing: 0.075em;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 25px;
  }
  .section-top-all .btn-all:hover {
    background: #f0ba2c;
  }
  .section-top-all .all-img {
    width: 33.33333%;
    padding: 0 1px;
    position: relative;
    display: block;
  }
  .section-top-all .all-img:first-child {
    padding-left: 0;
  }
  .section-top-all .all-img:last-child {
    padding-right: 0;
  }
  .section-top-all .img-content {
    position: relative;
    overflow: hidden;
  }
  .section-top-all .img-content img {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 100%;
  }
  .section-top-all .img-content .on {
    display: none;
  }
  .section-top-all .img-content:hover .off {
    display: none;
  }
  .section-top-all .img-content:hover .on {
    display: block;
  }
  .section-top-all .caption {
    position: absolute;
    bottom: 25px;
    left: 0;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-all {
    text-align: center;
    padding: 2px 0;
  }
  .section-top-all .all {
    background: url(../img/top/sp/bg_all.jpg) center center;
    background-repeat: repeat;
    padding: 30px 0 35px;
  }
  .section-top-all .all-slide {
    padding-top: 2px;
  }
  .section-top-all .slick-slide img {
    width: 100%;
  }
  .section-top-all .slick-arrow {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: auto 12px;
    margin-top: -50px;
  }
  .section-top-all .slick-next {
    right: 0;
    background-image: url(../img/common/sp/btn_next.png);
  }
  .section-top-all .slick-prev {
    left: 0;
    background-image: url(../img/common/sp/btn_prev.png);
  }
  .section-top-all .all-img {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-top-all .all-img .img-content {
    width: 66.7%;
    margin-bottom: 2px;
  }
  .section-top-all .all-img .img-content > img {
    width: 100%;
  }
  .section-top-all .all-img .caption {
    width: 33.3%;
    text-align: center;
    writing-mode: vertical-rl;
    padding-right: 14%;
  }
  .section-top-all .all-img .caption span {
    position: relative;
    padding-bottom: 25px;
    display: block;
  }
  .section-top-all .all-img .caption span::after {
    position: absolute;
    content: "";
    background: url(../img/common/sp/btn_circle_arrow.png) no-repeat center center;
    background-size: auto 100%;
    bottom: 0;
    left: 2px;
    width: 15px;
    height: 15px;
  }
  .section-top-all .all-img:nth-child(2) .img-content {
    order: 2;
  }
}
.section-top-shop .list-shop > li {
  width: 33.3%;
  position: relative;
  overflow: hidden;
}
.section-top-shop .list-shop > li a {
  width: 100%;
  display: block;
}
.section-top-shop .list-shop > li a > img {
  width: 100%;
}
.section-top-shop .shop-caption {
  position: absolute;
}

@media print, (min-width: 768px) {
  .section-top-shop {
    background: #f6f5f2;
    text-align: center;
    position: relative;
    padding: 45px 0 55px;
  }
  .section-top-shop::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/bg_shop.jpg);
    background-repeat: repeat-X;
    background-position: 0 center;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
  }
  .section-top-shop .wrapper {
    position: relative;
    z-index: 10;
  }
  .section-top-shop .list-shop {
    margin: 33px -1px 0;
  }
  .section-top-shop .list-shop > li {
    padding: 0 1px;
  }
  .section-top-shop .list-shop > li a > img {
    -moz-transition: ease 0.26s;
    -o-transition: ease 0.26s;
    -webkit-transition: ease 0.26s;
    transition: ease 0.26s;
  }
  .section-top-shop .list-shop > li:hover a > img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .section-top-shop .sec-title,
  .section-top-shop .sub-title {
    position: relative;
  }
  .section-top-shop .shop-caption {
    background: #f6f5f2;
    bottom: 0;
    letter-spacing: 0.2em;
    right: 0;
    padding: 5px 20px;
  }
  .section-top-shop .shop-caption.space {
    letter-spacing: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-shop {
    text-align: center;
    background-image: url(../img/top/sp/bg_shop.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    padding-top: 30px;
  }
  .section-top-shop .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .section-top-shop .list-shop {
    margin: 31px -1px 0;
  }
  .section-top-shop .list-shop > li {
    width: 33.33333%;
    padding: 0 1px;
  }
  .section-top-shop .shop-caption {
    bottom: 10px;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    width: 100%;
  }
  .section-top-shop .shop-caption span {
    position: relative;
  }
  .section-top-shop .shop-caption span::after {
    position: absolute;
    content: "";
    background: url(../img/common/sp/icn_arrow_right.png) no-repeat center center;
    background-size: auto 100%;
    top: 6px;
    right: -10px;
    width: 5px;
    height: 8px;
  }
}
@media print, (min-width: 768px) {
  .section-top-reserve-recruit {
    padding: 2px 0 0 0;
  }
  .section-top-reserve-recruit .col {
    width: 50%;
  }
  .section-top-reserve-recruit .sec-ttl {
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .section-top-reserve-recruit .sec-content {
    width: 67%;
    padding: 80px 40px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section-top-reserve-recruit .sec-img {
    width: 33%;
    padding-left: 2px;
  }
  .section-top-reserve-recruit .sec-img > img {
    width: 100%;
  }
  .section-top-reserve-recruit .sec-info {
    max-width: 280px;
  }
  .section-top-reserve-recruit .txt-common {
    letter-spacing: -0.025em;
  }
  .section-top-reserve-recruit .reserve .sec-content {
    background-image: url(../img/top/bg_reserve.jpg);
    padding-left: 150px;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    background-image: url(../img/top/bg_recruit.jpg);
  }
  .section-top-reserve-recruit .link {
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
  }
  .section-top-reserve-recruit .link::after {
    position: absolute;
    content: "";
    background: #000;
    width: 40px;
    height: 1px;
    top: 50%;
    right: -50px;
  }
  .section-top-reserve-recruit .link:hover {
    color: #660000;
  }
  .section-top-reserve-recruit .link:hover::after {
    background: #660000;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-reserve-recruit .col {
    padding-top: 2px;
  }
  .section-top-reserve-recruit .sec-content {
    width: 66.9%;
    border-right: 2px solid #fff;
    position: relative;
    padding-bottom: 70px;
  }
  .section-top-reserve-recruit .sec-img {
    width: 33.1%;
  }
  .section-top-reserve-recruit .sec-img img {
    width: 100%;
  }
  .section-top-reserve-recruit .sec-ttl {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    order: 2;
    border-left: 2px solid #fff;
    border-right: none;
  }
  .section-top-reserve-recruit .sec-info {
    padding: 25px 20px 15px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section-top-reserve-recruit .reserve .sec-content {
    background-image: url(../img/top/sp/bg_reserve.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .section-top-reserve-recruit .reserve .link {
    background: #f7f5ee;
    border-left: 2px solid #fff;
    border-right: none;
  }
  .section-top-reserve-recruit .recruit .sec-content {
    background-image: url(../img/top/sp/bg_recruit.jpg);
  }
  .section-top-reserve-recruit .recruit .link {
    background: #f9f9f8;
  }
  .section-top-reserve-recruit .link {
    padding: 26px 10px 26px 20px;
    display: block;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .section-top-reserve-recruit .link::after {
    position: relative;
    content: "";
    background: url(../img/common/sp/btn_circle_arrow.png) no-repeat center center;
    background-size: auto 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    top: 3px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-reserve-recruit .sec-info {
    padding: 10px;
  }

  .section-top-reserve-recruit .sec-ttl {
    margin-bottom: 5px;
  }

  .section-top-reserve-recruit .link {
    padding: 15px 10px;
  }
}
.section-aw-system-top-keyvisual {
  background: url(../img/top/bg_aw_system_keyvisual.jpg) no-repeat center center;
  background-size: cover;
}
.section-aw-system-top-keyvisual .title-keyvisual {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.9);
}
.section-aw-system-top-keyvisual .keyvisual-content {
  margin: 0 auto;
  background: url(../img/common/icn_quote_left.png) no-repeat 0 0, url(../img/common/icn_quote_right.png) no-repeat right 0, url(../img/common/icn_quote_bottom_left.png) no-repeat 0 bottom, url(../img/common/icn_quote_bottom_right.png) no-repeat right bottom;
  position: relative;
}

@media print, (min-width: 768px) {
  .section-aw-system-top-keyvisual {
    padding: 140px 0 1px;
  }
  .section-aw-system-top-keyvisual .keyvisual-content {
    width: 750px;
    margin: 0 auto;
    margin-bottom: -125px;
    padding: 20px 0 50px;
    margin-top: 18px;
    z-index: 10;
  }
  .section-aw-system-top-keyvisual .title-keyvisual {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
  .section-aw-system-top-keyvisual .ipad-img {
    width: 500px;
    margin: 15px 0 0 170px;
  }
  .section-aw-system-top-keyvisual .ipad-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-aw-system-top-keyvisual {
    padding: 125px 0 10px;
  }
  .section-aw-system-top-keyvisual .keyvisual-content {
    padding: 17px 0 30px;
    margin-bottom: -79px;
    position: relative;
    z-index: 10;
  }
  .section-aw-system-top-keyvisual .title-keyvisual {
    font-size: 16px;
  }
  .section-aw-system-top-keyvisual .ipad-img {
    width: 249px;
    margin: 27px 0 0 66px;
  }
  .section-aw-system-top-keyvisual .ipad-img img {
    width: 100%;
  }
  .section-aw-system-top-keyvisual .keyvisual-content {
    background-size: 25px 15px;
  }
}
@media only screen and (max-width: 374px) {
  .section-aw-system-top-keyvisual .ipad-img {
    margin: 0px 0 0 25px;
  }
  .section-aw-system-top-keyvisual .ipad-img img {
    width: 100%;
  }
}
.section-aw-system-top-creation {
  text-align: center;
  position: relative;
}
.section-aw-system-top-creation:after {
  content: "";
  background-image: url(../img/top/bg_curve.png);
  background-repeat: repeat-x;
  background-position: center 0;
  background-size: auto 100%;
  bottom: -2px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.section-aw-system-top-creation .wrapper-aw-system {
  position: relative;
  z-index: 3;
}
.section-aw-system-top-creation .wrap-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.section-aw-system-top-creation .wrap-gallery:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(250, 209, 23, 0.75);
  z-index: 1230;
  width: 100%;
}
.section-aw-system-top-creation .item-slide {
  width: 340px;
  visibility: hidden;
}
.section-aw-system-top-creation .item-slide img {
  width: 100%;
}
.section-aw-system-top-creation .slick-initialized .item-slide {
  visibility: visible;
}
.section-aw-system-top-creation .btn-about {
  position: relative;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .section-aw-system-top-creation {
    letter-spacing: 0.075em;
    padding: 90px 0 50px;
    min-height: 340px;
  }
  .section-aw-system-top-creation:after {
    height: 76px;
  }
  .section-aw-system-top-creation .creation-txt {
    line-height: 2.4;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  .section-aw-system-top-creation .btn-about {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    padding-left: 10px;
    font-weight: bold;
    margin-top: 15px;
  }
  .section-aw-system-top-creation .btn-about:after {
    position: absolute;
    content: "";
    background: url(../img/common/icn_link_right.png) no-repeat center center;
    background-size: auto 100%;
    width: 35px;
    height: 7px;
    top: 0;
    right: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-aw-system-top-creation {
    padding: 40px 0 25px;
    height: 190px;
    overflow: hidden;
  }
  .section-aw-system-top-creation:after {
    height: 45px;
    background-size: 290px auto;
  }
  .section-aw-system-top-creation .title-small-common {
    margin-bottom: -8px;
    font-weight: bold;
  }
  .section-aw-system-top-creation .creation-txt {
    line-height: 1.8;
    letter-spacing: -0.1em;
    margin: 0 -10px;
  }
  .section-aw-system-top-creation .btn-about {
    font-weight: 500;
    margin-top: 10px;
  }
  .section-aw-system-top-creation .item-slide {
    width: 188px;
  }
  .section-aw-system-top-creation .wrap-gallery:before {
    background: rgba(243, 221, 37, 0.75);
  }
}
@media only screen and (max-width: 374px) {
  .section-aw-system-top-creation {
    font-size: 10px;
  }

  .section-aw-system-top-creation .title-small-common {
    margin-bottom: 0;
  }
}
.section-aw-system-top-service {
  color: #fff;
}

@media print, (min-width: 768px) {
  .section-aw-system-top-service {
    position: relative;
    padding: 50px 0 70px;
  }
  .section-aw-system-top-service:before, .section-aw-system-top-service:after {
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-aw-system-top-service:before {
    background-image: url(../img/top/bg_service_rent.jpg);
    left: 0;
  }
  .section-aw-system-top-service:after {
    background-image: url(../img/top/bg_service_time.jpg);
    right: 0;
  }
  .section-aw-system-top-service .wrapper-aw-system {
    position: relative;
    z-index: 5;
  }
  .section-aw-system-top-service .col {
    width: 50%;
  }
  .section-aw-system-top-service .service-title {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .section-aw-system-top-service .service-detail {
    line-height: 2.1;
    margin-bottom: 10px;
  }
  .section-aw-system-top-service .service-rent {
    padding-right: 55px;
    border-right: 1px solid #fff;
  }
  .section-aw-system-top-service .service-rent .service-title {
    letter-spacing: 0.05em;
  }
  .section-aw-system-top-service .service-time {
    padding-left: 55px;
    border-left: 1px solid #fff;
  }
  .section-aw-system-top-service .service-time .service-title {
    letter-spacing: -0.075em;
    margin-right: -40px;
  }
  .section-aw-system-top-service .service-time .service-detail {
    letter-spacing: -0.08em;
    margin-bottom: 43px;
  }
  .section-aw-system-top-service .service-list {
    margin-bottom: 10px;
  }
  .section-aw-system-top-service .service-list > li {
    background: #fff;
    color: #000;
    margin-right: 12px;
    width: 102px;
    text-align: center;
  }
  .section-aw-system-top-service .service-list > li:last-child {
    margin-right: 0;
  }
  .section-aw-system-top-service .service-capacity {
    text-align: center;
    color: #000;
    background: #fff;
    margin-bottom: 6px;
  }
  .section-aw-system-top-service .service-price {
    margin-bottom: 30px;
    margin-top: 23px;
  }
  .section-aw-system-top-service .service-price span {
    font-size: 26px;
    font-weight: 500;
  }

  .service-price:before {
    background: url(../img/price/bg_price_01.jpg) no-repeat center center;
    background-size: cover;
  }
  .service-price:after {
    background: url(../img/price/bg_price_02.jpg) no-repeat center center;
    background-size: cover;
  }
  .service-price .service-rent {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-aw-system-top-service .wrapper-aw-system {
    padding: 0;
  }
  .section-aw-system-top-service .col {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-aw-system-top-service .btn-service {
    margin-bottom: 0;
  }
  .section-aw-system-top-service .service-rent {
    padding: 28px 16px 40px;
    background-image: url(../img/top/sp/bg_service_rent.jpg);
  }
  .section-aw-system-top-service .service-time {
    padding: 42px 16px 40px;
    background-image: url(../img/top/sp/bg_service_time.jpg);
  }
  .section-aw-system-top-service .service-time .service-detail {
    line-height: 2.2;
    margin-bottom: 21px;
  }
  .section-aw-system-top-service .service-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .section-aw-system-top-service .service-detail {
    line-height: 2;
    margin-bottom: 11px;
  }
  .section-aw-system-top-service .service-price {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 2.3;
    margin-bottom: 20px;
  }
  .section-aw-system-top-service .service-price span {
    font-size: 26px;
    line-height: 1.2;
  }
}
.section-aw-system-top-news-event .news-event-title {
  background: #f1f3f4;
}
.section-aw-system-top-news-event .news-event-link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  color: #6c838d;
  position: relative;
  display: inline-block;
  text-align: center;
}
.section-aw-system-top-news-event .news-event-link:after {
  position: absolute;
  height: 2px;
  background: #6c838d;
  top: 50%;
  right: 0;
  content: "";
}
.section-aw-system-top-news-event .news-event-link:hover {
  color: #080808;
}
.section-aw-system-top-news-event .news-event-link:hover::after {
  background: #080808;
}
.section-aw-system-top-news-event .news-event-list {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.section-aw-system-top-news-event .news-event-list > li {
  border-top: 1px solid #e8e8e8;
}
.section-aw-system-top-news-event .news-event-list > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.section-aw-system-top-news-event .news-event-list > li a {
  display: block;
}
.section-aw-system-top-news-event .news-event-list .tag {
  font-size: 12px;
  margin-bottom: 18px;
}
.section-aw-system-top-news-event .news-event-list .tag-yellow {
  background: #fee500;
}
.section-aw-system-top-news-event .news-event-list .tag-cyan {
  background: #acb6c5;
}
.section-aw-system-top-news-event .news-event-list .tag-purple {
  background: #d7c1c5;
}
.section-aw-system-top-news-event .news-event-list .tag-name {
  margin-right: 10px;
}
.section-aw-system-top-news-event .news-event-list .date {
  color: #999999;
  border-left: 1px solid #000;
  padding-left: 10px;
}

.news-event-list {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.news-event-list > li {
  border-top: 1px solid #e8e8e8;
}
.news-event-list > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.news-event-list > li a {
  display: block;
}

.tag {
  font-size: 12px;
  margin-bottom: 15px;
}
.tag-yellow {
  background: #fee500;
}
.tag-cyan {
  background: #acb6c5;
}
.tag-purple {
  background: #d7c1c5;
}
.tag-name {
  margin-right: 10px;
}
.tag .date {
  color: #999999;
  border-left: 1px solid #000;
  padding-left: 10px;
}

@media print, (min-width: 768px) {
  .section-aw-system-top-news-event {
    padding: 73px 0;
  }
  .section-aw-system-top-news-event .title-aw-system-common {
    margin-top: 125px;
  }
  .section-aw-system-top-news-event .news-event-title {
    width: 200px;
    background: #f1f3f4;
    padding-left: 20px;
  }
  .section-aw-system-top-news-event .news-event-title .title-aw-system-common .japan {
    margin-bottom: 5px;
  }
  .section-aw-system-top-news-event .news-event-link {
    padding-right: 81px;
    margin-top: 95px;
  }
  .section-aw-system-top-news-event .news-event-link:after {
    width: 70px;
  }
  .section-aw-system-top-news-event .news-event-list {
    padding-left: 70px;
  }
  .section-aw-system-top-news-event .news-event-content {
    width: 800px;
  }

  .news-event-list > li a {
    padding: 27px 0;
    background-color: #fff;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, #f9f8f8 50%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f9f8f8 50%);
    -moz-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    -o-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
    -webkit-transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1), color 0.5s ease, background-color 0.5s ease;
    -webkit-transition-delay: 0.1s, 0s, 0s;
    transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  }
  .news-event-list > li a:hover {
    background-position: -100% 100%;
  }

  .tag {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 22px;
  }
  .tag-yellow {
    background: #fee500;
  }
  .tag-cyan {
    background: #acb6c5;
  }
  .tag-purple {
    background: #d7c1c5;
  }
  .tag-name {
    margin-right: 10px;
    display: inline-block;
    padding: 1px 2px 2px;
  }
  .tag .date {
    color: #999999;
    border-left: 1px solid #000;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-aw-system-top-news-event {
    padding: 20px 0 42px;
  }
  .section-aw-system-top-news-event .news-event-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 20px 20px 18px 20px;
    margin-bottom: 20px;
  }
  .section-aw-system-top-news-event .news-event-link {
    padding-right: 30px;
    margin-right: -30px;
  }
  .section-aw-system-top-news-event .news-event-link:after {
    width: 25px;
  }
  .section-aw-system-top-news-event .detail {
    line-height: 1.8;
    font-size: 14px;
  }

  .news-event-list > li a {
    padding: 21px 20px 20px 20px;
  }
}
.section-about-container .title-small-common {
  text-align: center;
}
.section-about-container .about-intro {
  text-align: center;
  font-weight: 500;
}
.section-about-container .img-message img {
  width: 100%;
}
.section-about-container .message-content {
  color: #666666;
}
.section-about-container .philosophy-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.66667;
}
.section-about-container .philosophy-txt span {
  background: #000;
}
.section-about-container dl {
  width: 100%;
}
.section-about-container dl dt,
.section-about-container dl dd {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  letter-spacing: 0.05em;
}
.section-about-container .img-map {
  width: 100%;
  background-image: url(../img/about/bg_map.jpg);
  background-repeat: repeat;
  background-size: 25px 24px;
  background-position: center center;
}
.section-about-container .img-map img {
  width: 100%;
}
.section-about-container .img-trade {
  width: 117px;
}
.section-about-container .img-trade img {
  width: 100%;
}
.section-about-container .title {
  line-height: 1.66667;
  font-weight: 500;
}
.section-about-container .trade-txt {
  color: #666666;
}

@media print, (min-width: 768px) {
  .section-about-container {
    position: relative;
    z-index: 10;
    margin-top: -22px;
    padding-bottom: 10px;
  }
  .section-about-container .about-content {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 69px;
  }
  .section-about-container .about-intro {
    margin-bottom: 42px;
    line-height: 2.4;
  }
  .section-about-container .col-title {
    width: 155px;
  }
  .section-about-container .col-txt {
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
    width: 553px;
  }
  .section-about-container .col-common-txt {
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
    width: 845px;
  }
  .section-about-container .img-message {
    width: 289px;
    margin-top: 17px;
  }
  .section-about-container .img-message img {
    width: 100%;
  }
  .section-about-container .message-content {
    font-size: 14px;
    line-height: 2.2;
    color: #666666;
    margin: 2px 40px 24px 0;
  }
  .section-about-container .company-name {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.9;
  }
  .section-about-container .company-name span {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  .section-about-container .company {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .section-about-container .company .col-title {
    border-right: 1px solid #e8e8e8;
    padding: 70px 0 50px;
  }
  .section-about-container .col-company-txt {
    padding: 5px 0 0 45px;
    width: 845px;
  }
  .section-about-container .philosophy-txt {
    font-size: 18px;
    line-height: 1.66667;
  }
  .section-about-container .philosophy-txt p {
    margin-bottom: 25px;
  }
  .section-about-container .philosophy-txt p:last-child {
    margin-bottom: 0;
  }
  .section-about-container .philosophy-txt p span {
    padding: 5px 0 5px 20px;
    display: block;
    font-weight: 500;
  }
  .section-about-container .philosophy-content .title-about-common .eng {
    letter-spacing: 0.05em;
  }
  .section-about-container dl {
    display: table-row;
    width: 100%;
    line-height: 2;
  }
  .section-about-container dl dt,
  .section-about-container dl dd {
    letter-spacing: 0.05em;
    font-size: 14px;
    display: table-cell;
    vertical-align: top;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
  }
  .section-about-container dl dt {
    width: 135px;
    padding-left: 25px;
    position: relative;
  }
  .section-about-container dl dt::after {
    position: absolute;
    content: "";
    background: #fee500;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-about-container dl dt.long::after {
    position: absolute;
    content: "";
    background: #fee500;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% - 50px);
    margin-top: 0;
  }
  .section-about-container dl dd {
    padding-left: 26px;
  }
  .section-about-container .no-border dt,
  .section-about-container .no-border dd {
    border-bottom: none;
  }
  .section-about-container .line dt::after {
    margin-top: -12px;
  }
  .section-about-container .img-map {
    padding: 25px 25px 20px;
    margin-top: 23px;
  }
  .section-about-container .img-map iframe {
    width: 100%;
    height: 317px;
    border: 2px solid #ffffff;
  }
  .section-about-container .trade {
    margin-top: -20px;
    margin-bottom: 70px;
  }
  .section-about-container .trade .title-about-common .eng {
    letter-spacing: 0.05em;
  }
  .section-about-container .img-trade {
    width: 117px;
  }
  .section-about-container .img-trade img {
    width: 100%;
  }
  .section-about-container .title {
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
  .section-about-container .trade-txt {
    font-size: 14px;
    line-height: 2.2;
  }
  .section-about-container .trade-content {
    padding-left: 45px;
    width: 682px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-about-container .line dt:after {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-container .wrapper-aw-system {
    margin-top: -65px;
    position: relative;
    z-index: 20;
    padding: 0 15px;
  }
  .section-about-container .title-small-common {
    margin-bottom: 3px;
  }
  .section-about-container .about-intro {
    line-height: 2;
    letter-spacing: -0.04em;
    font-size: 12px;
    margin: 0 0 30px 0;
  }
  .section-about-container .about-content {
    border-bottom: 1px solid #000000;
    padding-bottom: 24px;
  }
  .section-about-container .about-content:last-child {
    border-bottom: none;
  }
  .section-about-container .company-name {
    font-size: 13px;
    letter-spacing: 0.075em;
    margin-top: 15px;
    line-height: 2;
  }
  .section-about-container .company-name span {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.1;
    letter-spacing: 0.03em;
  }
  .section-about-container .message .col-title {
    margin-bottom: 15px;
  }
  .section-about-container .message-content {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .section-about-container .img-message {
    margin-left: -15px;
    width: 100%;
  }
  .section-about-container .company {
    padding-bottom: 35px;
  }
  .section-about-container .company .col-title {
    border-bottom: 1px solid #000;
    padding: 15px 0;
  }
  .section-about-container .philosophy-content {
    padding: 25px 0 35px;
  }
  .section-about-container .philosophy-content .col-title {
    margin-bottom: 20px;
  }
  .section-about-container .philosophy-txt {
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.025em;
  }
  .section-about-container .philosophy-txt p {
    margin-bottom: 34px;
    margin-left: 10px;
  }
  .section-about-container .philosophy-txt p:last-child {
    margin-bottom: 0;
  }
  .section-about-container .philosophy-txt span {
    padding: 5px 0;
    display: inline;
    box-shadow: -10px 0 0 #000, 10px 0 0 #000;
  }
  .section-about-container dl {
    font-size: 13px;
    line-height: 2;
  }
  .section-about-container dl dd {
    color: #666666;
  }
  .section-about-container dl dt,
  .section-about-container dl dd {
    padding: 15px 0 15px 20px;
  }
  .section-about-container .img-trade {
    width: 116px;
    margin: 0 auto 25px;
  }
  .section-about-container .title {
    font-size: 13px;
    text-align: center;
    margin-bottom: 3px;
  }
  .section-about-container .trade {
    padding-top: 25px;
  }
  .section-about-container .trade .col-title {
    margin-bottom: 20px;
  }
  .section-about-container .trade-txt {
    font-size: 13px;
    line-height: 2.3;
  }
  .section-about-container .img-map {
    padding: 22px 22px 16px;
    margin: 30px -15px 0;
    width: auto;
  }
  .section-about-container .img-map iframe {
    width: 100%;
    height: 185px;
    border: 2px solid #ffffff;
  }
}
@media only screen and (max-width: 374px) {
  .section-about-container dl dd {
    font-size: 12px;
  }
}
.section-about-achievement {
  background: #fef9e6;
}
.section-about-achievement .sec-title,
.section-about-achievement .sub-title {
  line-height: 1.66667;
}
.section-about-achievement .sec-title {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.section-about-achievement .achievement-content {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section-about-achievement .col {
  border: 1px solid #e8e8e8;
  background: #fff;
  -moz-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.3);
}
.section-about-achievement .img-achievement {
  background: #fef9e6;
}
.section-about-achievement .img-achievement img {
  margin: 0 auto;
}
.section-about-achievement .achievement-txt {
  color: #666666;
  line-height: 2.1;
}

@media print, (min-width: 768px) {
  .section-about-achievement {
    padding: 46px 0 75px;
  }
  .section-about-achievement .sec-title,
  .section-about-achievement .sub-title {
    line-height: 1.66667;
  }
  .section-about-achievement .sec-title {
    font-size: 18px;
    margin-bottom: 27px;
  }
  .section-about-achievement .sub-title {
    font-size: 16px;
    margin-bottom: -2px;
  }
  .section-about-achievement .achievement-content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-about-achievement .col {
    width: 475px;
    padding: 25px 25px 17px;
    background: #fff;
  }
  .section-about-achievement .col2 {
    width: 100%;
    padding: 25px 25px 17px;
    background: #fff;
    margin: 0 0 45px 0;
  }
  .section-about-achievement .img-achievement {
    padding: 24px 0;
    margin-bottom: 20px;
  }
  .section-about-achievement .img-achievement img {
    height: 179px;
    border: 3px solid #ffffff;
  }
  .section-about-achievement .col2 .img-achievement img {
    height: 220px;
    border: unset;
  }
  .section-about-achievement .achievement-txt {
    line-height: 2.2;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-achievement {
    padding: 22px 0;
  }
  .section-about-achievement .col {
    margin-bottom: 30px;
  }
  .section-about-achievement .sec-title {
    margin-bottom: 15px;
  }
  .section-about-achievement .sub-title {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }
  .section-about-achievement .col {
    padding: 10px;
    margin-bottom: 22px;
  }
  .section-about-achievement .img-achievement {
    padding: 20px 0;
    margin-bottom: 12px;
  }
  .section-about-achievement .img-achievement img {
    height: 124px;
    border: 3px solid #ffffff;
  }
  .section-about-achievement .col2 .img-achievement img {
    height: auto;
    width: 100%;
    padding: 0 20px ;
    border: unset;
  }
  .section-about-achievement .achievement-detail {
    padding: 0 8px;
  }
  .section-about-achievement .achievement-txt {
    font-size: 13px;
  }
}
.section-about-partner .logo-cybozu img {
  width: 100%;
}
.section-about-partner .partner-content {
  background: #64bdd4;
  color: #fff;
}
.section-about-partner .partner-title {
  letter-spacing: -0.13em;
}
.section-about-partner .partner-txt {
  line-height: 2.1;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .section-about-partner {
    padding: 54px 0 67px;
  }
  .section-about-partner .wrapper-aw-system {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-about-partner .logo-cybozu {
    width: 164px;
    margin-left: 55px;
  }
  .section-about-partner .partner-content {
    width: 610px;
    padding: 45px 40px 37px 50px;
  }
  .section-about-partner .partner-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .section-about-partner .partner-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about-partner {
    padding: 25px 0 40px;
  }
  .section-about-partner .logo-cybozu {
    width: 110px;
    margin: 0 auto 20px;
  }
  .section-about-partner .partner-content {
    width: 100%;
    padding: 22px 20px 22px 20px;
  }
  .section-about-partner .partner-title {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 5px;
    letter-spacing: -0.15em;
  }
  .section-about-partner .partner-txt {
    font-size: 13px;
    line-height: 2.2;
  }
}
@media only screen and (max-width: 374px) {
  .section-about-partner .partner-title {
    font-size: 12px;
  }
  .section-about-partner .partner-txt {
    font-size: 10px;
  }
}
.section-kantan-keyvisual {
  background: #fee500;
}
.section-kantan-keyvisual .txt-kintone img {
  width: 100%;
}
.section-kantan-keyvisual .kantan-title {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #333333;
}
.section-kantan-keyvisual .img-keyvisual img {
  width: 100%;
}
.section-kantan-keyvisual .txt-keyvisual {
  color: #333333;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .section-kantan-keyvisual {
    padding: 20px 0 87px;
  }
  .section-kantan-keyvisual .keyvisual-content {
    width: 402px;
    padding-top: 13px;
  }
  .section-kantan-keyvisual .txt-kintone {
    width: 246px;
    margin-bottom: 3px;
  }
  .section-kantan-keyvisual .kantan-title {
    font-size: 42px;
    margin: 10px 0 0 0;
  }
  .section-kantan-keyvisual .img-keyvisual {
    width: 700px;
    margin-right: -102px;
    margin-top: 30px;
  }
  .section-kantan-keyvisual .txt-keyvisual {
    font-size: 14px;
    line-height: 2.2;
    font-weight: bold;
    margin-top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kantan-keyvisual {
    text-align: center;
    padding: 26px 0 30px;
  }
  .section-kantan-keyvisual .txt-kintone {
    width: 175px;
    margin: 0 auto 10px;
  }
  .section-kantan-keyvisual .kantan-title {
    font-size: 20px;
    letter-spacing: 0.185em;
    margin-bottom: 10px;
  }
  .section-kantan-keyvisual .txt-keyvisual {
    font-size: 12px;
    line-height: 2.5;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .section-kantan-keyvisual .img-keyvisual {
    width: 318px;
    margin: 0 auto;
    padding: 0 0 0 10px;
  }
}
.kantan-system {
  text-align: center;
}
.kantan-system .system-txt {
  line-height: 2;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .kantan-system {
    padding-top: 13px;
  }
  .kantan-system .title-small-common {
    font-size: 26px;
  }
  .kantan-system .system-txt {
    font-size: 18px;
    margin-top: -7px;
  }
  .kantan-system .img-system {
    width: 990px;
    margin: 23px auto 0;
  }
  .kantan-system .img-system img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .kantan-system .title-small-common {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 9px;
    font-weight: bold;
  }
  .kantan-system .system-txt {
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
  }
  .kantan-system .img-system {
    width: 100%;
    margin: 6px auto 42px;
    padding: 0 20px;
  }
  .kantan-system .img-system img {
    width: 100%;
  }
}
.section-kantan-service {
  background: #f2f3f3;
}
.section-kantan-service .service-title {
  color: #fff;
  font-weight: bold;
}
.section-kantan-service .service-title span {
  display: inline-block;
  background: #000;
  line-height: 1.2;
}
.section-kantan-service .service-detail {
  line-height: 2.2;
}
.section-kantan-service .service-list > li {
  background: #cc0000;
  color: #fff;
  text-align: center;
}
.section-kantan-service .service-price span {
  font-weight: 500;
}
.section-kantan-service .img-service img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-kantan-service {
    padding: 60px 0 70px;
  }
  .section-kantan-service .service-content {
    width: 445px;
    padding-right: 20px;
  }
  .section-kantan-service .service-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .section-kantan-service .service-title span {
    padding: 0px 4px 3px;
    line-height: 1;
    padding: 3px;
  }
  .section-kantan-service .service-detail {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .section-kantan-service .service-list {
    margin-left: -7px;
    margin-bottom: 12px;
  }
  .section-kantan-service .service-list > li {
    width: 104px;
    margin: 4px 6px;
  }
  .section-kantan-service .service-list .capacity {
    width: 220px;
  }
  .section-kantan-service .service-price {
    margin-bottom: 36px;
    letter-spacing: 0;
  }
  .section-kantan-service .service-price span {
    font-size: 26px;
  }
  .section-kantan-service .img-service {
    width: 555px;
  }
}
@media only screen and (max-width: 767px) {
  .section-kantan-service {
    padding: 40px 0 30px;
  }
  .section-kantan-service .service-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-kantan-service .service-title span {
    line-height: 1.5;
  }
  .section-kantan-service .service-detail {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .section-kantan-service .service-list {
    margin: 0 -8px 10px;
  }
  .section-kantan-service .service-list > li {
    width: 105px;
    margin: 4px 5px;
  }
  .section-kantan-service .service-list .capacity {
    width: 220px;
  }
  .section-kantan-service .service-price {
    font-size: 13px;
    letter-spacing: -0.03em;
  }
  .section-kantan-service .service-price span {
    font-size: 26px;
  }
  .section-kantan-service .img-service {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .section-kantan-service .service-list {
    font-size: 12px;
  }
  .section-kantan-service .service-list > li {
    width: 94px;
    margin: 4px 2px;
  }
  .section-kantan-service .service-list .capacity {
    width: 192px;
  }
}
.section-service-time {
  background: url(../img/kantan/bg_service.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.section-service-time .time-title {
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-service-time {
    text-align: center;
    padding: 57px 0 67px;
  }
  .section-service-time .time-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .section-service-time .service-detail {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section-service-time {
    padding: 23px 0 28px;
  }
  .section-service-time .time-title {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .section-service-time .service-detail {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 25px;
  }
}
.section-kantan-question {
  padding: 58px 0 72px;
  background: #f2f3f3;
}
.section-kantan-question .question {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.section-kantan-question .question,
.section-kantan-question .answer {
  letter-spacing: 0.05em;
}
.section-kantan-question .answer {
  font-size: 14px;
  background: #fee500;
  line-height: 2.1;
  display: none;
}

@media print, (min-width: 768px) {
  .section-kantan-question .question-answer {
    margin-top: 29px;
  }
  .section-kantan-question .question {
    padding: 23px 0 20px 38px;
    margin: -1px 0 0 0;
  }
  .section-kantan-question .answer {
    padding: 16px 0 15px 38px;
  }
  .section-kantan-question .list-answer > li {
    width: 32%;
  }
  .section-kantan-question .list-answer > li:first-child {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .section-kantan-question {
    padding: 30px 0 37px;
    background: #f2f3f3;
  }
  .section-kantan-question .title-common span {
    display: block;
  }
  .section-kantan-question .title-common .title-name {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .section-kantan-question .title-common .title-sub {
    padding-left: 0;
  }
  .section-kantan-question .question-answer {
    margin-top: 20px;
  }
  .section-kantan-question .question,
  .section-kantan-question .answer {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .section-kantan-question .question {
    padding: 17px 15px 15px;
  }
  .section-kantan-question .answer {
    padding: 13px 15px 13px;
  }
  .section-kantan-question .answer {
    background: #fee500;
    line-height: 2;
  }
}
.form-container {
  -ms-input-placeholder-color: #a7a8a8;
  -ms-input-placeholder-font-size: 13px;
  -moz-placeholder-color: #a7a8a8;
  -moz-placeholder-font-size: 13px;
}
.form-container .mw-element {
  background: #f2f3f3;
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  resize: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}
.form-container .form-policy {
  background: #f2f3f3;
  border: 1px solid #e8e8e8;
}
.form-container .policy-content {
  width: 100%;
  height: 140px;
}
.form-container .policy-content p {
  font-size: 13px;
  line-height: 2.2;
  color: #666666;
}
.form-container .check-box {
  display: block;
}
.form-container .check-box input {
  display: none;
}
.form-container .check-box input:checked + span {
  background-image: url(../img/kantan/icn_check_on.png);
}
.form-container .check-box span {
  display: inline-block;
  background: url(../img/kantan/icn_check_off.png) no-repeat 0 8px;
  background-size: 18px auto;
  padding: 8px 0 10px 28px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1.4;
}
.form-container textarea {
  line-height: 1.8;
}
.form-container ::-webkit-input-placeholder {
  color: #a7a8a8;
  font-size: 13px;
}
.form-container ::-moz-placeholder {
  color: #a7a8a8;
  font-size: 13px;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding: 57px 0 102px;
  }
  .section-contact .contact-txt {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 5px;
  }

  .form-container .mw-element {
    height: 60px;
    padding: 15px 25px;
  }
  .form-container form {
    margin-top: 52px;
  }
  .form-container .form-contact {
    display: table;
    width: 100%;
  }
  .form-container .row {
    display: table-row;
  }
  .form-container .form-name,
  .form-container .form-content {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 40px;
    text-align: left;
  }
  .form-container .form-name {
    width: 230px;
    padding-top: 20px;
  }
  .form-container .form-content {
    width: 770px;
  }
  .form-container .form-dash {
    margin: 0 20px;
    width: 10px;
    height: 3px;
    background: #bfc0c0;
  }
  .form-container .form-sub-info {
    margin-left: -59px;
  }
  .form-container .form-sub-name {
    padding: 19px 24px 0 0;
  }
  .form-container .long {
    padding: 19px 12px 0 0;
  }
  .form-container .form-sub-content {
    width: 257px;
  }
  .form-container .form-flex {
    margin-left: 20px;
    width: 311px;
  }
  .form-container .form-col {
    width: 160px;
  }
  .form-container .flex-md {
    -webkit-align-items: center;
    align-items: center;
  }
  .form-container .mw-element {
    height: 60px;
  }
  .form-container .mw-textarea {
    height: 280px;
  }
  .form-container .list-check {
    margin-top: 8px;
    justify-content: space-between;
  }
  .form-container .check-box {
    margin-bottom: 6px;
    width: 50%;
  }
  .form-container .form-agreement {
    margin: 20px 0 0 250px;
  }
  .form-container .form-checkbox {
    padding-top: 12px;
  }
  .form-container .form-short .mw-element {
    width: 590px;
  }
  .form-container .form-policy {
    padding: 20px 8px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    padding: 20px 0 10px;
  }
  .section-contact .contact-txt {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 24px;
  }

  .form-container .form-flex {
    width: 50%;
    padding-right: 18px;
  }
  .form-container .form-name {
    text-align: center;
    background: #f7f9fa;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
    margin-bottom: 21px;
  }
  .form-container .form-sub-info {
    padding-right: 14px;
  }
  .form-container .form-sub-name {
    padding: 10px 5px 0 0;
    width: 23%;
  }
  .form-container .form-sub-content {
    width: 77%;
  }
  .form-container .form-content {
    margin-bottom: 20px;
  }
  .form-container .form-input {
    padding: 0 0 0 14px;
  }
  .form-container .form-short {
    padding: 0 14px;
  }
  .form-container .mw-element {
    height: 35px;
    padding: 10px 9px;
  }
  .form-container .mw-textarea {
    height: 250px;
  }
  .form-container .mobile .form-content {
    margin: 0 14px 20px;
  }
  .form-container .check-box {
    margin-bottom: 10px;
    width: 100%;
  }
  .form-container .policy-content p {
    color: #a7a8a8;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .form-container .form-policy {
    margin-bottom: 15px;
    padding: 10px 5px 10px 15px;
  }
}
@media only screen and (max-width: 374px) {
  .check-box span {
    letter-spacing: -0.05em;
  }

  .form-container .form-sub-name {
    width: 30%;
    white-space: nowrap;
  }

  .form-content .form-sub-content {
    width: 70%;
  }
}
.mCSB_inside > .mCSB_container {
  margin-right: 12px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  width: 4px;
}

.mCSB_scrollTools {
  width: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #fff;
  padding: 4px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #000000 !important;
  width: 2px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.section-price-system {
  padding-top: 0px;
  margin-top: -8px;
}

.block-heading {
  text-align: center;
  padding: 6px 0 50px;
}
.block-heading .about-intro {
  line-height: 2.35;
}

@media print, (min-width: 768px) {
  .news-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-container .box-container {
    width: 676px;
    margin-right: 64px;
  }
  .news-container .sidebar {
    width: 260px;
  }
}
.section-news-container .news-event-list > li {
  border: 1px solid #f1f3f3;
  margin-bottom: 28px;
}
.section-news-container .news-event-list > li a {
  background-color: #fbfbfb;
}
.section-news-container .news-event-list .detail {
  color: #333;
}

@media print, (min-width: 768px) {
  .section-news-container .news-event-list > li a {
    padding-left: 34px;
  }
}
.sidebar {
  margin-top: -5px;
}
.sidebar .sidebar-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sidebar .sidebar-content {
  margin-bottom: 22px;
}
.sidebar .list-sidebar {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.86;
  margin-top: -5px;
}
.sidebar .list-sidebar a {
  display: block;
  background: url(../img/common/icn_arrow_01.png) 30px 16px no-repeat;
  background-size: 5px auto;
  padding-left: 42px;
}
.sidebar .btn-creation {
  display: block;
}
.sidebar select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sidebar select:focus {
  outline: none;
}
.sidebar select::-ms-expand {
  display: none;
}
.sidebar select.select-archive {
  width: 100%;
  display: block;
  color: #666;
  border: 1px solid #000;
  height: 42px;
  line-height: 40px;
  padding: 0 30px;
  background: #fbfbfb url(../img/common/icn_select.png) right center no-repeat;
  margin-bottom: 34px;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 65px 0 100px;
}
.pagination .page-arrows,
.pagination .page-numbers {
  display: block;
  font-size: 14px;
  color: #666;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -moz-box-shadow: 0px 2px 0px 0px #e4e4e4;
  -webkit-box-shadow: 0px 2px 0px 0px #e4e4e4;
  box-shadow: 0px 2px 0px 0px #e4e4e4;
  margin-right: 10px;
  padding: 10px 0 8px;
}
.pagination .page-numbers {
  width: 46px;
}
.pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.pagination .page-arrows {
  width: 120px;
}

@media print, (min-width: 768px) {
  .pagination a.page-arrows:hover,
  .pagination a.page-numbers:hover {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .block-heading {
    padding: 0 0 30px;
    margin-top: -60px;
    position: relative;
  }
  .block-heading .about-intro {
    letter-spacing: -0.04em;
    line-height: 2;
  }

  .section-news-container .news-event-list > li {
    margin-bottom: 18px;
  }
  .section-news-container .news-event-list a {
    padding: 21px 10px 12px 20px;
    letter-spacing: -0.03em;
  }
  .section-news-container .news-event-list .detail {
    font-size: 13px;
    line-height: 1.85;
    margin-top: -4px;
  }

  .pagination {
    margin: 36px -7px 30px;
  }
  .pagination .page-arrows,
  .pagination .page-numbers {
    margin: 0 6px 25px;
  }
  .pagination .page-arrows {
    width: 100%;
  }

  .sidebar {
    padding: 0 20px 14px;
  }
  .sidebar .list-sidebar a {
    background-position: left 16px;
    padding-left: 12px;
  }
  .sidebar .btn-creation {
    background-color: #fee500;
    text-align: center;
  }
  .sidebar .btn-creation img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.box-article {
  border: 1px solid #e8e8e8;
  padding: 30px 40px;
}
.box-article h1, .box-article h2, .box-article h3, .box-article h4, .box-article h5, .box-article h6 {
  color: #333;
}
.box-article .tag {
  margin-bottom: 12px;
}
.box-article p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.box-article a {
  color: #e61774;
}
.box-article ul,
.box-article ol {
  padding-inline-start: 30px;
  margin-top: 1em;
  margin-bottom: 1.2em;
  color: #666;
  line-height: 1.8em;
}
.box-article ol {
  list-style-type: decimal;
}
.box-article ul li,
.box-article ol li {
    padding-bottom: 0.5em;
}
.box-article ul {
    list-style-type: disc;
}
.box-article .title-article {
  position: relative;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #bbc1c9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.box-article .title-article:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 90px;
  background-color: #000;
}
.box-article .box-info {
  margin: 14px 0 22px;
  border-top: 1px solid #eeeff0;
  padding-top: 12px;
}
.box-article .info-date {
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
}
.box-article .info-detail {
  color: #333;
  font-size: 13px;
  margin-bottom: 2px;
}
.box-article .info-author {
  font-size: 13px;
  color: #999;
}
.box-article .box-category {
  margin-bottom: -2px;
}
.box-article .box-category .category-title {
  font-size: 16px;
  margin-bottom: 2px;
}
.box-article .box-category .btn-category {
  display: inline-block;
}
.box-article .box-detail {
  color: #666;
  font-size: 14px;
  line-height: 2.15;
}
.box-article .box-detail strong {
  color: #333;
}
.box-article .box-detail h4 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 1.67;
  padding: 20px 0 24px;
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  margin: 24px 0 20px;
}
.box-article .box-detail h5 {
  font-weight: bold;
}
.box-article .box-detail p {
  margin-bottom: 6px;
}
.box-article .box-detail ul {
  margin: 20px 0 18px;
}
.box-article .box-detail blockquote {
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  margin: 20px 0;
  padding: 22px 0 16px;
}
.box-article .box-more-info h6 {
  margin-bottom: 8px;
}
.box-article .box-more-info .email {
  color: #333;
}

.box-share-article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 24px 20px 30px;
}
.box-share-article .item {
  margin: 0 2px;
}
.box-share-article a {
  display: block;
}

.list-control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  padding: 18px 0 18px;
  margin-bottom: 100px;
}
.list-control li {
  width: 33.33%;
}
.list-control li + li {
  border-left: 1px solid #000;
}
.list-control a {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #999;
}
.list-control a span {
  -moz-transition: ease 0.26s;
  -o-transition: ease 0.26s;
  -webkit-transition: ease 0.26s;
  transition: ease 0.26s;
  display: inline-block;
  padding: 0 15px;
}
.list-control .btn-prev span {
  background: url(../img/common/icn_arrow_04.png) left center no-repeat;
  background-size: 5px auto;
}
.list-control .btn-next span {
  background: url(../img/common/icn_arrow_03.png) right center no-repeat;
  background-size: 5px auto;
}
.list-control .btn-list span {
  padding: 0 26px;
  background: url(../img/common/icn_return_02.png) left center no-repeat;
  background-size: 14px auto;
}

.list-control a.hidden {
  visibility: hidden;
}

@media print, (min-width: 768px) {
  .list-control a:hover {
    color: #000;
  }
  .list-control .btn-prev:hover span {
    background-image: url(../img/common/icn_arrow_02.png);
  }
  .list-control .btn-next:hover span {
    background-image: url(../img/common/icn_arrow_01.png);
  }
  .list-control .btn-list:hover span {
    background-image: url(../img/common/icn_return_01.png);
  }

  .box-article .box-detail a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .block-heading .about-intro {
    letter-spacing: -0.06em;
    line-height: 2;
    font-size: 12px;
  }

  .box-news-container {
    border: 1px solid #e8e8e8;
    padding: 32px 16px;
    margin-bottom: 40px;
  }

  .box-article {
    border: 0;
    padding: 0;
  }
  .box-article p {
    font-size: 13px;
    line-height: 2.35;
  }
  .box-article .title-article {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 18px;
  }
  .box-article .box-info {
    margin: 16px 0 20px;
    padding-top: 22px;
  }
  .box-article .info-date {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .box-article .info-detail {
    line-height: 1.86;
    margin-bottom: 0;
  }
  .box-article .info-author {
    font-size: 11px;
  }
  .box-article .box-category .category-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .box-article .box-category .btn-category {
    font-size: 13px;
  }
  .box-article .box-category p {
    line-height: 1.9;
  }
  .box-article .box-detail {
    font-size: 13px;
    line-height: 2;
  }
  .box-article .box-detail p {
    line-height: 2;
  }
  .box-article .box-detail h4 {
    font-size: 13px;
    line-height: 2.3;
    padding: 18px 0;
    margin: 22px 0 16px;
  }
  .box-article .box-detail ul {
    margin: -7px 0 0;
  }
  .box-article .box-detail ul .letter {
    letter-spacing: -0.1em;
  }
  .box-article .box-detail blockquote {
    margin-bottom: 14px;
  }
  .box-article .box-more-info h6 {
    margin-bottom: 14px;
  }

  .box-share-article {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 28px;
  }
  .box-share-article .item {
    margin-bottom: 5px;
  }
  .box-share-article a img {
    height: 18px;
    width: auto;
  }

  .list-control {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 12px;
    margin-bottom: 5px;
  }
  .list-control li.prev {
    width: 50%;
    -webkit-order: 0;
    order: 0;
  }
  .list-control li.prev a {
    text-align: left;
  }
  .list-control li.list {
    -webkit-order: 2;
    order: 2;
    width: 100%;
    border-top: 1px solid #eeeff0;
    border-left: 0;
    margin-top: 12px;
    padding-top: 12px;
  }
  .list-control li.next {
    width: 50%;
    -webkit-order: 1;
    order: 1;
  }
  .list-control li.next a {
    text-align: right;
  }
  .list-control a {
    color: #000;
  }
  .list-control .btn-prev span {
    background-image: url(../img/common/icn_arrow_02.png);
  }
  .list-control .btn-list span {
    background-image: url(../img/common/icn_return_01.png);
    background-size: 12px auto;
    padding-right: 0;
  }
  .list-control .btn-next span {
    background-image: url(../img/common/icn_arrow_01.png);
  }
}
@media only screen and (max-width: 374px) {
  .pagination .page-numbers {
    width: 40px;
  }

  .pagination .page-arrows, .pagination .page-numbers {
    margin-left: 4px;
    margin-right: 4px;
  }
}
/* CONTACT
 * ----------------------------------------------- */
.section-contact-container {
  padding: 4px 0 100px;
}
.section-contact-container .title-small-common,
.section-contact-container .contact-txt {
  text-align: center;
}
.section-contact-container .form-container .check-box {
  margin-bottom: 6px;
}
.section-contact-container .form-container .form-policy p {
  line-height: 2.35;
}

@media print, (min-width: 768px) {
  .section-contact-container .list-check {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 770px;
    margin-top: -5px;
  }
  .section-contact-container .list-check li {
    width: 46.2%;
    margin-top: 5px;
  }
  .section-contact-container .contact-txt {
    font-weight: 500;
  }
  .section-contact-container .form-container .check-box span {
    padding-left: 25px;
  }
  .section-contact-container .form-container .form-checkbox {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact-container {
    margin-top: -60px;
    padding: 0;
    position: relative;
  }
  .section-contact-container .contact-txt {
    font-size: 12px;
    letter-spacing: -0.1em;
    margin-bottom: 34px;
  }
  .section-contact-container .form-container .form-name {
    margin-bottom: 19px;
  }
  .section-contact-container .form-container .check-box {
    margin-bottom: 8px;
  }
  .section-contact-container .form-container .form-agreement {
    margin-left: 16px;
    margin-top: -10px;
  }
  .section-contact-container .form-container .form-policy {
    overflow-y: auto;
    margin: 0 14px 20px;
  }
  .section-contact-container .form-container .form-policy p {
    line-height: 2;
    margin: 0;
  }
  .section-contact-container .form-container .form-policy .policy-content {
    height: 226px;
  }
  .section-contact-container .form-container .wrap-button {
    border-top: 1px solid #e8e8e8;
    padding: 16px 20px 0;
  }
}
/* MODAL REAL ESTATE */
body.body-fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
}

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 5000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-container .btn-requests {
  font-size: 16px;
}
.modal-wrapper img {
  display: block;
}
.modal-main {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.modal-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: #000 url(../img/kantan/btn_close.png) no-repeat center center;
  display: block;
  z-index: 30;
}
.modal-header {
  background-color: #fde310;
}
.modal-header .modal-wrapper {
  position: relative;
}
.modal-header .modal-wrapper > * {
  position: relative;
  z-index: 5;
}
.modal-header .modal-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.modal-header .modal-title {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.modal-header .modal-caption {
  line-height: 1.875;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.modal-header .modal-caption > span {
  background: #000;
  box-shadow: -5px 0 0 #000, 5px 0 0 #000;
}
.modal-mg-bottom {
  text-align: center;
}
.modal-txt {
  line-height: 1.7;
  text-align: center;
}
.modal-desc {
  color: #666666;
}
.modal-ttl {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 20px;
}
.modal-ttl-small {
  font-weight: 500;
}
.modal-ttl-sub {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.modal-ttl-sub > span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 12px;
  border-right: 1px solid #000;
}
.modal-ttl-sub > span > span {
  background: #fde310;
  line-height: 1;
  display: inline-block;
  padding: 0 4px 1px;
}
.modal-list-txt {
  font-weight: 500;
}
.modal-list-txt > li {
  background-color: #fbfbfb;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 6px 5px 8px 38px;
}
.modal-list-txt > li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #fde310;
  top: -1px;
  height: 1px;
  z-index: 1;
  width: 38px;
}
.modal-list-txt > li .number {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 38px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  font-style: italic;
  font-size: 18px;
}
.modal-list-txt .letter {
  letter-spacing: -0.025em;
}
.modal-box-text {
  color: #666666;
  position: relative;
}
.modal-box-text:before {
  content: "";
  position: absolute;
  background: url(../img/kantan/bg_pattern_01.png) repeat 0 0;
}
.modal-box-text .box-inner {
  border: 2px solid #fde310;
  position: relative;
  background: #fff;
  z-index: 5;
}
.modal-box-text .box-ttl {
  font-weight: bold;
  color: #000;
  line-height: 1.875;
}
.modal-list-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-about {
  position: relative;
  z-index: 10;
}
.modal-pattern {
  position: relative;
}
.modal-pattern:before, .modal-pattern:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  border-style: solid;
  border-color: transparent #f9f8f3 transparent transparent;
}
.modal-pattern:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.modal-pattern .modal-wrapper {
  position: relative;
}
.modal-pattern .modal-wrapper:before {
  content: "";
  background: #f9f8f3;
  position: absolute;
  left: -100px;
  right: -100px;
  top: 0;
  bottom: 0;
}
.modal-pattern .modal-wrapper > * {
  position: relative;
  z-index: 10;
}
.modal-box-txt {
  background: url(../img/kantan/bg_pattern_01.png) repeat 0 0;
}
.modal-box-txt .box-inner {
  background: #fff;
}
.modal-desc {
  color: #666;
}
.modal-method {
  background: #f5f7f7;
}
.modal-mod {
  position: relative;
  z-index: 10;
}
.modal-btn a {
  margin: 0 auto;
  background: #fde310;
  color: #000;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  height: 60px;
  font-size: 13px;
  padding-bottom: 2px;
}
.modal-list-youtube {
  padding-bottom: 1px;
}

.list-youtube .youtube {
  display: block;
  margin-bottom: 8px;
}
.list-youtube .title {
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
}
.list-youtube .desc {
  color: #666666;
  margin-right: -10px;
}
.list-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media print, (min-width: 768px) {
  .modal-container {
    padding: 150px 0;
    line-height: 2.15;
  }
  .modal-wrapper {
    width: 800px;
    margin: 0 auto;
  }
  .modal-wrapper img {
    max-width: 100%;
  }
  .modal-main {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
  .modal-btn-close {
    width: 75px;
    height: 75px;
  }
  .modal-header {
    padding: 50px 0 0;
    margin-bottom: 30px;
  }
  .modal-header .modal-wrapper {
    min-height: 235px;
    padding: 20px 0 10px;
  }
  .modal-header .modal-img {
    width: 182px;
  }
  .modal-header .modal-logo {
    width: 92px;
    margin: 0 auto 12px;
  }
  .modal-header .modal-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .modal-header .modal-caption {
    font-size: 16px;
  }
  .modal-header .modal-caption > span {
    padding-bottom: 2px;
  }
  .modal-mg-bottom {
    margin-bottom: 22px;
  }
  .modal-desc.mg-bottom {
    margin-bottom: 18px;
  }
  .modal-txt {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .modal-txt .icon {
    font-size: 30px;
  }
  .modal-ttl {
    margin-bottom: 25px;
    text-align: center;
  }
  .modal-ttl-small {
    font-size: 18px;
  }
  .modal-ttl-small.ttl-size {
    font-size: 20px;
    margin-top: -5px;
  }
  .modal-ttl-sub {
    margin-bottom: 24px;
  }
  .modal-list-txt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .modal-list-txt > li {
    width: 375px;
    margin: 0 0 30px 50px;
  }
  .modal-list-txt > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .modal-list-txt .letter {
    letter-spacing: -0.025em;
  }
  .modal-box-text {
    margin: 0 16px 0 0;
  }
  .modal-box-text:before {
    top: 30px;
    left: 30px;
    right: -16px;
    bottom: -16px;
  }
  .modal-box-text .box-inner {
    padding: 18px 20px 22px;
  }
  .modal-box-text .box-ttl {
    font-size: 16px;
  }
  .modal-box-text.mg-bottom {
    margin-top: 15px;
  }
  .modal-list-img {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 26px;
  }
  .modal-list-img.mg-top {
    margin: -8px 0 22px;
  }
  .modal-list-img > li {
    /* width: 314px; */
    margin: 0 5px 10px;
  }
  .modal-list-img > li:nth-child(2) {
    /* width: 314px; */
    margin: 0 5px 10px 45px;
  }
  .modal-about {
    padding-bottom: 32px;
  }
  .modal-pattern:before, .modal-pattern:after {
    border-width: 135px 1000px 0 0;
  }
  .modal-pattern:before {
    top: -134px;
  }
  .modal-pattern:after {
    bottom: -134px;
  }
  .modal-pattern .modal-wrapper {
    padding-top: 30px;
    padding-bottom: 1px;
  }
  .modal-box-txt {
    padding: 16px;
    margin-bottom: 30px;
  }
  .modal-box-txt .box-inner {
    padding: 18px 20px;
  }
  .modal-box-txt .list-txt-cmn {
    margin-top: -8px;
  }
  .modal-box-txt .list-txt-cmn > li + li {
    margin-top: 5px;
  }
  .modal-row {
    margin-bottom: 35px;
  }
  .modal-method {
    margin: 0 -100px;
    padding: 40px 100px;
  }
  .modal-btn {
    padding: 50px 0 0;
  }
  .modal-btn a {
    width: 375px;
    margin: 0 auto;
  }
  .modal-list-youtube {
    padding-bottom: 1px;
    margin-bottom: 10px;
  }
  .modal-list-youtube .modal-ttl {
    margin-bottom: 30px;
  }
  .modal-inspection {
    margin-bottom: 12px;
  }
  .modal-inspection .modal-ttl {
    margin-bottom: 15px;
  }
  .modal-inspection .modal-desc {
    margin-bottom: 22px;
  }
  .modal-inspection-desc .modal-ttl {
    margin-bottom: 6px;
  }
  .modal-inspection-desc .question-answers {
    margin: 20px 0 40px !important;
    border-bottom: none !important;
    padding: 0 !important;
  }
  .modal-inspection-desc .modal-box-txt .box-inner {
    padding: 10px 20px;
  }
  .modal-inspection-desc .list-col-txt > li {
    margin-top: 4px;
  }
  .modal-introduction {
    background: #f9f8f3;
    margin: 45px 0 0;
    padding: 45px 0 15px;
  }

  .list-youtube {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-youtube > li {
    width: 375px;
    margin: 0 0 25px 48px;
  }
  .list-youtube > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-youtube .youtube {
    display: block;
    margin-bottom: 8px;
  }
  .list-youtube .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .list-youtube .title.spacing {
    letter-spacing: -0.1em;
  }
  .list-youtube .desc {
    letter-spacing: -0.02em;
    margin-right: -10px;
  }
  .list-youtube .desc .note {
    font-size: 13px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-container .btn-requests {
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-container {
    line-height: 2;
    font-size: 13px;
  }
  .modal-container .btn-requests {
    font-size: 13px;
  }
  .modal-main {
    padding-bottom: 50px;
  }
  .modal-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-wrapper img {
    width: 100%;
  }
  .modal-btn-close {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
  }
  .modal-header {
    margin-bottom: 12px;
  }
  .modal-header .modal-wrapper {
    min-height: 180px;
    padding: 20px 20px 10px;
  }
  .modal-header .modal-img {
    width: 90px;
  }
  .modal-header .modal-logo {
    width: 58px;
    margin: 0 auto 5px;
  }
  .modal-header .modal-title {
    margin-bottom: 8px;
  }
  .modal-header .modal-caption {
    font-size: 12px;
    line-height: 2.166;
  }
  .modal-header .modal-caption > span {
    padding-bottom: 2px;
  }
  .modal-desc.mg-bottom {
    margin-bottom: 22px;
  }
  .modal-mg-bottom {
    margin: 0 -10px 24px;
  }
  .modal-txt {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 -10px 12px;
  }
  .modal-ttl {
    margin-bottom: 25px;
  }
  .modal-ttl-small {
    line-height: 2;
    margin-bottom: 6px;
    font-family: "Noto Sans Japanese", sans-serif;
  }
  .modal-ttl-sub {
    margin-bottom: 18px;
  }
  .modal-ttl-sub.ttl-sub {
    background: #fde333;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  .modal-ttl-sub.ttl-sub span {
    display: block;
    border: none;
    padding: 0;
  }
  .modal-list-txt {
    margin-bottom: 30px;
  }
  .modal-list-txt > li {
    margin-bottom: 15px;
    padding: 9px 5px 8px 38px;
  }
  .modal-list-txt > li:last-child {
    margin-bottom: 0;
  }
  .modal-list-txt .letter {
    letter-spacing: -0.075em;
  }
  .modal-list-txt .letter-sp {
    letter-spacing: -0.025em;
  }
  .modal-list-txt .letter-two {
    letter-spacing: -0.05em;
  }
  .modal-box-text:before {
    top: 30px;
    left: 30px;
    right: -16px;
    bottom: -16px;
  }
  .modal-box-text .box-inner {
    padding: 12px 15px;
    border-width: 1px;
  }
  .modal-box-text.color-text {
    color: #000;
  }
  .modal-list-img {
    margin: 0 -10px 20px;
  }
  .modal-list-img > li {
    width: 50%;
    padding: 5px;
  }


  .body_management .modal-list-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .body_management .modal-list-img > li {
    width: unset;
  }
  .body_management .modal-list-img > li:nth-child(1) {
    width: 71.5%;
  }
  .body_management .modal-list-img > li:nth-child(2) {
    width: 28.5%;
  }
  
  .modal-about .modal-ttl {
    font-size: 13px;
    font-family: "Noto Sans Japanese", sans-serif;
    background: #fde333;
    font-weight: normal;
    text-align: center;
    padding: 2px 5px;
    margin-bottom: 20px;
  }
  .modal-pattern:before, .modal-pattern:after {
    border-width: 50px 100vw 0 0;
  }
  .modal-pattern:before {
    top: -100px;
  }
  .modal-pattern:after {
    bottom: -49px;
  }
  .modal-pattern .modal-wrapper {
    padding-top: 40px;
    padding-bottom: 1px;
  }
  .modal-pattern .modal-wrapper:before {
    top: -52px;
  }
  .modal-box-txt {
    padding: 16px;
    margin-bottom: 30px;
  }
  .modal-box-txt .box-inner {
    padding: 10px 15px;
  }
  .modal-box-txt .list-txt-cmn > li + li {
    margin-top: 10px;
  }
  .modal-box-txt .list-txt-cmn .ttl {
    display: block;
    color: #000;
  }
  .modal-box-txt .list-txt-cmn .dots {
    display: none;
  }
  .modal-row {
    margin-bottom: 25px;
  }
  .modal-method {
    margin: 0 -20px;
    padding: 20px 20px;
  }
  .modal-btn {
    padding: 35px 20px 0;
  }
  .modal-btn a {
    width: 100%;
    padding-bottom: 2px;
  }
  .modal-list-youtube {
    padding: 0 0 22px;
  }
  .modal-list-youtube:after {
    bottom: -262px;
  }
  .modal-list-youtube .modal-wrapper:before {
    bottom: -235px;
  }
  .modal-list-youtube .modal-wrapper > * {
    position: relative;
    z-index: 5;
  }
  .modal-list-youtube .modal-ttl {
    margin-bottom: 10px;
  }
  .modal-inspect-status .modal-wrapper {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .modal-inspect-status .modal-list-txt {
    margin-bottom: 26px;
  }
  .modal-inspect-status .modal-ttl {
    font-size: 13px;
  }
  .modal-inspect-status .modal-ttl-sub {
    font-weight: normal;
  }
  .modal-inspect-status .modal-ttl-sub span {
    border: none;
    padding: 0;
    color: #666;
  }
  .modal-inspect-status .row {
    position: relative;
  }
  .modal-inspect-status .row .modal-ttl {
    position: absolute;
    left: 0;
    top: -3px;
    margin-bottom: 0;
  }
  .modal-inspect-status .modal-box-text .box-ttl {
    margin-bottom: 10px;
  }

  .list-youtube > li {
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .list-youtube > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .list-youtube .youtube {
    margin-bottom: 12px;
  }
  .list-youtube .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .list-youtube .title.spacing {
    letter-spacing: -0.1em;
  }
  .list-youtube .desc {
    letter-spacing: 0.025em;
  }
  .list-youtube .note {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 2;
  }
}
@media only screen and (max-width: 374px) {
  .modal-txt {
    font-size: 15px;
  }
}
.modal-status {
  position: relative;
  z-index: 10;
}
.modal-status .modal-box-text .box-inner {
  font-weight: bold;
  color: #000;
}

.item-reasons {
  color: #666;
}
.item-reasons .reasons-ttl {
  font-weight: 500;
  color: #333;
}

.modal-intro {
  position: relative;
  z-index: 10;
}

.item-intro {
  color: #666;
  border-bottom: 1px solid #e8e8e8;
}
.item-intro .note {
  padding-left: 1em;
  text-indent: -1em;
}
.item-intro .text {
  color: #000;
}
.item-intro .intro-ttl {
  font-weight: 500;
  color: #333;
}

@media print, (min-width: 768px) {
  .modal-status {
    padding-bottom: 70px;
  }
  .modal-status .modal-ttl {
    margin-bottom: 10px;
  }
  .modal-status .modal-desc {
    margin-bottom: 26px;
  }
  .modal-status .modal-list-txt {
    margin-bottom: 10px;
  }
  .modal-status .modal-box-text .box-inner {
    padding: 22px 90px;
  }

  .modal-reasons {
    padding: 0 0 1px;
  }
  .modal-reasons:after {
    bottom: -42px;
  }
  .modal-reasons .modal-ttl {
    margin-bottom: 35px;
  }
  .modal-reasons .modal-wrapper {
    padding-top: 15px;
  }
  .modal-reasons .modal-wrapper:before {
    bottom: 90px;
  }

  .item-reasons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    line-height: 2.15;
  }
  .item-reasons:last-child {
    margin-bottom: 0;
  }
  .item-reasons .reasons-thumb {
    width: 352px;
    margin-left: 48px;
  }
  .item-reasons .reasons-info {
    width: 400px;
    margin-top: -4px;
  }
  .item-reasons .reasons-ttl {
    font-size: 16px;
    line-height: 1.875;
  }
  .item-reasons img {
    width: 100%;
  }
  .item-reasons:nth-child(even) .reasons-thumb {
    -webkit-order: 1;
    order: 1;
    margin: 0 48px 0 0;
  }
  .item-reasons:nth-child(even) .reasons-info {
    -webkit-order: 2;
    order: 2;
  }

  .modal-intro {
    padding: 50px 0 0;
  }
  .modal-intro .modal-wrapper {
    width: auto;
  }
  .modal-intro .modal-ttl {
    margin-bottom: 44px;
  }

  .item-intro {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.15;
    padding-bottom: 75px;
    margin-bottom: 75px;
  }
  .item-intro img {
    width: 100%;
  }
  .item-intro:last-child {
    margin-bottom: 0;
  }
  .item-intro .note {
    line-height: 2.3;
    font-size: 13px;
  }
  .item-intro .text {
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
  }
  .item-intro .intro-thumb {
    width: 450px;
    margin: 0 0 0 50px;
  }
  .item-intro .intro-info {
    width: 500px;
    padding-left: 100px;
    margin: -10px 0;
  }
  .item-intro .intro-ttl {
    font-size: 18px;
    line-height: 1.875;
    margin-bottom: 5px;
  }
  .item-intro:nth-child(even) .intro-thumb {
    -webkit-order: 1;
    order: 1;
    margin: 0 50px 0 0;
  }
  .item-intro:nth-child(even) .intro-info {
    -webkit-order: 2;
    order: 2;
    padding: 0 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal-status {
    padding: 8px 0 1px;
  }
  .modal-status .modal-ttl {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .modal-status .modal-desc {
    margin-bottom: 20px;
    text-align: left;
  }
  .modal-status .modal-list-txt {
    margin-bottom: 15px;
  }
  .modal-status .modal-box-text .box-inner {
    padding: 12px 20px;
    line-height: 2.3;
  }
  .modal-status .letter-spacing {
    letter-spacing: -0.025em;
  }

  .modal-reasons {
    padding: 0 0 1px;
  }
  .modal-reasons:before {
    top: -75px;
  }
  .modal-reasons:after {
    bottom: 13px;
  }
  .modal-reasons .modal-wrapper:before {
    top: -67px;
    bottom: 60px;
  }
  .modal-reasons .modal-ttl {
    margin-bottom: 15px;
  }

  .item-reasons {
    margin-bottom: 40px;
    line-height: 2;
  }
  .item-reasons:last-child {
    margin-bottom: 0;
  }
  .item-reasons .reasons-info {
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
  }
  .item-reasons .reasons-info.mg-bottom {
    margin-bottom: -5px;
  }
  .item-reasons .reasons-ttl {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 5px;
  }

  .reasons-first .reasons-thumb {
    margin: 0 -10px;
  }

  .modal-intro {
    padding: 45px 0 0;
  }
  .modal-intro .modal-wrapper {
    width: auto;
  }
  .modal-intro .modal-ttl {
    margin-bottom: 15px;
  }

  .item-intro {
    line-height: 2;
    font-size: 13px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-color: #000;
  }
  .item-intro:last-child {
    margin-bottom: 0;
  }
  .item-intro .note {
    line-height: 2.3;
    font-size: 13px;
  }
  .item-intro .text {
    font-size: 16px;
    line-height: 1.875;
  }
  .item-intro .intro-info {
    margin-bottom: 15px;
  }
  .item-intro .intro-ttl {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 5px;
  }
}
.modal-list-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-map a {
  display: block;
}
.list-map .map-img {
  border: 2px solid #000;
}
.list-map .map-img img {
  width: 100%;
  display: block;
}
.list-map .map-ttl .txt {
  background: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.list-map .map-desc {
  color: #666;
}
.list-map .note {
  display: inline-block;
  color: #666;
}

.question-answers {
  color: #000;
}
.question-answers .item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.question-answers .js-accordion {
  display: none;
}

.modal-question {
  background: #fff;
  font-weight: 500;
  border-top: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
}
.modal-question.is-active:before, .modal-question.is-active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.modal-question:before, .modal-question:after {
  content: "";
  background: #000;
  position: absolute;
  top: 50%;
}
.modal-question:before {
  width: 1px;
  height: 17px;
  right: 32px;
  margin-top: -9px;
}
.modal-question:after {
  width: 17px;
  height: 1px;
  right: 24px;
  margin-top: -1px;
}

.modal-answer {
  background: #fde333;
  border-top: 1px solid #e8e8e8;
}

@media print, (min-width: 768px) {
  .kintone-row {
    margin-bottom: 6px;
  }

  .ipod-row {
    margin-bottom: 30px;
  }

  .modal-list-btn {
    margin: 0 0 0 -14px;
  }
  .modal-list-btn > li {
    width: 25%;
    padding: 0 0 17px 17px;
  }

  .list-map {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8px;
  }
  .list-map > li {
    width: 375px;
    margin: 0 0 35px 50px;
  }
  .list-map > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .list-map .map-ttl {
    margin-top: -2px;
  }
  .list-map .map-ttl .txt {
    display: inline-block;
    padding: 5px 10px 5px;
  }
  .list-map .map-desc {
    margin-top: 12px;
    line-height: 2.15;
  }
  .list-map .note {
    font-size: 14px;
    margin-left: 22px;
  }

  .modal-container .question-answers {
    margin: 15px -100px 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 100px 80px;
  }

  .modal-question {
    font-size: 16px;
    padding: 14px 50px 14px 30px;
  }

  .modal-answer {
    padding: 15px 30px 20px;
    line-height: 2.15;
  }
}
@media only screen and (max-width: 767px) {
  .kintone-row {
    margin-bottom: 10px;
  }

  .ipod-row {
    margin-bottom: 10px;
  }

  .modal-map-row .modal-ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
  }

  .modal-list-btn {
    margin: 0 -10px;
  }
  .modal-list-btn > li {
    width: 50%;
    padding: 10px;
  }

  .list-map {
    margin: 0;
  }
  .list-map > li {
    margin-bottom: 25px;
  }
  .list-map > li:last-child {
    margin-bottom: 0;
  }
  .list-map .map-ttl {
    margin-top: -2px;
    font-size: 13px;
  }
  .list-map .map-ttl .txt {
    display: block;
    padding: 5px 10px 7px;
    text-align: center;
  }
  .list-map .map-desc {
    margin-top: 12px;
    line-height: 2.15;
  }
  .list-map .note {
    font-size: 14px;
    margin-left: 22px;
  }

  .modal-container .question-answers {
    padding-bottom: 10px;
  }

  .modal-question {
    font-size: 13px;
    padding: 10px 12px;
  }
  .modal-question:before, .modal-question:after {
    display: none;
  }

  .modal-answer {
    padding: 10px 12px;
    line-height: 2;
  }
}
@media only screen and (max-width: 374px) {
  .modal-container .btn-requests,
  .list-map .map-ttl {
    font-size: 11px;
  }
}
/* MODAL INSPECTION */
.modal-main-inspection .modal-list-btn-none .btn-requests {
  border: 1px solid #e8e8e8;
  font-weight: 500;
}
.modal-main-inspection .modal-list-btn-none .btn-requests:before {
  display: none;
  border: none;
  opacity: 0;
}
.modal-main-inspection .modal-desc .txt-small {
  display: block;
}
.modal-large-img {
  text-align: center;
}
.modal-large-img img {
  margin: 0 auto;
}
.modal-list-txt .letter-one {
  letter-spacing: -0.12em;
}
.modal-inspection .modal-desc {
  text-align: center;
}
.modal-inspection-desc .modal-ttl {
  color: #333;
}
.modal-inspection-desc .modal-desc {
  text-align: center;
}
.modal-inspection-group {
  position: relative;
  z-index: 10;
}

@media print, (min-width: 768px) {
  .modal-main-inspection .modal-txt {
    margin-bottom: 10px;
  }
  .modal-main-inspection .modal-txt-space {
    margin-bottom: 0;
  }
  .modal-main-inspection .modal-txt .icon {
    font-size: 24px;
    display: inline-block;
    margin: 4px 0 3px 5px;
    padding-top: 3px;
  }
  .modal-main-inspection .modal-list-btn-none {
    margin: 0 -26px;
  }
  .modal-main-inspection .modal-list-btn-none > li {
    width: 33.33333%;
    padding: 0 26px 11px 26px;
  }
  .modal-main-inspection .modal-list-btn-none .btn-requests {
    height: 47px;
    letter-spacing: 0.075em;
    font-size: 16px;
  }
  .modal-main-inspection .modal-box-text .box-inner {
    padding-top: 22px;
    letter-spacing: -0.07em;
  }
  .modal-main-inspection .modal-box-text .box-ttl {
    font-size: 14px;
    text-align: right;
    padding-right: 20px;
    margin-bottom: 6px;
  }
  .modal-main-inspection .modal-ttl-sub > span {
    min-width: 119px;
  }
  .modal-inspect-status {
    padding: 0;
    margin: 0;
  }
  .modal-inspect-status:before {
    top: -380px;
  }
  .modal-inspect-status:after {
    bottom: 106px;
  }
  .modal-inspect-status .modal-wrapper {
    padding-top: 5px;
    padding-bottom: 64px;
  }
  .modal-inspect-status .modal-wrapper:before {
    top: -246px;
    bottom: 240px;
  }
  .modal-inspect-status .modal-list-txt {
    margin-bottom: 0;
  }
  .modal-management:after {
    bottom: 86px;
  }
  .modal-management .modal-wrapper:before {
    bottom: 220px;
  }

  .list-col-txt > li {
    width: 50%;
    padding-right: 10px;
    margin-top: 15px;
  }
  .list-col-txt > li:nth-child(1), .list-col-txt > li:nth-child(2) {
    margin-top: 0;
  }
  .list-col-txt > li:nth-child(2n) {
    padding: 0 0 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .desc-color {
    color: #666;
  }

  .modal-main-inspection .modal-header .modal-title {
    margin-bottom: 24px;
  }
  .modal-main-inspection .modal-txt {
    margin-bottom: 9px;
    letter-spacing: -0.05em;
  }
  .modal-main-inspection .modal-txt-space {
    margin-bottom: 5px;
  }
  .modal-main-inspection .modal-txt .icon {
    font-size: 15px;
  }
  .modal-main-inspection .modal-list-btn-none {
    margin-left: -2px;
  }
  .modal-main-inspection .modal-list-btn-none > li {
    width: 33.33%;
    padding: 0 0 9px 3px;
  }
  .modal-main-inspection .modal-list-btn-none .btn-requests {
    height: 27px;
    font-size: 12px;
    letter-spacing: -0.025em;
  }
  .modal-main-inspection .modal-desc {
    line-height: 2.3;
    margin-bottom: 18px;
  }
  .modal-main-inspection .modal-desc .txt-small {
    font-size: 11px;
    letter-spacing: -0.025em;
  }
  .modal-inspect-status:before {
    top: -200px;
  }
  .modal-inspect-status .modal-wrapper:before {
    top: -150px;
  }
  .modal-inspection-group {
    position: relative;
    z-index: 10;
    padding: 10px 20px;
  }
  .modal-inspection-group .modal-ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .modal-inspection-group .modal-list-btn {
    margin-top: -10px;
  }
  .modal-inspection-group .question-answers {
    margin: -5px 0 20px;
  }
  .modal-inspection-group .modal-box-txt .box-inner {
    padding: 10px 15px;
  }
  .modal-inspection {
    margin-bottom: 20px;
  }
  .modal-introduction {
    padding: 20px 0 0;
  }
  .modal-management:before {
    top: -130px;
  }
  .modal-management:after {
    bottom: 88px;
  }
  .modal-management .modal-wrapper:before {
    top: -81px;
    bottom: 138px;
  }

  .list-col-txt {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
  }
  .list-col-txt > li {
    padding-left: 6px;
    position: relative;
  }
  .list-col-txt > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: url(../img/common/sp/icn_dots.png) no-repeat 0 0;
    width: 3px;
    height: 3px;
  }
  .list-col-txt > li + li {
    margin-top: 10px;
  }
}
.breadcrumb {
  text-align: right;
  margin-top: 50px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb li + li {
  background: url(../img/common/icn_arrow_05.png) left center no-repeat;
  background-size: 5px auto;
  padding-left: 18px;
  margin-left: 8px;
}
.breadcrumb .link-top a {
  color: #d7000f;
}

.section-banner {
  position: relative;
  z-index: 2;
}

.wrap-title .lunch-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.wrap-title .lunch-title:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 2px;
  background: #d7000f;
  left: 0;
  bottom: 0;
}

.section-lunch {
  position: relative;
}
.section-lunch .wrapper {
  position: relative;
  z-index: 2;
}
.section-lunch .protect-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  margin-right: -10px;
  letter-spacing: 0.24em;
  padding: 20px 0 0 18px;
  text-indent: -20px;
}
.section-lunch .protect-detail {
  font-size: 14px;
  line-height: 2.15;
  color: #666;
  height: 320px;
  letter-spacing: 0.07em;
}
.section-lunch .protect-detail.second {
  margin-right: 10px;
  text-indent: 12px;
}
.section-lunch .block-lunch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 92px;
}
.section-lunch .block-lunch .img-lunch {
  padding: 60px 0 0 40px;
  width: 280px;
}
.section-lunch .detail-lunch {
  padding-top: 38px;
}
.section-lunch .away-title {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  padding-left: 15px;
  letter-spacing: 0.14em;
  margin-bottom: 15px;
}
.section-lunch .away-title:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background-color: #d7000f;
}
.section-lunch .away-text {
  font-size: 14px;
  line-height: 2.15;
  padding-left: 15px;
  margin-top: 10px;
  color: #666;
}
.section-lunch .block-away {
  position: relative;
  margin-bottom: 100px;
}
.section-lunch .block-away .detail-away {
  position: absolute;
  right: 0;
  top: 50px;
  width: 465px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 40px;
}
.section-lunch .block-away.second {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.section-lunch .block-away.second .detail-away {
  right: auto;
  left: 0;
}
.section-lunch .block-primary {
  margin: -10px 0 86px 40px;
}

@media print, (min-width: 768px) {
  .bg-commit {
    background: url(../img/commit/bg_commit_01.jpg) repeat-x;
  }

  .section-lunch:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 906px;
    background-image: url(../img/commit/bg_commit_02.jpg), url(../img/commit/bg_commit_03.jpg);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    left: 0;
    top: -50px;
  }
  .section-lunch .detail-lunch {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 820px;
  }

  .wrap-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .wrap-title .lunch-title {
    width: 50%;
    padding-top: 45px;
  }
  .wrap-title .breadcrumb {
    width: 50%;
  }

  .wrap-primary {
    position: relative;
  }
  .wrap-primary .bg-wrap {
    position: absolute;
    right: 0;
    top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner {
    background: url(../img/commit/sp/bg_commit_01.jpg) repeat-x;
    padding-top: 18px;
  }

  .img-full {
    width: 100%;
  }

  .wrap-title {
    margin-top: 15px;
  }
  .wrap-title .lunch-title {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .wrap-title .lunch-title:after {
    width: 25px;
    height: 2px;
    bottom: 0;
  }

  .section-lunch .protect-title {
    font-size: 15px;
    line-height: 1.5;
    margin-right: 0;
    letter-spacing: 0;
    padding: 20px 0 12px 0;
    text-indent: 0;
  }
  .section-lunch .protect-detail {
    font-size: 13px;
    line-height: 2;
    height: auto;
    letter-spacing: -0.1em;
  }
  .section-lunch .protect-detail.second {
    margin: 15px -20px 0 -20px;
    padding: 0 20px;
    position: relative;
  }
  .section-lunch .protect-detail.second:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 516px;
    background: url(../img/commit/sp/bg_commit_03.jpg) repeat;
    left: 0;
    top: -8px;
  }
  .section-lunch .protect-detail.second span {
    position: relative;
    z-index: 2;
  }
  .section-lunch .block-lunch {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .section-lunch .block-lunch .img-lunch {
    -webkit-order: 1;
    order: 1;
    padding: 24px 0 0 0;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .section-lunch .block-lunch .img-lunch img {
    width: 160px;
    margin: 0 auto;
  }
  .section-lunch .detail-lunch {
    -webkit-order: 0;
    order: 0;
    padding-top: 0;
    margin-top: -5px;
  }
  .section-lunch .away-title {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .section-lunch .away-text {
    text-align: justify;
    font-size: 13px;
    line-height: 2;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
  }
  .section-lunch .away-text .text {
    margin-top: 10px;
    display: inline-block;
  }
  .section-lunch .block-away {
    position: relative;
    margin-bottom: 38px;
    display: block;
  }
  .section-lunch .block-away .detail-img {
    -webkit-order: 0;
    order: 0;
    margin: 0 -20px;
  }
  .section-lunch .block-away .detail-img img {
    width: 100%;
  }
  .section-lunch .block-away .detail-away {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 14px;
    margin-top: -14px;
  }
  .section-lunch .block-away.second {
    display: block;
  }
  .section-lunch .block-away.second .detail-away {
    left: auto;
  }
  .section-lunch .block-primary {
    margin: -8px 0 0px 15px;
  }
  .section-lunch .block-primary .away-text {
    padding-right: 30px;
    letter-spacing: -0.05em;
  }
  .section-lunch .wrap-primary {
    position: relative;
  }
  .section-lunch .wrap-primary .bg-wrap {
    position: absolute;
    right: 0;
    top: 510px;
  }
  .section-lunch .wrap-primary .bg-wrap img {
    width: 100%;
  }
}
.item-company .company-title {
  font-weight: bold;
  font-size: 20px;
}
.item-company .tbl-company tr td,
.item-company .tbl-company tr th {
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
.item-company .tbl-company td {
  color: #666;
}
.item-company .col-office {
  border-top: 1px solid #e8e8e8;
}

@media print, (min-width: 768px) {
  .item-company {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 48px 0 74px;
  }
  .item-company .company-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 80px;
    letter-spacing: 0.1em;
  }
  .item-company .wrap-table {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .item-company .col-right {
    width: 950px;
    margin-left: 70px;
  }
  .item-company .tbl-company {
    border-top: 1px solid #e8e8e8;
    width: 410px;
    letter-spacing: 0.1em;
    line-height: 2.15;
  }
  .item-company .tbl-company tr th,
  .item-company .tbl-company tr td {
    padding: 34px 0 32px;
  }
  .item-company .tbl-company tr th {
    width: 128px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .item-company .tbl-company + .tbl-company {
    margin-left: 80px;
  }
  .item-company .col-office {
    padding: 34px 0 0 15px;
  }
  .item-company .col-office .company-text {
    color: #666;
    line-height: 2.15;
  }
  .item-company .col-office .company-text p + p {
    margin-top: 10px;
  }
  .item-company .col-office .company-text .dot {
    padding-left: 14px;
    text-indent: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .item-company {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 16px 0 52px;
  }
  .item-company.third {
    margin-bottom: 10px;
  }
  .item-company .mark {
    color: #000;
  }
  .item-company .letter {
    letter-spacing: -0.02em;
  }
  .item-company .company-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 22px;
    flex: 0 0 22px;
    font-size: 14px;
    letter-spacing: -0.08em;
  }
  .item-company .col-right {
    width: 100%;
    margin-left: 35px;
    margin-top: -20px;
  }
  .item-company .tbl-company {
    width: 100%;
    font-size: 13px;
    line-height: 2;
  }
  .item-company .tbl-company a {
    color: #666;
  }
  .item-company .tbl-company tr th,
  .item-company .tbl-company tr td {
    padding: 12px 0 14px;
  }
  .item-company .tbl-company tr th {
    width: 94px;
    padding-right: 10px;
  }
  .item-company .col-office {
    padding: 0;
    margin-top: -5px;
  }
  .item-company .col-office .company-text {
    color: #666;
    font-size: 13px;
    line-height: 2;
  }
  .item-company .col-office .company-text p + p {
    margin-top: 10px;
  }
  .item-company .col-office .company-text .dot {
    padding-left: 14px;
    text-indent: -14px;
  }
  .item-company .col-office .letter {
    letter-spacing: -0.05em;
  }
}

/*# sourceMappingURL=style.css.map */


/* 導入事例
 * ----------------------------------------------- */
.section-case-container .title-small-common {
  text-align: center;
}
.section-case-container .case-intro {
  text-align: center;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-case-container {
    position: relative;
    z-index: 10;
    margin-top: -22px;
    padding-bottom: 10px;
  }
  .section-case-container .case-intro {
    margin-bottom: 42px;
    line-height: 2.4;
  }
}
@media only screen and (max-width: 767px) {
  .section-case-container .wrapper-aw-system {
    margin-top: -65px;
    position: relative;
    z-index: 20;
    padding: 0 15px;
  }
  .section-case-container .title-small-common {
    margin-bottom: 3px;
  }
  .section-case-container .case-intro {
    line-height: 2;
    letter-spacing: -0.04em;
    font-size: 12px;
    margin: 0 0 30px 0;
  }
}


/* よくある質問
 * ----------------------------------------------- */
.section-qa-container .title-small-common {
  text-align: center;
}
.section-qa-container .qa-intro {
  text-align: center;
  font-weight: 500;
}
.ttl-line {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
}
.ttl-line > span {
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 12px;
  border-right: 1px solid #000;
}

@media print, (min-width: 768px) {
    .section-qa-container {
    position: relative;
    z-index: 10;
    margin-top: -22px;
    padding-bottom: 10px;
    }
    .section-qa-container .qa-intro {
    margin-bottom: 42px;
    line-height: 2.4;
    }
    .ttl-line {
    margin-bottom: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-qa-container .wrapper-aw-system {
    margin-top: -65px;
    position: relative;
    z-index: 20;
    padding: 0 15px;
    }
    .section-qa-container .title-small-common {
    margin-bottom: 3px;
    }
    .section-qa-container .qa-intro {
    line-height: 2;
    letter-spacing: -0.04em;
    font-size: 12px;
    margin: 0 0 30px 0;
    }
    .ttl-line {
    margin-bottom: 18px;
    font-size: 13px;
    }
}



.section-kantan-question.page-qa {
  padding: 0 0 72px;
  background: #fff;
}
.section-kantan-question.page-qa .answer {
  font-size: 14px;
  background: #000;
  line-height: 2.1;
  display: none;
  color: #fff;
}

@media print, (min-width: 768px) {
  .section-kantan-question.page-qa .question-answer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-kantan-question {
    padding: 30px 0 37px;
    background: #f2f3f3;
  }
  .section-kantan-question .title-common span {
    display: block;
  }
  .section-kantan-question .title-common .title-name {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .section-kantan-question .title-common .title-sub {
    padding-left: 0;
  }
  .section-kantan-question .question-answer {
    margin-top: 20px;
  }
  .section-kantan-question.page-qa .question,
  .section-kantan-question.page-qa .answer {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .section-kantan-question .question {
    padding: 17px 15px 15px;
  }
  .section-kantan-question .answer {
    padding: 13px 15px 13px;
  }
  .section-kantan-question .answer {
    background: #fee500;
    line-height: 2;
  }
}


/* お問い合わせ
 * ----------------------------------------------- */
.section-contact-container .title-small-common {
  text-align: center;
}
.section-contact-container .contact-intro {
  text-align: center;
  font-weight: 500;
}

@media print, (min-width: 768px) {
    .section-contact-container {
    position: relative;
    z-index: 10;
    margin-top: -22px;
    padding-bottom: 40px;
    }
    .section-contact-container .contact-intro {
    line-height: 2.4;
    }
}

@media only screen and (max-width: 767px) {
    .section-contact-container .wrapper-aw-system {
    margin-top: -65px;
    position: relative;
    z-index: 20;
    padding: 0 15px;
    }
    .section-contact-container .title-small-common {
    margin-bottom: 3px;
    }
    .section-contact-container .contact-intro {
    line-height: 2;
    letter-spacing: -0.04em;
    font-size: 12px;
    margin: 0 0 15px 0;
    }
    .section-contact-container .contact-intro .long-txt {
    letter-spacing: -1px;
    }
}

/* お問い合わせだけ */
@media print, (min-width: 768px) {
  .section-contact.page-contact {
    padding: 0 0 102px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact.page-contact {
    padding: 20px 0 10px;
  }
  .section-contact.page-contact .contact-txt {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 24px;
  }
}
/**/


/* フォーム */
.form-container .list-check_ori label {
  display: block;
}
.form-container .list-check_ori label input {
  display: none;
}
.form-container .list-check_ori label input:checked + span {
  background-image: url(../img/kantan/icn_check_on.png);
}
.form-container .list-check_ori label span {
  display: inline-block;
  background: url(../img/kantan/icn_check_off.png) no-repeat 0 8px;
  background-size: 18px auto;
  padding: 8px 0 10px 28px;
  font-size: 13px;
  cursor: pointer;
  line-height: 1.4;
}
.form-container .list-check_ori > span {
  width: 50%;
}
.section-contact-container .form-container .list-check_ori label {
  margin-bottom: 6px;
}
.mw_wp_form .wrapper-aw-system.thanks {
    text-align: center;
    padding: 0 0 100px 0;
}
.mw_wp_form .wrapper-aw-system.thanks2 h2 {
    font-family: tbudrgothic-std, sans-serif;
    margin: 20px 0 0 0;
    color: #cc0400;
}

@media print, (min-width: 768px) {
  .form-container .list-check_ori label {
    margin-bottom: 6px;
    width: 100%;
    text-align: left;
  }
  .section-contact-container .form-container .list-check_ori label span {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .form-container .list-check_ori > span {
    width: 100%;
  }
  .form-container .list-check_ori label {
    margin-bottom: 10px;
    width: 100%;
  }
  .mw_wp_form .wrapper-aw-system.thanks {
    text-align: center;
    padding: 0 0 30px 0;
  }
}


/**/


/* その他
 * ----------------------------------------------- */
.price-table-wrap {
    position: relative;
}
.price-table-wrap .abs {
    position: absolute;
    left: -15px;
    height: 5px;
}
@media only screen and (max-width: 767px) {
    .price-table-wrap .abs {
    position: absolute;
    left: -2px;
    top: 50px
    }
    .wrap-gallery {
    position: relative;
    bottom: 0;
    }
}


/* シェアボタン
 * ----------------------------------------------- */
.wsbl_facebook {
    background: url(../img/news/btn_share_03.png);
    width: 61px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.wsbl_facebook a {
    width: 61px;
    height: 20px;
    display: block;
}
.wsbl_facebook img.wp_social_bookmarking_light_img {
    display: none;
}
@media only screen and (max-width: 767px) {
    .wsbl_line {
    background: url(../img/news/sp/img_line.png);
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    }
    .wsbl_line a {
    width: 23px;
    height: 20px;
    display: block;
    }
    .wsbl_line img.wp_social_bookmarking_light_img {
    display: none;
    }
    .wsbl_facebook_send {
    margin: 0 0 0 0!important;
    }
}


/* スライダー
 * ----------------------------------------------- */
.slider-wave{
  display: none;
}
.slider-wave.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}



/* お知らせ
 * ----------------------------------------------- */
.the_content img {
    max-width: 594px;
    height: auto;
}
@media only screen and (max-width: 767px) {
  .the_content img {
  width: 100%;
  }
}


/* Pagenavi */
.pagenavi_bg {
    background: #f2f4f6;

}
.pagenavi {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0;
}
.pagenavi .btn_pager {
    letter-spacing: 0.15em;
    background: #fff;
    display: block;
    text-align: center;
    width: 215px;
    padding: 10px 17px 10px 17px;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    -moz-box-shadow: 0px 2px 0px 0px #f1f1f1;
    -webkit-box-shadow: 0px 2px 0px 0px #f1f1f1;
    box-shadow: 0px 2px 0px 0px #f1f1f1;
    border: 1px solid #f1f1f1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.page_blog .pagenavi .btn_pager {
	width: 160px;
}
.pagenavi .btn_pager.hidden {
    visibility: hidden;
}
.pagenavi .btn_pager:hover {
    border-color: #15519B;
	background-color: #135499;
	color: #fff;
	opacity:1;
}
.pagenavi .btn_pager:hover {
    color: #fff;
    opacity: 1;
}
.pagenavi .btn_pager:hover i {
	color: #fff;
}
.pagenavi .btn_pager img {
    width: auto;
    height: 13px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}
.pagenavi .btn_pager.page_next img {
    margin-right: 0;
    margin-left: 10px;
}
@media (max-width: 750px) {
	.pagenavi {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 0;
	}
	.pagenavi .btn_pager {
	width: 47.8%;
	font-size: 13px;
	padding-top: 11px;
	letter-spacing: 0;
	box-sizing: border-box;
	background: #eaeef1;
	}
	.pagenavi .btn_pager img {
	height: 10px;
	margin-right: 8px;
	margin-top: -2px;
	}
	.pagenavi .btn_pager.page_prev {
	-webkit-order: 0;
	order: 0;
	}
	.pagenavi .btn_pager.page_next {
	-webkit-order: 1;
	order: 1;
	}
	.pagenavi .btn_pager.page_next img {
	margin-right: 0;
	margin-left: 8px;
	}
	.pagenavi .btn_pager.page_back {
	margin-top: 18px;
	-webkit-order: 2;
	order: 2;
	width: 100%;
	}
}


/* pagination */
.pagenavi_bg {
    background: #fff;
    border-top: 1px solid #f1f1f1;

}
.pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pagination span,
.pagination a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(241, 241, 241);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 0px 0px #e4e4e4;
    padding: 9px 18px;
    float: left;
    margin: 0 10px 10px 0;
    font-size: 14px;
    color: #666666;
    width: 46px;
}
.pagination a.nextpostslink,
.pagination a.previouspostslink {
    padding: 9px 24px;
    width: 120px;
}
.pagination span.current,
.pagination a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.pagination .page-numbers {
    width: 46px;
    height: 30px;
}
.pagination .page-arrows {
    width: 120px;
    height: 30px;
}
.pagination .pages {
    display: none;
}

@media (max-width: 750px) {
	.pagination .wp-pagenavi {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0 15px 0;
	width: 100%;
	}
	.pagination span,
	.pagination a {
	margin: 0 6px 25px;
	}
	.pagination .first,
	.pagination .last,
	.pagination .extend {
	display:none;
	}
	.pagination .nextpostslink,
	.pagination .previouspostslink {
	width: 100%!important;
	text-align: center;
	box-sizing: border-box;
	}


}



/*iPhoneでみたときボタンが丸くなるのを防ぐ */
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}




@media only screen and (max-width: 767px) {
.body_real_estate header,
.body_management header,
.body_inspection header,
.body_election header {
    display: none;
  }
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}









/* TOPページ　選ばれる理由 */
.page-top-reason .reason-detail {
    color: #666666;
}
.page-top-reason .white .reason-number {
    letter-spacing: -0.05em;
}


@media print, (min-width: 768px) {
    .wrapper-aw-system2 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    }
    .wrapper-aw-system2 .waku_w {
    background: #fff;
    padding: 32px 7px 7px 15px;
    position: absolute;
    top: 20px;
    z-index: -100;
    box-sizing: border-box;
    width: 445px;
    border: 1px solid #e8e8e8;
    }
    .page-top-reason .white .reason-number {
    /* color: #fff; */
    }
    .page-top-reason .reason-number span {
    border: 1px solid #fee500;
    }
    .page-top-reason {
    padding: 30px 0 10px;
    position: relative;
    background: linear-gradient(90deg, #feea00 0%, #feea00 50%, #000 50%, #000 100%);
    }
    .page-top-reason:before,
    .page-top-reason:after {
    position: absolute;
    content: "";
    }
    .page-top-reason:before {
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_yellow_color.png) no-repeat right 0;
    background-size: auto 100%;
    top: 0;
    right: 50%;
    margin-right: -478px;
    }
    .page-top-reason:after {
    background: url(../img/top/bg_monkey_bk.png) no-repeat right 0;
    top: 210px;
    background-size: auto 100%;
    width: 235px;
    height: 486px;
    right: 0;
    }
    .page-top-reason .reason-container {
    margin-top: 14px;
    position: relative;
    }
    .page-top-reason .reason-container::before {
    position: absolute;
    content: "";
    background: url(../img/top/icn_compare_white.png) no-repeat center center;
    background-size: auto 100%;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 84px;
    margin-left: -47px;
    margin-top: -68px;
    }
    .page-top-reason .row {
    margin-bottom: 170px;
    position: relative;
    width: 445px;
    }
    .section-top-reason .waku_w .reason-sub-title {
    margin-bottom: 0px;
    }
    .page-top-reason .title-small-common {
    font-size: 26px;
    text-align: center;
    }
    .page-top-reason .yellow {
    padding-right: 105px;
    }
    .page-top-reason .white {
    padding-left: 105px;
    }
    .page-top-reason .white .reason-number {
    /* color: #fff; */
    letter-spacing: -0.05em;
    }
    .page-top-reason .white .reason-number:after {
    background: #000;
    }
    .page-top-reason .white .reason-detail {
    margin-right: -1px;
    letter-spacing: 0.1em;
    }
    .page-top-reason .reason {
    letter-spacing: -0.08em;
    }
}


@media only screen and (max-width: 767px) {
    .wrapper-aw-system2 {
    width: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    }
    .page-top-reason {
    background: #000;
    padding-bottom: 10px;
    }
    .page-top-reason .row {
    margin-bottom: -35px;
    position: relative;
    }
    .wrapper-aw-system2 .waku_w {
    background: #fff;
    padding: 27px 5px 7px 5px;
    position: relative;
    top: -30px;
    z-index: -100;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    }
    .page-top-reason .white .reason-number span {
    /* background: #000; */
    border: 1px solid #e8e8e8;
    }
    .page-top-reason .white .reason-number {
    /* color: #fff; */
    }
    .page-top-reason .yellow .reason-number span {
    border: 1px solid #fee500;
    }
    .page-top-reason .title-small-common {
    background: transparent;
    position: relative;
    z-index: 4;
    color: #000;
    padding-top: 10px;
    font-weight: 600;
    }
    .page-top-reason .reason-content {
    color: #000;
    padding: 5px 20px 0;
    }
    .page-top-reason .reason-container {
    position: relative;
    }
    .page-top-reason .reason-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/top/sp/bg_yellow.png) no-repeat right 0;
    /* background-size: auto 100%; */
    top: -59px;
    right: 0;
    }
    .page-top-reason .reason-container:after {
    position: absolute;
    content: "";
    background: url(../img/top/bg_monkey_bk.png) no-repeat right bottom;
    bottom: 330px;
    background-size: auto 100%;
    width: 100%;
    height: 310px;
    right: -27px;
    bottom: 313px;
    }
    .page-top-reason .reason-content {
    position: relative;
    z-index: 3;
    }
    .page-top-reason .yellow {
    position: relative;
    }
    .page-top-reason .yellow::after {
    position: absolute;
    content: "";
    background: url(../img/top/sp/icn_compare_white.png) no-repeat center center;
    background-size: auto 100%;
    bottom: 0;
    left: 50%;
    width: 52px;
    height: 46px;
    margin-left: -23px;
    margin-bottom: -5px;
    }
    .page-top-reason .white {
    position: relative;
    z-index: 3;
    padding-top: 58px;
    /* background: #000; */
    }
    .page-top-reason .white .reason-number:before {
    left: -5px;
    right: 10px;
    }
}


@media only screen and (max-width: 374px) {
    .page-top-reason .yellow:after {
        margin-left: -42px;
        margin-bottom: -44px;
    }
}


/* 料金プラン */
.section-price .price_txt2 {
    border: 1px solid #fee500;
    padding: 15px 10px 15px 15px;
    letter-spacing: 0.05em;
    line-height: 1.85em;
    margin-top: 25px;
}
.section-price .side_line {
    color: #666666;
    line-height: 2.15em;
    font-size: 14px;
    border-left: 1px solid #fee500;
    padding-left: 15px;
    position: relative;
    margin: 5px 0 0;
}
.section-price .side_line:before {
    content: "";
    width: 20px;
    height: 8px;
    position: absolute;
    left: -1px;
    background: #fff;
}
.section-price .side_line:after {
    content: "";
    width: 20px;
    height: 7px;
    position: absolute;
    left: -1px;
    background: #fff;
    bottom: 0;
}
.section-price .uchiwake {
    padding: 8px 0 0 0;
}
.section-price .price_red {
    color: #990000;
    font-size: 14px;
    padding-top: 5px;
}


@media only screen and (max-width: 767px) {
    .section-price .price_txt2 {
    line-height: 1.5em;
    margin-top: 10px;
    }
    .col-info.col-ipad_iphone {
    /* padding: 0 0 35px 0!important; */
    }
}


/* 表タイトル */
.plugin_wrap {
    
}
.plugin_wrap .box {
    margin-bottom: 25px;
}
.plugin_wrap .price-title2 span {
    color: #fff;
    background: #000;
    letter-spacing: 0.075em;
}


@media print, (min-width: 768px) {
    .plugin_wrap {
    margin-top: 20px;
    width: 100%;
    }
    .plugin_wrap .box:last-child {
    margin-bottom: 0;
    }
    .plugin_wrap .price-title2 {
    box-sizing: border-box;
    display: inline-block;
    }
    .plugin_wrap .price-title2 span {
    padding: 9.5px 9.5px 9.5px 15px;
    font-size: 18px;
    margin-bottom: 20px;
    }
    .plugin_wrap .price-title3 {
    /* width: 50%; */
    /* letter-spacing: 0em; */
    }
}


@media only screen and (max-width: 767px) {
    .plugin_wrap .box:last-child {
    margin-bottom: 20px;
    }
    .plugin_wrap .price-title2 span {
    font-size: 16px;
    }
}



/* 表 */
.plugin_wrap .price_flex {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.plugin_wrap .price_flex ul {
    display: flex;
}
.plugin_wrap .price_flex .price ul li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plugin_wrap .price_flex .ul01 {
    border-bottom: 0;
}
.plugin_wrap .price_flex ul li {
    flex-grow: 1;
    width: 25%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 19.5px 10px;
    font-size: 16px;
}
.plugin_wrap .price_flex ul li:last-child {
    border-right: none;
}
.plugin_wrap .price_flex .price {
    color: #666;
}
.plugin_wrap .price_flex .price span {
    font-size: 13px;
    width: 100%;
}
.plugin_wrap .price_flex .ul01 li {
    background-color: #f1f1f1;
}
.plugin_wrap .price_flex .price .li01 {
    color: #000;
}
.plugin_wrap .price_flex .price .li01_2 {
    background-color: #f1f1f1;
}
.plugin_wrap .price_flex .price .li03_2 {
    width: 50%;
    justify-content: left;
    padding-left: 30px;
}
.plugin_wrap .price_flex .price .li04 {
    padding: 10px 10px;
}


@media screen and (max-width: 640px) {
    .plugin_wrap .price_flex .ul01 {
    display: none;
    }
    .plugin_wrap .price_flex ul {
    flex-wrap: wrap;
    }
    .plugin_wrap .price_flex ul .li04,
    .plugin_wrap .price_flex ul .li03,
    .plugin_wrap .price_flex ul .li01 {
    border-right: none;
    }
    .plugin_wrap .price_flex ul .li04,
    .plugin_wrap .price_flex ul .li01 {
    width: 100%;
    }
    .plugin_wrap li.price ul li.li01 {
    background-color: #f1f1f1;
    }
    .plugin_wrap .price_flex ul li {
    padding: 10px 10px;
    }
    .plugin_wrap .price_flex .price .li03_2 {
    padding-left: 10px;
    text-align: left;
    }
}




/* コーポレート　導入事例 */
.ul_case_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
}
.ul_case_flex li {
    max-width: 50%;
    position: relative;
}
.ul_case_flex li:nth-child(odd) .box_case_flex {
    margin-right: 25px;
}
.ul_case_flex li:nth-child(even) .box_case_flex {
    margin-left: 25px;
}
.ul_case_flex a:hover img {
    opacity: 0.7;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
}
.ul_case_flex .title {
    font-size: 20px;
    font-weight: 600;
    font-family: tbudrgothic-std, sans-serif;
    letter-spacing: 0.1em;
    margin-top: 16px;
}
.ul_case_flex p {
    color: #666;
    font-size: 16px;
    line-height: 1.85em;
    margin-top: 8px;
}
.ul_case_flex li .box_case_flex {
    margin-bottom: 50px;
}
.ul_case_flex .more {
    position: relative;
    display: inline-block;
    right: 0;
    left: 0;
    width: 100%;
    text-align: right;
    font-size: 13px;
    margin-top: 10px;
}
.ul_case_flex .more a {
    padding: 0 0 0 20px;
    background: #fff;
    position: relative;
}
.ul_case_flex .more:before {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
}
.ul_case_flex .more a:hover {
    opacity: 0.7;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
}

@media only screen and (max-width: 767px) {
    .ul_case_flex a img {
    width: 100%;
    height: auto;
    }
    .ul_case_flex li {
    max-width: 100%;
    position: relative;
    }
    .ul_case_flex li:nth-child(odd) .box_case_flex,
    .ul_case_flex li:nth-child(even) .box_case_flex {
    margin-left: 0;
    margin-right: 0;
    }
    .ul_case_flex li .box_case_flex {
    margin-bottom: 25px;
    }
    .ul_case_flex .title {
    font-size: 16px;
    margin-top: 12px;
    }
    .ul_case_flex p {
    color: #666;
    font-size: 13px;
    line-height: 1.85em;
    margin-top: 3px;
    }
    .ul_case_flex .more {
    font-size: 12px;
    margin-top: 10px;
    }
    .ul_case_flex .more a {
    padding: 0 0 0 15px;
    }
}


/* お問い合わせ　必須 */
span.hissu {
    color: #ce0400;
    margin-left: 5px;
    font-size: 12px;
}


.nazonazo  {
  
}
.nazonazo .bold  {
  font-weight: 600;
  color: #FF5722;
}
@media print, (min-width: 768px) {
  .nazonazo .list-check_ori  {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .nazonazo .list-check_ori  {
    margin: 0 0 20px 0;
  }

}

/* 2024-08-01 */
.sec_link {
  
}
.sec_link {
  background: #fee500;
  padding: 50px 0;
}
.sec_link ul {
  justify-content: space-between;
  text-align: center;
}
.sec_link ul li {
  width: 33.333%;
  width: calc(33.333% - 20px);
  position: relative;
}
.sec_link ul li.w50 {
  width: 50%;
  width: calc(50% - 15px);
  margin: 0 0 30px;
}
.sec_link ul li::before,
.sec_link ul li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec_link a {
  background: #fff;
  display: block;
  padding: 20px 0;
  font-size: 18px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #cfced3 50%);
  transition: background-position 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  opacity: 1;
  border: 2px solid #cfced3;
  box-sizing: border-box;
}
.sec_link a:hover {
    background-position: -100% 100%;
}
@media (max-width: 750px) {
  .sec_link {
  padding: 30px 0 20px;
}
  .sec_link ul li,
  .sec_link ul li.w50 {
  width: 100%;
  margin: 0 0 15px 0
  }
  .sec_link a {
  font-size: 14px;
  padding: 15px 0;
  }
}