@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=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-font: #333;
  --color-primary: #1B1D55;   /*rgb(27 29 85) */
  --color-primary-shade: rgb(27 29 85 / 0.6);
  --color-primary-tint: rgb(27 29 85 / 0.6);
  --color-secondary: #B63033;
  --color-secondary-tint: #EAF5FC;  /* rgb(234 245 252) */
  --color-table-border: #D9D9D9;
  /*------▼ヘッダー設定▼------*/
  --header-color-font: #333;
  --header-color-primary: #1B1D55;
  --header-color-primary-shade: #FFF;
  --header-color-primary-tint: rgb(27 29 85 / 0.6);
  /*------▼フッター設定▼------*/
  --footer-background: #1B1D55;
  /*------▼フォント設定▼------*/
  --font-family03: 'Outfit', 'Noto Sans JP', sans-serif;
  --font-family04: 'Zen Old Mincho', serif;

  --color-blue: #3598D1;
  --color-yellow: #FFFCDE;

  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem);
  --px30s: min(calc(30px + (1vw - 19.2px) * 2.5890), 30px);
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 3.2rem);
}

/*-----------------------------
column_01
------------------------------*/

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

/*-----------------------------
column_02
------------------------------*/

.column02 {
  position: relative;
  padding: var(--px120) 0;
  margin: var(--px60) 0 0;
}
.column02:before {
  content: "";
  background: #aaa;
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.column02_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}
.column02 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}
.column02 .txtarea .txtinner {
  max-width: 540px;
}
.column02 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}
.column02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------rev-----------*/

.column02.rev:before {
  content: "";
  background: #aaa;
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: inherit;
  right: inherit;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .column02.rev .flexbox {
    flex-direction: row-reverse;
  }
  .column02 .txtarea {
    padding: var(--px80) 5%;
  }
}

/*-----------------------------
card
------------------------------*/
.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.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;
}

/*-----------------------------
.cardstyle
------------------------------*/

/*---------style03-------------*/

.card01_list.cardstyle03 > li {
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

/*---------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 .column02 .txtstyle02, .column02 .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,
.post .column02 .txtstyle04, .column02 .txtstyle04 {
  font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after,
.post .column02 .txtstyle04:after, .column02 .txtstyle04:after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: var(--px80);
  height: 3px;
  background: #111;
  margin: var(--rem30) 0 0 0.5rem;
}

/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post .col2_list > li {
  width: 49%;
  margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
  .post .col2_list > li {
    width: 100%;
  }
  .post .col2_list > li:last-child {
    margin-bottom: 0;
  }
}

/*---------col03-----------*/
  
.post .col3_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post .col3_list > li {
  width: 32%;
  margin-bottom: 2%;
}
.post .col3_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.post .col3_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list > li {
    width: 49%;
  }
  .post .col3_list::before, .post .col3_list:after {
    content: none;
  }
}
@media print, screen and (max-width: 414px) {
  .post .col3_list > li {
    width: 100%;
  }
  .post .col3_list > li:last-child {
    margin-bottom: 0;
  }
}

/*================================================
        　　ご利用の流れ
================================================*/

/*--flow01--------------------------------------------*/
  
