@charset "UTF-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
:root {
  --color-background: #fff;
  --color-background-tint: #2D2D2D;
  --color-white: #fff;
  --color-font: #000000;
  --color-primary: #333;
  --color-primary-shade: #000000;
  --color-primary-tint: #666;
  --color-secondary: #aaa;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  --content-max-width: 1240px;
  --header-background: #fff;
  --header-color-font: #000000;
  --header-color-primary: #333;
  --header-color-primary-shade: #000000;
  --header-color-primary-tint: #aaa;
  --footer-background: #2D2D2D;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  --body-font-family: "Noto Sans JP", sans-serif;
  --font-family01: "Zen Old Mincho", serif;
  --font-family02: "Crimson Text", serif;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  --px200: min(calc(200px + (1vw - 19.2px) * 6.5046), 200px);
  --px190: min(calc(190px + (1vw - 19.2px) * 6.1795), 190px);
  --px180: min(calc(180px + (1vw - 19.2px) * 5.8543), 180px);
  --px170: min(calc(170px + (1vw - 19.2px) * 5.5291), 170px);
  --px160: min(calc(160px + (1vw - 19.2px) * 5.2039), 160px);
  --px150: min(calc(150px + (1vw - 19.2px) * 4.8787), 150px);
  --px140: min(calc(140px + (1vw - 19.2px) * 4.5535), 140px);
  --px130: min(calc(130px + (1vw - 19.2px) * 4.2283), 130px);
  --px120: min(calc(120px + (1vw - 19.2px) * 3.9031), 120px);
  --px110: min(calc(110px + (1vw - 19.2px) * 3.5780), 110px);
  --px100: min(calc(100px + (1vw - 19.2px) * 3.2526), 100px);
  --px98: min(calc(98px + (1vw - 19.2px) * 3.1868), 98px);
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1210), 96px);
  --px94: min(calc(94px + (1vw - 19.2px) * 3.0551), 94px);
  --px92: min(calc(92px + (1vw - 19.2px) * 2.9893), 92px);
  --px90: min(calc(90px + (1vw - 19.2px) * 2.9235), 90px);
  --px88: min(calc(88px + (1vw - 19.2px) * 2.8576), 88px);
  --px86: min(calc(86px + (1vw - 19.2px) * 2.7918), 86px);
  --px84: min(calc(84px + (1vw - 19.2px) * 2.7260), 84px);
  --px82: min(calc(82px + (1vw - 19.2px) * 2.6601), 82px);
  --px80: min(calc(80px + (1vw - 19.2px) * 2.5943), 80px);
  --px78: min(calc(78px + (1vw - 19.2px) * 2.5285), 78px);
  --px76: min(calc(76px + (1vw - 19.2px) * 2.4626), 76px);
  --px74: min(calc(74px + (1vw - 19.2px) * 2.3968), 74px);
  --px72: min(calc(72px + (1vw - 19.2px) * 2.3310), 72px);
  --px70: min(calc(70px + (1vw - 19.2px) * 2.2639), 70px);
  --px68: min(calc(68px + (1vw - 19.2px) * 2.1993), 68px);
  --px66: min(calc(66px + (1vw - 19.2px) * 2.1346), 66px);
  --px64: min(calc(64px + (1vw - 19.2px) * 2.0698), 64px);
  --px62: min(calc(62px + (1vw - 19.2px) * 2.0051), 62px);
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9404), 60px);
  --px58: min(calc(58px + (1vw - 19.2px) * 1.8757), 58px);
  --px56: min(calc(56px + (1vw - 19.2px) * 1.8110), 56px);
  --px54: min(calc(54px + (1vw - 19.2px) * 1.7463), 54px);
  --px52: min(calc(52px + (1vw - 19.2px) * 1.6815), 52px);
  --px50: min(calc(50px + (1vw - 19.2px) * 1.6168), 50px);
  --px48: min(calc(48px + (1vw - 19.2px) * 1.5521), 48px);
  --px36: min(calc(36px + (1vw - 19.2px) * 1.1642), 36px);
  --px38: min(calc(38px + (1vw - 19.2px) * 1.2289), 38px);
  --px46: min(calc(46px + (1vw - 19.2px) * 1.4873), 46px);
  --px44: min(calc(44px + (1vw - 19.2px) * 1.4229), 44px);
  --px42: min(calc(42px + (1vw - 19.2px) * 1.3582), 42px);
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2935), 40px);
  --px34: min(calc(34px + (1vw - 19.2px) * 1.0995), 34px);
  --px32: min(calc(32px + (1vw - 19.2px) * 1.0349), 32px);
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9702), 30px);
  --px28: min(calc(28px + (1vw - 19.2px) * 0.9055), 28px);
  --px26: min(calc(26px + (1vw - 19.2px) * 0.8408), 26px);
  --px24: min(calc(24px + (1vw - 19.2px) * 0.7762), 24px);
  --px22: min(calc(22px + (1vw - 19.2px) * 0.7115), 22px);
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6469), 20px);
  --px18: min(calc(18px + (1vw - 19.2px) * 0.5822), 18px);
  --px16: min(calc(16px + (1vw - 19.2px) * 0.5175), 16px);
  --px14: min(calc(14px + (1vw - 19.2px) * 0.4528), 14px);
  --px12: min(calc(12px + (1vw - 19.2px) * 0.3883), 12px);
  --px10: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px);
}

