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

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

.md {
  display: none;
}

.sp {
  display: none !important;
}

@media (max-width: 900px) {
  .pc-only {
    display: none;
  }
  .md {
    display: block;
  }
}
a {
  color: #111;
  text-decoration: none;
  transition: 0.3s ease;
}
a:visited {
  color: #111;
}
a:hover {
  color: #111;
  text-decoration: none;
}
a:active {
  color: #111;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
}

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

.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 {
  padding: 0 40px;
}
@media (max-width: 1140px) {
  #fixedNav,
  #followNav {
    padding: 0 20px;
  }
}
@media (max-width: 900px) {
  #fixedNav,
  #followNav {
    padding: 0 10px 0 20px;
  }
}
#fixedNav h1,
#followNav h1 {
  width: 175px;
}
@media (max-width: 900px) {
  #fixedNav h1,
  #followNav h1 {
    width: 140px;
  }
}
#fixedNav ul,
#followNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1140px) {
  #fixedNav ul,
  #followNav ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 900px) {
  #fixedNav ul,
  #followNav ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
#fixedNav ul li.current,
#followNav ul li.current {
  opacity: 0.4;
}
#fixedNav ul li.current a:hover,
#followNav ul li.current a:hover {
  opacity: 1;
}
#fixedNav a,
#followNav a {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 900px) {
  #fixedNav a,
  #followNav a {
    font-size: 14px;
  }
}
#fixedNav a:hover,
#followNav a:hover {
  opacity: 0.4;
}
#fixedNav .mega-menu,
#followNav .mega-menu {
  position: relative;
  z-index: 60;
  display: inline-block;
  padding-left: 16px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}
#fixedNav .mega-menu::before, #fixedNav .mega-menu::after,
#followNav .mega-menu::before,
#followNav .mega-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #111;
  width: 9px;
  height: 1px;
}
#fixedNav .mega-menu::after,
#followNav .mega-menu::after {
  transform: rotate(90deg);
  transition: 0.3s ease;
}
#fixedNav .mega-menu:hover,
#followNav .mega-menu:hover {
  opacity: 0.7;
}
#fixedNav .mega-menu.open::after,
#followNav .mega-menu.open::after {
  transform: rotate(0);
  opacity: 0;
}
#fixedNav button,
#followNav button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 163px;
  padding: 6px 0;
  border: 1px solid #111;
  border-radius: 50px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s ease;
}
@media (max-width: 900px) {
  #fixedNav button,
  #followNav button {
    width: 143px;
  }
}
#fixedNav button path,
#followNav button path {
  transition: 0.3s ease;
}
#fixedNav button:hover,
#followNav button:hover {
  background: #9d4848;
  border-color: #9d4848;
  color: #fff;
}
#fixedNav button:hover path,
#followNav button:hover path {
  fill: #fff;
}
#fixedNav .mega-open,
#followNav .mega-open {
  opacity: 0.4;
}

#fixedNav {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 900px) {
  #fixedNav {
    top: 15px;
  }
}
#fixedNav .rightBox > ul:first-child {
  -moz-column-gap: 17px;
       column-gap: 17px;
  margin-bottom: 16px;
}
#fixedNav .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 20px;
}
#fixedNav button:hover {
  color: #fff;
}
#fixedNav .mega-menu.open {
  color: #fff;
}
#fixedNav .mega-menu.open::before {
  background: #fff;
}

#followNav {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 24px;
  transition: top 0.5s ease;
}
#followNav.show {
  top: 0;
}

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

#mega-nav {
  display: none;
  position: fixed;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
  width: 92%;
  max-width: 1260px;
}
#mega-nav nav {
  box-sizing: border-box;
  background: #fff;
  padding: 75px 5.2380952381% 65px;
}
#mega-nav nav > a {
  display: flex;
  align-items: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
  margin-bottom: 45px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
}
#mega-nav nav > a img {
  width: 24px;
  transition: 0.3s ease;
}
#mega-nav nav > a:hover img {
  transform: translateX(10px);
}
#mega-nav nav ul {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 105px) / 4));
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
}
#mega-nav nav ul li .ph {
  position: relative;
  background: #23242a;
}
#mega-nav nav ul li .ph img {
  width: 100%;
  transition: 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
#mega-nav nav ul li .ph::after {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s ease;
}
#mega-nav nav ul li p {
  margin-top: 12px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
}
#mega-nav nav ul li:hover .ph img {
  opacity: 0.3;
}
#mega-nav nav ul li:hover .ph::after {
  opacity: 1;
}

.home #fixedNav .tel a,
.home #fixedNav button {
  color: #fff;
}
.home #fixedNav button {
  border: 1px solid #fff;
}
.home #fixedNav button:hover {
  border-color: #9d4848;
}
.home #fixedNav a {
  color: #fff;
}
.home #fixedNav a:visited {
  color: #fff;
}
.home #fixedNav a:hover {
  color: #fff;
}
.home #fixedNav .mega-menu {
  color: #fff;
}
.home #fixedNav .mega-menu::before, .home #fixedNav .mega-menu::after {
  background: #fff;
}

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

#footer-contact {
  background: #373840;
  padding: 95px clamp(20px, 2%, 40px);
  text-align: center;
}
#footer-contact .tl {
  margin-bottom: 16px;
}
#footer-contact .tl .f-en {
  font-size: 12px;
  text-transform: uppercase;
}
#footer-contact .tl .ja {
  font-size: 30px;
}
#footer-contact .tl + p {
  margin-bottom: 40px;
  font-size: 15px;
}
#footer-contact ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#footer-contact ul .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer-contact ul .tel a img {
  width: 23px;
}
#footer-contact ul .tel p {
  font-size: 13px;
  letter-spacing: 0.09em;
}
#footer-contact .c-btn a {
  border-color: #fff;
  width: 370px;
  height: 65px;
  font-size: 19px;
}
#footer-contact .c-btn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 345px;
  border-color: #fff;
}
#footer-contact .c-btn a span img {
  width: 22px;
}

