/* ============================================================


===============================================================*/

.nav-card-wrapper a {
    pointer-events: none;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
img {
  image-rendering: -webkit-optimize-contrast;
}
body {
  background: url(../img/body-background.png) repeat top left;
  background-size: 5%;
  margin: 0;
}
main {
  padding-bottom: 80px;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
}
:root {
  --main-Color: #009A5A;
  font-family: 'Noto Sans JP', sans-serif;
}
p {
  margin: 0;
  color: #282828;
}
#breadcrumb,
#breadcrumb2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  margin-left: 0;
  padding: 0 56px 16px;
  position: static;
}
#breadcrumb a,
#breadcrumb2 a {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-decoration: underline;
}
#breadcrumb a:hover,
#breadcrumb2 a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  #breadcrumb,
  #breadcrumb2 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
header#owner {
  padding-bottom: 108px;
}
header#nyukyosha,
header#company{
  padding-bottom: 122px;
}
a {
  color: var(--main-Color);
}

/* ---------------------------------------- header ---------------------------------------- */
header > div {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  left: 0;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 50%);
}
header  .header-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0;
  box-sizing: border-box;
  /*max-width: 1440px;*/
  max-width: 1070px;
  margin: auto;
}
header  .header-topline a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header  .header-topline a span {
  padding-top: 24px;
  font-weight: bold;
}
header  .header-topline a .logo {
  /*width: 340px;*/
  width: auto;
  height: 60px;
  padding-top: 5px;
  margin-right: 12px;
}
header > a {
  display: flex;
  align-items: center;
}
header .header-content {
  display: flex;
  margin-top: 6px;
}
header .tell-number img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: baseline;
}
header .header-topline .orange-tell-button {
  display: block;
  color: #F07D17;
  border: 1px solid #F07D17;
  border-radius: 40px;
  text-decoration: none;
  width: 222px;
  text-align: center;
  /*height: 50px;*/
  padding: 2px 0;
  margin-right: 8px;
}
header .header-topline .orange-tell-button p {
  color: #F07D17;
  font-size: 11px;
  line-height: 17px;
}
header .header-topline .orange-tell-button .tell-number {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}
header .header-white-button,
header .header-green-button {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  border-radius: 70px;
  padding: 10px 52px 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--main-Color);
}
header .header-white-button {
  color: var(--main-Color);
  margin-right: 8px;
}
header .header-green-button {
  color: #fff;
  background-color: var(--main-Color);
}
header .header-white-button:hover,
header .header-green-button:hover {
  opacity: 0.8;
}
header .header-white-button img,
header .header-green-button img {
  margin-left: 16px;
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
header .header-green-button::after,
header .header-white-button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
}
header .header-green-button::after {
  background-color: #fff;
}
header .header-white-button::after {
  background-color: var(--main-Color);
}
header .header-topline a span {
  font-size: 12px;
}
header .pc-menu {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto 20px;
  width: 100%;
}
header .pc-menu li {
  border-left: 1px solid #DEDEDE;
}
header .pc-menu li:last-child {
  border-right: 1px solid #DEDEDE;;
}
header .pc-menu li a {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  margin: 0 29px;
  text-decoration: none;
  color: #282828;
}
header .pc-menu li a:hover {
  color: var(--main-Color);
}
header .pc-menu li.active a::after{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--main-Color);
  display: inline-block;
}
header .sp-navigation,
header .button {
  display: none;
}
/* ---------------------------------------- header ---------------------------------------- */
/* ---------------------------------------- footer ---------------------------------------- */
footer {
  background-color: #EEEEEE;
  padding: 12px 40px 24px;
}
footer .footer-wrapper {
  /*max-width: 1380px;*/
  max-width: 1000px;
  margin: 0 auto;
}
footer .footer-wrapper > div {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  text-align: right;
}
footer .footer-wrapper div nav {
  display: flex;
  list-style: none;
  margin-bottom: 34.5px;
  flex-wrap: wrap;
}
footer .footer-wrapper div nav li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
footer .footer-wrapper div nav li:not(:last-child) {
  margin-right: 31px;
}
footer .footer-wrapper div nav li a {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #282828;
  text-decoration: none;
}
footer .footer-wrapper div nav li a:hover {
  text-decoration: none;
}
footer .footer-wrapper div nav li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  margin-right: 11.4px;
  transform: rotate(45deg);
  border-radius: 2px;
}
footer .footer-wrapper div img {
  width: 160px;
  height: 27px;
  margin-bottom: 24px;
}
footer .footer-wrapper > p {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-align: right;
}
footer .companyName {
  font-weight: bold;
  min-width: 153px;
  margin: 0 0 20px 20px;
}
.footerNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
}
.footerNav li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #282828;
    border-right: 2px solid #282828;
    margin-right: 11.4px;
    transform: rotate(45deg);
    border-radius: 2px;
}
.footerNav  li a {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #282828;
    text-decoration: none;
}
/* ---------------------------------------- footer ---------------------------------------- */


/* ---------------------------------------- 共通部分（複数箇所で使用） ---------------------------------------- */
h1,
h2,
h3{
  margin: 0;
}
.global-menu-main {
  padding-top: 40px !important;
}
.page-top-banner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto 47px;
  padding: 0 16px;
  height: 160px;
  overflow: hidden;
}
.page-top-banner .banner-liner {
  width: 100%;
  height: 160px;
  background: linear-gradient(to right, #F5F5F5, #F5F5F5, #F5F5F5, #F5F5F5, #F5F5F5, #F5F5F5, #F5F5F5, transparent, transparent);
  position: absolute;
  z-index: 1;
}
.page-top-banner h1 {
  z-index: 2;
}
.page-top-banner img {
  position: absolute;
  right: 0;
  z-index: 0;
  padding-right: 16px;
}
.page-top-banner img.owner {
  width: 354px;
}
.page-top-banner img.service {
  width: 411px;
}
.page-top-banner img.nyukyosha,
.page-top-banner img.reason,
.page-top-banner img.advice{
  width: 426px;
}
.page-top-banner h1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 49px;
  color: #282828;
  position: absolute;
  top: 56px;
  left: 56px;
  margin: 0;
}
.alone-text {
  margin-bottom: 69px;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #282828;
}
.pd130-page {
  padding: 0 16px 40px;
  max-width: 1180px;
  margin: 0 auto;
}

