@charset "UTF-8";
/*
Theme Name: original
Theme URI: null
Description: Description
Author: Shunc - WXJ
Version: 1.0
*/
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
  font-family: HiraKakuPro-W3;
}

table, input, textarea, select, option {
  font-family: HiraKakuPro-W3;
}

.en {
  font-family: Montserrat;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("font/Montserrat-Regular.eot");
  src: url("font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("font/Montserrat-Regular.woff") format("woff"), url("font/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url("font/lato-regular.eot");
  src: url("font/lato-regular.eot?#iefix") format("embedded-opentype"), url("font/lato-regular.woff") format("woff"), url("font/lato-regular.ttf") format("truetype");
}
@font-face {
  font-family: KochoStd;
  font-style: normal;
  font-weight: 400;
  src: url("font/A-OTF-KochoStd-Heavy.eot");
  src: url("font/A-OTF-KochoStd-Heavy.eot?#iefix") format("embedded-opentype"), url("font/A-OTF-KochoStd-Heavy.woff") format("woff"), url("font/A-OTF-KochoStd-Heavy.ttf") format("truetype");
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:visited, a:hover, a:active {
  color: #333;
}
a:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  min-width: 1100px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  background-color: #FFF;
}
@media all and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
body.no-scroll {
  overflow: hidden;
}

#container {
  overflow: hidden;
}

.article {
  transition: transform 0.8s ease-out;
}

#main {
  padding-top: 82px;
}
@media all and (max-width: 1280px) {
  #main {
    padding-top: 139px;
  }
}
@media all and (max-width: 767px) {
  #main {
    padding-top: 47px;
  }
}

a[href^="tel:"] {
  cursor: pointer;
}
@media all and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a[href^="tel:"]:hover {
  text-decoration: none !important;
}

.sp {
  display: none !important;
}

.sp_only {
  display: none;
}

@media all and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .sp-none {
    display: none;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
  background-color: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#header.hide {
  position: fixed;
  animation: slideInDown 0.5s forwards linear;
}
#header.hideup {
  position: fixed;
  animation: slideInUp 0.5s forwards linear;
}
#header .headerLogo {
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  #header .headerLogo {
    padding: 12px 10px;
  }
}
#header .headerLogo img {
  width: 150px;
}
@media all and (max-width: 767px) {
  #header .headerLogo img {
    width: 120px;
  }
}

.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media all and (max-width: 767px) {
  .headerInner {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .menu {
    position: absolute;
    top: 16px;
    right: 10px;
    height: 20px;
    width: 25px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    transition: all 0.3s ease;
  }
  .menu.on .top {
    transform: translateY(8px) translateX(0) rotate(-45deg);
    background: #fff;
  }
  .menu.on .middle {
    opacity: 0;
    background: #fff;
  }
  .menu.on .bottom {
    transform: translateY(-8px) translateX(0) rotate(45deg);
    background: #fff;
  }
  .menu span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .menu span:nth-of-type(2) {
    top: 8px;
  }
  .menu span:nth-of-type(3) {
    top: 16px;
  }
}
/*------------------------------------------------------------
  navi
------------------------------------------------------------*/
#navi {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1280px) {
  #navi {
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px 0 0;
  }
}
@media all and (max-width: 767px) {
  #navi {
    display: none;
    background-color: #333333;
    overflow-y: auto;
    height: calc(100svh - 47px);
    padding: 20px 24px;
  }
}

.naviContent {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  padding: 15px 0;
}
@media all and (max-width: 1280px) {
  .naviContent {
    flex-direction: row;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .naviContent {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }
}

.naviList {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 767px) {
  .naviList {
    flex-direction: column;
    gap: 0;
  }
}
@media all and (max-width: 767px) {
  .naviList li {
    width: 100%;
  }
}
.naviList li:has(.subMenu) {
  position: relative;
}
.naviList li:has(.subMenu):hover .subMenu {
  opacity: 1;
  visibility: visible;
}
.naviList a {
  font-size: 12px;
  color: #fff;
}
@media all and (max-width: 767px) {
  .naviList a {
    display: block;
    border-bottom: 1px solid #5E5E5E;
    text-align: center;
    padding: 14px;
    font-size: 16px;
  }
}

.subMenu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  min-width: 98px;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .subMenu {
    display: none;
  }
}
.subMenu a {
  font-size: 10px;
  display: block;
  padding: 12px 10px 10px;
  border-bottom: solid 1px #5E5E5E;
}

.naviExtList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media all and (max-width: 767px) {
  .naviExtList {
    justify-content: center;
    gap: 24px;
  }
}
.naviExtList a {
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media all and (max-width: 767px) {
  .naviExtList a {
    font-size: 16px;
  }
}
.naviExtList a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-external.svg) no-repeat;
  background-size: contain;
}

.buttonContent {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media all and (max-width: 1280px) {
  .buttonContent {
    gap: 24px;
  }
}
@media all and (max-width: 767px) {
  .buttonContent {
    flex-direction: column;
    width: 100%;
    padding: 32px 0 28px;
  }
}

.supportButton a {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 12px 12px 16px;
  border: 1px solid #F6F6F6;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .supportButton a {
    font-size: 16px;
    text-align: center;
    padding: 18px 100px 16px 104px;
  }
}
.supportButton a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
}

.buttonList {
  display: flex;
  gap: 2px;
}
@media all and (max-width: 767px) {
  .buttonList {
    flex-direction: column;
    gap: 12px;
    width: 87%;
  }
}

.headerBgButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 20px 20px;
  font-size: 10px;
  color: #5E5E5E;
  position: relative;
  z-index: 10;
  background-color: #FFF9EE;
}
@media all and (max-width: 767px) {
  .headerBgButton {
    justify-content: space-between;
  }
}
.headerBgButton strong {
  font-size: 18px;
  color: #333333;
}
.headerBgButton::before {
  content: "";
  inset: 0;
  position: absolute;
  background: url(img/common/button_bg.png) no-repeat #FFF9EE;
  background-size: cover;
  transition: all 0.3s;
  z-index: -1;
}
.headerBgButton::after {
  content: "";
  display: inline-block;
}
.headerBgButton--mail {
  gap: 12px;
}
.headerBgButton--mail::after {
  width: 18px;
  height: 14px;
  background: url(img/common/icon-mail.svg) no-repeat;
}
.headerBgButton--reservation {
  gap: 14px;
}
.headerBgButton--reservation::after {
  width: 16px;
  height: 18px;
  background: url(img/common/icon-reservation.svg) no-repeat;
}
.headerBgButton:hover {
  opacity: 1;
}
.headerBgButton:hover::before {
  opacity: 0;
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#footer .fButtonBox {
  padding: 33px 0 42px;
  background-color: #000;
  border-top: 1px solid #5E5E5E;
}
@media all and (max-width: 767px) {
  #footer .fButtonBox {
    padding: 32px;
  }
}
#footer .fButtonBox ul {
  margin: 0 auto;
  max-width: 816px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
@media all and (max-width: 767px) {
  #footer .fButtonBox ul {
    grid-template-columns: unset;
    gap: 24px;
    width: 75%;
  }
}
#footer .fButtonBox ul span {
  margin-bottom: 3px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .fButtonBox .footerBgButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 50px 16px 62px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 10;
  background-color: #FFF9EE;
}
#footer .fButtonBox .footerBgButton::before {
  content: "";
  inset: 0;
  position: absolute;
  background: url(img/common/button_bg.png) no-repeat #FFF9EE;
  background-size: cover;
  background-position: 50%;
  transition: all 0.3s;
  z-index: -1;
}
#footer .fButtonBox .footerBgButton::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-arrow01.svg) no-repeat;
  background-size: contain;
}
#footer .fButtonBox .footerBgButton:hover {
  opacity: 1;
}
#footer .fButtonBox .footerBgButton:hover::before {
  opacity: 0;
}
#footer .fBox {
  padding: 58px 0;
  background-color: #000;
  border-top: 1px solid #5E5E5E;
}
@media all and (max-width: 767px) {
  #footer .fBox {
    padding: 25px;
  }
}
#footer .fBoxContent {
  margin: 0 auto;
  max-width: 830px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media all and (max-width: 767px) {
  #footer .fBoxContent {
    flex-direction: column;
    gap: 24px;
  }
}
#footer .fBoxContent .lBox {
  flex: 0 1 220px;
}
@media all and (max-width: 767px) {
  #footer .fBoxContent .lBox {
    flex: unset;
  }
}
#footer .fBoxContent .lBox .logo {
  margin-bottom: 20px;
}
#footer .fBoxContent .lBox .logo img {
  width: 168px;
}
#footer .fBoxContent .lBox p {
  color: #fff;
  font-size: 10px;
}
#footer .fBoxContent .lBox p a {
  color: #fff;
}
#footer .fNavi {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  #footer .fNavi {
    flex-direction: column;
  }
}
#footer .fNavi a:hover {
  text-decoration: underline;
}
#footer .fNavi > li > a, #footer .fNavi .navi a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer .fNavi > li > a::before, #footer .fNavi .navi a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-arrow02.svg) no-repeat;
  background-size: contain;
}
#footer .fNavi > li > a[target=_blank]::after, #footer .fNavi .navi a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-external.svg) no-repeat;
  background-size: contain;
}
#footer .fNavi > li .navi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (max-width: 767px) {
  #footer .fNavi > li .navi {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#footer .fNavi .fList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
#footer .fNavi .fList > li > a {
  color: #E9E9E9;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer .fNavi .fList > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/common/icon-external.svg) no-repeat;
  background-size: contain;
}
#footer .fNavi .list li a {
  color: #787878;
  font-family: Lato;
  font-size: 11px;
  line-height: 2.14;
  letter-spacing: -0.4px;
}
#footer .fSupport, #footer .fSns {
  margin-top: 36px;
}
#footer .fSupport p, #footer .fSns p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#footer .fSupportList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
#footer .fSupportList a {
  color: #E9E9E9;
  text-decoration: underline;
}
#footer .fSnsList {
  max-width: 126px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
#footer .fSnsList li img {
  width: 100%;
}
#footer .copyright {
  padding: 17px 104px 50px 200px;
  color: #5E5E5E;
  background-color: #000;
  border-top: 1px solid #5E5E5E;
  font-size: 13px;
  font-family: Montserrat;
  letter-spacing: 1.1px;
  line-height: 2.08;
  text-align: center;
  position: relative;
}
@media all and (max-width: 767px) {
  #footer .copyright {
    padding: 20px 12px 54px 12px;
  }
}
#footer .copyright a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.2px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  #footer .copyright a {
    right: 10px;
    top: unset;
    transform: unset;
    bottom: 20px;
  }
}

