@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #636262;
  --color-primary: #19ACE5;
  --color-primary-shade: ;
  --color-primary-tint: ;
  --color-secondary: #F5A61E;
  --color-secondary-tint: #FEF3E0;
  --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: #636262;
  --header-color-primary: #F5A61E;
  --header-secondary: #06C755;
  --header-color-primary-shade: ;
  --header-color-primary-tint: ;
  /*------▼フッター設定▼------*/
  --footer-background: #F5F5F5;
  --footer-color-font: #111;
  --footer-color-primary: ;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Montserrat", sans-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: var(--color-primary);
  font-weight: bold;
  color: var(--footer-background);
  max-width: 370px;
  width: 100%;
  border-radius: 50em;
  padding: var(--px20) var(--px40);
  position: relative;
  border: 1px solid var(--color-primary);

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

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

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

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

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

body:not(.home)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/wp-content/uploads/page-bg-1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

#content,
body:not(.home) #content.wide {
  padding: var(--px100w) 0 var(--px80);
  margin: 0 auto;
}


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

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

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

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

.widecolor--primary {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-primary);
}

.widecolor--secondary-tint {
  margin-right: calc(((100vw - 100%) / 2)* -1);
  margin-left: calc(((100vw - 100%) / 2)* -1);
  background-color: var(--color-secondary-tint);
}

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

  .widecolor--primary,
  .secondary-tint {
    padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) 0 min(calc(150px + (1vw - 19.2px) * 3.2362), 150px) 0;
    /* 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);
}

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

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

  .content_inner {
    width: 100%;
  }
}


/*----------------------------------------------
  utility
----------------------------------------------*/
/*---------コンテンツ幅-----------*/
.max_w340 {
  max-width: 340px !important;
}

.max_w600 {
  max-width: 600px;
}

.max_w880 {
  max-width: 880px;
}

.max_w1070 {
  max-width: 1070px;
}

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

.bg_gray {
  background: url(/wp-content/uploads/top-slider-bg02.jpg) no-repeat center /cover !important;
}

.bg_blue {
  background: #EFFAFE !important;
}

.bg_green {
  background: #E0F6EB !important;
}

.bg_cream {
  background: #FAF2D4 !important;
}

.bg_pink {
  background: #FFB5B9 !important;
}

.bg_light-blue {
  background: #E6F4FF !important;
}

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

.fc_secondary {
  color: var(--color-secondary) !important;
}

.fc_black {
  color: var(--color-font) !important;
}

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

.fc_white {
  color: #fff !important;
}

.fc_blue {
  color: #68A9DC !important;
}

.fc_green {
  color: #4DB983 !important;
}

.fc_yellow {
  color: #FBB74C !important;
}

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

.ff_02 {
  font-family: var(--font-family02) !important;
}

.post p {
  line-height: 2;
}

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

.fz16 {
  font-size: var(--rem16);
}

.fz18 {
  font-size: var(--rem18);
}

.fz20 {
  font-size: var(--rem20);
}

.fz24 {
  font-size: var(--rem24);
}

.fz28 {
  font-size: var(--rem28);
}

.fz30 {
  font-size: var(--rem30);
}

.fz40 {
  font-size: var(--rem40);
}

.fz60 {
  font-size: var(--rem60);
}

.fz72 {
  font-size: var(--rem72);
}


/*---------フォント太さ-----------*/
.fw-mid {
  font-weight: 600;
}

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

/*---------gap-----------*/
.gap1 {
  gap: 1%;
}

/*---------flex-----------*/
.flex_g1 {
  flex-grow: 1;
}

/*---------行間-----------*/
.lh140 {
  line-height: 1.4 !important;
}

/*---------border-----------*/
.border-b1 {
  border-bottom: 1px solid #B9B9B9;
}

