@charset "utf-8";

/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-primary: linear-gradient(to bottom right, #19B3EA, #0073AA);
  --color-primary-shade: ;
  --color-primary-tint: linear-gradient(to bottom right, #0073AA, #19B3EA);
  --color-secondary: #FCF16E;
  --color-secondary-tint: #1E2E53;
  --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: #333;
  --header-color-primary: linear-gradient(to bottom right, #19B3EA, #0073AA);
  --header-secondary: ;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F1F1F1;
  --footer-color-font: #333;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: 'Noto Sans JP', sans-serif;
  --font-family02: "Noto Serif JP", serif;
  --font-family03: "Oswald", sans-serif;
  --font-family04: ;
}

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

/*--アンカーリンク--------------------------------------------*/
.anchor-link_contents {
  margin-top: -80px !important;
  padding-top: 80px !important;
}

.anchor-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: bold;
  color: var(--color-primary-shade);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary-shade);

  &::before,
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 7px);
    right: 30px;
    width: 2px;
    height: 14px;
    border-radius: 9999px;
    background-color: var(--color-primary-shade);
    transform-origin: 50% calc(100% - 1px);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }

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

  &.anchor-link--special {
    max-width: 540px;
    width: 100%;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;

    &::before,
    &::after {
      background-color: #fff;
    }

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

      &::before,
      &::after {
        background-color: var(--color-primary);
      }
    }
  }
}

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

    &::before,
    &::after {
      content: "";
      position: absolute;
      bottom: calc(50% - 5px);
      right: 20px;
      width: 2px;
      height: 10px;
      border-radius: 9999px;
      transform-origin: 50% calc(100% - 1px);
    }
  }
}

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

body:not(.page.home) .top-news {
  display: none;
}

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

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

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  border-radius: 50em;
}

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

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

.widecolor--bg01 {
  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);
  /* 120-80px (1920-375) */
  background-color: #FAFAFA;
}

@media print,
screen and (max-width: 768px) {
  .widecolor {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 10% min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 10%;
    /* 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);
}

#content,
body:not(.home) #content.wide {
  margin: 0 auto;
}

body.page.page-id-6199 #content.wide {
  padding: 0;
}

body.page.page-id-6199 #breadcrumb {
  background: #fdf9ea;
}

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

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

  .content_inner {
    width: 100%;
  }
}


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

/*---------背景色-----------*/
.bg_white {
  background: var(--color-background) !important;
}

/*---------文字色-----------*/
.fc_black {
  color: var(--color-font) !important;
}

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

/*---------文字-----------*/
.ff_mincho {
  font-family: var(--font-family02) !important;
}

/*---------フォントサイズ-----------*/
.fz14 {
  font-size: 14px;
}

/*---------リンク-----------*/
.txc_link {
  color: #1EB3EA;
  font-weight: bold;
}

/*---------sp表示-----------*/
@media screen and (max-width: 450px) {
  .sp-txt_l {
    text-align: left !important;
  }

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

  .sp-w70 {
    max-width: 70% !important;
  }
}

/*----------------------------------------------
  title
----------------------------------------------*/
h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem42);
  color: #1E2E53;
}

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