h1.title-bar-green,
h2.title-bar-green,
h3.title-bar-green {
  max-width: 1180px;
  padding: 29.5px 32px;
  margin: 0 auto 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  color: #282828;
}
p.title-bar-green {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  padding: 16px;
}
h1.title-bar-green span {
  font-size: 20px;
  margin-right: 8px;
}
.pc-nav {
  display: block;
}
.otherservice-sp-navigation {
  display: none;
}
.title-bar-green {
  background-color: #EEF8EF;
  border-radius: 8px;
  padding: 18px 0;
  margin-bottom: 30px;
}
.title-bar-green > p {
  border-left: 5px solid var(--main-Color);
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  display: flex;
  align-items: center;
  color: #282828;
  padding: 12px 0;
}
.title-bar-green > p .text {
  color: var(--main-Color);
  margin: 0 10px 0 16px;
}
.title-bar-green > p .number {
  color: var(--main-Color);
  margin-right: 48px;
}

.title-bar-white {
  border-bottom: 1px solid #DEDEDE;
  padding: 12px 0;
  margin-bottom: 40px;
}
.title-bar-white h2,
.title-bar-white p {
  border-left: 5px solid var(--main-Color);
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  display: flex;
  align-items: center;
  color: #282828;
  padding-left: 20px;
}
.title-bar-white h2 .sp,
.title-bar-white p .sp {
  display: none;
}
.point .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: var(--main-Color);
  margin: 0 0 17px;
  display: flex;
  align-items: center;
}
.point .title > span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--main-Color);
  border-radius: 4px;
  padding: 8px;
  margin-right: 16px;
}
.point .text {
  font-size: 15px;
  line-height: 27px;
  color: #222222;
}
/* ---------- お問い合わせ ---------- */
.contact {
  position: relative;
  /*overflow: hidden;*/
}
.contact .contact-background-img {
  height: 100%;
  background-image: url("../img/img10.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
  filter: brightness(0.3);
}
.contact .text-wrapper {
  padding: 7vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact .text-wrapper > p {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 0 24px;
}
.contact .text-wrapper > span {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 0 40px;
}
.contact .text-wrapper > div {
  display: flex;
}
.contact .text-wrapper > div > a {
  width: 247px;
  box-sizing: border-box;
  background: #F07D17;
  border-radius: 74px;
  padding: 20px 32px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.contact .text-wrapper > div > a.left {
    padding: 20px 32px 20px 62px;
}
.contact .text-wrapper > div > a.right {
    padding: 20px 32px 20px 45px;
}
.contact .text-wrapper > div > a span {
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  color: #F07D17;
  text-decoration: none;
  margin-right: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1em;
}
.contact .text-wrapper > div > a:hover {
  background-color: #f5a55f;
}
.contact .fixed-item {
  position: fixed;
  top: 25%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.contact .fixed-item a {
  width: 73px;
  background: #F07D17;
  border-radius: 8px 0 0 8px;
  padding: 24px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
}
.contact .fixed-item a:hover {
  background-color: #f5a55f;
}
.contact .fixed-item a:first-child {
  margin-bottom: 16px;
}
.contact .fixed-item > a img {
  width: 32px;
  height: 32px;
}
.contact .text-wrapper a img {
  width: 32px;
  height: 32px;
}
.contact br {
  display: none;
}
.contact .contact-arrow-icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
/* ---------- お問い合わせ ---------- */



.green-white-button {
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-Color);
  background-color: #fff;
  border: 1px solid var(--main-Color);
  border-radius: 44px;
  padding: 15px 27px;
}
.green-white-button a {
  text-decoration: none !important;
}
.green-white-button:hover {
  background-color: var(--main-Color);
  color: #fff;
  text-decoration: none;
}
.green-white-button:nth-child(n+2) {
  margin-left: 16px;
}
.green-white-button img {
  margin-left: 21px;
}

.grey-panel {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 40px 40px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.owner-review-lists {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.review-item .review-title{
  background-color: #EEF8EF;
  font-size: 24px;
  line-height: 35px;
  color: #222222;
  padding: 16px;
  margin-bottom: 24px;
}
.review-item > div {
  display: flex;
}
.review-item > div img{
  width: 280px;
  height: 100%;
  margin-right: 20px;
}
.review-item > div .text-wrapper span{
  width: auto;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 16px;
  color: #222222;
  display: inline-block;
}
.review-item > div .text-wrapper p{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 16px;
  color: #222222;
}
.description-lists {
  list-style: none;
  padding: 0;
  margin-bottom: 80px;
}
.description-lists .text{
  margin-bottom: 40px;
}
.description-lists .description-attach-rightImg {
  display: flex;
  align-items: center;
}
.description-lists .description-attach-rightImg .text-wrapper {
  width: 60%;
}
.description-lists .description-attach-rightImg .img-wrapper {
  margin-left: 24px;
  width: 40%;
}
.description-lists .description-attach-rightImg > div img {
  width: 100%;
}
.description-lists .description-attach-bottomImg div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.description-lists .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: var(--main-Color);
  margin-bottom: 24px;
}
.about-navigation,
.otherservice-navigation {
  list-style: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.about-navigation li,
.otherservice-navigation li {
  margin-bottom: 10px;
}
.about-navigation .green-white-button,
.otherservice-navigation .green-white-button {
  font-weight: normal;
  padding: 13px 24px;
  font-size: 20px;
  line-height: 29px;
  border-radius: 4px;
}
.about-navigation .green-white-button.active,
.otherservice-navigation .green-white-button.active {
  color: #fff;
  background-color: var(--main-Color);
}
.about-navigation .green-white-button:nth-child(n+1),
.otherservice-navigation .green-white-button:nth-child(n+1) {
  margin-right: 10px;
}
.notice-text-grey {
  line-height: 24px;
  color: #787878;
}
/* ---------- サービスメニュー明細共通 ---------- */
.service-menu-detail-wrapper a:hover {
  opacity: 0.8;
}
.service-menu-detail-wrapper .alone-text {
  text-align: left;
  margin-bottom: 52px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 500;
}
.service-menu-detail-wrapper .alone-text a {
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  text-decoration: underline;
}

.service-menu-detail-wrapper .advantage-wrapper {
  margin-bottom: 52px;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li img {
  width: 324px;
  height: 200px;
  margin-right: 40px;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: var(--main-Color);
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title .tag {
  font-family: 'Barlow';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--main-Color);
  border-radius: 4px;
  padding: 8px;
  margin-right: 16px;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title br {
  display: none;
}
.service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper p {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: inline;
}
/* ---------- サービスメニュー明細共通 ---------- */
.advantage-wrapper {
  margin-bottom: 40px;
}
.advantage-wrapper .advantage-lists li {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.advantage-wrapper .advantage-lists li img {
  width: 324px;
  height: 200px;
  margin-right: 40px;
}
.advantage-wrapper .advantage-lists li .text-wrapper .green-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: var(--main-Color);
  margin: 0 0 17px;
  display: flex;
  align-items: center;
}
.advantage-wrapper .advantage-lists li .text-wrapper .green-title .tag {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--main-Color);
  border-radius: 4px;
  padding: 8px;
  margin-right: 16px;
}
.advantage-wrapper .advantage-lists li .text-wrapper p {
  font-size: 15px;
  line-height: 27px;
  color: #222222;
}

.to-owner-banner,
.to-reasons-banner {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  display: flex;
  width: 980px;
  margin: 0 auto;
}
.to-owner-banner .text-wrapper,
.to-reasons-banner .text-wrapper{
  width: 55%;
  padding: 32px 0 32px 40px;
}
.to-owner-banner .text-wrapper span,
.to-reasons-banner .text-wrapper span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: var(--main-Color);;
}
.to-owner-banner .text-wrapper span::after,
.to-reasons-banner .text-wrapper span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: var(--main-Color);
}
.to-owner-banner .text-wrapper p,
.to-reasons-banner .text-wrapper p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  color: #282828;
}
.to-owner-banner .text-wrapper .pc,
.to-reasons-banner .text-wrapper.pc {
  display: block;
}
.to-owner-banner .text-wrapper a,
.to-reasons-banner .text-wrapper a {
  margin: 24px 0 0;
  width: 180px;
  text-decoration: none;
}
.to-reasons-banner .banner-background-img,
.to-owner-banner .banner-background-img {
  min-width: 45%;
  transform: scale(1.005);
  border-radius: 0 8px 8px 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.to-reasons-banner .banner-background-img{
  /*background-image: url('https://areps.co.jp/wp-content/uploads/2021/09/reason.png');*/
}
.to-owner-banner .banner-background-img{
  /*background-image: url('https://areps.co.jp/wp-content/uploads/2021/08/topcard-owner.png');*/
}
.group-company {
  padding: 40px 40px 50px;
  background-color: #EEEEEE;
}
.group-company .group-company-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.group-company .town-group {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #282828;
  display: flex;
  align-items: end;
  margin-bottom: 26px;
}
.group-company .town-group:hover {
  color: var(--main-Color);
}
.group-company p {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: var(--main-Color);
  margin-bottom: 33px;
}
.group-company .category {
  min-width: 190px;
  max-width: 190px;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding-right: 19px;
  margin-right: 39px;
  color: #424242;
  border-right: 1px solid #DEDEDE;
}
.group-company .group-company-wrapper > div {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-bottom: 16px;
}
.group-company .group-company-wrapper > div > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.group-company .group-company-wrapper > div > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4px 32px 4px 0;
}
.group-company .group-company-wrapper > div > ul > li span {
  font-size: 10px;
  line-height: 14px;
  color: #282828;
  margin-bottom: 6px;
}
.group-company .group-company-wrapper > div > ul > li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #282828;
  display: flex;
  align-items: end;
}
.group-company .group-company-wrapper > div > ul > li a:hover {
  opacity: 0.8;
  color: var(--main-Color);
}
.group-company .town-group img,
.group-company .group-company-wrapper > div > ul > li img {
    transform: translate(2px, -10px);
}
.top-img-wrapper img {
  width: 100%;
}
h1 br,
br.sp {
  display: none;
}
#back-to-list {
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: center
}
#back-to-list img {
  width: 36px;
  height: 36px;
  z-index: 1;
  position: absolute;
  left: -5px;
}
#back-to-list::after {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-color: var(--main-Color);
  position: absolute;
  border-radius: 50%;
  left: -6px;
}
/* ---------------------------------------- 共通部分（複数箇所で使用） ---------------------------------------- */