.flowlist01 {
  padding-left: 18rem;
  position: relative;
}
.flowlist01::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #FFF;
  margin-left: -7px;
  display: block;
  position: absolute;
  top: 0;
  left: 18rem;
}
.flowlist01 > li {
  position: relative;
}
.flowlist01 > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flowlist01 > li .icon {
  font-family: var(--font-family03);
  font-size: var(--rem30);
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -18rem;
  z-index: 100;
  line-height: 1.8;
}
.flowlist01 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist01 > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.5rem;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
}
.flowlist01 > li dl::before {
  width: 16px;
  height: 16px;
  margin-top: 0;
  background: var(--color-primary);
  border-radius: 50%;
  top: 2.4rem;
  left: -5px;
}
.flowlist01 > li dl::after {
  width: 50px;
  border-bottom: 2px dashed var(--color-primary);
  position: absolute;
  left: 5px;
  top: 3rem;
}
.flowlist01 > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--color-primary);
  border-bottom: solid 1px var(--color-blue);
}
.flowlist01 > li dd {
  font-weight: 500;
}
@media (max-width: 768px) {
  .flowlist01 > li .icon {
    font-size: 1.2rem;
  }
  .flowlist01 {
    padding-left: 10rem;
  }
  .flowlist01 > li .icon {
    left: -11rem;
  }
  .flowlist01::before {
    left: 10rem;
  }
  .flowlist01 > li dl {
    padding-left: 4.5rem;
  }
  .flowlist01 > li dl::before {
    top: 1.2rem;
  }
  .flowlist01 > li dl::after {
    width: 30px;
    top: 1.9rem;
  }
  .flowlist01 > li dl dt {
    font-size: 1.4rem;
  }
}

/*--FAQ-------------------------------------------*/

.qa_list {
  cursor: pointer;
}
.qa_list .faq_list {
  margin-top: var(--rem20);
}
.qa_list .toggle {
  display: none;
}
.qa_list .faq_question {
  display: block;
  padding: 1em 2.5em 1em 5em;
  font-size: var(--rem18);
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1.5;
  border: solid 1px #E0E0E0;
  position: relative;
}
.qa_list .faq_question::before {
  content: "Q";
  width: 6rem;
  height: 100%;
  background: var(--color-primary);
  color: #FFF;
  font-family: var(--font-family03);
  font-size: var(--rem40);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.qa_list .faq_question::after {
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #A6A6A6;
  border-right: 2px solid #A6A6A6;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 7px );
  right: max(15px, min(2.14vw, 30px));
  transform: rotate(135deg);
}
.qa_list .faq_question, .faq_answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.qa_list .faq_answer {
  height: 0;
  overflow: hidden;
  padding: 0 1em 0 5.3em;
  font-weight: 500;
}
.qa_list .faq_answer::before {
  content: "A";
  width: 5.8rem;
  height: 100%;
  background: var(--color-secondary-tint);
  color: var(--color-primary);
  font-family: var(--font-family03);
  font-size: var(--rem40);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #E0E0E0;
}
.qa_list .toggle:checked + .faq_question + .faq_answer {
  height: auto;
  margin-top: -1px;
  padding: 1em 1em 1em 5.3em;
  transition: all .3s;
  border: solid 1px #E0E0E0;
}
.qa_list .toggle:checked + .faq_question::after {
  transform: rotate(-45deg);
}

/*----------------------------
リンクボタンリスト
-----------------------------*/

/*---ボタンリストレイアウト---*/

.post ul.linkbtn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--px40) auto;
  gap: 1%;
}
.post ul.linkbtn_list > li {
  width: auto;
  margin-bottom: var(--px20);
  text-align: center;
}
.post ul.linkbtn_list > li a.linkBtn {
  width: auto;
  min-width: 240px;
  height: 100%;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 640px) {
  .post ul.linkbtn_list > li {
    width: 100%;
  }
  .post ul.linkbtn_list > li a.linkBtn {
    max-width: none;
    width: 100%;
    min-width: auto;
  }
}


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

.post p{
  line-height: 2;
}
.ml1 {
  margin-left: 1rem;
}
.mr15 {
  margin-right: 1.5rem;
}
.bg_yellow {
  background: var(--color-yellow);
}
.max_w900 {
  margin: auto;
}

h1.title.front-post {
  display: none;
}

.post h2,
h1.title.bottom-loop {
  font-size: var(--rem40);
  font-weight: bold;
  color: var(--color-font);
}
.post h2 span,
h1.title.bottom-loop span span {
  display: block;
  font-family: var(--font-family03);
  font-size: var(--rem30);
  font-weight: 900;
  color: var(--color-blue);
}
.post h2::after {
  content: none;
}

