@charset "UTF-8";
body {
  font-family: YuMincho, "Yu Mincho", serif;
  color: #453B36;
  font-size: 14px;
  font-weight: 600;
}

.header {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 50;
}
.header .inner {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 1;
}
.header__icons {
  display: flex;
  align-items: center;
}
.header .mail-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  fill: #fff;
}

.menu-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  padding-top: 20%;
  padding-bottom: 40px;
  color: #4D4D79;
  font-size: 16px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
  letter-spacing: 0.05em;
}
.menu-wrap li {
  border-bottom: 1px solid rgba(77, 77, 121, 0.5);
}
.menu-wrap ul a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  display: block;
  cursor: pointer;
}
.menu-wrap ul a::after {
  content: url("../img/icon_menu-arrow.svg");
  position: absolute;
  right: 60px;
  transition: all 0.4s ease;
}
.menu-wrap .menu-parent .parent {
  padding-top: 20px;
  padding-bottom: 10px;
}
.menu-wrap .menu-parent .parent a {
  padding: 0;
  pointer-events: none;
}
.menu-wrap .menu-parent {
  padding-bottom: 10px;
}
.menu-wrap .menu-parent .parent.open a::after {
  transform: rotate(90deg);
}
.menu-wrap .sub-menu {
  display: none;
}
.menu-wrap .sub-menu li {
  color: rgba(69, 59, 54, 0.5);
  font-size: 14px;
  border: none;
}
.menu-wrap .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-wrap .sub-menu li a::after {
  content: none;
}

.header-menu {
  padding-left: 60px;
}

.cta-wrap .tel-wrap {
  margin-top: 40px;
  padding-left: 60px;
}
.cta-wrap .tel-wrap a {
  margin-top: 15px;
  display: flex;
  letter-spacing: 0.05em;
}
.cta-wrap .tel-wrap a:first-of-type {
  margin-top: 0;
}
.cta-wrap .icon-tel {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #4D4D79;
}
.cta-wrap .more-btn {
  height: auto;
  margin-top: 40px;
  line-height: 1em;
}

.header.color {
  background-color: rgba(255, 255, 255, 0.8);
}
.header.color .menu-wrap {
  color: #4D4D79;
}
.header.color .more-btn {
  background-color: #4D4D79;
  color: #fff;
}
.header.color .tel-wrap .icon-tel {
  fill: #4D4D79;
}
.header.color .mail-icon {
  fill: #A5D861;
}
.header.color .hamburger span {
  background-color: #A5D861;
}

.header.open .menu-wrap {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.header.open .hamburger span {
  background-color: #707070;
}
.header.open .hamburger span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
}
.header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}
.header.open .hamburger span:nth-of-type(3) {
  transform: translateY(-50%) rotate(45deg);
}
.header.open .mail-icon {
  fill: #fff;
}
.header.open .header__icons .mail {
  fill: #fff;
  pointer-events: none;
}

.hamburger {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  position: relative;
}
.hamburger span {
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: all 0.5s ease;
}
.hamburger span:nth-of-type(1) {
  transform: translateY(calc(-50% - 8px));
}
.hamburger span:nth-of-type(3) {
  transform: translateY(calc(-50% + 8px));
}

.footer {
  padding-top: 40px;
}
.footer .footer-logo {
  width: 140px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #4D4D79;
}
.footer-menu li {
  margin: 15px 20px;
}
.footer-menu.sub {
  margin-top: 15px;
  margin-bottom: 25px;
  color: rgba(69, 59, 54, 0.7);
  font-size: 85%;
}
.footer-menu.sub li {
  margin: 10px 18px;
}

.copy-wrap {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4D4D79;
  color: #fff;
  font-size: 10px;
}

.lower-mv {
  width: 100%;
  height: 240px;
  position: relative;
}
.lower-mv img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
}
.lower-mv .title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.lower-mv .title span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.lower-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lower-main .h2-design {
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}
.lower-main .outline-text {
  line-height: 2em;
  text-align: center;
}

.inner {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.h2-design {
  font-size: 24px;
  color: #4D4D79;
  text-align: center;
  line-height: 1em;
}

.h2-design + .h2-sub {
  margin-top: 10px;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.more-btn {
  width: 215px;
  margin: 0 auto;
  display: block;
  border: 1px solid #4D4D79;
  text-align: center;
  font-weight: 400;
  color: #4D4D79;
}
.more-btn a {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-btn .icon {
  width: 15px;
  height: 5px;
  margin-left: 15px;
  fill: #4D4D79;
}
.more-btn.--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.more-btn.--white .icon {
  fill: #fff;
}

.sp-none {
  display: none;
}

.c-red {
  color: #f00;
}

.underline {
  text-decoration: underline;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: translate ease 1s 0.1s, opacity ease 1s 0.1s;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0px);
}

.fz-small {
  font-size: 12px;
  line-height: 1.5em;
}

.main-visual {
  width: 100%;
  height: 300px;
  position: relative;
}
.main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-catch {
  position: absolute;
  bottom: 40px;
  color: #fff;
}
.mv-catch .catch {
  font-size: 24px;
  line-height: 1em;
}
.mv-catch .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.66em;
}

.top-about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-about .h2-design {
  margin-bottom: 10px;
  font-size: 32px;
  color: rgba(77, 77, 121, 0.3);
  font-weight: 900;
}
.top-about .text {
  margin-top: 20px;
  text-align: center;
  line-height: 2em;
}

.top-works {
  padding-bottom: 60px;
}
.top-works .inner {
  padding: 0;
}
.top-works .h2-design {
  padding-bottom: 10px;
  font-size: 32px;
  color: rgba(77, 77, 121, 0.3);
  text-align: left;
  font-weight: 900;
}
.top-works .h2-design .border-parent {
  padding-bottom: 10px;
}
.top-works .h2-design .border {
  padding-left: 20px;
  padding-bottom: 10px;
}
.top-works .h2-design .sub {
  margin-left: 10px;
  font-size: 14px;
  color: #453B36;
  font-weight: 400;
}
.top-works .more-btn {
  margin-top: 30px;
}

.border-parent {
  border-bottom: 1px solid rgba(69, 59, 54, 0.2);
}

.border {
  border-bottom: 1px solid #A5D861;
}

.works-slide {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(77, 77, 121, 0.05);
}
.works-slide li {
  width: 100%;
  max-width: 400px;
  height: 45vw;
  max-height: 240px;
  position: relative;
}
.works-slide li p {
  width: 100%;
  height: 24px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(69, 59, 54, 0.7);
  color: #fff;
  font-size: 13px;
}
.works-slide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-slide .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.works-slide .splide__arrow--prev {
  left: 3px;
}
.works-slide .splide__arrow--next {
  right: 3px;
}
.works-slide .splide__arrow .icon {
  width: 13px;
  height: 30px;
  display: block;
  fill: #fff;
  filter: drop-shadow(0px 0px 3px #453B36);
}

.top-news {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(69, 59, 54, 0.05);
}
.top-news .news-list {
  margin-top: 30px;
}
.top-news .more-btn {
  margin-top: 40px;
}

.news-list li {
  margin-top: 30px;
}
.news-list li:first-of-type {
  margin-top: 0;
}
.news-list a {
  width: 100%;
  height: 100%;
}
.news-list .post-info {
  display: flex;
  align-items: center;
}
.news-list .tag {
  padding: 5px 10px;
  background-color: #4D4D79;
  color: #fff;
}
.news-list time {
  margin-left: 10px;
}
.news-list .title {
  margin-top: 10px;
}

.top-business {
  padding-bottom: 30px;
}
.top-business .inner {
  padding: 0;
}
.top-business .head-wrap {
  padding: 20px 40px;
  background-color: #4D4D79;
  color: #fff;
}
.top-business .head-wrap .h2-design {
  color: #fff;
}
.top-business .more-wrap {
  margin-top: 30px;
}
.top-business .more-btn {
  margin-top: 30px;
}
.top-business .business-list .body {
  text-align: justify;
}

.business-list {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: rgba(77, 77, 121, 0.05);
}
.business-list li {
  width: 100%;
  margin-top: 20px;
}
.business-list li:first-of-type {
  margin-top: 0;
}
.business-list li .head .border-parent {
  padding-bottom: 10px;
}
.business-list li .head .num {
  height: 52px;
  padding-left: 20px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 44px;
  line-height: 1em;
  font-weight: 900;
  color: rgba(77, 77, 121, 0.5);
}
.business-list li .head .head-text {
  margin-left: 15px;
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  font-weight: 900;
}
.business-list li .head .head-text span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: 600;
  color: rgba(69, 59, 54, 0.5);
}
.business-list li .text {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 2em;
}
.business-list li .more-btn.design02 {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 20px;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}
.business-list li .more-btn.design02 a {
  padding-bottom: 10px;
  border-bottom: 1px solid #A5D861;
}
.business-list .list-image {
  margin-top: 20px;
}

.business-slide {
  padding-bottom: 20px;
}
.business-slide li {
  width: 295px;
  height: 180px;
  margin-top: 0;
  position: relative;
}
.business-slide li .text {
  padding: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}
.business-slide li .text span {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}
.business-slide .splide__pagination {
  bottom: 0;
}
.business-slide .splide__pagination li {
  width: 30px;
  height: 2px;
}
.business-slide .splide__pagination li button {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: static;
  border-radius: 0;
  background-color: rgba(69, 59, 54, 0.1);
  transform: none;
}
.business-slide .splide__pagination li button.is-active {
  background-color: #A5D861;
}

.top-business .grid-list-design02 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
}
.top-business .grid-list-design02 li {
  height: 90px;
}