/*---------tab表示-----------*/
@media screen and (max-width: 768px) {
  .tab_w60 {
    width: 60% !important;
  }

  .tab-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

/*----------------------------------------------
  title
----------------------------------------------*/
header#h1Header h1.title {
  font-size: var(--rem42);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

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

/* ==========================
  TOPページ
=========================== */
/*---------TOP_タイトル-----------*/
h1.site-title {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  text-align: left;
  color: var(--color-font);
  margin-bottom: var(--rem60);
}

h2.top-section-title--style01 {
  font-family: var(--font-family02);
  font-size: var(--rem30);
  font-weight: bold;
  text-align: left;
  color: var(--color-secondary);
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: var(--px100) 0 0;
  margin: 0 auto var(--rem40);
  border: none;
  background: transparent;
  position: relative;

  &::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/title01.png) no-repeat;
    background-size: contain;
    line-height: 1;
    width: var(--px100);
    height: var(--px100);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  &::after {
    content: none;
  }

  &.img-none {
    padding-top: 0;

    &::before {
      content: none;
    }
  }

}

h2.top-section-title--style02 {
  text-align: center;
  position: relative;
  font-size: var(--rem30);
  font-family: var(--font-family02);
  font-weight: 600;
  padding: 0 0 var(--rem40);
  margin: 0 auto var(--px40);
  border: none;
  color: var(--color-secondary);

  .subtxt {
    display: block;
    color: var(--color-background);
    font-family: var(--font-family01);
    font-size: var(--rem42);
    font-weight: 400;
  }

  &:before {
    content: none;
  }

  &:after {
    content: "";
    display: block;
    width: var(--px80);
    height: 2px;
    background: var(--color-background);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  &.txt_black {
    .subtxt {

      color: var(--color-font);
    }

    &:after {
      background: var(--color-font);
    }
  }

  &.txt_white {
    color: var(--color-background);

    .subtxt {

      color: var(--color-background);
    }

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

h3.top-catch {
  font-family: var(--font-family01);
  font-size: var(--rem40);
  color: var(--color-font);
  line-height: 1.4;
  padding: 0 0 var(--rem40);
  border: none;
  font-weight: 500;
  position: relative;

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

  &:after {
    content: "";
    display: block;
    width: var(--px80);
    height: 2px;
    background: var(--color-font);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

h2.top-title-item,
h3.top-title-item {
  font-family: var(--font-family02);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  color: var(--color-secondary);
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0 0 var(--rem40);
  margin: 0 auto var(--rem20);
  border: none;
  border-left: 3px solid var(--color-primary);
  background: transparent;

  &::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/title02.png) no-repeat;
    background-size: contain;
    line-height: 1;
    width: var(--px240);
    height: var(--rem16);
    margin: 0 auto 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  &::after {
    content: none;
  }
}

h3.top--subblock {
  font-size: var(--rem30);
  color: var(--color-font);
  font-family: var(--font-family01);
  border: none;
  margin: 0 0 var(--rem20);
  padding: 0;

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

/*---------TOP_message-----------*/
.top-message {
  background: url(/wp-content/uploads/top-message-bg02.jpg) no-repeat center center / cover;
}

.top-message__innerbox {
  border: 5px solid var(--color-secondary);
  background: rgba(255, 255, 255, 0.7);
  padding: var(--px80) var(--px40);
}

/*----------------------------------------------
  column
----------------------------------------------*/
/*---------column01-----------*/
.column01 {
  position: relative;
  margin: 0;
}

.column01_wrap {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.column01 .txtarea {
  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: 1024px) {
  .column01 .txtarea {
    padding: var(--px80) 5%;
  }

  .column01 {
    .flexbox {
      display: block;

      .imgarea {
        width: 100%;
      }

      .txtarea {
        width: 100%;
      }
    }
  }
}

/*---------column04-----------*/
.sec01 {
  background: #F5F5F5;
}

.toptxtarea {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.column04 {
  position: relative;
  padding: var(--px120) 0 0;
  margin: 0;
}

.column04:before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.column04_wrap {
  position: relative;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
  z-index: 1;
}

.column04 .txtarea {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--px80) var(--px40);
  margin: 0;
}

.column04 .txtarea .txtinner {
  max-width: 540px;
}

.column04 .imgarea {
  overflow: hidden;
  line-height: 0;
  margin: 0;
}

.column04 .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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


/*---------column05-----------*/
.column05 {
  position: relative;
  margin: 0;
}


.column05_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: flex-end;
  z-index: 20;
}

.column05_wrap+.column05_wrap {
  margin-top: calc(100px + 70px);
}

.column05 .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.column05 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05 .txtarea {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: var(--px80) var(--px40);
  margin: 0 auto -30px -5%;
  z-index: 10;
}

.column05 .txtarea .txtinner {
  max-width: 670px;
}

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

  /*左右反転*/
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_wrap.rev .txtarea {
    margin: 0 -5% auto auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_wrap+.column05_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_wrap.rev {
    flex-direction: row;
  }

  .column05 .imgarea,
  .column05 .txtarea {
    width: 90%;
  }

  .column05 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }
}

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

/*---------column05_02-----------*/
.column05_02 {
  position: relative;
  margin: var(--px60) 0 0;
}


.column05_02_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;
  z-index: 20;
}

.column05_02_wrap+.column05_02_wrap {
  margin-top: calc(100px + 70px);
}

.column05_02 .imgarea {
  position: relative;
  width: 50%;
}

.column05_02 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column05_02 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* padding: var(--px80) var(--px40); */
  /* margin: -6% auto auto 0; */
  z-index: 10;
}

.column05_02 .txtarea .txtinner {
  max-width: 540px;
  padding: 20px;
}

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

  /*左右反転*/
  .column05_02_wrap+.column05_02_wrap {
    margin-top: calc(100px + 70px);
  }

  .column05_02_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column05_02_wrap.rev .txtarea {
    margin: 0 -5% auto auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .column05_02_wrap+.column05_02_wrap {
    margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
  }

  .column05_02_wrap.rev {
    flex-direction: row;
  }

  .column05_02 .imgarea,
  .column05_02 .txtarea {
    width: 90%;
  }

  /* .column05_02 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  } */
}

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



/*---------column06-----------*/
.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 .rev .imgarea {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  width: 60%;
}

.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-secondary-tint);
  padding: var(--px80) var(--px40);
  margin: 0 auto 0 -5%;
  z-index: 10;
  border-radius: 10px;
}

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

