@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
  --color-white: #fff;
  --color-font: #111111;
  --color-primary: #1761C4;
}

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

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

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

@import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/css/custom.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/style.css');

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body p {
  line-height: 1.8;
}
#thumbImg::before, header#h1Header::before {
  background: #252525;
  opacity: 0;
}
header#h1Header h1.title {
  font-weight: 700;
  color: #fff;
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header .logo img {
  max-width: 250px;
}
#header a.head_btn {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  flex-wrap: wrap;
  min-width: 180px;
  max-width: 220px;
}
#header a.head_btn .note {
  font-size: 10px;
}
#header a.head_btn::before {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-right: 4px;
}
#header a.head_btn.tel_btn {
  background: unset;
  flex-direction: unset;
  color: #444444;
  font-size: 20px;
}
#header a.head_btn.mail_btn {
  background: var(--color-primary);
  font-size: 14px;
  flex-direction: unset;
}
#header a.head_btn.mail_btn::before {
  display: none;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a b,
nav#mainNav ul li a span,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li.current-menu-parent a span {
  color: #444444;
}
nav#mainNav ul li a b {
  font-weight: 700;
}
nav#mainNav ul li a span {
  font-weight: 400;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
  background: var(--color-primary);
}
.spmenu #menu p {
  color: var(--color-primary);
}

a#scrollUp {
  background: var(--color-primary);
}

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

h1.title {
  font-size: var(--rem36);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  color: #111111;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
h1.title .en {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem24);
  color: var(--color-primary);
}

body.home h1.title {
  padding-bottom: 20px;
}
.cta01 h1.title {
  font-size: var(--rem36)!important;
  text-align: center;
  padding-bottom: 20px;
}

body.home h1.title::after,
.cta01 h1.title::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.post h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: var(--rem40);
  margin-top: 0;
  margin-bottom: 30px;
}
.post h2:after {
  display: none;
}
.post h2.title {
  font-size: var(--rem30);
  text-align: center;
  margin: 0!important;
  padding: 0!important;
  margin-bottom: 40px!important;
  padding-bottom: 12px!important;
  position: relative;
}
.post h2.title::before {
  content: '';
  display: inline-block;
  background: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 3px;
}

.post h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.post h3.title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-primary);
}

.post h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0 0 0 1.6em;
}
.post h4::before {
  width: 12px;
  height: 36px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  background: var(--color-primary);
  width: 300px;
  display: block;
  margin-inline: auto;
  border-radius: 0;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  background: var(--color-primary);
  color: #fff;
  opacity: .7;
}

/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: var(--px120) 0;
}
.cta01 .txt_c {
  font-weight: 700;
}
.cta01 .cta01_wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, .8);
  padding: var(--px80);
}
.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 960px;
  margin: var(--px50) auto 0 auto;
  gap: 0 10px;
}
.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: #111;
  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: 00;
}

/*電話ボタン*/
.cta01 .telnum {
  font-weight: 700;
  font-size: var(--rem36);
  margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta01 a.telbtn {
  background: #fff;
  color: var(--color-primary);
}
.cta01 a.telbtn .infotxt {
  font-weight: 500;
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
  font-weight: 700;
}
.cta01 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
}

/*ボタンアイコン*/
.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';
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
#footer {
  background: linear-gradient(0deg,rgba(48, 188, 241, 1) 0%, rgba(23, 111, 193, 1) 100%);
}
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  background: #fff;
}
#copyright {
  color: #fff;
  background: unset;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
  color: #fff;
}

/*-----------------------------
fullwide02
------------------------------*/
.fullwide02 {
  position: relative;
  background: #aaa;
  padding: var(--px80) 0;
}
.fullwide02_wrap {
  background: #eee;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide02_inner {
  max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide02_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.column01 {
  position: relative;
  margin: var(--px60) 0 0;
}
.column01_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column01 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column01 .txtarea .txtinner {
  max-width: 540px;
}
.column01 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column01 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/*---------txtstyle-----------*/
.post .txtstyle02, .txtstyle02 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
  content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_03
------------------------------*/
.column03 {
  position: relative;
  padding: 0 0 var(--px160);
  margin: var(--px60) 0 0;
}
.column03:before {
  content: "";
  background: #aaa;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column03_wrap {
  position: relative;
  max-width: 1600px;
  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%;
  }
}