.scroll-design {
  position: relative;
}
.scroll-design p {
  margin: 0 auto;
  padding-left: 10px;
  position: absolute;
  top: 27px;
  left: 50%;
  writing-mode: vertical-rl;
  color: rgba(77, 77, 121, 0.3);
  font-size: 16px;
}
.scroll-design .icon {
  width: 15px;
  height: 5px;
  margin-top: 10px;
  transform: rotate(90deg);
  fill: rgba(77, 77, 121, 0.3);
}
.scroll-design .line {
  width: 1px;
  height: 120px;
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: rgba(77, 77, 121, 0.3);
}
.scroll-design .line::before, .scroll-design .line::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #A5D861;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scroll-design .line::before {
  width: 11px;
  height: 11px;
  top: 0;
  animation: scroll-circle 3s ease-in-out infinite;
}
.scroll-design .line::after {
  width: 5px;
  height: 5px;
  top: 100%;
}

@keyframes scroll-circle {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll-text {
  0% {
    top: 12px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: 42px;
    opacity: 0;
  }
}
.top-recruit {
  margin-bottom: 40px;
  padding-top: 34px;
  padding-bottom: 34px;
  background-image: url(../img/top_recruit_bg.jpg);
  background-image: image-set(url(../img/top_recruit_bg.jpg) 1x, url(../img/top_recruit_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/top_recruit_bg.jpg) 1x, url(../img/top_recruit_bg@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.top-recruit .h2-design {
  color: #fff;
}
.top-recruit .more-btn {
  margin-top: 30px;
}

.page-news .news-list li {
  margin-top: 20px;
  border-bottom: 0.5px dashed #4D4D79;
  padding-bottom: 20px;
}

.article-per-page {
  margin-top: 40px;
}
.article-per-page .page-numbers {
  display: flex;
  justify-content: center;
}
.article-per-page .page-numbers li {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  border: none;
}
.article-per-page .page-numbers li:first-of-type {
  margin-left: 0;
}
.article-per-page .page-numbers .page-numbers {
  width: 30px;
  height: 28px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4D4D79;
  color: #453B36;
  font-size: 12px;
}
.article-per-page .page-numbers .page-numbers.current {
  background-color: #4D4D79;
  color: #fff;
}
.article-per-page .page-numbers .page-numbers.prev, .article-per-page .page-numbers .page-numbers.next {
  width: 65px;
  border: none;
  background-color: rgba(69, 59, 54, 0.1);
}
.article-per-page .page-numbers .page-numbers.next::after {
  content: url(../img/icon-arrow_main-color.svg);
  width: 7px;
  height: 11px;
  margin-left: 10px;
}
.article-per-page .page-numbers .page-numbers.prev::before {
  content: url(../img/icon-arrow_main-color.svg);
  width: 7px;
  height: 11px;
  margin-right: 10px;
  transform: scale(-1, 1);
}

.news-single {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-single .post-info {
  margin-bottom: 40px;
}
.news-single p {
  line-height: 1.85;
}
.news-single img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(69, 59, 54, 0.5);
}
.single-pager .link {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.4s ease;
}
.single-pager .link:hover {
  opacity: 0.5;
}
.single-pager .link p {
  line-height: 1;
}
.single-pager .link.prev {
  text-align: left;
}
.single-pager .link.prev::before {
  content: url(../img/icon-arrow_main-color.svg);
  width: 7px;
  height: 11px;
  margin-right: 10px;
  display: block;
  transform: scale(-1, 1);
  line-height: 0;
}
.single-pager .link.next {
  text-align: right;
}
.single-pager .link.next::after {
  content: url(../img/icon-arrow_main-color.svg);
  width: 7px;
  height: 11px;
  margin-left: 10px;
  display: block;
  line-height: 0;
}

.page-business .business-list {
  padding-top: 40px;
  padding-bottom: 0;
  background-color: transparent;
}
.page-business .business-list > li {
  margin-top: 60px;
}
.page-business .business-list > li .inner {
  padding: 0;
}
.page-business .business-list > li:nth-of-type(2) {
  padding-bottom: 40px;
}
.page-business .text {
  line-height: 2em;
}
.page-business .mt25 {
  margin-top: 25px;
}
.page-business li .head .head-text {
  font-size: 20px;
}
.page-business .catch01 {
  margin-top: 56px;
  font-size: 16px;
  font-weight: 600;
  color: #4D4D79;
  text-align: center;
  line-height: 2em;
}
.page-business .catch01 span {
  font-size: 225%;
}
.page-business .catch02 {
  margin-top: 60px;
  font-weight: 600;
  text-align: center;
}
.page-business .catch02 span {
  margin-top: 10px;
  display: block;
  font-size: 24px;
  color: #4D4D79;
}
.page-business .catch02 + img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.page-business .dev-list {
  margin-top: 40px;
  padding: 24px 20px;
  background-image: url(../img/realestate_dev_list_bg.jpg);
  background-image: image-set(url(../img/realestate_dev_list_bg.jpg) 1x, url(../img/realestate_dev_list_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/realestate_dev_list_bg.jpg) 1x, url(../img/realestate_dev_list_bg@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-business .dev-list .head {
  padding-bottom: 25px;
  font-size: 24px;
  position: relative;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.page-business .dev-list .head span {
  margin-top: 5px;
  font-size: 14px;
}
.page-business .dev-list .head::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.page-business .bg-gray {
  padding-top: 40px;
  background-color: rgba(77, 77, 121, 0.05);
}
.page-business .grid-list-design01 {
  margin-top: 25px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.page-business .more-btn {
  margin-top: 30px;
}
.page-business .grid-list-design02 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
}
.page-business .grid-list-design02 li {
  height: 80px;
}

.heading-list li a {
  padding: 20px;
  display: flex;
  position: relative;
  border-bottom: 1px dashed rgba(77, 77, 121, 0.5);
}
.heading-list li a span {
  color: rgba(77, 77, 121, 0.3);
}
.heading-list li a::after {
  content: url(../img/icon_menu-arrow.svg);
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
}

.grid-list-design01 {
  display: flex;
  flex-wrap: wrap;
}
.grid-list-design01 li {
  width: 167.5px;
  height: 170px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.grid-list-design01 li:nth-of-type(2n) {
  border-left: 1px dashed #fff;
}
.grid-list-design01 li:nth-of-type(n+3) {
  border-top: 1px dashed #fff;
}
.grid-list-design01 li img {
  width: 100px;
  height: 100px;
  margin-top: 0;
}
.grid-list-design01 li p {
  margin-top: 20px;
}

.grid-list-design02 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(69, 59, 54, 0.05);
}
.grid-list-design02 li {
  width: calc((100% - 5px) / 2);
  position: relative;
  margin-top: 5px;
}
.grid-list-design02 li img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.grid-list-design02 li.col1 {
  width: 100%;
}
.grid-list-design02 li p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

.page-realestate .lower-mv img {
  margin-top: 0;
}
.page-realestate img {
  width: 100%;
  margin-top: 40px;
}
.page-realestate .sec01-design {
  padding: 0;
}

.page-insurance .insurance-wrap {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-insurance .insurance-wrap .h2-design {
  margin-bottom: 0;
}
.page-insurance .insurance-wrap .h2-sub {
  margin-bottom: 40px;
}

.page-works .h2-design {
  margin-bottom: 0;
}
.page-works .h2-sub {
  margin-bottom: 40px;
}
.page-works .news-list > ul li {
  margin-top: 0;
  border-bottom: 1px dashed rgba(77, 77, 121, 0.5);
}
.page-works .news-list li a {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}
.page-works .news-list li a .image-wrap {
  width: 110px;
  height: 80px;
  flex-shrink: 0;
}
.page-works .news-list li a .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-works .news-list li a .content-wrap {
  margin-left: 25px;
  font-size: 13px;
}
.page-works .news-list li a .content-wrap .tag {
  padding: 4px 8px;
  line-height: 1em;
}
.page-works .news-list li a .content-wrap .project {
  margin-left: 10px;
}
.page-works .news-list li a .content-wrap .content {
  margin-top: 15px;
  line-height: 1.85em;
}

.single-works article img, .single-news article img {
  margin: 0;
}

.single-works .wp-block-gallery {
  display: none;
}
.single-works .works-gallery {
  margin-top: 40px;
}
.single-works .works-gallery li {
  width: 100%;
  height: 400px;
  margin-top: 0;
  text-align: center;
}
.single-works .works-gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-works .works-gallery .splide__arrow {
  z-index: 15;
}
.single-works .works-gallery .splide__pagination {
  z-index: 10;
}
.single-works .works-gallery-thumbnail .splide__track {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-works .works-gallery-thumbnail li {
  width: 160px;
  height: 90px;
  margin-top: 0;
  opacity: 0.8;
  transition: all 0.2s ease;
}
.single-works .works-gallery-thumbnail li.is-active {
  opacity: 1;
  transform: translateY(-10px);
  box-shadow: 0 3px 6px rgba(69, 59, 54, 0.5);
}
.single-works .works-gallery-thumbnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-works .works-gallery-thumbnail .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.single-works .splide__arrow {
  background-color: transparent;
}
.single-works .splide__arrow--prev {
  left: 5px;
}
.single-works .splide__arrow--next {
  right: 5px;
}
.single-works .splide__arrow .icon {
  fill: #fff;
  filter: drop-shadow(0 0 3px rgba(69, 59, 54, 0.7));
}

.page-recruit .h2-design {
  margin-bottom: 0;
}
.page-recruit .h2-sub {
  margin-bottom: 40px;
}

.lower-menu-list {
  color: #fff;
}
.lower-menu-list li {
  width: 100%;
  height: 160px;
  padding: 24px 20px;
  margin-top: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lower-menu-list li .head {
  font-size: 24px;
  line-height: 1em;
}
.lower-menu-list li .caption {
  margin-top: 10px;
  line-height: 1em;
}
.lower-menu-list li .more-btn {
  margin-top: 20px;
}
.lower-menu-list li.message {
  margin-top: 0;
  background-image: url(../img/company_message_img.jpg);
  background-image: image-set(url(../img/company_message_img.jpg) 1x, url(../img/company_message_img@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/company_message_img.jpg) 1x, url(../img/company_message_img@2x.jpg) 2x);
}
.lower-menu-list li.profile {
  background-image: url(../img/company_profile_img.jpg);
  background-image: image-set(url(../img/company_profile_img.jpg) 1x, url(../img/company_profile_img@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/company_profile_img.jpg) 1x, url(../img/company_profile_img@2x.jpg) 2x);
}

.page-message .h2-design {
  line-height: 1.6em;
  margin-bottom: 0;
}
.page-message .h2-design + .text {
  margin-top: 40px;
  line-height: 1.7em;
  margin-bottom: 60px;
}
.page-message .h2-design.profile {
  line-height: 1em;
}
.page-message .profile-wrap {
  margin-top: 40px;
  padding: 30px 20px;
  border: 1px solid #4D4D79;
}
.page-message .profile-wrap .name {
  font-size: 24px;
  color: #453B36;
  font-weight: 600;
}
.page-message .profile-wrap .name span {
  margin-left: 15px;
  font-size: 13px;
  color: rgba(77, 77, 121, 0.3);
}
.page-message .profile-wrap .origin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-message .profile-wrap .position {
  line-height: 1.7em;
}
.page-message .profile-wrap .head-design01 {
  margin-top: 30px;
}
.page-message .lower-menu-list {
  margin-top: 60px;
}
.page-message .lower-menu-list li {
  height: 160px;
}

.head-design01 {
  border-bottom: 1px solid #4D4D79;
}
.head-design01 span {
  padding: 8px 16px;
  display: inline-block;
  color: #fff;
  background-color: #4D4D79;
  line-height: 1em;
}

.list-text01 {
  line-height: 1.5em;
}
.list-text01 .head {
  margin-top: 20px;
  font-weight: 900;
}
.list-text01 .text {
  margin-top: 10px;
}

.page-profile .h2-design {
  margin-top: 60px;
  margin-bottom: 0;
}
.page-profile .h2-design:first-of-type {
  margin-top: 0;
}
.page-profile .h2-sub {
  margin-bottom: 40px;
}
.page-profile .map {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.page-profile .company-wrap {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 40px 20px;
  background-color: rgba(69, 59, 54, 0.05);
}
.page-profile .company-wrap .table-design01 tr {
  width: 100%;
}
.page-profile .table-design01 {
  width: 100%;
}
.page-profile .access-wrap {
  margin-top: 0px;
  padding-top: 60px;
}
.page-profile .access-wrap .company-logo {
  text-align: center;
}
.page-profile .access-wrap .company-logo img {
  width: 150px;
  height: auto;
}
.page-profile .access-wrap .table-design01 {
  margin-top: 15px;
}
.page-profile .access-wrap .table-design01 tr {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-profile .access-wrap .table-design01 tr:first-of-type {
  border-top: 1px solid rgba(77, 77, 121, 0.5);
}
.page-profile .lower-menu-list {
  margin-top: 60px;
}
.page-profile .lower-menu-list li {
  height: 160px;
}

.table-design01 tr {
  width: calc(100% + 20px);
  padding-right: 20px;
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(77, 77, 121, 0.5);
}
.table-design01 tr:last-of-type {
  border: none;
}
.table-design01 tr th, .table-design01 tr td {
  display: block;
}
.table-design01 tr th {
  font-weight: 900;
  line-height: 1em;
}
.table-design01 tr td {
  margin-top: 10px;
  line-height: 1.7em;
}

.page-recruit .recruit-list li {
  margin-top: 80px;
}
.page-recruit .recruit-list li:first-of-type {
  margin-top: none;
}
.page-recruit .recruit-list__content {
  margin-top: 20px;
  padding: 40px;
  background-color: rgba(69, 59, 54, 0.05);
}
.page-recruit .recruit-list .head {
  margin-left: 40px;
  font-size: 16px;
}
.page-recruit .recruit-list .text {
  margin-top: 15px;
  line-height: 1.7em;
}
.page-recruit .recruit-list .more-btn {
  margin-top: 20px;
}

.single-recruit .more-btn {
  margin-top: 40px;
}
.single-recruit .text p, .single-recruit td p {
  margin-top: 1.5em;
}
.single-recruit .text a, .single-recruit td a {
  color: #4D4D79;
  border-bottom: 1px solid #4D4D79;
}
.single-recruit .text a:hover, .single-recruit td a:hover {
  opacity: 0.5;
}
.single-recruit .job-info {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(77, 77, 121, 0.5);
}

.job-info {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(77, 77, 121, 0.5);
}
.job-info__list {
  margin-top: 10px;
  display: flex;
}
.job-info__list:first-of-type {
  margin-top: 0;
}
.job-info .icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #4D4D79;
}

.h3-design {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.h3-design::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A5D861;
}
.h3-design + .text {
  margin-top: 25px;
  line-height: 1.7em;
}

.job-description {
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(69, 59, 54, 0.05);
}

.table-design02 {
  width: 100%;
  margin-top: 25px;
}
.table-design02 tr {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px dashed rgba(77, 77, 121, 0.5);
}
.table-design02 tr th {
  padding: 4px 8px;
  display: inline-block;
  background-color: #4D4D79;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
}
.table-design02 tr td {
  margin-top: 10px;
  display: block;
  line-height: 1.7em;
}

.terms {
  line-height: 1.7em;
}
.terms .h3-design {
  margin-bottom: 30px;
}
.terms .h3-design + * {
  margin-top: 0;
}
.terms .marker-design {
  margin-top: 40px;
  padding: 5px 20px;
  background-color: rgba(69, 59, 54, 0.05);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.terms .head {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.terms .text {
  margin-top: 20px;
}
.terms .check {
  margin-top: 30px;
}
.terms .check li {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
}
.terms .check li:first-of-type {
  margin-top: 0;
}
.terms .check li::before {
  content: url(../img/icon-check.png);
  position: absolute;
  left: 0;
}
.terms ol {
  counter-reset: num;
}
.terms ol li {
  margin-top: 10px;
  padding-left: 1.7em;
  position: relative;
}
.terms ol li:first-of-type {
  margin-top: 0;
}
.terms ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0;
  font-size: 20px;
  color: rgba(77, 77, 121, 0.5);
  font-weight: 600;
}
.terms .organization {
  margin-top: 40px;
  text-align: right;
}

.page-contact .outline-text {
  font-size: 14px;
  line-height: 1.65em;
}
.page-contact .outline-text + .sub {
  margin-top: 15px;
  font-size: 12px;
}
.page-contact .form-design01 {
  margin-top: 40px;
}
.form-design01 table {
  width: 100%;
}
.form-design01 tr {
  margin-top: 20px;
  display: block;
}
.form-design01 tr th, .form-design01 tr td {
  width: 100%;
  display: block;
}
.form-design01 tr th {
  font-weight: 600;
}
.form-design01 tr th .red {
  margin-left: 5px;
  color: #f00;
}
.form-design01 tr td {
  margin-top: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: rgba(69, 59, 54, 0.05);
}

select {
  appearance: auto;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-top: 8px;
  margin-left: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: rgba(69, 59, 54, 0.25);
}
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: url(../img/icon-check.svg);
  display: none;
  position: absolute;
  left: 1px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: inline-block;
}

input[type=submit] {
  width: 148px;
  height: 44px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  border-radius: 3px;
  background-color: #4D4D79;
  color: #fff;
  text-align: center;
}

.custom-wpcf7cp-confirm + #wpcf7cpcnf td {
  width: 100%;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: rgba(69, 59, 54, 0.05);
}

.wpcf7cp-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7cp-btns button {
  width: 148px;
  height: 44px;
  border-radius: 3px;
  text-align: center;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background-color: rgba(69, 59, 54, 0.2);
  color: #fff;
}
.wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  background-color: #4D4D79;
  color: #fff;
}

.page-thanks .h2-wrap {
  padding-bottom: 25px;
  position: relative;
}
.page-thanks .h2-wrap::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A5D861;
}
.page-thanks .h2-wrap .h2-design {
  margin-bottom: 0;
}
.page-thanks .text {
  margin-top: 25px;
  line-height: 2em;
  text-align: center;
}

.page-404 .h2-wrap {
  padding-bottom: 25px;
  position: relative;
}
.page-404 .h2-wrap::after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A5D861;
}
.page-404 .h2-wrap .h2-design {
  margin-bottom: 0;
}
.page-404 .text {
  margin-top: 25px;
  line-height: 2em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  .header {
    height: 72px;
  }
  .header .inner {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }
  .header__icons .hamburger {
    display: none;
  }
  .header__logo {
    flex-shrink: 0;
    width: 150px;
  }
  .header__logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header .cta-wrap .more-btn::before {
    content: none;
  }
  .header .cta-wrap .more-btn:hover {
    color: #4D4D79;
  }
  .header.color .cta-wrap .more-btn:hover {
    color: #fff;
  }
  .header a {
    transition: opacity 0.4s ease;
  }
  .header a:hover {
    opacity: 0.5;
  }
  .header a::after {
    content: none;
  }
  .menu-wrap {
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    position: static;
    background-color: transparent;
    color: #fff;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    overflow: visible;
  }
  .menu-wrap ul a {
    padding: 10px 20px;
  }
  .menu-wrap li {
    height: calc(100% + 40px);
    border: none;
  }
  .menu-wrap .menu-parent {
    height: calc(100% + 60px);
    padding: 0;
  }
  .menu-wrap .menu-parent .parent {
    padding: 10px 20px;
  }
  .menu-wrap .menu-parent .parent a {
    pointer-events: all;
  }
  .menu-wrap .menu-parent .parent::after {
    content: none;
  }
  .menu-wrap .menu-parent:hover .sub-menu {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
    box-shadow: 0 3px 6px rgba(69, 59, 54, 0.1);
  }
  .menu-wrap .menu-parent:hover .sub-menu::before {
    opacity: 1;
  }
  .menu-wrap .menu-parent:hover .sub-menu::after {
    background-color: #fff;
  }
  .menu-wrap .menu-parent:hover .sub-menu li {
    color: #fff;
  }
  .menu-wrap .sub-menu {
    width: 100%;
    max-width: 750px;
    height: 300px;
    padding: 75px 100px;
    padding-left: 323px;
    position: absolute;
    top: calc(100% + 20px);
    right: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    opacity: 1;
    z-index: -10;
    box-shadow: none;
    pointer-events: none;
    overflow: hidden;
  }
  .menu-wrap .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(69, 59, 54, 0.5);
    backdrop-filter: blur(5px) brightness(0.75);
    z-index: -1;
    transition: all 0.5s ease;
  }
  .menu-wrap .sub-menu::after {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 150px;
    top: 50%;
    left: 243px;
    transform: translateY(-50%);
    background-color: transparent;
  }
  .menu-wrap .sub-menu li:first-of-type {
    position: absolute;
    top: 105px;
    left: 100px;
    height: auto;
  }
  .menu-wrap .sub-menu li {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: transparent;
    font-size: 16px;
  }
  .header-menu {
    height: 100%;
    padding-left: 0px;
  }
  .header-menu ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header-menu ul li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-menu ul a::after {
    content: none;
  }
  .cta-wrap {
    align-items: center;
    display: none;
  }
  .cta-wrap .tel-wrap {
    flex-shrink: 0;
    margin: 0;
    padding-left: 20px;
  }
  .cta-wrap .tel-wrap a {
    margin-top: 5px;
  }
  .cta-wrap .tel-wrap .icon-tel {
    fill: #fff;
  }
  .cta-wrap .more-btn {
    width: 160px;
    margin: 0;
    margin-left: 20px;
    background-color: #fff;
    border: none;
    border-radius: 100px;
    color: #4D4D79;
  }
  .cta-wrap .more-btn a {
    padding: 8px 10px;
  }
  .cta-wrap .more-btn .icon {
    display: none;
  }
  .footer a {
    transition: opacity 0.4s ease;
  }
  .footer a:hover {
    opacity: 0.5;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
  .fz-small {
    font-size: 14px;
    line-height: 1.6em;
  }
  .inner {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner.--narrow {
    max-width: 780px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .head-wrap {
    width: 210px;
    flex-shrink: 0;
  }
  .h2-design {
    font-size: 28px;
    font-weight: 600;
  }
  .h2-sub {
    font-weight: 600;
  }
  .more-btn {
    width: 210px;
    height: 40px;
  }
  .more-btn a {
    position: relative;
    z-index: 1;
  }
  .more-btn:not(.design02) {
    width: 210px;
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  .more-btn:not(.design02)::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #4D4D79;
    transition: transform 0.5s ease;
  }
  .more-btn:not(.design02):hover {
    color: #fff;
  }
  .more-btn:not(.design02):hover::before {
    transform: translateX(0);
  }
  .more-btn:not(.design02):hover .icon {
    fill: #fff;
    z-index: 1;
  }
  .more-btn:not(.design02):hover.--white {
    color: #4D4D79;
  }
  .more-btn:not(.design02):hover.--white .icon {
    fill: #4D4D79;
  }
  .more-btn:not(.design02).--white::before {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .more-btn.design02 a {
    transition: letter-spacing 0.5s ease;
  }
  .more-btn.design02:hover a {
    opacity: 0.7;
    letter-spacing: 0.1em;
  }
  .lower-main {
    padding-top: 80px;
  }
  .lower-main .h2-design {
    margin-bottom: 80px;
  }
  .main-visual {
    height: 100vh;
    min-height: 300px;
    max-height: 1000px;
  }
  .mv-catch {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: absolute;
    padding-left: 30px;
    top: calc(50% + 34px);
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .mv-catch .inner {
    position: relative;
  }
  .mv-catch .inner::before {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .mv-catch .catch {
    font-size: 60px;
    font-weight: 600;
  }
  .mv-catch .text {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.9em;
  }
  .top-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top-about .h2-design {
    font-size: 36px;
  }
  .top-about .text:first-of-type {
    margin-top: 40px;
  }
  .top-works {
    padding: 40px;
    background-color: rgba(69, 59, 54, 0.05);
  }
  .top-works .inner {
    display: flex;
    position: relative;
  }
  .top-works .h2-design .border-parent {
    display: block;
    border: none;
  }
  .top-works .h2-design .border {
    padding-left: 0;
    display: inline-block;
    font-size: 40px;
  }
  .top-works .h2-design .sub {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    line-height: 1em;
  }
  .top-works .more-btn {
    position: absolute;
    left: 0px;
    bottom: 0;
  }
  .works-slide {
    max-width: 940px;
    margin-top: 0;
    margin-left: 50px;
    padding: 0;
  }
  .works-slide li {
    width: 300px;
    height: auto;
    max-height: 100%;
  }
  .works-slide li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  .works-slide li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #4D4D79;
    transition: opacity 0.4s ease;
  }
  .works-slide li a:hover::before {
    opacity: 0.5;
  }
  .works-slide .splide__slide--row {
    width: 300px;
    height: 180px;
  }
  .works-slide .splide__slide--col {
    width: 300px;
    height: 180px;
  }
  .works-slide .splide__arrows {
    width: 210px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: calc(100% + 50px);
    transform: translateY(-50%);
    color: #4D4D79;
  }
  .works-slide .splide__arrow {
    width: auto;
    height: auto;
    padding-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #A5D861;
    background-color: transparent;
    transition: opacity 0.4s ease;
  }
  .works-slide .splide__arrow .icon {
    height: 1.2em;
    height: 0.8em;
    display: inline-block;
    filter: none;
    fill: #4D4D79;
  }
  .works-slide .splide__arrow--prev .icon {
    margin-right: 15px;
  }
  .works-slide .splide__arrow--next .icon {
    margin-left: 15px;
  }
  .works-slide .splide__arrow:hover:not(:disabled) {
    opacity: 0.5;
  }
  .works-slide .splide__slide img {
    width: 300px;
    height: 180px;
  }
  .works-slide li .splide__slide__row:nth-of-type(2) {
    transform: none;
  }
  .top-news {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .top-news .inner {
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .top-news .head-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .top-news .news-list {
    width: 100%;
    max-width: 700px;
    margin-top: 0;
  }
  .top-news .more-btn {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
  .news-list a {
    transition: opacity 0.4s ease;
  }
  .news-list a:hover {
    opacity: 0.5;
  }
  .top-business {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(77, 77, 121, 0.05);
  }
  .top-business .inner {
    padding: 0 40px;
  }
  .top-business .head-wrap {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .top-business .head-wrap .h2-design {
    color: #4D4D79;
  }
  .top-business .head-wrap .h2-sub {
    color: #453B36;
  }
  .business-list {
    background-color: transparent;
  }
  .business-list .list-image {
    margin-top: 40px;
  }
  .business-list > li {
    margin-top: 80px;
    position: relative;
  }
  .business-list > li .text {
    max-width: 700px;
    margin: 40px auto 0;
    padding: 0;
    font-size: 16px;
  }
  .business-list > li .more-btn.design02 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .business-slide.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
  }
  .business-slide {
    padding: 0;
  }
  .business-slide li {
    width: calc((100% - 40px) / 3);
    height: 220px;
    margin-left: 20px;
  }
  .business-slide li:first-of-type {
    margin-left: 0;
  }
  .business-slide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-list-design02 li {
    margin: 0;
  }
  .grid-list-design02 li.pc-col2 {
    width: calc(50% - 10px);
    height: 190px;
    margin-left: 20px;
  }
  .grid-list-design02 li.pc-col2:first-of-type {
    margin-left: 0;
  }
  .grid-list-design02 li.pc-col3 {
    width: calc((100% - 40px) / 3);
    height: 130px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .grid-list-design02 li.pc-col3:nth-of-type(3) {
    margin-left: 0;
  }
  .top-recruit {
    height: 300px;
    background-image: url(../img/top_recruit_bg_pc.jpg);
    background-image: image-set(url(../img/top_recruit_bg_pc.jpg) 1x, url(../img/top_recruit_bg_pc@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/top_recruit_bg_pc.jpg) 1x, url(../img/top_recruit_bg_pc@2x.jpg) 2x);
  }
  .top-recruit .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-recruit .inner .h2-sub {
    margin-top: 15px;
  }
  .top-recruit .inner .more-btn {
    margin-top: 40px;
  }
  .page-business .business-list {
    padding: 0;
    margin-top: 80px;
  }
  .page-business .business-list > li {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(77, 77, 121, 0.05);
  }
  .page-business .business-list > li:nth-of-type(2) {
    margin-top: 0;
    padding-top: 60px;
    background-color: transparent;
  }
  .page-business .business-list .list-image {
    margin-top: 40px;
  }
  .page-business .more-btn {
    margin-top: 60px;
  }
  .page-business .bg-gray {
    max-width: 700px;
    margin: 0 auto;
    background-color: transparent;
  }
  .page-business .grid-list-design01 {
    max-width: 100%;
  }
  .heading-list {
    display: flex;
    justify-content: space-between;
  }
  .heading-list li a {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .heading-list li a::after {
    display: inline-block;
    position: static;
    margin-left: 20px;
    transform: rotate(90deg);
  }
  .page-realestate .h2-design {
    margin-bottom: 40px;
  }
  .page-realestate .heading-list-wrap {
    box-shadow: 0 6px 9px rgba(69, 59, 54, 0.05);
  }
  .page-realestate .business-list {
    margin-top: 70px;
  }
  .page-realestate .business-list .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-realestate .business-list > li {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .page-realestate .business-list > li .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-realestate .business-list .bg-gray {
    max-width: 100%;
    padding-top: 0;
  }
  .page-realestate .business-list li .head .border-parent {
    border-bottom: none;
  }
  .page-realestate .business-list li .head .num {
    border-bottom: none;
    font-size: 48px;
    color: rgba(77, 77, 121, 0.3);
  }
  .page-realestate .business-list li .head .head-text {
    color: #4D4D79;
    font-size: 24px;
  }
  .page-realestate .business-list li .head .head-text span {
    color: rgba(77, 77, 121, 0.3);
    font-size: 14px;
  }
  .page-realestate .business-list li .sec01-design {
    padding-bottom: 120px;
  }
  .page-realestate .business-list li .text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-realestate .business-list li:nth-of-type(3) {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(77, 77, 121, 0.05);
  }
  .page-realestate .col-design01 {
    background-color: rgba(77, 77, 121, 0.05);
  }
  .page-realestate .dev-list {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/realestate_dev_list_bg_pc.jpg);
    background-image: image-set(url(../img/realestate_dev_list_bg_pc.jpg) 1x, url(../img/realestate_dev_list_bg_pc@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/realestate_dev_list_bg_pc.jpg) 1x, url(../img/realestate_dev_list_bg_pc@2x.jpg) 2x);
  }
  .page-realestate .dev-list .head {
    font-weight: 600;
  }
  .page-realestate .col-design01 {
    padding-top: 112px;
    padding-bottom: 112px;
    position: relative;
  }
  .page-realestate .col-design01 .catch01, .page-realestate .col-design01 .catch02 {
    width: 50%;
    margin-top: 0;
    padding-bottom: 30px;
    margin-left: auto;
    text-align: left;
    border-bottom: 1px solid rgba(77, 77, 121, 0.5);
  }
  .page-realestate .col-design01 img {
    width: calc(50% - 60px);
    height: 350px;
    object-fit: cover;
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .page-realestate .col-design01 .text-wrap {
    width: 50%;
    margin-left: auto;
  }
  .page-realestate .col-design01 .text-wrap .text {
    margin-top: 30px;
  }
  .page-realestate .col-design01.--reverse .catch01, .page-realestate .col-design01.--reverse .catch02 {
    margin-left: 0;
    margin-right: auto;
  }
  .page-realestate .col-design01.--reverse img {
    left: auto;
    right: 0;
  }
  .page-realestate .col-design01.--reverse .text-wrap {
    margin-left: 0;
    margin-right: auto;
  }
  .grid-list-design01 {
    justify-content: center;
  }
  .grid-list-design01 li:nth-of-type(n) {
    border: none;
    border-left: 1px dashed #fff;
  }
  .grid-list-design01 li:first-of-type {
    border-left: none;
  }
  .page-insurance .h2-design {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
  }
  .page-insurance .h2-design::after {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A5D861;
  }
  .page-insurance .h2-design + .text {
    text-align: center;
  }
  .page-insurance .h2-design + .text + .text {
    margin-top: 0;
    text-align: center;
  }
  .page-insurance .grid-list-design02 {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 80px;
  }
  .page-insurance .grid-list-design02 + .inner {
    margin-top: 40px;
  }
  .page-insurance .insurance-wrap {
    max-width: 780px;
    margin: 0 auto;
    margin-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-insurance .insurance-wrap .h2-sub {
    margin-top: 15px;
    margin-bottom: 40px;
    position: static;
    transform: none;
  }
  .page-works .h2-design {
    margin-bottom: 0;
  }
  .page-works .news-list li a .content-wrap {
    font-size: 16px;
  }
  .job-info {
    display: flex;
  }
  .job-info__list {
    margin-top: 0;
    margin-right: 30px;
  }
  .lower-menu-list {
    display: flex;
  }
  .lower-menu-list li {
    height: 270px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .lower-menu-list li .head {
    font-size: 28px;
    font-weight: 600;
  }
  .lower-menu-list li .more-btn {
    margin-top: 40px;
  }
  .lower-menu-list li.message {
    background-image: url(../img/company_message_img_pc.jpg);
    background-image: image-set(url(../img/company_message_img_pc.jpg) 1x, url(../img/company_message_img_pc@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/company_message_img_pc.jpg) 1x, url(../img/company_message_img_pc@2x.jpg) 2x);
  }
  .lower-menu-list li.profile {
    background-image: url(../img/company_profile_img_pc.jpg);
    background-image: image-set(url(../img/company_profile_img_pc.jpg) 1x, url(../img/company_profile_img_pc@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/company_profile_img_pc.jpg) 1x, url(../img/company_profile_img_pc@2x.jpg) 2x);
  }
  .page-message .h2-design:not(:first-of-type) {
    margin-bottom: 0;
  }
  .page-message .h2-design + .text {
    text-align: center;
    line-height: 2em;
  }
  .page-message .profile-wrap {
    display: flex;
    padding: 40px;
  }
  .page-message .profile-wrap .personal-wrap {
    width: 177px;
    padding-right: 24px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    font-size: 13px;
  }
  .page-message .profile-wrap .personal-wrap::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #4D4D79;
  }
  .page-message .profile-wrap .name span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
  .page-message .profile-wrap .career-wrap {
    margin-left: 23px;
    font-size: 16px;
  }
  .page-message .profile-wrap .career-wrap .head-design01 {
    margin-top: 0;
    border-bottom: none;
  }
  .page-message .lower-menu-list {
    margin-top: 80px;
  }
  .page-message .lower-menu-list li {
    height: 220px;
  }
  .page-profile .inner {
    position: relative;
  }
  .page-profile .h2-wrap {
    padding-left: 40px;
    left: calc(50% - 600px);
    writing-mode: vertical-rl;
    text-align: left;
    position: absolute;
    top: 0;
  }
  .page-profile .h2-design {
    margin: 0;
  }
  .page-profile .h2-sub {
    margin: 0;
    position: absolute;
    right: -10px;
    transform: translateX(100%);
  }
  .page-profile .inner {
    max-width: 100%;
    padding: 0;
  }
  .page-profile .table-design01 {
    display: block;
    padding-left: calc(50% - 350px);
    width: 100%;
  }
  .page-profile .table-design01 tr {
    margin-left: -20px;
  }
  .page-profile .map-wrap {
    height: 450px;
    display: flex;
    flex-direction: row-reverse;
  }
  .page-profile .map-wrap iframe {
    width: 50%;
    margin-left: 0;
    height: 100%;
  }
  .page-profile .map-wrap .inner {
    max-width: 1200px;
    padding-left: 40px;
  }
  .page-profile .map-wrap .company-logo {
    max-width: 400px;
    margin-right: auto;
    margin-left: calc(100% - 560px);
  }
  .page-profile .map-wrap .company-logo img {
    width: 210px;
    height: auto;
    margin: 0 auto;
  }
  .page-profile .map-wrap .table-design01 {
    max-width: 400px;
    margin-top: 20px;
    margin-left: calc(100% - 560px);
    padding-left: 0;
    margin-right: auto;
  }
  .page-profile .map-wrap .table-design01 tr {
    display: block;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-profile .map-wrap .table-design01 tr th {
    margin-bottom: 10px;
  }
  .page-profile .map-wrap .company-wrap {
    width: 50%;
  }
  .page-profile .access-wrap {
    margin-top: 120px;
  }
  .page-profile .access-wrap .h2-design {
    margin-bottom: 0px;
  }
  .page-profile .access-wrap .h2-sub {
    margin-top: 15px;
    position: static;
    transform: none;
    margin-bottom: 40px;
  }
  .page-profile .lower-menu-list {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-profile .lower-menu-list li {
    height: 220px;
  }
  .table-design01 tbody {
    display: block;
  }
  .table-design01 tr {
    display: flex;
    align-items: center;
  }
  .table-design01 tr th, .table-design01 tr td {
    display: block;
  }
  .table-design01 tr th {
    width: 28%;
  }
  .table-design01 tr td {
    margin-top: 0;
  }
  .table-design01 tr .fz-small {
    display: flex;
  }
  .page-recruit .inner {
    max-width: 780px;
  }
  .page-recruit .h2-design {
    margin-bottom: 0;
  }
  .page-recruit .outline-text {
    text-align: left;
  }
  .page-contact .inner {
    max-width: 780px;
  }
  .page-contact .outline-text {
    text-align: left;
  }
  .page-thanks .h2-wrap .h2-sub {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .header__icons {
    display: none;
  }
  .cta-wrap {
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__icons {
    margin-left: 10px;
  }
  .header__logo {
    width: 120px;
  }
  .menu-wrap {
    font-size: 15px;
  }
  .menu-wrap ul a {
    padding: 10px 13px;
  }
  .menu-wrap .sub-menu {
    width: 90%;
    right: 40px;
    top: calc(100% + 10px);
  }
  .mv-catch .catch {
    font-size: 48px;
  }
  .mv-catch .text {
    font-size: 18px;
  }
  .business-slide .splide__slide .text {
    font-size: 16px;
  }
  .top-business .business-list .text.body {
    padding-bottom: 35px;
  }
  .page-profile .h2-wrap {
    position: static;
    writing-mode: initial;
  }
  .page-profile .h2-sub {
    margin-top: 10px;
    margin-bottom: 40px;
    position: static;
    transform: none;
  }
  .page-profile .map-wrap .company-logo {
    margin-left: 0;
  }
  .page-profile .map-wrap .table-design01 {
    margin-left: 0;
  }
}
/*------------------------------------------------------------
	グループボート保険LP
------------------------------------------------------------*/
#id_lpship {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Noto Sans Japanese", sans-serif;
  font-weight: normal;
}

#id_lpship h4, #id_lpship h2 {
  font-weight: 600;
}

#id_lpship .content {
  width: 1150px;
  margin: 0 auto;
}

#id_lpship .inner {
  max-width: 100%;
  padding: 0;
}

#id_lpship #main .comContact {
  padding: 48px 0 55px;
  border: 1px solid #7AAC35;
}

#id_lpship .displaynone {
  display: none;
}

#id_lpship #main .headLine01, #bottom .headLine01 {
  font-size: 30px;
  text-align: center;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}

#main .headLine01:before, #bottom .headLine01:before {
  margin-left: -34px;
  width: 68px;
  height: 1px;
  background: #313232;
  position: absolute;
  bottom: -33px;
  left: 50%;
  content: "";
}

#id_lpship .sp {
  display: none !important;
}

#id_lpship #main .comContact p {
  margin-bottom: 22px;
  color: #7aac35;
  font-size: 26px !important;
  line-height: 1.6;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}

#id_lpship #main .comContact .btn {
  margin: 0 auto;
  width: 812px;
}

#id_lpship #main .comContact .btn a {
  padding: 21px 0 24px;
  display: block;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #7AAC35;
}

#id_lpship .clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#id_lpship .wpcf7-list-item {
  display: block;
}

#id_lpship .inputCheck .wpcf7-list-item {
  display: inline-block;
}

/*メインイメージ*/
#id_lpship #main .headLine01 {
  margin-bottom: 70px;
}

#id_lpship #main .titleBox {
  margin-bottom: 112px;
  padding: 103px 0 113px;
  background: url(../img/lpship/lp_ship_bg2.jpg) no-repeat center center;
  background-size: cover;
}

#id_lpship #main .titleBox .headLine01 {
  margin-bottom: 74px;
  color: #FFF;
  font-size: 36px;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
  font-family: YuMincho, "Yu Mincho", serif;
}

#id_lpship #main .titleBox .headLine01 > span {
  display: block;
  color: #FFF;
  font-size: 18px;
  line-height: 2;
}

#id_lpship #main .titleBox .headLine01:before {
  background-color: #FFF;
}

#id_lpship #main .titleBox p {
  margin: 0 auto 25px;
  width: 850px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  text-shadow: 2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000;
}

#id_lpship #main .titleBox .textBox {
  margin-top: 57px;
  padding: 26px 145px 26px;
  border: 1px solid #FFF;
}

#id_lpship #main .titleBox .textBox li {
  margin: 0 35px 0 0;
  float: left;
  color: #FFF;
  font-size: 15px;
  line-height: 1.9;
}

#id_lpship #main .titleBox .textBox h3 {
  margin-bottom: 27px;
  color: #FFF;
  font-family: "yumindb";
  font-size: 20px;
  text-align: center;
}