#footer-info {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 95px 65px;
}
@media (max-width: 1305px) {
  #footer-info {
    padding: 95px clamp(20px, 2%, 40px);
  }
}
#footer-info #pageTop {
  position: absolute;
  top: 74px;
  right: -16px;
  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;
  transition: 0.3s ease;
}
#footer-info #pageTop:hover img {
  transform: translateX(10px);
}
#footer-info .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 65px;
}
#footer-info .inner .wrap {
  width: 35.3629032258%;
  padding-bottom: 63px;
  border-bottom: 1px solid #53555c;
}
#footer-info .inner .wrap .address {
  margin: 15px 0;
  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 {
  width: 80%;
  max-width: 750px;
}
@media (max-width: 1305px) {
  #footer-info .inner .calendar-wrap {
    width: 100%;
  }
}
#footer-info .inner .calendar-wrap .xo-months {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#footer-info .inner .calendar-wrap .xo-months .month-dayname-space {
  height: 50px;
}
#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 table {
  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: 15px;
}
#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: 12px;
}
#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;
}
#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: 10px;
  left: 12px;
  z-index: 0;
  background: #9d4848;
  width: 28px;
  height: 28px;
  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 > ul {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  -moz-column-gap: 135px;
       column-gap: 135px;
  row-gap: 30px;
}
@media (max-width: 900px) {
  #footer-info .inner nav > ul {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
#footer-info .inner nav > ul > li:nth-child(1) {
  grid-area: 1/1/2/2;
}
#footer-info .inner nav > ul > li:nth-child(2) {
  grid-area: 1/2/6/3;
}
#footer-info .inner nav > ul > li:nth-child(3) {
  grid-area: 2/1/3/2;
}
#footer-info .inner nav > ul > li:nth-child(4) {
  grid-area: 3/1/4/2;
}
#footer-info .inner nav > ul > li:nth-child(5) {
  grid-area: 4/1/5/2;
}
#footer-info .inner nav > ul > li:nth-child(6) {
  grid-area: 5/1/6/2;
}
#footer-info .inner nav > ul li {
  font-size: 15px;
  line-height: 1;
}
#footer-info .inner nav > ul li a:hover {
  opacity: 0.7;
}
#footer-info .inner nav > ul ul.second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  -moz-column-gap: 66px;
       column-gap: 66px;
  row-gap: 30px;
  margin: 30px 0 0 23px;
}
@media (max-width: 900px) {
  #footer-info .inner nav > ul ul.second {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
#footer-info .inner nav > ul ul.second li:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
#footer-info .inner nav > ul ul.second li:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
#footer-info .inner nav > ul ul.second li:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
#footer-info .inner nav > ul ul.second li:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
}
#footer-info .inner nav > ul ul.second li:nth-child(5) {
  grid-row: 1;
  grid-column: 2;
}
#footer-info .inner nav > ul ul.second li:nth-child(6) {
  grid-row: 2;
  grid-column: 2;
}
#footer-info .inner nav > ul ul.second li:nth-child(7) {
  grid-row: 3;
  grid-column: 2;
}
#footer-info .inner nav > ul ul.second li:nth-child(8) {
  grid-row: 4;
  grid-column: 2;
}
#footer-info .inner .logo {
  align-self: flex-end;
  text-align: center;
}
@media (max-width: 900px) {
  #footer-info .inner .logo {
    margin: auto;
  }
}
#footer-info .inner .logo img {
  width: 98px;
}
#footer-info .inner .logo p {
  margin-top: 34px;
  font-size: 11px;
}

/* common
==================================*/
.c-btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 250px;
  height: 55px;
  border: 1px solid #525252;
  border-radius: 100px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 52px;
}
.c-btn a span {
  display: block;
  width: calc(100% - 25px);
  margin: -1px 0;
  border: 1px solid #525252;
  border-radius: 100px;
  transition: 0.3s ease-out;
}
.c-btn a:hover span {
  width: inherit !important;
  border-color: transparent !important;
  opacity: 0.6;
}

.c-tl {
  margin-bottom: 25px;
}
.c-tl .f-en {
  position: relative;
  margin-bottom: 10px;
  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: 30px;
}

.c-tl__top .f-en {
  margin-bottom: 14px;
}
.c-tl__top .ja {
  font-size: 35px;
}

#pageTitle {
  margin: 238px 0 140px;
  padding: 0 clamp(20px, 2%, 40px);
}
#pageTitle .inner {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding-bottom: 90px;
}
#pageTitle .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  background: url(../images/common/dots_black.svg) repeat-x left bottom/auto 3px;
  height: 3px;
}
#pageTitle .inner .f-en {
  margin-bottom: 12px;
  text-transform: uppercase;
}
#pageTitle .inner .ja {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 45px;
}
@media (max-width: 900px) {
  #pageTitle .inner .ja {
    font-size: 40px;
  }
}

#breadcrumb {
  padding: 135px clamp(20px, 2%, 40px) 55px;
}
#breadcrumb ul {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  max-width: 1240px;
  margin: auto;
}
#breadcrumb ul li {
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
#breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 9px;
  right: -16px;
  background: url(../images/common/arrow_bread.svg) no-repeat center/contain;
  width: 8px;
  height: 4px;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: 58px;
}
.pagination a {
  display: inline-block;
  padding-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
.pagination a:hover {
  color: #c5c5c5;
}
.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:hover, .pagination .next:hover {
  opacity: 0.5;
}
.pagination .prev {
  margin-right: 27px;
}
.pagination .prev:hover {
  transform: translateX(-5px);
}
.pagination .prev img {
  transform: scale(-1, 1);
}
.pagination .next {
  margin-left: 27px;
}
.pagination .next:hover {
  transform: translateX(5px);
}

ul.c-dots li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 0.8em;
}
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: 10px;
  padding-left: 1.2em;
}
ul.c-dots-red li::before {
  content: "●";
  top: 5px;
  color: #c36060;
  font-size: 10px;
}