@media print,
screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
    justify-content: end;
  }

  .column06 .imgarea,
  .column06 .rev .imgarea,
  .column06 .txtarea {
    width: 90%;
  }

  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
  }

  .column06 .rev .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
  }
}

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

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

.page-office {
  .post .col2_list>li {
    .googlemap {
      height: 100%;
    }
  }
}


@media print,
screen and (max-width: 450px) {
  .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%;
    margin-bottom: 10%;
  }

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

@media print,
screen and (max-width: 450px) {
  .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: center;
  flex-wrap: wrap;
  gap: 3%;
}

.post .col4_list>li {
  width: 22%;
  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>li {
    width: 48%;
  }

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

/*---------col5-----------*/
.col5_list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--rem20);
  justify-content: center;

  li {
    width: calc((100% / 5) - 20px);
  }
}

@media print,
screen and (max-width: 768px) {
  .col5_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem20);
    justify-content: normal;

    li {
      width: 48%;
    }
  }
}

@media print,
screen and (max-width: 450px) {
  .col5_list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--rem20);
    justify-content: normal;

    li {
      width: 100%;
    }
  }
}

.link-img {
  .link-img_contents {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #111;

    img {
      height: auto;
      transition: transform .6s ease;
      /* ゆっくり変化させる */
    }
  }

  &:hover {
    .link-img_contents img {
      transform: scale(1.1);
    }
  }
}

/*----------------------------------------------
  cardstyle
----------------------------------------------*/
/*---------style02-------------*/
.card01_list.cardstyle02>li {
  display: flex;
  flex-direction: column;
}

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

.card01_list.cardstyle02>li .imgarea img {
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .card01_list.cardstyle02>li {
    margin-bottom: 5%;
  }
}

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

.post .txtstyle02,
.txtstyle02 {
  font-family: var(--font-family01);
  font-size: var(--rem36);
  font-weight: 600;
  text-align: left;
  margin: var(--rem36) auto;
  background: transparent;
  color: var(--color-background);
  line-height: 1.4;
  padding: 0;
}

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

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

/*---------03_style02-------------*/
.card03_list.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;
  display: flex;
  flex-direction: column;
  flex: 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;
}

.card03_title {
  font-family: var(--font-family01);
  text-align: center;
  font-size: var(--rem30);
}

