@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 15px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc, .md, .pc-only {
  display: none !important;
}

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

a {
  color: #111;
  text-decoration: none;
}
a:visited {
  color: #111;
}
a:hover {
  color: #111;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #111;
}

button {
  color: #111;
}
button:visited {
  color: #111;
}
button:hover {
  color: #111;
}
button:active {
  color: #111;
}

img {
  max-width: 100%;
}

.f-en {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* header
==================================*/
.home #fixedNav h1 {
  transform: translateY(-150%);
  opacity: 0;
}

#fixedNav,
#followNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fixedNav h1,
#followNav h1 {
  width: 122px;
  margin: 16px 0 0 17px;
}
#fixedNav .humb-menu,
#followNav .humb-menu {
  position: relative;
  width: 48px;
  height: 53px;
  padding: 0 17px;
}
#fixedNav .humb-menu span,
#followNav .humb-menu span {
  position: absolute;
  top: 21px;
  display: inline-block;
  background: #111;
  width: 48px;
  height: 1px;
  transition: 0.3s ease;
}
#fixedNav .humb-menu span.line-b,
#followNav .humb-menu span.line-b {
  top: 31px;
}
#fixedNav .humb-menu.open span,
#followNav .humb-menu.open span {
  background: #fff;
  width: 30px;
  top: 35px;
  left: 25px;
}
#fixedNav .humb-menu.open span.line-t,
#followNav .humb-menu.open span.line-t {
  transform: rotate(-35deg);
}
#fixedNav .humb-menu.open span.line-b,
#followNav .humb-menu.open span.line-b {
  transform: rotate(35deg);
}

#followNav {
  position: fixed;
  top: -60px;
  background: #fff;
  transition: 0.5s ease;
}
#followNav.show {
  top: 0;
}
#followNav h1 {
  margin-top: 0;
}
#followNav .humb-menu span {
  background: #111;
}
#followNav .humb-menu.open span {
  background: #111;
  top: 27px;
}

#mega-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
}

#humb-nav {
  display: none;
  position: fixed;
  top: 65px;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 500;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#humb-nav nav {
  background: #fff;
  margin-bottom: 35px;
  padding: 45px 27px 50px;
}
#humb-nav ul.upper {
  display: grid;
  row-gap: 20px;
  padding: 0 15px 30px;
  border-bottom: 1px solid #e4e4e4;
}
#humb-nav ul.upper li a {
  display: inline-block;
}
#humb-nav ul.second {
  display: grid;
  row-gap: 18px;
  margin: 20px 0 0 20px;
}
#humb-nav ul.second li {
  font-size: 15px;
}
#humb-nav ul.lower .tel {
  margin: 25px 0;
}
#humb-nav ul.lower .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#humb-nav ul.lower .tel a img {
  width: 20px;
}
#humb-nav ul.lower .tel p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.09em;
}
#humb-nav ul.lower .c-btn {
  margin: 0 -6px;
}
#humb-nav ul.lower .c-btn a {
  height: 65px;
}
#humb-nav ul.lower .c-btn a span {
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 17px;
}
#humb-nav ul.lower .c-btn a span img {
  width: 20px;
}

.home #fixedNav .humb-menu span, .home #followNav .humb-menu span {
  background: #fff;
}
.home #followNav .humb-menu.sp span {
  background: #111;
}

body.is-ios #humb-nav ul.lower .tel a img {
  transform: translateY(4px);
}

/* footer
==================================*/
footer *, footer *:visited, footer *:hover {
  color: #fff;
}
footer {
  background: #303138;
  margin-bottom: 75px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}

#footer-contact {
  background: #373840;
  padding: 60px 20px 45px;
  text-align: center;
}
#footer-contact .tl {
  margin-bottom: 12px;
}
#footer-contact .tl .f-en {
  font-size: 12px;
  text-transform: uppercase;
}
#footer-contact .tl .ja {
  font-size: 25px;
}
#footer-contact .tl + p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.9;
}
#footer-contact ul .tel {
  margin-bottom: 25px;
}
#footer-contact ul .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer-contact ul .tel a img {
  width: 22px;
  height: 28px;
}
#footer-contact ul .tel p {
  font-size: 13px;
  letter-spacing: 0.09em;
}
#footer-contact .c-btn a {
  max-width: 335px;
  height: 65px;
  margin: auto;
  border-color: #fff;
}
#footer-contact .c-btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-color: #fff;
  font-size: 18px;
}
#footer-contact .c-btn a span img {
  width: 22px;
}