.c-border-box {
  position: relative;
  display: grid;
  grid-template-columns: 26.2096774194% 1fr;
  align-items: center;
  padding: 50px 0;
  border: 1px solid #111;
}
.c-border-box::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: #fff;
  width: 20px;
  height: 20px;
}
.c-border-box::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  width: 20px;
  height: 20px;
}

/* 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
==================================*/
#Top #heroArea {
  position: relative;
  display: flex;
}
#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 {
  width: 50%;
}
#Top #heroArea .slick-slide {
  height: 100lvh;
}
#Top #heroArea .slick-slide 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: 10.1785714286%;
  bottom: 19.3333333333%;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 2.28;
  letter-spacing: 0.08em;
}
@media (max-width: 900px) {
  #Top #heroArea h2 {
    left: 40px;
    bottom: 40px;
    font-size: 30px;
  }
}
#Top #heroArea h2 span {
  position: relative;
  display: inline-block;
  background: url(../images/common/dots.svg) repeat-x left bottom/auto 5px;
}
#Top #About {
  padding: 150px clamp(20px, 2%, 40px) 145px;
}
#Top #About .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 0 35px 0 45px;
}
@media (max-width: 900px) {
  #Top #About .inner {
    padding: 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
#Top #About .inner p.head {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 33px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  #Top #About .inner p.head {
    font-size: 30px;
  }
}
#Top #About .inner .info {
  max-width: 590px;
}
#Top #About .inner .info p {
  margin-top: 2.5em;
  margin-bottom: 50px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
}
#Top #Service {
  background: #f2f4f6;
  padding: 120px clamp(20px, 2%, 40px) 130px;
}
#Top #Service .inner {
  max-width: 1240px;
  margin: auto;
}
#Top #Service .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 57px;
       column-gap: 57px;
  row-gap: 55px;
}
@media (max-width: 900px) {
  #Top #Service .inner ul {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
#Top #Service .inner ul li a .ph {
  position: relative;
  background: #23242a;
}
#Top #Service .inner ul li a .ph img {
  transition: 0.3s ease;
}
#Top #Service .inner ul li a .ph::after {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s ease;
}
#Top #Service .inner ul li a p.num {
  margin-top: 20px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
#Top #Service .inner ul li a p.tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
}
#Top #Service .inner ul li a p.tl + p {
  line-height: 2;
}
#Top #Service .inner ul li a:hover .ph img {
  opacity: 0.3;
}
#Top #Service .inner ul li a:hover .ph::after {
  opacity: 1;
}
#Top #Links {
  padding: 160px clamp(20px, 2%, 40px) 150px;
}
#Top #Links .inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
#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% - 20px);
  transition: 0.3s ease;
}
#Top #Links .inner .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  width: calc(100% - 20px);
  height: 1px;
  transition: 0.3s ease;
}
#Top #Links .inner .btn a {
  position: relative;
  display: block;
  padding: 65px 0;
  padding-left: 16.3793103448%;
}
#Top #Links .inner .btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #111;
  width: 1px;
  height: calc(100% - 20px);
  transition: 0.3s ease;
}
#Top #Links .inner .btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #111;
  width: calc(100% - 20px);
  height: 1px;
  transition: 0.3s ease;
}
#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: 28px;
}
#Top #Links .inner .btn a img {
  position: absolute;
  top: 50%;
  right: 12.5862068966%;
  width: 50px;
  transition: 0.3s ease;
}
#Top #Links .inner .btn:hover::before, #Top #Links .inner .btn:hover a::before {
  height: 100%;
}
#Top #Links .inner .btn:hover::after, #Top #Links .inner .btn:hover a::after {
  width: 100%;
}
#Top #Links .inner .btn:hover a img {
  right: 9.4827586207%;
}
#Top #infinite-scroll ul {
  display: flex;
}
#Top #infinite-scroll ul li {
  width: 35%;
}
#Top #News {
  padding: 130px clamp(20px, 2%, 40px);
}
#Top #News .inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#Top #News .inner .leftBox {
  display: grid;
}
#Top #News .inner .leftBox a {
  align-self: flex-end;
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 25px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
}
#Top #News .inner .leftBox a img {
  width: 24px;
  transition: 0.3s ease;
}
#Top #News .inner .leftBox a:hover img {
  transform: translateX(10px);
}
#Top #News .inner ul.news-list {
  width: 62.9032258065%;
  margin-top: 25px;
}
@media (max-width: 900px) {
  #Top #News .inner ul.news-list {
    width: 70%;
  }
}
#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: flex;
  padding: 25px 13px;
}
#Top #News .inner ul.news-list li a .date {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
}
#Top #News .inner ul.news-list li a p {
  margin-left: 45px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#Top #News .inner ul.news-list li a:hover {
  opacity: 0.6;
}
#Top #Anydesk {
  padding: 0 clamp(20px, 2%, 40px) 112px;
}
#Top #Anydesk .inner {
  max-width: 1240px;
  margin: auto;
  padding: 90px 0 82px;
  background: #f2f4f6;
  text-align: center;
}
#Top #Anydesk .inner p {
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: bold;
}
#Top #Anydesk .inner p img {
  width: 187px;
  margin-right: 40px;
}
@media (max-width: 900px) {
  #Top #Anydesk .inner p img {
    margin-right: 15px;
  }
}
#Top #Anydesk .inner ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#Top #Anydesk .inner ul li {
  width: 45%;
  max-width: 385px;
}
#Top #Anydesk .inner ul li button {
  background: #fff;
  width: 100%;
  padding: 16px 0;
  border: 1px solid #111;
  border-radius: 50px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s ease;
}
#Top #Anydesk .inner ul li button:hover {
  color: #fff;
  background: #9d4848;
  border-color: #9d4848;
}

