@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #000000;
  --color-primary: #13397A;
  --color-primary-shade: ;
  --color-primary-tint: #D5F2FF;
  --color-secondary: #FFB806;
  --color-secondary-tint: ;
  --color-table-border: #CCC;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #444444;
  --header-color-primary: #FFB700;
  --header-secondary: #13397A;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #E5E5E5;
  --footer-color-font: #111;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Lato", sans-serif;
  --font-family03: "Cormorant Garamond", serif;
  --font-family04: "Noto Serif JP", serif;
}

/*--メディアクエリ--------------------------------------------*/
@media print,
screen and (min-width: 1024px) {}

@media print,
screen and (max-width: 1023px) {}

@media print,
screen and (min-width: 769px) {}

@media print,
screen and (max-width: 768px) {}


/*--全体の設定--------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;

  .post p {
    line-height: 2;
  }
}

/*--表示の切り替え--------------------------------------------*/

body.page-contact .c_commoncta,
body.page-sitemap .c_commoncta,
body.page-privacy .c_commoncta {
  display: none;
}

.page_contents_inner+.page_contents_inner {
  margin-top: var(--px100);
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px120);
  margin: 0 auto;
}

.fw_contents {
  margin-top: 0;
  margin-bottom: 0;
}

#content:has(.fw_contents),
body:not(.home) #content:has(.fw_contents).wide {
  padding: 0;
}

.fw_contents .page_contents_inner:nth-child(even) {
  background: var(--color-background);
}

.front_contents {
  position: relative;
  padding: var(--px160) 0;
}

/*--お知らせ　下線--------------------------------------------*/
.postlist li {
  border-top: 1px solid #ddd;
}

.postlist li:last-child {
  border-bottom: 1px solid #ddd;
}

/*--fvの比率調整--------------------------------------------*/
#mainImg img {
  width: 100% !important;
  height: auto;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary-tint);
}

@media print,
screen and (max-width: 768px) {

  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 120-80px (1920-375) */
  }
}

.post .widecolor>h2:first-child {
  margin-top: 0 !important;
}

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

@media print,
screen and (max-width: 768px) {

  #content,
  #content.wide {
    width: 100%;
  }

  .content_inner {
    width: 100%;
  }
}

/*----------------------------------------------
  utility
----------------------------------------------*/
/* コンテンツ幅 */
.max_w640 {
  max-width: 640px;
}

.max_w720 {
  max-width: 720px;
}

.max_w780 {
  max-width: 780px;
}

.max_w800 {
  max-width: 800px;
}

.max_w1050 {
  max-width: 1050px;
}


/* 文字色 */
.u-fc--primary {
  color: var(--color-primary);
}

.u-fc--white {
  color: var(--color-background);
}

/* 文字サイズ */
.u-fz18 {
  font-size: var(--rem18);
}

.u-fz20 {
  font-size: var(--rem20w);
}

.u-fz24 {
  font-size: var(--rem24) !important;
}

.u-fz28 {
  font-size: var(--rem28);
}

/* 行間 */
.u-lh200 {
  line-height: 2;
}

@media(max-width: 768px) {
  .u-sp--l {
    text-align: left !important;
  }

  .u-sp--c {
    text-align: center !important;
  }

  /* サイズ調整 */
  .u-sp-w50 {
    width: 50%;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header {
  height: 100px;

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    position: relative;

    &::before {
      content: "";
      display: block;
      background: var(--color-font);
      width: 1px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

    &:hover {
      color: var(--header-color-font);
      opacity: 0.8;
    }
  }

  a.head_btn .header_name {
    font-size: var(--rem16);
  }

  a.head_btn .header_tel {
    font-family: var(--font-family02);
    font-weight: 600;
    font-size: var(--rem28);
    color: var(--header-secondary);

    &:before {
      content: '\f095';
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 2rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: .1em;
      margin-right: 5px;
    }
  }

  a.head_btn .header_time {
    font-family: var(--font-family01);
    font-size: 12px;
    font-weight: 500;
    line-height: .8;
    text-align: center;

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }
  }

  nav#mainNav ul li:last-child {
    padding-right: var(--px24);
  }

  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-font);
    opacity: 0.8;
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20) var(--px12);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.mail_btn {
    background: var(--header-color-primary);
    color: var(--header-background);
    position: relative;

    &:hover {
      color: #fff;
      opacity: 0.8;
    }
  }

  nav#mainNav ul li li {
    background: var(--color-background);
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li a:active,
  nav#mainNav ul li.current-menu-parent a {
    background: transparent;
  }
}