#footer-info {
  position: relative;
  padding: 45px 20px 25px;
}
#footer-info #pageTop {
  position: absolute;
  bottom: 243px;
  right: -22px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
}
#footer-info #pageTop img {
  display: inline-block;
  width: 21px;
}
#footer-info .inner .wrap {
  padding-bottom: 16px;
}
#footer-info .inner .wrap .address {
  margin: 10px 0 35px;
  font-size: 14px;
  line-height: 1.92;
}
#footer-info .inner .wrap ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#footer-info .inner .wrap ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 15px;
}
#footer-info .inner .wrap ul .working span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #53555c;
}
#footer-info .inner .wrap ul .holiday span {
  display: inline-block;
  background: #9d4848;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#footer-info .inner .calendar-wrap {
  position: relative;
  margin-bottom: 42px;
  margin-right: -20px;
  padding-bottom: 24px;
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}
#footer-info .inner .calendar-wrap::-webkit-scrollbar {
  display: none;
}
#footer-info .inner .calendar-wrap .scrollbar {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 0;
  height: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  background: transparent;
}
#footer-info .inner .calendar-wrap .scrollbar::-webkit-scrollbar {
  height: 5px;
  display: block;
}
#footer-info .inner .calendar-wrap .scrollbar::-webkit-scrollbar-thumb {
  background: #53555c;
}
#footer-info .inner .calendar-wrap .xo-months {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#footer-info .inner .calendar-wrap .xo-months .month-header {
  margin: 2px 0;
}
#footer-info .inner .calendar-wrap .xo-months .month-dayname-space {
  height: 45px;
}
#footer-info .inner .calendar-wrap .xo-months .month-dayname td div {
  padding: 0;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 49px;
}
#footer-info .inner .calendar-wrap .xo-months .month-event-space {
  display: none;
}
#footer-info .inner .calendar-wrap .xo-month-wrap {
  width: 311px;
}
#footer-info .inner .calendar-wrap .xo-month-wrap:last-child {
  padding-right: 20px;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table {
  width: 311px;
  border-color: #53555c;
  margin-bottom: 0;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table caption {
  padding: 5px 0 2px;
  border: 1px solid #53555c;
  border-bottom: none;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table caption .month-header > span {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table th {
  color: #fff;
  background: transparent;
  border-color: #53555c;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table th.sunday {
  color: #d76565;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table td {
  background: transparent;
  border-color: #53555c;
  border-right: 1px solid #53555c;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table td .holiday-holiday {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table td div.today {
  color: #fff;
  background-color: #53555c;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table.month-dayname td {
  position: relative;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table.month-dayname td:has(.holiday-holiday)::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  z-index: 0;
  background: #9d4848;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table.month-dayname td:has(.other-month)::before {
  content: none;
}
#footer-info .inner .calendar-wrap .xo-month-wrap table.month-dayname td div.other-month {
  display: none;
}
#footer-info .inner .calendar-wrap .holiday-titles {
  display: none;
}
#footer-info .inner nav {
  margin: 0 0 0 10px;
}
#footer-info .inner nav > ul {
  display: grid;
  row-gap: 20px;
}
#footer-info .inner nav > ul li {
  font-size: 14px;
  line-height: 1;
}
#footer-info .inner nav > ul ul.second {
  display: grid;
  row-gap: 25px;
  margin-top: -13px;
  margin-left: 5.5em;
}
#footer-info .inner .logo {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #53555c;
  text-align: center;
}
#footer-info .inner .logo img {
  width: 72px;
}
#footer-info .inner .logo p {
  margin-top: 20px;
  font-size: 11px;
}

#sp_followNav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-evenly;
  background: rgba(33, 34, 42, 0.9);
  padding: 14px 0;
}
#sp_followNav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44.5333333333%;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
}
#sp_followNav a.tel {
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 16px;
}
#sp_followNav a.tel img {
  display: block;
  width: 10px;
  height: 12px;
}
#sp_followNav a.tel span {
  display: block;
  height: 16px;
  line-height: 16px;
}
#sp_followNav a.mail {
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-size: 14px;
}
#sp_followNav a.mail img {
  width: 14px;
}

body.is-ios #sp_followNav a.tel img {
  transform: translateY(2px);
}
body.is-ios #footer-contact ul .tel a img {
  transform: translateY(4px);
}

/* common
==================================*/
.c-btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 55px;
  border: 1px solid #525252;
  border-radius: 100px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
}
.c-btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: calc(100% - 25px);
  margin: -1px 0;
  border: 1px solid #525252;
  border-radius: 100px;
}

.c-tl {
  margin-bottom: 20px;
}
.c-tl .f-en {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.c-tl .f-en::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  display: block;
  background: linear-gradient(90deg, #002e83 24%, #30a2eb 100%);
  width: 8px;
  height: 8px;
}
.c-tl .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.3;
}

#pageTitle {
  margin: 86px 0 70px;
  padding: 0 20px;
}
#pageTitle .inner {
  box-sizing: border-box;
  position: relative;
  height: 125px;
}
#pageTitle .inner.title-oneLine {
  padding-top: 15px;
}
#pageTitle .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  background: url(../images/common/dots_black.svg) repeat-x left bottom/auto 3px;
  height: 3px;
}
#pageTitle .inner .f-en {
  margin-bottom: 3px;
  font-size: 13px;
  text-transform: uppercase;
}
#pageTitle .inner .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
}

#breadcrumb {
  padding: 60px 20px 33px;
}
#breadcrumb ul {
  display: flex;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
#breadcrumb ul li {
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
}
#breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  background: url(../images/common/arrow_bread.svg) no-repeat center/contain;
  width: 8px;
  height: 4px;
}
#breadcrumb ul li a {
  white-space: nowrap;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: 40px;
}
.pagination a {
  display: inline-block;
  padding-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
}
.pagination span {
  font-size: 15px;
}
.pagination .current {
  color: #c5c5c5;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
.pagination .prev, .pagination .next {
  width: 24px;
  height: 8px;
}
.pagination .prev img, .pagination .next img {
  vertical-align: top;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .prev img {
  transform: scale(-1, 1);
}
.pagination .next {
  margin-left: 10px;
}

ul.c-dots li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 0.8em;
  font-size: 14px;
}
ul.c-dots li::before {
  content: "・";
  position: absolute;
  left: 0;
}
ul.c-dots li.no-dot::before {
  content: none;
}

ul.c-dots-red li {
  margin-bottom: 5px;
  padding-left: 1.2em;
  line-height: 1.8;
}
ul.c-dots-red li::before {
  content: "●";
  top: 5px;
  color: #c36060;
  font-size: 10px;
}

.c-border-box {
  position: relative;
  padding: 30px 24px;
  border: 1px solid #111;
}
.c-border-box::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: #fff;
  width: 10px;
  height: 10px;
}
.c-border-box::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  width: 10px;
  height: 10px;
}

/* loader
==================================*/
#loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading .logo {
  opacity: 0;
  transition: 1s;
}
#loading .logo img {
  width: 175px;
}

#Top #heroArea .left-slides {
  transform: translateY(10vh);
  opacity: 0;
  transition: 2s ease;
}
#Top #heroArea .left-slides.move {
  transform: none;
  opacity: 1;
}

#Top #heroArea .right-slides {
  transform: translateY(10vh);
  opacity: 0;
  transition: 2s ease;
}
#Top #heroArea .right-slides.move {
  transform: none;
  opacity: 1;
}