.post h1,
h1,
.post h2,
h2,
.post h3,
h3,
.post h4,
h4,
.post h5,
h5,
p,
div,
span {

  /*---------txtstyle01-----------*/
  &.txtstyle01 {
    font-family: var(--font-family03);
    font-size: var(--rem60);
    font-weight: 400;
    color: var(--color-secondary-tint);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

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

    .subtxt {
      display: block;
      font-family: var(--font-family01);
      font-size: var(--rem24);
      color: var(--color-font);
    }

    &.txtstyle01--white {
      color: var(--color-background);

      .subtxt {
        color: var(--color-background);
      }
    }
  }

  /*---------txtstyle02-----------*/
  &.txtstyle02 {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    font-weight: 600;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem42) auto var(--rem30);
    border: none;
    background: transparent;

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

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

  /*---------txtstyle03-----------*/
  &.txtstyle03 {
    font-size: var(--rem24);
    font-weight: 400;
    color: #1EB3EA;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem20) auto var(--rem30);
    border: none;
    background: transparent;

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

    &.txtstyle03--black {
      color: var(--color-font);
    }
  }

  /*---------txtstyle04-----------*/
  &.txtstyle04 {
    font-size: var(--rem36);
    font-weight: 400;
    color: var(--color-font);
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 0;
    margin: var(--rem20) auto var(--rem30);
    border: none;
    background: transparent;

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

  /*---------txtstyle05-----------*/
  &.txtstyle05 {
    font-weight: 400;
    border: none;

    .main-txt {
      display: block;
      font-family: var(--font-family03);
      font-size: var(--rem30);
      background: var(--color-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .sub-txt {
      display: block;
      font-family: var(--font-family01);
      font-size: var(--rem30);
      color: var(--color-font);
    }

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

  /*---------txtstyle06-----------*/
  &.txtstyle06 {
    font-size: var(--rem24);
    border: none;

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


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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {

    /*---------txtstyle03-----------*/
    &.txtstyle03 {
      font-size: var(--rem28);
    }
  }
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p,
  div,
  span {

    /*---------txtstyle01-----------*/
  }
}

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

  .post h1,
  h1,
  .post h2,
  h2,
  .post h3,
  h3,
  .post h4,
  h4,
  .post h5,
  h5,
  p {

    /*---------txtstyle01-----------*/
  }
}



/*----------------------------------------------
  column
----------------------------------------------*/
/*---------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: var(--color-background);
  padding: var(--px80) var(--px40);
  margin: auto auto 0 -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: auto -5% 0 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;
  }
}

/*----------------------------------------------
  card
----------------------------------------------*/
/*---------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%;
    margin-bottom: 10%;
  }

  .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%;
    margin-bottom: 10%;
  }

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

/*---------col4-----------*/

.post .col4_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 .col4_list>li {
  width: 24%;
  margin-bottom: 1.5%;
  background: #fff;

}

.post .col4_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.post .col4_list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

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

  .post .col4_list>li,
  .post .col4_list::before,
  .post .col4_list:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media print,
screen and (max-width: 768px) {
  .post .col4_list>li {
    width: 49%;
  }

  .post .col4_list::before,
  .post .col4_list:after {
    content: none;
  }
}

@media print,
screen and (max-width: 414px) {
  .post .col4_list>li {
    width: 100%;
  }

  .post .col4_list>li:last-child {
    margin-bottom: 0;
  }
}

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style02-------------*/
.card01_list.cardstyle02>li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}


/*----------------------------------------------
  checkbox
----------------------------------------------*/
.post ul.list_checkbox>li:before,
.post ul li.list_checkbox:before {
  content: '\f058';
  color: #1EB3EA;
}

.post ul.list_checkbox.list_checkbox--gray>li:before,
.post ul li.list_checkbox.list_checkbox--gray:before {
  color: #A8A8A8;
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline;
  font-size: var(--rem16);
  color: #111;
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: var(--rem20) 150px var(--rem20) 0;
  border-bottom: solid 1px #1E2E53;
  border-radius: 0;
  transition: all .3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  content: '';
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow.png) no-repeat center / contain;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  transition: 0.3s all;
  transform: none;
  border: none;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  opacity: 0.6;
  color: var(--color-font);
  background: transparent;
}

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

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

.linkBtn--white,
.post .linkBtn--white,
a.linkBtn--white,
.post .subimitarea .linkBtn--white input[type="submit"] {
  color: var(--color-background);
  border-bottom: solid 1px var(--color-background);
}

.post .linkBtn--white::after,
.linkBtn--white::after,
a.linkBtn--white::after {
  border: none;
  background: url(/wp-content/uploads/btn_arrow-white.png) no-repeat center / contain;
}

.post .linkBtn--white:hover,
.linkBtn--white:hover,
a.linkBtn--white:hover {
  color: var(--color-background);
}

.post .linkBtn--white:hover::after,
.linkBtn--white:hover::after,
a.linkBtn--white:hover::after {
  border: none;
}

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

  .linkBtn,
  .post .linkBtn,
  a.linkBtn,
  .post .subimitarea .linkBtn input[type="submit"] {
    padding: var(--rem20) 50px var(--rem20) 0;
  }

  .post .linkBtn::after,
  .linkBtn::after,
  a.linkBtn::after {
    width: 40px;
    height: 40px;
  }
}

/*----------------------------------------------
  header
----------------------------------------------*/
#header a.head_btn.tel_btn {
  margin-right: 10px;
  color: var(--header-color-primary);

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

  &:hover {
    opacity: 0.6;
  }
}

span.header_tel {
  display: flex;
  align-items: center;
  font-size: var(--rem30);
  font-family: var(--font-family02);

  &:before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: var(--rem24);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

#header a.head_btn.mail_btn {
  border: 2px solid var(--header-color-primary);

  &::before {
    content: none;
  }

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

  .header_mail {
    display: flex;
    align-items: baseline;
    font-size: 1.8rem;

    &: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.current-menu-item a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:active b,
nav#mainNav ul li.current-menu-parent a b {
  color: #1EB3EA;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
  background: var(--color-background);
}

@media print,
screen and (min-width: 1024px) {
  #header .logo img {
    max-width: 410px;
  }

  nav#mainNav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--header-color-font);
    font-size: min(calc(1.6rem +(1vw - 1.92rem)* 0.2232), 1.6rem);
    padding: var(--px20);
  }
}