/*------------------------------------------------------------
  common
------------------------------------------------------------*/
.headLine {
  margin-bottom: 40px;
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .headLine {
    font-size: 25px;
    margin-bottom: 24px;
  }
}
.headLine span {
  margin-top: 10px;
  color: #957e4f;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  font-weight: normal;
  font-family: Montserrat;
  padding-bottom: 22px;
  position: relative;
}
@media all and (max-width: 767px) {
  .headLine span {
    font-size: 13px;
    padding-bottom: 16px;
  }
}
.headLine span::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #957e4f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .headLine span::after {
    width: 25px;
  }
}
.headLine--white {
  color: #fff;
}
.headLine--white span {
  color: #E7CC99;
}
.headLine--white span::after {
  background-color: #E7CC99;
}
.headLine--alignStart {
  text-align: start;
}
.headLine--alignStart span::after {
  left: 0;
  transform: unset;
}
.headLine--small {
  font-size: 30px;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .headLine--small {
    font-size: 25px;
  }
}
.headLine_gold {
  color: #705A2D;
  font-size: 18px;
}
.headLine_underline {
  text-decoration: underline;
  font-size: 24px;
}

a.comLink {
  padding: 30px 40px 26px;
  color: #fff;
  font-size: 21px;
  display: block;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  background-color: #957e4f;
}
a.comLink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  a.comLink::after {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  a.comLink {
    padding: 9px 24px 9px;
    font-size: 12px;
  }
}

.link:has(a.comLink) {
  margin: 0 auto;
  max-width: 480px;
}
@media all and (max-width: 767px) {
  .link:has(a.comLink) {
    max-width: 245px;
  }
}

.comBgBox {
  padding: 54px 0 0;
  background-color: #f6f6f6;
}
@media all and (max-width: 767px) {
  .comBgBox {
    padding: 30px 0;
  }
}

.mainBox {
  margin: 0 auto;
  max-width: 1024px;
}
@media all and (max-width: 767px) {
  .mainBox {
    margin: 0 15px;
  }
}
.mainBox.wBox p img {
  width: 100%;
  height: auto;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 1px 5px;
  margin: 0 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #2d6bbf;
  color: #2d6bbf;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
  display: none;
}