/* TopLoading
==================================*/
#TopLoading {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.8s ease;
}
#TopLoading .logo {
  transition: 0.8s ease;
}
#TopLoading::after {
  background-color: #001859;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 2;
  transition: left 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.8s, width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
#TopLoading.active::after {
  left: 100%;
  width: 100%;
}
#TopLoading.loaded {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
#TopLoading.loaded .logo {
  opacity: 0;
  visibility: hidden;
}

main#Top section.heroArea .copy .ja, main#Top section.heroArea .copy .en {
  overflow: hidden;
}
main#Top section.heroArea .copy .ja img, main#Top section.heroArea .copy .en img {
  transform: translateY(110%);
  transition: 0.4s ease-out;
}
main#Top section.heroArea .copy .en img {
  transition: 0.3s 0.4s ease-out;
}
main#Top section.heroArea .copy.show .ja img, main#Top section.heroArea .copy.show .en img {
  transform: translateY(0);
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02 {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.8s ease;
}

.move {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  .c-anim-sp,
  .c-anim-sp-load02 {
    transform: translate(0, 30px) !important;
    opacity: 0 !important;
    transition: 0.8s ease;
  }
  .move-sp {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Top_SP
==================================*/
#Top #heroArea {
  position: relative;
}
#Top #heroArea .shadow {
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(42, 49, 62, 0) 0%, rgb(42, 49, 62) 100%);
  height: 170px;
  opacity: 0.3;
  transition: 1.8s ease;
}
#Top #heroArea .shadow.move {
  top: 0;
}
#Top #heroArea .left-slides,
#Top #heroArea .right-slides {
  height: 334px;
}
#Top #heroArea ul .slick-slide {
  height: 334px;
}
#Top #heroArea ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#Top #heroArea h2 {
  position: absolute;
  left: 35px;
  top: 50%;
  z-index: 5;
  transform: translateY(-57%);
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.08em;
}
#Top #heroArea h2 span {
  position: relative;
  display: inline-block;
  background: url(../images/common/dots.svg) repeat-x left bottom/auto 6px;
}
#Top #About {
  padding: 75px 20px 63px;
}
#Top #About .inner p.head {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
}
#Top #About .inner .info p {
  margin: 20px 0 30px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
}
#Top #About .inner .c-btn {
  width: 250px;
  margin: auto;
}
#Top #Service {
  background: #f2f4f6;
  padding: 72px 20px 55px;
}
#Top #Service .inner ul li a {
  display: block;
  padding: 30px 0 22px;
  border-bottom: 1px solid #dde0e4;
}
#Top #Service .inner ul li a p.num {
  margin-top: 16px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
#Top #Service .inner ul li a p.tl {
  margin-bottom: 4px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
}
#Top #Service .inner ul li a p.tl + p {
  font-size: 14px;
  line-height: 1.8;
}
#Top #Service .inner ul li:first-child a {
  padding-top: 0;
}
#Top #Service .inner ul li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}
#Top #Links {
  padding: 62px 20px 65px;
}
#Top #Links .inner {
  display: grid;
  row-gap: 30px;
}
#Top #Links .inner .btn {
  position: relative;
  width: 100%;
}
#Top #Links .inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  width: 1px;
  height: calc(100% - 10px);
}
#Top #Links .inner .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  width: calc(100% - 10px);
  height: 1px;
}
#Top #Links .inner .btn a {
  position: relative;
  display: block;
  padding: 49px 0;
  padding-left: 10.447761194%;
}
#Top #Links .inner .btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #111;
  width: 1px;
  height: calc(100% - 10px);
}
#Top #Links .inner .btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #111;
  width: calc(100% - 10px);
  height: 1px;
}
#Top #Links .inner .btn a .f-en {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
#Top #Links .inner .btn a .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
}
#Top #Links .inner .btn a img {
  position: absolute;
  top: 50%;
  right: 10.447761194%;
  width: 50px;
}
#Top #infinite-scroll ul {
  display: flex;
}
#Top #infinite-scroll ul li {
  width: 75.4666666667%;
}
#Top #News {
  padding: 72px 20px 46px;
}
#Top #News .inner .leftBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#Top #News .inner .leftBox .c-tl {
  margin-bottom: 0;
}
#Top #News .inner .leftBox .c-tl__top .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
}
#Top #News .inner .leftBox a {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
}
#Top #News .inner .leftBox a img {
  width: 24px;
}
#Top #News .inner ul.news-list {
  margin-top: 15px;
}
#Top #News .inner ul.news-list li {
  border-bottom: 1px solid #e4e4e4;
}
#Top #News .inner ul.news-list li:last-child {
  border-bottom: none;
}
#Top #News .inner ul.news-list li a {
  display: block;
  padding: 18px 2px;
}
#Top #News .inner ul.news-list li a .date {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
}
#Top #News .inner ul.news-list li a p {
  margin-top: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#Top #Anydesk {
  padding: 0 20px 75px;
}
#Top #Anydesk .inner {
  padding: 50px 23px 40px;
  background: #f2f4f6;
  text-align: center;
}
#Top #Anydesk .inner p {
  margin-bottom: 42px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
#Top #Anydesk .inner p img {
  width: 142px;
  margin-bottom: 12px;
}
#Top #Anydesk .inner ul {
  display: grid;
  row-gap: 15px;
}
#Top #Anydesk .inner ul li button {
  background: #fff;
  width: 100%;
  padding: 16px 0;
  border: 1px solid #111;
  border-radius: 50px;
  color: #111;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 17px;
}
#Top #Anydesk .inner ul li button:visited, #Top #Anydesk .inner ul li button:hover, #Top #Anydesk .inner ul li button:active {
  color: #111;
}