.subimitarea .linkBtn {
  padding: 0 !important;
  max-width: 120px !important;
  margin: 0 auto !important;
}
.subimitarea .linkBtn input {
  color: var(--color-font) !important;
}

.txt_r .linkBtn {
  margin-left: auto !important;
}

.page-thanks .linkBtn {
  margin: 0 auto !important;
  max-width: 200px !important;
}

.linkBtn {
  max-width: 150px !important;
  background: transparent !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  color: var(--color-font) !important;
  padding: 0 !important;
}
.linkBtn::after {
  content: none !important;
}
.linkBtn.w300 {
  max-width: 300px !important;
}
.linkBtn__icon {
  display: block;
  width: 100%;
  max-width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--color-font);
  position: relative;
  transition: all 0.3s ease;
}
.linkBtn__icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.linkBtn__icon:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: var(--color-font);
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.3rem;
  transform: translateY(-50%) rotate(45deg);
}
.linkBtn.white {
  color: var(--color-white) !important;
}
.linkBtn.white .linkBtn__icon {
  border-color: var(--color-white);
}
.linkBtn.white .linkBtn__icon::before, .linkBtn.white .linkBtn__icon:after {
  background: var(--color-white);
}
.linkBtn.white:hover .linkBtn__icon {
  background: var(--color-white);
}
.linkBtn.white:hover .linkBtn__icon::before, .linkBtn.white:hover .linkBtn__icon:after {
  background: var(--color-font);
}
.linkBtn:hover .linkBtn__icon {
  background: var(--color-font);
}
.linkBtn:hover .linkBtn__icon::before, .linkBtn:hover .linkBtn__icon:after {
  background: var(--color-white);
}

.home .lp-cta, .page-contact .lp-cta, .page-thanks .lp-cta, .page-sitemap .lp-cta {
  display: none;
}