#id_lpship #main .titleBox .textArea p {
  text-align: center;
  font-size: 18px;
}

#id_lpship #main .titleBox .comContact {
  margin: 0 auto;
  width: 90%;
  max-width: 1148px;
  background: url(../img/lpship/text_box_bg.png) repeat;
  border: 0;
}

#id_lpship #main .titleBox .comContact p {
  margin-bottom: 36px;
  color: #7AAC35;
  text-shadow: none;
  font-family: YuMincho, "Yu Mincho", serif;
}

/*3つのメリット*/
#id_lpship #main .meritBox {
  margin-bottom: 112px;
}

#id_lpship #main .meritBox h3 {
  width: 100%;
  max-width: 852px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#id_lpship #main .meritBox h3 > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#id_lpship #main .meritBox ul {
  width: 100%;
  max-width: 852px;
  margin: 0 auto 20px;
}

#id_lpship #main .meritBox ul li {
  margin-bottom: 14px;
  color: #c8a063;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

#id_lpship #main .meritBox ul li > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#id_lpship #main .meritBox .textBox {
  width: 90%;
  margin: 0 auto 20px;
}

#id_lpship #main .meritBox .textBox h4 {
  width: 94%;
  background: #DDD;
  margin: 0 auto 20px;
  text-align: center;
}