/*==================================
  page-Advantage
==================================*/
#page-Advantage section {
  padding: 0 20px;
}
#page-Advantage section#Feature {
  overflow: hidden;
  padding-bottom: 20px;
}
#page-Advantage section#Feature .inner .box {
  margin: 0 0 40px;
}
#page-Advantage section#Feature .inner .box .ph {
  width: calc(100% + 20px);
  margin: 0 0 30px -20px;
}
#page-Advantage section#Feature .inner .box .text {
  max-width: 660px;
}
#page-Advantage section#Feature .inner .box .text .num {
  margin-bottom: 4px;
  font-size: 11px;
}
#page-Advantage section#Feature .inner .box .text .tl {
  margin-bottom: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
}
#page-Advantage section#Feature .inner .box .text p:not([class]) {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
#page-Advantage section#Feature .inner .box02 .ph {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px 30px 0;
}
#page-Advantage section#Feature .inner .box02 .ph .img01 {
  width: 57.1830985915%;
}
#page-Advantage section#Feature .inner .box02 .ph .img02 {
  align-self: flex-end;
  width: 39.4366197183%;
  transform: translateY(20px);
}
#page-Advantage section#Voice {
  background: #f2f4f6;
  padding-top: 65px;
}
#page-Advantage section#Voice .inner .box {
  background: #fff;
  padding: 26px 25px;
  margin-bottom: 15px;
}
#page-Advantage section#Voice .inner .box:last-of-type {
  margin-bottom: 0;
}
#page-Advantage section#Voice .inner .box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c36060;
  width: 170px;
  height: 30px;
  margin: 0 auto 14px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
#page-Advantage section#Voice .inner .box .num span {
  display: inline-block;
  margin-left: 5px;
  font-size: 19px;
}
#page-Advantage section#Voice .inner .box p.name {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 12px;
}
#page-Advantage section#Voice .inner .box p.tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}
#page-Advantage section#Voice .inner .box p:not(class) {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

#page-Advantage + #breadcrumb {
  background: #f2f4f6;
}

/*==================================
  page-Service
==================================*/
#page-Service #pageTitle .inner .f-en {
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#page-Service #pageTitle .inner .ja {
  line-height: 1.3;
}
#page-Service section {
  padding: 0 20px;
}
#page-Service section .inner .c-tl {
  margin-bottom: 25px;
}
#page-Service section .inner h4 {
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d5d9dc;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
}
#page-Service section .inner h4 + p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.9;
}
#page-Service section .inner .c-card-col3 {
  display: grid;
  row-gap: 10px;
}
#page-Service section .inner .c-card-col3 .box {
  background: #fff;
  padding: 20px;
}
#page-Service section .inner .c-card-col3 .box span {
  display: block;
  background: #c36060;
  width: 35px;
  height: 35px;
  margin: 0 auto 8px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
#page-Service section .inner .c-card-col3 .box .tl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
}
#page-Service section .inner .c-card-col3 .box .tl + p {
  margin: 0 4px;
  font-size: 14px;
  line-height: 1.9;
}
#page-Service section .inner .c-card-col3.c-card-border .box {
  border: 1px solid #d5d9dd;
}
#page-Service section .inner .c-card-maker {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 7px;
}
#page-Service section .inner .c-card-maker.bg-white img {
  border: 1px solid #d5d9dd;
}
#page-Service section .inner .c-ul-check li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 32px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}
#page-Service section .inner .c-ul-check li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(/images/service/icon_check.webp) no-repeat center/contain;
  width: 22px;
  height: 22px;
}
#page-Service section#Archive ul li a {
  display: block;
  padding: 30px 0 22px;
  border-bottom: 1px solid #dde0e4;
}
#page-Service section#Archive ul li a p.num {
  margin-top: 16px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
}
#page-Service section#Archive ul li a p.tl {
  margin-bottom: 4px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
}
#page-Service section#Archive ul li a p.tl + p {
  font-size: 14px;
  line-height: 1.8;
}
#page-Service section#Archive ul li:first-child a {
  padding-top: 0;
}
#page-Service section#Archive ul li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}
#page-Service section#Intro {
  margin-bottom: 36px;
}
#page-Service section#Intro .inner h2 {
  margin-bottom: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.6;
}
#page-Service section#Intro .inner p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}
#page-Service section#Other {
  background: #f2f4f6;
  padding-top: 50px;
}
#page-Service section#Other ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
}
#page-Service section#Other ul li a .ph {
  position: relative;
  background: #23242a;
}
#page-Service section#Other ul li a p.tl {
  margin-top: 8px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
#page-Service section#Other ul li a p.tl span {
  display: block;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
#page-Service section#Other ul li.current a {
  pointer-events: none;
}
#page-Service section#Other ul li.current a img {
  opacity: 0.3;
}
#page-Service section#Service-Contents {
  padding-bottom: 40px;
}
#page-Service section#Service-Contents .inner .box {
  padding: 40px 0;
  border-top: 1px solid #e4e4e4;
}
#page-Service section#Service-Contents .inner .box.box01 {
  padding-top: 0 !important;
  border-top: none;
}
#page-Service section#Service-Contents .inner .box .text {
  margin-top: 15px;
}
#page-Service section#Service-Contents .inner .box .text .tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
}
#page-Service section#Service-Contents .inner .box .text .tl + p {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
}
#page-Service section#Service-Contents .inner .box .text .sub-tl {
  margin-top: 15px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
}
#page-Service section#Service-Contents .inner .box .text ul {
  margin-top: 5px;
}
#page-Service section#Products {
  margin-top: 35px;
  margin-bottom: 65px;
}
#page-Service section#Products .inner .c-border-box {
  padding: 33px 21px 15px;
}
#page-Service section#Products .inner .c-border-box .tl {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
#page-Service section#Products .inner .c-border-box .tl .f-en {
  font-size: 12px;
}
#page-Service section#Products .inner .c-border-box .tl .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 23px;
}
#page-Service section#Products .inner .c-border-box ul {
  -moz-column-count: 2;
       column-count: 2;
}
#page-Service section#Products .inner .c-border-box ul li {
  padding: 2px 0 2px 0.8em;
}
#page-Service section#Faq {
  padding-top: 50px;
  padding-bottom: 30px;
}
#page-Service section#Faq .inner dl {
  margin-bottom: 15px;
}
#page-Service section#Faq .inner dl span {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
#page-Service section#Faq .inner dl dt {
  position: relative;
  padding: 12px 64px 14px 41px;
  border: 1px solid #111;
  text-indent: -27px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 15px;
}
#page-Service section#Faq .inner dl dt::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: #fff;
  width: 10px;
  height: 10px;
}
#page-Service section#Faq .inner dl dt::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  width: 10px;
  height: 10px;
}
#page-Service section#Faq .inner dl dt img {
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 12px;
  transform: rotate(-180deg);
  transition: 0.3s;
}
#page-Service section#Faq .inner dl dt img.rotated {
  transform: rotate(0deg);
}
#page-Service section#Faq .inner dl dd {
  display: none;
  padding: 18px 22px 0 50px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