/*==================================
  page-Advantage
==================================*/
#page-Advantage section {
  padding: 0 clamp(20px, 2%, 40px);
}
#page-Advantage section .inner {
  max-width: 1240px;
  margin: auto;
}
#page-Advantage section#Feature {
  overflow: hidden;
}
#page-Advantage section#Feature .inner {
  padding: 0 calc(80px - 2vw);
}
#page-Advantage section#Feature .inner .c-tl {
  margin-bottom: 80px;
}
#page-Advantage section#Feature .inner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 140px;
}
#page-Advantage section#Feature .inner .box .ph {
  width: 46.3709677419%;
  max-width: 575px;
  transform: translateX(-80px);
}
#page-Advantage section#Feature .inner .box .text {
  width: 53.2258064516%;
  max-width: 660px;
}
#page-Advantage section#Feature .inner .box .text .num {
  margin-bottom: 8px;
  font-size: 12px;
}
#page-Advantage section#Feature .inner .box .text .tl {
  margin-bottom: 20px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 27px;
}
#page-Advantage section#Feature .inner .box .text p:not([class]) {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
}
#page-Advantage section#Feature .inner .phRight {
  flex-direction: row-reverse;
}
#page-Advantage section#Feature .inner .phRight .ph {
  transform: translateX(80px);
}
#page-Advantage section#Feature .inner .box02 .ph {
  display: flex;
  justify-content: space-between;
}
#page-Advantage section#Feature .inner .box02 .ph .img01 {
  width: 57.1428571429%;
}
#page-Advantage section#Feature .inner .box02 .ph .img02 {
  width: 39.4957983193%;
  transform: translateY(65px);
}
#page-Advantage section#Voice {
  background: #f2f4f6;
  padding-top: 135px;
}
#page-Advantage section#Voice .inner .box {
  background: #fff;
  display: grid;
  grid-template-columns: 90px 1fr;
  -moz-column-gap: 35px;
       column-gap: 35px;
  padding: 50px 60px;
  margin-bottom: 20px;
}
#page-Advantage section#Voice .inner .box:last-of-type {
  margin-bottom: 0;
}
#page-Advantage section#Voice .inner .box .num {
  box-sizing: border-box;
  grid-area: 1/1/4/2;
  background: #c36060;
  width: 90px;
  height: 90px;
  padding-top: 27px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
#page-Advantage section#Voice .inner .box .num span {
  display: inline-block;
  margin-top: 3px;
  font-size: 22px;
}
#page-Advantage section#Voice .inner .box p.name {
  margin-top: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 15px;
}
#page-Advantage section#Voice .inner .box p.tl {
  margin-bottom: 14px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 21px;
}
#page-Advantage section#Voice .inner .box p:not(class) {
  line-height: 2.2;
}

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

/*==================================
  page-Service
==================================*/
#page-Service section {
  padding: 0 clamp(20px, 2%, 40px);
}
#page-Service section .inner {
  max-width: 1240px;
  margin: auto;
}
#page-Service section .inner h4 {
  padding-bottom: 17px;
  margin-bottom: 45px;
  border-bottom: 1px solid #d5d9dc;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
}
#page-Service section .inner h4 + p {
  margin-bottom: 35px;
  line-height: 2;
}
#page-Service section .inner .c-card-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 900px) {
  #page-Service section .inner .c-card-col3 {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
#page-Service section .inner .c-card-col3 .box {
  background: #fff;
  padding: 40px 35px;
}
#page-Service section .inner .c-card-col3 .box span {
  display: block;
  background: #c36060;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
#page-Service section .inner .c-card-col3 .box .tl {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e4e4e4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}
#page-Service section .inner .c-card-col3 .box .tl + p {
  margin: 0 5px;
  font-size: 15px;
  line-height: 2;
}
#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(3, 1fr);
}
#page-Service section .inner .c-ul-check li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 50px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
}
#page-Service section .inner .c-ul-check li::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  background: url(/images/service/icon_check.webp) no-repeat center/contain;
  width: 33px;
  height: 32px;
}
#page-Service section#Archive ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 57px;
       column-gap: 57px;
  row-gap: 55px;
}
@media (max-width: 900px) {
  #page-Service section#Archive ul {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
#page-Service section#Archive ul li a .ph {
  position: relative;
  background: #23242a;
}
#page-Service section#Archive ul li a .ph img {
  transition: 0.3s ease;
}
#page-Service section#Archive ul li a .ph::after {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s ease;
}
#page-Service section#Archive ul li a p.num {
  margin-top: 20px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
#page-Service section#Archive ul li a p.tl {
  margin-bottom: 5px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
}
#page-Service section#Archive ul li a p.tl + p {
  line-height: 2;
}
#page-Service section#Archive ul li a:hover .ph img {
  opacity: 0.3;
}
#page-Service section#Archive ul li a:hover .ph::after {
  opacity: 1;
}
#page-Service section#Intro {
  margin-bottom: 150px;
}
#page-Service section#Intro .inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 49.1914893617%;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0 35px 0 30px;
}
@media (max-width: 900px) {
  #page-Service section#Intro .inner {
    padding: 0;
  }
}
#page-Service section#Intro .inner h2 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.8;
}
@media (max-width: 900px) {
  #page-Service section#Intro .inner h2 {
    font-size: 30px;
  }
}
#page-Service section#Intro .inner p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
}
#page-Service section#Other {
  background: #f2f4f6;
  padding-top: 110px;
}
#page-Service section#Other ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 40px;
}
@media (max-width: 900px) {
  #page-Service section#Other ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-Service section#Other ul li a .ph {
  position: relative;
  background: #23242a;
  height: 133px;
  overflow: hidden;
}
#page-Service section#Other ul li a .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}
#page-Service section#Other ul li a .ph::after {
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s ease;
}
#page-Service section#Other ul li a p.tl {
  margin-top: 12px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
}
#page-Service section#Other ul li a p.tl span {
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#page-Service section#Other ul li a:hover .ph img {
  opacity: 0.3;
}
#page-Service section#Other ul li a:hover .ph::after {
  opacity: 1;
}
#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: 80px;
}
#page-Service section#Service-Contents .inner .box {
  display: grid;
  grid-template-columns: 40.3225806452% 54.2741935484%;
  justify-content: space-between;
  align-items: center;
  padding: 70px 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 .tl {
  margin-bottom: 10px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}