.card03_label01 {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  color: var(--color-background);
  padding: 15px 12px;
  background: var(--color-secondary);
  position: absolute;
  top: var(--rem20);
  left: 0;
  z-index: 1;
  line-height: 1;
}

.card03_label02 {
  font-family: var(--font-family01);
  font-size: var(--rem20);
  color: var(--color-background);
  padding: 15px 12px;
  background: var(--color-primary);
  position: absolute;
  top: var(--rem20);
  left: 0;
  z-index: 1;
  line-height: 1;
}

.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;
  padding: var(--px80) var(--px30) var(--rem20);
  font-family: var(--font-family02);
  font-weight: 400;
  width: 100%;
  height: 100%;
}

.linkBtn--arrow,
.post .linkBtn--arrow,
a.linkBtn--arrow,
.post .subimitarea .linkBtn--arrow input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  font-size: var(--rem16);
  color: var(--color-background);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border-bottom: solid 1px;
  border-radius: 0;
  transition: all .3s;
}

.post .linkBtn--arrow::after,
.linkBtn--arrow::after,
a.linkBtn--arrow::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
}

.post .linkBtn--arrow:hover,
.linkBtn--arrow:hover,
a.linkBtn--arrow:hover,
.post .subimitarea .linkBtn--arrow input[type="submit"]:hover {
  border-bottom: solid 2px transparent;
  background: var(--color-primary-tint);
  color: #fff;
}

.post .linkBtn--arrow:hover::after,
.linkBtn--arrow:hover::after,
a.linkBtn--arrow:hover::after {
  border-color: #fff;
}

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

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

/*---------ナンバリング02-------------*/
.num_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.num_list02>li {
  position: relative;
  width: 100%;
  margin-top: var(--px40w);
  padding: var(--px80) var(--px40) var(--px60);
  border-radius: 15px;
  background-color: var(--color-background);
}

.num_list02>li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--px120);
  height: var(--px120);
  color: var(--color-font);
  background: #fff;
  font-size: var(--rem72);
  font-family: var(--font-family03);
  border-radius: 50%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.num_list02>li::after {
  content: "";
  width: var(--rem60);
  height: 3px;
  background-color: var(--color-primary);
  position: absolute;
  top: var(--px60);
  left: 50%;
  transform: translateX(-50%);
}

.num_list02 .num_listttl {
  background: none;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0 auto var(--rem12);
  border: none;
  font-size: var(--rem24);
  color: var(--color-primary);
  line-height: 1.4;
}

.num_list02 .num_listttl::before {
  content: "";
  display: block;
  position: static;
  font-weight: normal;
  margin: 0 auto var(--px20);
}

.num_list02 .num01::before {
  width: var(--px240);
  height: var(--px100);
  background: url(/wp-content/uploads/top-strengths01.png) no-repeat center center / contain;
}

.num_list02 .num02::before {
  width: var(--px80);
  height: var(--px100);
  background: url(/wp-content/uploads/top-strengths02.png) no-repeat center center / contain;
}

.num_list02 .num03::before {
  width: var(--px80);
  height: var(--px100);
  background: url(/wp-content/uploads/top-strengths03.png) no-repeat center center / contain;
}

.num_list02 .num04::before {
  width: var(--px100);
  height: var(--px100);
  background: url(/wp-content/uploads/top-strengths04.png) no-repeat center center / contain;
}

@media print,
screen and (max-width: 768px) {
  .num_list02 .num_listttl {
    font-size: var(--rem30);
  }
}

/*----------------------------------------------
  cta
----------------------------------------------*/
.cta01 {
  background: url(/wp-content/uploads/cta-bg.jpg) no-repeat center /cover;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
  padding: var(--px80);
}

.cta01 .ctabtnlist {
  justify-content: space-between;
  max-width: 1700px;
  margin: var(--px50) auto 0 auto;
  font-family: var(--font-family02);
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.cta01 a.item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--px30) 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  border-radius: 0;
  transition: all ease .15s;
  flex-direction: column;
  flex: 1;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

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

  .cta01 .ctabtnlist {
    flex-wrap: wrap;
  }

  .cta01 .ctabtnlist li {
    width: 49%;

    a {
      width: 100%;
    }
  }

  .cta01 .ctabtnlist li:nth-child(n+3) {
    margin-top: 1rem;
  }
}

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

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }

  .cta01 .ctabtnlist li+li {
    margin-top: 1rem;
  }
}