#page-Service section#Faq .inner dl dd span {
  margin-left: -24px;
}
#page-Service section#Maker {
  padding-top: 50px;
}
#page-Service section#Maker .inner ul.images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 7px;
  margin-bottom: 20px;
}
#page-Service section#Maker .inner ul.images li img {
  border: 1px solid #e4e4e4;
}
#page-Service section#Maker .inner ul.images + p {
  text-align: right;
}

#page-Service:not(.Service00) + #breadcrumb {
  background: #f2f4f6;
}

/*　個別設定
==================================*/
#page-Service.Service01 section#Products {
  margin-bottom: 50px;
}
#page-Service.Service01 section#Products h5 {
  margin-bottom: 14px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
#page-Service.Service01 section#Products .wrap {
  margin-bottom: 45px;
}
#page-Service.Service01 section#Products .wrap .sliders .thumb-slider {
  margin: 10px 0 20px;
}
#page-Service.Service01 section#Products .wrap .sliders .thumb-slider .swiper-slide {
  background: #23242a;
  width: calc((100% - 37px) / 6) !important;
  border: 1px solid #d5d9dd;
}
#page-Service.Service01 section#Products .wrap .sliders .thumb-slider .swiper-slide-thumb-active img {
  opacity: 0.7;
}
#page-Service.Service01 section#Products .wrap table {
  width: 100%;
  border: 1px solid #d5d9dd;
}
#page-Service.Service01 section#Products .wrap table tr {
  border-bottom: 1px solid #d5d9dd;
}
#page-Service.Service01 section#Products .wrap table tr th, #page-Service.Service01 section#Products .wrap table tr td {
  display: block;
  font-size: 14px;
}
#page-Service.Service01 section#Products .wrap table tr th {
  box-sizing: border-box;
  background: #f2f4f6;
  padding: 5px 15px;
  border-bottom: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
}
#page-Service.Service01 section#Products .wrap table tr td {
  padding: 11px 15px;
  line-height: 1.8;
}
#page-Service.Service01 section#Products .wrap table tr td.table-function {
  display: grid;
  grid-template-columns: 125px 1fr;
}
#page-Service.Service01 section#Products .wrap table tr td.table-comment {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}
#page-Service.Service01 section#After {
  background: #f2f4f6;
  padding-top: 45px;
  padding-bottom: 55px;
}
#page-Service.Service01 section#After .inner figure {
  margin-bottom: 20px;
}
#page-Service.Service01 section#After .inner .box-wrap {
  display: grid;
  row-gap: 10px;
  margin-bottom: 55px;
}
#page-Service.Service01 section#After .inner .box-wrap .box {
  background: #fff;
  padding: 30px 22px 25px;
  text-align: center;
}
#page-Service.Service01 section#After .inner .box-wrap .box span {
  box-sizing: border-box;
  display: inline-block;
  background: #c36060;
  height: 34px;
  margin-bottom: 15px;
  padding: 0 34px;
  border-radius: 40px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
}
#page-Service.Service01 section#After .inner .box-wrap .box span.line-1 {
  margin-bottom: 5px;
}
#page-Service.Service01 section#After .inner .box-wrap .box p {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
}
#page-Service.Service01 section#After .inner .about .ph {
  margin-bottom: 15px;
}
#page-Service.Service01 section#After .inner .about .tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
}
#page-Service.Service01 section#After .inner .about .tl + p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service01 section#Faq {
  padding-top: 18px;
}

#page-Service.Service02 .about {
  margin-bottom: 30px;
}
#page-Service.Service02 .about .ph {
  margin-bottom: 20px;
}
#page-Service.Service02 .about .tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
}
#page-Service.Service02 .about .tl span {
  font-size: 16px;
}
#page-Service.Service02 .about .tl + p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service02 section#Point {
  padding-bottom: 50px;
}
#page-Service.Service02 section#Point .c-card-col3 .box .tl {
  color: #ac2a2a;
}
#page-Service.Service02 section#Network {
  padding-bottom: 40px;
}
#page-Service.Service02 section#Network .c-card-col3 {
  row-gap: 15px;
}
#page-Service.Service02 section#Network .c-card-col3 .c-btn a {
  position: relative;
  width: 100%;
  max-width: 335px;
  height: 50px;
  line-height: 50px;
}
#page-Service.Service02 section#Network .c-card-col3 .c-btn a img {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 12px;
  height: 13px;
  transform: translateY(-50%) rotate(180deg);
}
#page-Service.Service02 section#UTM {
  background: #f2f4f6;
  padding-top: 55px;
  padding-bottom: 50px;
}
#page-Service.Service02 section#UTM .inner .cards-merit {
  margin-bottom: 25px;
}
#page-Service.Service02 section#UTM .inner .cards-merit .f-en {
  width: 93px;
  height: 28px;
  border-radius: 40px;
  font-size: 12px;
  line-height: 28px;
}
#page-Service.Service02 section#UTM .inner .c-border-box {
  background: #fff;
  margin-bottom: 48px;
}
#page-Service.Service02 section#UTM .inner .c-border-box .head {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #cacaca;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
#page-Service.Service02 section#UTM .inner .c-border-box .head span {
  color: #ac2a2a;
}
#page-Service.Service02 section#UTM .inner .c-border-box .head + p {
  margin: 0 3px;
  line-height: 1.9;
}
#page-Service.Service02 section#UTM .inner .c-ul-check {
  margin-bottom: 30px;
}
#page-Service.Service02 section#Endpoint {
  padding-top: 55px;
  padding-bottom: 55px;
}
#page-Service.Service02 section#Endpoint ul.bg-gray {
  position: relative;
  background: #f2f4f6;
  padding: 12px 25px;
  margin-bottom: 40px;
}
#page-Service.Service02 section#Endpoint ul.bg-gray li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
  font-weight: 500;
}
#page-Service.Service02 section#Endpoint ul.bg-gray li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #c36060;
}
#page-Service.Service02 section#Endpoint ul.bg-white li img {
  border: 1px solid #e4e4e4;
}
#page-Service.Service02 section#Switch {
  background: #f2f4f6;
  padding-top: 55px;
  padding-bottom: 55px;
}