#page-Service section#Service-Contents .inner .box .text .tl + p {
  line-height: 2;
}
#page-Service section#Service-Contents .inner .box .text .sub-tl {
  margin-top: 30px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 19px;
}
#page-Service section#Service-Contents .inner .box .text ul {
  margin-top: 10px;
}
#page-Service section#Products {
  margin-top: 90px;
  margin-bottom: 160px;
}
#page-Service section#Products .inner .c-border-box .tl {
  height: 177px;
  padding-top: 38px;
  padding-left: 29.9382716049%;
  border-right: 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: 30px;
}
#page-Service section#Products .inner .c-border-box ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-left: 10.6243154436%;
  padding-right: 9.3099671413%;
}
@media (max-width: 1140px) {
  #page-Service section#Products .inner .c-border-box ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 900px) {
  #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: 8px 0 8px 0.8em;
}
#page-Service section#Faq {
  padding-top: 160px;
  padding-bottom: 100px;
}
#page-Service section#Faq .inner dl span {
  margin-right: 12px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
#page-Service section#Faq .inner dl dt {
  position: relative;
  padding: 12px 30px 14px;
  border: 1px solid #111;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
}
#page-Service section#Faq .inner dl dt::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: #fff;
  width: 20px;
  height: 20px;
}
#page-Service section#Faq .inner dl dt::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  width: 20px;
  height: 20px;
}
#page-Service section#Faq .inner dl dd {
  padding: 29px 60px 0 115px;
  margin-bottom: 50px;
  line-height: 2;
  text-indent: -38px;
}
#page-Service section#Faq .inner dl ul {
  margin-left: 39px;
}
#page-Service section#Maker {
  padding-top: 130px;
}
#page-Service section#Maker .inner ul.images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.0967741935%;
       column-gap: 2.0967741935%;
  row-gap: 26px;
  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: 140px;
}
#page-Service.Service01 section#Products h5 {
  margin-bottom: 40px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
}
#page-Service.Service01 section#Products .wrap {
  display: grid;
  grid-template-columns: 40.3225806452% 55.2419354839%;
  justify-content: space-between;
  margin-bottom: 90px;
}
#page-Service.Service01 section#Products .wrap .sliders .thumb-slider {
  margin-top: 15px;
}
#page-Service.Service01 section#Products .wrap .sliders .thumb-slider .swiper-slide {
  background: #23242a;
  width: calc((100% - 57px) / 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 {
  box-sizing: border-box;
  background: #f2f4f6;
  width: 162px;
  padding: 16px 20px;
  border-right: 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: 16px 30px;
  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-function ul.c-dots li.additional {
  transform: translateY(-6px);
}
@media (max-width: 900px) {
  #page-Service.Service01 section#Products .wrap table tr td.table-function {
    grid-template-columns: 1fr !important;
  }
}
#page-Service.Service01 section#Products .wrap01 table td.table-function {
  grid-template-columns: 150px 1fr;
}
#page-Service.Service01 section#After {
  background: #f2f4f6;
  padding-top: 130px;
  padding-bottom: 125px;
}
#page-Service.Service01 section#After .inner figure {
  margin-bottom: 80px;
}
#page-Service.Service01 section#After .inner .box-wrap {
  display: grid;
  row-gap: 25px;
  margin-bottom: 115px;
}
#page-Service.Service01 section#After .inner .box-wrap .box {
  background: #fff;
  padding: 58px 70px;
  text-align: center;
}
#page-Service.Service01 section#After .inner .box-wrap .box span {
  box-sizing: border-box;
  display: inline-block;
  background: #c36060;
  min-width: 420px;
  height: 40px;
  padding: 0 42px;
  margin-bottom: 28px;
  border-radius: 40px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
#page-Service.Service01 section#After .inner .box-wrap .box p {
  line-height: 2;
  text-align: left;
}
#page-Service.Service01 section#After .inner .about {
  display: grid;
  grid-template-columns: 44.3548387097% 48.3870967742%;
  justify-content: space-between;
  align-items: center;
}
#page-Service.Service01 section#After .inner .about .tl {
  margin-bottom: 15px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 1140px) {
  #page-Service.Service01 section#After .inner .about .tl {
    margin-top: 0;
  }
}
#page-Service.Service01 section#After .inner .about .tl + p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service01 section#Faq {
  padding-top: 120px;
}

#page-Service.Service02 .about {
  display: grid;
  grid-template-columns: 45.9677419355% 48.3870967742%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 92px;
}
#page-Service.Service02 .about .tl {
  margin-top: -65px;
  margin-bottom: 15px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 1140px) {
  #page-Service.Service02 .about .tl {
    margin-top: 0;
  }
}
#page-Service.Service02 .about .tl + p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service02 section#Point {
  padding-bottom: 160px;
}
#page-Service.Service02 section#Point .c-card-col3 .box .tl {
  color: #ac2a2a;
}
#page-Service.Service02 section#Network {
  padding-bottom: 110px;
}
#page-Service.Service02 section#Network .c-card-col3 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1140px) {
  #page-Service.Service02 section#Network .c-card-col3 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 900px) {
  #page-Service.Service02 section#Network .c-card-col3 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
#page-Service.Service02 section#Network .c-card-col3 .c-btn a {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 1140px) {
  #page-Service.Service02 section#Network .c-card-col3 .c-btn a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 900px) {
  #page-Service.Service02 section#Network .c-card-col3 .c-btn a {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