@media print,
screen and (max-width: 1023px) {
  .mobile #header {
    height: 60px;
  }
}

/*-----------------------------
list
------------------------------*/
.c-list {
  display: grid;
  gap: var(--rem20);

  &.c-list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  &.c-list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  &.c-list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  &.c-list--col5 {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--rem20);
  }
}

.c-flex {
  display: flex;
  gap: var(--rem40) var(--rem20);

  &.c-flex--col3 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.post ul.content_inner {
  margin: var(--rem40) auto 0 !important;
  width: 94%;
}

@media(max-width: 780px) {
  .c-list {
    display: grid;
    gap: var(--rem20);

    &.c-list--col2,
    &.c-list--col3,
    &.c-list--col3.c-list--sp-col2,
    &.c-list--col4,
    &.c-list--col5,
    &.c-list--sp-col2 {
      grid-template-columns: repeat(2, 1fr);
    }

    &.c-list--col2.c-list--sp-col3,
    &.c-list--col3.c-list--sp-col3,
    &.c-list--col3.c-list--sp-col3,
    &.c-list--col4.c-list--sp-col3,
    &.c-list--col5.c-list--sp-col3 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

@media(max-width: 450px) {
  .c-list {
    display: grid;
    gap: var(--rem40);

    &.c-list--col2,
    &.c-list--col3 {
      grid-template-columns: 1fr;
    }
  }
}

/*-----------------------------
リスト
------------------------------*/

/*-----------------------------
card
------------------------------*/

/*-----------------------------
btn
------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-secondary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto 0;
  border: none;
  border-radius: 10px;
  transition: all .3s;

  &::after {
    border-color: #fff;
  }

  &.linkBtn--yellow {
    background: var(--color-secondary);
    color: var(--color-font);
    border-radius: 50em;

    &::after {
      border-color: var(--color-font);
    }

    &:hover {
      color: var(--color-font);
      background: var(--color-secondary);
      opacity: 0.8;
    }
  }

  &.linkBtn--blue {
    background: var(--color-primary);
    color: var(--color-background);
    border-radius: 50em;

    &::after {
      border-color: var(--color-background);
    }

    &:hover {
      color: var(--color-background);
      background: var(--color-primary);
      opacity: 0.8;
    }
  }

  &.linkBtn--white {
    max-width: 100%;
    background: var(--color-background);
    color: var(--color-primary);
    border-radius: 50em;
    border: 1px solid var(--color-primary);

    &::after {
      border-color: var(--color-primary);
    }

    &:hover {
      color: var(--color-background);
      background: var(--color-primary);
      opacity: 0.8;

      &::after {
        border-color: var(--color-background);
      }
    }
  }
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-secondary);
  opacity: 0.8;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: #fff;
}

.subimitarea>.linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}

@media print,
screen and (max-width: 768px) {

  .linkBtn,
  .post .linkBtn,
  a.linkBtn,
  .post .subimitarea .linkBtn input[type="submit"] {

    &.linkBtn--yellow {
      font-size: var(--rem12);
    }
  }
}

/*-----------------------------
table
------------------------------*/
.post table th {
  background: var(--color-primary);
  color: var(--color-background);
}

.post table td {
  background: #fff;
}

.post table th,
.post table td {
  padding: var(--rem20) var(--rem16);
}

/*-----------------------------
お問い合わせ
------------------------------*/

.wpcf7-form .must {
  background: var(--color-background);
  color: var(--color-primary);
}

.wpcf7-form .must.must_fn {
  background: var(--color-primary);
  color: #fff;
}

.subimitarea {
  .linkBtn {
    padding: 0;
  }
}

.page-thanks {
  h1.title.first {
    color: var(--color-font);
  }
}

/*-----------------------------
TOP
------------------------------*/
/* title */
.post .main-title,
.main-title {
  padding: 0;
  margin: 0 0 var(--rem40);
  border: none;
  background: transparent;
  text-align: left;
  position: relative;
  color: var(--color-primary);


  &::before,
  &::after {
    content: none;
  }

  .main-title__en {
    display: block;
    font-size: var(--rem80);
    font-family: var(--font-family03);
    font-weight: 600;
    line-height: 1.2;
  }

  .main-title__ja {
    display: block;
    font-family: var(--font-family04);
    font-size: var(--rem20);
    font-weight: normal;
  }

  &.main-title--white {
    color: var(--color-background);
  }

  &.main-title--center {
    text-align: center;
  }
}

/* 私たちについて */
.column05 {
  position: relative;
  margin: 0;
}

.column05_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  aspect-ratio: 1152 / 750;
  overflow: hidden;
  width: 60%;
}

.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: var(--px140) var(--px40);
  margin: 0 auto -50px -5%;
  z-index: 10;
  box-shadow: 0 0 24px rgba(0, 75, 121, 0.2);
}

.column05 .txtarea .txtinner {
  max-width: 720px;
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_wrap.rev {
    flex-direction: row;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .column05 .txtarea {
    padding: var(--px80) 5%;
  }
}

/* 事業内容 */
.l-service {
  background: url(/wp-content/uploads/top-service-bg.jpg) no-repeat center center / cover;
}

.column06 {
  position: relative;
  margin: 0;
}

.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}

.column06 .imgarea {
  position: relative;
  aspect-ratio: 960 / 540;
  overflow: hidden;
  width: 50%;
}

.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0 auto;
  z-index: 10;
}