#id_lpship #main .meritBox .textBox p {
  width: 94%;
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 1.6;
}

#id_lpship #main .meritBox .textBox ol {
  width: 94%;
  margin: 0 auto 20px;
  font-size: 13px;
  line-height: 1.6;
}

#id_lpship #main .meritBox .textBox ol ol {
  width: 94%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
}

#id_lpship #main .meritBox .textBox p a.lp_btn_dl {
  display: inline-block;
  padding: 4px 10px;
  background-color: #fff;
  border: 2px solid #7AAC35;
  color: #7AAC35;
  text-decoration: none;
  transition: 0.3s all;
}

#id_lpship #main .meritBox .textBox p a.lp_btn_dl:hover {
  background-color: #7AAC35;
  color: #fff;
  transition: 0.3s all;
}

/*ご加入の手続き*/
#id_lpship #main .flowBox {
  margin-bottom: 113px;
  padding: 104px 0 112px;
  background: url(../img/lpship/lp_ship_bg.jpg) no-repeat center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/lpship/lp_ship_bg.jpg", sizingMethod="scale");
}

#id_lpship #main .flowBox .headLine01 {
  margin-bottom: 73px;
  color: #FFF;
}

#id_lpship #main .flowBox .headLine01:before {
  background-color: #FFF;
}

