@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-font: #333;
  --color-primary: #0075C1;   /* rgb(0 117 193) */
  --color-primary-tint: rgb(0 117 193 / 0.6);
  --color-secondary: #ED6A5A;
  --color-secondary-tint: #F9FF58;
  /*------▼ヘッダー設定▼------*/
  --header-color-font: #444;
  --header-color-primary: var(--gr-navy);
  --header-color-primary-tint: linear-gradient(47.19deg, rgb(59 88 139 / 0.8) 1.22%, rgb(44 111 179 / 0.8) 99.94%);
  /*------▼フッター設定▼------*/
  --footer-background: var(--gr-gray);
  /*------▼フォント設定▼------*/
  --font-family03: 'Zen Old Mincho', serif;
  --font-family04: 'Open Sans', 'Noto Sans JP', sans-serif;

  --rem128: min(calc(12.8rem + (1vw - 1.92rem) * 3.8835), 12.8rem);
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.5534), 5rem);
  --rem26: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);

  --gr-navy: linear-gradient(47.19deg, #3B588B 1.22%, #2C6FB3 99.94%);
  --gr-gray: linear-gradient(90deg, #626F7A 0%, #9CA7B2 50%, #8A99A5 100%);
  --gr-black: linear-gradient(75.19deg, #041422 3.47%, #032241 102.63%);
  --color-gray: #F5F5F5;
  --color-navy:  #3B588B;  /* rgb(59 88 139 ) */
}

/*-----------------------------
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;
}

.card03_list > li {
  background: #eee;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.card03_list .txtarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  padding: var(--px60);
  color: #111;
}

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

/*---------style02-------------*/

.card01_list.cardstyle02 > li .txtarea {
  background: #fff;
  padding: 20px 20px 30px 20px;
}

.cardstyle02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.card03_list.cardstyle02 > li:hover .imgarea img {
  transform: scale(1.04);
}
.card03_list.cardstyle02 > li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.card03_list.cardstyle02 .txtinner {
  position: relative;
  color: #fff;
  z-index: 1;
}
.card03_list.cardstyle02 .txtinner .txtstyle02 {
  color: #fff;
}
.card03_list.cardstyle02 .imgarea {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
}
.card03_list.cardstyle02 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card03_list.cardstyle02 a.filllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
body#editor-style .card03_list.cardstyle02 a.filllink {
  position: static;
  display: block;
  background: #111;
  height: 30px;
}
body#editor-style .card03_list.cardstyle02 a.filllink::before {
  content: "ダブルクリックでリンク設定";
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}
body#editor-style .card03_list.cardstyle02 > li:before {
  z-index: -1;
}
body#editor-style .card03_list.cardstyle02 .imgarea {
  position: static;
}

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

/*---------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;
  }
}

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

/*---------txtstyle02 -----------*/

.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 .card01_list .txtstyle02, .card01_list .txtstyle02 {
  font-size: var(--rem20);
  margin: 0 0 1rem;
}

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

/*--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: #f2f2f2;
  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: var(--color-primary-shade);
}
.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;
}
.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-shade);
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  z-index: 100;
}
.post .flowlist02 > li > dl dd {
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .post .flowlist02 > li > dl, .flowlist02 .flow_img {
    width: 100%;
  }
  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}



/*--メディアクエリ--------------------------------------------*/
@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;
}
.post .fs_36 {
  font-size: var(--rem36);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.fw_b {
  font-weight: bold;
}
.post .color-white {
  color: #FFF;
}
.secondary {
  color: var(--color-secondary);
}
.secondary-tint {
  color: var(--color-secondary-tint);
}
.bg_gray {
  background: var(--color-gray);
}
.marker.yellow {
  background: linear-gradient(transparent 40%, var(--color-secondary-tint) 40%);
}
.space {
  display: inline-block;
  width: 1em;
}
.bs10 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: var(--px40);
}
.bs30 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  padding: var(--px80) var(--px60);
}
ul.disc01 {
  margin: 0.5em 0 0.5em 1.5em;
  list-style-type: disc;
}
ul.disc02 {
  margin: 0.5em 0 0.5em 1em ;
  list-style-type: disc;
}
.gap2 {
  gap: 2%;
}

