@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: #006CD1;
}

.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: "Inter", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0,0,0,.25);
}

#header-upper {
  display: none!important;
}
#header .logo {
  padding: 10px 20px;
}
#header .logo img {
  max-width: 350px;
}
#header a.head_btn {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
}
#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: #E3EFFD;
  flex-direction: unset;
  color: #004373;
}
#header a.head_btn.mail_btn {
  background: #006CD1;
  flex-direction: unset;
}
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: #006CD1;
}
.spmenu #menu p {
  color: #006CD1;
}

a#scrollUp {
  background: #006CD1;
}

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

h1.title {
  font-size: var(--rem48);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  color: #111111;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
h1.title .en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  font-size: var(--rem24);
  color: #006CD1;
}

.cta02 h1.title {
	font-size: var(--rem48)!important;
	text-align: center;
}

.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-family: "Inter", sans-serif;
  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: #000;
  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 #000;
}

.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: #006CD1;
  top: 50%;
  transform: translateY(-50%);
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
  font-family: "Noto Sans JP", sans-serif;
  background: #006CD1;
  width: 230px;
  display: block;
  margin-inline: auto;
  border-radius: 100vmax;
  color: #fff;
  text-align: left;
  margin-top: 40px;
  padding: 20px 30px 20px 40px;
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
  background: #006CD1;
  color: #fff;
  opacity: .7;
}

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}
.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 .ctabtnlist {
    justify-content: space-between;
    max-width: 1400px;
    margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta02 .item {
  position: relative;
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta02 .item:hover{
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
    width: 100%;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/
.cta02 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}
.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}


/*電話ボタン*/
.cta02 .telnum {
  font-size: var(--rem36);
  margin-bottom: 1rem;
}
.cta02 a.telbtn {
  background: #006CD1;
  color: #fff;
}

/*メールボタン*/
.cta02 .mailarea.item {
  background: #E3EFFD;
}
.cta02 a.mailbtn {
  background: #006CD1;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 400px;
  width: 90%;
  border-radius: 50vh;
  padding: 20px;
  margin: 0 0 1rem 0;
}
.cta02 a.mailbtn {
  background: #006CD1;
  color: #fff;
}

/*ボタンアイコン*/
.cta02 a.mailbtn::before, .cta02 .telnum::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: '\f3cd';
}
.cta02 a.mailbtn::before {
  content: '\f0e0';
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
#footer {
  background: #fff;
}
#footer li a,
.footeradd,
.footertel,
#footer li a:hover {
  color: #111111;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
  background: #111111;
}
#copyright {
  background: #fff;
  color: #111111;
}
#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: #006CD1;
}