#id_lpship #main .flowBox dl {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#id_lpship #main .flowBox dt, #id_lpship #main .flowBox dd {
  display: inline-block;
  font-size: 18px;
}

#id_lpship #main .flowBox dt {
  font-weight: bold;
  margin-right: 24px;
  color: #c8a063;
}

#id_lpship #main .flowBox p {
  margin: 0 auto 57px;
  width: 850px;
  color: #000;
  font-size: 15px;
  line-height: 1.9;
}

#id_lpship #main .flowBox .txt {
  margin-bottom: 27px;
}

#id_lpship #main .flowBox .textBox {
  margin-bottom: 54px;
  padding: 28px 56px 28px;
  background: url(../img/lpship/text_box_bg.png) repeat;
}

#id_lpship #main .flowBox .textBox h3 {
  margin-bottom: 27px;
  font-family: "yumindb";
  font-size: 20px;
  overflow: hidden;
}

#id_lpship #main .flowBox .textBox h3 span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

#id_lpship #main .flowBox .textBox h3 span:before {
  width: 1042px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 13px;
  left: 100%;
  content: "";
}

#id_lpship #main .flowBox .textBox ul {
  margin-left: 7px;
  text-align: center;
}

#id_lpship #main .flowBox .textBox li {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  margin-left: 18px;
  margin-right: 18px;
  padding: 18px;
  float: left;
  background-color: #fff;
  border: 2px #c8a063 solid;
  font-size: 15px;
  text-align: left;
}