h1.title.front-post {
  display: none;
}
.post h2, .post h3 {
  color: var(--color-font);
}
h2.ff_m {
  font-family: var(--font-family03);
  font-size: var(--rem128);
  font-weight: 500;
  color: var(--color-navy);
  margin-bottom: 0;
  line-height: 1.1;
}
h2.ff_m::after {
  content: none;
}
h2.fs_50 {
  font-weight: bold;
  font-size: var(--rem50);
}
h2.fs_50::after {
  content: none;
}

/* btn */
.linkBtn.btn01 {
  border-radius: 0;
  max-width: 200px;
  padding: 16px 10px;
  margin-top: 1.5em;
}
.linkBtn.btn01::after {
  content: none;
}

/* 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 */
table.navy {
  border: solid 1px var(--color-table-border);
}
table.navy th, table.navy td {
  padding: var(--rem24);
  vertical-align: middle;
  font-size: var(--rem16);
}
table.navy th {
  background: var(--color-navy);
  color: #FFF;
  font-weight: 700;
}

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

  #header .logo {
    padding: 0;
  }
  #header .logo img {
    max-width: none;
    max-height: none;
  }
  nav#mainNav {
    margin-right: var(--rem20);
  }
  nav#mainNav ul li a:hover b,
  nav#mainNav ul li.current-menu-item a b {
    color: var(--header-color-font);
  }
  nav#mainNav ul li a span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-navy);
  }
  nav#mainNav ul li.current-menu-item a::before,
  nav#mainNav ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    border-bottom: 3px solid var(--color-navy);
    display: block;
    width: 55%;
    height: 4px;
    margin: 0 auto;
  }
  nav#mainNav ul li ul.sub-menu {
    width: 190px;
  }
  nav#mainNav ul li ul.sub-menu li a:hover {
    background-color: var(--color-navy);
    color: #FFF;
  }
  nav#mainNav ul li.current-menu-item ul.sub-menu li a,
  nav#mainNav ul li ul.sub-menu li.current-menu-item a {
    background-color: #FFF;
    color: var(--header-color-font);
  }
  nav#mainNav ul li ul.sub-menu li a:hover {
    background-color: var(--color-navy);
    color: #FFF;
  }
  nav#mainNav ul.sub-menu li.current-menu-item a::before,
  nav#mainNav ul.sub-menu li a:hover::before{
    border-bottom: none;
  }
  #header a.head_btn.tel_btn {
    color: var(--header-color-font);
    width: 16em;
    height:100%;
    flex-direction:row;
    flex-wrap: wrap;
  }
  #header a.head_btn {
    padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) min(calc(30px + (1vw - 19.2px) * 0.5580), 30px);
    gap: 5%;
  }
}
@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
    color: var(--color-primary);
  }
}

header#h1Header {
  background: var(--gr-gray);
}
header#h1Header::before {
  content: none;
}
header#h1Header img {
  mix-blend-mode: multiply;
  opacity: 0.6;
}
header#h1Header h1.title {
  font-size: var(--rem40);
  font-family: var(--font-family03);
  font-weight: 500;
}
header#h1Header h1.title span {
  font-size: var(--rem40);
  font-family: var(--font-family03);
  font-weight: 500;
}
header#h1Header h1.title span.sub_ttl:not(:empty) + span {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #metaslider-id-172,k
  #metaslider-id-172 + div:has(.ms-edit-frontend) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #metaslider-id-98,
  #metaslider-id-98 + div:has(.ms-edit-frontend) {
    display: none;
  }
}

/* footer */
#footer .footer__logo img {
  max-height: var(--px100);
}

/* top */
.top01 .item {
  width: 33%;
  max-width: 350px;
  margin-bottom: var(--px40);
}
@media print, screen and (max-width: 768px) {
  .top01 .item {
    width: 70%;
    max-width: none;
    margin: var(--px100) auto 0;
  }
}