.column06 .txtarea .column06-title {
  color: var(--color-background);
  font-family: var(--font-family04);
  font-size: var(--rem36);
  font-weight: 500;
  border: none;
  padding: 0;
  margin-bottom: var(--rem20);
}

.column06 .txtarea .txtinner {
  max-width: 720px;
  color: var(--color-background);
}

.column06_wrap+.column06_wrap {
  margin-top: var(--px80);
}

@media print,
screen and (min-width: 1024px) {

  /*左右反転*/
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column06_wrap {
    justify-content: center
  }

  .column06_wrap.rev {
    flex-direction: row;
  }

  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: 0 auto;
  }
}

/* 納入実績 */
.column03 {
  position: relative;
  padding: 0 0 var(--px160);
  margin: 0;
}

.column03:before {
  content: "";
  background: url(/wp-content/uploads/top-achievements-bg.jpg) no-repeat center center / cover;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.column03_wrap {
  position: relative;
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

.column03 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column03 .txtarea .txtinner {
  max-width: 540px;
}

.column03 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column03 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print,
screen and (max-width: 768px) {
  .column03 .txtarea {
    padding: var(--px80) 5%;
  }
}


@media print,
screen and (max-width: 768px) {

  .l-group,
  .l-news {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*-----------------------------
下層
------------------------------*/
/* kv */

#thumbImg::before,
header#h1Header::before {
  background: transparent;
}

header#h1Header h1.title {
  color: var(--color-background);
  font-weight: bold;
}

/* 会社概要 */
.list_style02 dl {
  width: 100%;
  border-bottom: solid #e4e4e4;
  border-width: 1px 0;
  margin-bottom: var(--rem60);

  &.c-list {
    &.c-list--col2 {
      grid-template-columns: auto 1fr;
    }
  }

  &:last-child {
    border-bottom: none;
  }
}

.list_style02 dt {
  padding: 0 0 var(--rem60);
}

.list_style02 dd {
  text-align: left;
  padding: 0 0 var(--rem60);
  /* 30-20px 15-10px (1920-375) */
}

.list_style02 dd:after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  font-size: 1rem;
}

/* 事業内容 */
.column-title {
  padding-left: 0;

  .column-title__num {
    display: block;
    font-family: var(--font-family02);
    font-weight: bold;
    color: #9C9C9C;
    font-size: var(--rem20);
  }

  .column-title__txt {
    display: block;
    font-family: var(--font-family01);
    font-weight: bold;
    color: var(--color-font);
    font-size: var(--rem20);
  }
}

/* 納入実績*/
/* --- Main Styles (PC First) --- */
.post .package_parts {
  .c-construction-record-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: var(--color-background);
    border: 1px solid var(--color-table-border);
    font-family: var(--body-font-family);
  }

  .c-construction-record-table__head {
    background-color: var(--color-secondary-tint);
    border-bottom: 1px solid var(--color-table-border);
  }

  .c-construction-record-table__header {
    font-size: var(--px16);
    color: var(--color-background);
    font-weight: bold;
    padding: var(--px20);
    text-align: left;
    vertical-align: middle;
  }

  .c-construction-record-table__header:first-child {
    width: 10%;
  }

  .c-construction-record-table__row {
    border-bottom: 1px solid var(--color-secondary-tint);
  }

  table td {
    background: transparent;
  }

  .c-construction-record-table__row:nth-child(odd) {
    background: #F9F9F9;
  }

  .c-construction-record-table__row:nth-child(even) {
    background: #fff;
  }

  .c-construction-record-table__row:last-child {
    border-bottom: none;
  }

  .c-construction-record-table__cell {
    font-size: var(--px16);
    color: var(--color-font);
    padding: var(--px20);
    vertical-align: middle;
    line-height: 1.6;
    word-break: break-word;
  }
}