#id_lpship #main .flowBox .textBox li + li::after {
  position: absolute;
  top: 50%;
  left: -27px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -18px;
  border-left: 18px solid #c8a063;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

#id_lpship #main .flowBox .textBox li span {
  display: block;
}

#id_lpship #main .flowBox .textBox li span.flowBox_step {
  padding: 0 0 16px 0;
  display: block;
  color: #c8a063;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#id_lpship #main .flowBox .textArea {
  margin-top: 57px;
  padding: 26px 0 26px;
  border: 1px solid #FFF;
}

#id_lpship #main .flowBox .textArea p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
}

#id_lpship #main .flowBox .textArea h3 {
  margin-bottom: 27px;
  color: #FFF;
  font-family: "yumindb";
  font-size: 20px;
  text-align: center;
}

/*お問い合わせフォーム*/
#id_lpship #main .formBox .wpcf7 {
  background: #FFFFFF;
  border: none;
  width: 99%;
}

#id_lpship #main .formBox .headLine01 {
  margin-bottom: 40px;
}

#id_lpship #main .formBox .headLine01:before {
  display: none;
}

#id_lpship #main .formBox h3 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 18px;
}

#id_lpship #main .formBox table {
  box-sizing: border-box;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-collapse: collapse;
}

#id_lpship #main .formBox tr {
  margin-bottom: 0 !important;
  display: block;
}