#page-Service.Service03 section#Service-Contents {
  padding-bottom: 5px;
}
#page-Service.Service03 section#Service-Contents2 {
  background: #f2f4f6;
  padding-top: 50px;
  padding-bottom: 42px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about {
  margin-bottom: 25px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about .ph {
  margin-bottom: 15px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about .tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about .tl + p {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service03 section#Service-Contents2 .inner .box {
  background: #fff;
  padding: 22px 20px;
  margin-bottom: 10px;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head {
  padding-bottom: 10px;
  margin: 0 5px 10px;
  border-bottom: 1px solid #e4e4e4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head .f-en {
  display: block;
  background: #c36060;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head + p {
  margin: 0 3px;
  font-size: 14px;
  line-height: 1.9;
}
#page-Service.Service03 section#Service-Contents2 .inner > p {
  margin: 25px -5px 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
}
#page-Service.Service03 section#Service-Contents2 .inner > p span {
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-bottom: 7px;
  border-radius: 50px;
}

#page-Service.Service05 section#About {
  margin-bottom: 55px;
}
#page-Service.Service05 section#About .inner h3 {
  background: #f2f4f6;
  margin-bottom: 20px;
  padding: 14px 0 15px;
  border-radius: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}
#page-Service.Service05 section#About .inner .box .tl {
  margin-bottom: 6px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 19px;
}
#page-Service.Service05 section#About .inner .box .tl + p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
}
#page-Service.Service05 section#About .inner .box dl {
  margin-bottom: 25px;
  border: 1px solid #d5d9dd;
}
#page-Service.Service05 section#About .inner .box dl dt {
  padding: 4px 0;
  border-bottom: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}
#page-Service.Service05 section#About .inner .box dl dd {
  padding: 15px 20px 20px;
}
#page-Service.Service05 section#About .inner .box dl dd > p {
  margin-top: 12px;
  font-weight: 500;
}
#page-Service.Service05 section#About .inner .box figure {
  margin-bottom: 35px;
}
#page-Service.Service05 section#About .inner .box .c-btn a {
  width: 100%;
  max-width: 295px;
  margin: auto;
}
#page-Service.Service05 section#About .inner .box .c-btn a img {
  width: 10px;
  margin-bottom: 5px;
  vertical-align: super;
}
#page-Service.Service05 section#Support {
  background: #f2f4f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
#page-Service.Service05 section#Support .inner h3 {
  background: #373840;
  max-width: 500px;
  margin: 0 -5px 24px;
  padding: 12px 0 13px;
  border-radius: 30px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}
#page-Service.Service05 section#Support .inner ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 33px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 17px;
}
#page-Service.Service05 section#Support .inner ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(/images/service/icon_check.webp) no-repeat center/contain;
  width: 23px;
  height: 22px;
}
#page-Service.Service05 section#Support .inner .arrow-b {
  position: relative;
  margin: 0 -20px 15px;
  overflow: hidden;
}
#page-Service.Service05 section#Support .inner .arrow-b img {
  width: 124%;
  max-width: none;
  transform: translateX(-10%);
}
#page-Service.Service05 section#Support .inner p.head {
  margin-bottom: 25px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.72;
  text-align: center;
  letter-spacing: 0;
}
#page-Service.Service05 section#Support .inner p.head span {
  background: linear-gradient(to bottom, transparent calc(100% - 7px), #facbcb 0, #facbcb calc(100% - 1px), transparent 0);
}
#page-Service.Service05 section#Software {
  padding-top: 50px;
  padding-bottom: 45px;
}
#page-Service.Service05 section#Software .inner .c-tl {
  margin-bottom: 15px;
}
#page-Service.Service05 section#Software .inner .c-border-box {
  padding: 28px 24px 30px;
}
#page-Service.Service05 section#Software .inner .c-border-box ul li {
  margin-bottom: 10px;
}
#page-Service.Service05 section#Software .inner .c-border-box p {
  margin-top: 15px;
}

#page-Service.Service06 section#Service-Contents {
  padding-bottom: 40px;
}
#page-Service.Service06 section#Service-Contents .inner .box {
  padding: 16px 0;
  border-top: none;
}
#page-Service.Service06 section#Service-Contents .inner .box03 {
  padding-bottom: 40px;
}
#page-Service.Service06 section#Service-Contents .inner .box04 {
  border-top: 1px solid #e4e4e4;
  padding-top: 40px;
}