#page-Service.Service02 section#Network .c-card-col3 .c-btn a img {
  position: absolute;
  top: 50%;
  right: 46px;
  width: 12px;
  height: 13px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1140px) {
  #page-Service.Service02 section#Network .c-card-col3 .c-btn a img {
    right: 20px;
  }
}
@media (max-width: 900px) {
  #page-Service.Service02 section#Network .c-card-col3 .c-btn a img {
    right: 46px;
  }
}
#page-Service.Service02 section#UTM {
  background: #f2f4f6;
  padding-top: 145px;
  padding-bottom: 125px;
}
#page-Service.Service02 section#UTM .inner .cards-merit {
  margin-bottom: 43px;
}
#page-Service.Service02 section#UTM .inner .cards-merit .f-en {
  width: 116px;
  height: 35px;
  border-radius: 40px;
  line-height: 35px;
}
#page-Service.Service02 section#UTM .inner .c-border-box {
  background: #fff;
  margin-bottom: 96px;
  grid-template-columns: 34.2741935484% 1fr;
}
#page-Service.Service02 section#UTM .inner .c-border-box .head {
  padding: 25px 0;
  border-right: 1px solid #cacaca;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
  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 {
  padding-left: 8.5995085995%;
  padding-right: 9.2137592138%;
  line-height: 2;
}
#page-Service.Service02 section#UTM .inner .c-border-box ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-left: 10.6243154436%;
  padding-right: 9.3099671413%;
}
@media (max-width: 1140px) {
  #page-Service.Service02 section#UTM .inner .c-border-box ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 900px) {
  #page-Service.Service02 section#UTM .inner .c-border-box ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#page-Service.Service02 section#UTM .inner .c-border-box ul li {
  padding: 8px 0 8px 0.8em;
}
#page-Service.Service02 section#UTM .inner .c-ul-check {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  margin-bottom: 80px;
}
#page-Service.Service02 section#UTM .inner .c-ul-check li:nth-child(2) {
  grid-area: 2/1/3/2;
}
#page-Service.Service02 section#UTM .inner .c-ul-check li:nth-child(3) {
  grid-area: 1/2/2/3;
}
#page-Service.Service02 section#UTM .inner .c-ul-check li:nth-child(4) {
  grid-area: 2/2/3/3;
}
#page-Service.Service02 section#Endpoint {
  padding-top: 140px;
  padding-bottom: 140px;
}
#page-Service.Service02 section#Endpoint ul.bg-gray {
  position: relative;
  background: #f2f4f6;
  padding: 46px 63px;
  margin-bottom: 92px;
}
#page-Service.Service02 section#Endpoint ul.bg-gray li {
  position: relative;
  padding-left: 25px;
  margin: 14px 0;
  font-size: 19px;
  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: 135px;
  padding-bottom: 125px;
}

#page-Service.Service03 section#Service-Contents {
  padding-bottom: 100px;
}
#page-Service.Service03 section#Service-Contents .inner .box {
  grid-template-columns: 47.9838709677% 44.2741935484%;
}
#page-Service.Service03 section#Service-Contents .inner .box .ph img {
  width: 100%;
}
#page-Service.Service03 section#Service-Contents .inner .box02 .ph img {
  display: block;
  max-width: 588px;
  margin: auto;
}
#page-Service.Service03 section#Service-Contents .inner .box03 .ph img {
  display: block;
  max-width: 588px;
  margin: auto;
}
#page-Service.Service03 section#Service-Contents .inner .box04 .ph img {
  display: block;
  max-width: 592px;
  margin: auto;
}
#page-Service.Service03 section#Service-Contents2 {
  background: #f2f4f6;
  padding-top: 125px;
  padding-bottom: 115px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about {
  display: grid;
  grid-template-columns: 44.3548387097% 48.3870967742%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
}
#page-Service.Service03 section#Service-Contents2 .inner .about .tl {
  margin-bottom: 15px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}
@media (max-width: 1140px) {
  #page-Service.Service03 section#Service-Contents2 .inner .about .tl {
    margin-top: 0;
  }
}
#page-Service.Service03 section#Service-Contents2 .inner .about .tl + p {
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
#page-Service.Service03 section#Service-Contents2 .inner .box {
  background: #fff;
  padding: 50px 60px;
  margin-bottom: 15px;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-bottom: 25px;
  margin: 0 5px 25px;
  border-bottom: 1px solid #e4e4e4;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 25px;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head .f-en {
  display: inline-block;
  background: #c36060;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}
#page-Service.Service03 section#Service-Contents2 .inner .box p.head + p {
  margin: 0 5px;
  line-height: 2;
}
#page-Service.Service03 section#Service-Contents2 .inner > p {
  background: #fff;
  max-width: 1090px;
  margin: 45px auto 0;
  padding: 5px 0 6px;
  border-radius: 80px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

#page-Service.Service05 section#About {
  margin-bottom: 135px;
}
#page-Service.Service05 section#About .inner h3 {
  background: #f2f4f6;
  margin-bottom: 66px;
  padding: 14px 0 15px;
  border-radius: 90px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
#page-Service.Service05 section#About .inner .box {
  display: grid;
  grid-template-columns: 1fr 41.935483871%;
  -moz-column-gap: 54px;
       column-gap: 54px;
}
@media (max-width: 900px) {
  #page-Service.Service05 section#About .inner .box {
    display: block;
  }
  #page-Service.Service05 section#About .inner .box figure {
    margin: 50px 0;
  }
}
#page-Service.Service05 section#About .inner .box .text {
  grid-area: 1/1/3/2;
}
#page-Service.Service05 section#About .inner .box .text .tl {
  margin-bottom: 12px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
}
#page-Service.Service05 section#About .inner .box .text .tl + p {
  margin-bottom: 30px;
  line-height: 2.5;
}
#page-Service.Service05 section#About .inner .box .text dl {
  border: 1px solid #d5d9dd;
}
#page-Service.Service05 section#About .inner .box .text dl dt {
  padding: 10px 0;
  border-bottom: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