#id_lpship #main .formBox th {
  box-sizing: border-box;
  padding: 12px 16px 14px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
  vertical-align: top;
  background-color: #c8a063;
  border-top: 8px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  display: block;
  width: 100%;
  font-weight: bold;
}

#id_lpship #main .formBox th p {
  color: #fff;
  font-family: inherit;
  font-size: 16px !important;
  line-height: inherit;
  margin-bottom: 0;
  text-align: left;
}

#id_lpship #main .formBox td p {
  color: #453B36;
  font-family: inherit;
  font-size: 16px !important;
  line-height: inherit;
  margin-bottom: 0;
  text-align: left;
}

#id_lpship #main .formBox th .title-contactform7 {
  font-weight: bold;
  font-size: 15px;
}

#id_lpship #main .formBox th .title-contactform7 .txtRed {
  color: #c30d23;
  font-size: 13px;
}

#id_lpship #main .formBox td {
  box-sizing: border-box;
  padding: 12px 16px 14px;
  font-size: 15px;
  line-height: 1.85;
  text-align: left;
  vertical-align: top;
  background-color: #F5F6F6;
  border: 2px solid #FFF;
  word-wrap: break-word;
  display: block;
}

#id_lpship #main .formBox #wpcf7cpcnf {
  z-index: 9;
}