#page-Service.Service07 section#ServiceContents {
  padding-top: 40px;
  padding-bottom: 55px;
}
#page-Service.Service07 section#ServiceContents .inner .text p {
  line-height: 1.87;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box {
  padding: 32px 25px;
  margin-top: 28px;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box .c-tl .f-en {
  padding-left: 0;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box .c-tl .f-en::before {
  content: none;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box ul {
  display: flex;
  flex-wrap: wrap;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box ul li {
  box-sizing: border-box;
  width: 50%;
  white-space: nowrap;
  font-size: 15px;
}

/*==================================
  page-Case
==================================*/
#page-Case section {
  padding: 0 20px;
}
#page-Case section .inner .table_wrap {
  position: relative;
  overflow-x: scroll;
}
#page-Case section .inner .table_wrap table {
  width: 995px;
  border-top: 1px solid #d5d9dd;
  border-left: 1px solid #d5d9dd;
}
#page-Case section .inner .table_wrap table thead tr {
  background: #f2f4f6;
}
#page-Case section .inner .table_wrap table thead tr th {
  padding: 11px 0;
  border-right: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
#page-Case section .inner .table_wrap table thead tr th.title {
  min-width: 270px;
}
#page-Case section .inner .table_wrap table thead tr th.location {
  min-width: 140px;
}
#page-Case section .inner .table_wrap table thead tr th.date {
  width: 80px;
}
#page-Case section .inner .table_wrap table tbody tr td {
  padding: 20px 18px;
  border-right: 1px solid #d5d9dd;
  border-bottom: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
}
#page-Case section .inner .table_wrap table tbody tr td.title {
  white-space: nowrap;
}
#page-Case section .inner .table_wrap table tbody tr td.location {
  white-space: nowrap;
}
#page-Case section .inner .table_wrap table tbody tr td.date {
  text-align: center;
}
#page-Case section .inner .table_wrap .scroll-display {
  position: absolute;
  top: 92px;
  left: 92px;
  background: rgba(0, 0, 0, 0.5);
  width: 150px;
  height: 95px;
  border-radius: 5px;
  text-align: center;
}
#page-Case section .inner .table_wrap .scroll-display img {
  margin-top: 13px;
  width: 55px;
}
#page-Case section .inner .table_wrap .scroll-display p {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#page-Case section .inner .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: 40px;
}
#page-Case section .inner .pagination a {
  display: inline-block;
  padding-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
}
#page-Case section .inner .pagination span {
  font-size: 15px;
}
#page-Case section .inner .pagination .current {
  color: #c5c5c5;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
#page-Case section .inner .pagination .prev, #page-Case section .inner .pagination .next {
  width: 24px;
  height: 8px;
}
#page-Case section .inner .pagination .prev img, #page-Case section .inner .pagination .next img {
  vertical-align: top;
}
#page-Case section .inner .pagination .prev {
  margin-right: 10px;
}
#page-Case section .inner .pagination .prev img {
  transform: scale(-1, 1);
}
#page-Case section .inner .pagination .next {
  margin-left: 10px;
}
#page-Case section#Greeting {
  padding-bottom: 30px;
}
#page-Case section#Greeting .inner .text > p {
  font-size: 14px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
}
#page-Case section#List .inner .c-border-box {
  display: block;
  padding: 22px;
}
#page-Case section#List .inner .c-border-box li {
  padding-left: 0;
  margin-bottom: 10px;
}
#page-Case section#List .inner .c-border-box li:last-child {
  margin-bottom: 0;
}
#page-Case section#List .inner .c-border-box li span {
  padding-left: 1.2em;
  font-size: 15px;
  font-weight: 500;
}
#page-Case section#List .inner .c-border-box li p {
  margin-top: 2px;
  font-size: 14px;
}

/*==================================
  page-Company
==================================*/
#page-Company section {
  padding: 0 20px;
}
#page-Company section#Greeting {
  padding-bottom: 50px;
}
#page-Company section#Greeting .inner .text .tl {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
#page-Company section#Greeting .inner .text > p {
  font-size: 14px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
}
#page-Company section#Greeting .inner .text p.name {
  margin-top: 10px;
}
#page-Company section#Greeting .inner .text p.name small {
  font-size: 14px;
}
#page-Company section#Philosophy {
  background: #f2f4f6;
  padding-top: 60px;
  padding-bottom: 50px;
}
#page-Company section#Philosophy .inner .box {
  background: #fff;
  padding: 35px 26px 30px;
}
#page-Company section#Philosophy .inner .box p.head {
  margin-bottom: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
}
#page-Company section#Philosophy .inner .box p.head + p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}
#page-Company section#Overview {
  padding-top: 60px;
  padding-bottom: 35px;
}
#page-Company section#Overview .inner table {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #e4e4e4;
}
#page-Company section#Overview .inner table tr {
  border-bottom: 1px solid #e4e4e4;
}
#page-Company section#Overview .inner table tr th, #page-Company section#Overview .inner table tr td {
  padding: 17px 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-Company section#Overview .inner table tr th {
  box-sizing: border-box;
  width: 85px;
  text-align: left;
}
#page-Company section#Overview .inner table ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.8em;
}
#page-Company section#Overview .inner table ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#page-Company section#Overview .inner table ul li:last-child {
  margin-bottom: 0;
}
#page-Company section#Access {
  padding-top: 35px;
}
#page-Company section#Access .inner .maps iframe {
  width: 100%;
  height: 470px;
  filter: grayscale(1);
}

/*==================================
  page-News
==================================*/
#page-News section {
  padding: 0 20px;
}
#page-News section .inner ul.news-list li {
  border-bottom: 1px solid #e4e4e4;
}
#page-News section .inner ul.news-list li:first-child a {
  padding-top: 0;
}
#page-News section .inner ul.news-list li:last-child {
  border-bottom: none;
}
#page-News section .inner ul.news-list li a {
  display: block;
  padding: 18px 2px;
}
#page-News section .inner ul.news-list li a .date {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
}
#page-News section .inner ul.news-list li a p {
  margin-top: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-News article {
  padding: 0 20px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-News article .inner .news-date {
  margin-bottom: 8px;
  font-size: 14px;
}
#page-News article .inner h1 {
  margin-bottom: 15px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
#page-News article .inner .news-content p {
  font-size: 14px;
  line-height: 2;
}
#page-News article .inner .news-content a {
  text-decoration: underline;
}
#page-News article .inner .news-content figure {
  margin: 1.5em 0;
}
#page-News .c-btn {
  margin-top: 40px;
}
#page-News .c-btn a {
  width: 250px;
  margin: auto;
}