.title__area {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.title__area::after {
  content: none !important;
}
.title__area.txt_l {
  width: 100%;
}
.title__area.txt_l .title-en, .title__area.txt_l .title-ja {
  width: 100%;
  text-align: left;
}
.title__area.txt_l::after {
  margin: 0.6em 0 0 0 !important;
}
.title__area.white .title-ja {
  color: var(--color-white);
}
.title__area.white .title-ja::before {
  background: var(--color-white);
}
.title__area.white .title-en {
  color: var(--color-white);
}
.title__area.cta__title {
  margin-left: auto !important;
  margin-right: auto !important;
}
.title__area.cta__title .title-ja {
  text-align: center !important;
  padding-left: 0 !important;
}
.title__area.cta__title .title-ja::before {
  content: none !important;
}
.title__area.cta__title .title-en {
  text-align: center !important;
}
.title-ja {
  font-size: var(--rem20);
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--color-font);
  font-family: var(--font-family01);
  position: relative;
  text-align: left;
  padding-left: var(--px76) !important;
}
.title-ja::before {
  content: "";
  display: block;
  width: var(--px60);
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-font);
}
.title-en {
  color: var(--color-font);
  font-size: var(--px90);
  font-weight: 400;
  font-family: var(--font-family02);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.title-en.fz60 {
  font-size: var(--px60);
}

.post ul#sitemap_list.sitemap_disp_level_0 > li a {
  color: var(--color-font);
  transition: opacity 0.3s ease;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a:hover {
  opacity: 0.6;
}

.white {
  color: var(--color-white) !important;
}

.bg-image {
  position: relative;
}
.bg-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-image > div {
  position: relative;
}

.post table {
  border-color: #D1D1D1;
}
.post table tbody tr th {
  background: #F0F0F0;
  padding: var(--px28);
  color: var(--color-font);
  border-color: #D1D1D1;
}
.post table tbody tr td {
  align-content: center;
  color: var(--color-font);
  border-color: #D1D1D1;
}

.postlist li:first-child {
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
}

.postlist li {
  border-top: none !important;
  border-bottom: 1px solid #cccccc !important;
}

.postlist .post_text {
  padding: var(--rem36) 0 !important;
}

.widearea {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.company__first {
  align-items: center;
}
.company__first p:not(.txt_r) {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .company__first p:not(.txt_r) {
    padding-top: var(--rem20);
  }
}
.company__first .txt_r .small {
  font-size: var(--px14);
}
@media screen and (max-width: 768px) {
  .company__first .txt_r .small {
    font-size: var(--rem16);
  }
}
.company__first .txt_r .large {
  font-size: var(--px18);
}
@media screen and (max-width: 768px) {
  .company__first .txt_r .large {
    font-size: var(--rem20);
  }
}
.company__first .imgarea {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__first .imgarea {
    padding-bottom: var(--rem20);
  }
}
.company__first .txtarea {
  width: 100%;
}
.company .widearea {
  margin-top: var(--px120);
  padding: var(--px80) 24px;
  background: #F6F6F6;
}
.company__second {
  margin: 0 auto;
  width: 100%;
  max-width: var(--content-max-width);
}
.company__second .imgarea {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company__second .imgarea {
    padding-bottom: var(--rem20);
  }
}
.company__second .txtarea {
  width: 100%;
}
.company__second .txtarea .title {
  font-weight: bold;
  font-size: var(--px18);
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .company__second .txtarea .title {
    font-size: var(--rem20);
  }
}
.company__second .txtarea .text {
  line-height: 1.875;
}

.lp-top-text p {
  line-height: 1.875;
}

.home .sec01 .column01 {
  position: relative;
}
.home .sec01 .column01_wrap {
  position: relative;
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.home .sec01 .column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.home .sec01 .column01 .txtarea .txtinner {
  max-width: 500px;
}
.home .sec01 .column01 .txtarea .txtinner p {
  font-family: var(--font-family01);
  letter-spacing: 0.05em;
  line-height: 2;
}
.home .sec01 .column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.home .sec01 .column01 .imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .home .sec01 .column01 .txtarea {
    padding: var(--px80) 5%;
  }
}
.home .sec02 {
  position: relative;
}
.home .sec02::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  background: var(--color-background-tint);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home .sec02 .column05 {
  position: relative;
}
.home .sec02 .column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 20;
}
.home .sec02 .column05_wrap + .column05_wrap {
  margin-top: 170px;
}
.home .sec02 .column05 .imgarea {
  position: relative;
  aspect-ratio: 1080/625;
  overflow: hidden;
  width: 56%;
}
.home .sec02 .column05 .imgarea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .sec02 .column05 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background-tint);
  padding: var(--px80) var(--px40);
  margin: auto auto auto -6%;
  z-index: 10;
  position: relative;
  top: 50%;
}
.home .sec02 .column05 .txtarea .txtinner {
  max-width: 700px;
}
.home .sec02 .column05 .txtarea .txtinner .title {
  font-size: var(--px32);
  font-family: var(--font-family01);
  color: var(--color-white);
}
.home .sec02 .column05 .txtarea .txtinner .text {
  font-family: var(--font-family01);
  color: var(--color-white);
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: var(--rem40);
}
@media print, screen and (min-width: 1024px) {
  .home .sec02 .column05_wrap + .column05_wrap {
    margin-top: 120px;
  }
  .home .sec02 .column05_wrap.rev {
    flex-direction: row-reverse;
  }
  .home .sec02 .column05_wrap.rev .txtarea {
    margin: auto -6% auto auto;
    position: relative;
    top: 50%;
  }
}
@media print, screen and (max-width: 1023px) {
  .home .sec02 .column05_wrap + .column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.716);
  }
  .home .sec02 .column05_wrap.rev {
    flex-direction: row;
  }
  .home .sec02 .column05 .imgarea, .home .sec02 .column05 .txtarea {
    width: 90%;
  }
  .home .sec02 .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }
}
@media print, screen and (max-width: 768px) {
  .home .sec02 .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  position: relative;
  z-index: 0;
  padding: var(--px120) 24px;
}

