@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.wrapper_content {
  position: relative;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 20;
}
#front-sectionPost .postlist li {
  border: none!important;

}
.postlist li,
.postlist li:first-child {
  border: none!important;
}
.postlist .post_text {
  position: relative;
  padding: 16px 0;
}
.postlist .post_text:after {
  content: '';
  display: inline-block;
  background-size: 3px 1px;
  background-image: linear-gradient(to right, #000000 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
  position: absolute;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 92%;
}

#front-sectionPost {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.post .time, .postlist .time {
  font-weight: 500;
  color: #fff !important;
  background: #0E7E62;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 100vmax;
}
.post .time a, .postlist .time a {
  font-weight: 500;
  color: #fff!important;
}

.post4b li .post4b_contents {
  /*  opacity: 1; */
  display: none;
}
.post4b .time {
  display: block;
  background: #0E7E62;
  border-radius: 5px;
}
.post4b img {
  border-radius: 15x;
}

.post_link a {
  color: #262626!important;
}
.post_link {
  border-bottom: none;
}

#wrapper {
  max-width: unset;
  padding: 0;
  position: relative;
  z-index: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body p {
  line-height: 1.8;
}

body:not(.home) #wrapper {
  width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
  width: 94%;
  max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
  width: 94%!important;
  max-width: var(--content-max-width);
  margin-inline: auto;
}
header#h1Header {
  background: #fff;
}
#thumbImg::before, header#h1Header::before {
  background: #202020;
  opacity: 0;
}
header#h1Header h1.title {
  font-weight: 500;
  font-size: var(--rem48);
  color: #fff;
}

#header-upper {
  display: none!important;
}
.header__nav-contact {
  padding-right: 14px;
}
#header ul.header__contact {
  column-gap: 10px;
}
#header ul.header__contact li {
  height: auto;
}
#header a.head_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: unset;
  border-radius: 25px;
}
#header a.head_btn::before {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 4px;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  font-weight: 700;
  position: relative;
  background: #0E7E62!important;
  color: #fff;
  width: 100%;
  max-width: 180px;
}
#header a.head_btn.mail_btn {
  font-weight: 700;
  position: relative;
  background: #0E7E62!important;
  color: #fff;
  width: 100%;
  max-width: 180px;
}
nav#mainNav ul li a {
  color: #262626;
  padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
  font-weight: 500;
  color: #262626;
}
nav#mainNav ul li.current-menu-item a {
  background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
  color: #262626;
}
nav#mainNav ul li ul.sub-menu li a {
  color: #262626;
}
nav#mainNav ul li.current-menu-parent a b {
  color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
  background: #fff;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: #0E7E62;
}
.spmenu #menu p {
  color: #0E7E62;
  white-space: nowrap;
}

a#scrollUp {
  background: #0E7E62;
}

#footer {
  padding: 30px;
}
#footer,#copyright {
  color: #fff;
  background: #0E7E62;
}
#copyright {
  margin-top: 0;
}
#footer .footnav:not(:last-child) {
  margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  display: none;
}
#footer .socialicon {
  margin-bottom: 15px;
}

.inner {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
}

h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--rem48);
  letter-spacing: .01em;
  color: #262626;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  margin-bottom: 35px;
  position: relative;
}
h1.title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: var(--rem24);
  color: #262626;
  line-height: 1;
}
h1.title .ja::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/mark.png)no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

body.home h1.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--rem80);
  color: #0E7E62;
}

.post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: var(--rem48);
  color: #0E7E62;
  padding: 0 0 14px!important;
  margin-top: 0!important;
  margin-bottom: 35px!important;
  position: relative;
}
.post h2.title::after {
  content: '';
  display: inline-block;
  background: #0E7E62;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #262626;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.post h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #262626;
}

.post h4::before {
  background: #0E7E62;
}

.linkBtn, .post .linkBtn, a.linkBtn {
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  max-width: unset;
  color: #262626;
  padding: 0;
  margin-top: 30px;
  width: fit-content;
  margin-inline: auto;
}
a.linkBtn::after {
  display: none!important;
}
a.linkBtn::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/arrow.png)no-repeat;
  background-size: contain;
  background-position: center;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
  background: unset;
  color: #262626;
  opacity: .7;
}

.cta {
  padding: 80px 0;
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.cta .inner {
  background: rgba(255, 255, 255, .73);
  padding: 60px 5%;
}
.cta h1.title {
  font-size: var(--rem80)!important;
  color: #0E7E62;
}
.cta p {
  font-size: var(--rem24);
  text-align: center;
  font-weight: 500;
  color: #262626;
}
.cta .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
  margin-top: 40px;
}
.cta a {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 320px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #0E7E62;
  color: #fff;
  padding: 18px 0;
  border-radius: 100vmax;
}
.cta a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  margin-right: 4px;
}
.cta a.telBtn {
  font-size: 20px;
}
.cta a.telBtn::before {
  content: '\f095';
}
.cta a.mailBtn::before {
  content: '\f0e0';
}