#page-Service.Service05 section#About .inner .box .text dl dd {
  padding: 20px 38px;
}
#page-Service.Service05 section#About .inner .box .text dl dd > p {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
}
#page-Service.Service05 section#About .inner .box figure {
  grid-area: 1/2/2/3;
}
#page-Service.Service05 section#About .inner .box .c-btn {
  grid-area: 2/2/3/3;
  align-self: flex-end;
}
#page-Service.Service05 section#About .inner .box .c-btn a {
  width: 100%;
  max-width: 330px;
  margin: auto;
}
#page-Service.Service05 section#About .inner .box .c-btn a img {
  width: 10px;
  margin: 0px 0 -3px 12px;
  vertical-align: super;
}
#page-Service.Service05 section#Support {
  background: #f2f4f6;
  padding-top: 130px;
  padding-bottom: 115px;
}
#page-Service.Service05 section#Support .inner h3 {
  background: #373840;
  max-width: 846px;
  margin: 0 auto 40px;
  padding: 12px 0 13px;
  border-radius: 30px;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
#page-Service.Service05 section#Support .inner .c-ul-check {
  width: 656px;
  margin: auto;
}
#page-Service.Service05 section#Support .inner .arrow-b {
  max-width: 1100px;
  margin: 0 auto 30px;
}
#page-Service.Service05 section#Support .inner p.head {
  margin-bottom: 70px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
#page-Service.Service05 section#Support .inner p.head span {
  background: linear-gradient(to bottom, transparent calc(100% - 12px), #facbcb 0, #facbcb calc(100% - 4px), transparent 0);
}
#page-Service.Service05 section#Software {
  padding-top: 135px;
  padding-bottom: 125px;
}
#page-Service.Service05 section#Software .inner .c-border-box {
  display: flex;
  justify-content: space-between;
  padding: 65px 75px 50px;
}
@media (max-width: 900px) {
  #page-Service.Service05 section#Software .inner .c-border-box {
    display: block;
  }
}
#page-Service.Service05 section#Software .inner .c-border-box ul li {
  margin-bottom: 18px;
}
#page-Service.Service05 section#Software .inner .c-border-box p {
  margin-bottom: 18px;
  align-self: flex-end;
}

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

#page-Service.Service07 section#ServiceContents {
  padding-top: 110px;
  padding-bottom: 150px;
}
#page-Service.Service07 section#ServiceContents .inner {
  display: grid;
  grid-template-columns: 1fr 33.064516129%;
  -moz-column-gap: 7.4193548387%;
       column-gap: 7.4193548387%;
}
@media (max-width: 900px) {
  #page-Service.Service07 section#ServiceContents .inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
#page-Service.Service07 section#ServiceContents .inner .text p {
  line-height: 2.2;
}
#page-Service.Service07 section#ServiceContents .inner .c-border-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}
@media (max-width: 900px) {
  #page-Service.Service07 section#ServiceContents .inner .c-border-box {
    justify-content: flex-start;
    padding: 30px 40px;
  }
}
#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;
}
@media (max-width: 1305px) {
  #page-Service.Service07 section#ServiceContents .inner .c-border-box ul li {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #page-Service.Service07 section#ServiceContents .inner .c-border-box ul li {
    width: 50%;
  }
}

#page-Service.Service05 section#Intro .inner,
#page-Service.Service08 section#Intro .inner {
  align-items: center;
}

/*==================================
  page-Case
==================================*/
#page-Case section {
  padding: 0 clamp(20px, 2%, 40px);
}
#page-Case section .inner {
  max-width: 1240px;
  margin: auto;
}
#page-Case section .inner table {
  width: 100%;
  border-top: 1px solid #d5d9dd;
  border-left: 1px solid #d5d9dd;
}
#page-Case section .inner table thead tr {
  background: #f2f4f6;
}
#page-Case section .inner table thead tr th {
  padding: 17px 0;
  border-right: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
#page-Case section .inner table thead tr th.date {
  width: 140px;
}
#page-Case section .inner table tbody tr td {
  padding: 20px 23px;
  border-right: 1px solid #d5d9dd;
  border-bottom: 1px solid #d5d9dd;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-Case section .inner table tbody tr td.title {
  white-space: nowrap;
}
#page-Case section .inner table tbody tr td.location {
  white-space: nowrap;
}
#page-Case section .inner table tbody tr td.date {
  text-align: center;
}
#page-Case section .inner .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-top: 58px;
}
#page-Case section .inner .pagination a {
  display: inline-block;
  padding-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
}
#page-Case section .inner .pagination a:hover {
  color: #c5c5c5;
}
#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:hover, #page-Case section .inner .pagination .next:hover {
  opacity: 0.5;
}
#page-Case section .inner .pagination .prev {
  margin-right: 27px;
}
#page-Case section .inner .pagination .prev:hover {
  transform: translateX(-5px);
}
#page-Case section .inner .pagination .prev img {
  transform: scale(-1, 1);
}
#page-Case section .inner .pagination .next {
  margin-left: 27px;
}
#page-Case section .inner .pagination .next:hover {
  transform: translateX(5px);
}
#page-Case section#Greeting {
  padding-bottom: 75px;
}
#page-Case section#Greeting .inner {
  display: flex;
  justify-content: space-between;
}
#page-Case section#Greeting .inner .text {
  width: 71.3709677419%;
  margin-top: 40px;
}
#page-Case section#Greeting .inner .text > p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
}
#page-Case section#List .inner .c-border-box {
  display: block;
  padding: 60px 70px;
}
#page-Case section#List .inner .c-border-box li {
  margin-bottom: 12px;
}
#page-Case section#List .inner .c-border-box li:last-child {
  margin-bottom: 0;
}
#page-Case section#List .inner .c-border-box li span {
  font-size: 18px;
  font-weight: 500;
}
#page-Case section#List .inner .c-border-box li p {
  margin-top: 6px;
}