/*ボタン共通パーツ*/

.cta01 .btnttl {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/

.cta01 .telnum {
  font-family: var(--font-family01);
  font-size: var(--rem40);
  margin-bottom: 1rem;
  font-weight: bold;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: var(--color-secondary);
  color: var(--color-background);
  border-radius: 0;

  &.telbtn--type02 {
    background: var(--color-background);
    color: var(--color-secondary);
  }
}

/*メールボタン*/

.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: var(--color-primary);
  color: var(--color-background);
  border-radius: 0;
}

/*LINEボタン*/

.cta01 a.linebtn {
  background: #00B900;
  color: #fff;
  border-radius: 0;
}

.cta01 .linebtn .btnttl {
  font-size: var(--rem24);
  margin-bottom: 0;
}

/*ボタンアイコン*/

.cta01 .telnum::before,
.cta01 .mailbtn .btnttl::before,
.cta01 .linebtn .btnttl::before {
  content: '';
  display: inline-block;
  font-family: 'Font Awesome 5 Free', 'FontAwesome';
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .telnum::before {
  content: '\f3cd';
}

.cta01 .mailbtn .btnttl::before {
  content: '\f0e0';
}

.cta01 .linebtn .btnttl::before {
  content: '\f3c0';
  font-weight: 400;
}

/*----------------------------------------------
  header
----------------------------------------------*/

/*--------------google翻訳--------------*/
#flags ul li a {
  padding: 0 !important;
}

.gt_flex {
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
  background: var(--header-secondary);
}

#flags {
  width: 160px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
  height: 30px;
}

.gt_flex ul#sortable li {
  height: 18px !important;
  display: block;
}

/*--------------google翻訳ここまで--------------*/
#header {

  a.head_btn.tel_btn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    background: none;
    color: var(--header-color-font);
    background-color: var(--color-background);
    position: relative;

    &::before {
      content: "";
      display: block;
      background: var(--color-font);
      width: 1px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }

    .header_tel {
      font-family: var(--font-family01);
      font-weight: 400;

      &:before {
        content: '\f095';
        display: inline-block;
        font-family: 'FontAwesome';
        color: var(--header-color-font);
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
      }
    }

    &:hover {
      color: var(--header-color-primary);
      opacity: 0.8;

      .header_tel {
        &:before {
          color: var(--header-color-primary);
          opacity: 0.8;
        }
      }
    }


  }


  a.head_btn .header_time {
    font-family: var(--font-family01);

    &::before {
      content: none;
    }
  }

  a.head_btn.mail_btn {
    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f0e0';
        color: var(--header-background);
        display: block;
        font-family: 'FontAwesome';
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
        text-align: center;
      }
    }
  }

  a.head_btn.line_btn {
    &::before {
      content: none;
    }

    >span {
      &:before {
        content: '\f3c0';
        color: var(--header-background);
        display: block;
        font-family: 'FontAwesome';
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
        margin-right: 5px;
        text-align: center;
      }
    }
  }

  /* nav#mainNav ul li a span,
  nav#mainNav ul li.current-menu-item a span {
    color: var(--color-primary);
  } */

  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--color-primary);
  }
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
  white-space: nowrap;
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li a {
    padding: var(--px20);

    &:hover {
      opacity: 0.6;
    }
  }

  #header a.head_btn.mail_btn {
    background: var(--color-secondary);
    color: var(--header-background);
    position: relative;

    &:hover {
      background: var(--color-secondary);
      color: var(--header-background);
      opacity: 0.8;
    }
  }

  #header a.head_btn.line_btn {
    background: var(--header-secondary);
    color: var(--header-background);
    position: relative;

    &:hover {
      color: var(--header-secondary);
      color: var(--header-background);
      opacity: 0.8;
    }
  }
}

@media print,
screen and (min-width: 1024px) {
  nav#mainNav ul li li {
    background: var(--color-background);
  }

  nav#mainNav ul,
  #header .header__nav-contact {
    font-family: var(--font-family02);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