.fix_btn {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 70px;
  z-index: 10;
}
.fix_btn img {
  width: 100%;
}

.nivo-caption {
  width: 90%!important;
  top: 50%!important;
  left: 7%!important;
  bottom: unset!important;
  transform: translateY(-50%);
  padding: 0!important;
  opacity: 1!important;
  background: unset!important;
}
.nivo-caption h1 {
  font-size: var(--rem80);
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.nivo-caption h1 .en {
  font-size: var(--rem24);
  font-weight: 400;
  display: block;
  margin-top: 20px;
  letter-spacing: 0;
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
  padding: 100px 0 70px;
}
.top_concept .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_concept .image {
  width: 46%;
}
.top_concept .text {
  width: 50%;
}
.top_concept .image {
  position: relative;
  padding: 12px;
  border: dashed 2px #0E7E62;
}
.top_concept .image img {
  width: 100%;
  border-radius: 15px;
}
.top_concept hgroup {
  margin-bottom: 35px;
}
.top_concept h2 {
  font-size: var(--rem36);
  color: #0E7E62;
  display: inline;
  padding-bottom: 5px !important;
  line-height: 1.8;
  border-bottom: dashed 2px #0E7E62;
}
.top_concept .linkBtn {
  margin-left: 0;
}

.top_service {
  padding: 200px 0 120px;
  background: url(/wp-content/uploads/top_service_bg.png)no-repeat;
  background-size: cover;
  background-position: top;
}
.top_service h1.title,
.top_service h1.title .ja {
  color: #fff!important;
}
.top_service h1.title .ja::before {
  filter: brightness(0) invert(1);
}
.top_service ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  gap: 80px 60px;
}
.top_service li {
  display: flex;
  flex-direction: column;
}
.top_service .image {
  margin-bottom: 25px;
  position: relative;
}
.top_service .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
}
.top_service .image .number {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #fff;
  font-weight: 700;
  font-size: 140px;
  line-height: 1;
  opacity: 0.58;
}
.top_service h2 {
  color: #fff;
  font-weight: 700;
  font-size: var(--rem36);
  line-height: 1.2;
  margin-bottom: 0;
}
.top_service .linkBtn {
  margin-right: 0;
}
.top_service .linkBtn,
.top_service .linkBtn:hover {
  color: #fff;
}

.top_slider {
  overflow: hidden;
  padding-top: 120px;
}
.top_slider .sliderWrap {
  width: 100%;
  overflow: hidden;
}
.top_slider .slider {
  display: flex;
  width: calc(200%); /* 2倍にしてループ */
  animation: scrollRight 40s linear infinite;
  gap: 20px;
}
.top_slider .slider li {
  flex: 0 0 auto;
  width: calc(100vw / 6);
  aspect-ratio: 3 / 2;
}
.top_slider .slider img {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}
/* アニメーション */
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.top_news {
  padding: 120px 0;
}
.top_news .linkBtn {
  margin-right: 0;
}

@media print, screen and (max-width: 1023px) {
  .top_concept {
    padding: 50px 0 70px;
  }
  .top_concept .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .top_concept .image,
  .top_concept .text {
    width: 100%;
  }
  .top_concept hgroup {
    text-align: center;
    display: block;
  }
  .top_concept h2 {
    line-height: 2;
  }
  .top_concept .linkBtn {
    margin-left: auto;
  }

  .top_service {
    padding: 80px 0 70px;
    background: url(/wp-content/uploads/top_service_bg_sp.png)no-repeat;
    background-size: cover;
    background-position: top;
  }
  .top_service ul {
    grid-template-columns: repeat(1,1fr);
    gap: 40px;
  }
  .top_service .image .number {
    font-size: 100px;
  }
  .top_service .linkBtn {
    margin-right: auto;
  }

  .top_slider {
    padding-top: 70px;
  }
  .top_slider .slider {
    animation: scrollRight 20s linear infinite;
    gap: 10px;
  }
  .top_slider .slider li {
    width: calc(100vw / 3);
  }

  .top_news {
    padding: 70px 0;
  }
  .top_news h1.title {
    margin-bottom: 0!important;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .image img {
  border-radius: 15px;
}

.company.sec02 {
  padding-top: 120px;
}
.company.sec02 table,
.company.sec02 table th,
.company.sec02 table td {
  background: unset;
  border: none;
  font-weight: 500;
}
.company.sec02 table tr {
  border-bottom: 1px solid #707070;
}
.company.sec02 table th {
  color: #0E7E62;
  vertical-align: middle;
}
.company.sec02 table td .image {
  width: 120px;
}
.company.sec02 iframe {
  width: 100%;
  height: 350px;
}

@media print, screen and (max-width: 1023px) {
  .company.sec02 {
    padding-top: 70px;
  }
}

/*-----------------------------
イベント企画・運営
------------------------------*/
.event .image img,
.event .gallery img {
  border-radius: 15px;
}

.event.sec01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100vmax;
  text-align: center;
  background: #0E7E62;
  color: #fff;
  padding: 18px;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  margin-top: 35px;
}
.event.sec01 a::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/reserve.png)no-repeat;
  background-size: contain;
  width: 26px;
  height: 30px;
}