/*==================================
  page-Company
==================================*/
#page-Company section {
  padding: 0 clamp(20px, 2%, 40px);
}
#page-Company section .inner {
  max-width: 1240px;
  margin: auto;
}
#page-Company section#Greeting {
  padding-bottom: 120px;
}
#page-Company section#Greeting .inner {
  display: flex;
  justify-content: space-between;
}
#page-Company section#Greeting .inner .text {
  width: 71.3709677419%;
  margin-top: 40px;
}
#page-Company section#Greeting .inner .text .tl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
#page-Company section#Greeting .inner .text > p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.01em;
}
#page-Company section#Greeting .inner .text p.name {
  margin-top: 15px;
}
#page-Company section#Greeting .inner .text p.name small {
  font-size: 14px;
}
#page-Company section#Philosophy {
  background: #f2f4f6;
  padding-top: 110px;
  padding-bottom: 105px;
}
#page-Company section#Philosophy .inner .box {
  background: #fff;
  padding: 65px 70px 55px;
}
#page-Company section#Philosophy .inner .box p.head {
  margin-bottom: 20px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
}
#page-Company section#Philosophy .inner .box p.head + p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 2.5;
}
#page-Company section#Overview {
  padding-top: 110px;
  padding-bottom: 70px;
}
#page-Company section#Overview .inner {
  display: flex;
  justify-content: space-between;
}
#page-Company section#Overview .inner table {
  width: 70.9677419355%;
  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: 27px 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-Company section#Overview .inner table tr th {
  box-sizing: border-box;
  width: 150px;
  padding-left: 1em;
  text-align: left;
}
#page-Company section#Overview .inner table ul li {
  position: relative;
  margin-bottom: 12px;
  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: 70px;
  padding-bottom: 35px;
}
#page-Company section#Access .inner .maps iframe {
  width: 100%;
  height: 560px;
  filter: grayscale(1);
}

/*==================================
  page-News
==================================*/
#page-News section {
  padding: 0 clamp(20px, 2%, 40px);
}
#page-News section .inner {
  max-width: 1080px;
  margin: auto;
}
#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: flex;
  padding: 25px 13px;
}
#page-News section .inner ul.news-list li a .date {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
}
#page-News section .inner ul.news-list li a p {
  margin-left: 45px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-News section .inner ul.news-list li a:hover {
  opacity: 0.6;
}
#page-News article {
  padding: 0 clamp(20px, 2%, 40px);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
}
#page-News article .inner {
  max-width: 1150px;
  margin: auto;
}
#page-News article .inner .news-date {
  margin-bottom: 25px;
  padding: 0 5px;
  font-size: 15px;
}
#page-News article .inner h1 {
  margin-bottom: 45px;
  padding: 0 5px 32px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
#page-News article .inner .news-content {
  padding: 0 5px;
}
#page-News article .inner .news-content p {
  line-height: 2.5;
}
#page-News article .inner .news-content a {
  text-decoration: underline;
}
#page-News article .inner .news-content a:hover {
  opacity: 0.7;
}
#page-News article .inner .news-content figure {
  margin: 2em 0;
}
#page-News .c-btn {
  margin-top: 90px;
}
#page-News .c-btn a {
  margin: auto;
}

/*==================================
  page-Contact
==================================*/
#page-Contact section {
  padding: 0 clamp(20px, 2%, 40px);
}
#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: 20px;
}
#page-Contact section .inner .error {
  margin-top: 5px;
}
#page-Contact section .inner p.tl {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
#page-Contact section .inner .form-wrap {
  display: grid;
  row-gap: 32px;
  margin-bottom: 60px;
}
#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: 17px 34px;
  font-size: 15px;
  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: 270px;
  margin-bottom: 15px;
  padding-left: 70px;
}
#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: 29px;
  z-index: 2;
}
#page-Contact section .inner .address-area span {
  margin-left: 28px;
}
#page-Contact section .inner textarea {
  min-height: 23.4em;
  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 54px;
  border-radius: 4px;
}
#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: 400px;
  margin-bottom: 38px;
  padding: 50px;
  border: 1px solid #d5d9dd;
  overflow-y: scroll;
}
#page-Contact section .inner .privacy > p {
  font-size: 19px;
  font-weight: 600;
}
#page-Contact section .inner .privacy dl {
  font-family: YakuHanJP, "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
}
#page-Contact section .inner .privacy dl dt {
  margin-top: 17px;
}
#page-Contact section .inner .submit-wrap {
  margin-top: 60px;
}
#page-Contact section .inner .submit-wrap .submit-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 385px;
  height: 70px;
  margin: auto;
  border: 1px solid #525252;
  border-radius: 100px;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 68px;
}
#page-Contact section .inner .submit-wrap .submit-btn input {
  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: 17px;
}
#page-Contact section .inner .submit-wrap .submit-btn:hover input {
  width: inherit !important;
  border-color: transparent !important;
  opacity: 0.6;
}
#page-Contact section#Intro {
  margin-bottom: 60px;
}
#page-Contact section#Intro p {
  line-height: 2.4;
}
#page-Contact section#Intro .need {
  margin-left: 0;
  vertical-align: middle;
}
#page-Contact section#Intro .telNum {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: 40px;
}
#page-Contact section#Intro .telNum a {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin-bottom: 5px;
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: 37px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#page-Contact section#Intro .telNum a img {
  width: 23px;
}
#page-Contact section#Intro .telNum p {
  font-size: 14px;
}

#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;
}
@media (max-width: 900px) {
  #page-Contact.check section .inner .submit-wrap .submit-btn {
    width: 285px;
  }
}

#page-Contact.thanks .c-btn {
  margin-top: 50px;
}