nav#mainNav ul li a b,
nav#mainNav ul li a span {
  margin-top: 0;
  font-weight: 500;
}

nav#mainNav ul li a b {
  font-family: var(--font-family01);
}

nav#mainNav ul li a span {
  font-family: var(--font-family02);
}

#header {

  nav#mainNav ul li a:active span,
  nav#mainNav ul li a:hover span,
  nav#mainNav ul li.current-menu-item a span,
  nav#mainNav ul li.current-menu-parent a span {
    color: var(--header-color-primary);
  }
}

nav#mainNav ul #menu-item-199.current-menu-item>a>span,
nav#mainNav ul #menu-item-199.current-menu-item>a b {
  color: inherit !important;
}

nav#mainNav ul #menu-item-199.current-menu-item:hover>a>span,
nav#mainNav ul #menu-item-199.current-menu-item:hover>a b {
  color: var(--header-color-primary) !important;
}

.header_disc {
  font-size: var(--rem12);
}

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

/* ----全体LAYOUT調整----*/

.footer__inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: var(--px40);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  border-bottom: solid 1px;
}

@media print,
screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
  justify-content: flex-end;
}

@media print,
screen and (max-width: 768px) {
  #footer .footnav ul {
    justify-content: center;
    margin-top: var(--px40);
  }
}

/*footer navi ico*/

#footer .footnav ul>li {
  position: relative;
  line-height: 1.4;
  padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px;
  /* 16-9px、15-8px (1920-375) */
  margin-bottom: 10px;
}

#footer .footnav ul>li::before {
  left: 0;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0;
  background: transparent;
}

#footer .footnav ul>li::after {
  content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
  margin: 0;
  text-align: left;
}

.leftarea .logoare {
  display: flex;
  flex-direction: column;
  gap: var(--px14);
  line-height: 1;
}

.footer__catchphrase {
  line-height: 1.2;
  text-align: left;
}

@media print,
screen and (max-width: 768px) {
  #footer .footer__logo:not(:last-child) {
    text-align: center;
  }

  .footer__catchphrase {
    text-align: center;
  }
}

/* ----------------------------
SNSアイコン
----------------------------*/

/*LAYOUT調整*/

#footer .socialicon ul,
.socialicon ul {
  -webkit-box-pack: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

#footer .socialicon ul li,
.socialicon ul li {
  padding: 0;
}

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

  #footer .socialicon ul,
  .socialicon ul {
    justify-content: center;
  }
}

/*アイコンサイズ調整*/

#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: var(--rem24);
}

/*----------------------------------------------
  link
----------------------------------------------*/
.txt-link {
  font-family: var(--font-family01);
  border-bottom: 1px solid var(--color-font);
  font-weight: 600;
}

/*----------------------------------------------
  btn
----------------------------------------------*/
.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  font-size: var(--rem16);
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background: var(--color-secondary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: 0 auto;
  border: none;
  border-radius: 50em;
  transition: all .3s;
  font-family: var(--font-family02);
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: #fff;
}

.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: #fff;
  background: var(--color-secondary);
  opacity: 0.8;
}

.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: #fff;
}

.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"] {
  position: relative;
  display: flex;
  width: 100%;
  font-size: var(--rem16);
  color: var(--color-primary);
  line-height: 1.8;
  text-align: center;
  background: var(--color-background);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  font-family: var(--font-family02);
}

.post .linkBtn--white::after,
.linkBtn--white::after,
a.linkBtn--white::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
  border-color: var(--color-primary);
}

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

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

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

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

/* ----オレンジボタン----*/
.linkBtn--orange,
.post .linkBtn--orange,
a.linkBtn--orange,
.post .subimitarea .linkBtn--orange input[type="submit"] {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
  font-size: var(--rem32);
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-secondary);
  font-weight: 600;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  font-family: var(--font-family03);
  font-weight: bold;
  justify-content: center;
}

.post .linkBtn--orange::after,
.linkBtn--orange::after,
a.linkBtn--orange::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  transition: all .3s;
}

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

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

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

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