/* btn */
.linkBtn, .post .linkBtn {
  border-radius: 50vh;
  max-width: 280px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* area */
.widearea {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
  width: 90%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}

/*----------------------------
テーブル
-----------------------------*/

table, .post table {
  width: 100%;
  margin: var(--px30w) auto;
}
table, table th, table td, .post table, .post table th, .post table td {
  border: none;
}
table th, table td, .post table th, .post table td {
  border-bottom: solid 1px var(--color-table-border);
  line-height: 2;
  padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  text-align: left;
  font-size: var(--rem20);
  font-weight: 500;
  color: var(--color-font);
  background: transparent;
}
table th, .post table th {
  width: 25%;
  font-weight: 500;
  border-bottom: solid 1px var(--color-table-border);
}
table:first-child, .post table:first-child {
  margin-top: 0;
}
table:last-child, .post table:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 640px) {
  table th, .post table th {
    background: var(--color-blue);
    color: #FFF;
  }
  .wpcf7-form .must, .wpcf7-form .option {
    padding: 0.4em 0.6em;
  }
}

table.blue {
  border: solid 1px var(--color-table-border);
}
table.blue th {
  background: var(--color-blue);
  color: #FFF;
  font-size: var(--rem16);
  font-weight: 700;
  vertical-align: middle;
}
table.blue td {
  font-size: var(--rem16);
  font-weight: 400;
  vertical-align: middle;
}

/* header */
header#h1Header {
  background: transparent;
}
header#h1Header::before {
  background: #FFF;
  opacity: .35;
}
header#h1Header h1.title {
  font-weight: bold;
  color: #3598D1;
  text-shadow: 0px 4px 4px #FFFFFF;
}

@media print, screen and (min-width: 1024px) {
  #header-upper {
    background: var(--color-primary);
    height: 30px;
    font-weight: 500;
    font-size: var(--rem14);
    color: #FFF;
  }
  #header .logo {
    padding: 0;
  }
  #header .logo img {
    width: 25vw;
    max-width: 430px;
  }
  nav#mainNav ul {
    margin-right: var(--px20);
  }
  #header ul.header__contact::before {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background: #AEAEAE;
  }
  nav#mainNav ul li a b, nav#mainNav ul li a span {
    font-weight: 500;
  }
  nav#mainNav ul li.current-menu-item a::before, nav#mainNav ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    border-bottom: 1px solid var(--header-color-primary);
    width: 64%;
    margin: 0 auto;
    display: block;
    height: 5px;
  }
  nav#mainNav ul li a {
    padding: var(--px20) var(--px30s);
  }
  #header a.head_btn.tel_btn {
    flex-direction: row;
    align-content: center;
    row-gap: 5%;
    flex-wrap: wrap;
    width: 22vw;
    max-width: 260px;
    color: var(--header-color-primary);
    font-weight: bold;
    font-size: var(--rem24);
  }
  #header a.head_btn.tel_btn:hover {
    background: #FFF;
    opacity: 0.6;
  }
  #header a.head_btn.tel_btn::before {
    font-size: 0.8em;
    margin: 0 0.5em 0 0;
  }
  #header a.head_btn.tel_btn .note {
    color: var(--color-font);
    font-weight: 500;
  }
  #header a.head_btn.line_btn {
    width: 140px;
    background: var(--color-secondary-tint);
    color: var(--header-color-primary);
  }
  #header a.head_btn.line_btn:hover {
    opacity: 0.6;
  }
  #header a.head_btn.line_btn::before {
    content: '\f3c0';
    font-family: "Font Awesome 6 Brands";
    font-size: 1.6em;
    font-weight: 400;
  }
    #header a.head_btn.mail_btn {
    width: 140px;
  }
}

/* footer */
#footer {
  padding: var(--px100) 0 var(--px30);
}
#footer .footer__logo:not(:last-child) {
  text-align: center;
  margin-bottom: var(--px50);
}
#footer .footnav {
  margin-top: var(--px30);
}