.balloon {
  background: var(--color-navy);
  font-size: var(--rem18);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  height: 10em;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.balloon::after {
  content: '';
  background: var(--color-navy);
  width: 24px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.circle_img img {
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover; 
  border-radius: 50%;
  border: solid 4px var(--color-navy) !important;
}

.top02 {
  background: var(--gr-gray);
  position: relative;
  padding: var(--px240) 0 var(--px100);
}
.top02::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255 255 255 / 0.3), rgb(255 255 255 / 0.3)), url(/wp-content/uploads/top06.jpg) no-repeat bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.top02::after {
  content: '';
  width: 100%;
  height: var(--px120);
  background: var(--color-gray);
  position: absolute;
  top: -1px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top02 .toptxtarea {
  max-width: none;
}
.top02 .col4_list > li {
  width: 23%;
  background: #FFF;
}

.top02 .card01_list .imgarea {
    aspect-ratio: 370 / 310;
}
.top02 .card01_list.cardstyle02 > li .txtarea {
  padding: var(--px24) var(--px30) var(--px40);
}
.top02 .txtstyle02 {
  text-align: center;
  font-family: var(--font-family01);
  font-weight: bold;
  font-size: var(--rem24);
  color: var(--color-font);
}

.top03 {
  background: linear-gradient(transparent 50%, rgb(59 88 139 / 0.8) 50%), url(/wp-content/uploads/top11.jpg) no-repeat bottom/100% 50%;
}
.top03 .card03_list {
  width: 94%;
  max-width: 1400px;
  margin: var(--px60) auto 0;
}
.top03 .card03_list > li {
  background: #FFF;
  width: 31%;
}
.top03 .card03_list.cardstyle02 > li:before {
  content: none;
}
.top03 .card03_list.cardstyle02 .imgarea {
  position: relative;
}
.top03 .card03_list.cardstyle02 > li:hover .imgarea img {
  transform: scale(1.05);
}
.top03 .card03_list .txtarea {
  min-height: 200px;
  padding: 0 var(--px24) var(--px40);
}
.top03 .card03_list.cardstyle02 .txtinner .txtstyle02 {
  font-weight: bold;
  font-size: var(--rem24);
  text-align: center;
  margin: var(--rem24) auto;
}
.top03 .card03_list.cardstyle02 .txtinner p {
  font-family: var(--font-family01);
  color: var(--color-font);
}

@media print, screen and (max-width: 1023px) {
  .top02 .col4_list > li {
    width: 48%;
    margin-bottom: 5%;
  }
}
@media print, screen and (max-width: 768px) {
  .top02::after {
    height: var(--px100);
  }
  .top02 .col4_list > li, .top03 .col3_list > li {
    width: 80%;
    margin: 0 auto 10%;
  }
  .top03 {
    background: linear-gradient(transparent 20%, rgb(59 88 139 / 0.8) 20%), url(/wp-content/uploads/top11.jpg) no-repeat bottom/100% 80%;
  }
}

.top04 .flowlist02 {
  overflow: hidden;
  max-width: 1100px;
}
.top04 .flowlist02 > li {
  background: transparent;
  padding: 20px 0;
}
.top04 .flowlist02 > li:not(:last-child) {
  margin-bottom: var(--px40);
}
.top04 .flowlist02 > li:not(:last-child)::before {
  content: '';
  width: var(--px96);
  height: var(--px40);
  background: var(--color-navy);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top04 .flowlist02 > li > dl {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.top04 .flowlist02 > li:not(:last-child) dl::before,
.top04 .flowlist02 > li:not(:last-child) dl::after {
  content: none;
}
.top04 .flowlist02 > li > dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--color-navy);
  color: #FFF;
  width: 40%;
  height: var(--px120);
  font-size: var(--rem24);
  font-weight: 500;
  padding: 0 var(--px12) 0 var(--px120);
  margin: 0;
}
.top04 .flowlist02 dl dt .fa-solid {
  background: var(--gr-black);
  font-size: var(--rem48);
  color: white;
  width: var(--px120);
  height: var(--px120);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.top04 .flowlist02 > li > dl dd {
  background: #FFF;
  width: 60%;
  height: var(--px120);
  display: flex;
  align-items: center;
  padding-left: var(--rem16);
  font-size: var(--rem20);
}

@media print, screen and (max-width: 768px) {
  .top04 .flowlist02 > li {
    padding: var(--px40) var(--px20);
  }
  .top04 .flowlist02 > li > dl dt,
  .top04 .flowlist02 > li > dl dd {
    width: 100%;
    margin-bottom: 8px;
  }
  .top04 .flowlist02 > li > dl dd {
    justify-content: center;
  }
}

.top05 {
  background: var(--gr-navy);
}
.top05 .fs_36 {
  color: var(--color-gray);
}

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

.qa_list .faq_list {
  margin-top: var(--rem28);
}
.qa_list .toggle {
  display: none;
}
.qa_list .faq_question {
  display: block;
  padding: 2em var(--px100w) 2em var(--px100w);
  background: #FFF;
  border-radius: 30px;
  font-size: var(--rem20);
  font-weight: bold;
  color: #111;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.qa_list .faq_question::before,
.qa_list .faq_question::after {
  color: var(--color-navy);
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.qa_list .faq_question::before {
  content: "Q";
  font-family: var(--font-family04);
  font-weight: 800;
  font-size: var(--rem40);
  left: var(--px40);
}
.qa_list .faq_question::after {
  content: '\f35a';
  font-family: 'Font Awesome 6 Free';
  font-size: var(--rem30);
  position: absolute;
  right: var(--px40);
  transition: transform 0.3s;
}
.qa_list .toggle:checked + .faq_question::after {
  transform: rotate(90deg);
}
.qa_list .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin-top: -2em;
  padding: 2em var(--px40) 0 var(--px40) ;
  font-weight: 400;
  background: #FFF;
  color: #111;
  border-radius: 0 0 30px 30px;
  height: auto;
  position: relative;
}
.qa_list .toggle:checked + .faq_question + .faq_answer {
  max-height: 500px;
  padding: 2.5em var(--px40) 2.3em var(--px40);
}
.qa_list .toggle:checked + .faq_question + .faq_answer::before {
  content: '';
  display: block;
  border-top: dotted 1px #999;
  width: 94%;
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
  background: linear-gradient(rgb(255 255 255 / 0.3), rgb(255 255 255 / 0.3)), url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
  position: relative;
  padding: var(--px80) 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: var(--content-max-width);
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cta02 h2 {
  font-size: var(--rem50);
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0;
  margin: var(--px120) auto var(--px50);
  line-height: 1.6;
}
.cta02 p {
  font-size: var(--rem22);
  font-weight: bold;
  white-space: nowrap;
}
.cta02 .ctabtnlist {
  justify-content: space-between;
  gap: 2%;
  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: #fff;
  border-radius: 30px;
  transition: all ease .15s;
}
.cta02 .item:hover{
  opacity: 0.8;
}
  
@media print, screen and (max-width: 768px) {
  .cta02 {
    background-position-x: 60%;
  }
  .cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
    width: 100%;
    height: 120px;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
  
/*ボタン共通パーツ*/
.cta02 .infotxt {
  font-size: var(--rem16);	
  font-weight: bold;
}
.cta02 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/*電話ボタン*/
.cta02 .telbtn .btnttl {
  font-size: var(--rem20);
}
.cta02 .telnum {
  font-size: var(--rem36);
  font-weight: bold;
  margin-bottom: 1rem;
}	
.cta02 a.telbtn {
  background: var(--color-secondary);
}
  
/*メールボタン*/
.cta02 a.mailbtn {
  background: var(--color-navy);
}
.cta02 .mailbtn .btnttl {
  font-size: var(--rem26);
}
  
/*ボタンアイコン*/
.cta02 .mailbtn .btnttl::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 .mailbtn .btnttl::before {
  content: '\f0e0';
}

/* company */
.company01 .gr_box {
  background: #FAFAFA;
  padding: var(--px60);
}
.company01 .rep img {
  width: 66%;
}

/* contact */
.wpcf7-form .linkBtn {
  max-width: 350px;
  border-radius: 20px;
  padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
  width: 100%;
  padding: 20px 0;
}
.wpcf7-spinner {
  display: none;
}


#front_top_content, #front_bottom_content {
    position: relative;
    background: #fff;
    padding: var(--px120) 0;
    z-index: 10;
}