/* --- Media Query (SP) --- */
@media screen and (max-width: 768px) {
  .package_parts {

    .c-construction-record-table,
    .c-construction-record-table__head,
    .c-construction-record-table__body,
    .c-construction-record-table__row,
    .c-construction-record-table__header,
    .c-construction-record-table__cell {
      display: block;
      width: 100%;
    }

    .c-construction-record-table__head {
      display: none;
    }

    .c-construction-record-table__row {
      border-bottom: 1px solid var(--color-table-border);
    }

    .c-construction-record-table__cell {
      padding: 0 0 var(--px12) 0;
    }

    .c-construction-record-table__cell::before {
      display: block;
      font-size: var(--px12);
      color: var(--color-primary);
      margin-bottom: 4px;
    }

    .c-construction-record-table__cell:nth-child(1)::before {
      content: "施工名";
    }

    .c-construction-record-table__cell:nth-child(2)::before {
      content: "工事名";
    }
  }
}

/*-----------------------------
Googleマップ
------------------------------*/
.googlemap {
  margin: 0 auto;
}

/*-----------------------------
サイトマップ
------------------------------*/
#sitemap_list {
  a {
    color: var(--color-font);
  }
}

/*-----------------------------
プライバシー・ポリシー
------------------------------*/

.page-privacy {
  h3 {
    margin-top: var(--rem40) !important;
    color: var(--color-font) !important;
    background: none !important;
    padding: 0 !important;
  }
}

/*-----------------------------
CTA
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center center / cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: var(--px80);
}

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

.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;
  color: #fff;
  border-radius: 0;
  transition: all ease .15s;
}

.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;
}

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

/*電話ボタン*/

.cta01 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}

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

.cta01 a.telbtn {
  background: var(--color-primary);
  color: var(--color-background);

  &:hover {
    background: var(--color-primary);
    color: var(--color-background);
  }
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: var(--color-secondary);
  color: #fff;

  &:hover {
    background: var(--color-secondary);
    color: var(--color-background);
  }
}

/*ボタンアイコン*/

.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: '\f3cd';
}

/*-----------------------------
footer
------------------------------*/
.l-group {
  background: url(/wp-content/uploads/footer-link.jpg) no-repeat center center / cover;

  a {
    img {
      width: 100%;
    }
  }
}

.socialicon {
  display: flex;
  justify-content: center;
}

#footer ul {
  margin: initial;
}

.icon-note {
  width: 50px;

  img {
    width: 100%;
  }
}

/*-----------------------------
news
------------------------------*/