/* top */
.top01 .column02, .top07 .column02 {
  padding: 0;
  margin: 0;
}
.top01 .column02:before, .top07 .column02:before {
  content: none;
}
.top01 .column02_wrap, .top07 .column02_wrap {
  max-width: none;
  width: auto;
}
.top01 .column02 .txtarea, .top07 .column02 .txtarea {
  padding: var(--px80) 2% var(--px80) 5%;
  justify-content: flex-start;
}
.top01 .column02 .txtarea .txtinner, .top07 .column02 .txtarea .txtinner {
  max-width: none;
  width: 100%;
}
.top01 .column02 p {
  font-weight: 500;
}
.top01 .column02 .txtstyle04 {
  font-family: var(--font-family01);
  font-weight: 700;
  font-size: var(--rem40);
  color: var(--color-primary);
}
.top01 .column02 .txtstyle04:after, .top07 .column02 .txtstyle04:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .top01 .column02 .txtarea, .top07 .column02 .txtare {
    padding: var(--px80) 3%;
  }
}

.top02 {
  background: linear-gradient(#FFFFFF, var(--color-secondary-tint));
  padding: 0 0 var(--px120);
}
.top02 .content {
  width: 65%;
}
.top02 .card01_list .imgarea {
  background: var(--color-yellow);
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top02 .card01_list .imgarea img {
  width: 60%;
  height: 70%;
  object-fit: contain;
}
.top02 .txtarea {
  padding: 0;
}
.top02 .txtarea p {
  font-weight: bold;
  font-size: var(--rem24);
  text-align: center;
}
.top02 .txtarea p span {
  font-family: var(--font-family03);
  font-size: var(--rem36);
  margin: 0 0.5rem 0 1rem;
}
.top02 .txtstyle02 {
  font-family: var(--font-family01);
  color: #FFF;
  background: var(--color-blue);
  margin: 0;
  padding: 1rem;
}

@media print, screen and (max-width: 768px) {
  .top02 .col3_list > li {
      width: 90%;
      margin: 0 auto 5%;
  }
}

.top03 {
  background: url(/wp-content/uploads/top05.jpg) no-repeat center/cover;
}
.top03 .fullwide01_inner {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  padding: var(--px120) var(--px16) var(--px80);
  font-weight: 500;
}
.top03 h2 {
  margin: var(--px120) auto var(--px30);
}

.top04 {
  background: linear-gradient(#FFFFFF, var(--color-secondary-tint));
}
.top04 .card01_list.cardstyle03 > li {
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgb(59 118 155 / 0.3);
  padding: var(--px30);
}
.top04 .card01_list .imgarea {
  aspect-ratio: 540 / 304;
  border-radius: 20px;
}
.top04 table {
  margin: 0 0 var(--px16);
}
.top04 table, .top04 table th, .top04 table td {
  border: none;
  padding: 0;
  line-height: 1.7;
  font-size: var(--rem16);
}
.top04 table th {
  width: 8rem;
  font-weight: 700;
  color: var(--color-blue);
}
.top04 table td {
  font-weight: 400;
}
.top04 .txtstyle02 {
  margin: var(--rem12) auto;
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem24);
  color: var(--color-font);
}
.top04 .fs15 {
  font-size: min(calc(15px + (1vw - 19.2px) * 0.1294), 15px);
}

@media print, screen and (max-width: 768px) {
  .top04 .col2_list > li {
    width: 90%;
    margin: 0 auto 5%;
  }
}
@media print, screen and (max-width: 640px) {
  .top04 table th {
    background: transparent;
  }
}

.top05 {
  background: var(--color-secondary-tint);
  padding: var(--px80) 0 var(--px120);
}

.top07 {
  padding: 0 0 var(--px120);
}
.top07 .column02 .txtstyle02 {
  font-family: var(--font-family01);
  font-size: var(--rem40);
  font-weight: bold;
  color: var(--color-primary);
}
.top07 ul.linkbtn_list {
  justify-content: flex-start;
}

/*-----------------------------
cta02_col3
------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px100) 0 var(--px80);
  z-index: 0;
}
.cta02:before {
  content: "";
  background: linear-gradient(rgb(255 255 255 / 0.5), rgb(255 255 255 / 0.5)), url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
  width: 100%;
  height: 72%;
  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 h2 {
  margin: 0 auto var(--px20);
}
.cta02 .cta02_wrap p {
  font-weight: 500;
  font-size: var(--rem20);
}
.cta02 .ctabtnlist, .recruit05 .btnlist {
  justify-content: space-between;
  gap: 2%;
  max-width: 1400px;
  margin: var(--px50) auto 0 auto;
}
.cta02 .ctabtnlist li, .recruit05 .btnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.cta02 .item, .recruit05 .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;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  transition: all ease .15s;
}
.cta02 .item:hover, .recruit05 .item:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 768px) {
  .cta02:before {
    height: 84%;
  }
  .cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
    width: 100%;
    height: 100px;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
  
/*ボタン共通パーツ*/
.cta02 .btnttl, .recruit05 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: var(--rem20);
}

/*電話ボタン*/
.cta02 a.telbtn {
  background: #FFF;
  color: var(--color-font);
}
.cta02 a.telbtn .btnttl {
  font-weight: 600;
}
.cta02 .telnum {
  font-size: var(--rem36);
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.cta02 .infotxt {
  font-size: var(--rem16);	
  font-weight: 600;
}

/*LINEボタン*/
.cta02 a.linebtn, .recruit05 a.linebtn {
  background: var(--color-secondary-tint);
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*メールボタン*/
.cta02 a.mailbtn, .recruit05 a.mailbtn {
  background: var(--color-primary);
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/*ボタンアイコン*/
.cta02 .telnum::before, .cta02 .mailbtn::before, .cta02 .linebtn::before,
.recruit05 .mailbtn::before, .recruit05 .linebtn::before{
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}
.cta02 .telnum::before {
  content: '\f3cd';
}
.cta02 .linebtn::before, .recruit05 .linebtn::before {
  content: '\f3c0';
  font-weight: 400;
  font-size: 1.8em;
  margin: 0 1rem 0.3em 0;
}
.cta02 .mailbtn::before, .recruit05 .mailbtn::before{
  content: '\f0e0';
  font-size: 1.4em;
  margin: 0 1rem 0.3em 0;
}

/* news */
#front_bottom_content {
  background: transparent;
}
.postlist li:first-child {
  border-top: 1px solid #CCC;;
}
.postlist li {
  border-bottom: 1px solid #CCC;;
}
.postlist .time {
  background: var(--color-primary);
}
.postlist .post_text {
  padding: 20px 0;
  color: #CCC;
}
.postlist .date, .postlist .ttls a {
  color: var(--color-font);
}

/* company */
.company .mes1 {
  font-family: var(--font-family04);
  font-size: var(--rem18);
}
.company .mes2 {
  font-family: var(--font-family04);
  font-size: var(--rem24);
  color: var(--color-font);
}

/* service */
.service .column01_wrap {
  width: 100%;
  align-items: flex-start;
}
.service .column01 .txtarea {
  width: 58%;
  padding: 0 0 var(--px30);
}
.service .column01 .txtarea .txtinner {
  max-width: none;
}
.service .column01 .txtstyle04 {
  background: var(--color-blue);
  color: #FFF;
  font-family: var(--font-family01);
  font-weight: bold;
  font-size: var(--rem32);
  padding: 0.3em 0.8em;
}
.service .column01 p {
  font-weight: 500;
}
.service .column01 .txtstyle04::after {
  content: none;
}
.service .column01 .txtstyle02 {
  font-family: var(--font-family01);
  font-weight: bold;
}
.service .imgarea {
  width: 42%;
}

.service02 {
  padding: var(--px50) var(--px60);
}
.service02 .ttl {
  font-size: var(--rem22);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.service02 .ttl::before {
  content: '';
  width: var(--px40);
  height: 7px;
  background: var(--color-primary);
}
.service02 .list {
  margin-top: var(--rem40);
}
.service02 .item {
  width: 33%;
  display: flex;
  align-items: center;
  gap: 5%;
}
.service02 .imgarea {
  width: 30%;
  max-width: 100px;
  aspect-ratio: 1;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service02 .imgarea img {
  object-fit: contain;
  width: 70%;
  height: 70%;
}
.service02 .txtarea {
  font-size: var(--rem20);
  font-weight: 500;
}
.service02 .txtarea p {
  line-height: 1.3;
}
@media print, screen and (max-width: 1023px) {
  .service02 .txtarea {
    font-size: var(--rem14);
  }
}
@media print, screen and (max-width: 768px) {

  .service .column01 .txtarea, .service .column01 .imgarea {
    width: 100px;
    width: 100%;
  }
  .service02 .list .item {
    width: 82%;
    margin: 0 auto var(--px20);
  }
  .service02 .txtarea {
    font-size: var(--rem20);
  }
}

/*================================================
        　採用情報
================================================*/

.post .lead {
  font-size: var(--rem24);
  font-weight: bold;
}

.post .lead_en {
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);/* -- 1920 1.8rem 375 1.3rem -- */
  font-size: var(--rem20);
  color: #000;
  letter-spacing: 0.8rem;
}

.marker.blue {
  background: linear-gradient(transparent 50%, #D9F3FF 50%);
  padding: 0 1rem 0.6rem;
}

.recruit02 h2 {
  margin: var(--px120) auto var(--px80);
}
.recruit02 .col3_list > li {
  margin-bottom: 5%;
}
.recruit02 p {
  font-weight: 500;
}
.recruit02 .txtstyle02 {
  font-family: var(--font-family01);
  font-weight: bold;
  font-size: var(--rem24);
  color: var(--color-font);
  text-align: center;
  margin: var(--rem20) auto;
}

@media print, screen and (max-width: 768px) {
  .recruit02 .col3_list > li {
      width: 90%;
      margin: 0 auto 10%;
  }
}

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

.widecolor {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
  background: #fafafa;
}

.recruit03.widecolor {
  background: var(--color-secondary-tint);
}

.recruit04 p:not(:first-child) {
  margin-top: var(--rem30);
}

/*--contact_area-------------------------------------*/

.contact_area {
  padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px) var(--px60);/*80px-40px (1920-375)x*/
  text-align: center;
  background: #f7f7f7;
  margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
  content: none;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}
.post .contact_ttl::after {
  content: '';
  position: relative;
  visibility: visible;
  display: block;
  width: 2.2em;
  height: 3px;
  background: var(--color-font);
  margin: 0.6em auto 0;
}
.contact_read {
  margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
  text-align: center;
}

.recruit05 .btnlist {
  justify-content: center;
}
.recruit05 .btnlist li {
  width: 40%;
}
.recruit05 .item {
  padding: var(--px40) 0;
}
@media print, screen and (max-width: 768px) {
  .recruit05 .btnlist li, .recruit05 .btnlist .item {
    width: 100%;
    height: 90px;
  }
  .recruit05 .btnlist li + li {
    margin-top: 1.5rem;
  }
}

/* contact */
span.wpcf7-list-item {
  margin: 0 10px 0 var(--px30);
}
.wpcf7-form h2 {
  margin: 0 auto var(--px50);
}
.wpcf7-form p, .wpcf7-list-item-label {
  font-size: var(--rem20);
  font-weight: 500;
}
.wpcf7-form .linkBtn {
  max-width: 385px;
  border-radius: 50vh;
  padding: 0;
}
.wpcf7-form .linkBtn::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -5px;
}
.wpcf7-form .linkBtn input[type="submit"] {
  width: 100%;
  padding: 20px 0;
  font-size: var(--rem24);
  font-weight: 500;
}
.wpcf7-spinner {
  display: none;
}