/* ----------------------------------------　mainページ　---------------------------------------- */
.main {
  padding-top: 0 !important;
}
.top-intro-nyukyosha-sp {
  display: none;
}
.top-intro {
  position: relative;
}
.top-intro img {
  width: 100%;
}
.top-intro .picture-marin {
  width: 27%;
  position: absolute;
  bottom: 0;
  right: 15%;
}
.top-intro .top-pcimg {
  display: block;
}
.top-intro .top-spimg {
  display: none;
}
.top-intro p{
  position: absolute;
  top: calc(50% - 61px);
  left: 80px;
  font-weight: bold;
  font-size: 42px;
  line-height: 61px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  width: 565px;
  margin: 0;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
.top-intro p .sp {
  display: none;
}
.top-intro-card-wrapper .cards {
  background-color: #EEF8EF;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.top-intro-card-wrapper .cards .card {
  width: 280px;
  height: 229px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 24px 24px;
  border-radius: 7px;
  transform: translateY(-64px);
}
.top-intro-card-wrapper .cards .card div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.top-intro-card-wrapper .cards .card:nth-child(2) {
  margin: 0 50px;
}
.top-intro-card-wrapper .cards .card img {
  margin-bottom: 16px;
  width: 48px;
}
.top-intro-card-wrapper .cards .card .title {
  font-size: 14px;
  line-height: 16px;
  color: #282828;
  margin-bottom: 2px;
}
.top-intro-card-wrapper .cards .card .number {
  font-size: 64px;
  line-height: 76px;
  color: var(--main-Color);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
.top-intro-card-wrapper .cards .card .number span {
  font-size: 18px;
  line-height: 26px;
  color: #02985A;
  font-weight: normal;
  letter-spacing: 0px;
  padding-left: 6px;
}
.top-intro-card-wrapper .cards .card .notice {
  font-size: 10px;
  line-height: 15px;
  color: #787878;
}
.nav-card-wrapper {
  max-width: 1744px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 113px;
}
.nav-card-wrapper > a {
  width: 50%;
  max-width: 561px;
  min-height: 194px;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #F6F6F2;
  text-decoration: none;
}
.nav-card-wrapper > a:nth-child(even) {
  margin-left: 20px;
}
.nav-card-wrapper > a.reason .text-wrapper {
  border-left: 12px solid #FFC530;
}
.nav-card-wrapper > a.owner .text-wrapper {
  border-left: 12px solid #2E9CDA;
}
.nav-card-wrapper > a.advice .text-wrapper {
  border-left: 12px solid #83CDBB;
}
.nav-card-wrapper > a.service .text-wrapper {
  border-left: 12px solid #FA9C87;
}
.nav-card-wrapper > a > .text-wrapper {
  padding: 35px 24px 39px 20px;
  width: calc(100% - 290px);
  border-radius: 8px 0 0 8px;
}
.nav-card-wrapper > a .card-img {
  width: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 8px 8px 0;
}
.nav-card-wrapper > a .card-img.reason {
  background-image: url("./img/img01.png");
}
.nav-card-wrapper > a .card-img.owner {
  background-image: url("./img/img02.png");
}
.nav-card-wrapper > a .card-img.advice {
  background-image: url("./img/img03.png");
}
.nav-card-wrapper > a .card-img.service {
  background-image: url("./img/img04.png");

}
.nav-card-wrapper > a img {
  display: none;
}
.nav-card-wrapper > a > div .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #282828;
  margin: 0 0 16px;
  padding-right: 10px;
}
.nav-card-wrapper > a > div .title span {
  display: inline-block;
}
.nav-card-wrapper > a > div .text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #787878;
  margin: 0;
}
.recommend {
  display: flex;
  justify-content: center;
  margin-bottom: 116px;
}
.recommend .link-item {
  padding: 30px;
  background-color: #F6F6F2;
  border-radius: 6px;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.recommend .link-item > img {
  margin-right: 16px;
  width: 95px;
  height: 60px;
}
.recommend .link-item:nth-child(2) {
  margin: 0 20px;
}
.recommend .link-item > div .title {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #282828;
  margin-bottom: 7px;
  display: inline-block;
}
.recommend .link-item > div .site-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #282828;
  display: inline-block;
}
.sp-hamburger-menu {
  position: absolute;
  top: 22px;
  right: 20px;
  display: none;
}
.slider-pc{
  margin-top: -33px;
  padding: 56px 0 32px;
  background-color: #EEF8EF;
  margin-bottom: 80px;
}
.slider-pc .mainvisual {
  position: relative;
  max-width: 1180px;
  margin: auto;
}
.slider-pc .mainvisual .top-swiper-container-pc {
  width: 940px;
  overflow-x: hidden;
  margin: auto;
}
.slider-pc .mainvisual .top-swiper-container-pc .swiper-wrapper {
  margin-bottom: 20px;
}
.slider-sp {
  display: none;
}
.swiper-pagination {
  position: inherit;
}
.swiper-button-prevIcon,.swiper-button-nextIcon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 36px;
}
.swiper-button-nextIcon,
.swiper-button-prevIcon {
  display: inline-block;
  filter: drop-shadow(1px 1px 6px #4444);
  z-index: 10;
}
.swiper-button-nextIcon img,
.swiper-button-prevIcon img {
  width: 40px;
  height: 40px;
}
.swiper-button-prevIcon {
  transform: scaleX(-1);
}
.swiper-button-nextIcon {
  right: 16px;
}
.swiper-button-prevIcon {
  left: 16px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  visibility: hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #009A5A;
  margin: 0 8px;
}
.nav-card-wrapper > a:hover .title,
.recommend .link-item:hover .site-name {
  color: var(--main-Color);
}
.main .information-wrapper {
  width: 720px;
  margin: 80px auto 50px;
}
.information-wrapper h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 37px;
}
.information-wrapper ul li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.information-wrapper ul li p {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-right: 25px;
}
.information-wrapper ul li .cat-name {
  background-color: var(--main-Color);
  padding: 4px 8px;
  font-weight: bold;
  margin-right: 16px;
  display: flex;
  min-width: 81px;
}
.information-wrapper ul li .cat-name a{
  color: #fff;
  background-color: var(--main-Color);
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  padding: 0;
}
.information-wrapper ul li .cat-name a:hover {
  opacity: 0.8;
}
.information-wrapper ul li > a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.information-wrapper ul li > a:hover {
  opacity: 0.8;
}
.to-all-lists-button.top {
  padding: 16px 0 0;
  margin: 0;
}
.to-all-lists-button.top img {
  transform: scale(1);
}
.nav-card-wrapper .sp-br {
  display: block;
}
.to-all-lists-button {
  padding: 27.5px 0;
  margin: 52.5px 0 0;
  border-bottom: 1px solid #DEDEDE;
}
.to-all-lists-button.non-border {
  border-bottom: none;
}
.to-all-lists-button a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-Color);
}
.to-all-lists-button a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.to-all-lists-button img{
  width: 24px;
  height: 24px;
  transform: scaleX(-1);
  margin-right: 8px;
}
.top-intro h1 .top-pcimg ,
.slider-pc {
  background-image: url(../img/body-background.png);
  background-size: 5%;
}
.top-intro h1 .top-pcimg {
  margin-top: 0 !important;
  padding-bottom: 90px;
    padding-top: 40px;
}
/* ----------------------------------------　mainページ　---------------------------------------- */