/*---------txtstyle-----------*/
.post .column03 .txtstyle02, .column03 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column03 .txtstyle04, .column03 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column03 .txtstyle04:after, .column03 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
column_06
------------------------------*/
.column06 {
  position: relative;
  margin: var(--px60) 0 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: 4 / 3;
  overflow: hidden;
  width: 60%;
}
.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column06 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -70px -5%;
  z-index: 10;
}
.column06 .txtarea .txtinner {
  max-width: 540px;
}
.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;
  }
  .column06_wrap.rev .txtarea {
    margin: 0 -5% -70px auto;
  }
}
@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea, .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

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

/*---------txtstyle-----------*/
.post .column06 .txtstyle02, .column06 .txtstyle02 {
  font-size: var(--rem20);
  margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  border: none;
  color: #111;
  line-height: 1.4;
  padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
  content: none;
}
.post .column06 .txtstyle04, .column06 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column06 .txtstyle04:after, .column06 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
  position: relative;
  background: #aaa;
  padding: 0;
}
.fullwide01_wrap {
  background: #eee;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding: var(--px80);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullwide01_inner {
  max-width: 960px;
}
@media print, screen and (max-width: 768px) {
  .fullwide01_wrap {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
.card01_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card01_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card01_list > li {
  position: relative;
  background: transparent;
}
.card01_list .imgarea {
  width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
.card01_list .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card01_list .txtarea {
  padding: 20px 0 0 0;
  line-height: 1.6;
  text-align: left;
  background: transparent;
}

/*---------txtstyle02 -----------*/
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

/*---------column03-----------*/
.col3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col3_list::before {
  content:"";
  display: block;
  width: calc(100% / 3 - var(--px40));
  order: 1;
}
.col3_list::after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 2)) / 3);
  order: 2;
}
.col3_list > li {
  width: calc((100% - (var(--px40) * 2)) / 3);
}
@media print, screen and (max-width: 768px) {
  .col3_list > li {
    width: calc((100% - var(--px40)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col3_list > li {
    width: 100%;
  }
}

/*---------column04-----------*/
.col4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--px40);
}
.col4_list {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col4_list::before {
  content:"";
  display: block;
  width: calc(100% / 4 - var(--px40));
  order: 1;
}
.col4_list:after {
  content: "";
  display: block;
  width: calc((100% - (var(--px40) * 3)) / 4);
  order: 2;
}
.col4_list > li {
  width: calc((100% - (var(--px40) * 3)) / 4);
}
@media print, screen and (max-width: 768px) {
  .col4_list > li {
    width: calc((100% - (var(--px40)* 1)) / 2);
  }
}
@media print, screen and (max-width: 414px) {
  .col4_list > li {
    width: 100%;
  }
}

/*-----------------------------
Top
------------------------------*/
body.home #wrapper {
  max-width: unset;
}
.front_contents.sec01.fullwide01 {
  background: unset;
}
.front_contents.sec01 .fullwide01_wrap {
  background: unset;
}
.front_contents.sec01 h1.title .en {
  margin-bottom: 30px;
}

.front_contents.sec02 {
  background: var(--color-primary);
}
.front_contents.sec02 h1.title,
.front_contents.sec02 h1.title .en {
  color: #fff;
}
.front_contents.sec02 h1.title::after {
  background: #fff;
}
.front_contents.sec02 .card01_inner {
  max-width: 1240px;
}
.front_contents.sec02 .card01_list li {
  display: flex;
  flex-direction: column;
}
.front_contents.sec02 .txtstyle02 {
  text-align: center;
}
.front_contents.sec02 .txtstyle02 span {
  background: #F1FAAB;
}
.front_contents.sec02 .card01_list .txtarea {
  background: #fff;
  padding: var(--px40) 20px;
  flex: 1;
}

.front_contents.sec03 h1.title {
  text-align: left;
}
.front_contents.sec03 h1.title::after {
  left: 0;
  transform: translateX(0);
}
.front_contents.sec03 .column06 .txtarea {
  background: #EBF7FC;
}
.front_contents.sec03 .linkBtn {
  margin-left: 0;
}

.front_contents.sec04 {
  padding-top: 0;
}
.front_contents.sec04 .column01_wrap {
  max-width: 1240px;
}
.front_contents.sec04 .column01 {
  margin-top: 0;
}
.front_contents.sec04 .column01 .txtarea {
  padding: var(--px40);
}
.front_contents.sec04 .imgarea iframe {
  width: 100%;
  aspect-ratio: 5 / 4;
}
.front_contents.sec04 h1.title {
  text-align: left;
}
.front_contents.sec04 h1.title::after {
  left: 0;
  transform: translateX(0);
}
.front_contents.sec04 table,
.front_contents.sec04 table th,
.front_contents.sec04 table td {
  border: none;
  background: unset;
}
.front_contents.sec04 table th,
.front_contents.sec04 table td {
  padding: 5px 10px;
}
.front_contents.sec04 table th {
  color: var(--color-primary);
}
.front_contents.sec04 .linkBtn {
  margin-left: 0;
}

body:not(.home) .front_contents.sec06 {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .front_contents.sec01 .txt_c {
    text-align: left;
  }

  .front_contents.sec04 h1.title {
    text-align: center;
  }
  .front_contents.sec04 h1.title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .front_contents.sec04 .txtstyle02 {
    text-align: center;
  }
  .front_contents.sec04 .linkBtn {
    margin-left: auto;
  }
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table th {
  background: var(--color-primary);
  color: var(--color-white);
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 {

}

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

}

/*-----------------------------
採用情報
------------------------------*/
.recruit.sec01 .imgarea {
  max-width: 794px;
  margin-inline: auto;
}
.recruit.sec01 .toptxtarea {
  text-align: center;
}
.recruit.sec01 .toptxtarea .txtstyle02 {
  font-size: var(--rem20);
  line-height: 2;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  background: linear-gradient(transparent 60%, #EBF7FC 40%);
}
.recruit.sec01 .toptxtarea .txtstyle03 {
  font-size: var(--rem20);
  letter-spacing: 0.3em;
  margin-bottom: 36px;
}

.recruit.sec01 .guidelineWrap {
  padding-top: 120px;
}
.recruit.sec01 .guidelineWrap table th {
  background: var(--color-primary);
  color: var(--color-white);
}

.recruit.sec01 .entryWrap {
  padding: 70px 0;
  margin-top: 120px;
  background: #EBF7FC;
}
.recruit.sec01 .entryWrap p {
  text-align: center;
}
.recruit.sec01 .entryWrap .linkBtn {
  width: 260px;
}

@media print, screen and (max-width: 768px) {
  .recruit.sec01 .charmWrap {
    padding-top: 70px;
  }
  .recruit.sec01 .charmList > li {
    flex-basis: 100%;
    max-width: 100%;
  }

  .recruit.sec01 .guidelineWrap {
    padding-top: 70px;
  }

  .recruit.sec01 .entryWrap {
    padding: 40px 0;
    margin-top: 70px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact .post table th {
  background: var(--color-primary);
  color: var(--color-white);
}
.post .subimitarea .linkBtn {
  padding: 0;
}
.post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 30px;
}

/*--メディアクエリ--------------------------------------------*/
@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;
  }
}

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

  body.mobile #header .logo img {
    max-width: 200px;
  }

  .linkBtn, .post .linkBtn, a.linkBtn {
    margin-top: 30px;
  }

  #footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: 2.6rem;
  }
}

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