/* ----arrow----*/
.linkBtn-arw,
.post .linkBtn-arw,
a.linkBtn-arw {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: var(--rem28);
  color: var(--color-background);
  line-height: 1.8;
  text-align: left;
  background: transparent;
  font-weight: 500;
  padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
  border: none;
  border-bottom: 1px solid var(--color-background);
  border-radius: 0;
  transition: all .3s;
  font-family: var(--font-family02);
}

.post .linkBtn-arw::after,
.linkBtn-arw::after,
a.linkBtn-arw::after {
  content: none;
}

.linkBtn-arw:hover,
.post .linkBtn-arw:hover,
a.linkBtn-arw:hover {
  color: #111;
  background: transparent;
}

.linkBtn-arw .arw,
.post .linkBtn-arw .arw,
a.linkBtn-arw .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: var(--px50);
  height: var(--px50);
  border: 1px solid var(--color-background);
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.linkBtn-arw .arw::after,
.post .linkBtn-arw .arw::after,
a.linkBtn-arw .arw::after {
  content: '';
  position: absolute;
  width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--color-background);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}


/*----------------------------------------------
  fullwide
----------------------------------------------*/
/* ----fullwide03----*/
.fullwide03 {
  position: relative;
  padding: var(--px80) 0 0;
}

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

.fullwide03_inner {
  width: 100%;
}

.fullwide03_wrap {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/*----------------------------------------------
  table
----------------------------------------------*/
@media print,
screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;

    table {
      width: 1000px;
    }
  }
}


.post table th {
  background: var(--color-primary);
  color: var(--color-background);
}

.post table td {
  background: var(--color-background);
}

.post table.table_style02 {
  border: none;
}

.post table.table_style02 th {
  background-color: var(--color-background);
  color: var(--color-font);
  border-top: none;
  border-left: none;
  border-right: none;
}

.post table.table_style02 td {
  border-top: none;
  border-left: none;
  border-right: none;
}

/*----------------------------------------------
  teleco_v1
----------------------------------------------*/
.teleco_v1 h2 {
  width: 100%;
}

.teleco_v1 .w50.image_box {
  position: relative;
  overflow: hidden;
}

.teleco_v1 .w50.image_box::before {
  content: '';
  display: block;
}

.teleco_v1 .w50.image_box img {
  position: absolute;
  width: 102%;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teleco_v1 .w50.text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(calc(80px + (1vw - 19.2px) * 3.5599), 100px);
  /* 120-65px (1920-375) */
}

@media print,
screen and (min-width: 769px) {
  .teleco_v1 .w50.image_box::before {
    padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
  }

  .teleco_v1 .w50.image_box img {
    width: auto;
    height: 116%;
  }
}

.flexinnerBtn {
  align-self: normal;
}

@media print,
screen and (max-width: 768px) {
  .teleco_v1 .w50.image_box {
    margin-bottom: 0;
  }

  .teleco_v1 .w50.image_box::before {
    padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
  }

  .teleco_v1 .w50.text_box {
    padding: 20px;
    margin-bottom: 0;
  }
}


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

.top-adress {
  display: flex;
  flex-wrap: wrap;

  dt {
    width: 20%;
  }

  dd {
    width: 80%
  }
}

.link-btc-wrap {
  margin-top: auto;
}

.top-office ul.col2_list>li {
    flex-direction: column;
    display: flex;
    gap: var(--px20);
}
.top-office ul.col2_list>li .c-gmaps {
    margin-top: auto;
}
.top-office ul.col2_list>li .c-gmaps iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


@media(max-width: 768px) {

  .top-office,
  .top-strengths,
  .top-service,
  .top-news {
    padding: var(--px120) 5%;
  }

  .top-service {
    .card03_list .txtarea {
      padding: var(--px120) var(--px30) var(--rem20);
    }
  }
}