@media screen and (max-width: 920px) {

  /* ---------------------------------------- header ---------------------------------------- */
  header#owner,
  header#nyukyosha,
  header#company{
    padding-bottom: 54px;
  }
  header .header-topline a {
    display: inline-block;
  }
  header .header-topline a .logo {
    width: 180px;
  }
  header  .header-topline {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  header .header-topline a {
    display: inline-block;
  }
  header .pc-menu,
  header .pc {
    display: none;
  }
  header .text-wrapper {
    margin: auto;
    padding: 4px 0;
  }
  header .tell-number img {
    width: 22px;
    height: 22px;
  }
  header  .header-topline a img {
    margin: 12px 16px;
  }
  header .nyukyosha-button {
    display: none;
  }
  header .text-wrapper p {
    font-size: 12px;
    line-height: 17px;
  }
  header .text-wrapper .tell-number {
    font-size: 24px;
    line-height: 32px;
    margin-right: 4px;
  }
  header .text-wrapper > div > div {
    flex-direction: row;
    align-items: center;
  }
  header .sp-menu {
    list-style: none;
    /*overflow-y: scroll;*/
  }
  header .sp-menu li {
    background-color: var(--main-Color);
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  header .sp-menu li:last-child {
    border: none;
  }
  header .sp-menu li a {
    display: block;
    padding: 24px 0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  header .sp-menu li.user-category {
    background-color: #fff;
    border-bottom: 1px solid var(--main-Color);
  }
  header .sp-menu li.user-category .arrow-icon {
    width: 30px;
    height: 30px;
    background-color: var(--main-Color);
    border-radius: 50%;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .sp-menu li.user-category img {
    width: 16px;
    height: 16px;
  }
  header .sp-menu li.user-category a {
    color: var(--main-Color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  header .sp-menu li.tell-button {
    padding: 24px 24px 93px;
    margin-bottom: 80px;
  }
  header .sp-menu li.tell-button a {
    background-color: #fff;
    border-radius: 8px;
    color: #282828;
    padding: 16px 0;
  }
  header .sp-menu li.tell-button .text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #282828;
    margin-bottom: 4px;
  }
  header .sp-menu li.tell-button .tell-number {
    font-size: 32px;
    line-height: 100%;
    align-items: center;
    letter-spacing: -0.03em;
    color: #F07D17;
  }
  header .sp-navigation,
  header .button {
    display: block;
  }
  .sp-navigation {
    position: fixed;
    transition: all 1s;
    z-index: 99;
    width: 100%;
    /*overflow-y: scroll;*/
    background-color: var(--main-Color);
  }
  .sp-navigation.owner {
    top: -908px;
  }
  .sp-navigation.other {
    top: -360px;
  }
  header .button {
    position: absolute;
    top: 17px;
    right: 16px;
  }
  .hamburger-button,
  .hamburger-button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hamburger-button {
    position: relative;
    width: 26px;
    height: 17px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .hamburger-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-Color);
    border-radius: 4px;
  }
  .hamburger-button span:nth-of-type(1) {
    top: 0;
  }
  .hamburger-button span:nth-of-type(2) {
    top: 8px;
  }
  .hamburger-button span:nth-of-type(3) {
    top: 16px;
  }
  .hamburger-button span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--main-Color);
    border-radius: 4px;
    transition: all .4s;
  }
  .hamburger-button.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  .hamburger-button.active span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .hamburger-button.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
  }
  .hamburger-button.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  /* ---------------------------------------- header ---------------------------------------- */

  /* ----------------------------------------　mainページ　---------------------------------------- */
  .top-intro h1 .top-pcimg {
    margin-top: -28px;
  }
  /* ----------------------------------------　mainページ　---------------------------------------- */
}