/*-----------------------------
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.fullwide02 {
  background: url(/wp-content/uploads/top_about_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}
.front_contents.sec01 .fullwide02_wrap {
  background: rgba(255, 255, 255, .8);
}
.front_contents.sec01 .fullwide02_inner {
  max-width: 1240px;
}
.front_contents.sec01 .fullwide02_inner > p {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
}
.front_contents.sec01 .card01_list li {
  display: flex;
  flex-direction: column;
}
.front_contents.sec01 .card01_list .txtstyle02 {
  text-align: center;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front_contents.sec01 .card01_list .txtarea {
  background: #fff;
  padding: 20px;
  flex: 1;
}

.front_contents.sec02 {
  background: #E3EFFD;
}
.front_contents.sec02 .toptxtarea > p {
  text-align: center;
}
.front_contents.sec02 .card01_list .imgarea {
  border-top: solid 8px #006CD1;
  aspect-ratio: unset;
}
.front_contents.sec02 .card01_list .imgarea img {
  aspect-ratio: 600 / 768;
}
.front_contents.sec02 .card01_list .txtarea {
  padding: 15px;
  background: linear-gradient(114deg,rgba(0, 108, 209, 1) 0%, rgba(0, 55, 107, 1) 100%);
}
.front_contents.sec02 .card01_list .txtstyle02 {
  margin: 0;
  text-align: center;
  color: #fff;
}

.front_contents.sec03 h1.title {
  text-align: left;
}
.front_contents.sec03 .column06 .caption {
  color: #006CD1;
}
.front_contents.sec03 table,
.front_contents.sec03 table th,
.front_contents.sec03 table td {
  border: none;
}
.front_contents.sec03 table tr {
  border-bottom: 1px solid var(--color-table-border);
}
.front_contents.sec03 table tr:last-child {
  border-color: var(--color-white);
}
.front_contents.sec03 table th {
  background: var(--color-white);
  text-align: center;
  color: var(--color-primary);
}
.front_contents.sec03 .linkBtn_flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.front_contents.sec03 .linkBtn {
  margin: 0;
}
.front_contents.sec03 .linkBtn.working {
  background: #004373;
}
.front_contents.sec03 .imgarea iframe {
  width: 100%;
  height: 100%;
}

body:not(.home) .front_contents.sec04 {
  display: none;
}
.front_contents.sec04 {
  background: #E3EFFD;
}

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

}

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

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .service_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service.sec01 .service_box > .txtstyle02 {
  font-weight: 400;
  background: #006CD1;
  color: #fff;
  font-size: var(--rem18);
  margin: 20px 0 0;
  display: inline-block;
  padding: 0 4px;
}
.service.sec01 .card01_inner {
  width: 100%;
}
.service.sec01 .partnerWrap {
  padding-top: 120px;
}
.service.sec01 .partnerWrap .imgarea {
  max-width: 666px;
  margin-inline: auto;
  margin-bottom: 70px;
}
.service.sec01 .partnerWrap p {
  text-align: center;
}
.service.sec01 .partnerWrap table,
.service.sec01 .partnerWrap table th {
  border: none;
}
.service.sec01 .partnerWrap table th {
  background: var(--color-primary);
  color: var(--color-white);
}
.service.sec01 .partnerWrap table th,
.service.sec01 .partnerWrap table td {
  padding: var(--rem40) var(--rem16);
  vertical-align: middle;
}
.service.sec01 .partnerWrap table ul {
  list-style-type: disc;
  padding-left: 20px;
}
.service.sec01 .partnerWrap table ul li a {
  color: #000;
  text-decoration: underline;
  position: relative;
}
.service.sec01 .partnerWrap table ul li a::after {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/link_icon.png)no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 16px;
}

@media print, screen and (max-width: 768px) {
  .service.sec01 .service_list {
    gap: 70px;
  }
  .service.sec01 .partnerWrap {
    padding-top: 70px;
  }
  .service.sec01 .partnerWrap .imgarea {
    margin-bottom: 40px;
  }
}

/*-----------------------------
採用情報
------------------------------*/
.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%, #E3EFFD 40%);
}
.recruit.sec01 .toptxtarea .txtstyle03 {
  font-family: "Inter", sans-serif;
  font-size: var(--rem20);
  letter-spacing: 0.3em;
  margin-bottom: 36px;
}
.recruit.sec01 .charmWrap {
  padding-top: 120px;
}
.recruit.sec01 .charmList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}
.recruit.sec01 .charmList > li {
  flex: 0 1 calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
  box-sizing: border-box;
}
.recruit.sec01 .charmList .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
  text-align: center;
}
.recruit.sec01 .charmList .imgarea img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.recruit.sec01 .charmList .txtarea {
  padding-top: 20px;
}

.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: #E3EFFD;
}
.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;
  }
}

/*-----------------------------
働く環境について
------------------------------*/
.flowlist {
  padding-left: 13rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #006CD1;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 13rem;
}
.flowlist > li {
  position: relative;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist > li .icon {
  font-size:1.6rem;
  color: #fff;
  background: #006CD1;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #006CD1;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
}
.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}
.flowlist > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 2.3rem;
}
.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: var(--rem20);
}

.working.sec01 {
  padding-bottom: 100px;
}

.working.sec02 {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.working.sec02::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #E3EFFD;
  z-index: -1;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.working.sec03 {
  padding-top: 120px;
}
.working.sec03 .voiceList {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.working.sec03 .voiceList li {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: var(--px40) var(--px80);
  border-radius: 10px;
}
.working.sec03 .voiceList li .txtstyle02 {
  font-size: var(--rem20);
  font-weight: 400;
  padding-left: 10px;
  border-left: solid 2px var(--color-primary);
}

@media (max-width: 768px) {
  .flowlist > li .icon {
    font-size: 1.2rem;
  }

  .flowlist {
    padding-left: 10rem;
  }

  .flowlist > li .icon {
    left: -11rem;
  }

  .flowlist::before {
    left: 10rem;
  }

  .flowlist > li dl {
    padding-left: 4.5rem;
  }

  .flowlist > li dl::after {
    width: 30px;
  }

  .flowlist > li dl dt {
    font-size: 1.4rem;
  }

  .working.sec01 {
    padding-bottom: 70px;
  }

  .working.sec02 {
    padding: 70px 0;
  }

  .working.sec03 {
    padding-top: 70px;
  }
  .working.sec03 .voiceList {
    gap: 40px;
  }
}

/*-----------------------------
お問い合わせ
------------------------------*/
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; }

  .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%);
  }
}
/*-----------------------------
20250929
------------------------------*/
.flex_pump {
    display: flex;
    justify-content: space-around;
    max-width: 1600px;
    gap: 10px;
}

.flex_pump img {
    width: 100%;
    height: auto;
    max-width: 400px; /* 画像の最大幅を制御 */
}

@media screen and (max-width: 768px) {
    .flex_pump {
        flex-direction: column; /* 縦並びにする */
        align-items: center;   /* 中央寄せ */
    }

    .flex_pump img {
        max-width: 100%; /* スマホでは横幅いっぱい */
    }
}