/* ==========================
  下層ページ
=========================== */
/*---------下層_タイトル-----------*/
h2.heading--section1 {
  text-align: center;
  position: relative;
  font-size: var(--rem30);
  font-family: var(--font-family02);
  font-weight: 400;
  padding: 0 0 var(--rem20);
  margin: 0 auto var(--px60);
  border: none;
  color: var(--color-secondary);

  .subtxt {
    display: block;
    color: var(--color-background);
    font-family: var(--font-family01);
    font-size: var(--rem40);
    font-weight: 400;
  }

  &:before {
    content: none;
  }

  &:after {
    content: "";
    display: block;
    width: var(--px80);
    height: 2px;
    background: var(--color-background);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  &.txt_black {
    .subtxt {

      color: var(--color-font);
    }

    &:after {
      background: var(--color-font);
    }
  }

  &.txt_white {
    color: var(--color-background);

    .subtxt {

      color: var(--color-background);
    }

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

h3.heading--block {
  font-family: var(--font-family02);
  font-size: var(--rem30);
  font-weight: 500;
  color: #4F2B50;
  line-height: 1.4;
  overflow-wrap: break-word;
  padding: 0;
  margin: 0 auto var(--rem40);
  border: none;
  background: transparent;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;

  &::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/page-title-h2.png) no-repeat;
    background-size: contain;
    line-height: 1;
    width: var(--px60);
    height: var(--px60);
    margin: 0 var(--rem16) 0 0;
  }

  &::after {
    content: none;
  }

}

h3.heading--label {
  font-family: var(--font-family01);
  font-size: var(--rem30);
  font-weight: 500;
  color: var(--color-background);
  line-height: 1.2;
  overflow-wrap: break-word;
  padding: var(--rem30) 10px;
  margin: 0 auto var(--rem40);
  border: none;
  background: var(--color-primary);
  letter-spacing: 0.2em;
  text-align: center;

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

}

h3.movie-title {
  text-align: center;
  font-family: var(--font-family02);
  font-size: var(--rem28);
  font-weight: 600;
  color: #4F2B50;
}

h3.heading--type02 {
  display: inline-block;
  color: #FD4141;
  border-top: 1px solid #FD4141;
  border-bottom: 1px solid #FD4141;
  font-size: var(--rem30);
  text-align: center;
  padding: 0;

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

}

h4.heading--subblock {
  font-size: var(--rem30);
  font-family: var(--font-family02);
  color: var(--color-font);
  padding: 0 0 var(--rem20);
  border-bottom: 1px solid var(--color-secondary);

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

  &.txt_center {
    text-align: center;
  }
}

h5.heading--minor {
  font-size: var(--rem16);
  color: var(--color-font);
  font-weight: bold;

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

h6.heading--tiny {
  font-size: var(--rem12);
  color: var(--color-font);
  font-weight: bold;

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

p.page-catch {
  margin-top: var(--rem120);
  font-weight: 600;
  text-align: center;
  font-size: var(--rem24);
}

/* ==========================
事務所概要
=========================== */
.googlemap {
  margin: var(--px20) auto;
}

/* ==========================
不動産登記
=========================== */
.post ul.list_checkbox>li:before,
.post ul li.list_checkbox:before {
  content: '\f14a';
  color: var(--color-primary);
}

/* ==========================
相続手続きトータルサポート
=========================== */
.post .list_style01 li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-shrink: 0;
  border-bottom: solid 1px #9E9E9E;
  border-left: solid 1px #9E9E9E;
  border-right: solid 1px #9E9E9E;

  &:first-child {
    border-top: 1px solid #9E9E9E;
  }
}

.post .list_style01 li .body {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 15%;
  border-right: solid 1px #9E9E9E;
}

.post .list_style01 li .body2 {
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  /* 30-20px 15-10px (1920-375) */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
}

.post .list_style01 li .head {
  width: 50%;
  padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
  border-right: solid 1px #9E9E9E;
}

.post .list_style01 li:nth-child(odd) {
  background: #D8EEF7;
}

.post .list_style01 li:nth-child(even) {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  /* .post .list_style01 li {
    flex-direction: column;
  } */

  .post .list_style01 li .head {
    width: 100%;
    padding-bottom: 0;
  }
}

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

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

.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: #80ACBD
}

.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;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
}

.flowlist02>li dl dt .icon {
  white-space: nowrap;
}

.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;
  border-radius: 10px;
}

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

  ul.flowlist02>li {
    padding: var(--px40) 5%;
  }
}

/* ==========================
お問い合わせ
=========================== */
.post .subimitarea .linkBtn input[type="submit"] {
  background: var(--color-primary);

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

.wpcf7-form .must {
  background: #B63033;
  color: var(--color-background);
}