@media print,
screen and (max-width: 1023px) {
  body.mobile #header .logo img {
    max-width: 100%;
  }
}

/*----------------------------------------------
  footer
----------------------------------------------*/
#footer .footer__logo img {
  max-width: 320px;
  max-height: initial;
  -o-object-fit: contain;
  object-fit: contain;
}

/*----------------------------------------------
  table
----------------------------------------------*/
.post table th {
  background: #E4F5FC;
}

/*----------------------------------------------
  CTA
----------------------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}

.cta02:before {
  content: "";
  background: url(/wp-content/uploads/cta_bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cta02 .cta02_wrap {
  max-width: 1000px;
  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: 100%;
  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;
  color: var(--color-background);
}

.cta02 .btnttl {
  color: var(--color-background);
  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: #111;
  color: #fff;
}

/*メールボタン*/

.cta02 .mailarea.item {
  background: var(--color-primary);
}

.cta02 a.mailbtn {
  background: var(--color-background);
  color: #1E2E53;
  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: #111;
  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';
}

/* ==============================
TOP
============================== */
.top-service {
  background: url(/wp-content/uploads/top-service_bg.jpg) no-repeat center / cover;
}

.link-img {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: calc((480 / 1920) *100vw);

  .link-img__txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    span {
      display: block;
    }
  }

  &.link-img--faq {
    background: url(/wp-content/uploads/top-link01_bg.jpg) no-repeat center / 100% auto;
  }

  &.link-img--company {
    background: url(/wp-content/uploads/top-link02_bg.jpg) no-repeat center / 100% auto;
  }

  &:hover {
    opacity: 0.6;
  }
}

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

  .top-service .content_inner,
  .top-strengths,
  .top-link,
  .top-news {
    padding-left: 5%;
    padding-right: 5%;
  }

  .top-link {
    padding-bottom: var(--rem120);
  }
}

/* ==============================
事業内容
============================== */
.list-box {
  padding: var(--rem30) !important;

  &.list-box--gray {
    background: #F5F5F5;
  }

  &.list-box--light-blue {
    background: #F8FDFF;
  }
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
  counter-reset: flow_list;
}

ul.flowlist02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
  width: 100%;
  padding: 60px;
  border-radius: 10px;
  background: #F8FDFF;
  position: relative;
}

.flowlist02>li:not(:last-child) {
  margin-bottom: 60px;
}

.flowlist02 .flow_img {
  width: 35%;
}

.post .flowlist02>li>dl {
  width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
  line-height: 1.8;
}

.flowlist02>li:not(:last-child) dl::before,
.flowlist02>li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flowlist02>li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #1E2E53;
}

.flowlist02>li:not(:last-child) dl::after {
  border-width: 20px;
}

.post .flowlist02>li>dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem);
  /* 2.4-1.7rem (1920-375) */
  font-weight: 600;
  padding: 0 0 1rem 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: dotted 1px;
  color: #1E2E53;
}

.flowlist02>li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: #fff;
  background: var(--color-primary);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
  white-space: nowrap;
}

.post .flowlist02>li>dl dd {
  padding: 0;
}

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

  ul.flowlist02>li {
    padding-left: 5%;
    padding-right: 5%;
  }

  .post .flowlist02>li>dl,
  .flowlist02 .flow_img {
    width: 100%;
  }

  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}

/* ==============================
faq
============================== */
.qa_list {
  cursor: pointer;
}

.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}

.qa_list .qa_list_inner .a_ico {
  color: #1EB3EA;
  background: #fff;
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  border-right: 1px solid #cccccc;
  width: 100%;
  text-align: center;
  max-width: 90px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}

.qa_list .qa_list_inner .q_ico {
  color: #ffffff;
  background: var(--color-primary);
  line-height: 1.0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid #cccccc;
}

.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.7;
}

.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}

.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  border-top: 0;
}

@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}

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

  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }

  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }

  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1.0rem;
  }

  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }

  .qa_list .qa_list_inner .active:after {
    right: 1.0rem;
  }
}

@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }

  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }

  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/* ==============================
お問い合わせ
============================== */
.wpcf7-form .must {
  background: #E80303;
}

.subimitarea>.linkBtn {
  display: inline-block;
  max-width: 230px;
}