@media screen and (max-width: 1024px) {
  /* ---------------------------------------- footer ---------------------------------------- */
  footer {
    padding: 32px 16px 15px;
  }
  footer .footer-wrapper div {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  footer .footer-wrapper div nav {
    flex-direction: column;
  }
  footer .footer-wrapper div nav li {
    margin-bottom: 24px;
  }
  footer .footer-wrapper div nav li:not(:first-child) {
    margin-left: 0;
  }
  footer .footer-wrapper p {
    text-align: center;
  }
  footer .companyName {
    margin: 0 0 32px;
  }
  /* ---------------------------------------- footer ---------------------------------------- */


  /* ---------------------------------------- 共通部分（複数箇所で使用） ---------------------------------------- */
  #breadcrumb,
  #breadcrumb2 {
    display: block;
    white-space: nowrap;
    /*overflow: scroll;*/
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .global-menu-main {
    padding-top: 20px !important;
  }
  .main {
    padding-top: 0;
  }
  .pd130-page {
    padding: 0 16px;
  }
  .title-bar-white {
    margin-bottom: 24px;
  }
  .title-bar-white h2,
  .title-bar-white p {
    font-size: 20px;
    line-height: 29px;
  }
  .title-bar-white h2 .sp,
  .title-bar-white p .sp {
    display: block;
  }

  h1.title-bar-green,
  h2.title-bar-green,
  h3.title-bar-green {
    padding: 24px 16px;
    margin: 0 -16px 32px;
    font-size: 24px;
    line-height: 35px;
  }
  p.title-bar-green {
    font-size: 20px;
    line-height: 28px;
  }
  h1.title-bar-green span {
    font-size: 14px;
    display: block;
  }
  .pc-nav {
    display: none;
  }
  /* ---------- サービスメニュー明細共通 ---------- */
  .service-menu-detail-wrapper .otherservice-sp-navigation {
    display: flex;
    justify-content: center;
    height: 54px;
    margin-bottom: 32px;
    overflow: hidden;
    transition: 3s;
    position: relative;
    border-radius: 4px;
    right: 0;
    width: 100%;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation ul {
    width: 100%;
    min-width: 252px;
    list-style-type: none;
    text-align: center;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation .green-white-button {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 27px;
    line-height: 22px;
    justify-content: left;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation .green-white-button.active {
    padding-left: 24px;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation .green-white-button.active::before {
    width: 24px;
    right: 16px;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation .green-white-button.active::after {
    top: 22px;
    right: 24px;
  }
  .service-menu-detail-wrapper .otherservice-sp-navigation.is-open .green-white-button.active::after {
    top: 24px;
  }
  .service-menu-detail-wrapper .alone-text{
    margin-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .service-menu-detail-wrapper .advantage-wrapper {
    margin-bottom: 68px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .title-bar-white{
    margin-bottom: 24px;
    padding: 12px 0px 17px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li {
    display: inline-block;
    margin-bottom: 64px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li img {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: 0px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li:last-child {
    margin-bottom: 0px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title {
    font-size: 20px;
    line-height: 29px;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 8px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title .tag {
    margin-bottom: 16px;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper .green-title br {
    display: block;
  }
  .service-menu-detail-wrapper .advantage-wrapper .advantage-lists li .text-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: block;
  }
  /* ---------- サービスメニュー明細共通 ---------- */
  .contact {
    text-align: center;
  }
  .contact .text-wrapper {
    padding: 54px 7vw;
    display: inline-block;
    box-sizing: border-box;
  }
  .contact .text-wrapper > p {
    font-size: 28px;
    line-height: 41px;
  }
  .contact .text-wrapper > span {
    font-size: 18px;
    line-height: 26px;
  }
  .contact .text-wrapper > div {
    display: inline-block;
  }
  .contact .text-wrapper > span {
    display: block;
    margin-bottom: 36.5px;
  }
  .contact .text-wrapper > div > a:first-child {
    margin-bottom: 23.5px;
  }
  .contact br {
    display: block;
  }
  .contact .fixed-item {
    display: none;
  }
  .group-company {
    padding: 32px 16px 34px;
  }
  .group-company .group-company-wrapper > div {
    display: inline-block;
    margin-bottom: 16px;
  }
  .group-company .category {
    border: none;
  }
  .group-company .group-company-wrapper > div > ul {
    flex-wrap: wrap;
  }
  .group-company .group-company-wrapper > div > ul > li {
    margin-bottom: 16px;
  }
  .otherservice-sp-navigation {
    display: block;
    list-style: none;
    width: calc(100% - 32px);
    height: 48px;
    overflow: hidden;
    transition: 3s;
    border-radius: 4px;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    right: 16px;
  }
  .otherservice-sp-navigation .green-white-button {
    justify-content: left;
  }
  .otherservice-sp-navigation.is-open {
    height: auto;
    overflow: initial;
    transition: 3s;
  }
  .otherservice-sp-navigation .green-white-button.active {
    border-radius: 4px;
    border: 1px solid var(--main-Color);
    color: var(--main-Color);
    background-color: #fff;
    justify-content: left;
  }
  .otherservice-sp-navigation .green-white-button.active::before {
    content: "";
    position: absolute;
    right: 16px;
    width: 24px;
    height: 24px;
    background-color: var(--main-Color);
    border-radius: 50%;
    transition: .3s;
  }
  .otherservice-sp-navigation .green-white-button.active::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 24px;
    margin-left: 73px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    transition: .3s;
  }
  .otherservice-sp-navigation.is-open .green-white-button.active::after {
    transform: rotate(-225deg);
    top: 21px;
  }
  .otherservice-sp-navigation .green-white-button:not(.active) {
    border-radius: 1px;
    background-color: var(--main-Color);
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .contact .fixed-item {
    display: none;
  }
  .to-owner-banner,
  .to-reasons-banner {
    flex-direction: column-reverse;
    width: auto;
    overflow: hidden;
    margin: 0 16px;
  }
  .to-owner-banner .text-wrapper,
  .to-reasons-banner .text-wrapper {
    width: 100%;
    padding: 24px 16px 32px;
    box-sizing: border-box;
  }
  .to-owner-banner .text-wrapper a,
  .to-reasons-banner .text-wrapper a {
    margin: 24px auto 0;
    box-sizing: border-box;
  }
  .to-owner-banner .banner-background-img,
  .to-reasons-banner .banner-background-img {
    width: 100%;
    height: 150px;
    background-position: top 13% right;
    transform: scale(1.1);
  }
  .to-owner-banner .text-wrapper span,
  .to-reasons-banner .text-wrapper span {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 8px;
    width: 200px;
    display: block;
  }
  .to-owner-banner .text-wrapper p,
  .to-reasons-banner .text-wrapper p {
    display: inline;
  }
  .to-owner-banner .text-wrapper .pc,
  .to-reasons-banner .text-wrapper.pc {
    display:none;
  }
  .page-top-banner {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  .page-top-banner .banner-liner {
    display: none;
  }
  .page-top-banner.contact h1 {
    text-align: left;
  }
  .page-top-banner {
    background: none;
    height: auto;
  }
  .page-top-banner img {
    position: initial;
    width: 100% !important;
    height: 100%;
    padding: 0;
  }
  .page-top-banner h1 {
    font-size: 24px;
    line-height: 35px;
    position: initial;
    background-color: #F9F9F9;
    padding: 24px 16px;
  }
  .page-top-banner h1.re {
    padding-right: 120px;
  }
  .page-top-banner .banner.contact {
    display: none;
  }
  .alone-text {
    padding: 0 16px;
    margin-bottom: 48px;
    text-align: left;
    font-size: 16px;
  }
  .contact .contact-background-img {
    /*height: 451px;*/
    /*background-image: url("https://areps.co.jp/wp-content/uploads/2021/08/contact-spbackground.jpg");*/
  }
  h1 br,
  br.sp {
    display: block;
  }
  /* ---------------------------------------- 共通部分（複数箇所で使用） ---------------------------------------- */


  /* ----------------------------------------　mainページ　---------------------------------------- */
  .main {
    padding-top: 60px;
  }
  .top-intro-nyukyosha-sp {
    background-color: var(--main-Color);
    display: inline-block;
    width: 100%;
  }
  .top-intro-nyukyosha-sp a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
  .top-intro-nyukyosha-sp a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate( -135deg);
    transition: .3s;
    margin-top: 6px;
    margin-left: -20px;
  }
  .sp-hamburger-menu {
    display: inline-block;
  }
  .top-intro .top-pcimg {
    display: none;
  }
  .top-intro .top-spimg {
    display: block;
  }
  .top-intro .picture-marin {
    width: 55%;
    right: -16px;
  }
  .top-intro p {
    font-size: 5vw;
    line-height: 140%;
    top: calc(50% - 90px);
    left: 24px;
  }
  .top-intro p .sp {
    display: block;
  }
  .top-intro h1 {
    background-color: #EEF8EF;
  }
  .top-intro-card-wrapper {
    padding: 20px 16px 0;
    background-color: #EEF8EF;
  }
  .top-intro-card-wrapper .cards {
    display: block;
    margin-bottom: 0px;
    padding: 35px 0;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    transform: translateY(-45px);
    background-image: none;
  }
  .top-intro-card-wrapper .cards .card {
    width: 287px;
    height: 114px;
    transform: none;
    flex-direction: row;
    padding: 0 13px;
    margin: auto;
  }
  .top-intro-card-wrapper .cards .card:nth-child(2) {
    margin: 16px auto;
  }
  .top-intro-card-wrapper .cards .card div {
    text-align: left;
  }
  .top-intro-card-wrapper .cards .card img {
    width: 74px;
    height: 74px;
    margin-right: 13px;
  }
  .top-intro-card-wrapper .cards .card .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
  .top-intro-card-wrapper .cards .card .number {
    line-height: 50px;
    font-size: 42px;
  }
  .nav-card-wrapper {
    display: block;
    padding-top: 40px;
    margin: 0 16px 56px;
  }
  .nav-card-wrapper > a {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: 155px;
    margin-bottom: 16px;
  }
  .nav-card-wrapper > a > div .title {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 8px;
  }
  .nav-card-wrapper > a > div .text {
    font-size: 13px;
    line-height: 19px;
  }
  .nav-card-wrapper > a div.card-img {
    width: 50%;
  }
  .nav-card-wrapper > a .card-img.reason,
  .nav-card-wrapper > a .card-img.owner,
  .nav-card-wrapper > a .card-img.service,
  .nav-card-wrapper > a .card-img.advice {
    background-position: center top 10%;
  }
  .nav-card-wrapper > a > .text-wrapper {
    width: 50%;
    margin: 0;
    padding: 15px 16px;
    box-sizing: content-box;
  }
  .nav-card-wrapper > a:nth-child(even) {
    margin-left: 0;
  }
  .recommend {
    display: block;
    margin: 0 18px 80px;
  }
  .recommend .link-item {
    max-width: 100%;
    margin-bottom: 16px;
    padding: 16px 8px;
  }
  .recommend .link-item:nth-child(2) {
    margin: 0 0 16px;
  }
  .recommend .link-item > div {
    display: flex;
    flex-direction: column;
    width: 210px;
  }
  .slider-pc {
  display: none;
  }
  .slider-sp{
  display: block;
  background-color: #EEF8EF;
  margin-bottom: 80px;
  }
  .slider-sp .mainvisual {
  position: relative;
  width: 80%;
  margin: auto;
  transform: translateY(-20px)
  }
  .slider-sp .mainvisual .top-swiper-container-sp {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
    max-width: 300px;
  }
  .slider-sp .mainvisual .top-swiper-container-sp img {
    width: 100%;
    height: 100%;
  }
  .swiper-button-nextIcon,
  .swiper-button-prevIcon {
  width: 32px;
  max-width: 60px;
  height: 32px;
  max-height: 60px;
  z-index: 10;
  position: absolute;
  top: calc(35% - 10px);
  }
  .swiper-button-prevIcon {
    left: -7%;
  }
  .swiper-button-nextIcon {
    right: -7%;
  }
  .swiper-button-nextIcon img,
  .swiper-button-prevIcon img {
    width: 100%;
    height: 100%;
  }
  .main .information-wrapper {
    padding: 0 16px;
    width: 100%;
  }
  .information-wrapper h2 {
    margin-bottom: 24px;
  }
  .information-wrapper ul li {
    flex-wrap: wrap;
    width: calc(100vw - 26px);
  }
  .information-wrapper ul li p {
    margin-right: 20px;
  }
  .information-wrapper ul li .cat-name {
    margin-right: 1px;
  }
  .information-wrapper ul li > a {
    display: block;
    width: 100%;
    padding-top: 8px;
  }
  .nav-card-wrapper .sp-br {
     display: none;
  }
  /* ----------------------------------------　mainページ　---------------------------------------- */
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .nav-card-wrapper > a {
    width: 47%;
  }
}

/* ============================================================

パンくずリスト

===============================================================*/
.breadcrumb-wrapper {
    max-width: 1440px;
    margin: auto;
    background: #fff;
    padding-top: 24px;
}
div#breadcrumb {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    padding: 0 16px;
    position: static;
    max-width: 1180px;
    max-width: 100%;
}
#breadcrumb a {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    text-decoration: underline;
}

/* ============================================================

共通

===============================================================*/
.w688 {
    padding: 0 20px 40px;
    max-width: 1180px;
    margin: 0 auto;
}
h2.title {
    max-width: 1180px;
    padding: 29.5px 32px;
    margin: 0 auto 40px;
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #282828;
    background-color: #EEF8EF;
    border-radius: 8px;
    text-align: initial;
}
.contents-wrap {
    max-width: 1440px;
    margin: 0 auto;
}
.col_contents4-top {
    padding-top: 24px !important;
}
div#breadcrumb {
    box-sizing: border-box;
}
.sp-navigation {
    display: none;
}
.inlineBlock {
    display: inline-block;
}
.nav {
    padding: 0;
}
header .header-topline a .logo {
    height: 55px;
}
header#owner {
    padding-bottom: 119px;
}
header .pc-menu {
    padding: 16px 0 0;
}
main {
    padding-bottom: 60px;
}
.main .information-wrapper {
    margin: 60px auto 50px;
}
@media screen and (max-width: 920px) {
    header .header-topline a .logo {
        width: auto;
        height: 35px;
        margin: 0;
        padding: 10px 10px 0;
    }
    .sp-navigation {
      display: block;
      top: -908px;
    }
    .navOpen .sp-navigation {
        top: 60px;
    }
    .footerNav li {
        margin-bottom: 20px;
    }
    footer .footer-wrapper div {
        align-items: center;
    }
    .contact .text-wrapper > div > a:first-child {
        margin-bottom: 0;
    }
    .footerNav {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 0;
    }
header#owner {
    padding-bottom: 54px;
}
}

/* ============================================================

トップ

===============================================================*/
.information-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.information-wrapper ul {
    padding: 0;
}
.information-wrapper ul li {
    flex-wrap: wrap;
    width: 100%;
}

.poster {
    max-width: 750px;
    margin: 60px auto 0;
}
.poster img {
    max-width: 100%;
}

@media screen and (max-width: 550px) {
.poster {
    margin: 30px auto 0;
}
    .main .information-wrapper {
        margin: 30px auto 0;
    }
main {
    padding-bottom: 50px;
}
.information-wrapper h2 {
    font-size: 18px;
}
.information-wrapper ul li {
    font-size: 14px;
}

}
/* ============================================================

会社概要

===============================================================*/
.profile table {
    border-top: 1px solid #e1e4e6;
    line-height: 1.5;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0;
}
.profile tr {
    border-bottom: 1px solid #e1e4e6;
}
.profile th {
    width: clamp(160px, 15vw, 200px);
    color: #000;
    font-weight: bold;
    background-color: #f5f7f9;
    padding: 1.7em 2em;
    vertical-align: middle;
}
.profile td {
    background-color: #FFF;
    font-weight: normal;
    color: #000;
    padding: 1.7em 3em;
    vertical-align: middle;
}
.link_icon {
    display: inline-block;
    width: 20px;
    padding-left: 10px;
}
.link_icon img {
    max-width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 920px) {
    .profile tr {
        display: flex;
        flex-direction: column;
    }
    .profile th, .profile td {
        width: 100%;
        padding: 0.7em 1em;
        box-sizing: border-box;
    }
    .profile td {
      font-size: 0.8em;
    }
}

/* ============================================================

プライバシーポリシー

===============================================================*/
.mT30 {
    margin-top: 30px;
}
.mB30 {
    margin-bottom: 30px;
}
.privacy-policy h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
    color: #282828;
}
.offset2em {
    display: inline-block;
    padding-left: 2em;
    text-indent: -2em;
    width: 100%;
    box-sizing: border-box;
}
.offset3em {
    display: inline-block;
    padding-left: 3em;
    text-indent: -2em;
    width: 100%;
    box-sizing: border-box;
}
.privacy-policy .contents-wrap p.txt {
    text-align: justify;
    font-size: 16px;
    line-height: 180%;
    color: #282828;
}
.privacy_margintop {
    margin-top: 16px;
}
.pt05em {
    padding-top: 0.5em;
}

/* ============================================================

クッキーポリシー

===============================================================*/
.cookie-policy .contents-wrap p.txt {
    text-align: left;
}
.pl0em{
  padding-left: 0em;
}
.pl1em{
  padding-left: 1em;
}
.pl2em{
  padding-left: 2em;
}
.pl3em{
  padding-left: 3em;
}
.cookie-policy .main span{
  display: block;
}
.cookie-policy a {
    word-break: break-all;
}

/* ============================================================

お問い合わせ

===============================================================*/
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.contact-wrap p {
    text-align: center;
}
.contact_text {
    padding-bottom: 3rem;
}
.contactWrap {
    position: relative;
    /*overflow: hidden;*/
    width: 780px;
    margin: 0 auto;
}
.contact .form_row {
    margin-bottom: 40px;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.contact .title {
    width: 298px;
}
.required {
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #EB5757;
    padding: 4px;
    margin-left: 16px;
    display: inline-block;
}
.contact .form_input_item {
    width: auto;
}
input[type=text],
input[type=email] {
    background-color: #F9F9F9;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
}
textarea {
    background-color: #F9F9F9;
    padding: 0 0 0 16px;
    border: none;
    border-radius: 4px;
    height: 222px;
    resize: none;
    width: 100%;
}
.policy_area {
    text-align: center;
    margin: 20px 0 70px;
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.policy_area a {
    margin-left: 10px;
}
form .button-wrapper {
    width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    border-radius: 74px;
}
input.submit {
    padding: 27px 89px 27px 51px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #009A5A;
    border-radius: 74px;
    color: #009A5A;
    background-color: #fff;
}
img.submit_arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 75px;
    top: 27px;
}
@media screen and (max-width: 920px) {
    .contact {
        width: 100%;
    }
    .contact .form_row {
        flex-direction: column;
    }
    .contact .title {
        width: 100%;
        text-align: left;
    }
    .contact_text {
      font-size: 14px;
    }
}

.thanksMessageWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw 0;
}
.thanksMessage {
    border: 1px solid #e1e4e6;
    padding: 50px;
    width: 80%;
    font-weight: bold;
    font-size: 1.3em;
}





