#id_lpship #main .formBox #wpcf7cpcnf th p,
#id_lpship #main .formBox #wpcf7cpcnf td p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 15px !important;
  line-height: 1.85;
  text-align: left;
}

#id_lpship #main .formBox #wpcf7cpcnf td p {
  color: #453B36;
}

#id_lpship #main .formBox th > span, #id_lpship #main .formBox td > span {
  font-size: 12px;
  font-weight: normal;
}

#id_lpship #main .formBox th > span.txtRed, #id_lpship #main .formBox td > span.txtRed {
  color: #c30d23;
  font-size: 13px;
  font-weight: bold;
}

#id_lpship #main .formBox span.br {
  font-size: 15px;
}

#id_lpship #main .formBox select {
  padding: 4px;
  font-size: 14px;
}

#id_lpship #main .formBox input {
  width: 80%;
  padding: 4px;
  font-size: 14px;
}

#id_lpship .wpcf7 input, #id_lpship .wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
  background-color: #fff;
  border-radius: 0;
}

#id_lpship .wpcf7 select, #id_lpship .wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}

#id_lpship .wpcf7 select, #id_lpship .wpcf7 input[type=checkbox], #id_lpship .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
  background-color: #fff;
}

#id_lpship #main .formBox .wpcf7 input[type=radio] {
  width: inherit;
}

#id_lpship #main .formBox input.inputMini {
  width: 20%;
}

#id_lpship #main .formBox input.inputCheck {
  width: auto;
}

#id_lpship #main .formBox .btn {
  margin: 0 auto;
  width: 812px;
  text-align: center;
}

#id_lpship #main .formBox .btn input {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 21px 0 24px;
  border: 0;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #7AAC35;
  height: 100px;
}

#id_lpship #main .formBox .btn input:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

/*ボタン*/
#id_lpship #main .comContact {
  margin: 0 auto;
  width: 1148px;
}

#id_lpship #main .comContact p {
  margin-bottom: 36px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #id_lpship .content {
    width: auto;
  }
  #id_lpship #main .comContact p {
    margin-bottom: 10px;
    font-size: 15px !important;
    line-height: 1.3;
  }
  #id_lpship #main .comContact {
    padding: 15px 10px;
  }
  #id_lpship #main .comContact .btn {
    margin: 0;
    width: auto;
  }
  #id_lpship #main .comContact .btn a {
    padding: 10px 0;
    font-size: 17px;
  }
  #id_lpship #main .headLine01:before, #id_lpship #bottom .headLine01:before {
    margin-left: -31px;
    width: 62px;
    height: 1px;
    bottom: -12px;
  }
  #id_lpship #main .headLine01 {
    margin-bottom: 30px;
  }
  #id_lpship #main .titleBox .headLine01 {
    font-size: 20px;
  }
  #id_lpship #main .titleBox .headLine01 > span {
    font-size: 14px;
  }
  #id_lpship #main .titleBox .textArea p {
    font-size: 13px;
  }
  #id_lpship #main .titleBox .comContact p {
    margin-bottom: 12px;
  }
  #id_lpship #main .meritBox {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  #id_lpship #main .meritBox .textBox {
    width: 100%;
  }
  #id_lpship #main .meritBox .textBox h4 {
    width: 94%;
    background: #DDD;
    margin: 0 auto 20px;
    text-align: center;
  }
  #id_lpship #main .meritBox .textBox p a.lp_btn_dl {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #id_lpship #main .meritBox .textBox p a.lp_btn_dl:hover {
    background-color: #fff;
    color: #7AAC35;
  }
  #id_lpship #main .flowBox {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  #id_lpship #main .flowBox dl {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #id_lpship #main .flowBox dt, #id_lpship #main .flowBox dd {
    display: block;
    font-size: 15px;
  }
  #id_lpship #main .flowBox p {
    font-size: 14px;
    line-height: 1.7;
  }
  #id_lpship #main .flowBox .headLine01 {
    margin-bottom: 30px;
  }
  #id_lpship #main .flowBox p {
    margin: 0 0 20px;
    width: auto;
  }
  #id_lpship #main .flowBox .txt {
    margin-bottom: 15px;
  }
  #id_lpship #main .flowBox .textBox {
    margin-bottom: 25px;
    padding: 15px;
  }
  #id_lpship #main .flowBox .textBox h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  #id_lpship #main .flowBox .textBox h3 span {
    padding-right: 10px;
  }
  #id_lpship #main .flowBox .textBox h3 span:before {
    top: 8px;
  }
  #id_lpship #main .flowBox .textBox ul {
    margin: 0 auto;
  }
  #id_lpship #main .flowBox .textBox li {
    width: 90%;
    margin: 0 auto;
    float: none;
    font-size: 13px;
  }
  #id_lpship #main .flowBox .textBox li + li {
    margin-top: 36px;
  }
  #id_lpship #main .flowBox .textBox li + li::after {
    position: absolute;
    top: -9px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -18px;
    border-top: 18px solid #c8a063;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  #id_lpship #main .flowBox .textBox li span {
    font-size: 15px;
    background-position: left 6px;
    background-size: 12px 6px;
  }
  #id_lpship #main .flowBox .textArea {
    margin-top: 30px;
    padding: 15px 0;
  }
  #id_lpship #main .flowBox .textArea p {
    font-size: 13px;
  }
  #id_lpship #main .flowBox .textArea h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #id_lpship #main .formBox .wpcf7 form {
    margin: 0;
  }
  #id_lpship #main .formBox h3 {
    width: 100%;
  }
  #id_lpship #main .formBox table {
    width: 100%;
    margin-bottom: 15px;
  }
  #id_lpship #main .formBox span.br + span.br::before {
    content: "\a";
    white-space: pre;
  }
  #id_lpship #main .formBox .btn {
    margin: 0;
    width: auto;
  }
  #id_lpship #main .formBox .btn input {
    padding: 10px 0;
    font-size: 17px;
    width: 90%;
  }
  #id_lpship #main .formBox .btn input:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
  #id_lpship #main .comContact {
    margin: 0 15px 30px;
    width: auto;
  }
  #id_lpship #main .comContact p {
    margin-bottom: 20px;
  }
  #id_lpship #main .titleBox {
    margin-bottom: 30px;
    padding: 80px 15px 30px;
  }
  #id_lpship #main .titleBox .headLine01 {
    margin-bottom: 30px;
  }
  #id_lpship #main .titleBox p {
    margin: 0 0 10px;
    width: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  #id_lpship #main .titleBox .textBox {
    margin-top: 30px;
    padding: 20px;
  }
  #id_lpship #main .titleBox .textBox li {
    margin-right: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
  #id_lpship #main .titleBox .textBox h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}/*# sourceMappingURL=theme.css.map */