/*==================================
  page-Contact
==================================*/
#page-Contact section#Intro {
  margin-bottom: 40px;
}
#page-Contact section#Intro p {
  font-size: 14px;
  line-height: 2;
}
#page-Contact section#Intro .need {
  margin-left: 0;
  vertical-align: middle;
  font-size: 14px;
}
#page-Contact section#Intro .telNum {
  margin-top: 30px;
  text-align: center;
}
#page-Contact section#Intro .telNum a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#page-Contact section#Intro .telNum a img {
  width: 19px;
  height: 24px;
}
#page-Contact section#Intro .telNum p {
  font-size: 13px;
}
#page-Contact section {
  padding: 0 20px;
}
#page-Contact section .inner {
  max-width: 1100px;
  margin: auto;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-Contact section .inner .need {
  margin-left: 10px;
  color: #cb3232;
  font-size: 19px;
}
#page-Contact section .inner .error {
  margin-top: 5px;
}
#page-Contact section .inner p.tl {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}
#page-Contact section .inner .form-wrap {
  display: grid;
  row-gap: 20px;
  margin-bottom: 35px;
}
#page-Contact section .inner input[type=text], #page-Contact section .inner input[type=email], #page-Contact section .inner textarea {
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f4f6;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.7;
}
#page-Contact section .inner input[type=text]::-moz-placeholder, #page-Contact section .inner input[type=email]::-moz-placeholder, #page-Contact section .inner textarea::-moz-placeholder {
  color: #b2b2b2;
}
#page-Contact section .inner input[type=text]::placeholder, #page-Contact section .inner input[type=email]::placeholder, #page-Contact section .inner textarea::placeholder {
  color: #b2b2b2;
}
#page-Contact section .inner input[type=text]:-ms-input-placeholder, #page-Contact section .inner input[type=email]:-ms-input-placeholder, #page-Contact section .inner textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
#page-Contact section .inner input[name=add_number] {
  width: 167px;
  margin-bottom: 12px;
  padding-left: 43px;
}
#page-Contact section .inner p:has(input[name=add_number]) {
  position: relative;
}
#page-Contact section .inner p:has(input[name=add_number])::before {
  content: "〒";
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
}
#page-Contact section .inner .address-area span {
  display: inline-block;
  margin-left: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
  transform: translateY(10px);
}
#page-Contact section .inner textarea {
  min-height: 21em;
  resize: vertical;
}
#page-Contact section .inner .check {
  position: relative;
}
#page-Contact section .inner .check .need {
  position: absolute;
  top: 8px;
  left: 14.6em;
}
#page-Contact section .inner input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
#page-Contact section .inner input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 5px 10px 50px;
  border-radius: 4px;
  font-size: 15px;
}
#page-Contact section .inner input[type=checkbox] + span::before, #page-Contact section .inner input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
#page-Contact section .inner input[type=checkbox] + span::before {
  left: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  margin: auto 18px auto 0;
  border: 1px solid #d5d9dd;
}
#page-Contact section .inner input[type=checkbox] + span::after {
  top: 11px;
  left: 10px;
  width: 15px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
#page-Contact section .inner input[type=checkbox]:checked + span::after {
  border-color: #9d4848;
}
#page-Contact section .inner .privacy {
  box-sizing: border-box;
  max-height: 315px;
  margin-bottom: 32px;
  padding: 30px 25px;
  border: 1px solid #d5d9dd;
  overflow-y: scroll;
}
#page-Contact section .inner .privacy > p {
  font-size: 15px;
  font-weight: 600;
}
#page-Contact section .inner .privacy dl {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.77;
}
#page-Contact section .inner .privacy dl dt {
  margin-top: 16px;
}
#page-Contact section .inner .privacy dl dd {
  font-size: 14px;
}
#page-Contact section .inner .submit-wrap {
  margin-top: 40px;
}
#page-Contact section .inner .submit-wrap .submit-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 315px;
  height: 60px;
  margin: auto;
  border: 1px solid #525252;
  border-radius: 100px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 58px;
}
#page-Contact section .inner .submit-wrap .submit-btn input {
  color: #111;
  display: block;
  background: none;
  width: calc(100% - 25px);
  margin: -1px 0;
  border: 1px solid #525252;
  border-radius: 100px;
  transition: 0.3s ease-out;
  font-size: 16px;
}
#page-Contact section .inner .submit-wrap .submit-btn:hover input {
  width: inherit !important;
  border-color: transparent !important;
  opacity: 0.6;
}

body.is-ios #page-Contact section#Intro .telNum a img {
  transform: translateY(3px);
}

#page-Contact.check section .inner .address-area span {
  display: none;
}
#page-Contact.check section .inner p:has(input[name=add_number])::before {
  position: static;
}
#page-Contact.check section .inner .privacy {
  display: none;
}
#page-Contact.check section .inner .check {
  padding-left: 54px;
}
#page-Contact.check section .inner .check::before, #page-Contact.check section .inner .check::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
}
#page-Contact.check section .inner .check::before {
  left: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  margin: auto 18px auto 0;
  border: 1px solid #d5d9dd;
}
#page-Contact.check section .inner .check::after {
  top: 1px;
  left: 10px;
  width: 15px;
  height: 10px;
  border-left: 3px solid #9d4848;
  border-bottom: 3px solid #9d4848;
  transform: rotate(-45deg);
}
#page-Contact.check section .inner .submit-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 15px;
  margin-top: 60px;
}

#page-Contact.thanks .c-btn {
  margin-top: 30px;
}
#page-Contact.thanks .c-btn a {
  width: 315px;
  margin: auto;
}