/*------------------------------------------------------------
  comTableBox
------------------------------------------------------------*/
.comTableBox {
  border-radius: 20px;
  padding: 60px 60px 66px 105px;
  background-color: #FFF;
}
@media all and (max-width: 767px) {
  .comTableBox {
    border-radius: 10px;
    padding: 20px 10px;
  }
}
@media all and (max-width: 767px) {
  .comTableBox table {
    width: 100%;
    overflow: hidden;
  }
}
.comTableBox th {
  padding-top: 15px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  width: 196px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .comTableBox th {
    padding-top: 0;
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
    display: block;
  }
}
.comTableBox th.special {
  padding-top: 4px;
}
@media all and (max-width: 767px) {
  .comTableBox th.special {
    padding-top: 0;
  }
}
.comTableBox th .must {
  vertical-align: top;
  margin: -3px 0 0 14px;
  display: inline-block;
  width: 28px;
  text-align: center;
  border-radius: 1px;
  background-color: #c32f2f;
  font-family: YuGo;
  font-size: 10px;
  color: #FFF;
  box-sizing: border-box;
  padding: 5px 1px 3px;
  line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  .comTableBox th .must {
    padding: 4px 1px 3px;
  }
}
@media all and (max-width: 767px) {
  .comTableBox th .must {
    margin: -4px 0 0 8px;
  }
}
.comTableBox td {
  width: 500px;
  padding-bottom: 18px;
  vertical-align: top;
}
@media all and (max-width: 767px) {
  .comTableBox td {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }
}
.comTableBox td input[type=text], .comTableBox td input[type=tel], .comTableBox td input[type=email] {
  border-radius: 1px;
  padding: 0 15px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  background-color: #f4f4f4;
  height: 44px;
  width: 502px;
  box-sizing: border-box;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
@media all and (max-width: 767px) {
  .comTableBox td input[type=text], .comTableBox td input[type=tel], .comTableBox td input[type=email] {
    padding: 0 10px;
    font-size: 12px;
    height: 40px;
    width: 100%;
  }
}
.comTableBox td.number input[type=text] {
  width: 177px;
  margin-right: 22px;
}
@media all and (max-width: 767px) {
  .comTableBox td.number input[type=text] {
    width: 50%;
    margin-right: 0;
  }
}
.comTableBox td.number a {
  vertical-align: top;
  display: inline-block;
  width: 116px;
  height: 40px;
  border-radius: 2px;
  background-color: #957e4f;
  box-shadow: 0 2px 0 0 #7c6536;
  font-family: YuGo;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  padding: 11px 5px;
}
@media all and (max-width: 767px) {
  .comTableBox td.number a {
    margin-top: 15px;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 12px;
    padding: 12px 5px;
  }
}
.comTableBox td .wpcf7-form-control-wrap {
  display: inline-block;
  height: 100%;
}
@media all and (max-width: 767px) {
  .comTableBox td .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.comTableBox td.special {
  padding-bottom: 77px;
}
@media all and (max-width: 767px) {
  .comTableBox td.special {
    padding-bottom: 25px;
  }
}
.comTableBox td textarea {
  width: 500px;
  height: 80px;
  box-sizing: border-box;
  border: 0;
  border-radius: 1px;
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 13px 15px;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
@media all and (max-width: 767px) {
  .comTableBox td textarea {
    width: 100%;
    height: 60px;
    font-size: 12px;
    padding: 8px;
  }
}
@media all and (max-width: 767px) {
  .comTableBox td select {
    padding: 5px 8px 3px;
    height: 40px;
    font-size: 12px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
  }
}
.comTableBox td.select {
  padding-bottom: 61px;
}
@media all and (max-width: 767px) {
  .comTableBox td.select {
    padding-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .comTableBox td.submit {
    text-align: center;
  }
}
.comTableBox td.submit .ajax-loader {
  display: none;
}
.comTableBox td.submit input[type=submit], .comTableBox td.submit input[type=button] {
  padding: 15px 10px 10px;
  box-sizing: border-box;
  width: 500px;
  height: 76px;
  border-radius: 1px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #FFF;
  background: #957E4F url(img/common/icon01.png) no-repeat right 45px center;
  background-size: 16px auto;
  border: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  margin: 10px auto;
}
@media all and (max-width: 767px) {
  .comTableBox td.submit input[type=submit], .comTableBox td.submit input[type=button] {
    padding: 5px;
    width: 60%;
    height: 50px;
    font-size: 14px;
    letter-spacing: 1.5px;
    background: #957E4F url(img/common/icon01.png) no-repeat right 8px center;
    background-size: 10px auto;
  }
}
.comTableBox td.submit input[type=submit]:hover, .comTableBox td.submit input[type=button]:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .comTableBox td.submit input[type=submit]:hover, .comTableBox td.submit input[type=button]:hover {
    opacity: 1;
  }
}

.mwform_submit {
  text-align: center;
}
.mwform_submit input[type=submit] {
  padding: 15px 10px 10px;
  box-sizing: border-box;
  width: 500px;
  height: 76px;
  border-radius: 1px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #FFF;
  background: #957E4F url(img/common/icon01.png) no-repeat right 45px center;
  background-size: 16px auto;
  border: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  margin: 10px auto;
}
@media all and (max-width: 767px) {
  .mwform_submit input[type=submit] {
    padding: 5px;
    width: 60%;
    height: 50px;
    font-size: 14px;
    letter-spacing: 1.5px;
    background: #957E4F url(img/common/icon01.png) no-repeat right 8px center;
    background-size: 10px auto;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholde {
  /* WebKit browsers */
  color: #c9c9c9;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

/*------------------------------------------------------------
  comRecruitBox
------------------------------------------------------------*/
.comRecruitBox {
  padding: 46px;
  background: url(img/common/recruit_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .comRecruitBox {
    padding: 46px 0;
  }
}
.comRecruitBox p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.comRecruitBox .headLine {
  margin-bottom: 28px;
}
.comRecruitBox .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border: solid 1px #ffffff;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 0;
  padding: 16px 28px 16px 48px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .comRecruitBox .link a {
    font-weight: inherit;
    font-size: 14px;
  }
}
.comRecruitBox .link a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
}

/*------------------------------------------------------------
  comPhotoList
------------------------------------------------------------*/
.comPhotoList {
  margin-bottom: 105px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media all and (max-width: 767px) {
  .comPhotoList {
    grid-template-columns: auto;
    gap: 15px;
    margin-bottom: 50px;
  }
}
.comPhotoList > li {
  font-size: 14px;
  color: #333;
  line-height: 1.86;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.comPhotoList li .photo {
  position: relative;
}
.comPhotoList li .photo img {
  width: 100%;
}
.comPhotoList li span {
  display: block;
  padding: 15px 39px 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.comPhotoList li .text {
  padding: 26px 23px 27px 23px;
  background-color: #fbfbfb;
}
@media all and (max-width: 767px) {
  .comPhotoList li .text {
    padding: 20px 15px;
  }
}
.comPhotoList .text li {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------------------------
  comListUl
------------------------------------------------------------*/
.comListUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 57px;
  -moz-column-gap: 49px;
       column-gap: 49px;
}
@media all and (max-width: 767px) {
  .comListUl {
    grid-template-columns: auto;
    row-gap: 25px;
  }
}
.comListUl li {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
}
.comListUl li a {
  display: block;
}
.comListUl li .image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .comListUl li .image img {
    width: 100%;
    height: auto;
  }
}
.comListUl li .ttl {
  margin-bottom: 19px;
}
@media all and (max-width: 767px) {
  .comListUl li .ttl {
    margin-bottom: 10px;
  }
}
.comListUl li .ttl span {
  display: inline-block;
  vertical-align: middle;
}
.comListUl li .ttl .lable {
  padding: 4px 3px 2px;
  width: 82px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-align: center;
  box-sizing: border-box;
  background-color: #576e85;
}
@media all and (max-width: 767px) {
  .comListUl li .ttl .lable {
    padding: 4px 3px 3px;
    font-size: 11px;
  }
}
.comListUl li .ttl .type01 {
  background-color: #818181;
}
.comListUl li .ttl .type02 {
  background-color: #8e5d5d;
}
.comListUl li .ttl .time {
  padding-right: 3px;
  width: 114px;
  color: #969696;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  font-family: Montserrat;
  letter-spacing: 1.2px;
  text-align: right;
  box-sizing: border-box;
}
.comListUl li .textBox {
  padding: 25px 21px 49px;
}
@media all and (max-width: 767px) {
  .comListUl li .textBox {
    padding: 17px 13px 23px;
  }
}
.comListUl li .textBox .text {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.69;
}
@media all and (max-width: 767px) {
  .comListUl li .textBox .text {
    font-size: 14px;
  }
}

/*------------------------------------------------------------
  comVoiceBox
------------------------------------------------------------*/
.comVoiceBox {
  padding: 50px 0 89px;
  background-color: #f2f2f2;
}
@media all and (max-width: 767px) {
  .comVoiceBox {
    padding: 20px 30px 50px;
  }
}
.comVoiceBox .mainBox {
  margin: 0 auto;
  max-width: 1100px;
}
.comVoiceBox .sideUl li {
  border-radius: 4px;
  background-color: #fefefe;
  height: 536px;
  display: flex;
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .comVoiceBox .sideUl li {
    display: block;
    height: unset;
  }
}
.comVoiceBox .photoBox {
  flex: 0 1 50%;
}
@media all and (max-width: 767px) {
  .comVoiceBox .photoBox {
    flex: unset;
  }
}
.comVoiceBox .photoBox img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .comVoiceBox .photoBox img {
    height: 300px;
  }
}
.comVoiceBox .textBox {
  padding: 28px 40px 46px 48px;
  flex: 0 1 50%;
  box-sizing: border-box;
  border-radius: 4px 0 4px 0;
}
@media all and (max-width: 767px) {
  .comVoiceBox .textBox {
    flex: unset;
    padding: 20px 15px;
  }
}
.comVoiceBox .textBox p {
  margin-bottom: 21px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 1.92;
  letter-spacing: 0.3px;
}
.comVoiceBox .textBox .ttl {
  margin: 0 0 20px 3px;
  font-size: 28px;
  font-weight: 900;
  font-family: KochoStd;
  line-height: 1.5;
  color: #464646;
  letter-spacing: -0.5px;
}
@media all and (max-width: 767px) {
  .comVoiceBox .textBox .ttl {
    font-size: 16px;
  }
}
.comVoiceBox .textBox .ttl span {
  margin: 10px 20px 0 0;
  display: block;
  color: #333;
  font-size: 16px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .comVoiceBox .textBox .ttl span {
    font-size: 12px;
  }
}
.comVoiceBox .photoUl {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media all and (max-width: 767px) {
  .comVoiceBox .photoUl {
    gap: 2%;
  }
}
.comVoiceBox .photoUl li {
  flex: 0 1 62px;
  height: unset;
}
@media all and (max-width: 767px) {
  .comVoiceBox .photoUl li {
    flex: 0 1 18.4%;
  }
}
.comVoiceBox .photoUl li img {
  width: 100%;
}
.comVoiceBox .slick-dots {
  margin-top: 43px;
  text-align: center;
}
.comVoiceBox .slick-dots li {
  margin: 0 8px;
  display: inline-block;
  width: 72px;
  height: 4px;
  background-color: #FFF;
  cursor: pointer;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.comVoiceBox .slick-dots li button {
  display: none;
}
.comVoiceBox .slick-dots li.slick-active {
  background-color: #957e4f;
}
.comVoiceBox .slick-arrow {
  margin-top: -72px;
  text-indent: -9999px;
  width: 26px;
  height: 48px;
  border: none;
  position: absolute;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .comVoiceBox .slick-arrow {
    width: 15px;
    height: 30px;
  }
}
.comVoiceBox .slick-prev {
  top: 50%;
  left: -60px;
  background: url(img/common/arrow_left.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .comVoiceBox .slick-prev {
    left: -25px;
  }
}
.comVoiceBox .slick-next {
  top: 50%;
  right: -60px;
  background: url(img/common/arrow_right.png) no-repeat left top;
  background-size: auto 100%;
}
@media all and (max-width: 767px) {
  .comVoiceBox .slick-next {
    right: -25px;
  }
}

/*------------------------------------------------------------
  index
------------------------------------------------------------*/
.top .top_mv picture, .top .top_mv img {
  display: block;
  width: 100%;
}
.top .comBgBox {
  padding: 60px 0 77px;
  background-color: #333;
}
@media all and (max-width: 767px) {
  .top .comBgBox {
    padding: 20px 0 32px;
  }
}
.top .comBgBox .mainBox {
  max-width: 1100px;
}
.top .comBgBox .linkUl {
  margin-top: 35px;
  padding: 21px 27px;
  background-color: #e9e9e9;
}
.top .comBgBox .linkUl li {
  margin-right: 22px;
  width: 334px;
}
.top .comBgBox .linkUl li:last-child {
  margin-right: 0;
}
.top .comBgBox .linkUl li a {
  padding: 16px 20px 15px;
  font-size: 16px;
  letter-spacing: 0;
  background-size: 16px auto;
  background-position: right 34px center;
}
.top ul.top_topic_list li {
  border-bottom: 1px solid #ccc;
}
.top ul.top_topic_list li a {
  display: flex;
  align-items: center;
  background: url(img/common/caret_blue.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: auto 13px;
  padding: 15px 30px 15px 10px;
}
.top .top_topic_cat {
  display: inline-block;
  width: 100px;
  background-color: #576e85;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  padding: 10px 10px 10px 0;
  margin-right: 1em;
}
@media all and (max-width: 767px) {
  .top .top_topic_cat {
    margin-right: 0;
  }
}
.top .top_topic_date {
  color: #fff;
}
@media all and (max-width: 767px) {
  .top .top_topic_date {
    display: block;
    margin-top: 10px;
  }
}
.top .top_news_title {
  margin-left: 1.5em;
  color: #fff;
}
@media all and (max-width: 767px) {
  .top .top_news_title {
    width: calc(100% - 125px);
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .top .top_topic_date_box {
    width: 125px;
  }
}
.top a.top_topic_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 32px;
  margin: 30px auto 0;
  background-color: #E7CC99;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .top a.top_topic_more {
    margin: 25px auto 0;
  }
}
.top a.top_topic_more::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow01.svg) no-repeat;
  background-size: contain;
}
.top a.top_topic_more:hover {
  opacity: 1;
  background-color: #fff;
}
.top .imgBox {
  display: table;
  width: 100%;
}
.top .imgBox .photoBox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}
@media all and (max-width: 767px) {
  .top .imgBox .photoBox {
    display: block;
    width: auto;
  }
}
.top .imgBox .textBox {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  padding: 0 6.3% 11px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .top .imgBox .textBox {
    display: block;
    width: auto;
    padding: 20px 15px 35px;
  }
}
.top .imgBox .textBox p {
  margin-bottom: 50px;
  color: #858585;
  font-size: 14px;
  line-height: 2.28;
  text-align: justify;
}
@media all and (max-width: 767px) {
  .top .imgBox .textBox p {
    margin-bottom: 15px;
  }
}
.top .imgBox .top_img_link {
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: #705A2D;
  border: 1px solid #957E4F;
  background-color: #fff;
  padding: 12px 28px 12px 48px;
}
@media all and (max-width: 767px) {
  .top .imgBox .top_img_link {
    display: flex;
  }
}
.top .imgBox .top_img_link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow02.svg) no-repeat;
  background-size: contain;
}
.top .imgBox .top_img_link:hover {
  opacity: 1;
  background-color: #E4E4E4;
}
.top .valueBox {
  padding: 60px 0 102px;
  background-color: #363636;
}
@media all and (max-width: 767px) {
  .top .valueBox {
    padding: 20px 0 32px;
  }
}
.top .valueBox .mainBox {
  max-width: 1090px;
}
.top .valueBox .valueUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
@media all and (max-width: 767px) {
  .top .valueBox .valueUl {
    grid-template-columns: unset;
    gap: 15px;
  }
}
.top .valueBox .valueUl li {
  padding: 48px 30px 30px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #979797;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media all and (max-width: 767px) {
  .top .valueBox .valueUl li {
    padding: 15px 10px;
    gap: 10px;
  }
}
.top .valueBox .valueUl .photo span span {
  width: 80px;
  height: 80px;
  padding: 18px 10px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.top .valueBox .valueUl p {
  color: #D9D9D9;
  font-size: 13px;
  line-height: 2.08;
}
.top .valueBox .valueUl .ttl {
  font-size: 16px;
  line-height: 1.59;
  text-align: center;
  letter-spacing: 0.7px;
}
.top .valueBox .link a {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 0;
  padding: 16px 28px 16px 48px;
  font-size: 16px;
  font-weight: bold;
  background-color: #E7CC99;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .top .valueBox .link a {
    padding: 16px 19px 16px 40px;
    margin: 24px auto 0;
  }
}
.top .valueBox .link a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow01.svg) no-repeat;
  background-size: contain;
}
.top .valueBox .link a:hover {
  opacity: 1;
  background-color: #fff;
}
.top .comVoiceBox {
  background-color: #333;
}
.top .snsBox {
  padding: 56px 0 64px;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .top .snsBox {
    padding: 56px 0;
  }
}
.top .snsBox__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
@media all and (max-width: 767px) {
  .top .snsBox__inner {
    flex-direction: column;
    gap: 40px;
    margin: 0 32px;
  }
}
.top .snsBox .lBox, .top .snsBox .rBox {
  flex: 0 1 50%;
}
@media all and (max-width: 767px) {
  .top .snsBox .lBox, .top .snsBox .rBox {
    flex: unset;
  }
}
.top .snsBox .snsTitle {
  color: #fff;
  font-size: 20px;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .top .snsBox .snsTitle {
    margin-bottom: 12px;
  }
}
.top .snsBox .snsTitle::after {
  display: inline-block;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #957E4F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .snsBox .iconUl {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  .top .snsBox .iconUl {
    margin-top: 0px;
    gap: 24px;
  }
}
@media all and (max-width: 767px) {
  .top .snsBox .iconUl img {
    max-width: 46px;
  }
}
.top .snsBox .rBox img {
  width: 100%;
}

/*------------------------------------------------------------
  page
------------------------------------------------------------*/
.mainVisual {
  padding: 34px 0 31px;
  background: url(img/common/service_main_img.jpg) no-repeat center top;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .mainVisual {
    padding: 34px 15px 31px;
  }
}

.headLine01 {
  color: #FFF;
  text-align: center;
}
.headLine01 > span {
  padding: 14px 100px 16px;
  display: inline-block;
  font-size: 40px;
  font-family: Montserrat;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.84);
}
@media all and (max-width: 767px) {
  .headLine01 > span {
    max-width: 350px;
    margin: 0 auto;
    font-size: 25px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.headLine01 > span span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.3;
  font-family: Montserrat;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .headLine01 > span span {
    font-size: 10px;
  }
}

.headLine03 {
  text-align: center;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 49px;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  .headLine03 {
    font-size: 30px;
  }
}
.headLine03 span {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}

.wBox {
  padding: 36px 45px 89px;
  background-color: #FFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .wBox {
    padding: 20px 15px;
  }
}
.wBox .photoBox {
  margin-bottom: 3px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .wBox .photoBox {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
  service/index
------------------------------------------------------------*/
.service {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .service {
    padding-bottom: 58px;
  }
}
.service .mainBox .serviceUl {
  margin-top: 63px;
}
@media all and (max-width: 767px) {
  .service .mainBox .serviceUl {
    margin-top: 30px;
  }
}
.service .textBox .h3Ttl {
  margin-bottom: 43px;
}
@media all and (max-width: 767px) {
  .service .textBox .h3Ttl {
    margin-bottom: 30px;
  }
}
.service .serviceUl li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 73px;
  padding-bottom: 77px;
  border-bottom: 1px solid #e8e8e8;
}
@media all and (max-width: 767px) {
  .service .serviceUl li {
    margin-bottom: 20px;
    padding-bottom: 25px;
    flex-direction: column;
  }
}
.service .serviceUl li:nth-child(odd) {
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .service .serviceUl li:nth-child(odd) {
    flex-direction: column;
  }
}
.service .serviceUl li:nth-child(3), .service .serviceUl li:nth-child(4) {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .service .serviceUl li:nth-child(3), .service .serviceUl li:nth-child(4) {
    padding-bottom: 25px;
  }
}
.service .serviceUl li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.service .photoBox {
  width: 450px;
}
@media all and (max-width: 767px) {
  .service .photoBox {
    width: 100%;
  }
}
.service .photoBox img {
  width: 100%;
}
.service .textBox {
  width: 480px;
}
@media all and (max-width: 767px) {
  .service .textBox {
    width: 100%;
  }
}
.service .textBox p {
  margin-bottom: 34px;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.87;
  text-align: justify;
}
@media all and (max-width: 767px) {
  .service .textBox p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #858585;
    font-size: 14px;
    line-height: 2.28;
  }
}
.service .textBox .text {
  margin-bottom: 90px;
}
@media all and (max-width: 767px) {
  .service .textBox .text {
    margin-bottom: 20px;
  }
}
.service .textBox .text01 {
  margin-bottom: 114px;
}
@media all and (max-width: 767px) {
  .service .textBox .text01 {
    margin-bottom: 20px;
  }
}
.service .textBox .link a {
  padding: 21px 50px 16px;
  font-size: 16px;
  letter-spacing: 1.3px;
  background-size: 16px auto;
  background-position: right 36px center;
  display: block;
}
@media all and (max-width: 767px) {
  .service .textBox .link a {
    padding: 15px 25px 12px 20px;
    font-size: 12px;
    background-position: right 15px center;
  }
}
.service .textBox font {
  margin-right: 8px;
  font-size: 35px;
}