.event.sec02 {
  padding-top: 120px;
}
.event.sec02 h3 {
  color: #0E7E62;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

@media print, screen and (max-width: 1023px) {
  .event.sec02 {
    padding-top: 70px;
  }
}

/*-----------------------------
介護タクシー
------------------------------*/
.taxi .image img,
.taxi .gallery img {
  border-radius: 15px;
}

.taxi.sec01 .flex {
  display: flex;
  justify-content: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.taxi.sec01 .flex a {
  font-weight: 500;
  display: block;
  text-align: center;
  width: 300px;
  border-radius: 100vmax;
  background: #0E7E62;
  color: #fff;
  padding: 18px;
}

.taxi.sec02 {
  padding-top: 120px;
}

.taxi.sec03 {
  padding-top: 120px;
}

.taxi.sec04 {
  padding: 120px 0;
}
.taxi.sec04 ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  gap: 45px 20px;
  margin-top: 30px;
}
.taxi.sec04 .image {
  margin-bottom: 20px;
}
.taxi.sec04 .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.taxi.sec04 h3 {
  font-weight: 500;
  color: #0E7E62;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.taxi.sec04 .box {
  margin-top: 20px;
  padding: 25px;
  border: solid 1px #707070;
  text-align: center;
}
.taxi.sec04 h4 {
  padding: 0;
}
.taxi.sec04 h4::before {
  display: none;
}

.taxi.sec05 {
  padding: 120px 0;
  background: #EFF6F5;
}
.taxi.sec05 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #0E7E62;
}
.taxi.sec05 h3::before {
  content: '';
  display: inline-block;
  background: #0E7E62;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.taxi.sec05 table,
.taxi.sec05 table th,
.taxi.sec05 table td {
  background: unset;
  border: none;
}
.taxi.sec05 table th {
  font-weight: 500;
  width: 40%;
}
.taxi.sec05 table td {
  width: 60%;
}
.taxi.sec05 table tr {
  border-bottom: 1px solid #707070;
}
.taxi.sec05 .remark {
  font-size: var(--rem12);
}

.taxi.sec06 {
  padding-top: 120px;
}
.taxi.sec06 .gallery-caption {
  text-align: left;
}

.taxi.sec07 {
  padding-top: 120px;
}
.taxi.sec07 .box {
  padding: var(--px60);
  background: #F9F9F9;
  border-radius: 15px;
}
.taxi.sec07 .box  iframe {
  width: 100%;
}

@media print, screen and (max-width: 1023px) {
  .taxi.sec02 {
    padding-top: 70px;
  }

  .taxi.sec03 {
    padding-top: 70px;
  }

  .taxi.sec04 {
    padding: 70px 0;
  }
  .taxi.sec04 ul {
    grid-template-columns: repeat(1,1fr);
  }

  .taxi.sec05 {
    padding: 70px 0;
  }
  .taxi.sec05 .flexbox {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .taxi.sec06 {
    padding-top: 70px;
  }

  .taxi.sec07 {
    padding-top: 70px;
  }
}

/*-----------------------------
福祉旅行
------------------------------*/
.trip .image img,
.trip .gallery img {
  border-radius: 15px;
}

.trip.sec02 {
  padding-top: 120px;
}
.trip.sec02 .read_text {
  max-width: 600px;
  margin-inline: auto;
}


@media print, screen and (max-width: 1023px) {
  .trip.sec01 h3 {
    text-align: center;
  }

  .trip.sec02 {
    padding-top: 70px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
  padding: 0;
  width: 300px;
  max-width: 300px;
}
.post .subimitarea .linkBtn::after {
  display: none!important;
}
body.page-contact .post table th {
  background: #0E7E62;
  color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
  background: #0E7E62;
  font-weight: 500;
  padding: 20px;
  border-radius: 100vmax;
  width: 100%;
  color: #fff;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
  #content, #content.wide {
    width: 100%;
  }

  nav#mainNav ul li a {
    padding: 20px 10px;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  nav#mainNav ul li ul.sub-menu li a:hover,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
    color: #262626;
  }
}

@media screen and (min-width: 769px){
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }

  h1.title .ja::before {
    width: 14px;
    height: 14px;
  }

  a.linkBtn::before {
    width: 50px;
    height: 50px;
  }

  .cta {
    padding: 60px 0;
  }
  .cta .inner {
    padding: 40px 0;
  }
  .cta a {
    font-size: 16px;
    padding: 15px 0;
  }

  .fix_btn {
    width: 45px;
  }

  .nivo-caption h1 {
    font-size: var(--rem48);
  }
  .nivo-caption h1 .en {
    font-size: var(--rem14);
    margin-top: 10px;
  }
  #mainImg img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
}

@media print, screen and (max-width: 640px) {
  .postlist .post_text:after {
    width: calc(100%);
  }
}