.cta01 .cta01_wrap {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: var(--px100) 24px;
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 780px;
  margin: var(--px50) auto 0 auto;
  gap: var(--rem20);
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  transition: all ease 0.15s;
  background: transparent !important;
  border: 1px solid var(--color-font) !important;
  color: var(--color-font);
}

.cta01 a.item:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: var(--body-font-family);
  font-weight: 500;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem30);
  margin-bottom: 1rem;
  font-family: var(--font-family02);
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem20);
  letter-spacing: 0.05em;
}

/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}

.cta01 .telnum::before {
  content: "\f095";
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
  width: 100%;
  font-size: var(--rem24);
}
@media screen and (max-width: 768px) {
  .teleco_v1 h2 {
    font-size: var(--rem28);
  }
}

.teleco_v1 .w50.image_box {
  position: relative;
}

.teleco_v1 .w50.image_box img {
  width: 100%;
  height: auto;
  max-width: none;
}

.teleco_v1 .w50.text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--px40) var(--px80);
}
@media screen and (max-width: 768px) {
  .teleco_v1 .w50.text_box {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  #header {
    height: 100px;
  }
  .sticky-header #header-layout {
    height: 100px;
  }
}
nav#mainNav ul li a {
  transition: opacity 0.3s ease;
}
nav#mainNav ul li a:hover {
  opacity: 0.6;
}

nav#mainNav ul li a b {
  font-size: var(--rem16);
  font-family: var(--body-font-family);
  font-weight: 400;
}

nav#mainNav ul li a span {
  font-size: var(--rem16);
  font-family: var(--body-font-family);
  font-weight: 400;
}

.header__contact li {
  display: flex;
  align-items: center;
}
.header__contact li:last-child {
  padding: 10px;
}

a.head_btn.tel_btn {
  gap: 4px !important;
  color: var(--color-font) !important;
  background: transparent !important;
  transition: opacity 0.3s ease;
  position: relative;
}
a.head_btn.tel_btn:hover {
  opacity: 0.6;
}
a.head_btn.tel_btn::before {
  content: "" !important;
  display: block;
  width: 1px;
  height: 80%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #CCCCCC;
}
a.head_btn.tel_btn .header__tel {
  font-size: var(--rem24) !important;
}

.head_btn.mail_btn {
  width: 160px !important;
  font-family: var(--font-family02);
  font-weight: 400;
  border: 1px solid var(--color-font) !important;
  background: var(--color-white) !important;
  color: var(--color-font) !important;
  max-height: 70px;
}
.head_btn.mail_btn:hover {
  background: var(--color-font) !important;
}
.head_btn.mail_btn:hover span {
  color: var(--color-white) !important;
  color: var(--color-white) !important;
}
.head_btn.mail_btn::before {
  content: none !important;
}/*# sourceMappingURL=index.css.map */




@media print, screen and (min-width: 1024px) {
    #header .logo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
        height: 100%;
        max-width: 250px;
        max-height: 100px;
    }
}