/*------------------------------------------------------------
  service/rixio
------------------------------------------------------------*/
.rixio .comBgBox {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .rixio .comBgBox {
    padding-bottom: 58px;
  }
}
.rixio .wBox .textImg {
  margin-bottom: 36px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .rixio .wBox .textImg {
    margin-bottom: 20px;
  }
}
.rixio .wBox .textImg img {
  width: 250px;
}
@media all and (max-width: 767px) {
  .rixio .wBox .textImg img {
    width: 85px;
  }
}
.rixio .wBox p {
  margin: 0 0 53px;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
}
@media all and (max-width: 767px) {
  .rixio .wBox p {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
.rixio .wBox p.ServiceDescription {
  font-weight: bold;
}
.rixio .wBox .textList {
  text-align: center;
  width: 484px;
  margin: 0 auto 17px;
}
@media all and (max-width: 767px) {
  .rixio .wBox .textList {
    width: auto;
  }
}
.rixio .wBox .textList li {
  font-size: 13px;
  line-height: 1.62;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media all and (max-width: 767px) {
  .rixio .wBox .textList li {
    font-size: 11px;
  }
}
.rixio .wBox table {
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
}
.rixio .wBox table td {
  border: solid 1px #000000;
  padding: 10px;
}
.rixio .wBox .wBox-inner {
  width: 684px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .rixio .wBox .wBox-inner {
    width: 100%;
  }
}

/*------------------------------------------------------------
  service/residential/mail-box
------------------------------------------------------------*/
.mailBox .feature-title {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 2px solid #957e4f;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .mailBox .feature-title {
    font-size: 18px;
  }
}
.mailBox .feature-item p {
  text-align: left;
}
.mailBox .feature-thumb {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.mailBox .feature-content {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .mailBox .feature-content {
    font-size: 14px;
  }
}
.mailBox .feature-thumb img {
  width: 100%;
}

/*------------------------------------------------------------
  service/iot/signage
------------------------------------------------------------*/
.rixio_new .comBgBox {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .rixio_new .comBgBox {
    padding-bottom: 58px;
  }
}
.rixio_new .lead_img {
  width: 100%;
  height: auto;
}
.rixio_new h3.signage_header_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 44px;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new h3.signage_header_ttl {
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.rixio_new h3.signage_header_ttl img {
  width: 190px;
  height: auto;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new h3.signage_header_ttl img {
    width: 100px;
    margin-right: 10px;
  }
}
.rixio_new h4.signage_lead_ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new h4.signage_lead_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.rixio_new .signage_lead_box {
  max-width: 460px;
  border: 1px solid #000;
  padding: 20px;
  margin: 30px auto 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .signage_lead_box {
    text-align: center;
  }
}
.rixio_new .signage_lead_box h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.rixio_new .merit_block:not(:last-child) {
  margin-bottom: 50px;
}
.rixio_new .merit_ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .merit_ttl {
    display: flex;
    font-size: 20px;
  }
}
.rixio_new .merit_ttl span {
  font-size: 36px;
  margin-right: 0.5em;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .merit_ttl span {
    font-size: 26px;
    line-height: 1;
  }
}
.rixio_new .merit_img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto 0;
}
.rixio_new .merit_img + br {
  display: none;
}
.rixio_new .merit_box {
  font-size: 16px;
  border: 1px solid #000;
  padding: 20px 30px;
  margin: 20px 0 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .merit_box {
    font-size: 14px;
    padding: 20px;
  }
}
.rixio_new .merit_box h4 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .merit_box h4 {
    font-size: 18px;
  }
}
.rixio_new .merit_box span {
  font-weight: bold;
}
.rixio_new .merit_box a:hover {
  text-decoration: underline;
}
.rixio_new ul.signage_feature {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new ul.signage_feature {
    display: block;
  }
  .rixio_new ul.signage_feature li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.rixio_new ul.signage_feature img {
  margin-top: 5px;
}
.rixio_new .system_block {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .system_block {
    display: block;
  }
}
.rixio_new .system_block p.txt {
  width: 450px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .system_block p.txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rixio_new .size_img {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .size_img {
    width: 100%;
    height: auto;
  }
}
.rixio_new .sp_br {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .rixio_new .sp_br {
    display: block;
  }
}

/*------------------------------------------------------------
  topic_detail
------------------------------------------------------------*/
.topic_detail .mainVisual {
  padding: 69px 0 60px;
  background-image: url(img/topic/detail/main_img.jpg);
}
.topic_detail .headLine01 {
  padding: 0 15px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 3.7px;
  box-sizing: border-box;
}
.topic_detail .comBgBox {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .topic_detail .comBgBox {
    padding-bottom: 58px;
  }
}
.topic_detail .wBox {
  padding: 92px 111px 74px;
}
@media all and (max-width: 767px) {
  .topic_detail .wBox {
    padding: 20px 15px;
  }
}
.topic_detail .wBox p {
  font-size: 16px;
  text-align: justify;
  line-height: 2.13;
  text-indent: 15px;
}
@media all and (max-width: 767px) {
  .topic_detail .wBox p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.topic_detail dl {
  margin-bottom: 14px;
}
.topic_detail dt {
  margin-bottom: 16px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  .topic_detail dt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.topic_detail dt span {
  margin-right: 32px;
  padding: 4px 5px 2px;
  width: 113px;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-family: Montserrat;
  line-height: 1.5;
  letter-spacing: 2.3px;
  text-align: center;
  background-color: #818181;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .topic_detail dt span {
    margin-right: 15px;
    padding: 4px 5px 2px;
    width: 100px;
    font-size: 14px;
    letter-spacing: 1.3px;
  }
}
.topic_detail dd {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 4.8px;
}
@media all and (max-width: 767px) {
  .topic_detail dd {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.topic_detail .photoBox {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .topic_detail .photoBox {
    margin-bottom: 20px;
  }
  .topic_detail .photoBox img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.topic_detail .archiveButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 32px;
  margin: 60px auto 0;
  color: #fff;
  background-color: #333333;
  border-radius: 2px;
}
@media all and (max-width: 767px) {
  .topic_detail .archiveButton {
    margin: 40px auto 0;
  }
}
.topic_detail .archiveButton::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.topic_detail .archiveButton:hover {
  opacity: 1;
  background-color: #5E5E5E;
}

/*------------------------------------------------------------
  value
------------------------------------------------------------*/
.value .mainVisual {
  background-image: url(img/value/main_img.png);
  background-position: center center;
}
.value .bgBox {
  padding: 68px 0 68px;
  background-color: #f6f6f6;
}
@media all and (max-width: 767px) {
  .value .bgBox {
    margin-bottom: 20px;
    padding: 30px 0 20px;
  }
}
.value .imgBox {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media all and (max-width: 767px) {
  .value .imgBox {
    flex-direction: column;
  }
}
.value .imgBox .photoBox {
  width: 450px;
}
@media all and (max-width: 767px) {
  .value .imgBox .photoBox {
    margin: 0 0 20px 0;
    width: auto;
  }
}
.value .imgBox .photoBox img {
  width: 100%;
}
.value .imgBox .textBox {
  width: 510px;
}
@media all and (max-width: 767px) {
  .value .imgBox .textBox {
    width: auto;
  }
}
.value .imgBox .textBox p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.87;
  text-align: justify;
}
@media all and (max-width: 767px) {
  .value .imgBox .textBox p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.value .lImgBox {
  padding-top: 73px;
  padding-bottom: 73px;
}
.value .lImgBox .photoBox {
  margin: 26px -16px 0 0;
  width: 450px;
}
@media all and (max-width: 767px) {
  .value .lImgBox .photoBox {
    width: auto;
    margin: 0;
  }
}
.value .lImgBox .textBox {
  width: 510px;
}
@media all and (max-width: 767px) {
  .value .lImgBox .textBox {
    width: auto;
  }
}
.value .valuUl {
  background-color: #F8F8F8;
  width: 1024px;
  margin: 0 auto;
  padding: 70px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
@media all and (max-width: 767px) {
  .value .valuUl {
    margin-bottom: 30px;
    width: auto;
    padding: 30px 10px;
    gap: 30px;
  }
}
.value .valuUl li {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
@media all and (max-width: 767px) {
  .value .valuUl li {
    flex-direction: column;
    gap: 20px;
  }
}
.value .valuUl img {
  width: 150px;
}
@media all and (max-width: 767px) {
  .value .valuUl img {
    width: 100%;
  }
}
.value .valuUl .textBox p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.87;
}
@media all and (max-width: 767px) {
  .value .valuUl .textBox p {
    font-size: 13px;
    line-height: 1.65;
  }
}
.value .valuUl .textBox .ttl {
  margin: 0 0 6px 0;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .value .valuUl .textBox .ttl {
    margin: 0;
    font-size: 18px;
  }
}

/*------------------------------------------------------------
  contact
-----------------------------------------------------------*/
.contact {
  background-color: #f4f4f4;
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .contact {
    padding-bottom: 58px;
  }
}
.contact .mainBox.mainBox01 {
  padding-top: 50px;
}
@media all and (max-width: 767px) {
  .contact .mainBox.mainBox01 {
    padding-top: 20px;
  }
}

/*------------------------------------------------------------
  supportform
------------------------------------------------------------*/
.headLine07 {
  margin-bottom: 62px;
  position: relative;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #dfdfdf;
}
@media all and (max-width: 767px) {
  .headLine07 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: 2px solid #dfdfdf;
  }
}
.headLine07::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 84px;
  background-color: #957e4f;
  content: "";
}
@media all and (max-width: 767px) {
  .headLine07::after {
    bottom: -2px;
    height: 2px;
    width: 40px;
  }
}

.supportform .mainVisual {
  background-image: url(img/support/main_img.png);
}
.supportform .comBgBox {
  padding: 73px 0 110px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox {
    padding: 20px 0 50px;
  }
}
.supportform .comBgBox .anchorLink {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .anchorLink {
    flex-direction: column;
    gap: 12px;
    margin: 0 auto 32px;
    width: 90%;
  }
}
.supportform .comBgBox .anchorLink li {
  border: 1px solid #787878;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .anchorLink li {
    width: 100%;
  }
}
.supportform .comBgBox .anchorLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 32px;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .anchorLink li a {
    padding: 16px 30px;
  }
}
.supportform .comBgBox .anchorLink li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow04.svg) no-repeat;
  background-size: contain;
}
.supportform .comBgBox .mainBox {
  padding: 53px 65px 123px;
  background-color: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox {
    padding: 15px 15px 10px;
    border-radius: 10px;
  }
}
.supportform .comBgBox .mainBox .h3Ttl {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .h3Ttl {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox .h3Ttl01 {
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .h3Ttl01 {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox .itemList {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList {
    flex-direction: column;
    flex-wrap: unset;
    row-gap: 30px;
  }
}
.supportform .comBgBox .mainBox .itemList li {
  display: inline-block;
  width: 30%;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList li {
    width: 100%;
  }
}
.supportform .comBgBox .mainBox .itemList li .title {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  color: #957e4f;
  height: 2em;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList li .title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
  }
}
.supportform .comBgBox .mainBox .itemList li .pdfBox {
  padding: 31px 12px 10px;
  min-height: 220px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList li .pdfBox {
    padding: 8px;
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
  }
}
.supportform .comBgBox .mainBox .itemList li .pdfBox .photo {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList li .pdfBox .photo {
    margin-bottom: 0;
  }
}
.supportform .comBgBox .mainBox .itemList li .pdfBox .photo img {
  max-width: 100px;
  width: 100%;
  height: 100px;
}
.supportform .comBgBox .mainBox .itemList li .pdfBox .comLink {
  width: 100%;
  font-size: 11px;
  padding: 1em 10px 1em 0;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .itemList li .pdfBox .comLink {
    width: 60%;
    font-size: 13px;
    padding: 8px 10px 6px 6px;
    margin: 0 auto;
  }
}
.supportform .comBgBox .mainBox .itemList li .pdfBox .comLink::after {
  right: 16px;
}
.supportform .comBgBox .mainBox dl {
  padding: 0 5px 69px 27px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl {
    padding: 0 0 15px 10px;
  }
}
.supportform .comBgBox .mainBox dl dt, .supportform .comBgBox .mainBox dl dd {
  overflow: hidden;
}
.supportform .comBgBox .mainBox dl dt {
  margin-bottom: 13px;
  letter-spacing: 1px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.supportform .comBgBox .mainBox dl dt.special {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dt.special {
    margin-bottom: 15px;
  }
}
.supportform .comBgBox .mainBox dl dt span {
  vertical-align: top;
}
.supportform .comBgBox .mainBox dl dt span.qa {
  display: inline;
  margin-right: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dt span.qa {
    font-size: 14px;
    margin-right: 0;
  }
}
.supportform .comBgBox .mainBox dl dd {
  margin-bottom: 65px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox dl dd .qa {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  vertical-align: top;
  color: #6d6d6d;
  margin-right: 14px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .qa {
    font-size: 14px;
  }
}
.supportform .comBgBox .mainBox dl dd .imgBox {
  display: block;
  margin-bottom: 38px;
  position: relative;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .imgBox {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox dl dd .imgBox .textBox {
  display: block;
  width: 570px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .imgBox .textBox {
    width: 100%;
  }
}
.supportform .comBgBox .mainBox dl dd .photoBox {
  display: block;
  width: 159px;
  position: absolute;
  top: 15px;
  right: 10px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .photoBox {
    width: 100%;
    text-align: center;
    position: inherit;
    top: unset;
    right: unset;
    padding-top: 10px;
  }
}
.supportform .comBgBox .mainBox dl dd .photoBox img {
  width: 100%;
}
.supportform .comBgBox .mainBox dl dd .txtBlock {
  display: inline-block;
  width: 820px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #6d6d6d;
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 15px 23px 19px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock {
    width: calc(100vw - 100px);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding: 10px;
  }
}
.supportform .comBgBox .mainBox dl dd .txtBlock .txtArea {
  width: 420px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock .txtArea {
    width: 100%;
  }
}
.supportform .comBgBox .mainBox dl dd .txtBlock .comLink {
  padding: 11px 27px 8px 10px;
  margin: 3px 0 0 auto;
  width: 334px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock .comLink {
    margin: 15px auto;
    font-size: 13px;
    letter-spacing: 1px;
    width: 80%;
    padding: 8px 10px 5px;
  }
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock .comLink::after {
    width: 10px;
    height: 10px;
    right: 5px;
  }
}
.supportform .comBgBox .mainBox dl dd .txtBlock .textInner {
  display: block;
  padding: 15px 0 0 20px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock .textInner {
    padding: 8px 0 0 10px;
  }
}
.supportform .comBgBox .mainBox dl dd .txtBlock01 {
  padding: 21px 48px 26px 30px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock01 {
    padding: 15px;
  }
}
.supportform .comBgBox .mainBox dl dd .txtBlock02 {
  padding: 21px 25px 29px 30px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd .txtBlock02 {
    padding: 10px;
  }
}
.supportform .comBgBox .mainBox dl dd.question01 {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question01 {
    margin-bottom: 15px;
  }
}
.supportform .comBgBox .mainBox dl dd.question02 {
  margin-bottom: 42px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question02 {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox dl dd.question03 {
  margin-bottom: 46px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question03 {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox dl dd.question04 {
  margin-bottom: 48px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question04 {
    margin-bottom: 20px;
  }
}
.supportform .comBgBox .mainBox dl dd.question04 .txtBlock {
  padding: 27px 20px 20px 25px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question04 .txtBlock {
    padding: 10px;
  }
}
.supportform .comBgBox .mainBox dl dd.question05 {
  margin-bottom: 48px;
}
.supportform .comBgBox .mainBox dl dd.question05 .txtBlock {
  padding: 27px 20px 20px 25px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox dl dd.question05 .txtBlock {
    padding: 10px;
  }
}
.supportform .comBgBox .mainBox .comTableBox {
  padding: 0 20px 10px 28px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox {
    padding: 10px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.number input[type=text] {
  margin-right: 5px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.number input[type=text] {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.symptom {
    padding-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.when {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.connection {
    padding-bottom: 15px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.connection .photo {
  margin-left: -3px;
  display: block;
  width: 100%;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.connection .photo {
    margin-left: 0px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.connection .photo img {
  max-width: 100%;
  width: 100%;
  display: block;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.connection textarea {
    margin-bottom: 12px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.other {
  padding-bottom: 35px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.other {
    padding-bottom: 12px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.other textarea {
  height: 152px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.other textarea {
    height: 100px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td .introTxt {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
  color: #888;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td .introTxt {
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.supportform .comBgBox .mainBox .comTableBox td.submit input[type=submit] {
  width: 480px;
  border-radius: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox td.submit input[type=submit] {
    width: 60%;
  }
}
.supportform .comBgBox .mainBox .comTableBox th.special {
  padding-top: 0;
}
.supportform .comBgBox .mainBox .comTableBox .radioBox > span {
  display: block;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox .radioBox > span {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .mainBox .comTableBox .radioBox label {
    padding-left: 20px;
    font-size: 13px;
    background-size: 18px 18px;
  }
}
.supportform .comBgBox .radioBox .wpcf7-list-item {
  margin: 0 0 15px 0;
  display: block;
}
@media all and (max-width: 767px) {
  .supportform .comBgBox .radioBox .wpcf7-list-item {
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------
  topic一覧
------------------------------------------------------------*/
.topic .mainBox {
  width: auto;
  max-width: 1100px;
}
.topic .comBgBox {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .topic .comBgBox {
    padding-bottom: 58px;
  }
}
.topic .mainVisual {
  background-image: url(img/topic/main_img.jpg);
}
.topic .category {
  background-color: #e9e9e9;
  margin: 0 0 68px;
}
@media all and (max-width: 767px) {
  .topic .category {
    margin: 0 0 20px;
  }
}
.topic .linkUl {
  padding: 21px 29px 19px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
}
@media all and (max-width: 767px) {
  .topic .linkUl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 15px;
  }
}
.topic .linkUl li {
  flex: 0 0 24%;
  border-radius: 2px;
}
.topic .linkUl li a {
  padding: 16px 30px 16px 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: #E7CC99;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
@media all and (max-width: 767px) {
  .topic .linkUl li a {
    padding: 16px 14px;
    gap: 12px;
  }
}
.topic .linkUl li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(img/common/icon-arrow01.svg) no-repeat;
  background-size: contain;
}
.topic .linkUl li a:hover {
  opacity: 1;
  background-color: #fff;
}
.topic .linkUl .on a {
  color: #fff;
  background-color: #333333;
}
.topic .linkUl .on a::after {
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
}
.topic .linkUl .on a:hover {
  background-color: #5E5E5E;
}

/*------------------------------------------------------------
  privacy
-----------------------------------------------------------*/
.privacy {
  background-color: #f4f4f4;
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .privacy {
    padding-bottom: 58px;
  }
}
.privacy .mainBox.mainBox01 {
  padding-top: 50px;
}
.privacy h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.privacy p {
  font-size: 16px;
  margin-bottom: 20px;
}

/*------------------------------------------------------------
  company
------------------------------------------------------------*/
.company {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .company {
    padding-bottom: 58px;
  }
}
.company .mainVisual {
  background-image: url(img/company/main_img.jpg);
}
.company .message {
  margin-bottom: 77px;
  padding: 64px 0 99px;
  background-color: #eee9e5;
}
@media all and (max-width: 767px) {
  .company .message {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.company .message .mainBox {
  position: relative;
}
@media all and (max-width: 767px) {
  .company .message .mainBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.company .message .mainBox .photoBox {
  position: absolute;
  right: -130px;
  top: 120px;
  width: 531px;
}
@media all and (max-width: 767px) {
  .company .message .mainBox .photoBox {
    position: unset;
    right: unset;
    top: unset;
    width: auto;
  }
}
.company .message .mainBox .photoBox img {
  width: 100%;
}
.company .message .mainBox .textBox {
  width: 561px;
}
@media all and (max-width: 767px) {
  .company .message .mainBox .textBox {
    width: auto;
  }
}
.company .message p {
  margin-bottom: 24px;
  line-height: 1.79;
}
@media all and (max-width: 767px) {
  .company .message p {
    margin-bottom: 10px;
  }
}
.company .message p:last-child {
  margin-bottom: 0;
}
.company .message p span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.39;
}
@media all and (max-width: 767px) {
  .company .message p span {
    font-size: 16px;
  }
}
.company .message p .bigSpan {
  font-size: 20px;
  line-height: 1.25;
}
@media all and (max-width: 767px) {
  .company .message p .bigSpan {
    font-size: 18px;
  }
}
.company .message .textImg {
  margin: 43px 28px 0 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .company .message .textImg {
    margin-top: 10px;
  }
}
.company .message .photoBox .textImg img {
  width: 208px;
}
@media all and (max-width: 767px) {
  .company .message .photoBox .textImg img {
    width: 160px;
  }
}
.company .card {
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto 73px;
}
@media all and (max-width: 767px) {
  .company .card {
    margin: 0 auto 30px;
    flex-direction: column;
  }
}
.company .card .photo {
  flex: 0 0 300px;
}
@media all and (max-width: 767px) {
  .company .card .photo {
    flex: unset;
  }
}
.company .card .photo img {
  width: 100%;
  aspect-ratio: 15/14;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  .company .card .photo img {
    aspect-ratio: 355/226;
    -o-object-position: 50% 20%;
       object-position: 50% 20%;
  }
}
.company .card .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 68px 48px;
  flex: 0 0 500px;
}
@media all and (max-width: 767px) {
  .company .card .text {
    padding: 15px 20px 20px;
    flex: unset;
  }
}
.company .card .text h4 {
  font-size: 20px;
}
.company .map {
  height: 348.5px;
  margin-bottom: 30px;
}
.company .headLine:has(+ .history) {
  margin-bottom: 0;
  padding: 60px 0 76px;
  background: url(img/company/bg02.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
@media all and (max-width: 767px) {
  .company .headLine:has(+ .history) {
    padding: 20px 0;
  }
}
.company .headLine:has(+ .history) span {
  color: #fff;
}
.company .headLine:has(+ .history) span::after {
  background-color: #fff;
}
.company .historyBox {
  padding: 76px 0 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .company .historyBox {
    padding: 30px 0 20px;
  }
}
.company .historyBox:before {
  margin-left: -2.5px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  background-color: #957e4f;
  content: "";
}
@media all and (max-width: 767px) {
  .company .historyBox:before {
    left: 5px;
    width: 4px;
  }
}
.company .historyBox:after {
  margin-left: -12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #957e4f;
  content: "";
}
@media all and (max-width: 767px) {
  .company .historyBox:after {
    margin: 0;
    left: -5px;
    width: 20px;
    height: 20px;
  }
}
@media all and (max-width: 767px) {
  .company .historyUl {
    padding-left: 25px;
  }
}
.company .historyUl::after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.company .historyUl li {
  margin-bottom: 60px;
  width: 450px;
  float: left;
  position: relative;
}
@media all and (max-width: 767px) {
  .company .historyUl li {
    margin-bottom: 20px;
    float: none;
    width: auto;
  }
}
.company .historyUl li.rStyle {
  float: right;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle {
    float: none;
  }
}
.company .historyUl li.rStyle .ttlBox {
  right: unset;
  left: 0;
}
.company .historyUl li.rStyle .ttlBox::before {
  right: 100%;
  left: auto;
}
.company .historyUl li.rStyle .ttlBox::after {
  left: -75px;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle .ttlBox::after {
    left: -30px;
  }
}
.company .historyUl li.rStyle .ttlBox p {
  text-align: left;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle .ttlBox p {
    text-align: center;
  }
}
.company .historyUl li.rStyle01 {
  margin: -4px 0 22px;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle01 {
    margin-top: 0;
  }
}
.company .historyUl li.rStyle01 .ttlBox {
  top: 100px;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle01 .ttlBox {
    top: 0;
  }
}
.company .historyUl li.rStyle02 {
  margin-bottom: 39px;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle02 {
    margin-bottom: 20px;
  }
}
.company .historyUl li.rStyle03 {
  margin-bottom: 31px;
}
@media all and (max-width: 767px) {
  .company .historyUl li.rStyle03 {
    margin-bottom: 20px;
  }
}
.company .historyUl li:not(:has(.photoBox)) .ttl {
  padding-top: 50px;
}
@media all and (max-width: 767px) {
  .company .historyUl li:not(:has(.photoBox)) .ttl {
    padding-top: 40px;
  }
}
.company .historyUl li:first-child .ttlBox p, .company .historyUl li:nth-child(2) .ttlBox p {
  width: 127px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .company .historyUl li:first-child .ttlBox p, .company .historyUl li:nth-child(2) .ttlBox p {
    width: 120px;
  }
}
.company .historyUl .ttlBox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .company .historyUl .ttlBox {
    top: 0;
    right: auto;
    left: 0;
  }
}
.company .historyUl .ttlBox:before {
  position: absolute;
  width: 65px;
  height: 2px;
  left: 100%;
  top: 50%;
  background-color: #957e4f;
  content: "";
}
@media all and (max-width: 767px) {
  .company .historyUl .ttlBox:before {
    width: 20px;
    left: -20px;
    right: auto;
  }
}
.company .historyUl .ttlBox:after {
  margin-top: -12px;
  position: absolute;
  width: 25px;
  height: 25px;
  right: -74px;
  top: 50%;
  border-radius: 50px;
  background-color: #957e4f;
  content: "";
}
@media all and (max-width: 767px) {
  .company .historyUl .ttlBox:after {
    width: 19px;
    height: 19px;
    left: -30px;
    top: 16px;
  }
}
.company .historyUl .ttlBox p {
  padding: 6px 10px 12px;
  width: 159px;
  color: #FFF;
  font-size: 20px;
  line-height: 1.26;
  font-weight: bold;
  background-color: #957e4f;
  text-align: right;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .company .historyUl .ttlBox p {
    padding: 4px 5px 8px;
    font-size: 14px;
    text-align: center;
    width: 120px;
  }
}
.company .historyUl .ttlBox p .sSpan {
  font-size: 24px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.05;
}
@media all and (max-width: 767px) {
  .company .historyUl .ttlBox p .sSpan {
    font-size: 18px;
  }
}
.company .historyUl .photoBox {
  margin-bottom: 17px;
  position: relative;
}
.company .historyUl .photoBox .img {
  width: 161px;
  position: absolute;
  right: -24px;
  bottom: -25px;
  border-radius: 50%;
}
@media all and (max-width: 767px) {
  .company .historyUl .photoBox .img {
    right: -15px;
    bottom: -15px;
    width: 100px;
  }
}
.company .historyUl .photoBox img {
  width: 100%;
}
.company .historyUl p {
  line-height: 1.86;
  text-align: justify;
  color: #828282;
}
@media all and (max-width: 767px) {
  .company .historyUl p {
    line-height: 1.65;
    letter-spacing: -0.1px;
  }
}
.company .historyUl .ttl {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.33;
  color: #333;
}
@media all and (max-width: 767px) {
  .company .historyUl .ttl {
    margin-bottom: 7px;
    font-size: 16px;
  }
}

/* company用css追加 */
#companyDl {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#companyDl dt, #companyDl dd {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px 19px 11px;
}
@media all and (max-width: 767px) {
  #companyDl dt, #companyDl dd {
    padding: 15px 10px 11px;
  }
}
#companyDl dt {
  width: 170px;
  background-color: #373737;
  color: #fff;
}
@media all and (max-width: 767px) {
  #companyDl dt {
    width: 100%;
    margin-bottom: 0;
  }
}
#companyDl dd {
  width: calc(100% - 170px);
  background-color: #f7f7f7;
}
@media all and (max-width: 767px) {
  #companyDl dd {
    width: 100%;
  }
}
#companyDl ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 21px;
}
#companyDl ul li::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(img/common/dot.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 役員紹介 */
#officers {
  padding: 80px 0;
}
@media all and (max-width: 767px) {
  #officers {
    padding: 40px 0;
  }
}
#officers table, #officers tr, #officers th, #officers td {
  box-sizing: border-box;
}
#officers table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  table-layout: fixed;
  border: 1px solid #8b898a;
}
#officers tr {
  width: 100%;
  border-bottom: 1px solid #8b898a;
}
#officers th, #officers td {
  padding: 20px 25px;
  text-align: left;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  #officers th, #officers td {
    display: block;
    padding: 20px;
  }
}
#officers th {
  width: 300px;
  background-color: #f3f3f3;
}
@media all and (max-width: 767px) {
  #officers th {
    width: 100%;
  }
}
#officers ._job {
  margin-bottom: 2px;
}
#officers ._name {
  font-size: 20px;
}
#officers td {
  width: auto;
}
#officers ._beforeCareer {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* breadcrumbs */
.breadcrumbs {
  background-color: #f6f6f6;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span.gt {
  margin-right: 10px;
  margin-left: 10px;
  color: #705a2d;
}

.service .breadcrumbs {
  background-color: #fff;
}

.company .breadcrumbs {
  background-color: #eee9e5;
}

/* form */
.comTableBox td .checkBox label input[type=checkBox] {
  margin-right: 12px;
  opacity: 0;
}
.comTableBox td .radioBox label {
  margin-right: 40px;
  padding-left: 34px;
  display: inline-block;
  font-size: 16px;
  background-size: 24px 24px;
  color: #888;
  position: relative;
  height: 100%;
}
.comTableBox td .radioBox label input[type=radio] {
  margin-right: 12px;
  opacity: 0;
}
.comTableBox td .checkBox label {
  margin-right: 40px;
  padding-left: 34px;
  display: inline-block;
  font-size: 16px;
  background-size: 24px 24px;
  color: #888;
  position: relative;
  height: 100%;
}
.comTableBox td .radioBox label span, .comTableBox td .checkBox label span {
  margin-left: -27px;
}
.comTableBox td .radioBox label {
  background: url(img/form/radio.png) no-repeat left top;
  background-size: 24px 24px;
}
.comTableBox td .radioBox label.on {
  background-image: url(img/form/radio_on_brown.png);
}
.comTableBox td .checkBox label {
  background: url(img/form/checkbox.png) no-repeat left top;
  background-size: 24px 24px;
  margin-bottom: 15px;
}
.comTableBox td .checkBox label.on {
  background-image: url(img/form/checkbox_on_brown.png);
}

.form .comTableBox td .radioBox label.on {
  background-image: url(img/form/radio_on_blue.png);
}
.form .comTableBox td .checkBox label.on {
  background-image: url(img/form/checkbox_on_blue.png);
}
.form .comTableBox td select {
  border: solid 1px #cbdbe5;
  background-color: #FFF;
  height: 42px;
  line-height: 1.1;
  color: #333;
}

.comTableBox .custom-wpcf7c-confirmed td input[type=text].wpcf7c-conf, .comTableBox .custom-wpcf7c-confirmed td input[type=tel].wpcf7c-conf, .comTableBox .custom-wpcf7c-confirmed td input[type=email].wpcf7c-conf {
  width: 100%;
  letter-spacing: 1.6px;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  background-color: #ffffff;
}
.comTableBox .custom-wpcf7c-confirmed td textarea.wpcf7c-conf {
  width: 100%;
  letter-spacing: 1.6px;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
  background-color: #ffffff;
}
.comTableBox .custom-wpcf7c-confirmed td a {
  display: none;
}
.comTableBox td select {
  padding: 6px 12px 2px;
  border: 0;
  border-radius: 0;
  height: 44px;
  width: 100%;
  font-size: 14px;
  color: #888;
  background-color: #f4f4f4;
  box-sizing: border-box;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.comTableBox .custom-wpcf7c-confirmed td select.wpcf7c-conf ~ .customSelect {
  background-color: #ffffff;
  background: none;
  color: #000000;
}

/* service-detail */
.service-detail .h3Ttl {
  margin: 65px 0 39px;
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 3px;
  font-family: HiraKakuPro-W3;
}
.service-detail .textP {
  margin-bottom: 65px;
  font-size: 15px;
  line-height: 1.87;
  text-align: center;
}
.service-detail .comBgBox {
  padding-bottom: 120px;
}
@media all and (max-width: 767px) {
  .service-detail .comBgBox {
    padding-bottom: 58px;
  }
}
.service-detail .sBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
@media all and (max-width: 767px) {
  .service-detail .sBox ul {
    grid-template-columns: auto;
  }
}
.service-detail .sBox ul li {
  width: 490px;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-sizing: border-box;
  padding: 32px 43px 55px;
}
@media all and (max-width: 767px) {
  .service-detail .sBox ul li {
    width: 100%;
  }
}
.service-detail .sBox ul li p {
  line-height: 1.75;
  font-size: 16px;
}
.service-detail .sBox ul li .tip {
  margin: 0 2px 8px;
  color: #957e4f;
  font-family: Montserrat;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-align: right;
}
.service-detail .sBox ul li .photo {
  margin: 0 -13px 20px;
}
.service-detail .sBox ul li .photo img {
  width: 430px;
}
@media all and (max-width: 767px) {
  .service-detail .sBox ul li .photo img {
    width: 100%;
  }
}
.service-detail .sBox ul li .ttl {
  margin-bottom: 19px;
  padding: 5px 0 5px 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  border-left: 4px solid #937C4C;
}
@media all and (max-width: 767px) {
  .service-detail .sBox ul li .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

/*------------------------------------------------------------
  kaiyaku/form
add_202109n
------------------------------------------------------------*/
.pt80 {
  padding: 86px 0 43px !important;
}

.index_txt {
  border: 1px solid #705a2d;
  padding: 5%;
  background: #fff;
  margin-bottom: 5%;
  line-height: 2em;
}
.index_txt strong {
  display: block;
  margin: 1em 0;
  font-size: 1.2em;
  text-align: center;
}
.index_txt .atn_ttl {
  font-size: 1.8em;
  text-align: center;
  background: #705a2d;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2em;
  margin-bottom: 1em;
}
.index_txt ul li {
  margin-bottom: 1em;
}

.kaiyaku_form table {
  width: 100%;
}
.kaiyaku_form .checkBox span.wpcf7-list-item {
  margin: 0;
}

.radioBox span.wpcf7-list-item {
  margin: 0;
}

.kaiyaku_form .radioBox span.wpcf7-list-item {
  display: block;
  padding-bottom: 10px;
}
.kaiyaku_form td.number input[type=text], .kaiyaku_form td.number input[type=tel] {
  width: 6em !important;
  margin-right: 0;
}
.kaiyaku_form .dairi_must {
  display: inline-block;
  margin-left: 1em;
  color: #c32f2f;
  font-size: 14px;
}

/*------------------------------------------------------------
 yoyaku/form
add_202201n
------------------------------------------------------------*/
.yoyaku_form table {
  margin-bottom: 50px;
}
.yoyaku_form td {
  text-align: left;
}

.yoyaku_form_top_txt .attention1 {
  color: #c32f2f;
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}
.yoyaku_form_top_txt .attention2 {
  padding: 15px;
  border: 2px solid #957e4f;
  margin: 1em auto 50px;
  color: #957e4f;
  font-weight: bold;
  line-height: 2em;
}

.yoyaku_form .btm_txt {
  padding: 20px;
  border: 4px solid #f4f4f4;
  background: #f4f4f4;
  border: 1px solid #aaa;
  line-height: 1.8em;
  margin-top: 50px;
  text-align: left;
}
.yoyaku_form .btm_txt .ttl {
  font-weight: bold;
}
.yoyaku_form .btm_txt .ttl a {
  font-weight: bold;
  color: #957e4f;
  font-size: 1.2em;
  display: inline-block;
  margin: 0.5em 0;
}
.yoyaku_form .btm_txt .attention {
  color: #c32f2f;
}
.yoyaku_form td.number input[type=text], .yoyaku_form td.number input[type=tel] {
  width: 6em !important;
  margin-right: 0;
}
.yoyaku_form span.horizontal-item {
  margin-left: 0 !important;
}
.yoyaku_form table th, .yoyaku_form table td {
  padding: 10px;
}

/*------------------------------------------------------------
 support/form
add_202201n
------------------------------------------------------------*/
.supportform {
  background: #f4f4f4;
}
.supportform .mainVisual_1 {
  padding-top: 50px;
}
.supportform .mainVisual_1 .comBgBox {
  padding-top: 0;
}
.supportform .headLine {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 49px;
  color: #000;
  letter-spacing: 2px;
}
.supportform .headLine span {
  margin-top: 0;
  font-family: Montserrat;
  display: block;
  font-size: 12px;
  font-weight: normal;
  position: relative;
}

.manual_img img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .manual_img img {
    width: 170px;
    margin: 20px auto;
  }
}

.support_form td.number input[type=text], .support_form td.number input[type=tel], .support_form td.number input[type=text], .support_form td.number input[type=tel] {
  width: 6em !important;
  margin-right: 0;
}
.support_form span.horizontal-item {
  margin-left: 0 !important;
}
.support_form .photo img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.supportform .mainBox dd.question05 {
  margin-bottom: 48px;
}

/*------------------------------------------------------------
  RIXIO
add_202302n
------------------------------------------------------------*/
.rixio .photoBox img {
  max-width: 100%;
}

/*------------------------------------------------------------
  mailform（reservation）
add_202303n
------------------------------------------------------------*/
.comTableBox td input[type=text].nyuukyo_schedule {
  width: 150px;
  margin-left: 10px;
}

/*------------------------------------------------------------
  RIXIO
add_202303n
------------------------------------------------------------*/
.rixio_new {
  font-size: 18px;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .rixio_new {
    font-size: 16px;
  }
}

.rixio_block:not(:last-child) {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .rixio_block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.rixio_block h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .rixio_block h3 {
    font-size: 22px;
  }
}
.rixio_block.lead {
  text-align: center;
}
@media all and (max-width: 767px) {
  .rixio_block.lead {
    text-align: left;
  }
}
.rixio_block.lead h2 {
  margin: 30px 0;
}
.rixio_block.lead h2 img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .rixio_block.lead h2 img {
    width: 220px;
  }
}
.rixio_block.lead img.lead_img {
  display: block;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .rixio_block span {
    font-size: 20px;
  }
}

/***** メリット *****/
ul.merit {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
ul.merit li {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  ul.merit li {
    flex-direction: column;
    gap: 12px;
  }
}
ul.merit li h4 {
  display: flex;
  align-items: center;
  border-left: 8px solid #E7CC99;
  padding: 0 0 0 15px;
  margin-bottom: 12px;
}
ul.merit li h4 .merit_number {
  font-size: 46px;
  font-family: Montserrat;
  line-height: 1;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  ul.merit li h4 .merit_number {
    font-size: 42px;
    margin-right: 12px;
  }
}
ul.merit li h4 .merit_title {
  font-size: 25px;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  ul.merit li h4 .merit_title {
    font-size: 20px;
  }
}
ul.merit li h4 .merit_title small {
  font-size: 15px;
  display: block;
}
@media all and (max-width: 767px) {
  ul.merit li h4 .merit_title small {
    font-size: 12px;
  }
}
ul.merit li p {
  font-size: 14px;
  margin-top: 10px;
}
ul.merit li img {
  width: 100%;
  height: auto;
}

/***** 導入企業様データ *****/
.data_img img {
  display: block;
  width: 100%;
  height: auto;
}

/***** 仕組み *****/
.structure_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px solid #957e4f;
  padding: 20px;
}
@media all and (max-width: 767px) {
  .structure_block {
    display: block;
    padding: 15px;
  }
}

.structure_ttl {
  font-weight: bold;
  margin-top: 1em;
}

img.structure_main_img {
  width: 670px;
  height: auto;
}
@media all and (max-width: 767px) {
  img.structure_main_img {
    width: 100%;
  }
}

.structure_block ul {
  width: calc(100% - 690px);
}
@media all and (max-width: 767px) {
  .structure_block ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }
}
.structure_block ul li {
  border: 1px solid #957e4f;
}
@media all and (max-width: 767px) {
  .structure_block ul li {
    width: 46%;
  }
}
.structure_block ul li:first-child {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .structure_block ul li:first-child {
    margin-bottom: 0;
  }
}
.structure_block ul img {
  display: block;
  width: 100%;
  height: auto;
}

/***** ご利用方法 *****/
ul.use {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 670px;
}
@media all and (max-width: 767px) {
  ul.use {
    position: unset;
    display: block;
    width: 100%;
  }
}
ul.use li {
  width: 46%;
}
@media all and (max-width: 767px) {
  ul.use li {
    width: 100%;
    margin-bottom: 50px;
  }
}
ul.use li h4 {
  display: flex;
  align-items: flex-end;
  color: #957e4f;
  border-left: 8px solid #d8cdb4;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
}
ul.use li h4 span {
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}
ul.use li h4 strong {
  display: block;
  font-size: 50px;
  line-height: 1;
}
ul.use li h4 p {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
}
ul.use li h4 small {
  display: block;
  font-size: 14px;
}
ul.use li picture {
  display: block;
  background-color: #957e4f;
  padding: 30px 0;
}
ul.use li picture img {
  display: block;
  width: auto;
  height: 180px;
  margin: 0 auto;
}
ul.use li > p {
  border-left: 8px solid #d8cdb4;
  padding-left: 15px;
  margin-top: 10px;
}
ul.use li > p span {
  font-size: 14px;
}
ul.use li.option {
  position: absolute;
  right: -250px;
  bottom: -70px;
  width: 200px;
}
@media all and (max-width: 767px) {
  ul.use li.option {
    width: 100%;
    position: unset;
    margin-bottom: 0;
  }
}
ul.use li.option h4 {
  position: relative;
  display: block;
}
ul.use li.option h4::after {
  position: absolute;
  top: 50px;
  left: -170px;
  content: "";
  width: 170px;
  border-bottom: 3px dashed #d8cdb4;
}
@media all and (max-width: 767px) {
  ul.use li.option h4::after {
    top: -45px;
    left: 70px;
    width: 0;
    height: 50px;
    border-bottom: none;
    border-left: 3px dashed #d8cdb4;
  }
}
ul.use li.option h4 span {
  font-size: 24px;
}
ul.use li.option h4 p {
  font-size: 22px;
}
@media all and (max-width: 767px) {
  ul.use li.option h4 p br {
    display: none;
  }
}
ul.use li.option picture {
  background-color: inherit;
  padding: 0;
}
ul.use li.option picture img {
  width: 120px;
  height: auto;
  margin: 0;
}
ul.use li.option > p {
  border-left: none;
  padding-left: 0;
}

/***** サービス概要 *****/
.service_block {
  width: 65%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .service_block {
    width: 100%;
  }
}

table.service_table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
@media all and (max-width: 767px) {
  table.service_table {
    width: calc(100% - 20px);
    border-spacing: 0;
  }
}
table.service_table th, table.service_table td {
  padding: 10px;
}
@media all and (max-width: 767px) {
  table.service_table th, table.service_table td {
    display: block;
    width: 100%;
  }
}
table.service_table th {
  width: 22%;
  background-color: #858585;
  color: #fff;
  font-weight: normal;
}
table.service_table td {
  width: 78%;
}
table.speed {
  width: 65%;
  border-collapse: collapse;
  margin: 0 auto;
}
table.speed th, table.speed td {
  border-bottom: 1px solid #000;
  padding: 10px;
}
table.speed th {
  color: #957e4f;
  font-weight: normal;
  text-align: left;
}

/***** 速度目安 *****/
@media all and (max-width: 767px) {
  table.speed {
    width: 100%;
  }
}
/***** 開通までの流れ *****/
.rixio_flow_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

ul.flow_note {
  font-size: 14px;
}

/***** 導入後のフォロー *****/
.follow_block {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .follow_block {
    display: block;
  }
}
.follow_block:not(:last-child) {
  margin-bottom: 40px;
}

.follow_txt_wrap {
  display: flex;
  align-items: center;
  width: calc(100% - 530px);
  position: relative;
}
@media all and (max-width: 767px) {
  .follow_txt_wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.follow_txt_wrap .follow_num {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-right: 25px;
}
@media all and (max-width: 767px) {
  .follow_txt_wrap .follow_num {
    font-size: 40px;
    line-height: 1.5;
    text-align: left;
    margin-right: 0;
  }
}
.follow_txt_wrap .follow_num span {
  display: block;
  color: #957e4f;
  font-size: 18px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .follow_txt_wrap .follow_num span {
    font-size: 16px;
  }
}

.follow_txt h4 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .follow_txt h4 {
    font-size: 20px;
  }
}
.follow_txt h4 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .follow_txt h4 br.pc_br {
    display: none;
  }
}
.follow_txt p {
  font-size: 15px;
  line-height: 1.6;
}

.follow_icon01, .follow_icon02, .follow_icon03 {
  position: absolute;
}

@media all and (max-width: 767px) {
  .follow_icon01 img, .follow_icon02 img, .follow_icon03 img {
    width: 100%;
    height: auto;
  }
}
.follow_icon01 {
  top: 0;
  right: 25px;
}
@media all and (max-width: 767px) {
  .follow_icon01 {
    top: 20px;
    right: 0;
    width: 56px;
  }
}

.follow_icon02 {
  top: 20px;
  right: 20px;
}
@media all and (max-width: 767px) {
  .follow_icon02 {
    right: 0;
    width: 60px;
  }
}

.follow_icon03 {
  top: 30px;
  right: 25px;
}
@media all and (max-width: 767px) {
  .follow_icon03 {
    top: 20px;
    right: 0;
    width: 46px;
  }
}

.follow_img {
  width: 500px;
}
@media all and (max-width: 767px) {
  .follow_img {
    width: 100%;
  }
}
.follow_img img {
  display: block;
  width: 100%;
  height: auto;
}

/***** お問い合わせボタン *****/
.rixio_contact {
  text-align: center;
}
.rixio_contact a {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 2px;
  padding: 15px 70px;
  position: relative;
  background-color: #957e4f;
}
.rixio_contact a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/common/icon-arrow03.svg) no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .rixio_contact a {
    width: 100%;
    max-width: 350px;
    background-position: right 8px center;
    font-size: 14px;
    padding: 15px 0;
  }
}

/*------------------------------------------------------------
  graph
add_202305n
------------------------------------------------------------*/
.graphBox {
  padding: 50px 0 89px;
}
@media all and (max-width: 767px) {
  .graphBox {
    padding: 20px 15px 32px;
  }
}
.graphBox .mainBox {
  margin: 0 auto;
  max-width: 1100px;
}
@media all and (max-width: 767px) {
  .graphBox .mainBox {
    width: auto;
  }
}

.graph_lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .graph_lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
  }
}

ul.graph {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  ul.graph {
    display: block;
  }
}
@media all and (max-width: 767px) {
  ul.graph li {
    width: 100%;
  }
  ul.graph li:nth-child(2) {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
}
ul.graph li img {
  width: auto;
  height: 370px;
}
@media all and (max-width: 767px) {
  ul.graph li img {
    width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
  chatbot
add_202306n
------------------------------------------------------------*/
.ul-widget-main-window.ul-widget-hide {
  right: 0 !important;
  bottom: 50px !important;
}
@media all and (max-width: 767px) {
  .ul-widget-main-window.ul-widget-hide {
    bottom: 90px !important;
  }
}

#ulAiWidget {
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  #ulAiWidget {
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------
  YouTube
add_202310n
------------------------------------------------------------*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.flow_movie_link {
  max-width: 480px;
  padding: 15px;
  margin: 0 auto 50px;
}
@media all and (max-width: 767px) {
  a.flow_movie_link {
    padding: 12px;
    margin: 0 auto 20px;
  }
}

/*------------------------------------------------------------
  SDGs
add_202402n
------------------------------------------------------------*/
.sdgs_block {
  width: 950px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .sdgs_block {
    width: 100%;
  }
}
.sdgs_block img {
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .sdgs_block img {
    display: block;
    margin: 0 auto 20px;
  }
}
.sdgs_block a {
  text-decoration: underline;
}

.sdgs_lead {
  margin: 60px auto;
  font-size: 20px;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .sdgs_lead {
    font-size: 16px;
  }
}
.sdgs_lead img {
  margin-bottom: 20px;
}

.gray_bg {
  background-color: #f6f6f6;
  padding: 60px 0;
  margin-bottom: 60px;
}

h4.presenttree_ttl {
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  h4.presenttree_ttl {
    font-size: 24px;
  }
}
h4.presenttree_ttl span {
  border-bottom: 5px solid #009ada;
}

.presenttree_main_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .presenttree_main_block {
    display: block;
  }
}
.presenttree_main_block > img {
  width: 580px;
}
.presenttree_main_block .presenttree_text {
  width: 340px;
  font-size: 13px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .presenttree_main_block .presenttree_text {
    width: 100%;
  }
}
.presenttree_main_block .presenttree_text img.rixio_ecoproject_ttl {
  display: block;
  width: 240px;
  margin: 0 auto 20px;
}
@media all and (max-width: 767px) {
  .presenttree_main_block .presenttree_text img.rixio_ecoproject_ttl {
    width: 70%;
  }
}
.presenttree_main_block .presenttree_text .rixio_meaning {
  display: block;
  font-weight: bold;
  margin: 1em 0;
}

.presenttree_sub_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media all and (max-width: 767px) {
  .presenttree_sub_block {
    display: block;
  }
}
.presenttree_sub_block > div {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.presenttree_sub_block div.col2 {
  width: 450px;
}
@media all and (max-width: 767px) {
  .presenttree_sub_block div.col2 {
    width: 100%;
  }
  .presenttree_sub_block div.col2:first-child {
    margin-bottom: 50px;
  }
}
.presenttree_sub_block div.col1 {
  width: 100%;
  margin-top: 50px;
}
.presenttree_sub_block .col1_inner {
  height: 90px;
  overflow-y: scroll;
}
@media all and (max-width: 767px) {
  .presenttree_sub_block .col1_inner {
    height: 150px;
  }
}
.presenttree_sub_block h5 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.presenttree_sub_block img {
  margin-bottom: 30px;
}
.presenttree_sub_block div.col2 a {
  display: inline-block;
  margin-top: 1em;
}
.presenttree_sub_block div.col1 p:not(:last-child) {
  margin-bottom: 10px;
}

.bottom_block h3 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .bottom_block h3 {
    font-size: 18px;
  }
}
.bottom_block h3 span {
  border-bottom: 3px solid #009ada;
}

.bottom_block_inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .bottom_block_inner {
    display: block;
  }
}
.bottom_block_inner figure {
  margin: 0;
}
.bottom_block_inner .bottom_txt {
  width: 450px;
}
@media all and (max-width: 767px) {
  .bottom_block_inner .bottom_txt {
    width: 100%;
  }
}

.bottom_txt p {
  margin-bottom: 1em;
}

.gray_bg.bottom {
  margin-top: 60px;
}

.sdgs_bnr {
  text-align: center;
  padding: 60px 0;
}
.sdgs_bnr img {
  margin-bottom: 20px;
}